#include "tree_sitter/parser.h"

#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif

#define LANGUAGE_VERSION 14
#define STATE_COUNT 2892
#define LARGE_STATE_COUNT 706
#define SYMBOL_COUNT 214
#define ALIAS_COUNT 2
#define TOKEN_COUNT 119
#define EXTERNAL_TOKEN_COUNT 3
#define FIELD_COUNT 13
#define MAX_ALIAS_SEQUENCE_LENGTH 13
#define PRODUCTION_ID_COUNT 113

enum ts_symbol_identifiers {
  sym_identifier = 1,
  anon_sym_POUND = 2,
  aux_sym_preprocessor_statement_token1 = 3,
  aux_sym_preprocessor_statement_token2 = 4,
  anon_sym_package = 5,
  anon_sym_DOT = 6,
  anon_sym_import = 7,
  anon_sym_using = 8,
  anon_sym_throw = 9,
  anon_sym_LPAREN = 10,
  anon_sym_RPAREN = 11,
  anon_sym_switch = 12,
  anon_sym_RBRACE = 13,
  anon_sym_LBRACE = 14,
  anon_sym_case = 15,
  anon_sym__ = 16,
  anon_sym_COLON = 17,
  anon_sym_default = 18,
  anon_sym_cast = 19,
  anon_sym_COMMA = 20,
  anon_sym_DOLLARtype = 21,
  anon_sym_in = 22,
  anon_sym_return = 23,
  anon_sym_untyped = 24,
  anon_sym_break = 25,
  anon_sym_continue = 26,
  anon_sym_LBRACK = 27,
  anon_sym_RBRACK = 28,
  anon_sym_this = 29,
  anon_sym_QMARK = 30,
  anon_sym_Void = 31,
  anon_sym_Int = 32,
  anon_sym_Float = 33,
  anon_sym_Bool = 34,
  anon_sym_Null = 35,
  anon_sym_DASH_GT = 36,
  anon_sym_AT = 37,
  anon_sym_AT_COLON = 38,
  anon_sym_if = 39,
  anon_sym_else = 40,
  anon_sym_elseif = 41,
  anon_sym_new = 42,
  anon_sym_TILDE = 43,
  anon_sym_BANG = 44,
  anon_sym_DASH = 45,
  anon_sym_PLUS_PLUS = 46,
  anon_sym_DASH_DASH = 47,
  anon_sym_PERCENT = 48,
  anon_sym_STAR = 49,
  anon_sym_SLASH = 50,
  anon_sym_PLUS = 51,
  anon_sym_LT_LT = 52,
  anon_sym_GT_GT = 53,
  anon_sym_GT_GT_GT = 54,
  anon_sym_AMP = 55,
  anon_sym_PIPE = 56,
  anon_sym_CARET = 57,
  anon_sym_AMP_AMP = 58,
  anon_sym_PIPE_PIPE = 59,
  anon_sym_EQ_EQ = 60,
  anon_sym_BANG_EQ = 61,
  anon_sym_LT = 62,
  anon_sym_LT_EQ = 63,
  anon_sym_GT = 64,
  anon_sym_GT_EQ = 65,
  anon_sym_EQ_GT = 66,
  anon_sym_QMARK_QMARK = 67,
  anon_sym_EQ = 68,
  sym__rangeOperator = 69,
  anon_sym_null = 70,
  anon_sym_get = 71,
  anon_sym_set = 72,
  anon_sym_dynamic = 73,
  anon_sym_never = 74,
  anon_sym_macro = 75,
  anon_sym_abstract = 76,
  anon_sym_static = 77,
  anon_sym_public = 78,
  anon_sym_private = 79,
  anon_sym_extern = 80,
  anon_sym_inline = 81,
  anon_sym_overload = 82,
  anon_sym_override = 83,
  anon_sym_final = 84,
  anon_sym_class = 85,
  anon_sym_extends = 86,
  anon_sym_implements = 87,
  anon_sym_interface = 88,
  anon_sym_typedef = 89,
  anon_sym_function = 90,
  anon_sym_var = 91,
  aux_sym_integer_token1 = 92,
  aux_sym_integer_token2 = 93,
  aux_sym_float_token1 = 94,
  aux_sym_float_token2 = 95,
  anon_sym_true = 96,
  anon_sym_false = 97,
  aux_sym_string_token1 = 98,
  aux_sym_string_token2 = 99,
  aux_sym_string_token3 = 100,
  aux_sym_string_token4 = 101,
  anon_sym_DOLLAR_LBRACE = 102,
  anon_sym_DOLLAR = 103,
  anon_sym_LBRACE2 = 104,
  sym_escape_sequence = 105,
  sym_comment = 106,
  anon_sym_catch = 107,
  anon_sym_do = 108,
  anon_sym_enum = 109,
  anon_sym_for = 110,
  anon_sym_try = 111,
  anon_sym_while = 112,
  anon_sym_operator = 113,
  sym__camelCaseIdentifier = 114,
  sym__pascalCaseIdentifier = 115,
  sym__lookback_semicolon = 116,
  sym__closing_brace_marker = 117,
  sym__closing_brace_unmarker = 118,
  sym_module = 119,
  sym_preprocessor_statement = 120,
  sym_package_statement = 121,
  sym_package_name = 122,
  sym_type_name = 123,
  sym_import_statement = 124,
  sym_using_statement = 125,
  sym_throw_statement = 126,
  sym__rhs_expression = 127,
  sym__unaryExpression = 128,
  sym_runtime_type_check_expression = 129,
  sym_switch_expression = 130,
  sym__closing_brace = 131,
  sym_switch_block = 132,
  sym_case_statement = 133,
  sym_cast_expression = 134,
  sym_type_trace_expression = 135,
  sym__parenthesized_expression = 136,
  sym_range_expression = 137,
  sym_subscript_expression = 138,
  sym_member_expression = 139,
  sym__lhs_expression = 140,
  sym_builtin_type = 141,
  sym__function_type_args = 142,
  sym_function_type = 143,
  sym_type = 144,
  sym_block = 145,
  sym_metadata = 146,
  sym__arg_list = 147,
  sym_conditional_statement = 148,
  sym__call = 149,
  sym__constructor_call = 150,
  sym_call_expression = 151,
  sym_operator = 152,
  sym__unaryOperator = 153,
  sym__prefixUnaryOperator = 154,
  sym__postfixUnaryOperator = 155,
  sym__binaryOperator = 156,
  sym__arithmeticOperator = 157,
  sym__bitwiseOperator = 158,
  sym__logicalOperator = 159,
  sym__comparisonOperator = 160,
  sym__miscOperator = 161,
  sym__assignmentOperator = 162,
  sym__compoundAssignmentOperator = 163,
  sym_declaration = 164,
  sym__access_identifier = 165,
  sym_access_identifiers = 166,
  sym_type_params = 167,
  sym__modifier = 168,
  sym_class_declaration = 169,
  sym_interface_declaration = 170,
  sym_typedef_declaration = 171,
  sym_function_declaration = 172,
  sym__function_arg_list = 173,
  sym_function_arg = 174,
  sym_variable_declaration = 175,
  sym__literal = 176,
  sym_integer = 177,
  sym_float = 178,
  sym_bool = 179,
  sym_string = 180,
  sym_null = 181,
  sym_array = 182,
  sym_map = 183,
  sym_object = 184,
  sym_structure_type = 185,
  sym_structure_type_pair = 186,
  sym_pair = 187,
  sym_interpolation = 188,
  sym__interpolated_block = 189,
  sym__interpolated_identifier = 190,
  sym__semicolon = 191,
  aux_sym_module_repeat1 = 192,
  aux_sym_package_statement_repeat1 = 193,
  aux_sym_import_statement_repeat1 = 194,
  aux_sym_switch_block_repeat1 = 195,
  aux_sym__parenthesized_expression_repeat1 = 196,
  aux_sym_expression_repeat1 = 197,
  aux_sym_member_expression_repeat1 = 198,
  aux_sym__function_type_args_repeat1 = 199,
  aux_sym__arg_list_repeat1 = 200,
  aux_sym_type_params_repeat1 = 201,
  aux_sym_class_declaration_repeat1 = 202,
  aux_sym_class_declaration_repeat2 = 203,
  aux_sym_interface_declaration_repeat1 = 204,
  aux_sym_function_declaration_repeat1 = 205,
  aux_sym__function_arg_list_repeat1 = 206,
  aux_sym_variable_declaration_repeat1 = 207,
  aux_sym_variable_declaration_repeat2 = 208,
  aux_sym_string_repeat1 = 209,
  aux_sym_string_repeat2 = 210,
  aux_sym_array_repeat1 = 211,
  aux_sym_map_repeat1 = 212,
  aux_sym_structure_type_repeat1 = 213,
  anon_alias_sym_type = 214,
  anon_alias_sym_type_check = 215,
};

static const char * const ts_symbol_names[] = {
  [ts_builtin_sym_end] = "end",
  [sym_identifier] = "identifier",
  [anon_sym_POUND] = "#",
  [aux_sym_preprocessor_statement_token1] = "preprocessor_statement_token1",
  [aux_sym_preprocessor_statement_token2] = "preprocessor_statement_token2",
  [anon_sym_package] = "package",
  [anon_sym_DOT] = ".",
  [anon_sym_import] = "import",
  [anon_sym_using] = "using",
  [anon_sym_throw] = "throw",
  [anon_sym_LPAREN] = "(",
  [anon_sym_RPAREN] = ")",
  [anon_sym_switch] = "switch",
  [anon_sym_RBRACE] = "}",
  [anon_sym_LBRACE] = "{",
  [anon_sym_case] = "case",
  [anon_sym__] = "_rhs_expression",
  [anon_sym_COLON] = ":",
  [anon_sym_default] = "default",
  [anon_sym_cast] = "cast",
  [anon_sym_COMMA] = ",",
  [anon_sym_DOLLARtype] = "$type",
  [anon_sym_in] = "in",
  [anon_sym_return] = "return",
  [anon_sym_untyped] = "untyped",
  [anon_sym_break] = "break",
  [anon_sym_continue] = "continue",
  [anon_sym_LBRACK] = "[",
  [anon_sym_RBRACK] = "]",
  [anon_sym_this] = "this",
  [anon_sym_QMARK] = "\?",
  [anon_sym_Void] = "Void",
  [anon_sym_Int] = "Int",
  [anon_sym_Float] = "Float",
  [anon_sym_Bool] = "Bool",
  [anon_sym_Null] = "Null",
  [anon_sym_DASH_GT] = "->",
  [anon_sym_AT] = "@",
  [anon_sym_AT_COLON] = "@:",
  [anon_sym_if] = "if",
  [anon_sym_else] = "else",
  [anon_sym_elseif] = "else if",
  [anon_sym_new] = "new",
  [anon_sym_TILDE] = "~",
  [anon_sym_BANG] = "!",
  [anon_sym_DASH] = "-",
  [anon_sym_PLUS_PLUS] = "++",
  [anon_sym_DASH_DASH] = "--",
  [anon_sym_PERCENT] = "%",
  [anon_sym_STAR] = "*",
  [anon_sym_SLASH] = "/",
  [anon_sym_PLUS] = "+",
  [anon_sym_LT_LT] = "<<",
  [anon_sym_GT_GT] = ">>",
  [anon_sym_GT_GT_GT] = ">>>",
  [anon_sym_AMP] = "&",
  [anon_sym_PIPE] = "|",
  [anon_sym_CARET] = "^",
  [anon_sym_AMP_AMP] = "&&",
  [anon_sym_PIPE_PIPE] = "||",
  [anon_sym_EQ_EQ] = "==",
  [anon_sym_BANG_EQ] = "!=",
  [anon_sym_LT] = "<",
  [anon_sym_LT_EQ] = "<=",
  [anon_sym_GT] = ">",
  [anon_sym_GT_EQ] = ">=",
  [anon_sym_EQ_GT] = "=>",
  [anon_sym_QMARK_QMARK] = "\?\?",
  [anon_sym_EQ] = "=",
  [sym__rangeOperator] = "_rangeOperator",
  [anon_sym_null] = "null",
  [anon_sym_get] = "get",
  [anon_sym_set] = "set",
  [anon_sym_dynamic] = "dynamic",
  [anon_sym_never] = "never",
  [anon_sym_macro] = "macro",
  [anon_sym_abstract] = "abstract",
  [anon_sym_static] = "static",
  [anon_sym_public] = "public",
  [anon_sym_private] = "private",
  [anon_sym_extern] = "extern",
  [anon_sym_inline] = "inline",
  [anon_sym_overload] = "overload",
  [anon_sym_override] = "override",
  [anon_sym_final] = "final",
  [anon_sym_class] = "class",
  [anon_sym_extends] = "extends",
  [anon_sym_implements] = "implements",
  [anon_sym_interface] = "interface",
  [anon_sym_typedef] = "typedef",
  [anon_sym_function] = "function",
  [anon_sym_var] = "var",
  [aux_sym_integer_token1] = "integer_token1",
  [aux_sym_integer_token2] = "integer_token2",
  [aux_sym_float_token1] = "float_token1",
  [aux_sym_float_token2] = "float_token2",
  [anon_sym_true] = "true",
  [anon_sym_false] = "false",
  [aux_sym_string_token1] = "string_token1",
  [aux_sym_string_token2] = "string_token2",
  [aux_sym_string_token3] = "string_token3",
  [aux_sym_string_token4] = "string_token4",
  [anon_sym_DOLLAR_LBRACE] = "${",
  [anon_sym_DOLLAR] = "$",
  [anon_sym_LBRACE2] = "{",
  [sym_escape_sequence] = "escape_sequence",
  [sym_comment] = "comment",
  [anon_sym_catch] = "catch",
  [anon_sym_do] = "do",
  [anon_sym_enum] = "enum",
  [anon_sym_for] = "for",
  [anon_sym_try] = "try",
  [anon_sym_while] = "while",
  [anon_sym_operator] = "operator",
  [sym__camelCaseIdentifier] = "_camelCaseIdentifier",
  [sym__pascalCaseIdentifier] = "_pascalCaseIdentifier",
  [sym__lookback_semicolon] = "_lookback_semicolon",
  [sym__closing_brace_marker] = "_closing_brace_marker",
  [sym__closing_brace_unmarker] = "_closing_brace_unmarker",
  [sym_module] = "module",
  [sym_preprocessor_statement] = "preprocessor_statement",
  [sym_package_statement] = "package_statement",
  [sym_package_name] = "package_name",
  [sym_type_name] = "type_name",
  [sym_import_statement] = "import_statement",
  [sym_using_statement] = "using_statement",
  [sym_throw_statement] = "throw_statement",
  [sym__rhs_expression] = "_rhs_expression",
  [sym__unaryExpression] = "_unaryExpression",
  [sym_runtime_type_check_expression] = "runtime_type_check_expression",
  [sym_switch_expression] = "switch_expression",
  [sym__closing_brace] = "_closing_brace",
  [sym_switch_block] = "block",
  [sym_case_statement] = "case_statement",
  [sym_cast_expression] = "cast_expression",
  [sym_type_trace_expression] = "type_trace_expression",
  [sym__parenthesized_expression] = "_parenthesized_expression",
  [sym_range_expression] = "range_expression",
  [sym_subscript_expression] = "subscript_expression",
  [sym_member_expression] = "member_expression",
  [sym__lhs_expression] = "_lhs_expression",
  [sym_builtin_type] = "identifier",
  [sym__function_type_args] = "_function_type_args",
  [sym_function_type] = "function_type",
  [sym_type] = "type",
  [sym_block] = "block",
  [sym_metadata] = "metadata",
  [sym__arg_list] = "_arg_list",
  [sym_conditional_statement] = "conditional_statement",
  [sym__call] = "_call",
  [sym__constructor_call] = "_constructor_call",
  [sym_call_expression] = "call_expression",
  [sym_operator] = "operator",
  [sym__unaryOperator] = "_unaryOperator",
  [sym__prefixUnaryOperator] = "_prefixUnaryOperator",
  [sym__postfixUnaryOperator] = "_postfixUnaryOperator",
  [sym__binaryOperator] = "_binaryOperator",
  [sym__arithmeticOperator] = "_arithmeticOperator",
  [sym__bitwiseOperator] = "_bitwiseOperator",
  [sym__logicalOperator] = "_logicalOperator",
  [sym__comparisonOperator] = "_comparisonOperator",
  [sym__miscOperator] = "_miscOperator",
  [sym__assignmentOperator] = "_assignmentOperator",
  [sym__compoundAssignmentOperator] = "_compoundAssignmentOperator",
  [sym_declaration] = "declaration",
  [sym__access_identifier] = "_access_identifier",
  [sym_access_identifiers] = "access_identifiers",
  [sym_type_params] = "type_params",
  [sym__modifier] = "_modifier",
  [sym_class_declaration] = "class_declaration",
  [sym_interface_declaration] = "interface_declaration",
  [sym_typedef_declaration] = "typedef_declaration",
  [sym_function_declaration] = "function_declaration",
  [sym__function_arg_list] = "_function_arg_list",
  [sym_function_arg] = "function_arg",
  [sym_variable_declaration] = "variable_declaration",
  [sym__literal] = "_literal",
  [sym_integer] = "integer",
  [sym_float] = "float",
  [sym_bool] = "bool",
  [sym_string] = "string",
  [sym_null] = "null",
  [sym_array] = "array",
  [sym_map] = "map",
  [sym_object] = "object",
  [sym_structure_type] = "type",
  [sym_structure_type_pair] = "pair",
  [sym_pair] = "pair",
  [sym_interpolation] = "interpolation",
  [sym__interpolated_block] = "_interpolated_block",
  [sym__interpolated_identifier] = "_interpolated_identifier",
  [sym__semicolon] = "_semicolon",
  [aux_sym_module_repeat1] = "module_repeat1",
  [aux_sym_package_statement_repeat1] = "package_statement_repeat1",
  [aux_sym_import_statement_repeat1] = "import_statement_repeat1",
  [aux_sym_switch_block_repeat1] = "switch_block_repeat1",
  [aux_sym__parenthesized_expression_repeat1] = "_parenthesized_expression_repeat1",
  [aux_sym_expression_repeat1] = "expression_repeat1",
  [aux_sym_member_expression_repeat1] = "member_expression_repeat1",
  [aux_sym__function_type_args_repeat1] = "_function_type_args_repeat1",
  [aux_sym__arg_list_repeat1] = "_arg_list_repeat1",
  [aux_sym_type_params_repeat1] = "type_params_repeat1",
  [aux_sym_class_declaration_repeat1] = "class_declaration_repeat1",
  [aux_sym_class_declaration_repeat2] = "class_declaration_repeat2",
  [aux_sym_interface_declaration_repeat1] = "interface_declaration_repeat1",
  [aux_sym_function_declaration_repeat1] = "function_declaration_repeat1",
  [aux_sym__function_arg_list_repeat1] = "_function_arg_list_repeat1",
  [aux_sym_variable_declaration_repeat1] = "variable_declaration_repeat1",
  [aux_sym_variable_declaration_repeat2] = "variable_declaration_repeat2",
  [aux_sym_string_repeat1] = "string_repeat1",
  [aux_sym_string_repeat2] = "string_repeat2",
  [aux_sym_array_repeat1] = "array_repeat1",
  [aux_sym_map_repeat1] = "map_repeat1",
  [aux_sym_structure_type_repeat1] = "structure_type_repeat1",
  [anon_alias_sym_type] = "type",
  [anon_alias_sym_type_check] = "type_check",
};

static const TSSymbol ts_symbol_map[] = {
  [ts_builtin_sym_end] = ts_builtin_sym_end,
  [sym_identifier] = sym_identifier,
  [anon_sym_POUND] = anon_sym_POUND,
  [aux_sym_preprocessor_statement_token1] = aux_sym_preprocessor_statement_token1,
  [aux_sym_preprocessor_statement_token2] = aux_sym_preprocessor_statement_token2,
  [anon_sym_package] = anon_sym_package,
  [anon_sym_DOT] = anon_sym_DOT,
  [anon_sym_import] = anon_sym_import,
  [anon_sym_using] = anon_sym_using,
  [anon_sym_throw] = anon_sym_throw,
  [anon_sym_LPAREN] = anon_sym_LPAREN,
  [anon_sym_RPAREN] = anon_sym_RPAREN,
  [anon_sym_switch] = anon_sym_switch,
  [anon_sym_RBRACE] = anon_sym_RBRACE,
  [anon_sym_LBRACE] = anon_sym_LBRACE,
  [anon_sym_case] = anon_sym_case,
  [anon_sym__] = anon_sym__,
  [anon_sym_COLON] = anon_sym_COLON,
  [anon_sym_default] = anon_sym_default,
  [anon_sym_cast] = anon_sym_cast,
  [anon_sym_COMMA] = anon_sym_COMMA,
  [anon_sym_DOLLARtype] = anon_sym_DOLLARtype,
  [anon_sym_in] = anon_sym_in,
  [anon_sym_return] = anon_sym_return,
  [anon_sym_untyped] = anon_sym_untyped,
  [anon_sym_break] = anon_sym_break,
  [anon_sym_continue] = anon_sym_continue,
  [anon_sym_LBRACK] = anon_sym_LBRACK,
  [anon_sym_RBRACK] = anon_sym_RBRACK,
  [anon_sym_this] = anon_sym_this,
  [anon_sym_QMARK] = anon_sym_QMARK,
  [anon_sym_Void] = anon_sym_Void,
  [anon_sym_Int] = anon_sym_Int,
  [anon_sym_Float] = anon_sym_Float,
  [anon_sym_Bool] = anon_sym_Bool,
  [anon_sym_Null] = anon_sym_Null,
  [anon_sym_DASH_GT] = anon_sym_DASH_GT,
  [anon_sym_AT] = anon_sym_AT,
  [anon_sym_AT_COLON] = anon_sym_AT_COLON,
  [anon_sym_if] = anon_sym_if,
  [anon_sym_else] = anon_sym_else,
  [anon_sym_elseif] = anon_sym_elseif,
  [anon_sym_new] = anon_sym_new,
  [anon_sym_TILDE] = anon_sym_TILDE,
  [anon_sym_BANG] = anon_sym_BANG,
  [anon_sym_DASH] = anon_sym_DASH,
  [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS,
  [anon_sym_DASH_DASH] = anon_sym_DASH_DASH,
  [anon_sym_PERCENT] = anon_sym_PERCENT,
  [anon_sym_STAR] = anon_sym_STAR,
  [anon_sym_SLASH] = anon_sym_SLASH,
  [anon_sym_PLUS] = anon_sym_PLUS,
  [anon_sym_LT_LT] = anon_sym_LT_LT,
  [anon_sym_GT_GT] = anon_sym_GT_GT,
  [anon_sym_GT_GT_GT] = anon_sym_GT_GT_GT,
  [anon_sym_AMP] = anon_sym_AMP,
  [anon_sym_PIPE] = anon_sym_PIPE,
  [anon_sym_CARET] = anon_sym_CARET,
  [anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
  [anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
  [anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
  [anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
  [anon_sym_LT] = anon_sym_LT,
  [anon_sym_LT_EQ] = anon_sym_LT_EQ,
  [anon_sym_GT] = anon_sym_GT,
  [anon_sym_GT_EQ] = anon_sym_GT_EQ,
  [anon_sym_EQ_GT] = anon_sym_EQ_GT,
  [anon_sym_QMARK_QMARK] = anon_sym_QMARK_QMARK,
  [anon_sym_EQ] = anon_sym_EQ,
  [sym__rangeOperator] = sym__rangeOperator,
  [anon_sym_null] = anon_sym_null,
  [anon_sym_get] = anon_sym_get,
  [anon_sym_set] = anon_sym_set,
  [anon_sym_dynamic] = anon_sym_dynamic,
  [anon_sym_never] = anon_sym_never,
  [anon_sym_macro] = anon_sym_macro,
  [anon_sym_abstract] = anon_sym_abstract,
  [anon_sym_static] = anon_sym_static,
  [anon_sym_public] = anon_sym_public,
  [anon_sym_private] = anon_sym_private,
  [anon_sym_extern] = anon_sym_extern,
  [anon_sym_inline] = anon_sym_inline,
  [anon_sym_overload] = anon_sym_overload,
  [anon_sym_override] = anon_sym_override,
  [anon_sym_final] = anon_sym_final,
  [anon_sym_class] = anon_sym_class,
  [anon_sym_extends] = anon_sym_extends,
  [anon_sym_implements] = anon_sym_implements,
  [anon_sym_interface] = anon_sym_interface,
  [anon_sym_typedef] = anon_sym_typedef,
  [anon_sym_function] = anon_sym_function,
  [anon_sym_var] = anon_sym_var,
  [aux_sym_integer_token1] = aux_sym_integer_token1,
  [aux_sym_integer_token2] = aux_sym_integer_token2,
  [aux_sym_float_token1] = aux_sym_float_token1,
  [aux_sym_float_token2] = aux_sym_float_token2,
  [anon_sym_true] = anon_sym_true,
  [anon_sym_false] = anon_sym_false,
  [aux_sym_string_token1] = aux_sym_string_token1,
  [aux_sym_string_token2] = aux_sym_string_token2,
  [aux_sym_string_token3] = aux_sym_string_token3,
  [aux_sym_string_token4] = aux_sym_string_token4,
  [anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE,
  [anon_sym_DOLLAR] = anon_sym_DOLLAR,
  [anon_sym_LBRACE2] = anon_sym_LBRACE,
  [sym_escape_sequence] = sym_escape_sequence,
  [sym_comment] = sym_comment,
  [anon_sym_catch] = anon_sym_catch,
  [anon_sym_do] = anon_sym_do,
  [anon_sym_enum] = anon_sym_enum,
  [anon_sym_for] = anon_sym_for,
  [anon_sym_try] = anon_sym_try,
  [anon_sym_while] = anon_sym_while,
  [anon_sym_operator] = anon_sym_operator,
  [sym__camelCaseIdentifier] = sym__camelCaseIdentifier,
  [sym__pascalCaseIdentifier] = sym__pascalCaseIdentifier,
  [sym__lookback_semicolon] = sym__lookback_semicolon,
  [sym__closing_brace_marker] = sym__closing_brace_marker,
  [sym__closing_brace_unmarker] = sym__closing_brace_unmarker,
  [sym_module] = sym_module,
  [sym_preprocessor_statement] = sym_preprocessor_statement,
  [sym_package_statement] = sym_package_statement,
  [sym_package_name] = sym_package_name,
  [sym_type_name] = sym_type_name,
  [sym_import_statement] = sym_import_statement,
  [sym_using_statement] = sym_using_statement,
  [sym_throw_statement] = sym_throw_statement,
  [sym__rhs_expression] = sym__rhs_expression,
  [sym__unaryExpression] = sym__unaryExpression,
  [sym_runtime_type_check_expression] = sym_runtime_type_check_expression,
  [sym_switch_expression] = sym_switch_expression,
  [sym__closing_brace] = sym__closing_brace,
  [sym_switch_block] = sym_block,
  [sym_case_statement] = sym_case_statement,
  [sym_cast_expression] = sym_cast_expression,
  [sym_type_trace_expression] = sym_type_trace_expression,
  [sym__parenthesized_expression] = sym__parenthesized_expression,
  [sym_range_expression] = sym_range_expression,
  [sym_subscript_expression] = sym_subscript_expression,
  [sym_member_expression] = sym_member_expression,
  [sym__lhs_expression] = sym__lhs_expression,
  [sym_builtin_type] = sym_identifier,
  [sym__function_type_args] = sym__function_type_args,
  [sym_function_type] = sym_function_type,
  [sym_type] = sym_type,
  [sym_block] = sym_block,
  [sym_metadata] = sym_metadata,
  [sym__arg_list] = sym__arg_list,
  [sym_conditional_statement] = sym_conditional_statement,
  [sym__call] = sym__call,
  [sym__constructor_call] = sym__constructor_call,
  [sym_call_expression] = sym_call_expression,
  [sym_operator] = sym_operator,
  [sym__unaryOperator] = sym__unaryOperator,
  [sym__prefixUnaryOperator] = sym__prefixUnaryOperator,
  [sym__postfixUnaryOperator] = sym__postfixUnaryOperator,
  [sym__binaryOperator] = sym__binaryOperator,
  [sym__arithmeticOperator] = sym__arithmeticOperator,
  [sym__bitwiseOperator] = sym__bitwiseOperator,
  [sym__logicalOperator] = sym__logicalOperator,
  [sym__comparisonOperator] = sym__comparisonOperator,
  [sym__miscOperator] = sym__miscOperator,
  [sym__assignmentOperator] = sym__assignmentOperator,
  [sym__compoundAssignmentOperator] = sym__compoundAssignmentOperator,
  [sym_declaration] = sym_declaration,
  [sym__access_identifier] = sym__access_identifier,
  [sym_access_identifiers] = sym_access_identifiers,
  [sym_type_params] = sym_type_params,
  [sym__modifier] = sym__modifier,
  [sym_class_declaration] = sym_class_declaration,
  [sym_interface_declaration] = sym_interface_declaration,
  [sym_typedef_declaration] = sym_typedef_declaration,
  [sym_function_declaration] = sym_function_declaration,
  [sym__function_arg_list] = sym__function_arg_list,
  [sym_function_arg] = sym_function_arg,
  [sym_variable_declaration] = sym_variable_declaration,
  [sym__literal] = sym__literal,
  [sym_integer] = sym_integer,
  [sym_float] = sym_float,
  [sym_bool] = sym_bool,
  [sym_string] = sym_string,
  [sym_null] = sym_null,
  [sym_array] = sym_array,
  [sym_map] = sym_map,
  [sym_object] = sym_object,
  [sym_structure_type] = sym_type,
  [sym_structure_type_pair] = sym_pair,
  [sym_pair] = sym_pair,
  [sym_interpolation] = sym_interpolation,
  [sym__interpolated_block] = sym__interpolated_block,
  [sym__interpolated_identifier] = sym__interpolated_identifier,
  [sym__semicolon] = sym__semicolon,
  [aux_sym_module_repeat1] = aux_sym_module_repeat1,
  [aux_sym_package_statement_repeat1] = aux_sym_package_statement_repeat1,
  [aux_sym_import_statement_repeat1] = aux_sym_import_statement_repeat1,
  [aux_sym_switch_block_repeat1] = aux_sym_switch_block_repeat1,
  [aux_sym__parenthesized_expression_repeat1] = aux_sym__parenthesized_expression_repeat1,
  [aux_sym_expression_repeat1] = aux_sym_expression_repeat1,
  [aux_sym_member_expression_repeat1] = aux_sym_member_expression_repeat1,
  [aux_sym__function_type_args_repeat1] = aux_sym__function_type_args_repeat1,
  [aux_sym__arg_list_repeat1] = aux_sym__arg_list_repeat1,
  [aux_sym_type_params_repeat1] = aux_sym_type_params_repeat1,
  [aux_sym_class_declaration_repeat1] = aux_sym_class_declaration_repeat1,
  [aux_sym_class_declaration_repeat2] = aux_sym_class_declaration_repeat2,
  [aux_sym_interface_declaration_repeat1] = aux_sym_interface_declaration_repeat1,
  [aux_sym_function_declaration_repeat1] = aux_sym_function_declaration_repeat1,
  [aux_sym__function_arg_list_repeat1] = aux_sym__function_arg_list_repeat1,
  [aux_sym_variable_declaration_repeat1] = aux_sym_variable_declaration_repeat1,
  [aux_sym_variable_declaration_repeat2] = aux_sym_variable_declaration_repeat2,
  [aux_sym_string_repeat1] = aux_sym_string_repeat1,
  [aux_sym_string_repeat2] = aux_sym_string_repeat2,
  [aux_sym_array_repeat1] = aux_sym_array_repeat1,
  [aux_sym_map_repeat1] = aux_sym_map_repeat1,
  [aux_sym_structure_type_repeat1] = aux_sym_structure_type_repeat1,
  [anon_alias_sym_type] = anon_alias_sym_type,
  [anon_alias_sym_type_check] = anon_alias_sym_type_check,
};

static const TSSymbolMetadata ts_symbol_metadata[] = {
  [ts_builtin_sym_end] = {
    .visible = false,
    .named = true,
  },
  [sym_identifier] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_POUND] = {
    .visible = true,
    .named = false,
  },
  [aux_sym_preprocessor_statement_token1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_preprocessor_statement_token2] = {
    .visible = false,
    .named = false,
  },
  [anon_sym_package] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_import] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_using] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_throw] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RPAREN] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_switch] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RBRACE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LBRACE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_case] = {
    .visible = true,
    .named = false,
  },
  [anon_sym__] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_COLON] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_default] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_cast] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_COMMA] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOLLARtype] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_in] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_return] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_untyped] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_break] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_continue] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LBRACK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_RBRACK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_this] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_QMARK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Void] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Int] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Float] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Bool] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_Null] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DASH_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AT_COLON] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_if] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_else] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_elseif] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_new] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_TILDE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_BANG] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PLUS_PLUS] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DASH_DASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PERCENT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_STAR] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_SLASH] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PLUS] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT_LT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT_GT_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AMP] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PIPE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_CARET] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_AMP_AMP] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_PIPE_PIPE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_BANG_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LT_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_GT_EQ] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ_GT] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_QMARK_QMARK] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_EQ] = {
    .visible = true,
    .named = false,
  },
  [sym__rangeOperator] = {
    .visible = false,
    .named = true,
  },
  [anon_sym_null] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_get] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_set] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_dynamic] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_never] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_macro] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_abstract] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_static] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_public] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_private] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_extern] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_inline] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_overload] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_override] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_final] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_class] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_extends] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_implements] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_interface] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_typedef] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_function] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_var] = {
    .visible = true,
    .named = false,
  },
  [aux_sym_integer_token1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_integer_token2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_float_token1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_float_token2] = {
    .visible = false,
    .named = false,
  },
  [anon_sym_true] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_false] = {
    .visible = true,
    .named = false,
  },
  [aux_sym_string_token1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_token2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_token3] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_token4] = {
    .visible = false,
    .named = false,
  },
  [anon_sym_DOLLAR_LBRACE] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_DOLLAR] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_LBRACE2] = {
    .visible = true,
    .named = false,
  },
  [sym_escape_sequence] = {
    .visible = true,
    .named = true,
  },
  [sym_comment] = {
    .visible = true,
    .named = true,
  },
  [anon_sym_catch] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_do] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_enum] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_for] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_try] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_while] = {
    .visible = true,
    .named = false,
  },
  [anon_sym_operator] = {
    .visible = true,
    .named = false,
  },
  [sym__camelCaseIdentifier] = {
    .visible = false,
    .named = true,
  },
  [sym__pascalCaseIdentifier] = {
    .visible = false,
    .named = true,
  },
  [sym__lookback_semicolon] = {
    .visible = false,
    .named = true,
  },
  [sym__closing_brace_marker] = {
    .visible = false,
    .named = true,
  },
  [sym__closing_brace_unmarker] = {
    .visible = false,
    .named = true,
  },
  [sym_module] = {
    .visible = true,
    .named = true,
  },
  [sym_preprocessor_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_package_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_package_name] = {
    .visible = true,
    .named = true,
  },
  [sym_type_name] = {
    .visible = true,
    .named = true,
  },
  [sym_import_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_using_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_throw_statement] = {
    .visible = true,
    .named = true,
  },
  [sym__rhs_expression] = {
    .visible = false,
    .named = true,
  },
  [sym__unaryExpression] = {
    .visible = false,
    .named = true,
  },
  [sym_runtime_type_check_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_switch_expression] = {
    .visible = true,
    .named = true,
  },
  [sym__closing_brace] = {
    .visible = false,
    .named = true,
  },
  [sym_switch_block] = {
    .visible = true,
    .named = true,
  },
  [sym_case_statement] = {
    .visible = true,
    .named = true,
  },
  [sym_cast_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_type_trace_expression] = {
    .visible = true,
    .named = true,
  },
  [sym__parenthesized_expression] = {
    .visible = false,
    .named = true,
  },
  [sym_range_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_subscript_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_member_expression] = {
    .visible = true,
    .named = true,
  },
  [sym__lhs_expression] = {
    .visible = false,
    .named = true,
  },
  [sym_builtin_type] = {
    .visible = true,
    .named = true,
  },
  [sym__function_type_args] = {
    .visible = false,
    .named = true,
  },
  [sym_function_type] = {
    .visible = true,
    .named = true,
  },
  [sym_type] = {
    .visible = true,
    .named = true,
  },
  [sym_block] = {
    .visible = true,
    .named = true,
  },
  [sym_metadata] = {
    .visible = true,
    .named = true,
  },
  [sym__arg_list] = {
    .visible = false,
    .named = true,
  },
  [sym_conditional_statement] = {
    .visible = true,
    .named = true,
  },
  [sym__call] = {
    .visible = false,
    .named = true,
  },
  [sym__constructor_call] = {
    .visible = false,
    .named = true,
  },
  [sym_call_expression] = {
    .visible = true,
    .named = true,
  },
  [sym_operator] = {
    .visible = true,
    .named = true,
  },
  [sym__unaryOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__prefixUnaryOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__postfixUnaryOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__binaryOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__arithmeticOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__bitwiseOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__logicalOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__comparisonOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__miscOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__assignmentOperator] = {
    .visible = false,
    .named = true,
  },
  [sym__compoundAssignmentOperator] = {
    .visible = false,
    .named = true,
  },
  [sym_declaration] = {
    .visible = false,
    .named = true,
    .supertype = true,
  },
  [sym__access_identifier] = {
    .visible = false,
    .named = true,
  },
  [sym_access_identifiers] = {
    .visible = true,
    .named = true,
  },
  [sym_type_params] = {
    .visible = true,
    .named = true,
  },
  [sym__modifier] = {
    .visible = false,
    .named = true,
  },
  [sym_class_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_interface_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_typedef_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym_function_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym__function_arg_list] = {
    .visible = false,
    .named = true,
  },
  [sym_function_arg] = {
    .visible = true,
    .named = true,
  },
  [sym_variable_declaration] = {
    .visible = true,
    .named = true,
  },
  [sym__literal] = {
    .visible = false,
    .named = true,
  },
  [sym_integer] = {
    .visible = true,
    .named = true,
  },
  [sym_float] = {
    .visible = true,
    .named = true,
  },
  [sym_bool] = {
    .visible = true,
    .named = true,
  },
  [sym_string] = {
    .visible = true,
    .named = true,
  },
  [sym_null] = {
    .visible = true,
    .named = true,
  },
  [sym_array] = {
    .visible = true,
    .named = true,
  },
  [sym_map] = {
    .visible = true,
    .named = true,
  },
  [sym_object] = {
    .visible = true,
    .named = true,
  },
  [sym_structure_type] = {
    .visible = true,
    .named = true,
  },
  [sym_structure_type_pair] = {
    .visible = true,
    .named = true,
  },
  [sym_pair] = {
    .visible = true,
    .named = true,
  },
  [sym_interpolation] = {
    .visible = true,
    .named = true,
  },
  [sym__interpolated_block] = {
    .visible = false,
    .named = true,
  },
  [sym__interpolated_identifier] = {
    .visible = false,
    .named = true,
  },
  [sym__semicolon] = {
    .visible = false,
    .named = true,
  },
  [aux_sym_module_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_package_statement_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_import_statement_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_switch_block_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym__parenthesized_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_member_expression_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym__function_type_args_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym__arg_list_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_type_params_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_class_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_class_declaration_repeat2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_interface_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_function_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym__function_arg_list_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_variable_declaration_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_variable_declaration_repeat2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_string_repeat2] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_array_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_map_repeat1] = {
    .visible = false,
    .named = false,
  },
  [aux_sym_structure_type_repeat1] = {
    .visible = false,
    .named = false,
  },
  [anon_alias_sym_type] = {
    .visible = true,
    .named = false,
  },
  [anon_alias_sym_type_check] = {
    .visible = true,
    .named = false,
  },
};

enum ts_field_identifiers {
  field_arguments_list = 1,
  field_body = 2,
  field_built_in = 3,
  field_index = 4,
  field_interface_name = 5,
  field_literal = 6,
  field_member = 7,
  field_name = 8,
  field_object = 9,
  field_return_type = 10,
  field_super_class_name = 11,
  field_type = 12,
  field_type_name = 13,
};

static const char * const ts_field_names[] = {
  [0] = NULL,
  [field_arguments_list] = "arguments_list",
  [field_body] = "body",
  [field_built_in] = "built_in",
  [field_index] = "index",
  [field_interface_name] = "interface_name",
  [field_literal] = "literal",
  [field_member] = "member",
  [field_name] = "name",
  [field_object] = "object",
  [field_return_type] = "return_type",
  [field_super_class_name] = "super_class_name",
  [field_type] = "type",
  [field_type_name] = "type_name",
};

static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
  [1] = {.index = 0, .length = 2},
  [2] = {.index = 2, .length = 1},
  [3] = {.index = 3, .length = 2},
  [4] = {.index = 5, .length = 2},
  [5] = {.index = 7, .length = 2},
  [7] = {.index = 9, .length = 1},
  [8] = {.index = 10, .length = 2},
  [9] = {.index = 12, .length = 2},
  [10] = {.index = 14, .length = 1},
  [11] = {.index = 15, .length = 1},
  [12] = {.index = 16, .length = 2},
  [13] = {.index = 18, .length = 2},
  [14] = {.index = 20, .length = 2},
  [15] = {.index = 22, .length = 2},
  [16] = {.index = 24, .length = 2},
  [17] = {.index = 26, .length = 2},
  [18] = {.index = 28, .length = 1},
  [19] = {.index = 29, .length = 2},
  [20] = {.index = 31, .length = 3},
  [21] = {.index = 34, .length = 2},
  [22] = {.index = 36, .length = 1},
  [23] = {.index = 2, .length = 1},
  [24] = {.index = 37, .length = 1},
  [25] = {.index = 38, .length = 2},
  [26] = {.index = 40, .length = 1},
  [28] = {.index = 41, .length = 2},
  [29] = {.index = 43, .length = 3},
  [30] = {.index = 46, .length = 2},
  [31] = {.index = 48, .length = 3},
  [32] = {.index = 51, .length = 3},
  [33] = {.index = 29, .length = 2},
  [34] = {.index = 54, .length = 2},
  [36] = {.index = 56, .length = 1},
  [37] = {.index = 57, .length = 2},
  [38] = {.index = 40, .length = 1},
  [39] = {.index = 59, .length = 1},
  [41] = {.index = 60, .length = 1},
  [42] = {.index = 61, .length = 3},
  [43] = {.index = 64, .length = 3},
  [44] = {.index = 67, .length = 2},
  [45] = {.index = 69, .length = 3},
  [46] = {.index = 72, .length = 4},
  [47] = {.index = 76, .length = 3},
  [48] = {.index = 36, .length = 1},
  [49] = {.index = 79, .length = 2},
  [50] = {.index = 81, .length = 2},
  [51] = {.index = 79, .length = 2},
  [52] = {.index = 81, .length = 2},
  [53] = {.index = 83, .length = 2},
  [54] = {.index = 85, .length = 3},
  [55] = {.index = 88, .length = 2},
  [56] = {.index = 41, .length = 2},
  [57] = {.index = 59, .length = 1},
  [59] = {.index = 90, .length = 3},
  [60] = {.index = 93, .length = 4},
  [61] = {.index = 97, .length = 3},
  [62] = {.index = 100, .length = 2},
  [63] = {.index = 102, .length = 4},
  [64] = {.index = 106, .length = 3},
  [65] = {.index = 109, .length = 4},
  [66] = {.index = 36, .length = 1},
  [67] = {.index = 113, .length = 2},
  [68] = {.index = 115, .length = 3},
  [69] = {.index = 113, .length = 2},
  [70] = {.index = 115, .length = 3},
  [71] = {.index = 118, .length = 3},
  [72] = {.index = 121, .length = 3},
  [73] = {.index = 124, .length = 2},
  [74] = {.index = 126, .length = 2},
  [75] = {.index = 128, .length = 2},
  [76] = {.index = 126, .length = 2},
  [77] = {.index = 128, .length = 2},
  [78] = {.index = 130, .length = 2},
  [79] = {.index = 83, .length = 2},
  [80] = {.index = 132, .length = 4},
  [81] = {.index = 136, .length = 3},
  [82] = {.index = 139, .length = 4},
  [83] = {.index = 143, .length = 4},
  [84] = {.index = 147, .length = 3},
  [85] = {.index = 147, .length = 3},
  [86] = {.index = 150, .length = 3},
  [87] = {.index = 153, .length = 4},
  [88] = {.index = 157, .length = 3},
  [89] = {.index = 160, .length = 2},
  [90] = {.index = 162, .length = 2},
  [91] = {.index = 164, .length = 3},
  [92] = {.index = 162, .length = 2},
  [93] = {.index = 164, .length = 3},
  [94] = {.index = 167, .length = 2},
  [95] = {.index = 169, .length = 2},
  [96] = {.index = 171, .length = 2},
  [97] = {.index = 169, .length = 2},
  [98] = {.index = 171, .length = 2},
  [99] = {.index = 173, .length = 4},
  [100] = {.index = 177, .length = 4},
  [101] = {.index = 181, .length = 3},
  [102] = {.index = 184, .length = 4},
  [103] = {.index = 188, .length = 3},
  [104] = {.index = 188, .length = 3},
  [105] = {.index = 191, .length = 2},
  [106] = {.index = 193, .length = 2},
  [107] = {.index = 195, .length = 3},
  [108] = {.index = 193, .length = 2},
  [109] = {.index = 195, .length = 3},
  [110] = {.index = 198, .length = 4},
  [111] = {.index = 202, .length = 3},
  [112] = {.index = 202, .length = 3},
};

static const TSFieldMapEntry ts_field_map_entries[] = {
  [0] =
    {field_arguments_list, 0, .inherited = true},
    {field_object, 0, .inherited = true},
  [2] =
    {field_name, 1},
  [3] =
    {field_arguments_list, 1},
    {field_name, 0},
  [5] =
    {field_arguments_list, 1, .inherited = true},
    {field_object, 1, .inherited = true},
  [7] =
    {field_arguments_list, 1},
    {field_object, 0},
  [9] =
    {field_member, 0},
  [10] =
    {field_member, 2, .inherited = true},
    {field_object, 0},
  [12] =
    {field_body, 2},
    {field_name, 1},
  [14] =
    {field_type_name, 0},
  [15] =
    {field_built_in, 0},
  [16] =
    {field_arguments_list, 2},
    {field_object, 0},
  [18] =
    {field_literal, 0},
    {field_member, 2, .inherited = true},
  [20] =
    {field_name, 1},
    {field_name, 2},
  [22] =
    {field_member, 0, .inherited = true},
    {field_member, 1, .inherited = true},
  [24] =
    {field_member, 3, .inherited = true},
    {field_object, 0},
  [26] =
    {field_body, 3},
    {field_name, 2},
  [28] =
    {field_interface_name, 1},
  [29] =
    {field_body, 3},
    {field_name, 1},
  [31] =
    {field_body, 3},
    {field_interface_name, 2, .inherited = true},
    {field_name, 1},
  [34] =
    {field_interface_name, 0, .inherited = true},
    {field_interface_name, 1, .inherited = true},
  [36] =
    {field_name, 0},
  [37] =
    {field_index, 2},
  [38] =
    {field_literal, 0},
    {field_member, 3, .inherited = true},
  [40] =
    {field_name, 2},
  [41] =
    {field_body, 4},
    {field_name, 2},
  [43] =
    {field_body, 4},
    {field_interface_name, 3, .inherited = true},
    {field_name, 2},
  [46] =
    {field_name, 1},
    {field_type, 3},
  [48] =
    {field_body, 4},
    {field_name, 1},
    {field_super_class_name, 3},
  [51] =
    {field_body, 4},
    {field_interface_name, 3, .inherited = true},
    {field_name, 1},
  [54] =
    {field_index, 2},
    {field_index, 3},
  [56] =
    {field_return_type, 2},
  [57] =
    {field_body, 4},
    {field_name, 3},
  [59] =
    {field_name, 3},
  [60] =
    {field_type, 4},
  [61] =
    {field_body, 5},
    {field_name, 2},
    {field_super_class_name, 4},
  [64] =
    {field_body, 5},
    {field_interface_name, 4, .inherited = true},
    {field_name, 2},
  [67] =
    {field_name, 1},
    {field_type, 4},
  [69] =
    {field_body, 5},
    {field_name, 1},
    {field_super_class_name, 3},
  [72] =
    {field_body, 5},
    {field_interface_name, 4, .inherited = true},
    {field_name, 1},
    {field_super_class_name, 3},
  [76] =
    {field_body, 5},
    {field_name, 1},
    {field_super_class_name, 4},
  [79] =
    {field_body, 4},
    {field_name, 1},
  [81] =
    {field_name, 1},
    {field_return_type, 4},
  [83] =
    {field_body, 5},
    {field_name, 3},
  [85] =
    {field_body, 5},
    {field_interface_name, 4, .inherited = true},
    {field_name, 3},
  [88] =
    {field_name, 2},
    {field_type, 4},
  [90] =
    {field_body, 6},
    {field_name, 2},
    {field_super_class_name, 4},
  [93] =
    {field_body, 6},
    {field_interface_name, 5, .inherited = true},
    {field_name, 2},
    {field_super_class_name, 4},
  [97] =
    {field_body, 6},
    {field_name, 2},
    {field_super_class_name, 5},
  [100] =
    {field_name, 1},
    {field_type, 5},
  [102] =
    {field_body, 6},
    {field_interface_name, 5, .inherited = true},
    {field_name, 1},
    {field_super_class_name, 3},
  [106] =
    {field_body, 6},
    {field_name, 1},
    {field_super_class_name, 4},
  [109] =
    {field_body, 6},
    {field_interface_name, 5, .inherited = true},
    {field_name, 1},
    {field_super_class_name, 4},
  [113] =
    {field_name, 1},
    {field_return_type, 5},
  [115] =
    {field_body, 5},
    {field_name, 1},
    {field_return_type, 4},
  [118] =
    {field_body, 6},
    {field_name, 3},
    {field_super_class_name, 5},
  [121] =
    {field_body, 6},
    {field_interface_name, 5, .inherited = true},
    {field_name, 3},
  [124] =
    {field_name, 2},
    {field_type, 5},
  [126] =
    {field_body, 5},
    {field_name, 2},
  [128] =
    {field_name, 2},
    {field_return_type, 5},
  [130] =
    {field_name, 3},
    {field_type, 5},
  [132] =
    {field_body, 7},
    {field_interface_name, 6, .inherited = true},
    {field_name, 2},
    {field_super_class_name, 4},
  [136] =
    {field_body, 7},
    {field_name, 2},
    {field_super_class_name, 5},
  [139] =
    {field_body, 7},
    {field_interface_name, 6, .inherited = true},
    {field_name, 2},
    {field_super_class_name, 5},
  [143] =
    {field_body, 7},
    {field_interface_name, 6, .inherited = true},
    {field_name, 1},
    {field_super_class_name, 4},
  [147] =
    {field_body, 6},
    {field_name, 1},
    {field_return_type, 5},
  [150] =
    {field_body, 7},
    {field_name, 3},
    {field_super_class_name, 5},
  [153] =
    {field_body, 7},
    {field_interface_name, 6, .inherited = true},
    {field_name, 3},
    {field_super_class_name, 5},
  [157] =
    {field_body, 7},
    {field_name, 3},
    {field_super_class_name, 6},
  [160] =
    {field_name, 2},
    {field_type, 6},
  [162] =
    {field_name, 2},
    {field_return_type, 6},
  [164] =
    {field_body, 6},
    {field_name, 2},
    {field_return_type, 5},
  [167] =
    {field_name, 3},
    {field_type, 6},
  [169] =
    {field_body, 6},
    {field_name, 3},
  [171] =
    {field_name, 3},
    {field_return_type, 6},
  [173] =
    {field_body, 8},
    {field_interface_name, 7, .inherited = true},
    {field_name, 2},
    {field_super_class_name, 5},
  [177] =
    {field_body, 8},
    {field_interface_name, 7, .inherited = true},
    {field_name, 3},
    {field_super_class_name, 5},
  [181] =
    {field_body, 8},
    {field_name, 3},
    {field_super_class_name, 6},
  [184] =
    {field_body, 8},
    {field_interface_name, 7, .inherited = true},
    {field_name, 3},
    {field_super_class_name, 6},
  [188] =
    {field_body, 7},
    {field_name, 2},
    {field_return_type, 6},
  [191] =
    {field_name, 3},
    {field_type, 7},
  [193] =
    {field_name, 3},
    {field_return_type, 7},
  [195] =
    {field_body, 7},
    {field_name, 3},
    {field_return_type, 6},
  [198] =
    {field_body, 9},
    {field_interface_name, 8, .inherited = true},
    {field_name, 3},
    {field_super_class_name, 6},
  [202] =
    {field_body, 8},
    {field_name, 3},
    {field_return_type, 7},
};

static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
  [0] = {0},
  [6] = {
    [1] = anon_alias_sym_type_check,
  },
  [16] = {
    [1] = sym_operator,
  },
  [23] = {
    [1] = sym_identifier,
  },
  [25] = {
    [1] = sym_operator,
  },
  [27] = {
    [3] = sym_identifier,
  },
  [33] = {
    [1] = sym_identifier,
  },
  [35] = {
    [1] = anon_alias_sym_type,
  },
  [38] = {
    [2] = sym_identifier,
  },
  [40] = {
    [4] = sym_identifier,
  },
  [48] = {
    [2] = sym_type,
  },
  [49] = {
    [1] = sym_identifier,
  },
  [50] = {
    [1] = sym_identifier,
  },
  [56] = {
    [2] = sym_identifier,
  },
  [57] = {
    [3] = sym_identifier,
  },
  [58] = {
    [5] = sym_identifier,
  },
  [66] = {
    [3] = sym_type,
  },
  [67] = {
    [1] = sym_identifier,
  },
  [68] = {
    [1] = sym_identifier,
  },
  [74] = {
    [2] = sym_identifier,
  },
  [75] = {
    [2] = sym_identifier,
  },
  [79] = {
    [3] = sym_identifier,
  },
  [84] = {
    [1] = sym_identifier,
  },
  [90] = {
    [2] = sym_identifier,
  },
  [91] = {
    [2] = sym_identifier,
  },
  [95] = {
    [3] = sym_identifier,
  },
  [96] = {
    [3] = sym_identifier,
  },
  [103] = {
    [2] = sym_identifier,
  },
  [106] = {
    [3] = sym_identifier,
  },
  [107] = {
    [3] = sym_identifier,
  },
  [111] = {
    [3] = sym_identifier,
  },
};

static const uint16_t ts_non_terminal_alias_map[] = {
  sym__lhs_expression, 2,
    sym__lhs_expression,
    sym_type,
  sym_type, 3,
    sym_type,
    anon_alias_sym_type,
    sym_type,
  sym_structure_type_pair, 2,
    sym_pair,
    anon_alias_sym_type_check,
  0,
};

static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
  [0] = 0,
  [1] = 1,
  [2] = 2,
  [3] = 2,
  [4] = 4,
  [5] = 5,
  [6] = 2,
  [7] = 4,
  [8] = 5,
  [9] = 4,
  [10] = 5,
  [11] = 5,
  [12] = 5,
  [13] = 2,
  [14] = 2,
  [15] = 5,
  [16] = 16,
  [17] = 17,
  [18] = 17,
  [19] = 19,
  [20] = 20,
  [21] = 21,
  [22] = 21,
  [23] = 23,
  [24] = 24,
  [25] = 25,
  [26] = 26,
  [27] = 26,
  [28] = 28,
  [29] = 29,
  [30] = 30,
  [31] = 31,
  [32] = 32,
  [33] = 33,
  [34] = 33,
  [35] = 30,
  [36] = 31,
  [37] = 28,
  [38] = 29,
  [39] = 39,
  [40] = 39,
  [41] = 32,
  [42] = 29,
  [43] = 30,
  [44] = 31,
  [45] = 32,
  [46] = 28,
  [47] = 33,
  [48] = 48,
  [49] = 29,
  [50] = 33,
  [51] = 30,
  [52] = 32,
  [53] = 48,
  [54] = 31,
  [55] = 28,
  [56] = 56,
  [57] = 57,
  [58] = 57,
  [59] = 56,
  [60] = 60,
  [61] = 60,
  [62] = 62,
  [63] = 63,
  [64] = 63,
  [65] = 62,
  [66] = 62,
  [67] = 63,
  [68] = 63,
  [69] = 63,
  [70] = 62,
  [71] = 62,
  [72] = 72,
  [73] = 73,
  [74] = 74,
  [75] = 75,
  [76] = 76,
  [77] = 73,
  [78] = 73,
  [79] = 73,
  [80] = 80,
  [81] = 75,
  [82] = 74,
  [83] = 74,
  [84] = 76,
  [85] = 60,
  [86] = 73,
  [87] = 60,
  [88] = 73,
  [89] = 74,
  [90] = 73,
  [91] = 74,
  [92] = 92,
  [93] = 93,
  [94] = 94,
  [95] = 94,
  [96] = 96,
  [97] = 97,
  [98] = 98,
  [99] = 99,
  [100] = 100,
  [101] = 101,
  [102] = 102,
  [103] = 103,
  [104] = 103,
  [105] = 94,
  [106] = 106,
  [107] = 107,
  [108] = 94,
  [109] = 109,
  [110] = 110,
  [111] = 111,
  [112] = 100,
  [113] = 113,
  [114] = 114,
  [115] = 115,
  [116] = 116,
  [117] = 117,
  [118] = 113,
  [119] = 119,
  [120] = 94,
  [121] = 117,
  [122] = 92,
  [123] = 110,
  [124] = 94,
  [125] = 125,
  [126] = 126,
  [127] = 126,
  [128] = 99,
  [129] = 98,
  [130] = 94,
  [131] = 131,
  [132] = 102,
  [133] = 126,
  [134] = 134,
  [135] = 135,
  [136] = 111,
  [137] = 94,
  [138] = 138,
  [139] = 106,
  [140] = 94,
  [141] = 107,
  [142] = 125,
  [143] = 94,
  [144] = 144,
  [145] = 97,
  [146] = 94,
  [147] = 134,
  [148] = 94,
  [149] = 93,
  [150] = 126,
  [151] = 94,
  [152] = 94,
  [153] = 94,
  [154] = 135,
  [155] = 110,
  [156] = 131,
  [157] = 157,
  [158] = 94,
  [159] = 116,
  [160] = 115,
  [161] = 126,
  [162] = 94,
  [163] = 138,
  [164] = 144,
  [165] = 114,
  [166] = 109,
  [167] = 94,
  [168] = 157,
  [169] = 169,
  [170] = 170,
  [171] = 101,
  [172] = 172,
  [173] = 173,
  [174] = 174,
  [175] = 175,
  [176] = 176,
  [177] = 177,
  [178] = 178,
  [179] = 179,
  [180] = 180,
  [181] = 181,
  [182] = 182,
  [183] = 183,
  [184] = 184,
  [185] = 185,
  [186] = 186,
  [187] = 187,
  [188] = 188,
  [189] = 189,
  [190] = 190,
  [191] = 191,
  [192] = 192,
  [193] = 193,
  [194] = 194,
  [195] = 195,
  [196] = 196,
  [197] = 197,
  [198] = 198,
  [199] = 199,
  [200] = 200,
  [201] = 201,
  [202] = 202,
  [203] = 203,
  [204] = 204,
  [205] = 205,
  [206] = 206,
  [207] = 207,
  [208] = 208,
  [209] = 172,
  [210] = 205,
  [211] = 211,
  [212] = 175,
  [213] = 213,
  [214] = 214,
  [215] = 215,
  [216] = 216,
  [217] = 217,
  [218] = 218,
  [219] = 219,
  [220] = 173,
  [221] = 221,
  [222] = 222,
  [223] = 174,
  [224] = 224,
  [225] = 225,
  [226] = 226,
  [227] = 227,
  [228] = 228,
  [229] = 197,
  [230] = 205,
  [231] = 177,
  [232] = 190,
  [233] = 204,
  [234] = 206,
  [235] = 205,
  [236] = 189,
  [237] = 228,
  [238] = 213,
  [239] = 187,
  [240] = 188,
  [241] = 195,
  [242] = 180,
  [243] = 204,
  [244] = 198,
  [245] = 221,
  [246] = 222,
  [247] = 185,
  [248] = 225,
  [249] = 184,
  [250] = 183,
  [251] = 200,
  [252] = 215,
  [253] = 178,
  [254] = 202,
  [255] = 186,
  [256] = 211,
  [257] = 196,
  [258] = 258,
  [259] = 201,
  [260] = 217,
  [261] = 224,
  [262] = 226,
  [263] = 219,
  [264] = 177,
  [265] = 208,
  [266] = 176,
  [267] = 193,
  [268] = 206,
  [269] = 216,
  [270] = 199,
  [271] = 181,
  [272] = 218,
  [273] = 182,
  [274] = 191,
  [275] = 227,
  [276] = 203,
  [277] = 194,
  [278] = 179,
  [279] = 192,
  [280] = 190,
  [281] = 214,
  [282] = 207,
  [283] = 283,
  [284] = 284,
  [285] = 284,
  [286] = 204,
  [287] = 284,
  [288] = 288,
  [289] = 284,
  [290] = 290,
  [291] = 172,
  [292] = 204,
  [293] = 206,
  [294] = 190,
  [295] = 174,
  [296] = 296,
  [297] = 297,
  [298] = 297,
  [299] = 175,
  [300] = 173,
  [301] = 177,
  [302] = 297,
  [303] = 258,
  [304] = 296,
  [305] = 290,
  [306] = 297,
  [307] = 307,
  [308] = 308,
  [309] = 309,
  [310] = 310,
  [311] = 311,
  [312] = 312,
  [313] = 313,
  [314] = 314,
  [315] = 315,
  [316] = 283,
  [317] = 317,
  [318] = 288,
  [319] = 319,
  [320] = 320,
  [321] = 321,
  [322] = 322,
  [323] = 323,
  [324] = 324,
  [325] = 325,
  [326] = 326,
  [327] = 327,
  [328] = 328,
  [329] = 329,
  [330] = 330,
  [331] = 331,
  [332] = 332,
  [333] = 333,
  [334] = 334,
  [335] = 335,
  [336] = 336,
  [337] = 337,
  [338] = 338,
  [339] = 339,
  [340] = 340,
  [341] = 341,
  [342] = 342,
  [343] = 343,
  [344] = 344,
  [345] = 345,
  [346] = 346,
  [347] = 347,
  [348] = 348,
  [349] = 349,
  [350] = 350,
  [351] = 351,
  [352] = 352,
  [353] = 353,
  [354] = 354,
  [355] = 355,
  [356] = 356,
  [357] = 357,
  [358] = 358,
  [359] = 359,
  [360] = 360,
  [361] = 361,
  [362] = 362,
  [363] = 363,
  [364] = 364,
  [365] = 365,
  [366] = 366,
  [367] = 367,
  [368] = 368,
  [369] = 369,
  [370] = 370,
  [371] = 371,
  [372] = 372,
  [373] = 373,
  [374] = 374,
  [375] = 375,
  [376] = 376,
  [377] = 377,
  [378] = 378,
  [379] = 379,
  [380] = 380,
  [381] = 381,
  [382] = 382,
  [383] = 383,
  [384] = 384,
  [385] = 385,
  [386] = 386,
  [387] = 387,
  [388] = 388,
  [389] = 389,
  [390] = 390,
  [391] = 391,
  [392] = 392,
  [393] = 393,
  [394] = 394,
  [395] = 395,
  [396] = 396,
  [397] = 397,
  [398] = 398,
  [399] = 399,
  [400] = 400,
  [401] = 401,
  [402] = 402,
  [403] = 403,
  [404] = 404,
  [405] = 405,
  [406] = 406,
  [407] = 407,
  [408] = 408,
  [409] = 409,
  [410] = 410,
  [411] = 411,
  [412] = 412,
  [413] = 413,
  [414] = 414,
  [415] = 415,
  [416] = 416,
  [417] = 417,
  [418] = 418,
  [419] = 419,
  [420] = 420,
  [421] = 421,
  [422] = 422,
  [423] = 423,
  [424] = 424,
  [425] = 425,
  [426] = 426,
  [427] = 427,
  [428] = 283,
  [429] = 429,
  [430] = 430,
  [431] = 431,
  [432] = 432,
  [433] = 416,
  [434] = 434,
  [435] = 204,
  [436] = 172,
  [437] = 437,
  [438] = 438,
  [439] = 175,
  [440] = 440,
  [441] = 379,
  [442] = 442,
  [443] = 174,
  [444] = 173,
  [445] = 445,
  [446] = 446,
  [447] = 447,
  [448] = 448,
  [449] = 449,
  [450] = 450,
  [451] = 451,
  [452] = 452,
  [453] = 453,
  [454] = 454,
  [455] = 455,
  [456] = 456,
  [457] = 457,
  [458] = 458,
  [459] = 459,
  [460] = 460,
  [461] = 461,
  [462] = 462,
  [463] = 463,
  [464] = 464,
  [465] = 465,
  [466] = 466,
  [467] = 467,
  [468] = 468,
  [469] = 469,
  [470] = 470,
  [471] = 471,
  [472] = 472,
  [473] = 473,
  [474] = 474,
  [475] = 475,
  [476] = 476,
  [477] = 477,
  [478] = 478,
  [479] = 479,
  [480] = 416,
  [481] = 481,
  [482] = 482,
  [483] = 483,
  [484] = 484,
  [485] = 485,
  [486] = 486,
  [487] = 487,
  [488] = 416,
  [489] = 489,
  [490] = 490,
  [491] = 491,
  [492] = 492,
  [493] = 493,
  [494] = 494,
  [495] = 495,
  [496] = 496,
  [497] = 497,
  [498] = 498,
  [499] = 498,
  [500] = 448,
  [501] = 451,
  [502] = 365,
  [503] = 432,
  [504] = 397,
  [505] = 474,
  [506] = 442,
  [507] = 478,
  [508] = 485,
  [509] = 468,
  [510] = 364,
  [511] = 445,
  [512] = 400,
  [513] = 361,
  [514] = 458,
  [515] = 369,
  [516] = 355,
  [517] = 392,
  [518] = 288,
  [519] = 346,
  [520] = 492,
  [521] = 407,
  [522] = 370,
  [523] = 368,
  [524] = 373,
  [525] = 395,
  [526] = 419,
  [527] = 338,
  [528] = 320,
  [529] = 466,
  [530] = 465,
  [531] = 378,
  [532] = 489,
  [533] = 479,
  [534] = 438,
  [535] = 390,
  [536] = 321,
  [537] = 461,
  [538] = 494,
  [539] = 482,
  [540] = 459,
  [541] = 360,
  [542] = 481,
  [543] = 327,
  [544] = 450,
  [545] = 457,
  [546] = 456,
  [547] = 404,
  [548] = 334,
  [549] = 477,
  [550] = 472,
  [551] = 393,
  [552] = 453,
  [553] = 553,
  [554] = 447,
  [555] = 333,
  [556] = 556,
  [557] = 440,
  [558] = 332,
  [559] = 385,
  [560] = 387,
  [561] = 331,
  [562] = 388,
  [563] = 464,
  [564] = 391,
  [565] = 330,
  [566] = 467,
  [567] = 328,
  [568] = 324,
  [569] = 398,
  [570] = 411,
  [571] = 322,
  [572] = 437,
  [573] = 308,
  [574] = 394,
  [575] = 288,
  [576] = 283,
  [577] = 389,
  [578] = 383,
  [579] = 556,
  [580] = 460,
  [581] = 329,
  [582] = 455,
  [583] = 319,
  [584] = 310,
  [585] = 454,
  [586] = 452,
  [587] = 336,
  [588] = 363,
  [589] = 326,
  [590] = 434,
  [591] = 431,
  [592] = 553,
  [593] = 421,
  [594] = 430,
  [595] = 380,
  [596] = 377,
  [597] = 446,
  [598] = 375,
  [599] = 376,
  [600] = 381,
  [601] = 382,
  [602] = 429,
  [603] = 449,
  [604] = 374,
  [605] = 384,
  [606] = 471,
  [607] = 315,
  [608] = 476,
  [609] = 314,
  [610] = 483,
  [611] = 313,
  [612] = 312,
  [613] = 386,
  [614] = 427,
  [615] = 309,
  [616] = 335,
  [617] = 396,
  [618] = 487,
  [619] = 325,
  [620] = 317,
  [621] = 399,
  [622] = 401,
  [623] = 311,
  [624] = 462,
  [625] = 339,
  [626] = 402,
  [627] = 340,
  [628] = 341,
  [629] = 342,
  [630] = 426,
  [631] = 473,
  [632] = 463,
  [633] = 337,
  [634] = 403,
  [635] = 323,
  [636] = 425,
  [637] = 343,
  [638] = 405,
  [639] = 497,
  [640] = 371,
  [641] = 424,
  [642] = 406,
  [643] = 367,
  [644] = 493,
  [645] = 408,
  [646] = 344,
  [647] = 366,
  [648] = 307,
  [649] = 362,
  [650] = 423,
  [651] = 345,
  [652] = 496,
  [653] = 422,
  [654] = 347,
  [655] = 409,
  [656] = 348,
  [657] = 410,
  [658] = 412,
  [659] = 495,
  [660] = 491,
  [661] = 349,
  [662] = 413,
  [663] = 469,
  [664] = 490,
  [665] = 350,
  [666] = 351,
  [667] = 352,
  [668] = 470,
  [669] = 353,
  [670] = 486,
  [671] = 354,
  [672] = 414,
  [673] = 356,
  [674] = 415,
  [675] = 357,
  [676] = 417,
  [677] = 418,
  [678] = 372,
  [679] = 358,
  [680] = 420,
  [681] = 475,
  [682] = 359,
  [683] = 484,
  [684] = 39,
  [685] = 33,
  [686] = 29,
  [687] = 28,
  [688] = 32,
  [689] = 31,
  [690] = 30,
  [691] = 691,
  [692] = 33,
  [693] = 60,
  [694] = 28,
  [695] = 56,
  [696] = 32,
  [697] = 57,
  [698] = 30,
  [699] = 29,
  [700] = 31,
  [701] = 39,
  [702] = 702,
  [703] = 60,
  [704] = 33,
  [705] = 705,
  [706] = 33,
  [707] = 39,
  [708] = 33,
  [709] = 39,
  [710] = 39,
  [711] = 33,
  [712] = 39,
  [713] = 33,
  [714] = 39,
  [715] = 33,
  [716] = 33,
  [717] = 39,
  [718] = 28,
  [719] = 29,
  [720] = 30,
  [721] = 31,
  [722] = 32,
  [723] = 29,
  [724] = 32,
  [725] = 31,
  [726] = 31,
  [727] = 30,
  [728] = 31,
  [729] = 32,
  [730] = 28,
  [731] = 32,
  [732] = 30,
  [733] = 30,
  [734] = 28,
  [735] = 29,
  [736] = 29,
  [737] = 28,
  [738] = 28,
  [739] = 32,
  [740] = 31,
  [741] = 741,
  [742] = 31,
  [743] = 284,
  [744] = 28,
  [745] = 30,
  [746] = 32,
  [747] = 30,
  [748] = 29,
  [749] = 29,
  [750] = 31,
  [751] = 32,
  [752] = 30,
  [753] = 205,
  [754] = 28,
  [755] = 29,
  [756] = 205,
  [757] = 179,
  [758] = 284,
  [759] = 213,
  [760] = 760,
  [761] = 284,
  [762] = 217,
  [763] = 297,
  [764] = 297,
  [765] = 296,
  [766] = 416,
  [767] = 416,
  [768] = 416,
  [769] = 416,
  [770] = 770,
  [771] = 771,
  [772] = 205,
  [773] = 205,
  [774] = 205,
  [775] = 57,
  [776] = 213,
  [777] = 179,
  [778] = 203,
  [779] = 57,
  [780] = 218,
  [781] = 196,
  [782] = 56,
  [783] = 194,
  [784] = 60,
  [785] = 60,
  [786] = 205,
  [787] = 205,
  [788] = 57,
  [789] = 179,
  [790] = 60,
  [791] = 57,
  [792] = 57,
  [793] = 56,
  [794] = 205,
  [795] = 60,
  [796] = 57,
  [797] = 213,
  [798] = 56,
  [799] = 57,
  [800] = 56,
  [801] = 218,
  [802] = 179,
  [803] = 803,
  [804] = 60,
  [805] = 196,
  [806] = 205,
  [807] = 807,
  [808] = 803,
  [809] = 803,
  [810] = 203,
  [811] = 807,
  [812] = 807,
  [813] = 194,
  [814] = 807,
  [815] = 213,
  [816] = 803,
  [817] = 807,
  [818] = 803,
  [819] = 30,
  [820] = 820,
  [821] = 820,
  [822] = 822,
  [823] = 823,
  [824] = 824,
  [825] = 825,
  [826] = 826,
  [827] = 29,
  [828] = 828,
  [829] = 829,
  [830] = 830,
  [831] = 60,
  [832] = 179,
  [833] = 833,
  [834] = 57,
  [835] = 56,
  [836] = 836,
  [837] = 31,
  [838] = 823,
  [839] = 75,
  [840] = 57,
  [841] = 841,
  [842] = 842,
  [843] = 841,
  [844] = 57,
  [845] = 56,
  [846] = 825,
  [847] = 823,
  [848] = 56,
  [849] = 836,
  [850] = 60,
  [851] = 828,
  [852] = 841,
  [853] = 60,
  [854] = 32,
  [855] = 57,
  [856] = 823,
  [857] = 823,
  [858] = 824,
  [859] = 859,
  [860] = 841,
  [861] = 822,
  [862] = 823,
  [863] = 56,
  [864] = 842,
  [865] = 60,
  [866] = 829,
  [867] = 826,
  [868] = 57,
  [869] = 823,
  [870] = 60,
  [871] = 28,
  [872] = 841,
  [873] = 76,
  [874] = 859,
  [875] = 841,
  [876] = 841,
  [877] = 213,
  [878] = 57,
  [879] = 830,
  [880] = 833,
  [881] = 57,
  [882] = 882,
  [883] = 883,
  [884] = 884,
  [885] = 884,
  [886] = 886,
  [887] = 887,
  [888] = 888,
  [889] = 889,
  [890] = 889,
  [891] = 891,
  [892] = 892,
  [893] = 891,
  [894] = 892,
  [895] = 895,
  [896] = 896,
  [897] = 57,
  [898] = 898,
  [899] = 887,
  [900] = 896,
  [901] = 895,
  [902] = 213,
  [903] = 56,
  [904] = 888,
  [905] = 898,
  [906] = 906,
  [907] = 907,
  [908] = 908,
  [909] = 909,
  [910] = 910,
  [911] = 911,
  [912] = 912,
  [913] = 913,
  [914] = 914,
  [915] = 915,
  [916] = 916,
  [917] = 917,
  [918] = 918,
  [919] = 919,
  [920] = 918,
  [921] = 921,
  [922] = 922,
  [923] = 923,
  [924] = 924,
  [925] = 916,
  [926] = 926,
  [927] = 908,
  [928] = 928,
  [929] = 929,
  [930] = 923,
  [931] = 931,
  [932] = 60,
  [933] = 924,
  [934] = 934,
  [935] = 926,
  [936] = 936,
  [937] = 937,
  [938] = 922,
  [939] = 917,
  [940] = 940,
  [941] = 941,
  [942] = 915,
  [943] = 943,
  [944] = 907,
  [945] = 945,
  [946] = 946,
  [947] = 947,
  [948] = 948,
  [949] = 949,
  [950] = 907,
  [951] = 951,
  [952] = 952,
  [953] = 953,
  [954] = 954,
  [955] = 947,
  [956] = 956,
  [957] = 957,
  [958] = 958,
  [959] = 953,
  [960] = 960,
  [961] = 907,
  [962] = 962,
  [963] = 909,
  [964] = 946,
  [965] = 909,
  [966] = 966,
  [967] = 967,
  [968] = 968,
  [969] = 969,
  [970] = 970,
  [971] = 971,
  [972] = 972,
  [973] = 921,
  [974] = 974,
  [975] = 975,
  [976] = 907,
  [977] = 977,
  [978] = 909,
  [979] = 979,
  [980] = 980,
  [981] = 912,
  [982] = 982,
  [983] = 983,
  [984] = 977,
  [985] = 931,
  [986] = 983,
  [987] = 980,
  [988] = 982,
  [989] = 972,
  [990] = 974,
  [991] = 991,
  [992] = 970,
  [993] = 928,
  [994] = 994,
  [995] = 968,
  [996] = 996,
  [997] = 997,
  [998] = 958,
  [999] = 941,
  [1000] = 1000,
  [1001] = 60,
  [1002] = 954,
  [1003] = 945,
  [1004] = 940,
  [1005] = 1005,
  [1006] = 948,
  [1007] = 951,
  [1008] = 1008,
  [1009] = 996,
  [1010] = 991,
  [1011] = 971,
  [1012] = 1012,
  [1013] = 929,
  [1014] = 975,
  [1015] = 949,
  [1016] = 1016,
  [1017] = 957,
  [1018] = 936,
  [1019] = 997,
  [1020] = 956,
  [1021] = 943,
  [1022] = 1022,
  [1023] = 967,
  [1024] = 1008,
  [1025] = 910,
  [1026] = 994,
  [1027] = 937,
  [1028] = 960,
  [1029] = 913,
  [1030] = 919,
  [1031] = 962,
  [1032] = 934,
  [1033] = 1005,
  [1034] = 1000,
  [1035] = 909,
  [1036] = 1022,
  [1037] = 1037,
  [1038] = 1037,
  [1039] = 1037,
  [1040] = 1040,
  [1041] = 1040,
  [1042] = 1040,
  [1043] = 284,
  [1044] = 1044,
  [1045] = 29,
  [1046] = 30,
  [1047] = 1047,
  [1048] = 31,
  [1049] = 39,
  [1050] = 1044,
  [1051] = 1047,
  [1052] = 28,
  [1053] = 284,
  [1054] = 32,
  [1055] = 1055,
  [1056] = 1056,
  [1057] = 284,
  [1058] = 284,
  [1059] = 284,
  [1060] = 284,
  [1061] = 1055,
  [1062] = 284,
  [1063] = 284,
  [1064] = 1055,
  [1065] = 1055,
  [1066] = 39,
  [1067] = 284,
  [1068] = 32,
  [1069] = 28,
  [1070] = 297,
  [1071] = 297,
  [1072] = 1072,
  [1073] = 1073,
  [1074] = 1074,
  [1075] = 1075,
  [1076] = 1076,
  [1077] = 1077,
  [1078] = 1078,
  [1079] = 1072,
  [1080] = 1080,
  [1081] = 1081,
  [1082] = 1082,
  [1083] = 1083,
  [1084] = 1084,
  [1085] = 1085,
  [1086] = 1086,
  [1087] = 1087,
  [1088] = 1073,
  [1089] = 1074,
  [1090] = 1087,
  [1091] = 33,
  [1092] = 1086,
  [1093] = 1075,
  [1094] = 1094,
  [1095] = 31,
  [1096] = 39,
  [1097] = 1097,
  [1098] = 30,
  [1099] = 1080,
  [1100] = 29,
  [1101] = 1076,
  [1102] = 28,
  [1103] = 32,
  [1104] = 1077,
  [1105] = 1094,
  [1106] = 1078,
  [1107] = 31,
  [1108] = 30,
  [1109] = 29,
  [1110] = 1085,
  [1111] = 1111,
  [1112] = 1084,
  [1113] = 1081,
  [1114] = 1082,
  [1115] = 1083,
  [1116] = 1116,
  [1117] = 1117,
  [1118] = 297,
  [1119] = 1119,
  [1120] = 1120,
  [1121] = 1121,
  [1122] = 284,
  [1123] = 1123,
  [1124] = 1124,
  [1125] = 39,
  [1126] = 33,
  [1127] = 1127,
  [1128] = 1116,
  [1129] = 1129,
  [1130] = 1130,
  [1131] = 1131,
  [1132] = 1132,
  [1133] = 39,
  [1134] = 1134,
  [1135] = 297,
  [1136] = 284,
  [1137] = 297,
  [1138] = 1134,
  [1139] = 1139,
  [1140] = 1140,
  [1141] = 284,
  [1142] = 1142,
  [1143] = 1121,
  [1144] = 1144,
  [1145] = 1123,
  [1146] = 1146,
  [1147] = 284,
  [1148] = 297,
  [1149] = 1120,
  [1150] = 1119,
  [1151] = 1134,
  [1152] = 1116,
  [1153] = 1121,
  [1154] = 1124,
  [1155] = 1127,
  [1156] = 1156,
  [1157] = 39,
  [1158] = 1158,
  [1159] = 1130,
  [1160] = 1131,
  [1161] = 39,
  [1162] = 217,
  [1163] = 1139,
  [1164] = 1142,
  [1165] = 1140,
  [1166] = 1134,
  [1167] = 1116,
  [1168] = 1144,
  [1169] = 1146,
  [1170] = 1121,
  [1171] = 1156,
  [1172] = 1158,
  [1173] = 205,
  [1174] = 1132,
  [1175] = 296,
  [1176] = 297,
  [1177] = 217,
  [1178] = 1142,
  [1179] = 1123,
  [1180] = 1123,
  [1181] = 284,
  [1182] = 1182,
  [1183] = 1123,
  [1184] = 197,
  [1185] = 176,
  [1186] = 1186,
  [1187] = 1187,
  [1188] = 1188,
  [1189] = 1186,
  [1190] = 1186,
  [1191] = 284,
  [1192] = 1186,
  [1193] = 1187,
  [1194] = 1188,
  [1195] = 1186,
  [1196] = 1187,
  [1197] = 48,
  [1198] = 416,
  [1199] = 1186,
  [1200] = 192,
  [1201] = 192,
  [1202] = 189,
  [1203] = 1188,
  [1204] = 296,
  [1205] = 176,
  [1206] = 197,
  [1207] = 296,
  [1208] = 296,
  [1209] = 39,
  [1210] = 201,
  [1211] = 28,
  [1212] = 201,
  [1213] = 32,
  [1214] = 416,
  [1215] = 1186,
  [1216] = 1187,
  [1217] = 1187,
  [1218] = 31,
  [1219] = 1188,
  [1220] = 189,
  [1221] = 1188,
  [1222] = 29,
  [1223] = 30,
  [1224] = 193,
  [1225] = 200,
  [1226] = 217,
  [1227] = 416,
  [1228] = 173,
  [1229] = 180,
  [1230] = 188,
  [1231] = 187,
  [1232] = 174,
  [1233] = 227,
  [1234] = 215,
  [1235] = 175,
  [1236] = 297,
  [1237] = 178,
  [1238] = 181,
  [1239] = 182,
  [1240] = 185,
  [1241] = 217,
  [1242] = 186,
  [1243] = 228,
  [1244] = 214,
  [1245] = 32,
  [1246] = 208,
  [1247] = 172,
  [1248] = 31,
  [1249] = 183,
  [1250] = 184,
  [1251] = 199,
  [1252] = 30,
  [1253] = 29,
  [1254] = 211,
  [1255] = 216,
  [1256] = 28,
  [1257] = 188,
  [1258] = 195,
  [1259] = 225,
  [1260] = 222,
  [1261] = 221,
  [1262] = 219,
  [1263] = 198,
  [1264] = 32,
  [1265] = 226,
  [1266] = 224,
  [1267] = 200,
  [1268] = 32,
  [1269] = 416,
  [1270] = 172,
  [1271] = 202,
  [1272] = 175,
  [1273] = 202,
  [1274] = 31,
  [1275] = 416,
  [1276] = 224,
  [1277] = 226,
  [1278] = 198,
  [1279] = 174,
  [1280] = 30,
  [1281] = 33,
  [1282] = 195,
  [1283] = 193,
  [1284] = 219,
  [1285] = 216,
  [1286] = 211,
  [1287] = 173,
  [1288] = 221,
  [1289] = 222,
  [1290] = 199,
  [1291] = 225,
  [1292] = 184,
  [1293] = 183,
  [1294] = 29,
  [1295] = 28,
  [1296] = 177,
  [1297] = 1297,
  [1298] = 207,
  [1299] = 190,
  [1300] = 191,
  [1301] = 297,
  [1302] = 28,
  [1303] = 208,
  [1304] = 214,
  [1305] = 29,
  [1306] = 191,
  [1307] = 416,
  [1308] = 204,
  [1309] = 206,
  [1310] = 30,
  [1311] = 228,
  [1312] = 297,
  [1313] = 1313,
  [1314] = 186,
  [1315] = 185,
  [1316] = 182,
  [1317] = 181,
  [1318] = 178,
  [1319] = 217,
  [1320] = 297,
  [1321] = 31,
  [1322] = 180,
  [1323] = 207,
  [1324] = 215,
  [1325] = 416,
  [1326] = 227,
  [1327] = 187,
  [1328] = 1328,
  [1329] = 1329,
  [1330] = 1330,
  [1331] = 1330,
  [1332] = 1330,
  [1333] = 1333,
  [1334] = 1330,
  [1335] = 1335,
  [1336] = 1336,
  [1337] = 1337,
  [1338] = 1330,
  [1339] = 1336,
  [1340] = 1340,
  [1341] = 1330,
  [1342] = 1330,
  [1343] = 1330,
  [1344] = 1344,
  [1345] = 176,
  [1346] = 1330,
  [1347] = 1347,
  [1348] = 1330,
  [1349] = 1330,
  [1350] = 1350,
  [1351] = 33,
  [1352] = 1352,
  [1353] = 1330,
  [1354] = 1354,
  [1355] = 1355,
  [1356] = 296,
  [1357] = 197,
  [1358] = 1358,
  [1359] = 1359,
  [1360] = 1330,
  [1361] = 1330,
  [1362] = 201,
  [1363] = 1363,
  [1364] = 1330,
  [1365] = 1365,
  [1366] = 1366,
  [1367] = 1367,
  [1368] = 1330,
  [1369] = 1369,
  [1370] = 1370,
  [1371] = 1335,
  [1372] = 1359,
  [1373] = 1335,
  [1374] = 1344,
  [1375] = 1375,
  [1376] = 1330,
  [1377] = 32,
  [1378] = 31,
  [1379] = 30,
  [1380] = 29,
  [1381] = 28,
  [1382] = 32,
  [1383] = 31,
  [1384] = 296,
  [1385] = 1369,
  [1386] = 30,
  [1387] = 29,
  [1388] = 28,
  [1389] = 1389,
  [1390] = 1330,
  [1391] = 1391,
  [1392] = 1392,
  [1393] = 1393,
  [1394] = 1394,
  [1395] = 296,
  [1396] = 1396,
  [1397] = 1397,
  [1398] = 1330,
  [1399] = 1399,
  [1400] = 1394,
  [1401] = 1389,
  [1402] = 297,
  [1403] = 1333,
  [1404] = 1404,
  [1405] = 1405,
  [1406] = 1350,
  [1407] = 1407,
  [1408] = 1408,
  [1409] = 1370,
  [1410] = 189,
  [1411] = 1392,
  [1412] = 1358,
  [1413] = 1367,
  [1414] = 1352,
  [1415] = 1335,
  [1416] = 1416,
  [1417] = 1330,
  [1418] = 1355,
  [1419] = 192,
  [1420] = 1366,
  [1421] = 1421,
  [1422] = 1422,
  [1423] = 1330,
  [1424] = 1375,
  [1425] = 1330,
  [1426] = 1328,
  [1427] = 1330,
  [1428] = 1330,
  [1429] = 33,
  [1430] = 1337,
  [1431] = 1335,
  [1432] = 1432,
  [1433] = 1329,
  [1434] = 1365,
  [1435] = 1330,
  [1436] = 1391,
  [1437] = 1422,
  [1438] = 1396,
  [1439] = 1405,
  [1440] = 1330,
  [1441] = 1432,
  [1442] = 1442,
  [1443] = 416,
  [1444] = 1421,
  [1445] = 1445,
  [1446] = 1446,
  [1447] = 215,
  [1448] = 1448,
  [1449] = 416,
  [1450] = 1450,
  [1451] = 1448,
  [1452] = 32,
  [1453] = 1453,
  [1454] = 1454,
  [1455] = 1448,
  [1456] = 1448,
  [1457] = 1450,
  [1458] = 1450,
  [1459] = 214,
  [1460] = 1460,
  [1461] = 187,
  [1462] = 28,
  [1463] = 188,
  [1464] = 1464,
  [1465] = 1465,
  [1466] = 1450,
  [1467] = 225,
  [1468] = 1468,
  [1469] = 1448,
  [1470] = 1448,
  [1471] = 1471,
  [1472] = 1446,
  [1473] = 186,
  [1474] = 178,
  [1475] = 29,
  [1476] = 1476,
  [1477] = 1448,
  [1478] = 1478,
  [1479] = 1479,
  [1480] = 1480,
  [1481] = 1448,
  [1482] = 30,
  [1483] = 31,
  [1484] = 1446,
  [1485] = 1485,
  [1486] = 1486,
  [1487] = 1487,
  [1488] = 1446,
  [1489] = 185,
  [1490] = 32,
  [1491] = 1491,
  [1492] = 1492,
  [1493] = 1450,
  [1494] = 1485,
  [1495] = 1450,
  [1496] = 1448,
  [1497] = 28,
  [1498] = 1498,
  [1499] = 1486,
  [1500] = 1500,
  [1501] = 1446,
  [1502] = 181,
  [1503] = 183,
  [1504] = 208,
  [1505] = 1505,
  [1506] = 416,
  [1507] = 1507,
  [1508] = 1507,
  [1509] = 191,
  [1510] = 1507,
  [1511] = 221,
  [1512] = 1500,
  [1513] = 1513,
  [1514] = 1450,
  [1515] = 1454,
  [1516] = 1450,
  [1517] = 1446,
  [1518] = 227,
  [1519] = 1450,
  [1520] = 1505,
  [1521] = 1448,
  [1522] = 1446,
  [1523] = 1500,
  [1524] = 1524,
  [1525] = 1450,
  [1526] = 1500,
  [1527] = 1527,
  [1528] = 296,
  [1529] = 1468,
  [1530] = 1446,
  [1531] = 1448,
  [1532] = 1446,
  [1533] = 1507,
  [1534] = 1448,
  [1535] = 1535,
  [1536] = 1450,
  [1537] = 1537,
  [1538] = 1486,
  [1539] = 1450,
  [1540] = 202,
  [1541] = 1446,
  [1542] = 1542,
  [1543] = 1446,
  [1544] = 207,
  [1545] = 1450,
  [1546] = 1546,
  [1547] = 1547,
  [1548] = 1448,
  [1549] = 1448,
  [1550] = 1446,
  [1551] = 228,
  [1552] = 1552,
  [1553] = 1454,
  [1554] = 1468,
  [1555] = 1450,
  [1556] = 1500,
  [1557] = 30,
  [1558] = 1558,
  [1559] = 1450,
  [1560] = 1454,
  [1561] = 1448,
  [1562] = 1448,
  [1563] = 1480,
  [1564] = 1450,
  [1565] = 200,
  [1566] = 1566,
  [1567] = 175,
  [1568] = 1446,
  [1569] = 1448,
  [1570] = 1471,
  [1571] = 1465,
  [1572] = 1460,
  [1573] = 416,
  [1574] = 219,
  [1575] = 1575,
  [1576] = 184,
  [1577] = 1453,
  [1578] = 1446,
  [1579] = 1579,
  [1580] = 1580,
  [1581] = 182,
  [1582] = 1468,
  [1583] = 1486,
  [1584] = 1446,
  [1585] = 199,
  [1586] = 1468,
  [1587] = 1450,
  [1588] = 1588,
  [1589] = 416,
  [1590] = 1487,
  [1591] = 1492,
  [1592] = 1478,
  [1593] = 1448,
  [1594] = 1446,
  [1595] = 1446,
  [1596] = 211,
  [1597] = 1547,
  [1598] = 1598,
  [1599] = 1479,
  [1600] = 216,
  [1601] = 31,
  [1602] = 1450,
  [1603] = 1446,
  [1604] = 1604,
  [1605] = 1448,
  [1606] = 1606,
  [1607] = 1479,
  [1608] = 1608,
  [1609] = 1546,
  [1610] = 198,
  [1611] = 1486,
  [1612] = 1612,
  [1613] = 1613,
  [1614] = 174,
  [1615] = 1615,
  [1616] = 1468,
  [1617] = 172,
  [1618] = 1468,
  [1619] = 1448,
  [1620] = 180,
  [1621] = 1448,
  [1622] = 1604,
  [1623] = 1613,
  [1624] = 1612,
  [1625] = 1588,
  [1626] = 1580,
  [1627] = 173,
  [1628] = 1608,
  [1629] = 1448,
  [1630] = 29,
  [1631] = 1448,
  [1632] = 1575,
  [1633] = 226,
  [1634] = 1537,
  [1635] = 224,
  [1636] = 193,
  [1637] = 1448,
  [1638] = 1498,
  [1639] = 1542,
  [1640] = 1640,
  [1641] = 416,
  [1642] = 1476,
  [1643] = 1448,
  [1644] = 416,
  [1645] = 1507,
  [1646] = 1448,
  [1647] = 1491,
  [1648] = 1606,
  [1649] = 195,
  [1650] = 1454,
  [1651] = 1524,
  [1652] = 1652,
  [1653] = 222,
  [1654] = 30,
  [1655] = 416,
  [1656] = 1656,
  [1657] = 28,
  [1658] = 1658,
  [1659] = 32,
  [1660] = 29,
  [1661] = 31,
  [1662] = 205,
  [1663] = 1663,
  [1664] = 1664,
  [1665] = 1665,
  [1666] = 1666,
  [1667] = 1667,
  [1668] = 1664,
  [1669] = 1669,
  [1670] = 1666,
  [1671] = 1664,
  [1672] = 1665,
  [1673] = 1669,
  [1674] = 1674,
  [1675] = 1669,
  [1676] = 1667,
  [1677] = 1665,
  [1678] = 1665,
  [1679] = 1664,
  [1680] = 1666,
  [1681] = 1669,
  [1682] = 1666,
  [1683] = 1665,
  [1684] = 1664,
  [1685] = 1685,
  [1686] = 1666,
  [1687] = 1666,
  [1688] = 1669,
  [1689] = 179,
  [1690] = 1664,
  [1691] = 1665,
  [1692] = 1664,
  [1693] = 1666,
  [1694] = 1669,
  [1695] = 1665,
  [1696] = 1665,
  [1697] = 1664,
  [1698] = 1664,
  [1699] = 1664,
  [1700] = 1666,
  [1701] = 1665,
  [1702] = 1667,
  [1703] = 1669,
  [1704] = 1669,
  [1705] = 1665,
  [1706] = 1666,
  [1707] = 1665,
  [1708] = 1664,
  [1709] = 1667,
  [1710] = 1669,
  [1711] = 1669,
  [1712] = 1666,
  [1713] = 1669,
  [1714] = 1667,
  [1715] = 1666,
  [1716] = 1665,
  [1717] = 1666,
  [1718] = 1666,
  [1719] = 1719,
  [1720] = 1665,
  [1721] = 1664,
  [1722] = 1669,
  [1723] = 1664,
  [1724] = 1669,
  [1725] = 1665,
  [1726] = 1667,
  [1727] = 1666,
  [1728] = 1728,
  [1729] = 1669,
  [1730] = 1669,
  [1731] = 1665,
  [1732] = 1669,
  [1733] = 1666,
  [1734] = 1665,
  [1735] = 1666,
  [1736] = 1669,
  [1737] = 1664,
  [1738] = 1666,
  [1739] = 1664,
  [1740] = 1665,
  [1741] = 1669,
  [1742] = 1664,
  [1743] = 1666,
  [1744] = 1664,
  [1745] = 1665,
  [1746] = 1669,
  [1747] = 1667,
  [1748] = 1666,
  [1749] = 1664,
  [1750] = 1664,
  [1751] = 1669,
  [1752] = 1665,
  [1753] = 1669,
  [1754] = 1666,
  [1755] = 1664,
  [1756] = 1665,
  [1757] = 1669,
  [1758] = 1666,
  [1759] = 1664,
  [1760] = 1665,
  [1761] = 1669,
  [1762] = 1666,
  [1763] = 1664,
  [1764] = 1665,
  [1765] = 1669,
  [1766] = 1685,
  [1767] = 1666,
  [1768] = 1674,
  [1769] = 1666,
  [1770] = 1664,
  [1771] = 1664,
  [1772] = 1665,
  [1773] = 1665,
  [1774] = 1669,
  [1775] = 1666,
  [1776] = 1728,
  [1777] = 1664,
  [1778] = 1665,
  [1779] = 1665,
  [1780] = 1669,
  [1781] = 1666,
  [1782] = 1664,
  [1783] = 1783,
  [1784] = 1784,
  [1785] = 1783,
  [1786] = 1786,
  [1787] = 1787,
  [1788] = 1788,
  [1789] = 1789,
  [1790] = 1790,
  [1791] = 1791,
  [1792] = 1792,
  [1793] = 1789,
  [1794] = 1794,
  [1795] = 1795,
  [1796] = 1796,
  [1797] = 1797,
  [1798] = 1791,
  [1799] = 1799,
  [1800] = 1800,
  [1801] = 1801,
  [1802] = 1797,
  [1803] = 1800,
  [1804] = 1784,
  [1805] = 1801,
  [1806] = 1799,
  [1807] = 1807,
  [1808] = 1792,
  [1809] = 1792,
  [1810] = 1790,
  [1811] = 1811,
  [1812] = 1790,
  [1813] = 1813,
  [1814] = 1801,
  [1815] = 1815,
  [1816] = 1787,
  [1817] = 1800,
  [1818] = 1784,
  [1819] = 1811,
  [1820] = 1786,
  [1821] = 1799,
  [1822] = 1815,
  [1823] = 1786,
  [1824] = 1794,
  [1825] = 1807,
  [1826] = 1783,
  [1827] = 1791,
  [1828] = 1794,
  [1829] = 1829,
  [1830] = 1807,
  [1831] = 205,
  [1832] = 1832,
  [1833] = 1832,
  [1834] = 1832,
  [1835] = 1832,
  [1836] = 1832,
  [1837] = 1837,
  [1838] = 205,
  [1839] = 205,
  [1840] = 213,
  [1841] = 179,
  [1842] = 179,
  [1843] = 213,
  [1844] = 1837,
  [1845] = 196,
  [1846] = 1846,
  [1847] = 1847,
  [1848] = 196,
  [1849] = 205,
  [1850] = 1847,
  [1851] = 1851,
  [1852] = 1852,
  [1853] = 1853,
  [1854] = 205,
  [1855] = 205,
  [1856] = 205,
  [1857] = 1837,
  [1858] = 1858,
  [1859] = 1859,
  [1860] = 205,
  [1861] = 1859,
  [1862] = 205,
  [1863] = 1837,
  [1864] = 213,
  [1865] = 179,
  [1866] = 1859,
  [1867] = 196,
  [1868] = 196,
  [1869] = 1837,
  [1870] = 205,
  [1871] = 205,
  [1872] = 1872,
  [1873] = 196,
  [1874] = 1874,
  [1875] = 1837,
  [1876] = 213,
  [1877] = 179,
  [1878] = 196,
  [1879] = 1879,
  [1880] = 1880,
  [1881] = 1881,
  [1882] = 1882,
  [1883] = 1883,
  [1884] = 1881,
  [1885] = 1882,
  [1886] = 1886,
  [1887] = 1887,
  [1888] = 1886,
  [1889] = 1886,
  [1890] = 1887,
  [1891] = 1887,
  [1892] = 201,
  [1893] = 297,
  [1894] = 1894,
  [1895] = 1895,
  [1896] = 1896,
  [1897] = 297,
  [1898] = 1895,
  [1899] = 297,
  [1900] = 1895,
  [1901] = 297,
  [1902] = 205,
  [1903] = 297,
  [1904] = 1363,
  [1905] = 297,
  [1906] = 1445,
  [1907] = 1895,
  [1908] = 1896,
  [1909] = 1896,
  [1910] = 201,
  [1911] = 1894,
  [1912] = 1894,
  [1913] = 1894,
  [1914] = 1894,
  [1915] = 297,
  [1916] = 1895,
  [1917] = 1896,
  [1918] = 1918,
  [1919] = 1896,
  [1920] = 1920,
  [1921] = 1921,
  [1922] = 296,
  [1923] = 297,
  [1924] = 297,
  [1925] = 297,
  [1926] = 296,
  [1927] = 1927,
  [1928] = 1928,
  [1929] = 1927,
  [1930] = 1930,
  [1931] = 1407,
  [1932] = 296,
  [1933] = 1933,
  [1934] = 1928,
  [1935] = 1933,
  [1936] = 1928,
  [1937] = 416,
  [1938] = 297,
  [1939] = 1939,
  [1940] = 297,
  [1941] = 1941,
  [1942] = 1408,
  [1943] = 1941,
  [1944] = 1927,
  [1945] = 1945,
  [1946] = 1941,
  [1947] = 1933,
  [1948] = 290,
  [1949] = 1949,
  [1950] = 1950,
  [1951] = 1951,
  [1952] = 1951,
  [1953] = 1953,
  [1954] = 1954,
  [1955] = 1955,
  [1956] = 1953,
  [1957] = 204,
  [1958] = 1958,
  [1959] = 297,
  [1960] = 416,
  [1961] = 416,
  [1962] = 1954,
  [1963] = 1963,
  [1964] = 1953,
  [1965] = 297,
  [1966] = 1966,
  [1967] = 1967,
  [1968] = 1967,
  [1969] = 1535,
  [1970] = 1970,
  [1971] = 1967,
  [1972] = 1972,
  [1973] = 1972,
  [1974] = 416,
  [1975] = 1970,
  [1976] = 1951,
  [1977] = 1966,
  [1978] = 1954,
  [1979] = 1963,
  [1980] = 416,
  [1981] = 1972,
  [1982] = 1970,
  [1983] = 1983,
  [1984] = 1984,
  [1985] = 1963,
  [1986] = 1986,
  [1987] = 1987,
  [1988] = 1984,
  [1989] = 201,
  [1990] = 1972,
  [1991] = 1963,
  [1992] = 416,
  [1993] = 1987,
  [1994] = 1983,
  [1995] = 1950,
  [1996] = 1950,
  [1997] = 1997,
  [1998] = 416,
  [1999] = 1983,
  [2000] = 1963,
  [2001] = 1958,
  [2002] = 1972,
  [2003] = 1997,
  [2004] = 1966,
  [2005] = 2005,
  [2006] = 2006,
  [2007] = 296,
  [2008] = 2008,
  [2009] = 2009,
  [2010] = 416,
  [2011] = 1407,
  [2012] = 1408,
  [2013] = 1132,
  [2014] = 2014,
  [2015] = 2015,
  [2016] = 2016,
  [2017] = 2017,
  [2018] = 1408,
  [2019] = 1132,
  [2020] = 2014,
  [2021] = 2021,
  [2022] = 213,
  [2023] = 2023,
  [2024] = 1407,
  [2025] = 1132,
  [2026] = 1399,
  [2027] = 1393,
  [2028] = 1404,
  [2029] = 2014,
  [2030] = 2021,
  [2031] = 2031,
  [2032] = 2014,
  [2033] = 379,
  [2034] = 1579,
  [2035] = 296,
  [2036] = 2036,
  [2037] = 1615,
  [2038] = 2036,
  [2039] = 2008,
  [2040] = 2040,
  [2041] = 2041,
  [2042] = 1132,
  [2043] = 1132,
  [2044] = 2044,
  [2045] = 2014,
  [2046] = 1340,
  [2047] = 2008,
  [2048] = 2021,
  [2049] = 2044,
  [2050] = 1652,
  [2051] = 2036,
  [2052] = 2044,
  [2053] = 2053,
  [2054] = 2017,
  [2055] = 2055,
  [2056] = 2056,
  [2057] = 2057,
  [2058] = 2058,
  [2059] = 2059,
  [2060] = 2060,
  [2061] = 2061,
  [2062] = 2062,
  [2063] = 2063,
  [2064] = 2064,
  [2065] = 416,
  [2066] = 2066,
  [2067] = 2067,
  [2068] = 2068,
  [2069] = 2069,
  [2070] = 2070,
  [2071] = 2071,
  [2072] = 2072,
  [2073] = 2073,
  [2074] = 2074,
  [2075] = 2075,
  [2076] = 2070,
  [2077] = 2069,
  [2078] = 2068,
  [2079] = 2079,
  [2080] = 2055,
  [2081] = 2081,
  [2082] = 2082,
  [2083] = 2060,
  [2084] = 2058,
  [2085] = 2085,
  [2086] = 2086,
  [2087] = 2087,
  [2088] = 2075,
  [2089] = 2089,
  [2090] = 2085,
  [2091] = 2091,
  [2092] = 2092,
  [2093] = 2071,
  [2094] = 2094,
  [2095] = 2095,
  [2096] = 2096,
  [2097] = 2097,
  [2098] = 2086,
  [2099] = 2099,
  [2100] = 2085,
  [2101] = 2101,
  [2102] = 2102,
  [2103] = 2089,
  [2104] = 2075,
  [2105] = 2105,
  [2106] = 2106,
  [2107] = 2107,
  [2108] = 2108,
  [2109] = 2109,
  [2110] = 2110,
  [2111] = 2111,
  [2112] = 2105,
  [2113] = 2113,
  [2114] = 2067,
  [2115] = 2102,
  [2116] = 2066,
  [2117] = 2094,
  [2118] = 2079,
  [2119] = 2119,
  [2120] = 2111,
  [2121] = 2072,
  [2122] = 416,
  [2123] = 2123,
  [2124] = 2123,
  [2125] = 258,
  [2126] = 2126,
  [2127] = 2127,
  [2128] = 2128,
  [2129] = 2129,
  [2130] = 2087,
  [2131] = 2131,
  [2132] = 1535,
  [2133] = 2126,
  [2134] = 2127,
  [2135] = 2095,
  [2136] = 2094,
  [2137] = 2071,
  [2138] = 2138,
  [2139] = 2139,
  [2140] = 2119,
  [2141] = 2092,
  [2142] = 2142,
  [2143] = 2143,
  [2144] = 2144,
  [2145] = 1445,
  [2146] = 2091,
  [2147] = 2109,
  [2148] = 2082,
  [2149] = 2074,
  [2150] = 1363,
  [2151] = 2095,
  [2152] = 2152,
  [2153] = 2072,
  [2154] = 2073,
  [2155] = 2063,
  [2156] = 2081,
  [2157] = 2067,
  [2158] = 2081,
  [2159] = 2067,
  [2160] = 2160,
  [2161] = 2082,
  [2162] = 2162,
  [2163] = 416,
  [2164] = 2164,
  [2165] = 2165,
  [2166] = 2166,
  [2167] = 2096,
  [2168] = 2168,
  [2169] = 2169,
  [2170] = 2128,
  [2171] = 2138,
  [2172] = 2059,
  [2173] = 2097,
  [2174] = 2106,
  [2175] = 2139,
  [2176] = 1535,
  [2177] = 2110,
  [2178] = 2081,
  [2179] = 2082,
  [2180] = 2180,
  [2181] = 2082,
  [2182] = 2131,
  [2183] = 2183,
  [2184] = 2184,
  [2185] = 2185,
  [2186] = 2186,
  [2187] = 2087,
  [2188] = 2188,
  [2189] = 2189,
  [2190] = 2190,
  [2191] = 2108,
  [2192] = 2107,
  [2193] = 2160,
  [2194] = 2071,
  [2195] = 2094,
  [2196] = 2067,
  [2197] = 2197,
  [2198] = 2162,
  [2199] = 2085,
  [2200] = 2200,
  [2201] = 2201,
  [2202] = 2202,
  [2203] = 2075,
  [2204] = 2142,
  [2205] = 416,
  [2206] = 2206,
  [2207] = 2207,
  [2208] = 2208,
  [2209] = 2087,
  [2210] = 2210,
  [2211] = 2211,
  [2212] = 2067,
  [2213] = 296,
  [2214] = 2131,
  [2215] = 2166,
  [2216] = 2168,
  [2217] = 2217,
  [2218] = 2169,
  [2219] = 2180,
  [2220] = 2220,
  [2221] = 2200,
  [2222] = 2201,
  [2223] = 2202,
  [2224] = 2057,
  [2225] = 2201,
  [2226] = 2211,
  [2227] = 2227,
  [2228] = 2207,
  [2229] = 2206,
  [2230] = 2143,
  [2231] = 2144,
  [2232] = 2119,
  [2233] = 2139,
  [2234] = 416,
  [2235] = 2166,
  [2236] = 2168,
  [2237] = 2169,
  [2238] = 2138,
  [2239] = 2129,
  [2240] = 2128,
  [2241] = 2066,
  [2242] = 2108,
  [2243] = 2107,
  [2244] = 2197,
  [2245] = 2101,
  [2246] = 416,
  [2247] = 2099,
  [2248] = 2180,
  [2249] = 2183,
  [2250] = 2188,
  [2251] = 2184,
  [2252] = 2060,
  [2253] = 2081,
  [2254] = 2082,
  [2255] = 2055,
  [2256] = 296,
  [2257] = 2144,
  [2258] = 2068,
  [2259] = 2069,
  [2260] = 2070,
  [2261] = 2227,
  [2262] = 2087,
  [2263] = 2062,
  [2264] = 2099,
  [2265] = 2059,
  [2266] = 2189,
  [2267] = 2057,
  [2268] = 2152,
  [2269] = 2071,
  [2270] = 2094,
  [2271] = 2207,
  [2272] = 2190,
  [2273] = 2101,
  [2274] = 2085,
  [2275] = 2206,
  [2276] = 2276,
  [2277] = 2227,
  [2278] = 2075,
  [2279] = 2082,
  [2280] = 2211,
  [2281] = 2281,
  [2282] = 2185,
  [2283] = 2152,
  [2284] = 2200,
  [2285] = 2164,
  [2286] = 2129,
  [2287] = 2067,
  [2288] = 2288,
  [2289] = 2289,
  [2290] = 2290,
  [2291] = 2291,
  [2292] = 2292,
  [2293] = 2293,
  [2294] = 2294,
  [2295] = 2293,
  [2296] = 2296,
  [2297] = 2297,
  [2298] = 2298,
  [2299] = 2299,
  [2300] = 2300,
  [2301] = 2301,
  [2302] = 2302,
  [2303] = 2289,
  [2304] = 2304,
  [2305] = 2305,
  [2306] = 2290,
  [2307] = 2291,
  [2308] = 2292,
  [2309] = 2293,
  [2310] = 2310,
  [2311] = 2311,
  [2312] = 2312,
  [2313] = 2313,
  [2314] = 2314,
  [2315] = 2301,
  [2316] = 204,
  [2317] = 2317,
  [2318] = 2299,
  [2319] = 2319,
  [2320] = 2289,
  [2321] = 2296,
  [2322] = 1579,
  [2323] = 2323,
  [2324] = 2288,
  [2325] = 2291,
  [2326] = 2292,
  [2327] = 2327,
  [2328] = 2293,
  [2329] = 1615,
  [2330] = 1652,
  [2331] = 2331,
  [2332] = 2332,
  [2333] = 2296,
  [2334] = 2334,
  [2335] = 2335,
  [2336] = 2300,
  [2337] = 2337,
  [2338] = 2338,
  [2339] = 2339,
  [2340] = 2300,
  [2341] = 2289,
  [2342] = 2288,
  [2343] = 2343,
  [2344] = 1579,
  [2345] = 2291,
  [2346] = 2292,
  [2347] = 2289,
  [2348] = 2293,
  [2349] = 2349,
  [2350] = 1615,
  [2351] = 2300,
  [2352] = 1652,
  [2353] = 1340,
  [2354] = 2354,
  [2355] = 2331,
  [2356] = 1393,
  [2357] = 2302,
  [2358] = 2305,
  [2359] = 1399,
  [2360] = 2296,
  [2361] = 2361,
  [2362] = 2293,
  [2363] = 2363,
  [2364] = 2364,
  [2365] = 2310,
  [2366] = 2300,
  [2367] = 1404,
  [2368] = 2292,
  [2369] = 2291,
  [2370] = 2300,
  [2371] = 2300,
  [2372] = 2372,
  [2373] = 2300,
  [2374] = 2290,
  [2375] = 2300,
  [2376] = 2296,
  [2377] = 2300,
  [2378] = 2378,
  [2379] = 2379,
  [2380] = 2289,
  [2381] = 2300,
  [2382] = 2382,
  [2383] = 2383,
  [2384] = 2384,
  [2385] = 2300,
  [2386] = 2300,
  [2387] = 2300,
  [2388] = 2289,
  [2389] = 2389,
  [2390] = 2300,
  [2391] = 2300,
  [2392] = 2300,
  [2393] = 2301,
  [2394] = 2300,
  [2395] = 2395,
  [2396] = 2300,
  [2397] = 2397,
  [2398] = 2398,
  [2399] = 2299,
  [2400] = 2300,
  [2401] = 2300,
  [2402] = 2293,
  [2403] = 2403,
  [2404] = 2395,
  [2405] = 2300,
  [2406] = 2300,
  [2407] = 2310,
  [2408] = 2408,
  [2409] = 2403,
  [2410] = 2300,
  [2411] = 2411,
  [2412] = 2349,
  [2413] = 2300,
  [2414] = 2354,
  [2415] = 2415,
  [2416] = 2332,
  [2417] = 2299,
  [2418] = 2314,
  [2419] = 2419,
  [2420] = 2304,
  [2421] = 2288,
  [2422] = 2301,
  [2423] = 2423,
  [2424] = 2424,
  [2425] = 2384,
  [2426] = 2290,
  [2427] = 2427,
  [2428] = 2299,
  [2429] = 2292,
  [2430] = 2291,
  [2431] = 2290,
  [2432] = 2389,
  [2433] = 2398,
  [2434] = 2434,
  [2435] = 2288,
  [2436] = 2291,
  [2437] = 2292,
  [2438] = 2301,
  [2439] = 2300,
  [2440] = 2383,
  [2441] = 2379,
  [2442] = 2442,
  [2443] = 2415,
  [2444] = 2419,
  [2445] = 2445,
  [2446] = 2446,
  [2447] = 2447,
  [2448] = 2448,
  [2449] = 2449,
  [2450] = 2450,
  [2451] = 2451,
  [2452] = 2452,
  [2453] = 2453,
  [2454] = 2454,
  [2455] = 2455,
  [2456] = 2456,
  [2457] = 2457,
  [2458] = 2458,
  [2459] = 2459,
  [2460] = 2460,
  [2461] = 2461,
  [2462] = 2457,
  [2463] = 2463,
  [2464] = 2464,
  [2465] = 2455,
  [2466] = 2447,
  [2467] = 2452,
  [2468] = 2468,
  [2469] = 2469,
  [2470] = 2470,
  [2471] = 2471,
  [2472] = 2464,
  [2473] = 2473,
  [2474] = 2474,
  [2475] = 2451,
  [2476] = 2476,
  [2477] = 2477,
  [2478] = 2478,
  [2479] = 2479,
  [2480] = 2455,
  [2481] = 2481,
  [2482] = 2455,
  [2483] = 2455,
  [2484] = 2455,
  [2485] = 2455,
  [2486] = 2486,
  [2487] = 2447,
  [2488] = 2481,
  [2489] = 2489,
  [2490] = 2490,
  [2491] = 2455,
  [2492] = 2455,
  [2493] = 2455,
  [2494] = 2455,
  [2495] = 2495,
  [2496] = 2496,
  [2497] = 2455,
  [2498] = 2498,
  [2499] = 2477,
  [2500] = 2500,
  [2501] = 2486,
  [2502] = 2455,
  [2503] = 2455,
  [2504] = 2442,
  [2505] = 2455,
  [2506] = 2506,
  [2507] = 2471,
  [2508] = 2477,
  [2509] = 2455,
  [2510] = 2455,
  [2511] = 2455,
  [2512] = 2454,
  [2513] = 2455,
  [2514] = 2514,
  [2515] = 2514,
  [2516] = 2516,
  [2517] = 2455,
  [2518] = 2455,
  [2519] = 2468,
  [2520] = 2520,
  [2521] = 2516,
  [2522] = 2522,
  [2523] = 2463,
  [2524] = 2524,
  [2525] = 2525,
  [2526] = 2526,
  [2527] = 2450,
  [2528] = 2455,
  [2529] = 2459,
  [2530] = 2530,
  [2531] = 2500,
  [2532] = 2455,
  [2533] = 2490,
  [2534] = 2473,
  [2535] = 2535,
  [2536] = 296,
  [2537] = 2474,
  [2538] = 2461,
  [2539] = 2539,
  [2540] = 2540,
  [2541] = 2464,
  [2542] = 2542,
  [2543] = 2455,
  [2544] = 2544,
  [2545] = 2522,
  [2546] = 2546,
  [2547] = 2547,
  [2548] = 2476,
  [2549] = 2478,
  [2550] = 2477,
  [2551] = 2535,
  [2552] = 2454,
  [2553] = 2553,
  [2554] = 2524,
  [2555] = 2455,
  [2556] = 2449,
  [2557] = 2479,
  [2558] = 2558,
  [2559] = 2559,
  [2560] = 2560,
  [2561] = 2561,
  [2562] = 2495,
  [2563] = 2563,
  [2564] = 2520,
  [2565] = 2496,
  [2566] = 2530,
  [2567] = 2477,
  [2568] = 2568,
  [2569] = 2569,
  [2570] = 2570,
  [2571] = 2463,
  [2572] = 2498,
  [2573] = 2573,
  [2574] = 2456,
  [2575] = 2575,
  [2576] = 2542,
  [2577] = 2558,
  [2578] = 2544,
  [2579] = 2579,
  [2580] = 2525,
  [2581] = 2490,
  [2582] = 2489,
  [2583] = 2463,
  [2584] = 2584,
  [2585] = 2477,
  [2586] = 2455,
  [2587] = 2587,
  [2588] = 2526,
  [2589] = 2447,
  [2590] = 2490,
  [2591] = 2563,
  [2592] = 2553,
  [2593] = 2593,
  [2594] = 2594,
  [2595] = 2454,
  [2596] = 2596,
  [2597] = 2454,
  [2598] = 2559,
  [2599] = 2522,
  [2600] = 2560,
  [2601] = 2490,
  [2602] = 2584,
  [2603] = 2539,
  [2604] = 2575,
  [2605] = 2449,
  [2606] = 2606,
  [2607] = 2573,
  [2608] = 2447,
  [2609] = 2477,
  [2610] = 2610,
  [2611] = 2469,
  [2612] = 2457,
  [2613] = 2613,
  [2614] = 2570,
  [2615] = 2470,
  [2616] = 2569,
  [2617] = 2463,
  [2618] = 2618,
  [2619] = 2619,
  [2620] = 2620,
  [2621] = 2621,
  [2622] = 2622,
  [2623] = 2623,
  [2624] = 2624,
  [2625] = 2625,
  [2626] = 2626,
  [2627] = 2627,
  [2628] = 2628,
  [2629] = 2629,
  [2630] = 2630,
  [2631] = 2631,
  [2632] = 2632,
  [2633] = 288,
  [2634] = 2634,
  [2635] = 2635,
  [2636] = 2636,
  [2637] = 2637,
  [2638] = 2638,
  [2639] = 2639,
  [2640] = 2640,
  [2641] = 2641,
  [2642] = 2642,
  [2643] = 2643,
  [2644] = 2644,
  [2645] = 2645,
  [2646] = 2646,
  [2647] = 2647,
  [2648] = 2648,
  [2649] = 2649,
  [2650] = 2650,
  [2651] = 2649,
  [2652] = 2652,
  [2653] = 2647,
  [2654] = 283,
  [2655] = 2655,
  [2656] = 2656,
  [2657] = 2657,
  [2658] = 2657,
  [2659] = 2659,
  [2660] = 2655,
  [2661] = 2638,
  [2662] = 2662,
  [2663] = 2620,
  [2664] = 2664,
  [2665] = 2665,
  [2666] = 2666,
  [2667] = 2643,
  [2668] = 2641,
  [2669] = 2649,
  [2670] = 2644,
  [2671] = 2625,
  [2672] = 2672,
  [2673] = 2673,
  [2674] = 2619,
  [2675] = 2621,
  [2676] = 2676,
  [2677] = 2677,
  [2678] = 2649,
  [2679] = 2679,
  [2680] = 2622,
  [2681] = 2623,
  [2682] = 2624,
  [2683] = 2683,
  [2684] = 2684,
  [2685] = 2685,
  [2686] = 2686,
  [2687] = 2627,
  [2688] = 2688,
  [2689] = 2624,
  [2690] = 2635,
  [2691] = 2691,
  [2692] = 2625,
  [2693] = 2628,
  [2694] = 2629,
  [2695] = 2695,
  [2696] = 2696,
  [2697] = 2626,
  [2698] = 2698,
  [2699] = 2699,
  [2700] = 2647,
  [2701] = 2701,
  [2702] = 2702,
  [2703] = 2703,
  [2704] = 2630,
  [2705] = 2705,
  [2706] = 2634,
  [2707] = 2656,
  [2708] = 2665,
  [2709] = 2642,
  [2710] = 2677,
  [2711] = 2624,
  [2712] = 2683,
  [2713] = 2685,
  [2714] = 2645,
  [2715] = 2632,
  [2716] = 2650,
  [2717] = 2619,
  [2718] = 2684,
  [2719] = 2679,
  [2720] = 2659,
  [2721] = 2619,
  [2722] = 2722,
  [2723] = 2666,
  [2724] = 2688,
  [2725] = 2725,
  [2726] = 2726,
  [2727] = 2618,
  [2728] = 2728,
  [2729] = 2729,
  [2730] = 2730,
  [2731] = 2731,
  [2732] = 2673,
  [2733] = 2733,
  [2734] = 2734,
  [2735] = 2676,
  [2736] = 2736,
  [2737] = 2636,
  [2738] = 2738,
  [2739] = 2739,
  [2740] = 2688,
  [2741] = 2619,
  [2742] = 2742,
  [2743] = 2679,
  [2744] = 2686,
  [2745] = 2745,
  [2746] = 2746,
  [2747] = 2624,
  [2748] = 2639,
  [2749] = 2702,
  [2750] = 2750,
  [2751] = 2637,
  [2752] = 2698,
  [2753] = 2753,
  [2754] = 2703,
  [2755] = 2672,
  [2756] = 2679,
  [2757] = 2639,
  [2758] = 2641,
  [2759] = 2641,
  [2760] = 2695,
  [2761] = 2699,
  [2762] = 2624,
  [2763] = 2664,
  [2764] = 2619,
  [2765] = 2619,
  [2766] = 2679,
  [2767] = 2767,
  [2768] = 2625,
  [2769] = 2624,
  [2770] = 2725,
  [2771] = 2679,
  [2772] = 2619,
  [2773] = 2679,
  [2774] = 2774,
  [2775] = 2705,
  [2776] = 2643,
  [2777] = 2696,
  [2778] = 2619,
  [2779] = 2679,
  [2780] = 2780,
  [2781] = 2781,
  [2782] = 2782,
  [2783] = 2619,
  [2784] = 2679,
  [2785] = 2619,
  [2786] = 2736,
  [2787] = 2619,
  [2788] = 2679,
  [2789] = 2647,
  [2790] = 2782,
  [2791] = 2619,
  [2792] = 2679,
  [2793] = 2649,
  [2794] = 2794,
  [2795] = 2619,
  [2796] = 2679,
  [2797] = 2624,
  [2798] = 2798,
  [2799] = 2619,
  [2800] = 2679,
  [2801] = 2637,
  [2802] = 2802,
  [2803] = 2619,
  [2804] = 2679,
  [2805] = 2805,
  [2806] = 2806,
  [2807] = 2619,
  [2808] = 2679,
  [2809] = 2809,
  [2810] = 2767,
  [2811] = 2619,
  [2812] = 2679,
  [2813] = 2813,
  [2814] = 2806,
  [2815] = 2619,
  [2816] = 2679,
  [2817] = 2817,
  [2818] = 2818,
  [2819] = 2619,
  [2820] = 2679,
  [2821] = 2638,
  [2822] = 2802,
  [2823] = 2619,
  [2824] = 2679,
  [2825] = 2620,
  [2826] = 2826,
  [2827] = 2619,
  [2828] = 2679,
  [2829] = 2688,
  [2830] = 2679,
  [2831] = 2619,
  [2832] = 2679,
  [2833] = 2833,
  [2834] = 2834,
  [2835] = 2619,
  [2836] = 2679,
  [2837] = 2679,
  [2838] = 2639,
  [2839] = 2619,
  [2840] = 2679,
  [2841] = 2841,
  [2842] = 2637,
  [2843] = 2834,
  [2844] = 2844,
  [2845] = 2780,
  [2846] = 2841,
  [2847] = 2729,
  [2848] = 2648,
  [2849] = 2731,
  [2850] = 2794,
  [2851] = 2733,
  [2852] = 2734,
  [2853] = 2641,
  [2854] = 2646,
  [2855] = 2855,
  [2856] = 2738,
  [2857] = 2722,
  [2858] = 2739,
  [2859] = 2813,
  [2860] = 2746,
  [2861] = 2833,
  [2862] = 2753,
  [2863] = 2863,
  [2864] = 2774,
  [2865] = 2855,
  [2866] = 2620,
  [2867] = 2805,
  [2868] = 2863,
  [2869] = 2730,
  [2870] = 2742,
  [2871] = 2579,
  [2872] = 2620,
  [2873] = 2619,
  [2874] = 2587,
  [2875] = 2844,
  [2876] = 2624,
  [2877] = 2638,
  [2878] = 2625,
  [2879] = 2844,
  [2880] = 2880,
  [2881] = 2643,
  [2882] = 2882,
  [2883] = 2679,
  [2884] = 2818,
  [2885] = 2844,
  [2886] = 2643,
  [2887] = 2844,
  [2888] = 2638,
  [2889] = 2880,
  [2890] = 2798,
  [2891] = 2647,
};

static bool ts_lex(TSLexer *lexer, TSStateId state) {
  START_LEXER();
  eof = lexer->eof(lexer);
  switch (state) {
    case 0:
      if (eof) ADVANCE(44);
      ADVANCE_MAP(
        '!', 71,
        '"', 124,
        '#', 45,
        '$', 130,
        '%', 76,
        '&', 83,
        '\'', 114,
        '(', 53,
        ')', 54,
        '*', 77,
        '+', 79,
        ',', 58,
        '-', 73,
        '.', 52,
        '/', 78,
        '0', 104,
        ':', 57,
        '<', 91,
        '=', 99,
        '>', 94,
        '?', 63,
        '@', 65,
        '[', 60,
        '\\', 34,
        ']', 61,
        '^', 85,
        '_', 102,
        'e', 141,
        'i', 140,
        '{', 131,
        '|', 84,
        '}', 55,
        '~', 70,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(41);
      if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(145);
      END_STATE();
    case 1:
      ADVANCE_MAP(
        '!', 71,
        '"', 124,
        '$', 33,
        '%', 76,
        '&', 83,
        '\'', 114,
        '(', 53,
        ')', 54,
        '*', 77,
        '+', 79,
        ',', 58,
        '-', 73,
        '.', 52,
        '/', 78,
        '0', 104,
        ':', 57,
        '<', 91,
        '=', 99,
        '>', 94,
        '?', 63,
        '[', 60,
        '^', 85,
        '_', 102,
        '{', 56,
        '|', 84,
        '~', 70,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(1);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 2:
      ADVANCE_MAP(
        '!', 71,
        '%', 76,
        '&', 83,
        '(', 53,
        ')', 54,
        '*', 77,
        '+', 79,
        ',', 58,
        '-', 73,
        '.', 52,
        '/', 78,
        ':', 57,
        '<', 91,
        '=', 99,
        '>', 94,
        '?', 63,
        '[', 60,
        '^', 85,
        '|', 84,
        '~', 70,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(2);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 3:
      ADVANCE_MAP(
        '!', 71,
        '%', 76,
        '&', 83,
        '(', 53,
        ')', 54,
        '*', 77,
        '+', 79,
        ',', 58,
        '-', 72,
        '.', 52,
        '/', 78,
        ':', 57,
        '<', 91,
        '=', 99,
        '>', 94,
        '?', 63,
        '@', 65,
        '[', 60,
        ']', 61,
        '^', 85,
        '{', 56,
        '|', 84,
        '}', 55,
        '~', 70,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(3);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 4:
      ADVANCE_MAP(
        '"', 124,
        '\'', 114,
        '(', 53,
        ')', 54,
        ',', 58,
        '-', 22,
        '.', 51,
        '/', 13,
        '0', 104,
        ':', 57,
        '<', 90,
        '=', 100,
        '>', 93,
        '?', 62,
        '[', 60,
        ']', 61,
        '_', 102,
        '{', 56,
        '}', 55,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(4);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 5:
      ADVANCE_MAP(
        '"', 124,
        '\'', 114,
        '(', 53,
        ')', 54,
        ',', 58,
        '-', 22,
        '/', 13,
        '0', 104,
        ':', 57,
        '<', 90,
        '=', 98,
        '>', 93,
        '?', 62,
        '@', 65,
        '[', 60,
        ']', 61,
        '_', 102,
        '{', 56,
        '}', 55,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(5);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 6:
      if (lookahead == '"') ADVANCE(124);
      if (lookahead == '/') ADVANCE(126);
      if (lookahead == '\\') ADVANCE(128);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(127);
      if (lookahead != 0) ADVANCE(125);
      END_STATE();
    case 7:
      ADVANCE_MAP(
        '"', 115,
        '$', 130,
        '\'', 114,
        '.', 51,
        '/', 120,
        '0', 104,
        ':', 57,
        '=', 121,
        '?', 62,
        '[', 60,
        '\\', 123,
        '_', 102,
        '{', 56,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(116);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(122);
      if (lookahead != 0) ADVANCE(115);
      END_STATE();
    case 8:
      ADVANCE_MAP(
        '"', 115,
        '$', 130,
        '\'', 114,
        '/', 120,
        '0', 104,
        '[', 60,
        '\\', 123,
        '_', 102,
        '{', 56,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(117);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(122);
      if (lookahead != 0) ADVANCE(115);
      END_STATE();
    case 9:
      ADVANCE_MAP(
        '$', 130,
        '\'', 114,
        '.', 51,
        '/', 120,
        ':', 57,
        '=', 121,
        '?', 62,
        '\\', 123,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(118);
      if (lookahead != 0) ADVANCE(115);
      END_STATE();
    case 10:
      if (lookahead == '$') ADVANCE(130);
      if (lookahead == '\'') ADVANCE(114);
      if (lookahead == '/') ADVANCE(120);
      if (lookahead == '\\') ADVANCE(123);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(119);
      if (lookahead != 0) ADVANCE(115);
      END_STATE();
    case 11:
      ADVANCE_MAP(
        '(', 53,
        ')', 54,
        ',', 58,
        '-', 22,
        '/', 13,
        '=', 98,
        '>', 93,
        '{', 56,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(11);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 12:
      ADVANCE_MAP(
        '(', 53,
        ')', 54,
        ',', 58,
        '.', 51,
        '/', 13,
        ':', 57,
        '<', 90,
        '=', 23,
        '?', 62,
        ']', 61,
        '{', 56,
        '}', 55,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(12);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 13:
      if (lookahead == '*') ADVANCE(15);
      if (lookahead == '/') ADVANCE(136);
      END_STATE();
    case 14:
      if (lookahead == '*') ADVANCE(14);
      if (lookahead == '/') ADVANCE(135);
      if (lookahead != 0) ADVANCE(15);
      END_STATE();
    case 15:
      if (lookahead == '*') ADVANCE(14);
      if (lookahead != 0) ADVANCE(15);
      END_STATE();
    case 16:
      if (lookahead == '.') ADVANCE(101);
      END_STATE();
    case 17:
      if (lookahead == '/') ADVANCE(13);
      if (lookahead == '0') ADVANCE(108);
      if (lookahead == '_') ADVANCE(106);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(109);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(17);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 18:
      if (lookahead == '/') ADVANCE(13);
      if (lookahead == '0') ADVANCE(108);
      if (lookahead == 'e') ADVANCE(30);
      if (lookahead == 'i') ADVANCE(28);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(19);
      if (('1' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(109);
      END_STATE();
    case 19:
      if (lookahead == '/') ADVANCE(13);
      if (lookahead == '0') ADVANCE(108);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(19);
      if (('1' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(109);
      END_STATE();
    case 20:
      if (lookahead == '/') ADVANCE(13);
      if (lookahead == 'e') ADVANCE(142);
      if (lookahead == '{') ADVANCE(56);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(20);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 21:
      if (lookahead == '/') ADVANCE(13);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(21);
      if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(150);
      if (lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(148);
      END_STATE();
    case 22:
      if (lookahead == '>') ADVANCE(64);
      END_STATE();
    case 23:
      if (lookahead == '>') ADVANCE(96);
      END_STATE();
    case 24:
      if (lookahead == 'd') ADVANCE(48);
      END_STATE();
    case 25:
      if (lookahead == 'e') ADVANCE(59);
      END_STATE();
    case 26:
      if (lookahead == 'e') ADVANCE(50);
      END_STATE();
    case 27:
      if (lookahead == 'f') ADVANCE(69);
      END_STATE();
    case 28:
      if (lookahead == 'f') ADVANCE(46);
      END_STATE();
    case 29:
      if (lookahead == 'i') ADVANCE(27);
      END_STATE();
    case 30:
      if (lookahead == 'l') ADVANCE(32);
      if (lookahead == 'n') ADVANCE(24);
      END_STATE();
    case 31:
      if (lookahead == 'p') ADVANCE(25);
      END_STATE();
    case 32:
      if (lookahead == 's') ADVANCE(26);
      END_STATE();
    case 33:
      if (lookahead == 't') ADVANCE(35);
      END_STATE();
    case 34:
      if (lookahead == 'u') ADVANCE(39);
      if (lookahead == 'x') ADVANCE(37);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(134);
      if (lookahead != 0) ADVANCE(132);
      END_STATE();
    case 35:
      if (lookahead == 'y') ADVANCE(31);
      END_STATE();
    case 36:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(132);
      END_STATE();
    case 37:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36);
      END_STATE();
    case 38:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(37);
      END_STATE();
    case 39:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38);
      END_STATE();
    case 40:
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(110);
      END_STATE();
    case 41:
      if (eof) ADVANCE(44);
      ADVANCE_MAP(
        '!', 71,
        '"', 124,
        '#', 45,
        '$', 130,
        '%', 76,
        '&', 83,
        '\'', 114,
        '(', 53,
        ')', 54,
        '*', 77,
        '+', 79,
        ',', 58,
        '-', 73,
        '.', 52,
        '/', 78,
        '0', 104,
        ':', 57,
        '<', 91,
        '=', 99,
        '>', 94,
        '?', 63,
        '@', 65,
        '[', 60,
        ']', 61,
        '^', 85,
        '_', 102,
        'e', 142,
        '{', 56,
        '|', 84,
        '}', 55,
        '~', 70,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(41);
      if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(145);
      END_STATE();
    case 42:
      if (eof) ADVANCE(44);
      ADVANCE_MAP(
        '!', 71,
        '"', 124,
        '#', 45,
        '$', 33,
        '%', 76,
        '&', 83,
        '\'', 114,
        '(', 53,
        ')', 54,
        '*', 77,
        '+', 79,
        ',', 58,
        '-', 72,
        '.', 52,
        '/', 78,
        '0', 104,
        ':', 57,
        '<', 91,
        '=', 99,
        '>', 94,
        '?', 63,
        '@', 65,
        '[', 60,
        ']', 61,
        '^', 85,
        '_', 102,
        'e', 142,
        '{', 56,
        '|', 84,
        '}', 55,
        '~', 70,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(42);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 43:
      if (eof) ADVANCE(44);
      ADVANCE_MAP(
        '!', 71,
        '"', 124,
        '#', 45,
        '$', 33,
        '%', 76,
        '&', 83,
        '\'', 114,
        '(', 53,
        ')', 54,
        '*', 77,
        '+', 79,
        ',', 58,
        '-', 72,
        '.', 52,
        '/', 78,
        '0', 104,
        ':', 57,
        '<', 91,
        '=', 99,
        '>', 94,
        '?', 63,
        '@', 65,
        '[', 60,
        ']', 61,
        '^', 85,
        '_', 102,
        '{', 56,
        '|', 84,
        '}', 55,
        '~', 70,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(43);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 44:
      ACCEPT_TOKEN(ts_builtin_sym_end);
      END_STATE();
    case 45:
      ACCEPT_TOKEN(anon_sym_POUND);
      END_STATE();
    case 46:
      ACCEPT_TOKEN(aux_sym_preprocessor_statement_token1);
      END_STATE();
    case 47:
      ACCEPT_TOKEN(aux_sym_preprocessor_statement_token1);
      if (lookahead == '_') ADVANCE(146);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 48:
      ACCEPT_TOKEN(aux_sym_preprocessor_statement_token2);
      END_STATE();
    case 49:
      ACCEPT_TOKEN(aux_sym_preprocessor_statement_token2);
      if (lookahead == '_') ADVANCE(146);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 50:
      ACCEPT_TOKEN(aux_sym_preprocessor_statement_token2);
      if (lookahead == 'i') ADVANCE(28);
      END_STATE();
    case 51:
      ACCEPT_TOKEN(anon_sym_DOT);
      END_STATE();
    case 52:
      ACCEPT_TOKEN(anon_sym_DOT);
      if (lookahead == '.') ADVANCE(16);
      END_STATE();
    case 53:
      ACCEPT_TOKEN(anon_sym_LPAREN);
      END_STATE();
    case 54:
      ACCEPT_TOKEN(anon_sym_RPAREN);
      END_STATE();
    case 55:
      ACCEPT_TOKEN(anon_sym_RBRACE);
      END_STATE();
    case 56:
      ACCEPT_TOKEN(anon_sym_LBRACE);
      END_STATE();
    case 57:
      ACCEPT_TOKEN(anon_sym_COLON);
      END_STATE();
    case 58:
      ACCEPT_TOKEN(anon_sym_COMMA);
      END_STATE();
    case 59:
      ACCEPT_TOKEN(anon_sym_DOLLARtype);
      END_STATE();
    case 60:
      ACCEPT_TOKEN(anon_sym_LBRACK);
      END_STATE();
    case 61:
      ACCEPT_TOKEN(anon_sym_RBRACK);
      END_STATE();
    case 62:
      ACCEPT_TOKEN(anon_sym_QMARK);
      END_STATE();
    case 63:
      ACCEPT_TOKEN(anon_sym_QMARK);
      if (lookahead == '?') ADVANCE(97);
      END_STATE();
    case 64:
      ACCEPT_TOKEN(anon_sym_DASH_GT);
      END_STATE();
    case 65:
      ACCEPT_TOKEN(anon_sym_AT);
      if (lookahead == ':') ADVANCE(66);
      END_STATE();
    case 66:
      ACCEPT_TOKEN(anon_sym_AT_COLON);
      END_STATE();
    case 67:
      ACCEPT_TOKEN(anon_sym_else);
      if (lookahead == ' ') ADVANCE(29);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 'i') ADVANCE(140);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 68:
      ACCEPT_TOKEN(anon_sym_else);
      if (lookahead == ' ') ADVANCE(29);
      if (lookahead == '_') ADVANCE(146);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 69:
      ACCEPT_TOKEN(anon_sym_elseif);
      END_STATE();
    case 70:
      ACCEPT_TOKEN(anon_sym_TILDE);
      END_STATE();
    case 71:
      ACCEPT_TOKEN(anon_sym_BANG);
      if (lookahead == '=') ADVANCE(89);
      END_STATE();
    case 72:
      ACCEPT_TOKEN(anon_sym_DASH);
      if (lookahead == '-') ADVANCE(75);
      END_STATE();
    case 73:
      ACCEPT_TOKEN(anon_sym_DASH);
      if (lookahead == '-') ADVANCE(75);
      if (lookahead == '>') ADVANCE(64);
      END_STATE();
    case 74:
      ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
      END_STATE();
    case 75:
      ACCEPT_TOKEN(anon_sym_DASH_DASH);
      END_STATE();
    case 76:
      ACCEPT_TOKEN(anon_sym_PERCENT);
      END_STATE();
    case 77:
      ACCEPT_TOKEN(anon_sym_STAR);
      END_STATE();
    case 78:
      ACCEPT_TOKEN(anon_sym_SLASH);
      if (lookahead == '*') ADVANCE(15);
      if (lookahead == '/') ADVANCE(136);
      END_STATE();
    case 79:
      ACCEPT_TOKEN(anon_sym_PLUS);
      if (lookahead == '+') ADVANCE(74);
      END_STATE();
    case 80:
      ACCEPT_TOKEN(anon_sym_LT_LT);
      END_STATE();
    case 81:
      ACCEPT_TOKEN(anon_sym_GT_GT);
      if (lookahead == '>') ADVANCE(82);
      END_STATE();
    case 82:
      ACCEPT_TOKEN(anon_sym_GT_GT_GT);
      END_STATE();
    case 83:
      ACCEPT_TOKEN(anon_sym_AMP);
      if (lookahead == '&') ADVANCE(86);
      END_STATE();
    case 84:
      ACCEPT_TOKEN(anon_sym_PIPE);
      if (lookahead == '|') ADVANCE(87);
      END_STATE();
    case 85:
      ACCEPT_TOKEN(anon_sym_CARET);
      END_STATE();
    case 86:
      ACCEPT_TOKEN(anon_sym_AMP_AMP);
      END_STATE();
    case 87:
      ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
      END_STATE();
    case 88:
      ACCEPT_TOKEN(anon_sym_EQ_EQ);
      END_STATE();
    case 89:
      ACCEPT_TOKEN(anon_sym_BANG_EQ);
      END_STATE();
    case 90:
      ACCEPT_TOKEN(anon_sym_LT);
      END_STATE();
    case 91:
      ACCEPT_TOKEN(anon_sym_LT);
      if (lookahead == '<') ADVANCE(80);
      if (lookahead == '=') ADVANCE(92);
      END_STATE();
    case 92:
      ACCEPT_TOKEN(anon_sym_LT_EQ);
      END_STATE();
    case 93:
      ACCEPT_TOKEN(anon_sym_GT);
      END_STATE();
    case 94:
      ACCEPT_TOKEN(anon_sym_GT);
      if (lookahead == '=') ADVANCE(95);
      if (lookahead == '>') ADVANCE(81);
      END_STATE();
    case 95:
      ACCEPT_TOKEN(anon_sym_GT_EQ);
      END_STATE();
    case 96:
      ACCEPT_TOKEN(anon_sym_EQ_GT);
      END_STATE();
    case 97:
      ACCEPT_TOKEN(anon_sym_QMARK_QMARK);
      END_STATE();
    case 98:
      ACCEPT_TOKEN(anon_sym_EQ);
      END_STATE();
    case 99:
      ACCEPT_TOKEN(anon_sym_EQ);
      if (lookahead == '=') ADVANCE(88);
      if (lookahead == '>') ADVANCE(96);
      END_STATE();
    case 100:
      ACCEPT_TOKEN(anon_sym_EQ);
      if (lookahead == '>') ADVANCE(96);
      END_STATE();
    case 101:
      ACCEPT_TOKEN(sym__rangeOperator);
      END_STATE();
    case 102:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (lookahead == '.') ADVANCE(111);
      if (lookahead == '_') ADVANCE(102);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(103);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 103:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (lookahead == '.') ADVANCE(111);
      if (lookahead == '_') ADVANCE(105);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(103);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(147);
      END_STATE();
    case 104:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (lookahead == '.') ADVANCE(111);
      if (lookahead == 'x') ADVANCE(40);
      if (('0' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(105);
      END_STATE();
    case 105:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (lookahead == '.') ADVANCE(111);
      if (('0' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(105);
      END_STATE();
    case 106:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (lookahead == '_') ADVANCE(106);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(107);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 107:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (lookahead == '_') ADVANCE(109);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(107);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(147);
      END_STATE();
    case 108:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (lookahead == 'x') ADVANCE(40);
      if (('0' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(109);
      END_STATE();
    case 109:
      ACCEPT_TOKEN(aux_sym_integer_token1);
      if (('0' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(109);
      END_STATE();
    case 110:
      ACCEPT_TOKEN(aux_sym_integer_token2);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'F') ||
          lookahead == '_' ||
          ('a' <= lookahead && lookahead <= 'f')) ADVANCE(110);
      END_STATE();
    case 111:
      ACCEPT_TOKEN(aux_sym_float_token1);
      if (lookahead == '.') ADVANCE(111);
      if (lookahead == 'e') ADVANCE(113);
      if (('0' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(112);
      END_STATE();
    case 112:
      ACCEPT_TOKEN(aux_sym_float_token1);
      if (lookahead == 'e') ADVANCE(113);
      if (('0' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(112);
      END_STATE();
    case 113:
      ACCEPT_TOKEN(aux_sym_float_token2);
      if (('0' <= lookahead && lookahead <= '9') ||
          lookahead == '_') ADVANCE(113);
      END_STATE();
    case 114:
      ACCEPT_TOKEN(aux_sym_string_token1);
      END_STATE();
    case 115:
      ACCEPT_TOKEN(aux_sym_string_token2);
      END_STATE();
    case 116:
      ACCEPT_TOKEN(aux_sym_string_token2);
      ADVANCE_MAP(
        '"', 115,
        '$', 130,
        '.', 51,
        '/', 120,
        '0', 104,
        ':', 57,
        '=', 121,
        '?', 62,
        '[', 60,
        '_', 102,
        '{', 56,
      );
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(116);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(122);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(115);
      END_STATE();
    case 117:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == '"') ADVANCE(115);
      if (lookahead == '$') ADVANCE(130);
      if (lookahead == '/') ADVANCE(120);
      if (lookahead == '0') ADVANCE(104);
      if (lookahead == '[') ADVANCE(60);
      if (lookahead == '_') ADVANCE(102);
      if (lookahead == '{') ADVANCE(56);
      if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(117);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(122);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(115);
      END_STATE();
    case 118:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == '$') ADVANCE(130);
      if (lookahead == '.') ADVANCE(51);
      if (lookahead == '/') ADVANCE(120);
      if (lookahead == ':') ADVANCE(57);
      if (lookahead == '=') ADVANCE(121);
      if (lookahead == '?') ADVANCE(62);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(118);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(115);
      END_STATE();
    case 119:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == '$') ADVANCE(130);
      if (lookahead == '/') ADVANCE(120);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(119);
      if (lookahead != 0 &&
          lookahead != '\'') ADVANCE(115);
      END_STATE();
    case 120:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == '*') ADVANCE(15);
      if (lookahead == '/') ADVANCE(136);
      END_STATE();
    case 121:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == '>') ADVANCE(96);
      END_STATE();
    case 122:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == '_') ADVANCE(146);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 123:
      ACCEPT_TOKEN(aux_sym_string_token2);
      if (lookahead == 'u') ADVANCE(39);
      if (lookahead == 'x') ADVANCE(37);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(134);
      if (lookahead != 0) ADVANCE(132);
      END_STATE();
    case 124:
      ACCEPT_TOKEN(aux_sym_string_token3);
      END_STATE();
    case 125:
      ACCEPT_TOKEN(aux_sym_string_token4);
      END_STATE();
    case 126:
      ACCEPT_TOKEN(aux_sym_string_token4);
      if (lookahead == '*') ADVANCE(15);
      if (lookahead == '/') ADVANCE(136);
      END_STATE();
    case 127:
      ACCEPT_TOKEN(aux_sym_string_token4);
      if (lookahead == '/') ADVANCE(126);
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) ADVANCE(127);
      if (lookahead != 0 &&
          lookahead != '"') ADVANCE(125);
      END_STATE();
    case 128:
      ACCEPT_TOKEN(aux_sym_string_token4);
      if (lookahead == 'u') ADVANCE(39);
      if (lookahead == 'x') ADVANCE(37);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(134);
      if (lookahead != 0) ADVANCE(132);
      END_STATE();
    case 129:
      ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE);
      END_STATE();
    case 130:
      ACCEPT_TOKEN(anon_sym_DOLLAR);
      if (lookahead == '{') ADVANCE(129);
      END_STATE();
    case 131:
      ACCEPT_TOKEN(anon_sym_LBRACE2);
      END_STATE();
    case 132:
      ACCEPT_TOKEN(sym_escape_sequence);
      END_STATE();
    case 133:
      ACCEPT_TOKEN(sym_escape_sequence);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(132);
      END_STATE();
    case 134:
      ACCEPT_TOKEN(sym_escape_sequence);
      if (('0' <= lookahead && lookahead <= '7')) ADVANCE(133);
      END_STATE();
    case 135:
      ACCEPT_TOKEN(sym_comment);
      END_STATE();
    case 136:
      ACCEPT_TOKEN(sym_comment);
      if (lookahead != 0 &&
          lookahead != '\n') ADVANCE(136);
      END_STATE();
    case 137:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 'd') ADVANCE(49);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 138:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 'e') ADVANCE(67);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 139:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 'e') ADVANCE(68);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 140:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 'f') ADVANCE(47);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 141:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 'l') ADVANCE(143);
      if (lookahead == 'n') ADVANCE(137);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 142:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 'l') ADVANCE(144);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 143:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 's') ADVANCE(138);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 144:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (lookahead == 's') ADVANCE(139);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 145:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(145);
      if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 146:
      ACCEPT_TOKEN(sym_identifier);
      if (lookahead == '_') ADVANCE(146);
      if (('0' <= lookahead && lookahead <= '9')) ADVANCE(147);
      if (('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(146);
      END_STATE();
    case 147:
      ACCEPT_TOKEN(sym_identifier);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(147);
      END_STATE();
    case 148:
      ACCEPT_TOKEN(sym__camelCaseIdentifier);
      if (lookahead == '_') ADVANCE(148);
      if (('a' <= lookahead && lookahead <= 'z')) ADVANCE(148);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z')) ADVANCE(149);
      END_STATE();
    case 149:
      ACCEPT_TOKEN(sym__camelCaseIdentifier);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(149);
      END_STATE();
    case 150:
      ACCEPT_TOKEN(sym__pascalCaseIdentifier);
      if (('A' <= lookahead && lookahead <= 'Z')) ADVANCE(150);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(151);
      END_STATE();
    case 151:
      ACCEPT_TOKEN(sym__pascalCaseIdentifier);
      if (('0' <= lookahead && lookahead <= '9') ||
          ('A' <= lookahead && lookahead <= 'Z') ||
          ('a' <= lookahead && lookahead <= 'z')) ADVANCE(151);
      END_STATE();
    default:
      return false;
  }
}

static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
  START_LEXER();
  eof = lexer->eof(lexer);
  switch (state) {
    case 0:
      ADVANCE_MAP(
        'B', 1,
        'F', 2,
        'I', 3,
        'N', 4,
        'V', 5,
        '_', 6,
        'a', 7,
        'b', 8,
        'c', 9,
        'd', 10,
        'e', 11,
        'f', 12,
        'g', 13,
        'i', 14,
        'm', 15,
        'n', 16,
        'o', 17,
        'p', 18,
        'r', 19,
        's', 20,
        't', 21,
        'u', 22,
        'v', 23,
        'w', 24,
      );
      if (('\t' <= lookahead && lookahead <= '\r') ||
          lookahead == ' ' ||
          lookahead == 0xa0 ||
          lookahead == 0x200b ||
          lookahead == 0x2060 ||
          lookahead == 0xfeff) SKIP(0);
      END_STATE();
    case 1:
      if (lookahead == 'o') ADVANCE(25);
      END_STATE();
    case 2:
      if (lookahead == 'l') ADVANCE(26);
      END_STATE();
    case 3:
      if (lookahead == 'n') ADVANCE(27);
      END_STATE();
    case 4:
      if (lookahead == 'u') ADVANCE(28);
      END_STATE();
    case 5:
      if (lookahead == 'o') ADVANCE(29);
      END_STATE();
    case 6:
      ACCEPT_TOKEN(anon_sym__);
      END_STATE();
    case 7:
      if (lookahead == 'b') ADVANCE(30);
      END_STATE();
    case 8:
      if (lookahead == 'r') ADVANCE(31);
      END_STATE();
    case 9:
      if (lookahead == 'a') ADVANCE(32);
      if (lookahead == 'l') ADVANCE(33);
      if (lookahead == 'o') ADVANCE(34);
      END_STATE();
    case 10:
      if (lookahead == 'e') ADVANCE(35);
      if (lookahead == 'o') ADVANCE(36);
      if (lookahead == 'y') ADVANCE(37);
      END_STATE();
    case 11:
      if (lookahead == 'n') ADVANCE(38);
      if (lookahead == 'x') ADVANCE(39);
      END_STATE();
    case 12:
      if (lookahead == 'a') ADVANCE(40);
      if (lookahead == 'i') ADVANCE(41);
      if (lookahead == 'o') ADVANCE(42);
      if (lookahead == 'u') ADVANCE(43);
      END_STATE();
    case 13:
      if (lookahead == 'e') ADVANCE(44);
      END_STATE();
    case 14:
      if (lookahead == 'f') ADVANCE(45);
      if (lookahead == 'm') ADVANCE(46);
      if (lookahead == 'n') ADVANCE(47);
      END_STATE();
    case 15:
      if (lookahead == 'a') ADVANCE(48);
      END_STATE();
    case 16:
      if (lookahead == 'e') ADVANCE(49);
      if (lookahead == 'u') ADVANCE(50);
      END_STATE();
    case 17:
      if (lookahead == 'p') ADVANCE(51);
      if (lookahead == 'v') ADVANCE(52);
      END_STATE();
    case 18:
      if (lookahead == 'a') ADVANCE(53);
      if (lookahead == 'r') ADVANCE(54);
      if (lookahead == 'u') ADVANCE(55);
      END_STATE();
    case 19:
      if (lookahead == 'e') ADVANCE(56);
      END_STATE();
    case 20:
      if (lookahead == 'e') ADVANCE(57);
      if (lookahead == 't') ADVANCE(58);
      if (lookahead == 'w') ADVANCE(59);
      END_STATE();
    case 21:
      if (lookahead == 'h') ADVANCE(60);
      if (lookahead == 'r') ADVANCE(61);
      if (lookahead == 'y') ADVANCE(62);
      END_STATE();
    case 22:
      if (lookahead == 'n') ADVANCE(63);
      if (lookahead == 's') ADVANCE(64);
      END_STATE();
    case 23:
      if (lookahead == 'a') ADVANCE(65);
      END_STATE();
    case 24:
      if (lookahead == 'h') ADVANCE(66);
      END_STATE();
    case 25:
      if (lookahead == 'o') ADVANCE(67);
      END_STATE();
    case 26:
      if (lookahead == 'o') ADVANCE(68);
      END_STATE();
    case 27:
      if (lookahead == 't') ADVANCE(69);
      END_STATE();
    case 28:
      if (lookahead == 'l') ADVANCE(70);
      END_STATE();
    case 29:
      if (lookahead == 'i') ADVANCE(71);
      END_STATE();
    case 30:
      if (lookahead == 's') ADVANCE(72);
      END_STATE();
    case 31:
      if (lookahead == 'e') ADVANCE(73);
      END_STATE();
    case 32:
      if (lookahead == 's') ADVANCE(74);
      if (lookahead == 't') ADVANCE(75);
      END_STATE();
    case 33:
      if (lookahead == 'a') ADVANCE(76);
      END_STATE();
    case 34:
      if (lookahead == 'n') ADVANCE(77);
      END_STATE();
    case 35:
      if (lookahead == 'f') ADVANCE(78);
      END_STATE();
    case 36:
      ACCEPT_TOKEN(anon_sym_do);
      END_STATE();
    case 37:
      if (lookahead == 'n') ADVANCE(79);
      END_STATE();
    case 38:
      if (lookahead == 'u') ADVANCE(80);
      END_STATE();
    case 39:
      if (lookahead == 't') ADVANCE(81);
      END_STATE();
    case 40:
      if (lookahead == 'l') ADVANCE(82);
      END_STATE();
    case 41:
      if (lookahead == 'n') ADVANCE(83);
      END_STATE();
    case 42:
      if (lookahead == 'r') ADVANCE(84);
      END_STATE();
    case 43:
      if (lookahead == 'n') ADVANCE(85);
      END_STATE();
    case 44:
      if (lookahead == 't') ADVANCE(86);
      END_STATE();
    case 45:
      ACCEPT_TOKEN(anon_sym_if);
      END_STATE();
    case 46:
      if (lookahead == 'p') ADVANCE(87);
      END_STATE();
    case 47:
      ACCEPT_TOKEN(anon_sym_in);
      if (lookahead == 'l') ADVANCE(88);
      if (lookahead == 't') ADVANCE(89);
      END_STATE();
    case 48:
      if (lookahead == 'c') ADVANCE(90);
      END_STATE();
    case 49:
      if (lookahead == 'v') ADVANCE(91);
      if (lookahead == 'w') ADVANCE(92);
      END_STATE();
    case 50:
      if (lookahead == 'l') ADVANCE(93);
      END_STATE();
    case 51:
      if (lookahead == 'e') ADVANCE(94);
      END_STATE();
    case 52:
      if (lookahead == 'e') ADVANCE(95);
      END_STATE();
    case 53:
      if (lookahead == 'c') ADVANCE(96);
      END_STATE();
    case 54:
      if (lookahead == 'i') ADVANCE(97);
      END_STATE();
    case 55:
      if (lookahead == 'b') ADVANCE(98);
      END_STATE();
    case 56:
      if (lookahead == 't') ADVANCE(99);
      END_STATE();
    case 57:
      if (lookahead == 't') ADVANCE(100);
      END_STATE();
    case 58:
      if (lookahead == 'a') ADVANCE(101);
      END_STATE();
    case 59:
      if (lookahead == 'i') ADVANCE(102);
      END_STATE();
    case 60:
      if (lookahead == 'i') ADVANCE(103);
      if (lookahead == 'r') ADVANCE(104);
      END_STATE();
    case 61:
      if (lookahead == 'u') ADVANCE(105);
      if (lookahead == 'y') ADVANCE(106);
      END_STATE();
    case 62:
      if (lookahead == 'p') ADVANCE(107);
      END_STATE();
    case 63:
      if (lookahead == 't') ADVANCE(108);
      END_STATE();
    case 64:
      if (lookahead == 'i') ADVANCE(109);
      END_STATE();
    case 65:
      if (lookahead == 'r') ADVANCE(110);
      END_STATE();
    case 66:
      if (lookahead == 'i') ADVANCE(111);
      END_STATE();
    case 67:
      if (lookahead == 'l') ADVANCE(112);
      END_STATE();
    case 68:
      if (lookahead == 'a') ADVANCE(113);
      END_STATE();
    case 69:
      ACCEPT_TOKEN(anon_sym_Int);
      END_STATE();
    case 70:
      if (lookahead == 'l') ADVANCE(114);
      END_STATE();
    case 71:
      if (lookahead == 'd') ADVANCE(115);
      END_STATE();
    case 72:
      if (lookahead == 't') ADVANCE(116);
      END_STATE();
    case 73:
      if (lookahead == 'a') ADVANCE(117);
      END_STATE();
    case 74:
      if (lookahead == 'e') ADVANCE(118);
      if (lookahead == 't') ADVANCE(119);
      END_STATE();
    case 75:
      if (lookahead == 'c') ADVANCE(120);
      END_STATE();
    case 76:
      if (lookahead == 's') ADVANCE(121);
      END_STATE();
    case 77:
      if (lookahead == 't') ADVANCE(122);
      END_STATE();
    case 78:
      if (lookahead == 'a') ADVANCE(123);
      END_STATE();
    case 79:
      if (lookahead == 'a') ADVANCE(124);
      END_STATE();
    case 80:
      if (lookahead == 'm') ADVANCE(125);
      END_STATE();
    case 81:
      if (lookahead == 'e') ADVANCE(126);
      END_STATE();
    case 82:
      if (lookahead == 's') ADVANCE(127);
      END_STATE();
    case 83:
      if (lookahead == 'a') ADVANCE(128);
      END_STATE();
    case 84:
      ACCEPT_TOKEN(anon_sym_for);
      END_STATE();
    case 85:
      if (lookahead == 'c') ADVANCE(129);
      END_STATE();
    case 86:
      ACCEPT_TOKEN(anon_sym_get);
      END_STATE();
    case 87:
      if (lookahead == 'l') ADVANCE(130);
      if (lookahead == 'o') ADVANCE(131);
      END_STATE();
    case 88:
      if (lookahead == 'i') ADVANCE(132);
      END_STATE();
    case 89:
      if (lookahead == 'e') ADVANCE(133);
      END_STATE();
    case 90:
      if (lookahead == 'r') ADVANCE(134);
      END_STATE();
    case 91:
      if (lookahead == 'e') ADVANCE(135);
      END_STATE();
    case 92:
      ACCEPT_TOKEN(anon_sym_new);
      END_STATE();
    case 93:
      if (lookahead == 'l') ADVANCE(136);
      END_STATE();
    case 94:
      if (lookahead == 'r') ADVANCE(137);
      END_STATE();
    case 95:
      if (lookahead == 'r') ADVANCE(138);
      END_STATE();
    case 96:
      if (lookahead == 'k') ADVANCE(139);
      END_STATE();
    case 97:
      if (lookahead == 'v') ADVANCE(140);
      END_STATE();
    case 98:
      if (lookahead == 'l') ADVANCE(141);
      END_STATE();
    case 99:
      if (lookahead == 'u') ADVANCE(142);
      END_STATE();
    case 100:
      ACCEPT_TOKEN(anon_sym_set);
      END_STATE();
    case 101:
      if (lookahead == 't') ADVANCE(143);
      END_STATE();
    case 102:
      if (lookahead == 't') ADVANCE(144);
      END_STATE();
    case 103:
      if (lookahead == 's') ADVANCE(145);
      END_STATE();
    case 104:
      if (lookahead == 'o') ADVANCE(146);
      END_STATE();
    case 105:
      if (lookahead == 'e') ADVANCE(147);
      END_STATE();
    case 106:
      ACCEPT_TOKEN(anon_sym_try);
      END_STATE();
    case 107:
      if (lookahead == 'e') ADVANCE(148);
      END_STATE();
    case 108:
      if (lookahead == 'y') ADVANCE(149);
      END_STATE();
    case 109:
      if (lookahead == 'n') ADVANCE(150);
      END_STATE();
    case 110:
      ACCEPT_TOKEN(anon_sym_var);
      END_STATE();
    case 111:
      if (lookahead == 'l') ADVANCE(151);
      END_STATE();
    case 112:
      ACCEPT_TOKEN(anon_sym_Bool);
      END_STATE();
    case 113:
      if (lookahead == 't') ADVANCE(152);
      END_STATE();
    case 114:
      ACCEPT_TOKEN(anon_sym_Null);
      END_STATE();
    case 115:
      ACCEPT_TOKEN(anon_sym_Void);
      END_STATE();
    case 116:
      if (lookahead == 'r') ADVANCE(153);
      END_STATE();
    case 117:
      if (lookahead == 'k') ADVANCE(154);
      END_STATE();
    case 118:
      ACCEPT_TOKEN(anon_sym_case);
      END_STATE();
    case 119:
      ACCEPT_TOKEN(anon_sym_cast);
      END_STATE();
    case 120:
      if (lookahead == 'h') ADVANCE(155);
      END_STATE();
    case 121:
      if (lookahead == 's') ADVANCE(156);
      END_STATE();
    case 122:
      if (lookahead == 'i') ADVANCE(157);
      END_STATE();
    case 123:
      if (lookahead == 'u') ADVANCE(158);
      END_STATE();
    case 124:
      if (lookahead == 'm') ADVANCE(159);
      END_STATE();
    case 125:
      ACCEPT_TOKEN(anon_sym_enum);
      END_STATE();
    case 126:
      if (lookahead == 'n') ADVANCE(160);
      if (lookahead == 'r') ADVANCE(161);
      END_STATE();
    case 127:
      if (lookahead == 'e') ADVANCE(162);
      END_STATE();
    case 128:
      if (lookahead == 'l') ADVANCE(163);
      END_STATE();
    case 129:
      if (lookahead == 't') ADVANCE(164);
      END_STATE();
    case 130:
      if (lookahead == 'e') ADVANCE(165);
      END_STATE();
    case 131:
      if (lookahead == 'r') ADVANCE(166);
      END_STATE();
    case 132:
      if (lookahead == 'n') ADVANCE(167);
      END_STATE();
    case 133:
      if (lookahead == 'r') ADVANCE(168);
      END_STATE();
    case 134:
      if (lookahead == 'o') ADVANCE(169);
      END_STATE();
    case 135:
      if (lookahead == 'r') ADVANCE(170);
      END_STATE();
    case 136:
      ACCEPT_TOKEN(anon_sym_null);
      END_STATE();
    case 137:
      if (lookahead == 'a') ADVANCE(171);
      END_STATE();
    case 138:
      if (lookahead == 'l') ADVANCE(172);
      if (lookahead == 'r') ADVANCE(173);
      END_STATE();
    case 139:
      if (lookahead == 'a') ADVANCE(174);
      END_STATE();
    case 140:
      if (lookahead == 'a') ADVANCE(175);
      END_STATE();
    case 141:
      if (lookahead == 'i') ADVANCE(176);
      END_STATE();
    case 142:
      if (lookahead == 'r') ADVANCE(177);
      END_STATE();
    case 143:
      if (lookahead == 'i') ADVANCE(178);
      END_STATE();
    case 144:
      if (lookahead == 'c') ADVANCE(179);
      END_STATE();
    case 145:
      ACCEPT_TOKEN(anon_sym_this);
      END_STATE();
    case 146:
      if (lookahead == 'w') ADVANCE(180);
      END_STATE();
    case 147:
      ACCEPT_TOKEN(anon_sym_true);
      END_STATE();
    case 148:
      if (lookahead == 'd') ADVANCE(181);
      END_STATE();
    case 149:
      if (lookahead == 'p') ADVANCE(182);
      END_STATE();
    case 150:
      if (lookahead == 'g') ADVANCE(183);
      END_STATE();
    case 151:
      if (lookahead == 'e') ADVANCE(184);
      END_STATE();
    case 152:
      ACCEPT_TOKEN(anon_sym_Float);
      END_STATE();
    case 153:
      if (lookahead == 'a') ADVANCE(185);
      END_STATE();
    case 154:
      ACCEPT_TOKEN(anon_sym_break);
      END_STATE();
    case 155:
      ACCEPT_TOKEN(anon_sym_catch);
      END_STATE();
    case 156:
      ACCEPT_TOKEN(anon_sym_class);
      END_STATE();
    case 157:
      if (lookahead == 'n') ADVANCE(186);
      END_STATE();
    case 158:
      if (lookahead == 'l') ADVANCE(187);
      END_STATE();
    case 159:
      if (lookahead == 'i') ADVANCE(188);
      END_STATE();
    case 160:
      if (lookahead == 'd') ADVANCE(189);
      END_STATE();
    case 161:
      if (lookahead == 'n') ADVANCE(190);
      END_STATE();
    case 162:
      ACCEPT_TOKEN(anon_sym_false);
      END_STATE();
    case 163:
      ACCEPT_TOKEN(anon_sym_final);
      END_STATE();
    case 164:
      if (lookahead == 'i') ADVANCE(191);
      END_STATE();
    case 165:
      if (lookahead == 'm') ADVANCE(192);
      END_STATE();
    case 166:
      if (lookahead == 't') ADVANCE(193);
      END_STATE();
    case 167:
      if (lookahead == 'e') ADVANCE(194);
      END_STATE();
    case 168:
      if (lookahead == 'f') ADVANCE(195);
      END_STATE();
    case 169:
      ACCEPT_TOKEN(anon_sym_macro);
      END_STATE();
    case 170:
      ACCEPT_TOKEN(anon_sym_never);
      END_STATE();
    case 171:
      if (lookahead == 't') ADVANCE(196);
      END_STATE();
    case 172:
      if (lookahead == 'o') ADVANCE(197);
      END_STATE();
    case 173:
      if (lookahead == 'i') ADVANCE(198);
      END_STATE();
    case 174:
      if (lookahead == 'g') ADVANCE(199);
      END_STATE();
    case 175:
      if (lookahead == 't') ADVANCE(200);
      END_STATE();
    case 176:
      if (lookahead == 'c') ADVANCE(201);
      END_STATE();
    case 177:
      if (lookahead == 'n') ADVANCE(202);
      END_STATE();
    case 178:
      if (lookahead == 'c') ADVANCE(203);
      END_STATE();
    case 179:
      if (lookahead == 'h') ADVANCE(204);
      END_STATE();
    case 180:
      ACCEPT_TOKEN(anon_sym_throw);
      END_STATE();
    case 181:
      if (lookahead == 'e') ADVANCE(205);
      END_STATE();
    case 182:
      if (lookahead == 'e') ADVANCE(206);
      END_STATE();
    case 183:
      ACCEPT_TOKEN(anon_sym_using);
      END_STATE();
    case 184:
      ACCEPT_TOKEN(anon_sym_while);
      END_STATE();
    case 185:
      if (lookahead == 'c') ADVANCE(207);
      END_STATE();
    case 186:
      if (lookahead == 'u') ADVANCE(208);
      END_STATE();
    case 187:
      if (lookahead == 't') ADVANCE(209);
      END_STATE();
    case 188:
      if (lookahead == 'c') ADVANCE(210);
      END_STATE();
    case 189:
      if (lookahead == 's') ADVANCE(211);
      END_STATE();
    case 190:
      ACCEPT_TOKEN(anon_sym_extern);
      END_STATE();
    case 191:
      if (lookahead == 'o') ADVANCE(212);
      END_STATE();
    case 192:
      if (lookahead == 'e') ADVANCE(213);
      END_STATE();
    case 193:
      ACCEPT_TOKEN(anon_sym_import);
      END_STATE();
    case 194:
      ACCEPT_TOKEN(anon_sym_inline);
      END_STATE();
    case 195:
      if (lookahead == 'a') ADVANCE(214);
      END_STATE();
    case 196:
      if (lookahead == 'o') ADVANCE(215);
      END_STATE();
    case 197:
      if (lookahead == 'a') ADVANCE(216);
      END_STATE();
    case 198:
      if (lookahead == 'd') ADVANCE(217);
      END_STATE();
    case 199:
      if (lookahead == 'e') ADVANCE(218);
      END_STATE();
    case 200:
      if (lookahead == 'e') ADVANCE(219);
      END_STATE();
    case 201:
      ACCEPT_TOKEN(anon_sym_public);
      END_STATE();
    case 202:
      ACCEPT_TOKEN(anon_sym_return);
      END_STATE();
    case 203:
      ACCEPT_TOKEN(anon_sym_static);
      END_STATE();
    case 204:
      ACCEPT_TOKEN(anon_sym_switch);
      END_STATE();
    case 205:
      if (lookahead == 'f') ADVANCE(220);
      END_STATE();
    case 206:
      if (lookahead == 'd') ADVANCE(221);
      END_STATE();
    case 207:
      if (lookahead == 't') ADVANCE(222);
      END_STATE();
    case 208:
      if (lookahead == 'e') ADVANCE(223);
      END_STATE();
    case 209:
      ACCEPT_TOKEN(anon_sym_default);
      END_STATE();
    case 210:
      ACCEPT_TOKEN(anon_sym_dynamic);
      END_STATE();
    case 211:
      ACCEPT_TOKEN(anon_sym_extends);
      END_STATE();
    case 212:
      if (lookahead == 'n') ADVANCE(224);
      END_STATE();
    case 213:
      if (lookahead == 'n') ADVANCE(225);
      END_STATE();
    case 214:
      if (lookahead == 'c') ADVANCE(226);
      END_STATE();
    case 215:
      if (lookahead == 'r') ADVANCE(227);
      END_STATE();
    case 216:
      if (lookahead == 'd') ADVANCE(228);
      END_STATE();
    case 217:
      if (lookahead == 'e') ADVANCE(229);
      END_STATE();
    case 218:
      ACCEPT_TOKEN(anon_sym_package);
      END_STATE();
    case 219:
      ACCEPT_TOKEN(anon_sym_private);
      END_STATE();
    case 220:
      ACCEPT_TOKEN(anon_sym_typedef);
      END_STATE();
    case 221:
      ACCEPT_TOKEN(anon_sym_untyped);
      END_STATE();
    case 222:
      ACCEPT_TOKEN(anon_sym_abstract);
      END_STATE();
    case 223:
      ACCEPT_TOKEN(anon_sym_continue);
      END_STATE();
    case 224:
      ACCEPT_TOKEN(anon_sym_function);
      END_STATE();
    case 225:
      if (lookahead == 't') ADVANCE(230);
      END_STATE();
    case 226:
      if (lookahead == 'e') ADVANCE(231);
      END_STATE();
    case 227:
      ACCEPT_TOKEN(anon_sym_operator);
      END_STATE();
    case 228:
      ACCEPT_TOKEN(anon_sym_overload);
      END_STATE();
    case 229:
      ACCEPT_TOKEN(anon_sym_override);
      END_STATE();
    case 230:
      if (lookahead == 's') ADVANCE(232);
      END_STATE();
    case 231:
      ACCEPT_TOKEN(anon_sym_interface);
      END_STATE();
    case 232:
      ACCEPT_TOKEN(anon_sym_implements);
      END_STATE();
    default:
      return false;
  }
}

static const TSLexMode ts_lex_modes[STATE_COUNT] = {
  [0] = {.lex_state = 0, .external_lex_state = 1},
  [1] = {.lex_state = 43, .external_lex_state = 2},
  [2] = {.lex_state = 43, .external_lex_state = 3},
  [3] = {.lex_state = 43, .external_lex_state = 3},
  [4] = {.lex_state = 43, .external_lex_state = 3},
  [5] = {.lex_state = 43, .external_lex_state = 3},
  [6] = {.lex_state = 43, .external_lex_state = 3},
  [7] = {.lex_state = 43, .external_lex_state = 3},
  [8] = {.lex_state = 43, .external_lex_state = 3},
  [9] = {.lex_state = 43, .external_lex_state = 3},
  [10] = {.lex_state = 43, .external_lex_state = 3},
  [11] = {.lex_state = 43, .external_lex_state = 3},
  [12] = {.lex_state = 43, .external_lex_state = 3},
  [13] = {.lex_state = 43, .external_lex_state = 3},
  [14] = {.lex_state = 43, .external_lex_state = 3},
  [15] = {.lex_state = 43, .external_lex_state = 3},
  [16] = {.lex_state = 43, .external_lex_state = 2},
  [17] = {.lex_state = 43, .external_lex_state = 3},
  [18] = {.lex_state = 43, .external_lex_state = 2},
  [19] = {.lex_state = 43, .external_lex_state = 2},
  [20] = {.lex_state = 43, .external_lex_state = 2},
  [21] = {.lex_state = 43, .external_lex_state = 2},
  [22] = {.lex_state = 43, .external_lex_state = 2},
  [23] = {.lex_state = 43, .external_lex_state = 2},
  [24] = {.lex_state = 43, .external_lex_state = 2},
  [25] = {.lex_state = 43, .external_lex_state = 2},
  [26] = {.lex_state = 43, .external_lex_state = 2},
  [27] = {.lex_state = 43, .external_lex_state = 2},
  [28] = {.lex_state = 43, .external_lex_state = 2},
  [29] = {.lex_state = 43, .external_lex_state = 2},
  [30] = {.lex_state = 43, .external_lex_state = 2},
  [31] = {.lex_state = 43, .external_lex_state = 2},
  [32] = {.lex_state = 43, .external_lex_state = 2},
  [33] = {.lex_state = 43, .external_lex_state = 3},
  [34] = {.lex_state = 43, .external_lex_state = 2},
  [35] = {.lex_state = 43, .external_lex_state = 3},
  [36] = {.lex_state = 43, .external_lex_state = 3},
  [37] = {.lex_state = 43, .external_lex_state = 3},
  [38] = {.lex_state = 43, .external_lex_state = 3},
  [39] = {.lex_state = 43, .external_lex_state = 3},
  [40] = {.lex_state = 43, .external_lex_state = 2},
  [41] = {.lex_state = 43, .external_lex_state = 3},
  [42] = {.lex_state = 43, .external_lex_state = 2},
  [43] = {.lex_state = 43, .external_lex_state = 2},
  [44] = {.lex_state = 43, .external_lex_state = 2},
  [45] = {.lex_state = 43, .external_lex_state = 2},
  [46] = {.lex_state = 43, .external_lex_state = 2},
  [47] = {.lex_state = 43, .external_lex_state = 2},
  [48] = {.lex_state = 43, .external_lex_state = 3},
  [49] = {.lex_state = 43, .external_lex_state = 3},
  [50] = {.lex_state = 43, .external_lex_state = 3},
  [51] = {.lex_state = 43, .external_lex_state = 3},
  [52] = {.lex_state = 43, .external_lex_state = 3},
  [53] = {.lex_state = 43, .external_lex_state = 2},
  [54] = {.lex_state = 43, .external_lex_state = 3},
  [55] = {.lex_state = 43, .external_lex_state = 3},
  [56] = {.lex_state = 43, .external_lex_state = 2},
  [57] = {.lex_state = 43, .external_lex_state = 2},
  [58] = {.lex_state = 43, .external_lex_state = 3},
  [59] = {.lex_state = 43, .external_lex_state = 3},
  [60] = {.lex_state = 43, .external_lex_state = 3},
  [61] = {.lex_state = 43, .external_lex_state = 2},
  [62] = {.lex_state = 43, .external_lex_state = 2},
  [63] = {.lex_state = 43, .external_lex_state = 2},
  [64] = {.lex_state = 43, .external_lex_state = 2},
  [65] = {.lex_state = 43, .external_lex_state = 2},
  [66] = {.lex_state = 43, .external_lex_state = 2},
  [67] = {.lex_state = 43, .external_lex_state = 2},
  [68] = {.lex_state = 43, .external_lex_state = 2},
  [69] = {.lex_state = 43, .external_lex_state = 2},
  [70] = {.lex_state = 43, .external_lex_state = 2},
  [71] = {.lex_state = 43, .external_lex_state = 2},
  [72] = {.lex_state = 43, .external_lex_state = 2},
  [73] = {.lex_state = 43, .external_lex_state = 2},
  [74] = {.lex_state = 43, .external_lex_state = 2},
  [75] = {.lex_state = 43, .external_lex_state = 3},
  [76] = {.lex_state = 43, .external_lex_state = 3},
  [77] = {.lex_state = 43, .external_lex_state = 2},
  [78] = {.lex_state = 43, .external_lex_state = 2},
  [79] = {.lex_state = 43, .external_lex_state = 2},
  [80] = {.lex_state = 43, .external_lex_state = 2},
  [81] = {.lex_state = 43, .external_lex_state = 2},
  [82] = {.lex_state = 43, .external_lex_state = 2},
  [83] = {.lex_state = 43, .external_lex_state = 2},
  [84] = {.lex_state = 43, .external_lex_state = 2},
  [85] = {.lex_state = 43, .external_lex_state = 3},
  [86] = {.lex_state = 43, .external_lex_state = 2},
  [87] = {.lex_state = 43, .external_lex_state = 2},
  [88] = {.lex_state = 43, .external_lex_state = 2},
  [89] = {.lex_state = 43, .external_lex_state = 2},
  [90] = {.lex_state = 43, .external_lex_state = 2},
  [91] = {.lex_state = 43, .external_lex_state = 2},
  [92] = {.lex_state = 43, .external_lex_state = 2},
  [93] = {.lex_state = 43, .external_lex_state = 2},
  [94] = {.lex_state = 43, .external_lex_state = 2},
  [95] = {.lex_state = 43, .external_lex_state = 2},
  [96] = {.lex_state = 43, .external_lex_state = 2},
  [97] = {.lex_state = 43, .external_lex_state = 2},
  [98] = {.lex_state = 43, .external_lex_state = 2},
  [99] = {.lex_state = 43, .external_lex_state = 2},
  [100] = {.lex_state = 43, .external_lex_state = 2},
  [101] = {.lex_state = 43, .external_lex_state = 2},
  [102] = {.lex_state = 43, .external_lex_state = 2},
  [103] = {.lex_state = 43, .external_lex_state = 2},
  [104] = {.lex_state = 43, .external_lex_state = 2},
  [105] = {.lex_state = 43, .external_lex_state = 2},
  [106] = {.lex_state = 43, .external_lex_state = 2},
  [107] = {.lex_state = 43, .external_lex_state = 2},
  [108] = {.lex_state = 43, .external_lex_state = 2},
  [109] = {.lex_state = 43, .external_lex_state = 2},
  [110] = {.lex_state = 43, .external_lex_state = 2},
  [111] = {.lex_state = 43, .external_lex_state = 2},
  [112] = {.lex_state = 43, .external_lex_state = 2},
  [113] = {.lex_state = 43, .external_lex_state = 2},
  [114] = {.lex_state = 43, .external_lex_state = 2},
  [115] = {.lex_state = 43, .external_lex_state = 2},
  [116] = {.lex_state = 43, .external_lex_state = 2},
  [117] = {.lex_state = 43, .external_lex_state = 2},
  [118] = {.lex_state = 43, .external_lex_state = 2},
  [119] = {.lex_state = 43, .external_lex_state = 2},
  [120] = {.lex_state = 43, .external_lex_state = 2},
  [121] = {.lex_state = 43, .external_lex_state = 2},
  [122] = {.lex_state = 43, .external_lex_state = 2},
  [123] = {.lex_state = 43, .external_lex_state = 2},
  [124] = {.lex_state = 43, .external_lex_state = 2},
  [125] = {.lex_state = 43, .external_lex_state = 2},
  [126] = {.lex_state = 43, .external_lex_state = 2},
  [127] = {.lex_state = 43, .external_lex_state = 2},
  [128] = {.lex_state = 43, .external_lex_state = 2},
  [129] = {.lex_state = 43, .external_lex_state = 2},
  [130] = {.lex_state = 43, .external_lex_state = 2},
  [131] = {.lex_state = 43, .external_lex_state = 2},
  [132] = {.lex_state = 43, .external_lex_state = 2},
  [133] = {.lex_state = 43, .external_lex_state = 2},
  [134] = {.lex_state = 43, .external_lex_state = 2},
  [135] = {.lex_state = 43, .external_lex_state = 2},
  [136] = {.lex_state = 43, .external_lex_state = 2},
  [137] = {.lex_state = 43, .external_lex_state = 2},
  [138] = {.lex_state = 43, .external_lex_state = 2},
  [139] = {.lex_state = 43, .external_lex_state = 2},
  [140] = {.lex_state = 43, .external_lex_state = 2},
  [141] = {.lex_state = 43, .external_lex_state = 2},
  [142] = {.lex_state = 43, .external_lex_state = 2},
  [143] = {.lex_state = 43, .external_lex_state = 2},
  [144] = {.lex_state = 43, .external_lex_state = 2},
  [145] = {.lex_state = 43, .external_lex_state = 2},
  [146] = {.lex_state = 43, .external_lex_state = 2},
  [147] = {.lex_state = 43, .external_lex_state = 2},
  [148] = {.lex_state = 43, .external_lex_state = 2},
  [149] = {.lex_state = 43, .external_lex_state = 2},
  [150] = {.lex_state = 43, .external_lex_state = 2},
  [151] = {.lex_state = 43, .external_lex_state = 2},
  [152] = {.lex_state = 43, .external_lex_state = 2},
  [153] = {.lex_state = 43, .external_lex_state = 2},
  [154] = {.lex_state = 43, .external_lex_state = 2},
  [155] = {.lex_state = 43, .external_lex_state = 2},
  [156] = {.lex_state = 43, .external_lex_state = 2},
  [157] = {.lex_state = 43, .external_lex_state = 2},
  [158] = {.lex_state = 43, .external_lex_state = 2},
  [159] = {.lex_state = 43, .external_lex_state = 2},
  [160] = {.lex_state = 43, .external_lex_state = 2},
  [161] = {.lex_state = 43, .external_lex_state = 2},
  [162] = {.lex_state = 43, .external_lex_state = 2},
  [163] = {.lex_state = 43, .external_lex_state = 2},
  [164] = {.lex_state = 43, .external_lex_state = 2},
  [165] = {.lex_state = 43, .external_lex_state = 2},
  [166] = {.lex_state = 43, .external_lex_state = 2},
  [167] = {.lex_state = 43, .external_lex_state = 2},
  [168] = {.lex_state = 43, .external_lex_state = 2},
  [169] = {.lex_state = 43, .external_lex_state = 2},
  [170] = {.lex_state = 43, .external_lex_state = 2},
  [171] = {.lex_state = 43, .external_lex_state = 2},
  [172] = {.lex_state = 42, .external_lex_state = 2},
  [173] = {.lex_state = 42, .external_lex_state = 2},
  [174] = {.lex_state = 42, .external_lex_state = 2},
  [175] = {.lex_state = 42, .external_lex_state = 2},
  [176] = {.lex_state = 43, .external_lex_state = 2},
  [177] = {.lex_state = 43, .external_lex_state = 2},
  [178] = {.lex_state = 43, .external_lex_state = 2},
  [179] = {.lex_state = 43, .external_lex_state = 2},
  [180] = {.lex_state = 43, .external_lex_state = 2},
  [181] = {.lex_state = 43, .external_lex_state = 2},
  [182] = {.lex_state = 43, .external_lex_state = 2},
  [183] = {.lex_state = 43, .external_lex_state = 2},
  [184] = {.lex_state = 43, .external_lex_state = 2},
  [185] = {.lex_state = 43, .external_lex_state = 2},
  [186] = {.lex_state = 43, .external_lex_state = 2},
  [187] = {.lex_state = 43, .external_lex_state = 2},
  [188] = {.lex_state = 43, .external_lex_state = 2},
  [189] = {.lex_state = 43, .external_lex_state = 2},
  [190] = {.lex_state = 43, .external_lex_state = 2},
  [191] = {.lex_state = 43, .external_lex_state = 2},
  [192] = {.lex_state = 43, .external_lex_state = 2},
  [193] = {.lex_state = 43, .external_lex_state = 2},
  [194] = {.lex_state = 43, .external_lex_state = 2},
  [195] = {.lex_state = 43, .external_lex_state = 2},
  [196] = {.lex_state = 43, .external_lex_state = 2},
  [197] = {.lex_state = 43, .external_lex_state = 2},
  [198] = {.lex_state = 43, .external_lex_state = 2},
  [199] = {.lex_state = 43, .external_lex_state = 2},
  [200] = {.lex_state = 43, .external_lex_state = 2},
  [201] = {.lex_state = 43, .external_lex_state = 2},
  [202] = {.lex_state = 43, .external_lex_state = 2},
  [203] = {.lex_state = 43, .external_lex_state = 2},
  [204] = {.lex_state = 43, .external_lex_state = 2},
  [205] = {.lex_state = 43, .external_lex_state = 2},
  [206] = {.lex_state = 43, .external_lex_state = 2},
  [207] = {.lex_state = 43, .external_lex_state = 2},
  [208] = {.lex_state = 43, .external_lex_state = 2},
  [209] = {.lex_state = 42, .external_lex_state = 3},
  [210] = {.lex_state = 43, .external_lex_state = 2},
  [211] = {.lex_state = 43, .external_lex_state = 2},
  [212] = {.lex_state = 42, .external_lex_state = 3},
  [213] = {.lex_state = 43, .external_lex_state = 2},
  [214] = {.lex_state = 43, .external_lex_state = 2},
  [215] = {.lex_state = 43, .external_lex_state = 2},
  [216] = {.lex_state = 43, .external_lex_state = 2},
  [217] = {.lex_state = 43, .external_lex_state = 2},
  [218] = {.lex_state = 43, .external_lex_state = 2},
  [219] = {.lex_state = 43, .external_lex_state = 2},
  [220] = {.lex_state = 42, .external_lex_state = 3},
  [221] = {.lex_state = 43, .external_lex_state = 2},
  [222] = {.lex_state = 43, .external_lex_state = 2},
  [223] = {.lex_state = 42, .external_lex_state = 3},
  [224] = {.lex_state = 43, .external_lex_state = 2},
  [225] = {.lex_state = 43, .external_lex_state = 2},
  [226] = {.lex_state = 43, .external_lex_state = 2},
  [227] = {.lex_state = 43, .external_lex_state = 2},
  [228] = {.lex_state = 43, .external_lex_state = 2},
  [229] = {.lex_state = 43, .external_lex_state = 3},
  [230] = {.lex_state = 43, .external_lex_state = 3},
  [231] = {.lex_state = 43, .external_lex_state = 1},
  [232] = {.lex_state = 43, .external_lex_state = 1},
  [233] = {.lex_state = 43, .external_lex_state = 1},
  [234] = {.lex_state = 43, .external_lex_state = 1},
  [235] = {.lex_state = 43, .external_lex_state = 3},
  [236] = {.lex_state = 43, .external_lex_state = 3},
  [237] = {.lex_state = 43, .external_lex_state = 3},
  [238] = {.lex_state = 43, .external_lex_state = 3},
  [239] = {.lex_state = 43, .external_lex_state = 3},
  [240] = {.lex_state = 43, .external_lex_state = 3},
  [241] = {.lex_state = 43, .external_lex_state = 3},
  [242] = {.lex_state = 43, .external_lex_state = 3},
  [243] = {.lex_state = 43, .external_lex_state = 3},
  [244] = {.lex_state = 43, .external_lex_state = 3},
  [245] = {.lex_state = 43, .external_lex_state = 3},
  [246] = {.lex_state = 43, .external_lex_state = 3},
  [247] = {.lex_state = 43, .external_lex_state = 3},
  [248] = {.lex_state = 43, .external_lex_state = 3},
  [249] = {.lex_state = 43, .external_lex_state = 3},
  [250] = {.lex_state = 43, .external_lex_state = 3},
  [251] = {.lex_state = 43, .external_lex_state = 3},
  [252] = {.lex_state = 43, .external_lex_state = 3},
  [253] = {.lex_state = 43, .external_lex_state = 3},
  [254] = {.lex_state = 43, .external_lex_state = 3},
  [255] = {.lex_state = 43, .external_lex_state = 3},
  [256] = {.lex_state = 43, .external_lex_state = 3},
  [257] = {.lex_state = 43, .external_lex_state = 3},
  [258] = {.lex_state = 43, .external_lex_state = 1},
  [259] = {.lex_state = 43, .external_lex_state = 3},
  [260] = {.lex_state = 43, .external_lex_state = 3},
  [261] = {.lex_state = 43, .external_lex_state = 3},
  [262] = {.lex_state = 43, .external_lex_state = 3},
  [263] = {.lex_state = 43, .external_lex_state = 3},
  [264] = {.lex_state = 43, .external_lex_state = 3},
  [265] = {.lex_state = 43, .external_lex_state = 3},
  [266] = {.lex_state = 43, .external_lex_state = 3},
  [267] = {.lex_state = 43, .external_lex_state = 3},
  [268] = {.lex_state = 43, .external_lex_state = 3},
  [269] = {.lex_state = 43, .external_lex_state = 3},
  [270] = {.lex_state = 43, .external_lex_state = 3},
  [271] = {.lex_state = 43, .external_lex_state = 3},
  [272] = {.lex_state = 43, .external_lex_state = 3},
  [273] = {.lex_state = 43, .external_lex_state = 3},
  [274] = {.lex_state = 43, .external_lex_state = 3},
  [275] = {.lex_state = 43, .external_lex_state = 3},
  [276] = {.lex_state = 43, .external_lex_state = 3},
  [277] = {.lex_state = 43, .external_lex_state = 3},
  [278] = {.lex_state = 43, .external_lex_state = 3},
  [279] = {.lex_state = 43, .external_lex_state = 3},
  [280] = {.lex_state = 43, .external_lex_state = 3},
  [281] = {.lex_state = 43, .external_lex_state = 3},
  [282] = {.lex_state = 43, .external_lex_state = 3},
  [283] = {.lex_state = 42, .external_lex_state = 3},
  [284] = {.lex_state = 43, .external_lex_state = 2},
  [285] = {.lex_state = 43, .external_lex_state = 2},
  [286] = {.lex_state = 42, .external_lex_state = 3},
  [287] = {.lex_state = 43, .external_lex_state = 3},
  [288] = {.lex_state = 42, .external_lex_state = 3},
  [289] = {.lex_state = 43, .external_lex_state = 3},
  [290] = {.lex_state = 42, .external_lex_state = 2},
  [291] = {.lex_state = 43, .external_lex_state = 2},
  [292] = {.lex_state = 43, .external_lex_state = 4},
  [293] = {.lex_state = 43, .external_lex_state = 4},
  [294] = {.lex_state = 43, .external_lex_state = 4},
  [295] = {.lex_state = 43, .external_lex_state = 2},
  [296] = {.lex_state = 43, .external_lex_state = 3},
  [297] = {.lex_state = 43, .external_lex_state = 2},
  [298] = {.lex_state = 43, .external_lex_state = 2},
  [299] = {.lex_state = 43, .external_lex_state = 2},
  [300] = {.lex_state = 43, .external_lex_state = 2},
  [301] = {.lex_state = 43, .external_lex_state = 4},
  [302] = {.lex_state = 43, .external_lex_state = 3},
  [303] = {.lex_state = 43, .external_lex_state = 4},
  [304] = {.lex_state = 43, .external_lex_state = 2},
  [305] = {.lex_state = 42, .external_lex_state = 3},
  [306] = {.lex_state = 43, .external_lex_state = 3},
  [307] = {.lex_state = 43, .external_lex_state = 3},
  [308] = {.lex_state = 43, .external_lex_state = 3},
  [309] = {.lex_state = 43, .external_lex_state = 3},
  [310] = {.lex_state = 43, .external_lex_state = 3},
  [311] = {.lex_state = 43, .external_lex_state = 3},
  [312] = {.lex_state = 43, .external_lex_state = 3},
  [313] = {.lex_state = 43, .external_lex_state = 3},
  [314] = {.lex_state = 43, .external_lex_state = 3},
  [315] = {.lex_state = 43, .external_lex_state = 3},
  [316] = {.lex_state = 42, .external_lex_state = 2},
  [317] = {.lex_state = 43, .external_lex_state = 3},
  [318] = {.lex_state = 42, .external_lex_state = 2},
  [319] = {.lex_state = 43, .external_lex_state = 3},
  [320] = {.lex_state = 43, .external_lex_state = 3},
  [321] = {.lex_state = 43, .external_lex_state = 3},
  [322] = {.lex_state = 43, .external_lex_state = 3},
  [323] = {.lex_state = 43, .external_lex_state = 3},
  [324] = {.lex_state = 43, .external_lex_state = 3},
  [325] = {.lex_state = 43, .external_lex_state = 3},
  [326] = {.lex_state = 43, .external_lex_state = 3},
  [327] = {.lex_state = 43, .external_lex_state = 3},
  [328] = {.lex_state = 43, .external_lex_state = 3},
  [329] = {.lex_state = 43, .external_lex_state = 3},
  [330] = {.lex_state = 43, .external_lex_state = 3},
  [331] = {.lex_state = 43, .external_lex_state = 3},
  [332] = {.lex_state = 43, .external_lex_state = 3},
  [333] = {.lex_state = 43, .external_lex_state = 3},
  [334] = {.lex_state = 43, .external_lex_state = 3},
  [335] = {.lex_state = 43, .external_lex_state = 3},
  [336] = {.lex_state = 43, .external_lex_state = 3},
  [337] = {.lex_state = 43, .external_lex_state = 3},
  [338] = {.lex_state = 43, .external_lex_state = 3},
  [339] = {.lex_state = 43, .external_lex_state = 3},
  [340] = {.lex_state = 43, .external_lex_state = 3},
  [341] = {.lex_state = 43, .external_lex_state = 3},
  [342] = {.lex_state = 43, .external_lex_state = 3},
  [343] = {.lex_state = 43, .external_lex_state = 3},
  [344] = {.lex_state = 43, .external_lex_state = 3},
  [345] = {.lex_state = 43, .external_lex_state = 3},
  [346] = {.lex_state = 43, .external_lex_state = 3},
  [347] = {.lex_state = 43, .external_lex_state = 3},
  [348] = {.lex_state = 43, .external_lex_state = 3},
  [349] = {.lex_state = 43, .external_lex_state = 3},
  [350] = {.lex_state = 43, .external_lex_state = 3},
  [351] = {.lex_state = 43, .external_lex_state = 3},
  [352] = {.lex_state = 43, .external_lex_state = 3},
  [353] = {.lex_state = 43, .external_lex_state = 3},
  [354] = {.lex_state = 43, .external_lex_state = 3},
  [355] = {.lex_state = 43, .external_lex_state = 3},
  [356] = {.lex_state = 43, .external_lex_state = 3},
  [357] = {.lex_state = 43, .external_lex_state = 3},
  [358] = {.lex_state = 43, .external_lex_state = 3},
  [359] = {.lex_state = 43, .external_lex_state = 3},
  [360] = {.lex_state = 43, .external_lex_state = 3},
  [361] = {.lex_state = 43, .external_lex_state = 3},
  [362] = {.lex_state = 43, .external_lex_state = 3},
  [363] = {.lex_state = 43, .external_lex_state = 3},
  [364] = {.lex_state = 43, .external_lex_state = 3},
  [365] = {.lex_state = 43, .external_lex_state = 3},
  [366] = {.lex_state = 43, .external_lex_state = 3},
  [367] = {.lex_state = 43, .external_lex_state = 3},
  [368] = {.lex_state = 43, .external_lex_state = 3},
  [369] = {.lex_state = 43, .external_lex_state = 3},
  [370] = {.lex_state = 43, .external_lex_state = 3},
  [371] = {.lex_state = 43, .external_lex_state = 3},
  [372] = {.lex_state = 43, .external_lex_state = 3},
  [373] = {.lex_state = 43, .external_lex_state = 3},
  [374] = {.lex_state = 43, .external_lex_state = 3},
  [375] = {.lex_state = 43, .external_lex_state = 3},
  [376] = {.lex_state = 43, .external_lex_state = 3},
  [377] = {.lex_state = 43, .external_lex_state = 3},
  [378] = {.lex_state = 43, .external_lex_state = 3},
  [379] = {.lex_state = 42, .external_lex_state = 2},
  [380] = {.lex_state = 43, .external_lex_state = 3},
  [381] = {.lex_state = 43, .external_lex_state = 3},
  [382] = {.lex_state = 43, .external_lex_state = 3},
  [383] = {.lex_state = 43, .external_lex_state = 3},
  [384] = {.lex_state = 43, .external_lex_state = 3},
  [385] = {.lex_state = 43, .external_lex_state = 3},
  [386] = {.lex_state = 43, .external_lex_state = 3},
  [387] = {.lex_state = 43, .external_lex_state = 3},
  [388] = {.lex_state = 43, .external_lex_state = 3},
  [389] = {.lex_state = 43, .external_lex_state = 3},
  [390] = {.lex_state = 43, .external_lex_state = 3},
  [391] = {.lex_state = 43, .external_lex_state = 3},
  [392] = {.lex_state = 43, .external_lex_state = 3},
  [393] = {.lex_state = 43, .external_lex_state = 3},
  [394] = {.lex_state = 43, .external_lex_state = 3},
  [395] = {.lex_state = 43, .external_lex_state = 3},
  [396] = {.lex_state = 43, .external_lex_state = 3},
  [397] = {.lex_state = 43, .external_lex_state = 3},
  [398] = {.lex_state = 43, .external_lex_state = 3},
  [399] = {.lex_state = 43, .external_lex_state = 3},
  [400] = {.lex_state = 43, .external_lex_state = 3},
  [401] = {.lex_state = 43, .external_lex_state = 3},
  [402] = {.lex_state = 43, .external_lex_state = 3},
  [403] = {.lex_state = 43, .external_lex_state = 3},
  [404] = {.lex_state = 43, .external_lex_state = 3},
  [405] = {.lex_state = 43, .external_lex_state = 3},
  [406] = {.lex_state = 43, .external_lex_state = 3},
  [407] = {.lex_state = 43, .external_lex_state = 3},
  [408] = {.lex_state = 43, .external_lex_state = 3},
  [409] = {.lex_state = 43, .external_lex_state = 3},
  [410] = {.lex_state = 43, .external_lex_state = 3},
  [411] = {.lex_state = 43, .external_lex_state = 3},
  [412] = {.lex_state = 43, .external_lex_state = 3},
  [413] = {.lex_state = 43, .external_lex_state = 3},
  [414] = {.lex_state = 43, .external_lex_state = 3},
  [415] = {.lex_state = 43, .external_lex_state = 3},
  [416] = {.lex_state = 43, .external_lex_state = 3},
  [417] = {.lex_state = 43, .external_lex_state = 3},
  [418] = {.lex_state = 43, .external_lex_state = 3},
  [419] = {.lex_state = 43, .external_lex_state = 3},
  [420] = {.lex_state = 43, .external_lex_state = 3},
  [421] = {.lex_state = 43, .external_lex_state = 3},
  [422] = {.lex_state = 43, .external_lex_state = 3},
  [423] = {.lex_state = 43, .external_lex_state = 3},
  [424] = {.lex_state = 43, .external_lex_state = 3},
  [425] = {.lex_state = 43, .external_lex_state = 3},
  [426] = {.lex_state = 43, .external_lex_state = 3},
  [427] = {.lex_state = 43, .external_lex_state = 3},
  [428] = {.lex_state = 43, .external_lex_state = 3},
  [429] = {.lex_state = 43, .external_lex_state = 3},
  [430] = {.lex_state = 43, .external_lex_state = 3},
  [431] = {.lex_state = 43, .external_lex_state = 3},
  [432] = {.lex_state = 43, .external_lex_state = 3},
  [433] = {.lex_state = 43, .external_lex_state = 2},
  [434] = {.lex_state = 43, .external_lex_state = 3},
  [435] = {.lex_state = 42, .external_lex_state = 2},
  [436] = {.lex_state = 43, .external_lex_state = 3},
  [437] = {.lex_state = 43, .external_lex_state = 3},
  [438] = {.lex_state = 43, .external_lex_state = 3},
  [439] = {.lex_state = 43, .external_lex_state = 3},
  [440] = {.lex_state = 43, .external_lex_state = 3},
  [441] = {.lex_state = 42, .external_lex_state = 3},
  [442] = {.lex_state = 43, .external_lex_state = 3},
  [443] = {.lex_state = 43, .external_lex_state = 3},
  [444] = {.lex_state = 43, .external_lex_state = 3},
  [445] = {.lex_state = 43, .external_lex_state = 3},
  [446] = {.lex_state = 43, .external_lex_state = 3},
  [447] = {.lex_state = 43, .external_lex_state = 3},
  [448] = {.lex_state = 43, .external_lex_state = 3},
  [449] = {.lex_state = 43, .external_lex_state = 3},
  [450] = {.lex_state = 43, .external_lex_state = 3},
  [451] = {.lex_state = 43, .external_lex_state = 3},
  [452] = {.lex_state = 43, .external_lex_state = 3},
  [453] = {.lex_state = 43, .external_lex_state = 3},
  [454] = {.lex_state = 43, .external_lex_state = 3},
  [455] = {.lex_state = 43, .external_lex_state = 3},
  [456] = {.lex_state = 43, .external_lex_state = 3},
  [457] = {.lex_state = 43, .external_lex_state = 3},
  [458] = {.lex_state = 43, .external_lex_state = 3},
  [459] = {.lex_state = 43, .external_lex_state = 3},
  [460] = {.lex_state = 43, .external_lex_state = 3},
  [461] = {.lex_state = 43, .external_lex_state = 3},
  [462] = {.lex_state = 43, .external_lex_state = 3},
  [463] = {.lex_state = 43, .external_lex_state = 3},
  [464] = {.lex_state = 43, .external_lex_state = 3},
  [465] = {.lex_state = 43, .external_lex_state = 3},
  [466] = {.lex_state = 43, .external_lex_state = 3},
  [467] = {.lex_state = 43, .external_lex_state = 3},
  [468] = {.lex_state = 43, .external_lex_state = 3},
  [469] = {.lex_state = 43, .external_lex_state = 3},
  [470] = {.lex_state = 43, .external_lex_state = 3},
  [471] = {.lex_state = 43, .external_lex_state = 3},
  [472] = {.lex_state = 43, .external_lex_state = 3},
  [473] = {.lex_state = 43, .external_lex_state = 3},
  [474] = {.lex_state = 43, .external_lex_state = 3},
  [475] = {.lex_state = 43, .external_lex_state = 3},
  [476] = {.lex_state = 43, .external_lex_state = 3},
  [477] = {.lex_state = 43, .external_lex_state = 3},
  [478] = {.lex_state = 43, .external_lex_state = 3},
  [479] = {.lex_state = 43, .external_lex_state = 3},
  [480] = {.lex_state = 43, .external_lex_state = 3},
  [481] = {.lex_state = 43, .external_lex_state = 3},
  [482] = {.lex_state = 43, .external_lex_state = 3},
  [483] = {.lex_state = 43, .external_lex_state = 3},
  [484] = {.lex_state = 43, .external_lex_state = 3},
  [485] = {.lex_state = 43, .external_lex_state = 3},
  [486] = {.lex_state = 43, .external_lex_state = 3},
  [487] = {.lex_state = 43, .external_lex_state = 3},
  [488] = {.lex_state = 43, .external_lex_state = 2},
  [489] = {.lex_state = 43, .external_lex_state = 3},
  [490] = {.lex_state = 43, .external_lex_state = 3},
  [491] = {.lex_state = 43, .external_lex_state = 3},
  [492] = {.lex_state = 43, .external_lex_state = 3},
  [493] = {.lex_state = 43, .external_lex_state = 3},
  [494] = {.lex_state = 43, .external_lex_state = 3},
  [495] = {.lex_state = 43, .external_lex_state = 3},
  [496] = {.lex_state = 43, .external_lex_state = 3},
  [497] = {.lex_state = 43, .external_lex_state = 3},
  [498] = {.lex_state = 43, .external_lex_state = 4},
  [499] = {.lex_state = 43, .external_lex_state = 1},
  [500] = {.lex_state = 43, .external_lex_state = 2},
  [501] = {.lex_state = 43, .external_lex_state = 2},
  [502] = {.lex_state = 43, .external_lex_state = 2},
  [503] = {.lex_state = 43, .external_lex_state = 2},
  [504] = {.lex_state = 43, .external_lex_state = 2},
  [505] = {.lex_state = 43, .external_lex_state = 2},
  [506] = {.lex_state = 43, .external_lex_state = 2},
  [507] = {.lex_state = 43, .external_lex_state = 2},
  [508] = {.lex_state = 43, .external_lex_state = 2},
  [509] = {.lex_state = 43, .external_lex_state = 2},
  [510] = {.lex_state = 43, .external_lex_state = 2},
  [511] = {.lex_state = 43, .external_lex_state = 2},
  [512] = {.lex_state = 43, .external_lex_state = 2},
  [513] = {.lex_state = 43, .external_lex_state = 2},
  [514] = {.lex_state = 43, .external_lex_state = 2},
  [515] = {.lex_state = 43, .external_lex_state = 2},
  [516] = {.lex_state = 43, .external_lex_state = 2},
  [517] = {.lex_state = 43, .external_lex_state = 2},
  [518] = {.lex_state = 43, .external_lex_state = 2},
  [519] = {.lex_state = 43, .external_lex_state = 2},
  [520] = {.lex_state = 43, .external_lex_state = 2},
  [521] = {.lex_state = 43, .external_lex_state = 2},
  [522] = {.lex_state = 43, .external_lex_state = 2},
  [523] = {.lex_state = 43, .external_lex_state = 2},
  [524] = {.lex_state = 43, .external_lex_state = 2},
  [525] = {.lex_state = 43, .external_lex_state = 2},
  [526] = {.lex_state = 43, .external_lex_state = 2},
  [527] = {.lex_state = 43, .external_lex_state = 2},
  [528] = {.lex_state = 43, .external_lex_state = 2},
  [529] = {.lex_state = 43, .external_lex_state = 2},
  [530] = {.lex_state = 43, .external_lex_state = 2},
  [531] = {.lex_state = 43, .external_lex_state = 2},
  [532] = {.lex_state = 43, .external_lex_state = 2},
  [533] = {.lex_state = 43, .external_lex_state = 2},
  [534] = {.lex_state = 43, .external_lex_state = 2},
  [535] = {.lex_state = 43, .external_lex_state = 2},
  [536] = {.lex_state = 43, .external_lex_state = 2},
  [537] = {.lex_state = 43, .external_lex_state = 2},
  [538] = {.lex_state = 43, .external_lex_state = 2},
  [539] = {.lex_state = 43, .external_lex_state = 2},
  [540] = {.lex_state = 43, .external_lex_state = 2},
  [541] = {.lex_state = 43, .external_lex_state = 2},
  [542] = {.lex_state = 43, .external_lex_state = 2},
  [543] = {.lex_state = 43, .external_lex_state = 2},
  [544] = {.lex_state = 43, .external_lex_state = 2},
  [545] = {.lex_state = 43, .external_lex_state = 2},
  [546] = {.lex_state = 43, .external_lex_state = 2},
  [547] = {.lex_state = 43, .external_lex_state = 2},
  [548] = {.lex_state = 43, .external_lex_state = 2},
  [549] = {.lex_state = 43, .external_lex_state = 2},
  [550] = {.lex_state = 43, .external_lex_state = 2},
  [551] = {.lex_state = 43, .external_lex_state = 2},
  [552] = {.lex_state = 43, .external_lex_state = 2},
  [553] = {.lex_state = 43, .external_lex_state = 2},
  [554] = {.lex_state = 43, .external_lex_state = 2},
  [555] = {.lex_state = 43, .external_lex_state = 2},
  [556] = {.lex_state = 43, .external_lex_state = 3},
  [557] = {.lex_state = 43, .external_lex_state = 2},
  [558] = {.lex_state = 43, .external_lex_state = 2},
  [559] = {.lex_state = 43, .external_lex_state = 2},
  [560] = {.lex_state = 43, .external_lex_state = 2},
  [561] = {.lex_state = 43, .external_lex_state = 2},
  [562] = {.lex_state = 43, .external_lex_state = 2},
  [563] = {.lex_state = 43, .external_lex_state = 2},
  [564] = {.lex_state = 43, .external_lex_state = 2},
  [565] = {.lex_state = 43, .external_lex_state = 2},
  [566] = {.lex_state = 43, .external_lex_state = 2},
  [567] = {.lex_state = 43, .external_lex_state = 2},
  [568] = {.lex_state = 43, .external_lex_state = 2},
  [569] = {.lex_state = 43, .external_lex_state = 2},
  [570] = {.lex_state = 43, .external_lex_state = 2},
  [571] = {.lex_state = 43, .external_lex_state = 2},
  [572] = {.lex_state = 43, .external_lex_state = 2},
  [573] = {.lex_state = 43, .external_lex_state = 2},
  [574] = {.lex_state = 43, .external_lex_state = 2},
  [575] = {.lex_state = 43, .external_lex_state = 3},
  [576] = {.lex_state = 43, .external_lex_state = 2},
  [577] = {.lex_state = 43, .external_lex_state = 2},
  [578] = {.lex_state = 43, .external_lex_state = 2},
  [579] = {.lex_state = 43, .external_lex_state = 2},
  [580] = {.lex_state = 43, .external_lex_state = 2},
  [581] = {.lex_state = 43, .external_lex_state = 2},
  [582] = {.lex_state = 43, .external_lex_state = 2},
  [583] = {.lex_state = 43, .external_lex_state = 2},
  [584] = {.lex_state = 43, .external_lex_state = 2},
  [585] = {.lex_state = 43, .external_lex_state = 2},
  [586] = {.lex_state = 43, .external_lex_state = 2},
  [587] = {.lex_state = 43, .external_lex_state = 2},
  [588] = {.lex_state = 43, .external_lex_state = 2},
  [589] = {.lex_state = 43, .external_lex_state = 2},
  [590] = {.lex_state = 43, .external_lex_state = 2},
  [591] = {.lex_state = 43, .external_lex_state = 2},
  [592] = {.lex_state = 43, .external_lex_state = 3},
  [593] = {.lex_state = 43, .external_lex_state = 2},
  [594] = {.lex_state = 43, .external_lex_state = 2},
  [595] = {.lex_state = 43, .external_lex_state = 2},
  [596] = {.lex_state = 43, .external_lex_state = 2},
  [597] = {.lex_state = 43, .external_lex_state = 2},
  [598] = {.lex_state = 43, .external_lex_state = 2},
  [599] = {.lex_state = 43, .external_lex_state = 2},
  [600] = {.lex_state = 43, .external_lex_state = 2},
  [601] = {.lex_state = 43, .external_lex_state = 2},
  [602] = {.lex_state = 43, .external_lex_state = 2},
  [603] = {.lex_state = 43, .external_lex_state = 2},
  [604] = {.lex_state = 43, .external_lex_state = 2},
  [605] = {.lex_state = 43, .external_lex_state = 2},
  [606] = {.lex_state = 43, .external_lex_state = 2},
  [607] = {.lex_state = 43, .external_lex_state = 2},
  [608] = {.lex_state = 43, .external_lex_state = 2},
  [609] = {.lex_state = 43, .external_lex_state = 2},
  [610] = {.lex_state = 43, .external_lex_state = 2},
  [611] = {.lex_state = 43, .external_lex_state = 2},
  [612] = {.lex_state = 43, .external_lex_state = 2},
  [613] = {.lex_state = 43, .external_lex_state = 2},
  [614] = {.lex_state = 43, .external_lex_state = 2},
  [615] = {.lex_state = 43, .external_lex_state = 2},
  [616] = {.lex_state = 43, .external_lex_state = 2},
  [617] = {.lex_state = 43, .external_lex_state = 2},
  [618] = {.lex_state = 43, .external_lex_state = 2},
  [619] = {.lex_state = 43, .external_lex_state = 2},
  [620] = {.lex_state = 43, .external_lex_state = 2},
  [621] = {.lex_state = 43, .external_lex_state = 2},
  [622] = {.lex_state = 43, .external_lex_state = 2},
  [623] = {.lex_state = 43, .external_lex_state = 2},
  [624] = {.lex_state = 43, .external_lex_state = 2},
  [625] = {.lex_state = 43, .external_lex_state = 2},
  [626] = {.lex_state = 43, .external_lex_state = 2},
  [627] = {.lex_state = 43, .external_lex_state = 2},
  [628] = {.lex_state = 43, .external_lex_state = 2},
  [629] = {.lex_state = 43, .external_lex_state = 2},
  [630] = {.lex_state = 43, .external_lex_state = 2},
  [631] = {.lex_state = 43, .external_lex_state = 2},
  [632] = {.lex_state = 43, .external_lex_state = 2},
  [633] = {.lex_state = 43, .external_lex_state = 2},
  [634] = {.lex_state = 43, .external_lex_state = 2},
  [635] = {.lex_state = 43, .external_lex_state = 2},
  [636] = {.lex_state = 43, .external_lex_state = 2},
  [637] = {.lex_state = 43, .external_lex_state = 2},
  [638] = {.lex_state = 43, .external_lex_state = 2},
  [639] = {.lex_state = 43, .external_lex_state = 2},
  [640] = {.lex_state = 43, .external_lex_state = 2},
  [641] = {.lex_state = 43, .external_lex_state = 2},
  [642] = {.lex_state = 43, .external_lex_state = 2},
  [643] = {.lex_state = 43, .external_lex_state = 2},
  [644] = {.lex_state = 43, .external_lex_state = 2},
  [645] = {.lex_state = 43, .external_lex_state = 2},
  [646] = {.lex_state = 43, .external_lex_state = 2},
  [647] = {.lex_state = 43, .external_lex_state = 2},
  [648] = {.lex_state = 43, .external_lex_state = 2},
  [649] = {.lex_state = 43, .external_lex_state = 2},
  [650] = {.lex_state = 43, .external_lex_state = 2},
  [651] = {.lex_state = 43, .external_lex_state = 2},
  [652] = {.lex_state = 43, .external_lex_state = 2},
  [653] = {.lex_state = 43, .external_lex_state = 2},
  [654] = {.lex_state = 43, .external_lex_state = 2},
  [655] = {.lex_state = 43, .external_lex_state = 2},
  [656] = {.lex_state = 43, .external_lex_state = 2},
  [657] = {.lex_state = 43, .external_lex_state = 2},
  [658] = {.lex_state = 43, .external_lex_state = 2},
  [659] = {.lex_state = 43, .external_lex_state = 2},
  [660] = {.lex_state = 43, .external_lex_state = 2},
  [661] = {.lex_state = 43, .external_lex_state = 2},
  [662] = {.lex_state = 43, .external_lex_state = 2},
  [663] = {.lex_state = 43, .external_lex_state = 2},
  [664] = {.lex_state = 43, .external_lex_state = 2},
  [665] = {.lex_state = 43, .external_lex_state = 2},
  [666] = {.lex_state = 43, .external_lex_state = 2},
  [667] = {.lex_state = 43, .external_lex_state = 2},
  [668] = {.lex_state = 43, .external_lex_state = 2},
  [669] = {.lex_state = 43, .external_lex_state = 2},
  [670] = {.lex_state = 43, .external_lex_state = 2},
  [671] = {.lex_state = 43, .external_lex_state = 2},
  [672] = {.lex_state = 43, .external_lex_state = 2},
  [673] = {.lex_state = 43, .external_lex_state = 2},
  [674] = {.lex_state = 43, .external_lex_state = 2},
  [675] = {.lex_state = 43, .external_lex_state = 2},
  [676] = {.lex_state = 43, .external_lex_state = 2},
  [677] = {.lex_state = 43, .external_lex_state = 2},
  [678] = {.lex_state = 43, .external_lex_state = 2},
  [679] = {.lex_state = 43, .external_lex_state = 2},
  [680] = {.lex_state = 43, .external_lex_state = 2},
  [681] = {.lex_state = 43, .external_lex_state = 2},
  [682] = {.lex_state = 43, .external_lex_state = 2},
  [683] = {.lex_state = 43, .external_lex_state = 2},
  [684] = {.lex_state = 43, .external_lex_state = 2},
  [685] = {.lex_state = 43, .external_lex_state = 2},
  [686] = {.lex_state = 1, .external_lex_state = 2},
  [687] = {.lex_state = 1, .external_lex_state = 2},
  [688] = {.lex_state = 1, .external_lex_state = 2},
  [689] = {.lex_state = 1, .external_lex_state = 2},
  [690] = {.lex_state = 1, .external_lex_state = 2},
  [691] = {.lex_state = 43, .external_lex_state = 2},
  [692] = {.lex_state = 43, .external_lex_state = 2},
  [693] = {.lex_state = 43, .external_lex_state = 2},
  [694] = {.lex_state = 1, .external_lex_state = 2},
  [695] = {.lex_state = 43, .external_lex_state = 2},
  [696] = {.lex_state = 1, .external_lex_state = 2},
  [697] = {.lex_state = 43, .external_lex_state = 2},
  [698] = {.lex_state = 1, .external_lex_state = 2},
  [699] = {.lex_state = 1, .external_lex_state = 2},
  [700] = {.lex_state = 1, .external_lex_state = 2},
  [701] = {.lex_state = 43, .external_lex_state = 3},
  [702] = {.lex_state = 43, .external_lex_state = 2},
  [703] = {.lex_state = 43, .external_lex_state = 2},
  [704] = {.lex_state = 43, .external_lex_state = 3},
  [705] = {.lex_state = 43, .external_lex_state = 2},
  [706] = {.lex_state = 43, .external_lex_state = 1},
  [707] = {.lex_state = 43, .external_lex_state = 2},
  [708] = {.lex_state = 43, .external_lex_state = 2},
  [709] = {.lex_state = 43, .external_lex_state = 1},
  [710] = {.lex_state = 43, .external_lex_state = 2},
  [711] = {.lex_state = 43, .external_lex_state = 2},
  [712] = {.lex_state = 43, .external_lex_state = 2},
  [713] = {.lex_state = 43, .external_lex_state = 2},
  [714] = {.lex_state = 43, .external_lex_state = 2},
  [715] = {.lex_state = 43, .external_lex_state = 4},
  [716] = {.lex_state = 43, .external_lex_state = 2},
  [717] = {.lex_state = 43, .external_lex_state = 4},
  [718] = {.lex_state = 43, .external_lex_state = 1},
  [719] = {.lex_state = 43, .external_lex_state = 1},
  [720] = {.lex_state = 43, .external_lex_state = 1},
  [721] = {.lex_state = 43, .external_lex_state = 1},
  [722] = {.lex_state = 43, .external_lex_state = 1},
  [723] = {.lex_state = 43, .external_lex_state = 2},
  [724] = {.lex_state = 1, .external_lex_state = 3},
  [725] = {.lex_state = 1, .external_lex_state = 3},
  [726] = {.lex_state = 43, .external_lex_state = 2},
  [727] = {.lex_state = 1, .external_lex_state = 3},
  [728] = {.lex_state = 43, .external_lex_state = 4},
  [729] = {.lex_state = 43, .external_lex_state = 2},
  [730] = {.lex_state = 43, .external_lex_state = 2},
  [731] = {.lex_state = 43, .external_lex_state = 4},
  [732] = {.lex_state = 43, .external_lex_state = 2},
  [733] = {.lex_state = 43, .external_lex_state = 4},
  [734] = {.lex_state = 43, .external_lex_state = 4},
  [735] = {.lex_state = 43, .external_lex_state = 4},
  [736] = {.lex_state = 1, .external_lex_state = 3},
  [737] = {.lex_state = 1, .external_lex_state = 3},
  [738] = {.lex_state = 1, .external_lex_state = 4},
  [739] = {.lex_state = 43, .external_lex_state = 4},
  [740] = {.lex_state = 1, .external_lex_state = 4},
  [741] = {.lex_state = 1, .external_lex_state = 2},
  [742] = {.lex_state = 43, .external_lex_state = 4},
  [743] = {.lex_state = 1, .external_lex_state = 2},
  [744] = {.lex_state = 43, .external_lex_state = 4},
  [745] = {.lex_state = 43, .external_lex_state = 4},
  [746] = {.lex_state = 1, .external_lex_state = 4},
  [747] = {.lex_state = 1, .external_lex_state = 4},
  [748] = {.lex_state = 1, .external_lex_state = 4},
  [749] = {.lex_state = 43, .external_lex_state = 4},
  [750] = {.lex_state = 43, .external_lex_state = 4},
  [751] = {.lex_state = 43, .external_lex_state = 4},
  [752] = {.lex_state = 43, .external_lex_state = 4},
  [753] = {.lex_state = 1, .external_lex_state = 2},
  [754] = {.lex_state = 43, .external_lex_state = 4},
  [755] = {.lex_state = 43, .external_lex_state = 4},
  [756] = {.lex_state = 1, .external_lex_state = 2},
  [757] = {.lex_state = 1, .external_lex_state = 2},
  [758] = {.lex_state = 43, .external_lex_state = 2},
  [759] = {.lex_state = 1, .external_lex_state = 2},
  [760] = {.lex_state = 43, .external_lex_state = 2},
  [761] = {.lex_state = 43, .external_lex_state = 2},
  [762] = {.lex_state = 1, .external_lex_state = 2},
  [763] = {.lex_state = 43, .external_lex_state = 2},
  [764] = {.lex_state = 43, .external_lex_state = 2},
  [765] = {.lex_state = 43, .external_lex_state = 2},
  [766] = {.lex_state = 43, .external_lex_state = 2},
  [767] = {.lex_state = 43, .external_lex_state = 2},
  [768] = {.lex_state = 43, .external_lex_state = 2},
  [769] = {.lex_state = 43, .external_lex_state = 2},
  [770] = {.lex_state = 43, .external_lex_state = 2},
  [771] = {.lex_state = 43, .external_lex_state = 2},
  [772] = {.lex_state = 43, .external_lex_state = 1},
  [773] = {.lex_state = 1, .external_lex_state = 3},
  [774] = {.lex_state = 1, .external_lex_state = 4},
  [775] = {.lex_state = 3, .external_lex_state = 3},
  [776] = {.lex_state = 43, .external_lex_state = 1},
  [777] = {.lex_state = 43, .external_lex_state = 1},
  [778] = {.lex_state = 43, .external_lex_state = 1},
  [779] = {.lex_state = 3, .external_lex_state = 3},
  [780] = {.lex_state = 43, .external_lex_state = 1},
  [781] = {.lex_state = 43, .external_lex_state = 1},
  [782] = {.lex_state = 3, .external_lex_state = 3},
  [783] = {.lex_state = 43, .external_lex_state = 1},
  [784] = {.lex_state = 3, .external_lex_state = 3},
  [785] = {.lex_state = 43, .external_lex_state = 2},
  [786] = {.lex_state = 43, .external_lex_state = 4},
  [787] = {.lex_state = 43, .external_lex_state = 4},
  [788] = {.lex_state = 3, .external_lex_state = 2},
  [789] = {.lex_state = 43, .external_lex_state = 4},
  [790] = {.lex_state = 3, .external_lex_state = 2},
  [791] = {.lex_state = 3, .external_lex_state = 2},
  [792] = {.lex_state = 43, .external_lex_state = 2},
  [793] = {.lex_state = 43, .external_lex_state = 2},
  [794] = {.lex_state = 43, .external_lex_state = 4},
  [795] = {.lex_state = 43, .external_lex_state = 1},
  [796] = {.lex_state = 43, .external_lex_state = 2},
  [797] = {.lex_state = 43, .external_lex_state = 4},
  [798] = {.lex_state = 3, .external_lex_state = 2},
  [799] = {.lex_state = 43, .external_lex_state = 1},
  [800] = {.lex_state = 43, .external_lex_state = 1},
  [801] = {.lex_state = 43, .external_lex_state = 4},
  [802] = {.lex_state = 1, .external_lex_state = 3},
  [803] = {.lex_state = 3, .external_lex_state = 2},
  [804] = {.lex_state = 3, .external_lex_state = 3},
  [805] = {.lex_state = 43, .external_lex_state = 4},
  [806] = {.lex_state = 43, .external_lex_state = 2},
  [807] = {.lex_state = 3, .external_lex_state = 2},
  [808] = {.lex_state = 3, .external_lex_state = 2},
  [809] = {.lex_state = 3, .external_lex_state = 2},
  [810] = {.lex_state = 43, .external_lex_state = 4},
  [811] = {.lex_state = 3, .external_lex_state = 2},
  [812] = {.lex_state = 3, .external_lex_state = 2},
  [813] = {.lex_state = 43, .external_lex_state = 4},
  [814] = {.lex_state = 3, .external_lex_state = 2},
  [815] = {.lex_state = 1, .external_lex_state = 3},
  [816] = {.lex_state = 3, .external_lex_state = 2},
  [817] = {.lex_state = 3, .external_lex_state = 2},
  [818] = {.lex_state = 3, .external_lex_state = 2},
  [819] = {.lex_state = 43, .external_lex_state = 2},
  [820] = {.lex_state = 43, .external_lex_state = 4},
  [821] = {.lex_state = 43, .external_lex_state = 4},
  [822] = {.lex_state = 43, .external_lex_state = 4},
  [823] = {.lex_state = 43, .external_lex_state = 2},
  [824] = {.lex_state = 0, .external_lex_state = 4},
  [825] = {.lex_state = 0, .external_lex_state = 4},
  [826] = {.lex_state = 43, .external_lex_state = 4},
  [827] = {.lex_state = 43, .external_lex_state = 2},
  [828] = {.lex_state = 0, .external_lex_state = 4},
  [829] = {.lex_state = 0, .external_lex_state = 4},
  [830] = {.lex_state = 0, .external_lex_state = 4},
  [831] = {.lex_state = 43, .external_lex_state = 4},
  [832] = {.lex_state = 1, .external_lex_state = 4},
  [833] = {.lex_state = 0, .external_lex_state = 4},
  [834] = {.lex_state = 43, .external_lex_state = 2},
  [835] = {.lex_state = 43, .external_lex_state = 2},
  [836] = {.lex_state = 0, .external_lex_state = 4},
  [837] = {.lex_state = 43, .external_lex_state = 2},
  [838] = {.lex_state = 43, .external_lex_state = 2},
  [839] = {.lex_state = 3, .external_lex_state = 3},
  [840] = {.lex_state = 43, .external_lex_state = 2},
  [841] = {.lex_state = 43, .external_lex_state = 2},
  [842] = {.lex_state = 0, .external_lex_state = 4},
  [843] = {.lex_state = 43, .external_lex_state = 2},
  [844] = {.lex_state = 43, .external_lex_state = 2},
  [845] = {.lex_state = 43, .external_lex_state = 2},
  [846] = {.lex_state = 0, .external_lex_state = 4},
  [847] = {.lex_state = 43, .external_lex_state = 2},
  [848] = {.lex_state = 43, .external_lex_state = 2},
  [849] = {.lex_state = 0, .external_lex_state = 4},
  [850] = {.lex_state = 43, .external_lex_state = 2},
  [851] = {.lex_state = 0, .external_lex_state = 4},
  [852] = {.lex_state = 43, .external_lex_state = 2},
  [853] = {.lex_state = 3, .external_lex_state = 2},
  [854] = {.lex_state = 43, .external_lex_state = 2},
  [855] = {.lex_state = 43, .external_lex_state = 2},
  [856] = {.lex_state = 43, .external_lex_state = 2},
  [857] = {.lex_state = 43, .external_lex_state = 2},
  [858] = {.lex_state = 0, .external_lex_state = 4},
  [859] = {.lex_state = 0, .external_lex_state = 4},
  [860] = {.lex_state = 43, .external_lex_state = 2},
  [861] = {.lex_state = 43, .external_lex_state = 4},
  [862] = {.lex_state = 43, .external_lex_state = 2},
  [863] = {.lex_state = 43, .external_lex_state = 4},
  [864] = {.lex_state = 0, .external_lex_state = 4},
  [865] = {.lex_state = 43, .external_lex_state = 2},
  [866] = {.lex_state = 0, .external_lex_state = 4},
  [867] = {.lex_state = 43, .external_lex_state = 4},
  [868] = {.lex_state = 43, .external_lex_state = 2},
  [869] = {.lex_state = 43, .external_lex_state = 2},
  [870] = {.lex_state = 43, .external_lex_state = 2},
  [871] = {.lex_state = 43, .external_lex_state = 2},
  [872] = {.lex_state = 43, .external_lex_state = 2},
  [873] = {.lex_state = 3, .external_lex_state = 3},
  [874] = {.lex_state = 0, .external_lex_state = 4},
  [875] = {.lex_state = 43, .external_lex_state = 2},
  [876] = {.lex_state = 43, .external_lex_state = 2},
  [877] = {.lex_state = 1, .external_lex_state = 4},
  [878] = {.lex_state = 43, .external_lex_state = 4},
  [879] = {.lex_state = 0, .external_lex_state = 4},
  [880] = {.lex_state = 0, .external_lex_state = 4},
  [881] = {.lex_state = 43, .external_lex_state = 4},
  [882] = {.lex_state = 43, .external_lex_state = 2},
  [883] = {.lex_state = 43, .external_lex_state = 2},
  [884] = {.lex_state = 43, .external_lex_state = 4},
  [885] = {.lex_state = 43, .external_lex_state = 4},
  [886] = {.lex_state = 43, .external_lex_state = 2},
  [887] = {.lex_state = 43, .external_lex_state = 4},
  [888] = {.lex_state = 43, .external_lex_state = 4},
  [889] = {.lex_state = 43, .external_lex_state = 4},
  [890] = {.lex_state = 43, .external_lex_state = 4},
  [891] = {.lex_state = 43, .external_lex_state = 4},
  [892] = {.lex_state = 43, .external_lex_state = 4},
  [893] = {.lex_state = 43, .external_lex_state = 4},
  [894] = {.lex_state = 43, .external_lex_state = 4},
  [895] = {.lex_state = 43, .external_lex_state = 4},
  [896] = {.lex_state = 43, .external_lex_state = 4},
  [897] = {.lex_state = 43, .external_lex_state = 3},
  [898] = {.lex_state = 43, .external_lex_state = 4},
  [899] = {.lex_state = 43, .external_lex_state = 4},
  [900] = {.lex_state = 43, .external_lex_state = 4},
  [901] = {.lex_state = 43, .external_lex_state = 4},
  [902] = {.lex_state = 5, .external_lex_state = 2},
  [903] = {.lex_state = 43, .external_lex_state = 3},
  [904] = {.lex_state = 43, .external_lex_state = 4},
  [905] = {.lex_state = 43, .external_lex_state = 4},
  [906] = {.lex_state = 43, .external_lex_state = 2},
  [907] = {.lex_state = 43, .external_lex_state = 2},
  [908] = {.lex_state = 43, .external_lex_state = 4},
  [909] = {.lex_state = 43, .external_lex_state = 2},
  [910] = {.lex_state = 43, .external_lex_state = 4},
  [911] = {.lex_state = 43, .external_lex_state = 4},
  [912] = {.lex_state = 43, .external_lex_state = 4},
  [913] = {.lex_state = 43, .external_lex_state = 4},
  [914] = {.lex_state = 43, .external_lex_state = 4},
  [915] = {.lex_state = 43, .external_lex_state = 4},
  [916] = {.lex_state = 43, .external_lex_state = 4},
  [917] = {.lex_state = 43, .external_lex_state = 4},
  [918] = {.lex_state = 43, .external_lex_state = 4},
  [919] = {.lex_state = 43, .external_lex_state = 4},
  [920] = {.lex_state = 43, .external_lex_state = 4},
  [921] = {.lex_state = 43, .external_lex_state = 4},
  [922] = {.lex_state = 43, .external_lex_state = 4},
  [923] = {.lex_state = 43, .external_lex_state = 4},
  [924] = {.lex_state = 43, .external_lex_state = 4},
  [925] = {.lex_state = 43, .external_lex_state = 4},
  [926] = {.lex_state = 43, .external_lex_state = 4},
  [927] = {.lex_state = 43, .external_lex_state = 4},
  [928] = {.lex_state = 43, .external_lex_state = 4},
  [929] = {.lex_state = 43, .external_lex_state = 4},
  [930] = {.lex_state = 43, .external_lex_state = 4},
  [931] = {.lex_state = 43, .external_lex_state = 4},
  [932] = {.lex_state = 43, .external_lex_state = 4},
  [933] = {.lex_state = 43, .external_lex_state = 4},
  [934] = {.lex_state = 43, .external_lex_state = 4},
  [935] = {.lex_state = 43, .external_lex_state = 4},
  [936] = {.lex_state = 43, .external_lex_state = 4},
  [937] = {.lex_state = 43, .external_lex_state = 4},
  [938] = {.lex_state = 43, .external_lex_state = 4},
  [939] = {.lex_state = 43, .external_lex_state = 4},
  [940] = {.lex_state = 43, .external_lex_state = 4},
  [941] = {.lex_state = 43, .external_lex_state = 4},
  [942] = {.lex_state = 43, .external_lex_state = 4},
  [943] = {.lex_state = 43, .external_lex_state = 4},
  [944] = {.lex_state = 43, .external_lex_state = 2},
  [945] = {.lex_state = 43, .external_lex_state = 4},
  [946] = {.lex_state = 43, .external_lex_state = 4},
  [947] = {.lex_state = 43, .external_lex_state = 4},
  [948] = {.lex_state = 43, .external_lex_state = 4},
  [949] = {.lex_state = 43, .external_lex_state = 4},
  [950] = {.lex_state = 43, .external_lex_state = 2},
  [951] = {.lex_state = 43, .external_lex_state = 4},
  [952] = {.lex_state = 43, .external_lex_state = 2},
  [953] = {.lex_state = 43, .external_lex_state = 4},
  [954] = {.lex_state = 43, .external_lex_state = 4},
  [955] = {.lex_state = 43, .external_lex_state = 4},
  [956] = {.lex_state = 43, .external_lex_state = 4},
  [957] = {.lex_state = 43, .external_lex_state = 4},
  [958] = {.lex_state = 43, .external_lex_state = 4},
  [959] = {.lex_state = 43, .external_lex_state = 4},
  [960] = {.lex_state = 43, .external_lex_state = 4},
  [961] = {.lex_state = 43, .external_lex_state = 2},
  [962] = {.lex_state = 43, .external_lex_state = 4},
  [963] = {.lex_state = 43, .external_lex_state = 2},
  [964] = {.lex_state = 43, .external_lex_state = 4},
  [965] = {.lex_state = 43, .external_lex_state = 2},
  [966] = {.lex_state = 43, .external_lex_state = 2},
  [967] = {.lex_state = 43, .external_lex_state = 4},
  [968] = {.lex_state = 43, .external_lex_state = 4},
  [969] = {.lex_state = 43, .external_lex_state = 2},
  [970] = {.lex_state = 43, .external_lex_state = 4},
  [971] = {.lex_state = 43, .external_lex_state = 4},
  [972] = {.lex_state = 43, .external_lex_state = 4},
  [973] = {.lex_state = 43, .external_lex_state = 4},
  [974] = {.lex_state = 43, .external_lex_state = 4},
  [975] = {.lex_state = 43, .external_lex_state = 4},
  [976] = {.lex_state = 43, .external_lex_state = 2},
  [977] = {.lex_state = 43, .external_lex_state = 4},
  [978] = {.lex_state = 43, .external_lex_state = 2},
  [979] = {.lex_state = 43, .external_lex_state = 4},
  [980] = {.lex_state = 43, .external_lex_state = 4},
  [981] = {.lex_state = 43, .external_lex_state = 4},
  [982] = {.lex_state = 43, .external_lex_state = 4},
  [983] = {.lex_state = 43, .external_lex_state = 4},
  [984] = {.lex_state = 43, .external_lex_state = 4},
  [985] = {.lex_state = 43, .external_lex_state = 4},
  [986] = {.lex_state = 43, .external_lex_state = 4},
  [987] = {.lex_state = 43, .external_lex_state = 4},
  [988] = {.lex_state = 43, .external_lex_state = 4},
  [989] = {.lex_state = 43, .external_lex_state = 4},
  [990] = {.lex_state = 43, .external_lex_state = 4},
  [991] = {.lex_state = 43, .external_lex_state = 4},
  [992] = {.lex_state = 43, .external_lex_state = 4},
  [993] = {.lex_state = 43, .external_lex_state = 4},
  [994] = {.lex_state = 43, .external_lex_state = 4},
  [995] = {.lex_state = 43, .external_lex_state = 4},
  [996] = {.lex_state = 43, .external_lex_state = 4},
  [997] = {.lex_state = 43, .external_lex_state = 4},
  [998] = {.lex_state = 43, .external_lex_state = 4},
  [999] = {.lex_state = 43, .external_lex_state = 4},
  [1000] = {.lex_state = 43, .external_lex_state = 4},
  [1001] = {.lex_state = 43, .external_lex_state = 2},
  [1002] = {.lex_state = 43, .external_lex_state = 4},
  [1003] = {.lex_state = 43, .external_lex_state = 4},
  [1004] = {.lex_state = 43, .external_lex_state = 4},
  [1005] = {.lex_state = 43, .external_lex_state = 4},
  [1006] = {.lex_state = 43, .external_lex_state = 4},
  [1007] = {.lex_state = 43, .external_lex_state = 4},
  [1008] = {.lex_state = 43, .external_lex_state = 4},
  [1009] = {.lex_state = 43, .external_lex_state = 4},
  [1010] = {.lex_state = 43, .external_lex_state = 4},
  [1011] = {.lex_state = 43, .external_lex_state = 4},
  [1012] = {.lex_state = 43, .external_lex_state = 2},
  [1013] = {.lex_state = 43, .external_lex_state = 4},
  [1014] = {.lex_state = 43, .external_lex_state = 4},
  [1015] = {.lex_state = 43, .external_lex_state = 4},
  [1016] = {.lex_state = 43, .external_lex_state = 4},
  [1017] = {.lex_state = 43, .external_lex_state = 4},
  [1018] = {.lex_state = 43, .external_lex_state = 4},
  [1019] = {.lex_state = 43, .external_lex_state = 4},
  [1020] = {.lex_state = 43, .external_lex_state = 4},
  [1021] = {.lex_state = 43, .external_lex_state = 4},
  [1022] = {.lex_state = 43, .external_lex_state = 4},
  [1023] = {.lex_state = 43, .external_lex_state = 4},
  [1024] = {.lex_state = 43, .external_lex_state = 4},
  [1025] = {.lex_state = 43, .external_lex_state = 4},
  [1026] = {.lex_state = 43, .external_lex_state = 4},
  [1027] = {.lex_state = 43, .external_lex_state = 4},
  [1028] = {.lex_state = 43, .external_lex_state = 4},
  [1029] = {.lex_state = 43, .external_lex_state = 4},
  [1030] = {.lex_state = 43, .external_lex_state = 4},
  [1031] = {.lex_state = 43, .external_lex_state = 4},
  [1032] = {.lex_state = 43, .external_lex_state = 4},
  [1033] = {.lex_state = 43, .external_lex_state = 4},
  [1034] = {.lex_state = 43, .external_lex_state = 4},
  [1035] = {.lex_state = 43, .external_lex_state = 2},
  [1036] = {.lex_state = 43, .external_lex_state = 4},
  [1037] = {.lex_state = 43, .external_lex_state = 2},
  [1038] = {.lex_state = 43, .external_lex_state = 2},
  [1039] = {.lex_state = 43, .external_lex_state = 2},
  [1040] = {.lex_state = 43, .external_lex_state = 2},
  [1041] = {.lex_state = 43, .external_lex_state = 2},
  [1042] = {.lex_state = 43, .external_lex_state = 2},
  [1043] = {.lex_state = 3, .external_lex_state = 3},
  [1044] = {.lex_state = 43, .external_lex_state = 2},
  [1045] = {.lex_state = 5, .external_lex_state = 2},
  [1046] = {.lex_state = 5, .external_lex_state = 2},
  [1047] = {.lex_state = 43, .external_lex_state = 2},
  [1048] = {.lex_state = 5, .external_lex_state = 2},
  [1049] = {.lex_state = 43, .external_lex_state = 3},
  [1050] = {.lex_state = 43, .external_lex_state = 2},
  [1051] = {.lex_state = 43, .external_lex_state = 2},
  [1052] = {.lex_state = 5, .external_lex_state = 2},
  [1053] = {.lex_state = 3, .external_lex_state = 3},
  [1054] = {.lex_state = 5, .external_lex_state = 2},
  [1055] = {.lex_state = 43, .external_lex_state = 2},
  [1056] = {.lex_state = 43, .external_lex_state = 2},
  [1057] = {.lex_state = 3, .external_lex_state = 2},
  [1058] = {.lex_state = 3, .external_lex_state = 2},
  [1059] = {.lex_state = 3, .external_lex_state = 2},
  [1060] = {.lex_state = 2, .external_lex_state = 2},
  [1061] = {.lex_state = 43, .external_lex_state = 2},
  [1062] = {.lex_state = 3, .external_lex_state = 1},
  [1063] = {.lex_state = 2, .external_lex_state = 3},
  [1064] = {.lex_state = 43, .external_lex_state = 2},
  [1065] = {.lex_state = 43, .external_lex_state = 2},
  [1066] = {.lex_state = 43, .external_lex_state = 2},
  [1067] = {.lex_state = 3, .external_lex_state = 2},
  [1068] = {.lex_state = 4, .external_lex_state = 3},
  [1069] = {.lex_state = 4, .external_lex_state = 2},
  [1070] = {.lex_state = 3, .external_lex_state = 3},
  [1071] = {.lex_state = 3, .external_lex_state = 3},
  [1072] = {.lex_state = 43, .external_lex_state = 2},
  [1073] = {.lex_state = 43, .external_lex_state = 2},
  [1074] = {.lex_state = 43, .external_lex_state = 2},
  [1075] = {.lex_state = 43, .external_lex_state = 2},
  [1076] = {.lex_state = 43, .external_lex_state = 2},
  [1077] = {.lex_state = 43, .external_lex_state = 2},
  [1078] = {.lex_state = 43, .external_lex_state = 2},
  [1079] = {.lex_state = 43, .external_lex_state = 2},
  [1080] = {.lex_state = 43, .external_lex_state = 2},
  [1081] = {.lex_state = 43, .external_lex_state = 2},
  [1082] = {.lex_state = 43, .external_lex_state = 2},
  [1083] = {.lex_state = 43, .external_lex_state = 2},
  [1084] = {.lex_state = 43, .external_lex_state = 2},
  [1085] = {.lex_state = 43, .external_lex_state = 2},
  [1086] = {.lex_state = 43, .external_lex_state = 2},
  [1087] = {.lex_state = 43, .external_lex_state = 2},
  [1088] = {.lex_state = 43, .external_lex_state = 2},
  [1089] = {.lex_state = 43, .external_lex_state = 2},
  [1090] = {.lex_state = 43, .external_lex_state = 2},
  [1091] = {.lex_state = 43, .external_lex_state = 3},
  [1092] = {.lex_state = 43, .external_lex_state = 2},
  [1093] = {.lex_state = 43, .external_lex_state = 2},
  [1094] = {.lex_state = 43, .external_lex_state = 2},
  [1095] = {.lex_state = 4, .external_lex_state = 3},
  [1096] = {.lex_state = 43, .external_lex_state = 2},
  [1097] = {.lex_state = 43, .external_lex_state = 2},
  [1098] = {.lex_state = 4, .external_lex_state = 3},
  [1099] = {.lex_state = 43, .external_lex_state = 2},
  [1100] = {.lex_state = 4, .external_lex_state = 3},
  [1101] = {.lex_state = 43, .external_lex_state = 2},
  [1102] = {.lex_state = 4, .external_lex_state = 3},
  [1103] = {.lex_state = 4, .external_lex_state = 2},
  [1104] = {.lex_state = 43, .external_lex_state = 2},
  [1105] = {.lex_state = 43, .external_lex_state = 2},
  [1106] = {.lex_state = 43, .external_lex_state = 2},
  [1107] = {.lex_state = 4, .external_lex_state = 2},
  [1108] = {.lex_state = 4, .external_lex_state = 2},
  [1109] = {.lex_state = 4, .external_lex_state = 2},
  [1110] = {.lex_state = 43, .external_lex_state = 2},
  [1111] = {.lex_state = 43, .external_lex_state = 2},
  [1112] = {.lex_state = 43, .external_lex_state = 2},
  [1113] = {.lex_state = 43, .external_lex_state = 2},
  [1114] = {.lex_state = 43, .external_lex_state = 2},
  [1115] = {.lex_state = 43, .external_lex_state = 2},
  [1116] = {.lex_state = 43, .external_lex_state = 2},
  [1117] = {.lex_state = 43, .external_lex_state = 2},
  [1118] = {.lex_state = 43, .external_lex_state = 2},
  [1119] = {.lex_state = 43, .external_lex_state = 2},
  [1120] = {.lex_state = 43, .external_lex_state = 2},
  [1121] = {.lex_state = 43, .external_lex_state = 2},
  [1122] = {.lex_state = 3, .external_lex_state = 2},
  [1123] = {.lex_state = 43, .external_lex_state = 2},
  [1124] = {.lex_state = 43, .external_lex_state = 2},
  [1125] = {.lex_state = 43, .external_lex_state = 2},
  [1126] = {.lex_state = 43, .external_lex_state = 2},
  [1127] = {.lex_state = 43, .external_lex_state = 2},
  [1128] = {.lex_state = 43, .external_lex_state = 2},
  [1129] = {.lex_state = 43, .external_lex_state = 2},
  [1130] = {.lex_state = 43, .external_lex_state = 2},
  [1131] = {.lex_state = 43, .external_lex_state = 2},
  [1132] = {.lex_state = 43, .external_lex_state = 1},
  [1133] = {.lex_state = 43, .external_lex_state = 2},
  [1134] = {.lex_state = 43, .external_lex_state = 2},
  [1135] = {.lex_state = 43, .external_lex_state = 1},
  [1136] = {.lex_state = 3, .external_lex_state = 2},
  [1137] = {.lex_state = 43, .external_lex_state = 2},
  [1138] = {.lex_state = 43, .external_lex_state = 2},
  [1139] = {.lex_state = 43, .external_lex_state = 2},
  [1140] = {.lex_state = 43, .external_lex_state = 2},
  [1141] = {.lex_state = 3, .external_lex_state = 4},
  [1142] = {.lex_state = 43, .external_lex_state = 2},
  [1143] = {.lex_state = 43, .external_lex_state = 2},
  [1144] = {.lex_state = 43, .external_lex_state = 2},
  [1145] = {.lex_state = 43, .external_lex_state = 2},
  [1146] = {.lex_state = 43, .external_lex_state = 2},
  [1147] = {.lex_state = 3, .external_lex_state = 4},
  [1148] = {.lex_state = 3, .external_lex_state = 2},
  [1149] = {.lex_state = 43, .external_lex_state = 2},
  [1150] = {.lex_state = 43, .external_lex_state = 2},
  [1151] = {.lex_state = 43, .external_lex_state = 2},
  [1152] = {.lex_state = 43, .external_lex_state = 2},
  [1153] = {.lex_state = 43, .external_lex_state = 2},
  [1154] = {.lex_state = 43, .external_lex_state = 2},
  [1155] = {.lex_state = 43, .external_lex_state = 2},
  [1156] = {.lex_state = 43, .external_lex_state = 2},
  [1157] = {.lex_state = 43, .external_lex_state = 2},
  [1158] = {.lex_state = 43, .external_lex_state = 2},
  [1159] = {.lex_state = 43, .external_lex_state = 2},
  [1160] = {.lex_state = 43, .external_lex_state = 2},
  [1161] = {.lex_state = 43, .external_lex_state = 4},
  [1162] = {.lex_state = 43, .external_lex_state = 1},
  [1163] = {.lex_state = 43, .external_lex_state = 2},
  [1164] = {.lex_state = 43, .external_lex_state = 2},
  [1165] = {.lex_state = 43, .external_lex_state = 2},
  [1166] = {.lex_state = 43, .external_lex_state = 2},
  [1167] = {.lex_state = 43, .external_lex_state = 2},
  [1168] = {.lex_state = 43, .external_lex_state = 2},
  [1169] = {.lex_state = 43, .external_lex_state = 2},
  [1170] = {.lex_state = 43, .external_lex_state = 2},
  [1171] = {.lex_state = 43, .external_lex_state = 2},
  [1172] = {.lex_state = 43, .external_lex_state = 2},
  [1173] = {.lex_state = 43, .external_lex_state = 2},
  [1174] = {.lex_state = 43, .external_lex_state = 1},
  [1175] = {.lex_state = 3, .external_lex_state = 3},
  [1176] = {.lex_state = 3, .external_lex_state = 2},
  [1177] = {.lex_state = 3, .external_lex_state = 2},
  [1178] = {.lex_state = 43, .external_lex_state = 2},
  [1179] = {.lex_state = 43, .external_lex_state = 2},
  [1180] = {.lex_state = 43, .external_lex_state = 2},
  [1181] = {.lex_state = 3, .external_lex_state = 4},
  [1182] = {.lex_state = 43, .external_lex_state = 2},
  [1183] = {.lex_state = 43, .external_lex_state = 2},
  [1184] = {.lex_state = 43, .external_lex_state = 1},
  [1185] = {.lex_state = 43, .external_lex_state = 1},
  [1186] = {.lex_state = 43, .external_lex_state = 2},
  [1187] = {.lex_state = 3, .external_lex_state = 2},
  [1188] = {.lex_state = 43, .external_lex_state = 2},
  [1189] = {.lex_state = 43, .external_lex_state = 2},
  [1190] = {.lex_state = 43, .external_lex_state = 2},
  [1191] = {.lex_state = 3, .external_lex_state = 2},
  [1192] = {.lex_state = 43, .external_lex_state = 2},
  [1193] = {.lex_state = 3, .external_lex_state = 2},
  [1194] = {.lex_state = 43, .external_lex_state = 2},
  [1195] = {.lex_state = 43, .external_lex_state = 2},
  [1196] = {.lex_state = 3, .external_lex_state = 2},
  [1197] = {.lex_state = 43, .external_lex_state = 3},
  [1198] = {.lex_state = 3, .external_lex_state = 3},
  [1199] = {.lex_state = 43, .external_lex_state = 2},
  [1200] = {.lex_state = 3, .external_lex_state = 2},
  [1201] = {.lex_state = 43, .external_lex_state = 1},
  [1202] = {.lex_state = 3, .external_lex_state = 2},
  [1203] = {.lex_state = 43, .external_lex_state = 2},
  [1204] = {.lex_state = 43, .external_lex_state = 2},
  [1205] = {.lex_state = 3, .external_lex_state = 2},
  [1206] = {.lex_state = 3, .external_lex_state = 2},
  [1207] = {.lex_state = 43, .external_lex_state = 1},
  [1208] = {.lex_state = 3, .external_lex_state = 2},
  [1209] = {.lex_state = 43, .external_lex_state = 3},
  [1210] = {.lex_state = 3, .external_lex_state = 2},
  [1211] = {.lex_state = 5, .external_lex_state = 3},
  [1212] = {.lex_state = 43, .external_lex_state = 1},
  [1213] = {.lex_state = 5, .external_lex_state = 3},
  [1214] = {.lex_state = 3, .external_lex_state = 3},
  [1215] = {.lex_state = 43, .external_lex_state = 2},
  [1216] = {.lex_state = 3, .external_lex_state = 2},
  [1217] = {.lex_state = 3, .external_lex_state = 2},
  [1218] = {.lex_state = 5, .external_lex_state = 3},
  [1219] = {.lex_state = 43, .external_lex_state = 2},
  [1220] = {.lex_state = 43, .external_lex_state = 1},
  [1221] = {.lex_state = 43, .external_lex_state = 2},
  [1222] = {.lex_state = 5, .external_lex_state = 3},
  [1223] = {.lex_state = 5, .external_lex_state = 3},
  [1224] = {.lex_state = 43, .external_lex_state = 1},
  [1225] = {.lex_state = 3, .external_lex_state = 2},
  [1226] = {.lex_state = 0, .external_lex_state = 3},
  [1227] = {.lex_state = 43, .external_lex_state = 1},
  [1228] = {.lex_state = 3, .external_lex_state = 2},
  [1229] = {.lex_state = 43, .external_lex_state = 1},
  [1230] = {.lex_state = 43, .external_lex_state = 1},
  [1231] = {.lex_state = 43, .external_lex_state = 1},
  [1232] = {.lex_state = 3, .external_lex_state = 2},
  [1233] = {.lex_state = 43, .external_lex_state = 1},
  [1234] = {.lex_state = 43, .external_lex_state = 1},
  [1235] = {.lex_state = 3, .external_lex_state = 2},
  [1236] = {.lex_state = 43, .external_lex_state = 4},
  [1237] = {.lex_state = 43, .external_lex_state = 1},
  [1238] = {.lex_state = 43, .external_lex_state = 1},
  [1239] = {.lex_state = 43, .external_lex_state = 1},
  [1240] = {.lex_state = 43, .external_lex_state = 1},
  [1241] = {.lex_state = 43, .external_lex_state = 2},
  [1242] = {.lex_state = 43, .external_lex_state = 1},
  [1243] = {.lex_state = 43, .external_lex_state = 1},
  [1244] = {.lex_state = 43, .external_lex_state = 1},
  [1245] = {.lex_state = 4, .external_lex_state = 4},
  [1246] = {.lex_state = 43, .external_lex_state = 1},
  [1247] = {.lex_state = 3, .external_lex_state = 2},
  [1248] = {.lex_state = 4, .external_lex_state = 4},
  [1249] = {.lex_state = 43, .external_lex_state = 1},
  [1250] = {.lex_state = 43, .external_lex_state = 1},
  [1251] = {.lex_state = 43, .external_lex_state = 1},
  [1252] = {.lex_state = 4, .external_lex_state = 4},
  [1253] = {.lex_state = 4, .external_lex_state = 4},
  [1254] = {.lex_state = 43, .external_lex_state = 1},
  [1255] = {.lex_state = 43, .external_lex_state = 1},
  [1256] = {.lex_state = 4, .external_lex_state = 4},
  [1257] = {.lex_state = 3, .external_lex_state = 2},
  [1258] = {.lex_state = 43, .external_lex_state = 1},
  [1259] = {.lex_state = 3, .external_lex_state = 2},
  [1260] = {.lex_state = 3, .external_lex_state = 2},
  [1261] = {.lex_state = 3, .external_lex_state = 2},
  [1262] = {.lex_state = 3, .external_lex_state = 2},
  [1263] = {.lex_state = 43, .external_lex_state = 1},
  [1264] = {.lex_state = 4, .external_lex_state = 2},
  [1265] = {.lex_state = 3, .external_lex_state = 2},
  [1266] = {.lex_state = 3, .external_lex_state = 2},
  [1267] = {.lex_state = 43, .external_lex_state = 1},
  [1268] = {.lex_state = 4, .external_lex_state = 2},
  [1269] = {.lex_state = 3, .external_lex_state = 2},
  [1270] = {.lex_state = 43, .external_lex_state = 1},
  [1271] = {.lex_state = 43, .external_lex_state = 1},
  [1272] = {.lex_state = 43, .external_lex_state = 1},
  [1273] = {.lex_state = 3, .external_lex_state = 2},
  [1274] = {.lex_state = 4, .external_lex_state = 2},
  [1275] = {.lex_state = 3, .external_lex_state = 2},
  [1276] = {.lex_state = 43, .external_lex_state = 1},
  [1277] = {.lex_state = 43, .external_lex_state = 1},
  [1278] = {.lex_state = 3, .external_lex_state = 2},
  [1279] = {.lex_state = 43, .external_lex_state = 1},
  [1280] = {.lex_state = 4, .external_lex_state = 2},
  [1281] = {.lex_state = 43, .external_lex_state = 2},
  [1282] = {.lex_state = 3, .external_lex_state = 2},
  [1283] = {.lex_state = 3, .external_lex_state = 2},
  [1284] = {.lex_state = 43, .external_lex_state = 1},
  [1285] = {.lex_state = 3, .external_lex_state = 2},
  [1286] = {.lex_state = 3, .external_lex_state = 2},
  [1287] = {.lex_state = 43, .external_lex_state = 1},
  [1288] = {.lex_state = 43, .external_lex_state = 1},
  [1289] = {.lex_state = 43, .external_lex_state = 1},
  [1290] = {.lex_state = 3, .external_lex_state = 2},
  [1291] = {.lex_state = 43, .external_lex_state = 1},
  [1292] = {.lex_state = 3, .external_lex_state = 2},
  [1293] = {.lex_state = 3, .external_lex_state = 2},
  [1294] = {.lex_state = 4, .external_lex_state = 2},
  [1295] = {.lex_state = 4, .external_lex_state = 2},
  [1296] = {.lex_state = 3, .external_lex_state = 2},
  [1297] = {.lex_state = 43, .external_lex_state = 2},
  [1298] = {.lex_state = 3, .external_lex_state = 2},
  [1299] = {.lex_state = 3, .external_lex_state = 2},
  [1300] = {.lex_state = 43, .external_lex_state = 1},
  [1301] = {.lex_state = 43, .external_lex_state = 2},
  [1302] = {.lex_state = 4, .external_lex_state = 2},
  [1303] = {.lex_state = 3, .external_lex_state = 2},
  [1304] = {.lex_state = 3, .external_lex_state = 2},
  [1305] = {.lex_state = 4, .external_lex_state = 2},
  [1306] = {.lex_state = 3, .external_lex_state = 2},
  [1307] = {.lex_state = 43, .external_lex_state = 2},
  [1308] = {.lex_state = 3, .external_lex_state = 2},
  [1309] = {.lex_state = 3, .external_lex_state = 2},
  [1310] = {.lex_state = 4, .external_lex_state = 2},
  [1311] = {.lex_state = 3, .external_lex_state = 2},
  [1312] = {.lex_state = 43, .external_lex_state = 4},
  [1313] = {.lex_state = 43, .external_lex_state = 2},
  [1314] = {.lex_state = 3, .external_lex_state = 2},
  [1315] = {.lex_state = 3, .external_lex_state = 2},
  [1316] = {.lex_state = 3, .external_lex_state = 2},
  [1317] = {.lex_state = 3, .external_lex_state = 2},
  [1318] = {.lex_state = 3, .external_lex_state = 2},
  [1319] = {.lex_state = 43, .external_lex_state = 4},
  [1320] = {.lex_state = 43, .external_lex_state = 2},
  [1321] = {.lex_state = 4, .external_lex_state = 2},
  [1322] = {.lex_state = 3, .external_lex_state = 2},
  [1323] = {.lex_state = 43, .external_lex_state = 1},
  [1324] = {.lex_state = 3, .external_lex_state = 2},
  [1325] = {.lex_state = 43, .external_lex_state = 2},
  [1326] = {.lex_state = 3, .external_lex_state = 2},
  [1327] = {.lex_state = 3, .external_lex_state = 2},
  [1328] = {.lex_state = 43, .external_lex_state = 4},
  [1329] = {.lex_state = 43, .external_lex_state = 4},
  [1330] = {.lex_state = 43, .external_lex_state = 2},
  [1331] = {.lex_state = 43, .external_lex_state = 2},
  [1332] = {.lex_state = 43, .external_lex_state = 2},
  [1333] = {.lex_state = 43, .external_lex_state = 4},
  [1334] = {.lex_state = 43, .external_lex_state = 2},
  [1335] = {.lex_state = 43, .external_lex_state = 2},
  [1336] = {.lex_state = 43, .external_lex_state = 4},
  [1337] = {.lex_state = 43, .external_lex_state = 4},
  [1338] = {.lex_state = 43, .external_lex_state = 2},
  [1339] = {.lex_state = 43, .external_lex_state = 4},
  [1340] = {.lex_state = 1, .external_lex_state = 4},
  [1341] = {.lex_state = 43, .external_lex_state = 2},
  [1342] = {.lex_state = 43, .external_lex_state = 2},
  [1343] = {.lex_state = 43, .external_lex_state = 2},
  [1344] = {.lex_state = 43, .external_lex_state = 4},
  [1345] = {.lex_state = 43, .external_lex_state = 4},
  [1346] = {.lex_state = 43, .external_lex_state = 2},
  [1347] = {.lex_state = 43, .external_lex_state = 2},
  [1348] = {.lex_state = 43, .external_lex_state = 2},
  [1349] = {.lex_state = 43, .external_lex_state = 2},
  [1350] = {.lex_state = 43, .external_lex_state = 4},
  [1351] = {.lex_state = 43, .external_lex_state = 4},
  [1352] = {.lex_state = 43, .external_lex_state = 4},
  [1353] = {.lex_state = 43, .external_lex_state = 2},
  [1354] = {.lex_state = 43, .external_lex_state = 4},
  [1355] = {.lex_state = 43, .external_lex_state = 4},
  [1356] = {.lex_state = 43, .external_lex_state = 4},
  [1357] = {.lex_state = 43, .external_lex_state = 4},
  [1358] = {.lex_state = 43, .external_lex_state = 4},
  [1359] = {.lex_state = 43, .external_lex_state = 4},
  [1360] = {.lex_state = 43, .external_lex_state = 2},
  [1361] = {.lex_state = 43, .external_lex_state = 2},
  [1362] = {.lex_state = 43, .external_lex_state = 4},
  [1363] = {.lex_state = 1, .external_lex_state = 4},
  [1364] = {.lex_state = 43, .external_lex_state = 2},
  [1365] = {.lex_state = 43, .external_lex_state = 4},
  [1366] = {.lex_state = 43, .external_lex_state = 4},
  [1367] = {.lex_state = 43, .external_lex_state = 4},
  [1368] = {.lex_state = 43, .external_lex_state = 2},
  [1369] = {.lex_state = 43, .external_lex_state = 4},
  [1370] = {.lex_state = 43, .external_lex_state = 4},
  [1371] = {.lex_state = 43, .external_lex_state = 2},
  [1372] = {.lex_state = 43, .external_lex_state = 4},
  [1373] = {.lex_state = 43, .external_lex_state = 2},
  [1374] = {.lex_state = 43, .external_lex_state = 4},
  [1375] = {.lex_state = 43, .external_lex_state = 4},
  [1376] = {.lex_state = 43, .external_lex_state = 2},
  [1377] = {.lex_state = 4, .external_lex_state = 3},
  [1378] = {.lex_state = 4, .external_lex_state = 3},
  [1379] = {.lex_state = 4, .external_lex_state = 3},
  [1380] = {.lex_state = 4, .external_lex_state = 3},
  [1381] = {.lex_state = 4, .external_lex_state = 3},
  [1382] = {.lex_state = 5, .external_lex_state = 2},
  [1383] = {.lex_state = 5, .external_lex_state = 2},
  [1384] = {.lex_state = 43, .external_lex_state = 4},
  [1385] = {.lex_state = 43, .external_lex_state = 4},
  [1386] = {.lex_state = 5, .external_lex_state = 2},
  [1387] = {.lex_state = 5, .external_lex_state = 2},
  [1388] = {.lex_state = 5, .external_lex_state = 2},
  [1389] = {.lex_state = 43, .external_lex_state = 4},
  [1390] = {.lex_state = 43, .external_lex_state = 2},
  [1391] = {.lex_state = 43, .external_lex_state = 4},
  [1392] = {.lex_state = 43, .external_lex_state = 4},
  [1393] = {.lex_state = 1, .external_lex_state = 4},
  [1394] = {.lex_state = 43, .external_lex_state = 4},
  [1395] = {.lex_state = 43, .external_lex_state = 2},
  [1396] = {.lex_state = 43, .external_lex_state = 4},
  [1397] = {.lex_state = 43, .external_lex_state = 2},
  [1398] = {.lex_state = 43, .external_lex_state = 2},
  [1399] = {.lex_state = 1, .external_lex_state = 4},
  [1400] = {.lex_state = 43, .external_lex_state = 4},
  [1401] = {.lex_state = 43, .external_lex_state = 4},
  [1402] = {.lex_state = 43, .external_lex_state = 2},
  [1403] = {.lex_state = 43, .external_lex_state = 4},
  [1404] = {.lex_state = 1, .external_lex_state = 4},
  [1405] = {.lex_state = 43, .external_lex_state = 4},
  [1406] = {.lex_state = 43, .external_lex_state = 4},
  [1407] = {.lex_state = 0, .external_lex_state = 4},
  [1408] = {.lex_state = 0, .external_lex_state = 4},
  [1409] = {.lex_state = 43, .external_lex_state = 4},
  [1410] = {.lex_state = 43, .external_lex_state = 4},
  [1411] = {.lex_state = 43, .external_lex_state = 4},
  [1412] = {.lex_state = 43, .external_lex_state = 4},
  [1413] = {.lex_state = 43, .external_lex_state = 4},
  [1414] = {.lex_state = 43, .external_lex_state = 4},
  [1415] = {.lex_state = 43, .external_lex_state = 2},
  [1416] = {.lex_state = 43, .external_lex_state = 4},
  [1417] = {.lex_state = 43, .external_lex_state = 2},
  [1418] = {.lex_state = 43, .external_lex_state = 4},
  [1419] = {.lex_state = 43, .external_lex_state = 4},
  [1420] = {.lex_state = 43, .external_lex_state = 4},
  [1421] = {.lex_state = 43, .external_lex_state = 4},
  [1422] = {.lex_state = 43, .external_lex_state = 4},
  [1423] = {.lex_state = 43, .external_lex_state = 2},
  [1424] = {.lex_state = 43, .external_lex_state = 4},
  [1425] = {.lex_state = 43, .external_lex_state = 2},
  [1426] = {.lex_state = 43, .external_lex_state = 4},
  [1427] = {.lex_state = 43, .external_lex_state = 2},
  [1428] = {.lex_state = 43, .external_lex_state = 2},
  [1429] = {.lex_state = 43, .external_lex_state = 2},
  [1430] = {.lex_state = 43, .external_lex_state = 4},
  [1431] = {.lex_state = 43, .external_lex_state = 2},
  [1432] = {.lex_state = 43, .external_lex_state = 4},
  [1433] = {.lex_state = 43, .external_lex_state = 4},
  [1434] = {.lex_state = 43, .external_lex_state = 4},
  [1435] = {.lex_state = 43, .external_lex_state = 2},
  [1436] = {.lex_state = 43, .external_lex_state = 4},
  [1437] = {.lex_state = 43, .external_lex_state = 4},
  [1438] = {.lex_state = 43, .external_lex_state = 4},
  [1439] = {.lex_state = 43, .external_lex_state = 4},
  [1440] = {.lex_state = 43, .external_lex_state = 2},
  [1441] = {.lex_state = 43, .external_lex_state = 4},
  [1442] = {.lex_state = 43, .external_lex_state = 2},
  [1443] = {.lex_state = 43, .external_lex_state = 3},
  [1444] = {.lex_state = 43, .external_lex_state = 4},
  [1445] = {.lex_state = 1, .external_lex_state = 4},
  [1446] = {.lex_state = 43, .external_lex_state = 2},
  [1447] = {.lex_state = 43, .external_lex_state = 4},
  [1448] = {.lex_state = 43, .external_lex_state = 2},
  [1449] = {.lex_state = 43, .external_lex_state = 2},
  [1450] = {.lex_state = 43, .external_lex_state = 2},
  [1451] = {.lex_state = 43, .external_lex_state = 2},
  [1452] = {.lex_state = 5, .external_lex_state = 4},
  [1453] = {.lex_state = 43, .external_lex_state = 2},
  [1454] = {.lex_state = 43, .external_lex_state = 2},
  [1455] = {.lex_state = 43, .external_lex_state = 2},
  [1456] = {.lex_state = 43, .external_lex_state = 2},
  [1457] = {.lex_state = 43, .external_lex_state = 2},
  [1458] = {.lex_state = 43, .external_lex_state = 2},
  [1459] = {.lex_state = 43, .external_lex_state = 4},
  [1460] = {.lex_state = 43, .external_lex_state = 2},
  [1461] = {.lex_state = 43, .external_lex_state = 4},
  [1462] = {.lex_state = 8, .external_lex_state = 2},
  [1463] = {.lex_state = 43, .external_lex_state = 4},
  [1464] = {.lex_state = 43, .external_lex_state = 2},
  [1465] = {.lex_state = 43, .external_lex_state = 2},
  [1466] = {.lex_state = 43, .external_lex_state = 2},
  [1467] = {.lex_state = 43, .external_lex_state = 4},
  [1468] = {.lex_state = 43, .external_lex_state = 2},
  [1469] = {.lex_state = 43, .external_lex_state = 2},
  [1470] = {.lex_state = 43, .external_lex_state = 2},
  [1471] = {.lex_state = 43, .external_lex_state = 2},
  [1472] = {.lex_state = 43, .external_lex_state = 2},
  [1473] = {.lex_state = 43, .external_lex_state = 4},
  [1474] = {.lex_state = 43, .external_lex_state = 4},
  [1475] = {.lex_state = 8, .external_lex_state = 2},
  [1476] = {.lex_state = 43, .external_lex_state = 2},
  [1477] = {.lex_state = 43, .external_lex_state = 2},
  [1478] = {.lex_state = 43, .external_lex_state = 2},
  [1479] = {.lex_state = 43, .external_lex_state = 2},
  [1480] = {.lex_state = 43, .external_lex_state = 2},
  [1481] = {.lex_state = 43, .external_lex_state = 2},
  [1482] = {.lex_state = 8, .external_lex_state = 2},
  [1483] = {.lex_state = 8, .external_lex_state = 2},
  [1484] = {.lex_state = 43, .external_lex_state = 2},
  [1485] = {.lex_state = 43, .external_lex_state = 2},
  [1486] = {.lex_state = 43, .external_lex_state = 2},
  [1487] = {.lex_state = 43, .external_lex_state = 2},
  [1488] = {.lex_state = 43, .external_lex_state = 2},
  [1489] = {.lex_state = 43, .external_lex_state = 4},
  [1490] = {.lex_state = 8, .external_lex_state = 2},
  [1491] = {.lex_state = 43, .external_lex_state = 2},
  [1492] = {.lex_state = 43, .external_lex_state = 2},
  [1493] = {.lex_state = 43, .external_lex_state = 2},
  [1494] = {.lex_state = 43, .external_lex_state = 2},
  [1495] = {.lex_state = 43, .external_lex_state = 2},
  [1496] = {.lex_state = 43, .external_lex_state = 2},
  [1497] = {.lex_state = 5, .external_lex_state = 4},
  [1498] = {.lex_state = 43, .external_lex_state = 2},
  [1499] = {.lex_state = 43, .external_lex_state = 2},
  [1500] = {.lex_state = 43, .external_lex_state = 2},
  [1501] = {.lex_state = 43, .external_lex_state = 2},
  [1502] = {.lex_state = 43, .external_lex_state = 4},
  [1503] = {.lex_state = 43, .external_lex_state = 4},
  [1504] = {.lex_state = 43, .external_lex_state = 4},
  [1505] = {.lex_state = 43, .external_lex_state = 2},
  [1506] = {.lex_state = 43, .external_lex_state = 4},
  [1507] = {.lex_state = 43, .external_lex_state = 2},
  [1508] = {.lex_state = 43, .external_lex_state = 2},
  [1509] = {.lex_state = 43, .external_lex_state = 4},
  [1510] = {.lex_state = 43, .external_lex_state = 2},
  [1511] = {.lex_state = 43, .external_lex_state = 4},
  [1512] = {.lex_state = 43, .external_lex_state = 2},
  [1513] = {.lex_state = 43, .external_lex_state = 2},
  [1514] = {.lex_state = 43, .external_lex_state = 2},
  [1515] = {.lex_state = 43, .external_lex_state = 2},
  [1516] = {.lex_state = 43, .external_lex_state = 2},
  [1517] = {.lex_state = 43, .external_lex_state = 2},
  [1518] = {.lex_state = 43, .external_lex_state = 4},
  [1519] = {.lex_state = 43, .external_lex_state = 2},
  [1520] = {.lex_state = 43, .external_lex_state = 2},
  [1521] = {.lex_state = 43, .external_lex_state = 2},
  [1522] = {.lex_state = 43, .external_lex_state = 2},
  [1523] = {.lex_state = 43, .external_lex_state = 2},
  [1524] = {.lex_state = 43, .external_lex_state = 2},
  [1525] = {.lex_state = 43, .external_lex_state = 2},
  [1526] = {.lex_state = 43, .external_lex_state = 2},
  [1527] = {.lex_state = 43, .external_lex_state = 2},
  [1528] = {.lex_state = 43, .external_lex_state = 2},
  [1529] = {.lex_state = 43, .external_lex_state = 2},
  [1530] = {.lex_state = 43, .external_lex_state = 2},
  [1531] = {.lex_state = 43, .external_lex_state = 2},
  [1532] = {.lex_state = 43, .external_lex_state = 2},
  [1533] = {.lex_state = 43, .external_lex_state = 2},
  [1534] = {.lex_state = 43, .external_lex_state = 2},
  [1535] = {.lex_state = 0, .external_lex_state = 4},
  [1536] = {.lex_state = 43, .external_lex_state = 2},
  [1537] = {.lex_state = 43, .external_lex_state = 2},
  [1538] = {.lex_state = 43, .external_lex_state = 2},
  [1539] = {.lex_state = 43, .external_lex_state = 2},
  [1540] = {.lex_state = 43, .external_lex_state = 4},
  [1541] = {.lex_state = 43, .external_lex_state = 2},
  [1542] = {.lex_state = 43, .external_lex_state = 2},
  [1543] = {.lex_state = 43, .external_lex_state = 2},
  [1544] = {.lex_state = 43, .external_lex_state = 4},
  [1545] = {.lex_state = 43, .external_lex_state = 2},
  [1546] = {.lex_state = 43, .external_lex_state = 2},
  [1547] = {.lex_state = 43, .external_lex_state = 2},
  [1548] = {.lex_state = 43, .external_lex_state = 2},
  [1549] = {.lex_state = 43, .external_lex_state = 2},
  [1550] = {.lex_state = 43, .external_lex_state = 2},
  [1551] = {.lex_state = 43, .external_lex_state = 4},
  [1552] = {.lex_state = 43, .external_lex_state = 2},
  [1553] = {.lex_state = 43, .external_lex_state = 2},
  [1554] = {.lex_state = 43, .external_lex_state = 2},
  [1555] = {.lex_state = 43, .external_lex_state = 2},
  [1556] = {.lex_state = 43, .external_lex_state = 2},
  [1557] = {.lex_state = 5, .external_lex_state = 4},
  [1558] = {.lex_state = 43, .external_lex_state = 2},
  [1559] = {.lex_state = 43, .external_lex_state = 2},
  [1560] = {.lex_state = 43, .external_lex_state = 2},
  [1561] = {.lex_state = 43, .external_lex_state = 2},
  [1562] = {.lex_state = 43, .external_lex_state = 2},
  [1563] = {.lex_state = 43, .external_lex_state = 2},
  [1564] = {.lex_state = 43, .external_lex_state = 2},
  [1565] = {.lex_state = 43, .external_lex_state = 4},
  [1566] = {.lex_state = 43, .external_lex_state = 2},
  [1567] = {.lex_state = 43, .external_lex_state = 4},
  [1568] = {.lex_state = 43, .external_lex_state = 2},
  [1569] = {.lex_state = 43, .external_lex_state = 2},
  [1570] = {.lex_state = 43, .external_lex_state = 2},
  [1571] = {.lex_state = 43, .external_lex_state = 2},
  [1572] = {.lex_state = 43, .external_lex_state = 2},
  [1573] = {.lex_state = 43, .external_lex_state = 2},
  [1574] = {.lex_state = 43, .external_lex_state = 4},
  [1575] = {.lex_state = 43, .external_lex_state = 2},
  [1576] = {.lex_state = 43, .external_lex_state = 4},
  [1577] = {.lex_state = 43, .external_lex_state = 2},
  [1578] = {.lex_state = 43, .external_lex_state = 2},
  [1579] = {.lex_state = 0, .external_lex_state = 4},
  [1580] = {.lex_state = 43, .external_lex_state = 2},
  [1581] = {.lex_state = 43, .external_lex_state = 4},
  [1582] = {.lex_state = 43, .external_lex_state = 2},
  [1583] = {.lex_state = 43, .external_lex_state = 2},
  [1584] = {.lex_state = 43, .external_lex_state = 2},
  [1585] = {.lex_state = 43, .external_lex_state = 4},
  [1586] = {.lex_state = 43, .external_lex_state = 2},
  [1587] = {.lex_state = 43, .external_lex_state = 2},
  [1588] = {.lex_state = 43, .external_lex_state = 2},
  [1589] = {.lex_state = 43, .external_lex_state = 4},
  [1590] = {.lex_state = 43, .external_lex_state = 2},
  [1591] = {.lex_state = 43, .external_lex_state = 2},
  [1592] = {.lex_state = 43, .external_lex_state = 2},
  [1593] = {.lex_state = 43, .external_lex_state = 2},
  [1594] = {.lex_state = 43, .external_lex_state = 2},
  [1595] = {.lex_state = 43, .external_lex_state = 2},
  [1596] = {.lex_state = 43, .external_lex_state = 4},
  [1597] = {.lex_state = 43, .external_lex_state = 2},
  [1598] = {.lex_state = 43, .external_lex_state = 4},
  [1599] = {.lex_state = 43, .external_lex_state = 2},
  [1600] = {.lex_state = 43, .external_lex_state = 4},
  [1601] = {.lex_state = 5, .external_lex_state = 4},
  [1602] = {.lex_state = 43, .external_lex_state = 2},
  [1603] = {.lex_state = 43, .external_lex_state = 2},
  [1604] = {.lex_state = 43, .external_lex_state = 2},
  [1605] = {.lex_state = 43, .external_lex_state = 2},
  [1606] = {.lex_state = 43, .external_lex_state = 2},
  [1607] = {.lex_state = 43, .external_lex_state = 2},
  [1608] = {.lex_state = 43, .external_lex_state = 2},
  [1609] = {.lex_state = 43, .external_lex_state = 2},
  [1610] = {.lex_state = 43, .external_lex_state = 4},
  [1611] = {.lex_state = 43, .external_lex_state = 2},
  [1612] = {.lex_state = 43, .external_lex_state = 2},
  [1613] = {.lex_state = 43, .external_lex_state = 2},
  [1614] = {.lex_state = 43, .external_lex_state = 4},
  [1615] = {.lex_state = 0, .external_lex_state = 4},
  [1616] = {.lex_state = 43, .external_lex_state = 2},
  [1617] = {.lex_state = 43, .external_lex_state = 4},
  [1618] = {.lex_state = 43, .external_lex_state = 2},
  [1619] = {.lex_state = 43, .external_lex_state = 2},
  [1620] = {.lex_state = 43, .external_lex_state = 4},
  [1621] = {.lex_state = 43, .external_lex_state = 2},
  [1622] = {.lex_state = 43, .external_lex_state = 2},
  [1623] = {.lex_state = 43, .external_lex_state = 2},
  [1624] = {.lex_state = 43, .external_lex_state = 2},
  [1625] = {.lex_state = 43, .external_lex_state = 2},
  [1626] = {.lex_state = 43, .external_lex_state = 2},
  [1627] = {.lex_state = 43, .external_lex_state = 4},
  [1628] = {.lex_state = 43, .external_lex_state = 2},
  [1629] = {.lex_state = 43, .external_lex_state = 2},
  [1630] = {.lex_state = 5, .external_lex_state = 4},
  [1631] = {.lex_state = 43, .external_lex_state = 2},
  [1632] = {.lex_state = 43, .external_lex_state = 2},
  [1633] = {.lex_state = 43, .external_lex_state = 4},
  [1634] = {.lex_state = 43, .external_lex_state = 2},
  [1635] = {.lex_state = 43, .external_lex_state = 4},
  [1636] = {.lex_state = 43, .external_lex_state = 4},
  [1637] = {.lex_state = 43, .external_lex_state = 2},
  [1638] = {.lex_state = 43, .external_lex_state = 2},
  [1639] = {.lex_state = 43, .external_lex_state = 2},
  [1640] = {.lex_state = 43, .external_lex_state = 2},
  [1641] = {.lex_state = 43, .external_lex_state = 2},
  [1642] = {.lex_state = 43, .external_lex_state = 2},
  [1643] = {.lex_state = 43, .external_lex_state = 2},
  [1644] = {.lex_state = 43, .external_lex_state = 4},
  [1645] = {.lex_state = 43, .external_lex_state = 2},
  [1646] = {.lex_state = 43, .external_lex_state = 2},
  [1647] = {.lex_state = 43, .external_lex_state = 2},
  [1648] = {.lex_state = 43, .external_lex_state = 2},
  [1649] = {.lex_state = 43, .external_lex_state = 4},
  [1650] = {.lex_state = 43, .external_lex_state = 2},
  [1651] = {.lex_state = 43, .external_lex_state = 2},
  [1652] = {.lex_state = 0, .external_lex_state = 4},
  [1653] = {.lex_state = 43, .external_lex_state = 4},
  [1654] = {.lex_state = 5, .external_lex_state = 2},
  [1655] = {.lex_state = 43, .external_lex_state = 2},
  [1656] = {.lex_state = 43, .external_lex_state = 4},
  [1657] = {.lex_state = 5, .external_lex_state = 2},
  [1658] = {.lex_state = 43, .external_lex_state = 4},
  [1659] = {.lex_state = 5, .external_lex_state = 2},
  [1660] = {.lex_state = 5, .external_lex_state = 2},
  [1661] = {.lex_state = 5, .external_lex_state = 2},
  [1662] = {.lex_state = 4, .external_lex_state = 2},
  [1663] = {.lex_state = 43, .external_lex_state = 2},
  [1664] = {.lex_state = 43, .external_lex_state = 2},
  [1665] = {.lex_state = 43, .external_lex_state = 2},
  [1666] = {.lex_state = 43, .external_lex_state = 2},
  [1667] = {.lex_state = 43, .external_lex_state = 2},
  [1668] = {.lex_state = 43, .external_lex_state = 2},
  [1669] = {.lex_state = 43, .external_lex_state = 2},
  [1670] = {.lex_state = 43, .external_lex_state = 2},
  [1671] = {.lex_state = 43, .external_lex_state = 2},
  [1672] = {.lex_state = 43, .external_lex_state = 2},
  [1673] = {.lex_state = 43, .external_lex_state = 2},
  [1674] = {.lex_state = 43, .external_lex_state = 2},
  [1675] = {.lex_state = 43, .external_lex_state = 2},
  [1676] = {.lex_state = 43, .external_lex_state = 2},
  [1677] = {.lex_state = 43, .external_lex_state = 2},
  [1678] = {.lex_state = 43, .external_lex_state = 2},
  [1679] = {.lex_state = 43, .external_lex_state = 2},
  [1680] = {.lex_state = 43, .external_lex_state = 2},
  [1681] = {.lex_state = 43, .external_lex_state = 2},
  [1682] = {.lex_state = 43, .external_lex_state = 2},
  [1683] = {.lex_state = 43, .external_lex_state = 2},
  [1684] = {.lex_state = 43, .external_lex_state = 2},
  [1685] = {.lex_state = 43, .external_lex_state = 2},
  [1686] = {.lex_state = 43, .external_lex_state = 2},
  [1687] = {.lex_state = 43, .external_lex_state = 2},
  [1688] = {.lex_state = 43, .external_lex_state = 2},
  [1689] = {.lex_state = 5, .external_lex_state = 2},
  [1690] = {.lex_state = 43, .external_lex_state = 2},
  [1691] = {.lex_state = 43, .external_lex_state = 2},
  [1692] = {.lex_state = 43, .external_lex_state = 2},
  [1693] = {.lex_state = 43, .external_lex_state = 2},
  [1694] = {.lex_state = 43, .external_lex_state = 2},
  [1695] = {.lex_state = 43, .external_lex_state = 2},
  [1696] = {.lex_state = 43, .external_lex_state = 2},
  [1697] = {.lex_state = 43, .external_lex_state = 2},
  [1698] = {.lex_state = 43, .external_lex_state = 2},
  [1699] = {.lex_state = 43, .external_lex_state = 2},
  [1700] = {.lex_state = 43, .external_lex_state = 2},
  [1701] = {.lex_state = 43, .external_lex_state = 2},
  [1702] = {.lex_state = 43, .external_lex_state = 2},
  [1703] = {.lex_state = 43, .external_lex_state = 2},
  [1704] = {.lex_state = 43, .external_lex_state = 2},
  [1705] = {.lex_state = 43, .external_lex_state = 2},
  [1706] = {.lex_state = 43, .external_lex_state = 2},
  [1707] = {.lex_state = 43, .external_lex_state = 2},
  [1708] = {.lex_state = 43, .external_lex_state = 2},
  [1709] = {.lex_state = 43, .external_lex_state = 2},
  [1710] = {.lex_state = 43, .external_lex_state = 2},
  [1711] = {.lex_state = 43, .external_lex_state = 2},
  [1712] = {.lex_state = 43, .external_lex_state = 2},
  [1713] = {.lex_state = 43, .external_lex_state = 2},
  [1714] = {.lex_state = 43, .external_lex_state = 2},
  [1715] = {.lex_state = 43, .external_lex_state = 2},
  [1716] = {.lex_state = 43, .external_lex_state = 2},
  [1717] = {.lex_state = 43, .external_lex_state = 2},
  [1718] = {.lex_state = 43, .external_lex_state = 2},
  [1719] = {.lex_state = 43, .external_lex_state = 2},
  [1720] = {.lex_state = 43, .external_lex_state = 2},
  [1721] = {.lex_state = 43, .external_lex_state = 2},
  [1722] = {.lex_state = 43, .external_lex_state = 2},
  [1723] = {.lex_state = 43, .external_lex_state = 2},
  [1724] = {.lex_state = 43, .external_lex_state = 2},
  [1725] = {.lex_state = 43, .external_lex_state = 2},
  [1726] = {.lex_state = 43, .external_lex_state = 2},
  [1727] = {.lex_state = 43, .external_lex_state = 2},
  [1728] = {.lex_state = 43, .external_lex_state = 2},
  [1729] = {.lex_state = 43, .external_lex_state = 2},
  [1730] = {.lex_state = 43, .external_lex_state = 2},
  [1731] = {.lex_state = 43, .external_lex_state = 2},
  [1732] = {.lex_state = 43, .external_lex_state = 2},
  [1733] = {.lex_state = 43, .external_lex_state = 2},
  [1734] = {.lex_state = 43, .external_lex_state = 2},
  [1735] = {.lex_state = 43, .external_lex_state = 2},
  [1736] = {.lex_state = 43, .external_lex_state = 2},
  [1737] = {.lex_state = 43, .external_lex_state = 2},
  [1738] = {.lex_state = 43, .external_lex_state = 2},
  [1739] = {.lex_state = 43, .external_lex_state = 2},
  [1740] = {.lex_state = 43, .external_lex_state = 2},
  [1741] = {.lex_state = 43, .external_lex_state = 2},
  [1742] = {.lex_state = 43, .external_lex_state = 2},
  [1743] = {.lex_state = 43, .external_lex_state = 2},
  [1744] = {.lex_state = 43, .external_lex_state = 2},
  [1745] = {.lex_state = 43, .external_lex_state = 2},
  [1746] = {.lex_state = 43, .external_lex_state = 2},
  [1747] = {.lex_state = 43, .external_lex_state = 2},
  [1748] = {.lex_state = 43, .external_lex_state = 2},
  [1749] = {.lex_state = 43, .external_lex_state = 2},
  [1750] = {.lex_state = 43, .external_lex_state = 2},
  [1751] = {.lex_state = 43, .external_lex_state = 2},
  [1752] = {.lex_state = 43, .external_lex_state = 2},
  [1753] = {.lex_state = 43, .external_lex_state = 2},
  [1754] = {.lex_state = 43, .external_lex_state = 2},
  [1755] = {.lex_state = 43, .external_lex_state = 2},
  [1756] = {.lex_state = 43, .external_lex_state = 2},
  [1757] = {.lex_state = 43, .external_lex_state = 2},
  [1758] = {.lex_state = 43, .external_lex_state = 2},
  [1759] = {.lex_state = 43, .external_lex_state = 2},
  [1760] = {.lex_state = 43, .external_lex_state = 2},
  [1761] = {.lex_state = 43, .external_lex_state = 2},
  [1762] = {.lex_state = 43, .external_lex_state = 2},
  [1763] = {.lex_state = 43, .external_lex_state = 2},
  [1764] = {.lex_state = 43, .external_lex_state = 2},
  [1765] = {.lex_state = 43, .external_lex_state = 2},
  [1766] = {.lex_state = 43, .external_lex_state = 2},
  [1767] = {.lex_state = 43, .external_lex_state = 2},
  [1768] = {.lex_state = 43, .external_lex_state = 2},
  [1769] = {.lex_state = 43, .external_lex_state = 2},
  [1770] = {.lex_state = 43, .external_lex_state = 2},
  [1771] = {.lex_state = 43, .external_lex_state = 2},
  [1772] = {.lex_state = 43, .external_lex_state = 2},
  [1773] = {.lex_state = 43, .external_lex_state = 2},
  [1774] = {.lex_state = 43, .external_lex_state = 2},
  [1775] = {.lex_state = 43, .external_lex_state = 2},
  [1776] = {.lex_state = 43, .external_lex_state = 2},
  [1777] = {.lex_state = 43, .external_lex_state = 2},
  [1778] = {.lex_state = 43, .external_lex_state = 2},
  [1779] = {.lex_state = 43, .external_lex_state = 2},
  [1780] = {.lex_state = 43, .external_lex_state = 2},
  [1781] = {.lex_state = 43, .external_lex_state = 2},
  [1782] = {.lex_state = 43, .external_lex_state = 2},
  [1783] = {.lex_state = 43, .external_lex_state = 2},
  [1784] = {.lex_state = 43, .external_lex_state = 2},
  [1785] = {.lex_state = 43, .external_lex_state = 2},
  [1786] = {.lex_state = 43, .external_lex_state = 2},
  [1787] = {.lex_state = 43, .external_lex_state = 2},
  [1788] = {.lex_state = 43, .external_lex_state = 2},
  [1789] = {.lex_state = 43, .external_lex_state = 2},
  [1790] = {.lex_state = 43, .external_lex_state = 2},
  [1791] = {.lex_state = 43, .external_lex_state = 2},
  [1792] = {.lex_state = 43, .external_lex_state = 2},
  [1793] = {.lex_state = 43, .external_lex_state = 2},
  [1794] = {.lex_state = 43, .external_lex_state = 2},
  [1795] = {.lex_state = 43, .external_lex_state = 2},
  [1796] = {.lex_state = 43, .external_lex_state = 2},
  [1797] = {.lex_state = 43, .external_lex_state = 2},
  [1798] = {.lex_state = 43, .external_lex_state = 2},
  [1799] = {.lex_state = 43, .external_lex_state = 2},
  [1800] = {.lex_state = 43, .external_lex_state = 2},
  [1801] = {.lex_state = 43, .external_lex_state = 2},
  [1802] = {.lex_state = 43, .external_lex_state = 2},
  [1803] = {.lex_state = 43, .external_lex_state = 2},
  [1804] = {.lex_state = 43, .external_lex_state = 2},
  [1805] = {.lex_state = 43, .external_lex_state = 2},
  [1806] = {.lex_state = 43, .external_lex_state = 2},
  [1807] = {.lex_state = 43, .external_lex_state = 2},
  [1808] = {.lex_state = 43, .external_lex_state = 2},
  [1809] = {.lex_state = 43, .external_lex_state = 2},
  [1810] = {.lex_state = 43, .external_lex_state = 2},
  [1811] = {.lex_state = 43, .external_lex_state = 2},
  [1812] = {.lex_state = 43, .external_lex_state = 2},
  [1813] = {.lex_state = 43, .external_lex_state = 3},
  [1814] = {.lex_state = 43, .external_lex_state = 2},
  [1815] = {.lex_state = 43, .external_lex_state = 2},
  [1816] = {.lex_state = 43, .external_lex_state = 2},
  [1817] = {.lex_state = 43, .external_lex_state = 2},
  [1818] = {.lex_state = 43, .external_lex_state = 2},
  [1819] = {.lex_state = 43, .external_lex_state = 2},
  [1820] = {.lex_state = 43, .external_lex_state = 2},
  [1821] = {.lex_state = 43, .external_lex_state = 2},
  [1822] = {.lex_state = 43, .external_lex_state = 2},
  [1823] = {.lex_state = 43, .external_lex_state = 2},
  [1824] = {.lex_state = 43, .external_lex_state = 2},
  [1825] = {.lex_state = 43, .external_lex_state = 2},
  [1826] = {.lex_state = 43, .external_lex_state = 2},
  [1827] = {.lex_state = 43, .external_lex_state = 2},
  [1828] = {.lex_state = 43, .external_lex_state = 2},
  [1829] = {.lex_state = 43, .external_lex_state = 2},
  [1830] = {.lex_state = 43, .external_lex_state = 2},
  [1831] = {.lex_state = 4, .external_lex_state = 3},
  [1832] = {.lex_state = 43, .external_lex_state = 3},
  [1833] = {.lex_state = 43, .external_lex_state = 3},
  [1834] = {.lex_state = 43, .external_lex_state = 3},
  [1835] = {.lex_state = 43, .external_lex_state = 3},
  [1836] = {.lex_state = 43, .external_lex_state = 3},
  [1837] = {.lex_state = 4, .external_lex_state = 2},
  [1838] = {.lex_state = 4, .external_lex_state = 3},
  [1839] = {.lex_state = 4, .external_lex_state = 2},
  [1840] = {.lex_state = 4, .external_lex_state = 2},
  [1841] = {.lex_state = 4, .external_lex_state = 2},
  [1842] = {.lex_state = 4, .external_lex_state = 3},
  [1843] = {.lex_state = 4, .external_lex_state = 3},
  [1844] = {.lex_state = 4, .external_lex_state = 3},
  [1845] = {.lex_state = 4, .external_lex_state = 2},
  [1846] = {.lex_state = 43, .external_lex_state = 2},
  [1847] = {.lex_state = 43, .external_lex_state = 2},
  [1848] = {.lex_state = 4, .external_lex_state = 3},
  [1849] = {.lex_state = 4, .external_lex_state = 2},
  [1850] = {.lex_state = 43, .external_lex_state = 2},
  [1851] = {.lex_state = 43, .external_lex_state = 2},
  [1852] = {.lex_state = 43, .external_lex_state = 2},
  [1853] = {.lex_state = 43, .external_lex_state = 2},
  [1854] = {.lex_state = 4, .external_lex_state = 3},
  [1855] = {.lex_state = 4, .external_lex_state = 4},
  [1856] = {.lex_state = 7, .external_lex_state = 2},
  [1857] = {.lex_state = 5, .external_lex_state = 2},
  [1858] = {.lex_state = 43, .external_lex_state = 2},
  [1859] = {.lex_state = 3, .external_lex_state = 2},
  [1860] = {.lex_state = 4, .external_lex_state = 2},
  [1861] = {.lex_state = 3, .external_lex_state = 2},
  [1862] = {.lex_state = 4, .external_lex_state = 4},
  [1863] = {.lex_state = 4, .external_lex_state = 4},
  [1864] = {.lex_state = 4, .external_lex_state = 4},
  [1865] = {.lex_state = 4, .external_lex_state = 4},
  [1866] = {.lex_state = 3, .external_lex_state = 2},
  [1867] = {.lex_state = 4, .external_lex_state = 4},
  [1868] = {.lex_state = 5, .external_lex_state = 2},
  [1869] = {.lex_state = 5, .external_lex_state = 3},
  [1870] = {.lex_state = 4, .external_lex_state = 2},
  [1871] = {.lex_state = 4, .external_lex_state = 2},
  [1872] = {.lex_state = 3, .external_lex_state = 2},
  [1873] = {.lex_state = 5, .external_lex_state = 3},
  [1874] = {.lex_state = 3, .external_lex_state = 2},
  [1875] = {.lex_state = 5, .external_lex_state = 4},
  [1876] = {.lex_state = 8, .external_lex_state = 2},
  [1877] = {.lex_state = 8, .external_lex_state = 2},
  [1878] = {.lex_state = 5, .external_lex_state = 4},
  [1879] = {.lex_state = 3, .external_lex_state = 2},
  [1880] = {.lex_state = 3, .external_lex_state = 2},
  [1881] = {.lex_state = 3, .external_lex_state = 2},
  [1882] = {.lex_state = 3, .external_lex_state = 2},
  [1883] = {.lex_state = 3, .external_lex_state = 2},
  [1884] = {.lex_state = 3, .external_lex_state = 2},
  [1885] = {.lex_state = 3, .external_lex_state = 2},
  [1886] = {.lex_state = 3, .external_lex_state = 2},
  [1887] = {.lex_state = 3, .external_lex_state = 2},
  [1888] = {.lex_state = 3, .external_lex_state = 2},
  [1889] = {.lex_state = 3, .external_lex_state = 2},
  [1890] = {.lex_state = 3, .external_lex_state = 2},
  [1891] = {.lex_state = 3, .external_lex_state = 2},
  [1892] = {.lex_state = 12, .external_lex_state = 2},
  [1893] = {.lex_state = 12, .external_lex_state = 3},
  [1894] = {.lex_state = 10, .external_lex_state = 2},
  [1895] = {.lex_state = 10, .external_lex_state = 2},
  [1896] = {.lex_state = 12, .external_lex_state = 2},
  [1897] = {.lex_state = 4, .external_lex_state = 2},
  [1898] = {.lex_state = 10, .external_lex_state = 2},
  [1899] = {.lex_state = 12, .external_lex_state = 3},
  [1900] = {.lex_state = 10, .external_lex_state = 2},
  [1901] = {.lex_state = 4, .external_lex_state = 2},
  [1902] = {.lex_state = 9, .external_lex_state = 2},
  [1903] = {.lex_state = 12, .external_lex_state = 2},
  [1904] = {.lex_state = 11, .external_lex_state = 2},
  [1905] = {.lex_state = 4, .external_lex_state = 2},
  [1906] = {.lex_state = 11, .external_lex_state = 2},
  [1907] = {.lex_state = 10, .external_lex_state = 2},
  [1908] = {.lex_state = 12, .external_lex_state = 2},
  [1909] = {.lex_state = 12, .external_lex_state = 2},
  [1910] = {.lex_state = 12, .external_lex_state = 3},
  [1911] = {.lex_state = 10, .external_lex_state = 2},
  [1912] = {.lex_state = 10, .external_lex_state = 2},
  [1913] = {.lex_state = 10, .external_lex_state = 2},
  [1914] = {.lex_state = 10, .external_lex_state = 2},
  [1915] = {.lex_state = 12, .external_lex_state = 2},
  [1916] = {.lex_state = 10, .external_lex_state = 2},
  [1917] = {.lex_state = 12, .external_lex_state = 2},
  [1918] = {.lex_state = 10, .external_lex_state = 2},
  [1919] = {.lex_state = 12, .external_lex_state = 2},
  [1920] = {.lex_state = 4, .external_lex_state = 2},
  [1921] = {.lex_state = 4, .external_lex_state = 2},
  [1922] = {.lex_state = 3, .external_lex_state = 3},
  [1923] = {.lex_state = 4, .external_lex_state = 3},
  [1924] = {.lex_state = 4, .external_lex_state = 4},
  [1925] = {.lex_state = 4, .external_lex_state = 4},
  [1926] = {.lex_state = 0, .external_lex_state = 2},
  [1927] = {.lex_state = 12, .external_lex_state = 2},
  [1928] = {.lex_state = 5, .external_lex_state = 2},
  [1929] = {.lex_state = 12, .external_lex_state = 2},
  [1930] = {.lex_state = 3, .external_lex_state = 2},
  [1931] = {.lex_state = 5, .external_lex_state = 2},
  [1932] = {.lex_state = 3, .external_lex_state = 2},
  [1933] = {.lex_state = 12, .external_lex_state = 2},
  [1934] = {.lex_state = 5, .external_lex_state = 3},
  [1935] = {.lex_state = 12, .external_lex_state = 2},
  [1936] = {.lex_state = 5, .external_lex_state = 2},
  [1937] = {.lex_state = 3, .external_lex_state = 3},
  [1938] = {.lex_state = 4, .external_lex_state = 2},
  [1939] = {.lex_state = 3, .external_lex_state = 2},
  [1940] = {.lex_state = 4, .external_lex_state = 2},
  [1941] = {.lex_state = 12, .external_lex_state = 2},
  [1942] = {.lex_state = 5, .external_lex_state = 2},
  [1943] = {.lex_state = 12, .external_lex_state = 2},
  [1944] = {.lex_state = 12, .external_lex_state = 2},
  [1945] = {.lex_state = 5, .external_lex_state = 2},
  [1946] = {.lex_state = 12, .external_lex_state = 2},
  [1947] = {.lex_state = 12, .external_lex_state = 2},
  [1948] = {.lex_state = 20, .external_lex_state = 3},
  [1949] = {.lex_state = 5, .external_lex_state = 2},
  [1950] = {.lex_state = 12, .external_lex_state = 2},
  [1951] = {.lex_state = 12, .external_lex_state = 2},
  [1952] = {.lex_state = 12, .external_lex_state = 2},
  [1953] = {.lex_state = 12, .external_lex_state = 2},
  [1954] = {.lex_state = 12, .external_lex_state = 2},
  [1955] = {.lex_state = 4, .external_lex_state = 2},
  [1956] = {.lex_state = 12, .external_lex_state = 2},
  [1957] = {.lex_state = 4, .external_lex_state = 2},
  [1958] = {.lex_state = 21, .external_lex_state = 2},
  [1959] = {.lex_state = 4, .external_lex_state = 2},
  [1960] = {.lex_state = 3, .external_lex_state = 2},
  [1961] = {.lex_state = 0, .external_lex_state = 2},
  [1962] = {.lex_state = 12, .external_lex_state = 2},
  [1963] = {.lex_state = 3, .external_lex_state = 3},
  [1964] = {.lex_state = 12, .external_lex_state = 2},
  [1965] = {.lex_state = 4, .external_lex_state = 2},
  [1966] = {.lex_state = 12, .external_lex_state = 2},
  [1967] = {.lex_state = 12, .external_lex_state = 2},
  [1968] = {.lex_state = 12, .external_lex_state = 2},
  [1969] = {.lex_state = 5, .external_lex_state = 2},
  [1970] = {.lex_state = 12, .external_lex_state = 2},
  [1971] = {.lex_state = 12, .external_lex_state = 2},
  [1972] = {.lex_state = 3, .external_lex_state = 3},
  [1973] = {.lex_state = 3, .external_lex_state = 3},
  [1974] = {.lex_state = 3, .external_lex_state = 3},
  [1975] = {.lex_state = 12, .external_lex_state = 2},
  [1976] = {.lex_state = 12, .external_lex_state = 2},
  [1977] = {.lex_state = 12, .external_lex_state = 2},
  [1978] = {.lex_state = 12, .external_lex_state = 2},
  [1979] = {.lex_state = 3, .external_lex_state = 3},
  [1980] = {.lex_state = 0, .external_lex_state = 2},
  [1981] = {.lex_state = 3, .external_lex_state = 3},
  [1982] = {.lex_state = 12, .external_lex_state = 2},
  [1983] = {.lex_state = 12, .external_lex_state = 2},
  [1984] = {.lex_state = 21, .external_lex_state = 2},
  [1985] = {.lex_state = 3, .external_lex_state = 3},
  [1986] = {.lex_state = 5, .external_lex_state = 2},
  [1987] = {.lex_state = 21, .external_lex_state = 2},
  [1988] = {.lex_state = 21, .external_lex_state = 2},
  [1989] = {.lex_state = 4, .external_lex_state = 4},
  [1990] = {.lex_state = 3, .external_lex_state = 3},
  [1991] = {.lex_state = 3, .external_lex_state = 3},
  [1992] = {.lex_state = 3, .external_lex_state = 2},
  [1993] = {.lex_state = 21, .external_lex_state = 2},
  [1994] = {.lex_state = 12, .external_lex_state = 2},
  [1995] = {.lex_state = 12, .external_lex_state = 2},
  [1996] = {.lex_state = 12, .external_lex_state = 2},
  [1997] = {.lex_state = 21, .external_lex_state = 2},
  [1998] = {.lex_state = 0, .external_lex_state = 2},
  [1999] = {.lex_state = 12, .external_lex_state = 2},
  [2000] = {.lex_state = 3, .external_lex_state = 3},
  [2001] = {.lex_state = 21, .external_lex_state = 2},
  [2002] = {.lex_state = 3, .external_lex_state = 3},
  [2003] = {.lex_state = 21, .external_lex_state = 2},
  [2004] = {.lex_state = 12, .external_lex_state = 2},
  [2005] = {.lex_state = 5, .external_lex_state = 2},
  [2006] = {.lex_state = 10, .external_lex_state = 2},
  [2007] = {.lex_state = 0, .external_lex_state = 2},
  [2008] = {.lex_state = 0, .external_lex_state = 3},
  [2009] = {.lex_state = 10, .external_lex_state = 2},
  [2010] = {.lex_state = 0, .external_lex_state = 3},
  [2011] = {.lex_state = 5, .external_lex_state = 4},
  [2012] = {.lex_state = 5, .external_lex_state = 4},
  [2013] = {.lex_state = 0, .external_lex_state = 3},
  [2014] = {.lex_state = 3, .external_lex_state = 2},
  [2015] = {.lex_state = 10, .external_lex_state = 2},
  [2016] = {.lex_state = 10, .external_lex_state = 2},
  [2017] = {.lex_state = 21, .external_lex_state = 4},
  [2018] = {.lex_state = 5, .external_lex_state = 3},
  [2019] = {.lex_state = 0, .external_lex_state = 3},
  [2020] = {.lex_state = 3, .external_lex_state = 2},
  [2021] = {.lex_state = 3, .external_lex_state = 2},
  [2022] = {.lex_state = 10, .external_lex_state = 2},
  [2023] = {.lex_state = 5, .external_lex_state = 2},
  [2024] = {.lex_state = 5, .external_lex_state = 3},
  [2025] = {.lex_state = 0, .external_lex_state = 3},
  [2026] = {.lex_state = 5, .external_lex_state = 2},
  [2027] = {.lex_state = 5, .external_lex_state = 2},
  [2028] = {.lex_state = 5, .external_lex_state = 2},
  [2029] = {.lex_state = 3, .external_lex_state = 2},
  [2030] = {.lex_state = 3, .external_lex_state = 2},
  [2031] = {.lex_state = 5, .external_lex_state = 2},
  [2032] = {.lex_state = 3, .external_lex_state = 2},
  [2033] = {.lex_state = 20, .external_lex_state = 3},
  [2034] = {.lex_state = 5, .external_lex_state = 2},
  [2035] = {.lex_state = 0, .external_lex_state = 4},
  [2036] = {.lex_state = 3, .external_lex_state = 2},
  [2037] = {.lex_state = 5, .external_lex_state = 2},
  [2038] = {.lex_state = 3, .external_lex_state = 2},
  [2039] = {.lex_state = 0, .external_lex_state = 2},
  [2040] = {.lex_state = 10, .external_lex_state = 2},
  [2041] = {.lex_state = 5, .external_lex_state = 2},
  [2042] = {.lex_state = 0, .external_lex_state = 3},
  [2043] = {.lex_state = 0, .external_lex_state = 3},
  [2044] = {.lex_state = 3, .external_lex_state = 2},
  [2045] = {.lex_state = 3, .external_lex_state = 2},
  [2046] = {.lex_state = 5, .external_lex_state = 2},
  [2047] = {.lex_state = 0, .external_lex_state = 2},
  [2048] = {.lex_state = 3, .external_lex_state = 2},
  [2049] = {.lex_state = 3, .external_lex_state = 2},
  [2050] = {.lex_state = 5, .external_lex_state = 2},
  [2051] = {.lex_state = 3, .external_lex_state = 2},
  [2052] = {.lex_state = 3, .external_lex_state = 2},
  [2053] = {.lex_state = 3, .external_lex_state = 3},
  [2054] = {.lex_state = 21, .external_lex_state = 4},
  [2055] = {.lex_state = 3, .external_lex_state = 2},
  [2056] = {.lex_state = 0, .external_lex_state = 3},
  [2057] = {.lex_state = 3, .external_lex_state = 2},
  [2058] = {.lex_state = 5, .external_lex_state = 4},
  [2059] = {.lex_state = 3, .external_lex_state = 2},
  [2060] = {.lex_state = 3, .external_lex_state = 2},
  [2061] = {.lex_state = 12, .external_lex_state = 2},
  [2062] = {.lex_state = 43, .external_lex_state = 4},
  [2063] = {.lex_state = 43, .external_lex_state = 4},
  [2064] = {.lex_state = 12, .external_lex_state = 2},
  [2065] = {.lex_state = 0, .external_lex_state = 4},
  [2066] = {.lex_state = 3, .external_lex_state = 2},
  [2067] = {.lex_state = 0, .external_lex_state = 2},
  [2068] = {.lex_state = 3, .external_lex_state = 2},
  [2069] = {.lex_state = 3, .external_lex_state = 2},
  [2070] = {.lex_state = 3, .external_lex_state = 2},
  [2071] = {.lex_state = 6, .external_lex_state = 2},
  [2072] = {.lex_state = 5, .external_lex_state = 2},
  [2073] = {.lex_state = 5, .external_lex_state = 2},
  [2074] = {.lex_state = 5, .external_lex_state = 2},
  [2075] = {.lex_state = 3, .external_lex_state = 2},
  [2076] = {.lex_state = 3, .external_lex_state = 2},
  [2077] = {.lex_state = 3, .external_lex_state = 2},
  [2078] = {.lex_state = 3, .external_lex_state = 2},
  [2079] = {.lex_state = 5, .external_lex_state = 4},
  [2080] = {.lex_state = 3, .external_lex_state = 2},
  [2081] = {.lex_state = 6, .external_lex_state = 2},
  [2082] = {.lex_state = 5, .external_lex_state = 2},
  [2083] = {.lex_state = 3, .external_lex_state = 2},
  [2084] = {.lex_state = 5, .external_lex_state = 4},
  [2085] = {.lex_state = 0, .external_lex_state = 3},
  [2086] = {.lex_state = 43, .external_lex_state = 4},
  [2087] = {.lex_state = 3, .external_lex_state = 2},
  [2088] = {.lex_state = 3, .external_lex_state = 2},
  [2089] = {.lex_state = 43, .external_lex_state = 4},
  [2090] = {.lex_state = 0, .external_lex_state = 3},
  [2091] = {.lex_state = 5, .external_lex_state = 2},
  [2092] = {.lex_state = 5, .external_lex_state = 2},
  [2093] = {.lex_state = 6, .external_lex_state = 2},
  [2094] = {.lex_state = 17, .external_lex_state = 2},
  [2095] = {.lex_state = 0, .external_lex_state = 2},
  [2096] = {.lex_state = 43, .external_lex_state = 4},
  [2097] = {.lex_state = 43, .external_lex_state = 4},
  [2098] = {.lex_state = 43, .external_lex_state = 4},
  [2099] = {.lex_state = 3, .external_lex_state = 2},
  [2100] = {.lex_state = 0, .external_lex_state = 3},
  [2101] = {.lex_state = 3, .external_lex_state = 2},
  [2102] = {.lex_state = 1, .external_lex_state = 4},
  [2103] = {.lex_state = 43, .external_lex_state = 4},
  [2104] = {.lex_state = 3, .external_lex_state = 2},
  [2105] = {.lex_state = 1, .external_lex_state = 4},
  [2106] = {.lex_state = 5, .external_lex_state = 2},
  [2107] = {.lex_state = 3, .external_lex_state = 2},
  [2108] = {.lex_state = 3, .external_lex_state = 2},
  [2109] = {.lex_state = 5, .external_lex_state = 4},
  [2110] = {.lex_state = 5, .external_lex_state = 2},
  [2111] = {.lex_state = 43, .external_lex_state = 4},
  [2112] = {.lex_state = 1, .external_lex_state = 4},
  [2113] = {.lex_state = 21, .external_lex_state = 2},
  [2114] = {.lex_state = 0, .external_lex_state = 2},
  [2115] = {.lex_state = 1, .external_lex_state = 4},
  [2116] = {.lex_state = 3, .external_lex_state = 2},
  [2117] = {.lex_state = 17, .external_lex_state = 2},
  [2118] = {.lex_state = 5, .external_lex_state = 4},
  [2119] = {.lex_state = 3, .external_lex_state = 2},
  [2120] = {.lex_state = 43, .external_lex_state = 4},
  [2121] = {.lex_state = 5, .external_lex_state = 2},
  [2122] = {.lex_state = 0, .external_lex_state = 2},
  [2123] = {.lex_state = 43, .external_lex_state = 4},
  [2124] = {.lex_state = 43, .external_lex_state = 4},
  [2125] = {.lex_state = 0, .external_lex_state = 4},
  [2126] = {.lex_state = 43, .external_lex_state = 4},
  [2127] = {.lex_state = 43, .external_lex_state = 4},
  [2128] = {.lex_state = 3, .external_lex_state = 2},
  [2129] = {.lex_state = 3, .external_lex_state = 2},
  [2130] = {.lex_state = 3, .external_lex_state = 2},
  [2131] = {.lex_state = 3, .external_lex_state = 2},
  [2132] = {.lex_state = 5, .external_lex_state = 4},
  [2133] = {.lex_state = 43, .external_lex_state = 4},
  [2134] = {.lex_state = 43, .external_lex_state = 4},
  [2135] = {.lex_state = 0, .external_lex_state = 2},
  [2136] = {.lex_state = 17, .external_lex_state = 2},
  [2137] = {.lex_state = 6, .external_lex_state = 2},
  [2138] = {.lex_state = 3, .external_lex_state = 2},
  [2139] = {.lex_state = 3, .external_lex_state = 2},
  [2140] = {.lex_state = 3, .external_lex_state = 2},
  [2141] = {.lex_state = 5, .external_lex_state = 2},
  [2142] = {.lex_state = 1, .external_lex_state = 4},
  [2143] = {.lex_state = 1, .external_lex_state = 4},
  [2144] = {.lex_state = 3, .external_lex_state = 2},
  [2145] = {.lex_state = 0, .external_lex_state = 3},
  [2146] = {.lex_state = 5, .external_lex_state = 2},
  [2147] = {.lex_state = 5, .external_lex_state = 4},
  [2148] = {.lex_state = 5, .external_lex_state = 2},
  [2149] = {.lex_state = 5, .external_lex_state = 2},
  [2150] = {.lex_state = 0, .external_lex_state = 3},
  [2151] = {.lex_state = 0, .external_lex_state = 2},
  [2152] = {.lex_state = 3, .external_lex_state = 2},
  [2153] = {.lex_state = 5, .external_lex_state = 2},
  [2154] = {.lex_state = 5, .external_lex_state = 2},
  [2155] = {.lex_state = 43, .external_lex_state = 4},
  [2156] = {.lex_state = 6, .external_lex_state = 2},
  [2157] = {.lex_state = 0, .external_lex_state = 2},
  [2158] = {.lex_state = 6, .external_lex_state = 2},
  [2159] = {.lex_state = 0, .external_lex_state = 2},
  [2160] = {.lex_state = 1, .external_lex_state = 4},
  [2161] = {.lex_state = 5, .external_lex_state = 2},
  [2162] = {.lex_state = 1, .external_lex_state = 4},
  [2163] = {.lex_state = 0, .external_lex_state = 4},
  [2164] = {.lex_state = 5, .external_lex_state = 4},
  [2165] = {.lex_state = 3, .external_lex_state = 1},
  [2166] = {.lex_state = 3, .external_lex_state = 2},
  [2167] = {.lex_state = 43, .external_lex_state = 4},
  [2168] = {.lex_state = 3, .external_lex_state = 2},
  [2169] = {.lex_state = 3, .external_lex_state = 2},
  [2170] = {.lex_state = 3, .external_lex_state = 2},
  [2171] = {.lex_state = 3, .external_lex_state = 2},
  [2172] = {.lex_state = 3, .external_lex_state = 2},
  [2173] = {.lex_state = 43, .external_lex_state = 4},
  [2174] = {.lex_state = 5, .external_lex_state = 2},
  [2175] = {.lex_state = 3, .external_lex_state = 2},
  [2176] = {.lex_state = 5, .external_lex_state = 3},
  [2177] = {.lex_state = 5, .external_lex_state = 2},
  [2178] = {.lex_state = 6, .external_lex_state = 2},
  [2179] = {.lex_state = 5, .external_lex_state = 2},
  [2180] = {.lex_state = 3, .external_lex_state = 2},
  [2181] = {.lex_state = 5, .external_lex_state = 2},
  [2182] = {.lex_state = 3, .external_lex_state = 2},
  [2183] = {.lex_state = 1, .external_lex_state = 4},
  [2184] = {.lex_state = 1, .external_lex_state = 4},
  [2185] = {.lex_state = 1, .external_lex_state = 4},
  [2186] = {.lex_state = 5, .external_lex_state = 2},
  [2187] = {.lex_state = 3, .external_lex_state = 2},
  [2188] = {.lex_state = 1, .external_lex_state = 4},
  [2189] = {.lex_state = 1, .external_lex_state = 4},
  [2190] = {.lex_state = 1, .external_lex_state = 4},
  [2191] = {.lex_state = 3, .external_lex_state = 2},
  [2192] = {.lex_state = 3, .external_lex_state = 2},
  [2193] = {.lex_state = 1, .external_lex_state = 4},
  [2194] = {.lex_state = 6, .external_lex_state = 2},
  [2195] = {.lex_state = 17, .external_lex_state = 2},
  [2196] = {.lex_state = 0, .external_lex_state = 2},
  [2197] = {.lex_state = 43, .external_lex_state = 4},
  [2198] = {.lex_state = 1, .external_lex_state = 4},
  [2199] = {.lex_state = 0, .external_lex_state = 3},
  [2200] = {.lex_state = 3, .external_lex_state = 2},
  [2201] = {.lex_state = 3, .external_lex_state = 2},
  [2202] = {.lex_state = 43, .external_lex_state = 4},
  [2203] = {.lex_state = 3, .external_lex_state = 2},
  [2204] = {.lex_state = 1, .external_lex_state = 4},
  [2205] = {.lex_state = 0, .external_lex_state = 2},
  [2206] = {.lex_state = 3, .external_lex_state = 2},
  [2207] = {.lex_state = 3, .external_lex_state = 2},
  [2208] = {.lex_state = 5, .external_lex_state = 2},
  [2209] = {.lex_state = 3, .external_lex_state = 2},
  [2210] = {.lex_state = 0, .external_lex_state = 2},
  [2211] = {.lex_state = 3, .external_lex_state = 2},
  [2212] = {.lex_state = 0, .external_lex_state = 2},
  [2213] = {.lex_state = 0, .external_lex_state = 2},
  [2214] = {.lex_state = 3, .external_lex_state = 2},
  [2215] = {.lex_state = 3, .external_lex_state = 2},
  [2216] = {.lex_state = 3, .external_lex_state = 2},
  [2217] = {.lex_state = 6, .external_lex_state = 2},
  [2218] = {.lex_state = 3, .external_lex_state = 2},
  [2219] = {.lex_state = 3, .external_lex_state = 2},
  [2220] = {.lex_state = 0, .external_lex_state = 3},
  [2221] = {.lex_state = 3, .external_lex_state = 2},
  [2222] = {.lex_state = 3, .external_lex_state = 2},
  [2223] = {.lex_state = 43, .external_lex_state = 4},
  [2224] = {.lex_state = 3, .external_lex_state = 2},
  [2225] = {.lex_state = 3, .external_lex_state = 2},
  [2226] = {.lex_state = 3, .external_lex_state = 2},
  [2227] = {.lex_state = 3, .external_lex_state = 2},
  [2228] = {.lex_state = 3, .external_lex_state = 2},
  [2229] = {.lex_state = 3, .external_lex_state = 2},
  [2230] = {.lex_state = 1, .external_lex_state = 4},
  [2231] = {.lex_state = 3, .external_lex_state = 2},
  [2232] = {.lex_state = 3, .external_lex_state = 2},
  [2233] = {.lex_state = 3, .external_lex_state = 2},
  [2234] = {.lex_state = 0, .external_lex_state = 2},
  [2235] = {.lex_state = 3, .external_lex_state = 2},
  [2236] = {.lex_state = 3, .external_lex_state = 2},
  [2237] = {.lex_state = 3, .external_lex_state = 2},
  [2238] = {.lex_state = 3, .external_lex_state = 2},
  [2239] = {.lex_state = 3, .external_lex_state = 2},
  [2240] = {.lex_state = 3, .external_lex_state = 2},
  [2241] = {.lex_state = 3, .external_lex_state = 2},
  [2242] = {.lex_state = 3, .external_lex_state = 2},
  [2243] = {.lex_state = 3, .external_lex_state = 2},
  [2244] = {.lex_state = 43, .external_lex_state = 4},
  [2245] = {.lex_state = 3, .external_lex_state = 2},
  [2246] = {.lex_state = 0, .external_lex_state = 2},
  [2247] = {.lex_state = 3, .external_lex_state = 2},
  [2248] = {.lex_state = 3, .external_lex_state = 2},
  [2249] = {.lex_state = 1, .external_lex_state = 4},
  [2250] = {.lex_state = 1, .external_lex_state = 4},
  [2251] = {.lex_state = 1, .external_lex_state = 4},
  [2252] = {.lex_state = 3, .external_lex_state = 2},
  [2253] = {.lex_state = 6, .external_lex_state = 2},
  [2254] = {.lex_state = 5, .external_lex_state = 2},
  [2255] = {.lex_state = 3, .external_lex_state = 2},
  [2256] = {.lex_state = 0, .external_lex_state = 2},
  [2257] = {.lex_state = 3, .external_lex_state = 2},
  [2258] = {.lex_state = 3, .external_lex_state = 2},
  [2259] = {.lex_state = 3, .external_lex_state = 2},
  [2260] = {.lex_state = 3, .external_lex_state = 2},
  [2261] = {.lex_state = 3, .external_lex_state = 2},
  [2262] = {.lex_state = 3, .external_lex_state = 2},
  [2263] = {.lex_state = 43, .external_lex_state = 4},
  [2264] = {.lex_state = 3, .external_lex_state = 2},
  [2265] = {.lex_state = 3, .external_lex_state = 2},
  [2266] = {.lex_state = 1, .external_lex_state = 4},
  [2267] = {.lex_state = 3, .external_lex_state = 2},
  [2268] = {.lex_state = 3, .external_lex_state = 2},
  [2269] = {.lex_state = 6, .external_lex_state = 2},
  [2270] = {.lex_state = 17, .external_lex_state = 2},
  [2271] = {.lex_state = 3, .external_lex_state = 2},
  [2272] = {.lex_state = 1, .external_lex_state = 4},
  [2273] = {.lex_state = 3, .external_lex_state = 2},
  [2274] = {.lex_state = 0, .external_lex_state = 3},
  [2275] = {.lex_state = 3, .external_lex_state = 2},
  [2276] = {.lex_state = 3, .external_lex_state = 1},
  [2277] = {.lex_state = 3, .external_lex_state = 2},
  [2278] = {.lex_state = 3, .external_lex_state = 2},
  [2279] = {.lex_state = 5, .external_lex_state = 2},
  [2280] = {.lex_state = 3, .external_lex_state = 2},
  [2281] = {.lex_state = 0, .external_lex_state = 2},
  [2282] = {.lex_state = 1, .external_lex_state = 4},
  [2283] = {.lex_state = 3, .external_lex_state = 2},
  [2284] = {.lex_state = 3, .external_lex_state = 2},
  [2285] = {.lex_state = 5, .external_lex_state = 4},
  [2286] = {.lex_state = 3, .external_lex_state = 2},
  [2287] = {.lex_state = 0, .external_lex_state = 2},
  [2288] = {.lex_state = 3, .external_lex_state = 2},
  [2289] = {.lex_state = 0, .external_lex_state = 2},
  [2290] = {.lex_state = 0, .external_lex_state = 2},
  [2291] = {.lex_state = 0, .external_lex_state = 2},
  [2292] = {.lex_state = 0, .external_lex_state = 2},
  [2293] = {.lex_state = 0, .external_lex_state = 2},
  [2294] = {.lex_state = 0, .external_lex_state = 2},
  [2295] = {.lex_state = 0, .external_lex_state = 2},
  [2296] = {.lex_state = 18, .external_lex_state = 2},
  [2297] = {.lex_state = 0, .external_lex_state = 2},
  [2298] = {.lex_state = 3, .external_lex_state = 3},
  [2299] = {.lex_state = 0, .external_lex_state = 2},
  [2300] = {.lex_state = 0, .external_lex_state = 2},
  [2301] = {.lex_state = 0, .external_lex_state = 2},
  [2302] = {.lex_state = 21, .external_lex_state = 2},
  [2303] = {.lex_state = 0, .external_lex_state = 2},
  [2304] = {.lex_state = 0, .external_lex_state = 4},
  [2305] = {.lex_state = 21, .external_lex_state = 2},
  [2306] = {.lex_state = 0, .external_lex_state = 2},
  [2307] = {.lex_state = 0, .external_lex_state = 2},
  [2308] = {.lex_state = 0, .external_lex_state = 2},
  [2309] = {.lex_state = 0, .external_lex_state = 2},
  [2310] = {.lex_state = 5, .external_lex_state = 2},
  [2311] = {.lex_state = 0, .external_lex_state = 2},
  [2312] = {.lex_state = 0, .external_lex_state = 2},
  [2313] = {.lex_state = 0, .external_lex_state = 2},
  [2314] = {.lex_state = 0, .external_lex_state = 4},
  [2315] = {.lex_state = 0, .external_lex_state = 2},
  [2316] = {.lex_state = 5, .external_lex_state = 2},
  [2317] = {.lex_state = 0, .external_lex_state = 2},
  [2318] = {.lex_state = 0, .external_lex_state = 2},
  [2319] = {.lex_state = 0, .external_lex_state = 2},
  [2320] = {.lex_state = 0, .external_lex_state = 2},
  [2321] = {.lex_state = 18, .external_lex_state = 2},
  [2322] = {.lex_state = 0, .external_lex_state = 3},
  [2323] = {.lex_state = 43, .external_lex_state = 4},
  [2324] = {.lex_state = 3, .external_lex_state = 2},
  [2325] = {.lex_state = 0, .external_lex_state = 2},
  [2326] = {.lex_state = 0, .external_lex_state = 2},
  [2327] = {.lex_state = 0, .external_lex_state = 2},
  [2328] = {.lex_state = 0, .external_lex_state = 2},
  [2329] = {.lex_state = 0, .external_lex_state = 3},
  [2330] = {.lex_state = 0, .external_lex_state = 3},
  [2331] = {.lex_state = 21, .external_lex_state = 2},
  [2332] = {.lex_state = 0, .external_lex_state = 4},
  [2333] = {.lex_state = 18, .external_lex_state = 2},
  [2334] = {.lex_state = 3, .external_lex_state = 3},
  [2335] = {.lex_state = 5, .external_lex_state = 2},
  [2336] = {.lex_state = 0, .external_lex_state = 2},
  [2337] = {.lex_state = 0, .external_lex_state = 2},
  [2338] = {.lex_state = 0, .external_lex_state = 2},
  [2339] = {.lex_state = 3, .external_lex_state = 3},
  [2340] = {.lex_state = 0, .external_lex_state = 2},
  [2341] = {.lex_state = 0, .external_lex_state = 2},
  [2342] = {.lex_state = 3, .external_lex_state = 2},
  [2343] = {.lex_state = 3, .external_lex_state = 3},
  [2344] = {.lex_state = 1, .external_lex_state = 4},
  [2345] = {.lex_state = 0, .external_lex_state = 2},
  [2346] = {.lex_state = 0, .external_lex_state = 2},
  [2347] = {.lex_state = 0, .external_lex_state = 2},
  [2348] = {.lex_state = 0, .external_lex_state = 2},
  [2349] = {.lex_state = 5, .external_lex_state = 2},
  [2350] = {.lex_state = 1, .external_lex_state = 4},
  [2351] = {.lex_state = 0, .external_lex_state = 2},
  [2352] = {.lex_state = 1, .external_lex_state = 4},
  [2353] = {.lex_state = 0, .external_lex_state = 3},
  [2354] = {.lex_state = 5, .external_lex_state = 2},
  [2355] = {.lex_state = 21, .external_lex_state = 2},
  [2356] = {.lex_state = 0, .external_lex_state = 3},
  [2357] = {.lex_state = 21, .external_lex_state = 2},
  [2358] = {.lex_state = 21, .external_lex_state = 2},
  [2359] = {.lex_state = 0, .external_lex_state = 3},
  [2360] = {.lex_state = 18, .external_lex_state = 2},
  [2361] = {.lex_state = 5, .external_lex_state = 2},
  [2362] = {.lex_state = 0, .external_lex_state = 2},
  [2363] = {.lex_state = 0, .external_lex_state = 3},
  [2364] = {.lex_state = 0, .external_lex_state = 2},
  [2365] = {.lex_state = 5, .external_lex_state = 2},
  [2366] = {.lex_state = 0, .external_lex_state = 2},
  [2367] = {.lex_state = 0, .external_lex_state = 3},
  [2368] = {.lex_state = 0, .external_lex_state = 2},
  [2369] = {.lex_state = 0, .external_lex_state = 2},
  [2370] = {.lex_state = 0, .external_lex_state = 2},
  [2371] = {.lex_state = 0, .external_lex_state = 2},
  [2372] = {.lex_state = 43, .external_lex_state = 4},
  [2373] = {.lex_state = 0, .external_lex_state = 2},
  [2374] = {.lex_state = 0, .external_lex_state = 2},
  [2375] = {.lex_state = 0, .external_lex_state = 2},
  [2376] = {.lex_state = 18, .external_lex_state = 2},
  [2377] = {.lex_state = 0, .external_lex_state = 2},
  [2378] = {.lex_state = 5, .external_lex_state = 2},
  [2379] = {.lex_state = 0, .external_lex_state = 4},
  [2380] = {.lex_state = 0, .external_lex_state = 2},
  [2381] = {.lex_state = 0, .external_lex_state = 2},
  [2382] = {.lex_state = 0, .external_lex_state = 2},
  [2383] = {.lex_state = 0, .external_lex_state = 4},
  [2384] = {.lex_state = 0, .external_lex_state = 4},
  [2385] = {.lex_state = 0, .external_lex_state = 2},
  [2386] = {.lex_state = 0, .external_lex_state = 2},
  [2387] = {.lex_state = 0, .external_lex_state = 2},
  [2388] = {.lex_state = 0, .external_lex_state = 2},
  [2389] = {.lex_state = 0, .external_lex_state = 4},
  [2390] = {.lex_state = 0, .external_lex_state = 2},
  [2391] = {.lex_state = 0, .external_lex_state = 2},
  [2392] = {.lex_state = 0, .external_lex_state = 2},
  [2393] = {.lex_state = 0, .external_lex_state = 2},
  [2394] = {.lex_state = 0, .external_lex_state = 2},
  [2395] = {.lex_state = 21, .external_lex_state = 2},
  [2396] = {.lex_state = 0, .external_lex_state = 2},
  [2397] = {.lex_state = 21, .external_lex_state = 2},
  [2398] = {.lex_state = 0, .external_lex_state = 4},
  [2399] = {.lex_state = 0, .external_lex_state = 2},
  [2400] = {.lex_state = 0, .external_lex_state = 2},
  [2401] = {.lex_state = 0, .external_lex_state = 2},
  [2402] = {.lex_state = 0, .external_lex_state = 2},
  [2403] = {.lex_state = 21, .external_lex_state = 2},
  [2404] = {.lex_state = 21, .external_lex_state = 2},
  [2405] = {.lex_state = 0, .external_lex_state = 2},
  [2406] = {.lex_state = 0, .external_lex_state = 2},
  [2407] = {.lex_state = 5, .external_lex_state = 2},
  [2408] = {.lex_state = 0, .external_lex_state = 2},
  [2409] = {.lex_state = 21, .external_lex_state = 2},
  [2410] = {.lex_state = 0, .external_lex_state = 2},
  [2411] = {.lex_state = 43, .external_lex_state = 4},
  [2412] = {.lex_state = 5, .external_lex_state = 2},
  [2413] = {.lex_state = 0, .external_lex_state = 2},
  [2414] = {.lex_state = 5, .external_lex_state = 2},
  [2415] = {.lex_state = 0, .external_lex_state = 3},
  [2416] = {.lex_state = 0, .external_lex_state = 4},
  [2417] = {.lex_state = 0, .external_lex_state = 2},
  [2418] = {.lex_state = 0, .external_lex_state = 4},
  [2419] = {.lex_state = 0, .external_lex_state = 3},
  [2420] = {.lex_state = 0, .external_lex_state = 4},
  [2421] = {.lex_state = 3, .external_lex_state = 2},
  [2422] = {.lex_state = 0, .external_lex_state = 2},
  [2423] = {.lex_state = 0, .external_lex_state = 2},
  [2424] = {.lex_state = 0, .external_lex_state = 2},
  [2425] = {.lex_state = 0, .external_lex_state = 4},
  [2426] = {.lex_state = 0, .external_lex_state = 2},
  [2427] = {.lex_state = 0, .external_lex_state = 2},
  [2428] = {.lex_state = 0, .external_lex_state = 2},
  [2429] = {.lex_state = 0, .external_lex_state = 2},
  [2430] = {.lex_state = 0, .external_lex_state = 2},
  [2431] = {.lex_state = 0, .external_lex_state = 2},
  [2432] = {.lex_state = 0, .external_lex_state = 4},
  [2433] = {.lex_state = 0, .external_lex_state = 4},
  [2434] = {.lex_state = 5, .external_lex_state = 2},
  [2435] = {.lex_state = 3, .external_lex_state = 2},
  [2436] = {.lex_state = 0, .external_lex_state = 2},
  [2437] = {.lex_state = 0, .external_lex_state = 2},
  [2438] = {.lex_state = 0, .external_lex_state = 2},
  [2439] = {.lex_state = 0, .external_lex_state = 2},
  [2440] = {.lex_state = 0, .external_lex_state = 4},
  [2441] = {.lex_state = 0, .external_lex_state = 4},
  [2442] = {.lex_state = 0, .external_lex_state = 3},
  [2443] = {.lex_state = 0, .external_lex_state = 2},
  [2444] = {.lex_state = 0, .external_lex_state = 2},
  [2445] = {.lex_state = 3, .external_lex_state = 2},
  [2446] = {.lex_state = 3, .external_lex_state = 2},
  [2447] = {.lex_state = 0, .external_lex_state = 2},
  [2448] = {.lex_state = 0, .external_lex_state = 2},
  [2449] = {.lex_state = 43, .external_lex_state = 2},
  [2450] = {.lex_state = 0, .external_lex_state = 4},
  [2451] = {.lex_state = 0, .external_lex_state = 4},
  [2452] = {.lex_state = 0, .external_lex_state = 4},
  [2453] = {.lex_state = 0, .external_lex_state = 2},
  [2454] = {.lex_state = 0, .external_lex_state = 2},
  [2455] = {.lex_state = 0, .external_lex_state = 2},
  [2456] = {.lex_state = 21, .external_lex_state = 2},
  [2457] = {.lex_state = 43, .external_lex_state = 2},
  [2458] = {.lex_state = 0, .external_lex_state = 2},
  [2459] = {.lex_state = 0, .external_lex_state = 4},
  [2460] = {.lex_state = 0, .external_lex_state = 2},
  [2461] = {.lex_state = 0, .external_lex_state = 4},
  [2462] = {.lex_state = 43, .external_lex_state = 2},
  [2463] = {.lex_state = 43, .external_lex_state = 2},
  [2464] = {.lex_state = 0, .external_lex_state = 2},
  [2465] = {.lex_state = 0, .external_lex_state = 2},
  [2466] = {.lex_state = 0, .external_lex_state = 2},
  [2467] = {.lex_state = 0, .external_lex_state = 4},
  [2468] = {.lex_state = 0, .external_lex_state = 4},
  [2469] = {.lex_state = 0, .external_lex_state = 2},
  [2470] = {.lex_state = 0, .external_lex_state = 2},
  [2471] = {.lex_state = 0, .external_lex_state = 4},
  [2472] = {.lex_state = 0, .external_lex_state = 2},
  [2473] = {.lex_state = 0, .external_lex_state = 4},
  [2474] = {.lex_state = 0, .external_lex_state = 4},
  [2475] = {.lex_state = 0, .external_lex_state = 4},
  [2476] = {.lex_state = 0, .external_lex_state = 4},
  [2477] = {.lex_state = 0, .external_lex_state = 2},
  [2478] = {.lex_state = 0, .external_lex_state = 4},
  [2479] = {.lex_state = 0, .external_lex_state = 4},
  [2480] = {.lex_state = 0, .external_lex_state = 2},
  [2481] = {.lex_state = 0, .external_lex_state = 2},
  [2482] = {.lex_state = 0, .external_lex_state = 2},
  [2483] = {.lex_state = 0, .external_lex_state = 2},
  [2484] = {.lex_state = 0, .external_lex_state = 2},
  [2485] = {.lex_state = 0, .external_lex_state = 2},
  [2486] = {.lex_state = 21, .external_lex_state = 2},
  [2487] = {.lex_state = 0, .external_lex_state = 2},
  [2488] = {.lex_state = 0, .external_lex_state = 2},
  [2489] = {.lex_state = 21, .external_lex_state = 2},
  [2490] = {.lex_state = 0, .external_lex_state = 2},
  [2491] = {.lex_state = 0, .external_lex_state = 2},
  [2492] = {.lex_state = 0, .external_lex_state = 2},
  [2493] = {.lex_state = 0, .external_lex_state = 2},
  [2494] = {.lex_state = 0, .external_lex_state = 2},
  [2495] = {.lex_state = 0, .external_lex_state = 2},
  [2496] = {.lex_state = 0, .external_lex_state = 2},
  [2497] = {.lex_state = 0, .external_lex_state = 2},
  [2498] = {.lex_state = 0, .external_lex_state = 4},
  [2499] = {.lex_state = 0, .external_lex_state = 2},
  [2500] = {.lex_state = 0, .external_lex_state = 4},
  [2501] = {.lex_state = 21, .external_lex_state = 2},
  [2502] = {.lex_state = 0, .external_lex_state = 2},
  [2503] = {.lex_state = 0, .external_lex_state = 2},
  [2504] = {.lex_state = 0, .external_lex_state = 2},
  [2505] = {.lex_state = 0, .external_lex_state = 2},
  [2506] = {.lex_state = 21, .external_lex_state = 2},
  [2507] = {.lex_state = 0, .external_lex_state = 4},
  [2508] = {.lex_state = 0, .external_lex_state = 2},
  [2509] = {.lex_state = 0, .external_lex_state = 2},
  [2510] = {.lex_state = 0, .external_lex_state = 2},
  [2511] = {.lex_state = 0, .external_lex_state = 2},
  [2512] = {.lex_state = 0, .external_lex_state = 2},
  [2513] = {.lex_state = 0, .external_lex_state = 2},
  [2514] = {.lex_state = 0, .external_lex_state = 2},
  [2515] = {.lex_state = 0, .external_lex_state = 2},
  [2516] = {.lex_state = 0, .external_lex_state = 2},
  [2517] = {.lex_state = 0, .external_lex_state = 2},
  [2518] = {.lex_state = 0, .external_lex_state = 2},
  [2519] = {.lex_state = 0, .external_lex_state = 4},
  [2520] = {.lex_state = 0, .external_lex_state = 4},
  [2521] = {.lex_state = 0, .external_lex_state = 2},
  [2522] = {.lex_state = 18, .external_lex_state = 2},
  [2523] = {.lex_state = 43, .external_lex_state = 2},
  [2524] = {.lex_state = 0, .external_lex_state = 4},
  [2525] = {.lex_state = 0, .external_lex_state = 4},
  [2526] = {.lex_state = 0, .external_lex_state = 4},
  [2527] = {.lex_state = 0, .external_lex_state = 4},
  [2528] = {.lex_state = 0, .external_lex_state = 2},
  [2529] = {.lex_state = 0, .external_lex_state = 4},
  [2530] = {.lex_state = 0, .external_lex_state = 4},
  [2531] = {.lex_state = 0, .external_lex_state = 4},
  [2532] = {.lex_state = 0, .external_lex_state = 2},
  [2533] = {.lex_state = 0, .external_lex_state = 2},
  [2534] = {.lex_state = 0, .external_lex_state = 4},
  [2535] = {.lex_state = 0, .external_lex_state = 4},
  [2536] = {.lex_state = 0, .external_lex_state = 2},
  [2537] = {.lex_state = 0, .external_lex_state = 4},
  [2538] = {.lex_state = 0, .external_lex_state = 4},
  [2539] = {.lex_state = 0, .external_lex_state = 4},
  [2540] = {.lex_state = 3, .external_lex_state = 2},
  [2541] = {.lex_state = 0, .external_lex_state = 2},
  [2542] = {.lex_state = 0, .external_lex_state = 4},
  [2543] = {.lex_state = 0, .external_lex_state = 2},
  [2544] = {.lex_state = 0, .external_lex_state = 4},
  [2545] = {.lex_state = 18, .external_lex_state = 2},
  [2546] = {.lex_state = 0, .external_lex_state = 4},
  [2547] = {.lex_state = 0, .external_lex_state = 2},
  [2548] = {.lex_state = 0, .external_lex_state = 4},
  [2549] = {.lex_state = 0, .external_lex_state = 4},
  [2550] = {.lex_state = 0, .external_lex_state = 2},
  [2551] = {.lex_state = 0, .external_lex_state = 4},
  [2552] = {.lex_state = 0, .external_lex_state = 2},
  [2553] = {.lex_state = 0, .external_lex_state = 4},
  [2554] = {.lex_state = 0, .external_lex_state = 4},
  [2555] = {.lex_state = 0, .external_lex_state = 2},
  [2556] = {.lex_state = 43, .external_lex_state = 2},
  [2557] = {.lex_state = 0, .external_lex_state = 4},
  [2558] = {.lex_state = 0, .external_lex_state = 4},
  [2559] = {.lex_state = 0, .external_lex_state = 4},
  [2560] = {.lex_state = 0, .external_lex_state = 4},
  [2561] = {.lex_state = 0, .external_lex_state = 2},
  [2562] = {.lex_state = 0, .external_lex_state = 2},
  [2563] = {.lex_state = 0, .external_lex_state = 4},
  [2564] = {.lex_state = 0, .external_lex_state = 4},
  [2565] = {.lex_state = 0, .external_lex_state = 2},
  [2566] = {.lex_state = 0, .external_lex_state = 4},
  [2567] = {.lex_state = 0, .external_lex_state = 2},
  [2568] = {.lex_state = 3, .external_lex_state = 2},
  [2569] = {.lex_state = 0, .external_lex_state = 4},
  [2570] = {.lex_state = 0, .external_lex_state = 4},
  [2571] = {.lex_state = 43, .external_lex_state = 2},
  [2572] = {.lex_state = 0, .external_lex_state = 4},
  [2573] = {.lex_state = 0, .external_lex_state = 4},
  [2574] = {.lex_state = 21, .external_lex_state = 2},
  [2575] = {.lex_state = 0, .external_lex_state = 4},
  [2576] = {.lex_state = 0, .external_lex_state = 4},
  [2577] = {.lex_state = 0, .external_lex_state = 4},
  [2578] = {.lex_state = 0, .external_lex_state = 4},
  [2579] = {.lex_state = 0, .external_lex_state = 4},
  [2580] = {.lex_state = 0, .external_lex_state = 4},
  [2581] = {.lex_state = 0, .external_lex_state = 2},
  [2582] = {.lex_state = 21, .external_lex_state = 2},
  [2583] = {.lex_state = 43, .external_lex_state = 2},
  [2584] = {.lex_state = 0, .external_lex_state = 4},
  [2585] = {.lex_state = 0, .external_lex_state = 2},
  [2586] = {.lex_state = 0, .external_lex_state = 2},
  [2587] = {.lex_state = 0, .external_lex_state = 4},
  [2588] = {.lex_state = 0, .external_lex_state = 4},
  [2589] = {.lex_state = 0, .external_lex_state = 2},
  [2590] = {.lex_state = 0, .external_lex_state = 2},
  [2591] = {.lex_state = 0, .external_lex_state = 4},
  [2592] = {.lex_state = 0, .external_lex_state = 4},
  [2593] = {.lex_state = 0, .external_lex_state = 3},
  [2594] = {.lex_state = 0, .external_lex_state = 2},
  [2595] = {.lex_state = 0, .external_lex_state = 2},
  [2596] = {.lex_state = 0, .external_lex_state = 2},
  [2597] = {.lex_state = 0, .external_lex_state = 2},
  [2598] = {.lex_state = 0, .external_lex_state = 4},
  [2599] = {.lex_state = 18, .external_lex_state = 2},
  [2600] = {.lex_state = 0, .external_lex_state = 4},
  [2601] = {.lex_state = 0, .external_lex_state = 2},
  [2602] = {.lex_state = 0, .external_lex_state = 4},
  [2603] = {.lex_state = 0, .external_lex_state = 4},
  [2604] = {.lex_state = 0, .external_lex_state = 4},
  [2605] = {.lex_state = 43, .external_lex_state = 2},
  [2606] = {.lex_state = 0, .external_lex_state = 4},
  [2607] = {.lex_state = 0, .external_lex_state = 4},
  [2608] = {.lex_state = 0, .external_lex_state = 2},
  [2609] = {.lex_state = 0, .external_lex_state = 2},
  [2610] = {.lex_state = 3, .external_lex_state = 2},
  [2611] = {.lex_state = 0, .external_lex_state = 2},
  [2612] = {.lex_state = 43, .external_lex_state = 2},
  [2613] = {.lex_state = 0, .external_lex_state = 2},
  [2614] = {.lex_state = 0, .external_lex_state = 4},
  [2615] = {.lex_state = 0, .external_lex_state = 2},
  [2616] = {.lex_state = 0, .external_lex_state = 4},
  [2617] = {.lex_state = 43, .external_lex_state = 2},
  [2618] = {.lex_state = 0, .external_lex_state = 4},
  [2619] = {.lex_state = 0, .external_lex_state = 2},
  [2620] = {.lex_state = 0, .external_lex_state = 2},
  [2621] = {.lex_state = 0, .external_lex_state = 4},
  [2622] = {.lex_state = 0, .external_lex_state = 4},
  [2623] = {.lex_state = 0, .external_lex_state = 4},
  [2624] = {.lex_state = 0, .external_lex_state = 2},
  [2625] = {.lex_state = 0, .external_lex_state = 2},
  [2626] = {.lex_state = 0, .external_lex_state = 4},
  [2627] = {.lex_state = 0, .external_lex_state = 4},
  [2628] = {.lex_state = 0, .external_lex_state = 4},
  [2629] = {.lex_state = 0, .external_lex_state = 4},
  [2630] = {.lex_state = 0, .external_lex_state = 4},
  [2631] = {.lex_state = 0, .external_lex_state = 2},
  [2632] = {.lex_state = 0, .external_lex_state = 4},
  [2633] = {.lex_state = 0, .external_lex_state = 4},
  [2634] = {.lex_state = 0, .external_lex_state = 4},
  [2635] = {.lex_state = 0, .external_lex_state = 4},
  [2636] = {.lex_state = 0, .external_lex_state = 4},
  [2637] = {.lex_state = 0, .external_lex_state = 2},
  [2638] = {.lex_state = 0, .external_lex_state = 2},
  [2639] = {.lex_state = 0, .external_lex_state = 2},
  [2640] = {.lex_state = 0, .external_lex_state = 4},
  [2641] = {.lex_state = 0, .external_lex_state = 2},
  [2642] = {.lex_state = 0, .external_lex_state = 4},
  [2643] = {.lex_state = 0, .external_lex_state = 2},
  [2644] = {.lex_state = 0, .external_lex_state = 4},
  [2645] = {.lex_state = 0, .external_lex_state = 4},
  [2646] = {.lex_state = 5, .external_lex_state = 2},
  [2647] = {.lex_state = 0, .external_lex_state = 2},
  [2648] = {.lex_state = 0, .external_lex_state = 4},
  [2649] = {.lex_state = 0, .external_lex_state = 2},
  [2650] = {.lex_state = 0, .external_lex_state = 4},
  [2651] = {.lex_state = 0, .external_lex_state = 2},
  [2652] = {.lex_state = 0, .external_lex_state = 2},
  [2653] = {.lex_state = 0, .external_lex_state = 2},
  [2654] = {.lex_state = 0, .external_lex_state = 4},
  [2655] = {.lex_state = 0, .external_lex_state = 4},
  [2656] = {.lex_state = 0, .external_lex_state = 4},
  [2657] = {.lex_state = 0, .external_lex_state = 4},
  [2658] = {.lex_state = 0, .external_lex_state = 4},
  [2659] = {.lex_state = 0, .external_lex_state = 4},
  [2660] = {.lex_state = 0, .external_lex_state = 4},
  [2661] = {.lex_state = 0, .external_lex_state = 2},
  [2662] = {.lex_state = 0, .external_lex_state = 2},
  [2663] = {.lex_state = 0, .external_lex_state = 2},
  [2664] = {.lex_state = 0, .external_lex_state = 4},
  [2665] = {.lex_state = 0, .external_lex_state = 4},
  [2666] = {.lex_state = 0, .external_lex_state = 4},
  [2667] = {.lex_state = 0, .external_lex_state = 2},
  [2668] = {.lex_state = 0, .external_lex_state = 2},
  [2669] = {.lex_state = 0, .external_lex_state = 2},
  [2670] = {.lex_state = 0, .external_lex_state = 4},
  [2671] = {.lex_state = 0, .external_lex_state = 2},
  [2672] = {.lex_state = 0, .external_lex_state = 4},
  [2673] = {.lex_state = 0, .external_lex_state = 4},
  [2674] = {.lex_state = 0, .external_lex_state = 2},
  [2675] = {.lex_state = 0, .external_lex_state = 4},
  [2676] = {.lex_state = 0, .external_lex_state = 4},
  [2677] = {.lex_state = 0, .external_lex_state = 4},
  [2678] = {.lex_state = 0, .external_lex_state = 2},
  [2679] = {.lex_state = 0, .external_lex_state = 2},
  [2680] = {.lex_state = 0, .external_lex_state = 4},
  [2681] = {.lex_state = 0, .external_lex_state = 4},
  [2682] = {.lex_state = 0, .external_lex_state = 2},
  [2683] = {.lex_state = 0, .external_lex_state = 4},
  [2684] = {.lex_state = 0, .external_lex_state = 4},
  [2685] = {.lex_state = 0, .external_lex_state = 4},
  [2686] = {.lex_state = 0, .external_lex_state = 4},
  [2687] = {.lex_state = 0, .external_lex_state = 4},
  [2688] = {.lex_state = 0, .external_lex_state = 2},
  [2689] = {.lex_state = 0, .external_lex_state = 2},
  [2690] = {.lex_state = 0, .external_lex_state = 4},
  [2691] = {.lex_state = 0, .external_lex_state = 4},
  [2692] = {.lex_state = 0, .external_lex_state = 2},
  [2693] = {.lex_state = 0, .external_lex_state = 4},
  [2694] = {.lex_state = 0, .external_lex_state = 4},
  [2695] = {.lex_state = 0, .external_lex_state = 4},
  [2696] = {.lex_state = 0, .external_lex_state = 4},
  [2697] = {.lex_state = 0, .external_lex_state = 4},
  [2698] = {.lex_state = 0, .external_lex_state = 4},
  [2699] = {.lex_state = 0, .external_lex_state = 4},
  [2700] = {.lex_state = 0, .external_lex_state = 2},
  [2701] = {.lex_state = 0, .external_lex_state = 2},
  [2702] = {.lex_state = 0, .external_lex_state = 4},
  [2703] = {.lex_state = 0, .external_lex_state = 4},
  [2704] = {.lex_state = 0, .external_lex_state = 4},
  [2705] = {.lex_state = 0, .external_lex_state = 4},
  [2706] = {.lex_state = 0, .external_lex_state = 4},
  [2707] = {.lex_state = 0, .external_lex_state = 4},
  [2708] = {.lex_state = 0, .external_lex_state = 4},
  [2709] = {.lex_state = 0, .external_lex_state = 4},
  [2710] = {.lex_state = 0, .external_lex_state = 4},
  [2711] = {.lex_state = 0, .external_lex_state = 2},
  [2712] = {.lex_state = 0, .external_lex_state = 4},
  [2713] = {.lex_state = 0, .external_lex_state = 4},
  [2714] = {.lex_state = 0, .external_lex_state = 4},
  [2715] = {.lex_state = 0, .external_lex_state = 4},
  [2716] = {.lex_state = 0, .external_lex_state = 4},
  [2717] = {.lex_state = 0, .external_lex_state = 2},
  [2718] = {.lex_state = 0, .external_lex_state = 4},
  [2719] = {.lex_state = 0, .external_lex_state = 2},
  [2720] = {.lex_state = 0, .external_lex_state = 4},
  [2721] = {.lex_state = 0, .external_lex_state = 2},
  [2722] = {.lex_state = 5, .external_lex_state = 2},
  [2723] = {.lex_state = 0, .external_lex_state = 4},
  [2724] = {.lex_state = 0, .external_lex_state = 2},
  [2725] = {.lex_state = 0, .external_lex_state = 4},
  [2726] = {.lex_state = 0, .external_lex_state = 2},
  [2727] = {.lex_state = 0, .external_lex_state = 4},
  [2728] = {.lex_state = 0, .external_lex_state = 2},
  [2729] = {.lex_state = 0, .external_lex_state = 4},
  [2730] = {.lex_state = 0, .external_lex_state = 4},
  [2731] = {.lex_state = 0, .external_lex_state = 4},
  [2732] = {.lex_state = 0, .external_lex_state = 4},
  [2733] = {.lex_state = 0, .external_lex_state = 4},
  [2734] = {.lex_state = 0, .external_lex_state = 4},
  [2735] = {.lex_state = 0, .external_lex_state = 4},
  [2736] = {.lex_state = 0, .external_lex_state = 4},
  [2737] = {.lex_state = 0, .external_lex_state = 4},
  [2738] = {.lex_state = 0, .external_lex_state = 4},
  [2739] = {.lex_state = 0, .external_lex_state = 4},
  [2740] = {.lex_state = 0, .external_lex_state = 2},
  [2741] = {.lex_state = 0, .external_lex_state = 2},
  [2742] = {.lex_state = 0, .external_lex_state = 4},
  [2743] = {.lex_state = 0, .external_lex_state = 2},
  [2744] = {.lex_state = 0, .external_lex_state = 4},
  [2745] = {.lex_state = 0, .external_lex_state = 2},
  [2746] = {.lex_state = 0, .external_lex_state = 4},
  [2747] = {.lex_state = 0, .external_lex_state = 2},
  [2748] = {.lex_state = 0, .external_lex_state = 2},
  [2749] = {.lex_state = 0, .external_lex_state = 4},
  [2750] = {.lex_state = 0, .external_lex_state = 4},
  [2751] = {.lex_state = 0, .external_lex_state = 2},
  [2752] = {.lex_state = 0, .external_lex_state = 4},
  [2753] = {.lex_state = 0, .external_lex_state = 4},
  [2754] = {.lex_state = 0, .external_lex_state = 4},
  [2755] = {.lex_state = 0, .external_lex_state = 4},
  [2756] = {.lex_state = 0, .external_lex_state = 2},
  [2757] = {.lex_state = 0, .external_lex_state = 2},
  [2758] = {.lex_state = 0, .external_lex_state = 2},
  [2759] = {.lex_state = 0, .external_lex_state = 2},
  [2760] = {.lex_state = 0, .external_lex_state = 4},
  [2761] = {.lex_state = 0, .external_lex_state = 4},
  [2762] = {.lex_state = 0, .external_lex_state = 2},
  [2763] = {.lex_state = 0, .external_lex_state = 4},
  [2764] = {.lex_state = 0, .external_lex_state = 2},
  [2765] = {.lex_state = 0, .external_lex_state = 2},
  [2766] = {.lex_state = 0, .external_lex_state = 2},
  [2767] = {.lex_state = 0, .external_lex_state = 4},
  [2768] = {.lex_state = 0, .external_lex_state = 2},
  [2769] = {.lex_state = 0, .external_lex_state = 2},
  [2770] = {.lex_state = 0, .external_lex_state = 4},
  [2771] = {.lex_state = 0, .external_lex_state = 2},
  [2772] = {.lex_state = 0, .external_lex_state = 2},
  [2773] = {.lex_state = 0, .external_lex_state = 2},
  [2774] = {.lex_state = 0, .external_lex_state = 4},
  [2775] = {.lex_state = 0, .external_lex_state = 4},
  [2776] = {.lex_state = 0, .external_lex_state = 2},
  [2777] = {.lex_state = 0, .external_lex_state = 4},
  [2778] = {.lex_state = 0, .external_lex_state = 2},
  [2779] = {.lex_state = 0, .external_lex_state = 2},
  [2780] = {.lex_state = 0, .external_lex_state = 4},
  [2781] = {.lex_state = 0, .external_lex_state = 2},
  [2782] = {.lex_state = 0, .external_lex_state = 4},
  [2783] = {.lex_state = 0, .external_lex_state = 2},
  [2784] = {.lex_state = 0, .external_lex_state = 2},
  [2785] = {.lex_state = 0, .external_lex_state = 2},
  [2786] = {.lex_state = 0, .external_lex_state = 4},
  [2787] = {.lex_state = 0, .external_lex_state = 2},
  [2788] = {.lex_state = 0, .external_lex_state = 2},
  [2789] = {.lex_state = 0, .external_lex_state = 2},
  [2790] = {.lex_state = 0, .external_lex_state = 4},
  [2791] = {.lex_state = 0, .external_lex_state = 2},
  [2792] = {.lex_state = 0, .external_lex_state = 2},
  [2793] = {.lex_state = 0, .external_lex_state = 2},
  [2794] = {.lex_state = 0, .external_lex_state = 4},
  [2795] = {.lex_state = 0, .external_lex_state = 2},
  [2796] = {.lex_state = 0, .external_lex_state = 2},
  [2797] = {.lex_state = 0, .external_lex_state = 2},
  [2798] = {.lex_state = 0, .external_lex_state = 4},
  [2799] = {.lex_state = 0, .external_lex_state = 2},
  [2800] = {.lex_state = 0, .external_lex_state = 2},
  [2801] = {.lex_state = 0, .external_lex_state = 2},
  [2802] = {.lex_state = 0, .external_lex_state = 4},
  [2803] = {.lex_state = 0, .external_lex_state = 2},
  [2804] = {.lex_state = 0, .external_lex_state = 2},
  [2805] = {.lex_state = 0, .external_lex_state = 4},
  [2806] = {.lex_state = 0, .external_lex_state = 4},
  [2807] = {.lex_state = 0, .external_lex_state = 2},
  [2808] = {.lex_state = 0, .external_lex_state = 2},
  [2809] = {.lex_state = 0, .external_lex_state = 2},
  [2810] = {.lex_state = 0, .external_lex_state = 4},
  [2811] = {.lex_state = 0, .external_lex_state = 2},
  [2812] = {.lex_state = 0, .external_lex_state = 2},
  [2813] = {.lex_state = 0, .external_lex_state = 4},
  [2814] = {.lex_state = 0, .external_lex_state = 4},
  [2815] = {.lex_state = 0, .external_lex_state = 2},
  [2816] = {.lex_state = 0, .external_lex_state = 2},
  [2817] = {.lex_state = 0, .external_lex_state = 2},
  [2818] = {.lex_state = 0, .external_lex_state = 4},
  [2819] = {.lex_state = 0, .external_lex_state = 2},
  [2820] = {.lex_state = 0, .external_lex_state = 2},
  [2821] = {.lex_state = 0, .external_lex_state = 2},
  [2822] = {.lex_state = 0, .external_lex_state = 4},
  [2823] = {.lex_state = 0, .external_lex_state = 2},
  [2824] = {.lex_state = 0, .external_lex_state = 2},
  [2825] = {.lex_state = 0, .external_lex_state = 2},
  [2826] = {.lex_state = 21, .external_lex_state = 2},
  [2827] = {.lex_state = 0, .external_lex_state = 2},
  [2828] = {.lex_state = 0, .external_lex_state = 2},
  [2829] = {.lex_state = 0, .external_lex_state = 2},
  [2830] = {.lex_state = 0, .external_lex_state = 2},
  [2831] = {.lex_state = 0, .external_lex_state = 2},
  [2832] = {.lex_state = 0, .external_lex_state = 2},
  [2833] = {.lex_state = 0, .external_lex_state = 4},
  [2834] = {.lex_state = 0, .external_lex_state = 2},
  [2835] = {.lex_state = 0, .external_lex_state = 2},
  [2836] = {.lex_state = 0, .external_lex_state = 2},
  [2837] = {.lex_state = 0, .external_lex_state = 2},
  [2838] = {.lex_state = 0, .external_lex_state = 2},
  [2839] = {.lex_state = 0, .external_lex_state = 2},
  [2840] = {.lex_state = 0, .external_lex_state = 2},
  [2841] = {.lex_state = 0, .external_lex_state = 4},
  [2842] = {.lex_state = 0, .external_lex_state = 2},
  [2843] = {.lex_state = 0, .external_lex_state = 2},
  [2844] = {.lex_state = 0, .external_lex_state = 2},
  [2845] = {.lex_state = 0, .external_lex_state = 4},
  [2846] = {.lex_state = 0, .external_lex_state = 4},
  [2847] = {.lex_state = 0, .external_lex_state = 4},
  [2848] = {.lex_state = 0, .external_lex_state = 4},
  [2849] = {.lex_state = 0, .external_lex_state = 4},
  [2850] = {.lex_state = 0, .external_lex_state = 4},
  [2851] = {.lex_state = 0, .external_lex_state = 4},
  [2852] = {.lex_state = 0, .external_lex_state = 4},
  [2853] = {.lex_state = 0, .external_lex_state = 2},
  [2854] = {.lex_state = 5, .external_lex_state = 2},
  [2855] = {.lex_state = 0, .external_lex_state = 4},
  [2856] = {.lex_state = 0, .external_lex_state = 4},
  [2857] = {.lex_state = 5, .external_lex_state = 2},
  [2858] = {.lex_state = 0, .external_lex_state = 4},
  [2859] = {.lex_state = 0, .external_lex_state = 4},
  [2860] = {.lex_state = 0, .external_lex_state = 4},
  [2861] = {.lex_state = 0, .external_lex_state = 4},
  [2862] = {.lex_state = 0, .external_lex_state = 4},
  [2863] = {.lex_state = 0, .external_lex_state = 4},
  [2864] = {.lex_state = 0, .external_lex_state = 4},
  [2865] = {.lex_state = 0, .external_lex_state = 4},
  [2866] = {.lex_state = 0, .external_lex_state = 2},
  [2867] = {.lex_state = 0, .external_lex_state = 4},
  [2868] = {.lex_state = 0, .external_lex_state = 4},
  [2869] = {.lex_state = 0, .external_lex_state = 4},
  [2870] = {.lex_state = 0, .external_lex_state = 4},
  [2871] = {.lex_state = 0, .external_lex_state = 2},
  [2872] = {.lex_state = 0, .external_lex_state = 2},
  [2873] = {.lex_state = 0, .external_lex_state = 2},
  [2874] = {.lex_state = 0, .external_lex_state = 2},
  [2875] = {.lex_state = 0, .external_lex_state = 2},
  [2876] = {.lex_state = 0, .external_lex_state = 2},
  [2877] = {.lex_state = 0, .external_lex_state = 2},
  [2878] = {.lex_state = 0, .external_lex_state = 2},
  [2879] = {.lex_state = 0, .external_lex_state = 2},
  [2880] = {.lex_state = 0, .external_lex_state = 4},
  [2881] = {.lex_state = 0, .external_lex_state = 2},
  [2882] = {.lex_state = 0, .external_lex_state = 2},
  [2883] = {.lex_state = 0, .external_lex_state = 2},
  [2884] = {.lex_state = 0, .external_lex_state = 4},
  [2885] = {.lex_state = 0, .external_lex_state = 2},
  [2886] = {.lex_state = 0, .external_lex_state = 2},
  [2887] = {.lex_state = 0, .external_lex_state = 2},
  [2888] = {.lex_state = 0, .external_lex_state = 2},
  [2889] = {.lex_state = 0, .external_lex_state = 4},
  [2890] = {.lex_state = 0, .external_lex_state = 4},
  [2891] = {.lex_state = 0, .external_lex_state = 2},
};

static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
  [0] = {
    [ts_builtin_sym_end] = ACTIONS(1),
    [sym_identifier] = ACTIONS(1),
    [anon_sym_POUND] = ACTIONS(1),
    [aux_sym_preprocessor_statement_token1] = ACTIONS(1),
    [aux_sym_preprocessor_statement_token2] = ACTIONS(1),
    [anon_sym_package] = ACTIONS(1),
    [anon_sym_DOT] = ACTIONS(1),
    [anon_sym_import] = ACTIONS(1),
    [anon_sym_using] = ACTIONS(1),
    [anon_sym_throw] = ACTIONS(1),
    [anon_sym_LPAREN] = ACTIONS(1),
    [anon_sym_RPAREN] = ACTIONS(1),
    [anon_sym_switch] = ACTIONS(1),
    [anon_sym_RBRACE] = ACTIONS(1),
    [anon_sym_LBRACE] = ACTIONS(1),
    [anon_sym_case] = ACTIONS(1),
    [anon_sym__] = ACTIONS(1),
    [anon_sym_COLON] = ACTIONS(1),
    [anon_sym_default] = ACTIONS(1),
    [anon_sym_cast] = ACTIONS(1),
    [anon_sym_COMMA] = ACTIONS(1),
    [anon_sym_in] = ACTIONS(1),
    [anon_sym_return] = ACTIONS(1),
    [anon_sym_untyped] = ACTIONS(1),
    [anon_sym_break] = ACTIONS(1),
    [anon_sym_continue] = ACTIONS(1),
    [anon_sym_LBRACK] = ACTIONS(1),
    [anon_sym_RBRACK] = ACTIONS(1),
    [anon_sym_this] = ACTIONS(1),
    [anon_sym_QMARK] = ACTIONS(1),
    [anon_sym_Void] = ACTIONS(1),
    [anon_sym_Int] = ACTIONS(1),
    [anon_sym_Float] = ACTIONS(1),
    [anon_sym_Bool] = ACTIONS(1),
    [anon_sym_Null] = ACTIONS(1),
    [anon_sym_DASH_GT] = ACTIONS(1),
    [anon_sym_AT] = ACTIONS(1),
    [anon_sym_AT_COLON] = ACTIONS(1),
    [anon_sym_if] = ACTIONS(1),
    [anon_sym_else] = ACTIONS(1),
    [anon_sym_elseif] = ACTIONS(1),
    [anon_sym_new] = ACTIONS(1),
    [anon_sym_TILDE] = ACTIONS(1),
    [anon_sym_BANG] = ACTIONS(1),
    [anon_sym_DASH] = ACTIONS(1),
    [anon_sym_PLUS_PLUS] = ACTIONS(1),
    [anon_sym_DASH_DASH] = ACTIONS(1),
    [anon_sym_PERCENT] = ACTIONS(1),
    [anon_sym_STAR] = ACTIONS(1),
    [anon_sym_SLASH] = ACTIONS(1),
    [anon_sym_PLUS] = ACTIONS(1),
    [anon_sym_LT_LT] = ACTIONS(1),
    [anon_sym_GT_GT] = ACTIONS(1),
    [anon_sym_GT_GT_GT] = ACTIONS(1),
    [anon_sym_AMP] = ACTIONS(1),
    [anon_sym_PIPE] = ACTIONS(1),
    [anon_sym_CARET] = ACTIONS(1),
    [anon_sym_AMP_AMP] = ACTIONS(1),
    [anon_sym_PIPE_PIPE] = ACTIONS(1),
    [anon_sym_EQ_EQ] = ACTIONS(1),
    [anon_sym_BANG_EQ] = ACTIONS(1),
    [anon_sym_LT] = ACTIONS(1),
    [anon_sym_LT_EQ] = ACTIONS(1),
    [anon_sym_GT] = ACTIONS(1),
    [anon_sym_GT_EQ] = ACTIONS(1),
    [anon_sym_EQ_GT] = ACTIONS(1),
    [anon_sym_QMARK_QMARK] = ACTIONS(1),
    [anon_sym_EQ] = ACTIONS(1),
    [sym__rangeOperator] = ACTIONS(1),
    [anon_sym_null] = ACTIONS(1),
    [anon_sym_get] = ACTIONS(1),
    [anon_sym_set] = ACTIONS(1),
    [anon_sym_dynamic] = ACTIONS(1),
    [anon_sym_never] = ACTIONS(1),
    [anon_sym_macro] = ACTIONS(1),
    [anon_sym_abstract] = ACTIONS(1),
    [anon_sym_static] = ACTIONS(1),
    [anon_sym_public] = ACTIONS(1),
    [anon_sym_private] = ACTIONS(1),
    [anon_sym_extern] = ACTIONS(1),
    [anon_sym_inline] = ACTIONS(1),
    [anon_sym_overload] = ACTIONS(1),
    [anon_sym_override] = ACTIONS(1),
    [anon_sym_final] = ACTIONS(1),
    [anon_sym_class] = ACTIONS(1),
    [anon_sym_extends] = ACTIONS(1),
    [anon_sym_implements] = ACTIONS(1),
    [anon_sym_interface] = ACTIONS(1),
    [anon_sym_typedef] = ACTIONS(1),
    [anon_sym_function] = ACTIONS(1),
    [anon_sym_var] = ACTIONS(1),
    [aux_sym_integer_token1] = ACTIONS(1),
    [aux_sym_integer_token2] = ACTIONS(1),
    [aux_sym_float_token1] = ACTIONS(1),
    [aux_sym_float_token2] = ACTIONS(1),
    [anon_sym_true] = ACTIONS(1),
    [anon_sym_false] = ACTIONS(1),
    [aux_sym_string_token1] = ACTIONS(1),
    [aux_sym_string_token3] = ACTIONS(1),
    [anon_sym_DOLLAR_LBRACE] = ACTIONS(1),
    [anon_sym_DOLLAR] = ACTIONS(1),
    [anon_sym_LBRACE2] = ACTIONS(1),
    [sym_escape_sequence] = ACTIONS(1),
    [sym_comment] = ACTIONS(3),
    [anon_sym_catch] = ACTIONS(1),
    [anon_sym_do] = ACTIONS(1),
    [anon_sym_enum] = ACTIONS(1),
    [anon_sym_for] = ACTIONS(1),
    [anon_sym_try] = ACTIONS(1),
    [anon_sym_while] = ACTIONS(1),
    [anon_sym_operator] = ACTIONS(1),
    [sym__pascalCaseIdentifier] = ACTIONS(1),
    [sym__lookback_semicolon] = ACTIONS(1),
    [sym__closing_brace_marker] = ACTIONS(1),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [1] = {
    [sym_module] = STATE(2728),
    [sym_preprocessor_statement] = STATE(16),
    [sym_package_statement] = STATE(16),
    [sym_import_statement] = STATE(16),
    [sym_using_statement] = STATE(16),
    [sym_throw_statement] = STATE(16),
    [sym__rhs_expression] = STATE(1000),
    [sym__unaryExpression] = STATE(2870),
    [sym_runtime_type_check_expression] = STATE(2870),
    [sym_switch_expression] = STATE(498),
    [sym_cast_expression] = STATE(2870),
    [sym_type_trace_expression] = STATE(2870),
    [sym__parenthesized_expression] = STATE(2551),
    [sym_range_expression] = STATE(2870),
    [sym_subscript_expression] = STATE(2870),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(16),
    [sym_metadata] = STATE(1859),
    [sym_conditional_statement] = STATE(16),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1000),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(16),
    [sym__modifier] = STATE(1882),
    [sym_class_declaration] = STATE(515),
    [sym_interface_declaration] = STATE(515),
    [sym_typedef_declaration] = STATE(515),
    [sym_function_declaration] = STATE(515),
    [sym_variable_declaration] = STATE(515),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(16),
    [aux_sym_class_declaration_repeat1] = STATE(1859),
    [aux_sym_function_declaration_repeat1] = STATE(1882),
    [ts_builtin_sym_end] = ACTIONS(5),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(9),
    [anon_sym_package] = ACTIONS(11),
    [anon_sym_import] = ACTIONS(13),
    [anon_sym_using] = ACTIONS(15),
    [anon_sym_throw] = ACTIONS(17),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(23),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(29),
    [anon_sym_untyped] = ACTIONS(31),
    [anon_sym_break] = ACTIONS(33),
    [anon_sym_continue] = ACTIONS(33),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(43),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(61),
    [anon_sym_abstract] = ACTIONS(63),
    [anon_sym_static] = ACTIONS(61),
    [anon_sym_public] = ACTIONS(61),
    [anon_sym_private] = ACTIONS(61),
    [anon_sym_extern] = ACTIONS(61),
    [anon_sym_inline] = ACTIONS(61),
    [anon_sym_overload] = ACTIONS(61),
    [anon_sym_override] = ACTIONS(61),
    [anon_sym_final] = ACTIONS(65),
    [anon_sym_class] = ACTIONS(67),
    [anon_sym_interface] = ACTIONS(69),
    [anon_sym_typedef] = ACTIONS(71),
    [anon_sym_function] = ACTIONS(73),
    [anon_sym_var] = ACTIONS(75),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [2] = {
    [sym_preprocessor_statement] = STATE(17),
    [sym_package_statement] = STATE(17),
    [sym_import_statement] = STATE(17),
    [sym_using_statement] = STATE(17),
    [sym_throw_statement] = STATE(17),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(576),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(17),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(17),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(17),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(17),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(129),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [3] = {
    [sym_preprocessor_statement] = STATE(17),
    [sym_package_statement] = STATE(17),
    [sym_import_statement] = STATE(17),
    [sym_using_statement] = STATE(17),
    [sym_throw_statement] = STATE(17),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(283),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(17),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(17),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(17),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(17),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(131),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [4] = {
    [sym_preprocessor_statement] = STATE(14),
    [sym_package_statement] = STATE(14),
    [sym_import_statement] = STATE(14),
    [sym_using_statement] = STATE(14),
    [sym_throw_statement] = STATE(14),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(258),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(14),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(14),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(14),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1644),
    [sym_integer] = STATE(1644),
    [sym_float] = STATE(1644),
    [sym_bool] = STATE(1644),
    [sym_string] = STATE(1356),
    [sym_null] = STATE(1644),
    [sym_array] = STATE(1644),
    [sym_map] = STATE(1644),
    [sym_object] = STATE(1644),
    [sym_pair] = STATE(1174),
    [aux_sym_module_repeat1] = STATE(14),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(133),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(135),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [5] = {
    [sym_preprocessor_statement] = STATE(6),
    [sym_package_statement] = STATE(6),
    [sym_import_statement] = STATE(6),
    [sym_using_statement] = STATE(6),
    [sym_throw_statement] = STATE(6),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(2633),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(6),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(6),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(6),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(6),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(137),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [6] = {
    [sym_preprocessor_statement] = STATE(17),
    [sym_package_statement] = STATE(17),
    [sym_import_statement] = STATE(17),
    [sym_using_statement] = STATE(17),
    [sym_throw_statement] = STATE(17),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(2654),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(17),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(17),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(17),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(17),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(137),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [7] = {
    [sym_preprocessor_statement] = STATE(2),
    [sym_package_statement] = STATE(2),
    [sym_import_statement] = STATE(2),
    [sym_using_statement] = STATE(2),
    [sym_throw_statement] = STATE(2),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(303),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(2),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(2),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(2),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1644),
    [sym_integer] = STATE(1644),
    [sym_float] = STATE(1644),
    [sym_bool] = STATE(1644),
    [sym_string] = STATE(1356),
    [sym_null] = STATE(1644),
    [sym_array] = STATE(1644),
    [sym_map] = STATE(1644),
    [sym_object] = STATE(1644),
    [sym_pair] = STATE(1174),
    [aux_sym_module_repeat1] = STATE(2),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(133),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(137),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [8] = {
    [sym_preprocessor_statement] = STATE(2),
    [sym_package_statement] = STATE(2),
    [sym_import_statement] = STATE(2),
    [sym_using_statement] = STATE(2),
    [sym_throw_statement] = STATE(2),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(518),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(2),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(2),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(2),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(2),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(129),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [9] = {
    [sym_preprocessor_statement] = STATE(6),
    [sym_package_statement] = STATE(6),
    [sym_import_statement] = STATE(6),
    [sym_using_statement] = STATE(6),
    [sym_throw_statement] = STATE(6),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(2125),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(6),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(6),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(6),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1644),
    [sym_integer] = STATE(1644),
    [sym_float] = STATE(1644),
    [sym_bool] = STATE(1644),
    [sym_string] = STATE(1356),
    [sym_null] = STATE(1644),
    [sym_array] = STATE(1644),
    [sym_map] = STATE(1644),
    [sym_object] = STATE(1644),
    [sym_pair] = STATE(1132),
    [aux_sym_module_repeat1] = STATE(6),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(133),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(137),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [10] = {
    [sym_preprocessor_statement] = STATE(14),
    [sym_package_statement] = STATE(14),
    [sym_import_statement] = STATE(14),
    [sym_using_statement] = STATE(14),
    [sym_throw_statement] = STATE(14),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(575),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(14),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(14),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(14),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(14),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(139),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [11] = {
    [sym_preprocessor_statement] = STATE(14),
    [sym_package_statement] = STATE(14),
    [sym_import_statement] = STATE(14),
    [sym_using_statement] = STATE(14),
    [sym_throw_statement] = STATE(14),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(288),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(14),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(14),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(14),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(14),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(139),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [12] = {
    [sym_preprocessor_statement] = STATE(3),
    [sym_package_statement] = STATE(3),
    [sym_import_statement] = STATE(3),
    [sym_using_statement] = STATE(3),
    [sym_throw_statement] = STATE(3),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(288),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(3),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(3),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(3),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(3),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(131),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [13] = {
    [sym_preprocessor_statement] = STATE(17),
    [sym_package_statement] = STATE(17),
    [sym_import_statement] = STATE(17),
    [sym_using_statement] = STATE(17),
    [sym_throw_statement] = STATE(17),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(316),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(17),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(17),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(17),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(17),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(141),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [14] = {
    [sym_preprocessor_statement] = STATE(17),
    [sym_package_statement] = STATE(17),
    [sym_import_statement] = STATE(17),
    [sym_using_statement] = STATE(17),
    [sym_throw_statement] = STATE(17),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(428),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(17),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(17),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(17),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(17),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(139),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [15] = {
    [sym_preprocessor_statement] = STATE(13),
    [sym_package_statement] = STATE(13),
    [sym_import_statement] = STATE(13),
    [sym_using_statement] = STATE(13),
    [sym_throw_statement] = STATE(13),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym__closing_brace] = STATE(318),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(13),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(13),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(13),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(13),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(91),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(105),
    [anon_sym_untyped] = ACTIONS(107),
    [anon_sym_break] = ACTIONS(109),
    [anon_sym_continue] = ACTIONS(109),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(111),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(115),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(117),
    [anon_sym_class] = ACTIONS(119),
    [anon_sym_interface] = ACTIONS(121),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(141),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [16] = {
    [sym_preprocessor_statement] = STATE(18),
    [sym_package_statement] = STATE(18),
    [sym_import_statement] = STATE(18),
    [sym_using_statement] = STATE(18),
    [sym_throw_statement] = STATE(18),
    [sym__rhs_expression] = STATE(1000),
    [sym__unaryExpression] = STATE(2870),
    [sym_runtime_type_check_expression] = STATE(2870),
    [sym_switch_expression] = STATE(498),
    [sym_cast_expression] = STATE(2870),
    [sym_type_trace_expression] = STATE(2870),
    [sym__parenthesized_expression] = STATE(2551),
    [sym_range_expression] = STATE(2870),
    [sym_subscript_expression] = STATE(2870),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(18),
    [sym_metadata] = STATE(1859),
    [sym_conditional_statement] = STATE(18),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1000),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(18),
    [sym__modifier] = STATE(1882),
    [sym_class_declaration] = STATE(515),
    [sym_interface_declaration] = STATE(515),
    [sym_typedef_declaration] = STATE(515),
    [sym_function_declaration] = STATE(515),
    [sym_variable_declaration] = STATE(515),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(18),
    [aux_sym_class_declaration_repeat1] = STATE(1859),
    [aux_sym_function_declaration_repeat1] = STATE(1882),
    [ts_builtin_sym_end] = ACTIONS(143),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(9),
    [anon_sym_package] = ACTIONS(11),
    [anon_sym_import] = ACTIONS(13),
    [anon_sym_using] = ACTIONS(15),
    [anon_sym_throw] = ACTIONS(17),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(23),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(29),
    [anon_sym_untyped] = ACTIONS(31),
    [anon_sym_break] = ACTIONS(33),
    [anon_sym_continue] = ACTIONS(33),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(43),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(61),
    [anon_sym_abstract] = ACTIONS(63),
    [anon_sym_static] = ACTIONS(61),
    [anon_sym_public] = ACTIONS(61),
    [anon_sym_private] = ACTIONS(61),
    [anon_sym_extern] = ACTIONS(61),
    [anon_sym_inline] = ACTIONS(61),
    [anon_sym_overload] = ACTIONS(61),
    [anon_sym_override] = ACTIONS(61),
    [anon_sym_final] = ACTIONS(65),
    [anon_sym_class] = ACTIONS(67),
    [anon_sym_interface] = ACTIONS(69),
    [anon_sym_typedef] = ACTIONS(71),
    [anon_sym_function] = ACTIONS(73),
    [anon_sym_var] = ACTIONS(75),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [17] = {
    [sym_preprocessor_statement] = STATE(17),
    [sym_package_statement] = STATE(17),
    [sym_import_statement] = STATE(17),
    [sym_using_statement] = STATE(17),
    [sym_throw_statement] = STATE(17),
    [sym__rhs_expression] = STATE(1034),
    [sym__unaryExpression] = STATE(2742),
    [sym_runtime_type_check_expression] = STATE(2742),
    [sym_switch_expression] = STATE(499),
    [sym_cast_expression] = STATE(2742),
    [sym_type_trace_expression] = STATE(2742),
    [sym__parenthesized_expression] = STATE(2535),
    [sym_range_expression] = STATE(2742),
    [sym_subscript_expression] = STATE(2742),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(17),
    [sym_metadata] = STATE(1866),
    [sym_conditional_statement] = STATE(17),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1034),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(17),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(17),
    [aux_sym_class_declaration_repeat1] = STATE(1866),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(145),
    [anon_sym_POUND] = ACTIONS(148),
    [anon_sym_package] = ACTIONS(151),
    [anon_sym_import] = ACTIONS(154),
    [anon_sym_using] = ACTIONS(157),
    [anon_sym_throw] = ACTIONS(160),
    [anon_sym_LPAREN] = ACTIONS(163),
    [anon_sym_switch] = ACTIONS(166),
    [anon_sym_LBRACE] = ACTIONS(169),
    [anon_sym_cast] = ACTIONS(172),
    [anon_sym_DOLLARtype] = ACTIONS(175),
    [anon_sym_return] = ACTIONS(178),
    [anon_sym_untyped] = ACTIONS(181),
    [anon_sym_break] = ACTIONS(184),
    [anon_sym_continue] = ACTIONS(184),
    [anon_sym_LBRACK] = ACTIONS(187),
    [anon_sym_this] = ACTIONS(190),
    [anon_sym_AT] = ACTIONS(193),
    [anon_sym_AT_COLON] = ACTIONS(196),
    [anon_sym_if] = ACTIONS(199),
    [anon_sym_new] = ACTIONS(202),
    [anon_sym_TILDE] = ACTIONS(205),
    [anon_sym_BANG] = ACTIONS(208),
    [anon_sym_DASH] = ACTIONS(211),
    [anon_sym_PLUS_PLUS] = ACTIONS(214),
    [anon_sym_DASH_DASH] = ACTIONS(214),
    [anon_sym_PERCENT] = ACTIONS(217),
    [anon_sym_STAR] = ACTIONS(217),
    [anon_sym_SLASH] = ACTIONS(220),
    [anon_sym_PLUS] = ACTIONS(220),
    [anon_sym_LT_LT] = ACTIONS(217),
    [anon_sym_GT_GT] = ACTIONS(220),
    [anon_sym_GT_GT_GT] = ACTIONS(217),
    [anon_sym_AMP] = ACTIONS(220),
    [anon_sym_PIPE] = ACTIONS(220),
    [anon_sym_CARET] = ACTIONS(217),
    [anon_sym_AMP_AMP] = ACTIONS(205),
    [anon_sym_PIPE_PIPE] = ACTIONS(205),
    [anon_sym_EQ_EQ] = ACTIONS(205),
    [anon_sym_BANG_EQ] = ACTIONS(205),
    [anon_sym_LT] = ACTIONS(208),
    [anon_sym_LT_EQ] = ACTIONS(205),
    [anon_sym_GT] = ACTIONS(208),
    [anon_sym_GT_EQ] = ACTIONS(205),
    [anon_sym_EQ_GT] = ACTIONS(205),
    [anon_sym_QMARK_QMARK] = ACTIONS(205),
    [anon_sym_EQ] = ACTIONS(208),
    [sym__rangeOperator] = ACTIONS(205),
    [anon_sym_null] = ACTIONS(223),
    [anon_sym_macro] = ACTIONS(226),
    [anon_sym_abstract] = ACTIONS(229),
    [anon_sym_static] = ACTIONS(226),
    [anon_sym_public] = ACTIONS(226),
    [anon_sym_private] = ACTIONS(226),
    [anon_sym_extern] = ACTIONS(226),
    [anon_sym_inline] = ACTIONS(226),
    [anon_sym_overload] = ACTIONS(226),
    [anon_sym_override] = ACTIONS(226),
    [anon_sym_final] = ACTIONS(232),
    [anon_sym_class] = ACTIONS(235),
    [anon_sym_interface] = ACTIONS(238),
    [anon_sym_typedef] = ACTIONS(241),
    [anon_sym_function] = ACTIONS(244),
    [anon_sym_var] = ACTIONS(247),
    [aux_sym_integer_token1] = ACTIONS(250),
    [aux_sym_integer_token2] = ACTIONS(253),
    [aux_sym_float_token1] = ACTIONS(256),
    [aux_sym_float_token2] = ACTIONS(259),
    [anon_sym_true] = ACTIONS(262),
    [anon_sym_false] = ACTIONS(262),
    [aux_sym_string_token1] = ACTIONS(265),
    [aux_sym_string_token3] = ACTIONS(268),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(271),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [18] = {
    [sym_preprocessor_statement] = STATE(18),
    [sym_package_statement] = STATE(18),
    [sym_import_statement] = STATE(18),
    [sym_using_statement] = STATE(18),
    [sym_throw_statement] = STATE(18),
    [sym__rhs_expression] = STATE(1000),
    [sym__unaryExpression] = STATE(2870),
    [sym_runtime_type_check_expression] = STATE(2870),
    [sym_switch_expression] = STATE(498),
    [sym_cast_expression] = STATE(2870),
    [sym_type_trace_expression] = STATE(2870),
    [sym__parenthesized_expression] = STATE(2551),
    [sym_range_expression] = STATE(2870),
    [sym_subscript_expression] = STATE(2870),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(18),
    [sym_metadata] = STATE(1859),
    [sym_conditional_statement] = STATE(18),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1000),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(18),
    [sym__modifier] = STATE(1882),
    [sym_class_declaration] = STATE(515),
    [sym_interface_declaration] = STATE(515),
    [sym_typedef_declaration] = STATE(515),
    [sym_function_declaration] = STATE(515),
    [sym_variable_declaration] = STATE(515),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_module_repeat1] = STATE(18),
    [aux_sym_class_declaration_repeat1] = STATE(1859),
    [aux_sym_function_declaration_repeat1] = STATE(1882),
    [ts_builtin_sym_end] = ACTIONS(271),
    [sym_identifier] = ACTIONS(145),
    [anon_sym_POUND] = ACTIONS(273),
    [anon_sym_package] = ACTIONS(276),
    [anon_sym_import] = ACTIONS(279),
    [anon_sym_using] = ACTIONS(282),
    [anon_sym_throw] = ACTIONS(285),
    [anon_sym_LPAREN] = ACTIONS(163),
    [anon_sym_switch] = ACTIONS(288),
    [anon_sym_LBRACE] = ACTIONS(291),
    [anon_sym_cast] = ACTIONS(172),
    [anon_sym_DOLLARtype] = ACTIONS(175),
    [anon_sym_return] = ACTIONS(294),
    [anon_sym_untyped] = ACTIONS(297),
    [anon_sym_break] = ACTIONS(300),
    [anon_sym_continue] = ACTIONS(300),
    [anon_sym_LBRACK] = ACTIONS(187),
    [anon_sym_this] = ACTIONS(190),
    [anon_sym_AT] = ACTIONS(193),
    [anon_sym_AT_COLON] = ACTIONS(196),
    [anon_sym_if] = ACTIONS(303),
    [anon_sym_new] = ACTIONS(202),
    [anon_sym_TILDE] = ACTIONS(205),
    [anon_sym_BANG] = ACTIONS(208),
    [anon_sym_DASH] = ACTIONS(211),
    [anon_sym_PLUS_PLUS] = ACTIONS(214),
    [anon_sym_DASH_DASH] = ACTIONS(214),
    [anon_sym_PERCENT] = ACTIONS(217),
    [anon_sym_STAR] = ACTIONS(217),
    [anon_sym_SLASH] = ACTIONS(220),
    [anon_sym_PLUS] = ACTIONS(220),
    [anon_sym_LT_LT] = ACTIONS(217),
    [anon_sym_GT_GT] = ACTIONS(220),
    [anon_sym_GT_GT_GT] = ACTIONS(217),
    [anon_sym_AMP] = ACTIONS(220),
    [anon_sym_PIPE] = ACTIONS(220),
    [anon_sym_CARET] = ACTIONS(217),
    [anon_sym_AMP_AMP] = ACTIONS(205),
    [anon_sym_PIPE_PIPE] = ACTIONS(205),
    [anon_sym_EQ_EQ] = ACTIONS(205),
    [anon_sym_BANG_EQ] = ACTIONS(205),
    [anon_sym_LT] = ACTIONS(208),
    [anon_sym_LT_EQ] = ACTIONS(205),
    [anon_sym_GT] = ACTIONS(208),
    [anon_sym_GT_EQ] = ACTIONS(205),
    [anon_sym_EQ_GT] = ACTIONS(205),
    [anon_sym_QMARK_QMARK] = ACTIONS(205),
    [anon_sym_EQ] = ACTIONS(208),
    [sym__rangeOperator] = ACTIONS(205),
    [anon_sym_null] = ACTIONS(223),
    [anon_sym_macro] = ACTIONS(306),
    [anon_sym_abstract] = ACTIONS(309),
    [anon_sym_static] = ACTIONS(306),
    [anon_sym_public] = ACTIONS(306),
    [anon_sym_private] = ACTIONS(306),
    [anon_sym_extern] = ACTIONS(306),
    [anon_sym_inline] = ACTIONS(306),
    [anon_sym_overload] = ACTIONS(306),
    [anon_sym_override] = ACTIONS(306),
    [anon_sym_final] = ACTIONS(312),
    [anon_sym_class] = ACTIONS(315),
    [anon_sym_interface] = ACTIONS(318),
    [anon_sym_typedef] = ACTIONS(321),
    [anon_sym_function] = ACTIONS(324),
    [anon_sym_var] = ACTIONS(327),
    [aux_sym_integer_token1] = ACTIONS(250),
    [aux_sym_integer_token2] = ACTIONS(253),
    [aux_sym_float_token1] = ACTIONS(256),
    [aux_sym_float_token2] = ACTIONS(259),
    [anon_sym_true] = ACTIONS(262),
    [anon_sym_false] = ACTIONS(262),
    [aux_sym_string_token1] = ACTIONS(265),
    [aux_sym_string_token3] = ACTIONS(268),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [19] = {
    [sym_preprocessor_statement] = STATE(2339),
    [sym_package_statement] = STATE(2339),
    [sym_import_statement] = STATE(2339),
    [sym_using_statement] = STATE(2339),
    [sym_throw_statement] = STATE(2339),
    [sym__rhs_expression] = STATE(979),
    [sym__unaryExpression] = STATE(2750),
    [sym_runtime_type_check_expression] = STATE(2750),
    [sym_switch_expression] = STATE(2165),
    [sym_cast_expression] = STATE(2750),
    [sym_type_trace_expression] = STATE(2750),
    [sym__parenthesized_expression] = STATE(2546),
    [sym_range_expression] = STATE(2750),
    [sym_subscript_expression] = STATE(2750),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(2339),
    [sym_metadata] = STATE(1861),
    [sym_conditional_statement] = STATE(2339),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(979),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(2339),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_class_declaration_repeat1] = STATE(1861),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(330),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(332),
    [anon_sym_untyped] = ACTIONS(334),
    [anon_sym_break] = ACTIONS(336),
    [anon_sym_continue] = ACTIONS(336),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(338),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(340),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(342),
    [anon_sym_class] = ACTIONS(344),
    [anon_sym_interface] = ACTIONS(346),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [20] = {
    [sym_preprocessor_statement] = STATE(2298),
    [sym_package_statement] = STATE(2298),
    [sym_import_statement] = STATE(2298),
    [sym_using_statement] = STATE(2298),
    [sym_throw_statement] = STATE(2298),
    [sym__rhs_expression] = STATE(914),
    [sym__unaryExpression] = STATE(2640),
    [sym_runtime_type_check_expression] = STATE(2640),
    [sym_switch_expression] = STATE(2276),
    [sym_cast_expression] = STATE(2640),
    [sym_type_trace_expression] = STATE(2640),
    [sym__parenthesized_expression] = STATE(2606),
    [sym_range_expression] = STATE(2640),
    [sym_subscript_expression] = STATE(2640),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym_block] = STATE(2298),
    [sym_metadata] = STATE(1861),
    [sym_conditional_statement] = STATE(2298),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(914),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym_declaration] = STATE(2298),
    [sym__modifier] = STATE(1885),
    [sym_class_declaration] = STATE(369),
    [sym_interface_declaration] = STATE(369),
    [sym_typedef_declaration] = STATE(369),
    [sym_function_declaration] = STATE(369),
    [sym_variable_declaration] = STATE(369),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [aux_sym_class_declaration_repeat1] = STATE(1861),
    [aux_sym_function_declaration_repeat1] = STATE(1885),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_POUND] = ACTIONS(330),
    [anon_sym_package] = ACTIONS(93),
    [anon_sym_import] = ACTIONS(95),
    [anon_sym_using] = ACTIONS(97),
    [anon_sym_throw] = ACTIONS(99),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(103),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(348),
    [anon_sym_untyped] = ACTIONS(350),
    [anon_sym_break] = ACTIONS(352),
    [anon_sym_continue] = ACTIONS(352),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_AT] = ACTIONS(39),
    [anon_sym_AT_COLON] = ACTIONS(41),
    [anon_sym_if] = ACTIONS(338),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [anon_sym_macro] = ACTIONS(113),
    [anon_sym_abstract] = ACTIONS(340),
    [anon_sym_static] = ACTIONS(113),
    [anon_sym_public] = ACTIONS(113),
    [anon_sym_private] = ACTIONS(113),
    [anon_sym_extern] = ACTIONS(113),
    [anon_sym_inline] = ACTIONS(113),
    [anon_sym_overload] = ACTIONS(113),
    [anon_sym_override] = ACTIONS(113),
    [anon_sym_final] = ACTIONS(342),
    [anon_sym_class] = ACTIONS(344),
    [anon_sym_interface] = ACTIONS(346),
    [anon_sym_typedef] = ACTIONS(123),
    [anon_sym_function] = ACTIONS(125),
    [anon_sym_var] = ACTIONS(127),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [21] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(71),
    [sym_runtime_type_check_expression] = STATE(71),
    [sym_switch_expression] = STATE(71),
    [sym_cast_expression] = STATE(71),
    [sym_type_trace_expression] = STATE(71),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(71),
    [sym_subscript_expression] = STATE(71),
    [sym_member_expression] = STATE(762),
    [sym__lhs_expression] = STATE(1928),
    [sym_builtin_type] = STATE(1931),
    [sym__function_type_args] = STATE(2724),
    [sym_function_type] = STATE(2028),
    [sym_type] = STATE(2135),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(766),
    [sym_integer] = STATE(766),
    [sym_float] = STATE(766),
    [sym_bool] = STATE(766),
    [sym_string] = STATE(765),
    [sym_null] = STATE(766),
    [sym_array] = STATE(766),
    [sym_map] = STATE(766),
    [sym_object] = STATE(766),
    [sym_structure_type_pair] = STATE(2692),
    [sym_pair] = STATE(766),
    [aux_sym__parenthesized_expression_repeat1] = STATE(71),
    [sym_identifier] = ACTIONS(354),
    [anon_sym_LPAREN] = ACTIONS(356),
    [anon_sym_RPAREN] = ACTIONS(358),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(372),
    [anon_sym_continue] = ACTIONS(372),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(376),
    [anon_sym_Void] = ACTIONS(378),
    [anon_sym_Int] = ACTIONS(378),
    [anon_sym_Float] = ACTIONS(378),
    [anon_sym_Bool] = ACTIONS(378),
    [anon_sym_Null] = ACTIONS(378),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [22] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(66),
    [sym_runtime_type_check_expression] = STATE(66),
    [sym_switch_expression] = STATE(66),
    [sym_cast_expression] = STATE(66),
    [sym_type_trace_expression] = STATE(66),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(66),
    [sym_subscript_expression] = STATE(66),
    [sym_member_expression] = STATE(762),
    [sym__lhs_expression] = STATE(1928),
    [sym_builtin_type] = STATE(1931),
    [sym__function_type_args] = STATE(2740),
    [sym_function_type] = STATE(2028),
    [sym_type] = STATE(2151),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(766),
    [sym_integer] = STATE(766),
    [sym_float] = STATE(766),
    [sym_bool] = STATE(766),
    [sym_string] = STATE(765),
    [sym_null] = STATE(766),
    [sym_array] = STATE(766),
    [sym_map] = STATE(766),
    [sym_object] = STATE(766),
    [sym_structure_type_pair] = STATE(2768),
    [sym_pair] = STATE(766),
    [aux_sym__parenthesized_expression_repeat1] = STATE(66),
    [sym_identifier] = ACTIONS(354),
    [anon_sym_LPAREN] = ACTIONS(356),
    [anon_sym_RPAREN] = ACTIONS(398),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(400),
    [anon_sym_continue] = ACTIONS(400),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(376),
    [anon_sym_Void] = ACTIONS(378),
    [anon_sym_Int] = ACTIONS(378),
    [anon_sym_Float] = ACTIONS(378),
    [anon_sym_Bool] = ACTIONS(378),
    [anon_sym_Null] = ACTIONS(378),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [23] = {
    [sym__rhs_expression] = STATE(796),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(762),
    [sym__lhs_expression] = STATE(1936),
    [sym_builtin_type] = STATE(1931),
    [sym_function_type] = STATE(2028),
    [sym_type] = STATE(2210),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(796),
    [sym_operator] = STATE(1549),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1655),
    [sym_integer] = STATE(1655),
    [sym_float] = STATE(1655),
    [sym_bool] = STATE(1655),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1655),
    [sym_array] = STATE(1655),
    [sym_map] = STATE(1655),
    [sym_object] = STATE(1655),
    [sym_pair] = STATE(1655),
    [sym_identifier] = ACTIONS(402),
    [anon_sym_LPAREN] = ACTIONS(356),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(404),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(406),
    [anon_sym_untyped] = ACTIONS(408),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_Void] = ACTIONS(378),
    [anon_sym_Int] = ACTIONS(378),
    [anon_sym_Float] = ACTIONS(378),
    [anon_sym_Bool] = ACTIONS(378),
    [anon_sym_Null] = ACTIONS(378),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [24] = {
    [sym__rhs_expression] = STATE(697),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(762),
    [sym__lhs_expression] = STATE(1928),
    [sym_builtin_type] = STATE(1931),
    [sym_function_type] = STATE(2028),
    [sym_type] = STATE(2281),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(697),
    [sym_operator] = STATE(1548),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(768),
    [sym_integer] = STATE(768),
    [sym_float] = STATE(768),
    [sym_bool] = STATE(768),
    [sym_string] = STATE(765),
    [sym_null] = STATE(768),
    [sym_array] = STATE(768),
    [sym_map] = STATE(768),
    [sym_object] = STATE(768),
    [sym_pair] = STATE(768),
    [sym_identifier] = ACTIONS(416),
    [anon_sym_LPAREN] = ACTIONS(356),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(418),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(420),
    [anon_sym_untyped] = ACTIONS(422),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_Void] = ACTIONS(378),
    [anon_sym_Int] = ACTIONS(378),
    [anon_sym_Float] = ACTIONS(378),
    [anon_sym_Bool] = ACTIONS(378),
    [anon_sym_Null] = ACTIONS(378),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [25] = {
    [sym__rhs_expression] = STATE(796),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(762),
    [sym__lhs_expression] = STATE(1936),
    [sym_builtin_type] = STATE(1931),
    [sym_function_type] = STATE(2028),
    [sym_type] = STATE(2338),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(796),
    [sym_operator] = STATE(1549),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1655),
    [sym_integer] = STATE(1655),
    [sym_float] = STATE(1655),
    [sym_bool] = STATE(1655),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1655),
    [sym_array] = STATE(1655),
    [sym_map] = STATE(1655),
    [sym_object] = STATE(1655),
    [sym_pair] = STATE(1655),
    [sym_identifier] = ACTIONS(402),
    [anon_sym_LPAREN] = ACTIONS(356),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(404),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(406),
    [anon_sym_untyped] = ACTIONS(408),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_Void] = ACTIONS(378),
    [anon_sym_Int] = ACTIONS(378),
    [anon_sym_Float] = ACTIONS(378),
    [anon_sym_Bool] = ACTIONS(378),
    [anon_sym_Null] = ACTIONS(378),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [26] = {
    [sym__rhs_expression] = STATE(897),
    [sym__unaryExpression] = STATE(274),
    [sym_runtime_type_check_expression] = STATE(274),
    [sym_switch_expression] = STATE(274),
    [sym_cast_expression] = STATE(274),
    [sym_type_trace_expression] = STATE(274),
    [sym__parenthesized_expression] = STATE(279),
    [sym_range_expression] = STATE(274),
    [sym_subscript_expression] = STATE(274),
    [sym_member_expression] = STATE(1226),
    [sym__lhs_expression] = STATE(1934),
    [sym_builtin_type] = STATE(2024),
    [sym_function_type] = STATE(2367),
    [sym_type] = STATE(2442),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(897),
    [sym_operator] = STATE(1477),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1443),
    [sym_integer] = STATE(1443),
    [sym_float] = STATE(1443),
    [sym_bool] = STATE(1443),
    [sym_string] = STATE(1175),
    [sym_null] = STATE(1443),
    [sym_array] = STATE(1443),
    [sym_map] = STATE(1443),
    [sym_object] = STATE(1443),
    [sym_pair] = STATE(1443),
    [sym_identifier] = ACTIONS(424),
    [anon_sym_LPAREN] = ACTIONS(426),
    [anon_sym_switch] = ACTIONS(428),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(432),
    [anon_sym_DOLLARtype] = ACTIONS(434),
    [anon_sym_return] = ACTIONS(436),
    [anon_sym_untyped] = ACTIONS(438),
    [anon_sym_break] = ACTIONS(440),
    [anon_sym_continue] = ACTIONS(440),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(444),
    [anon_sym_Void] = ACTIONS(446),
    [anon_sym_Int] = ACTIONS(446),
    [anon_sym_Float] = ACTIONS(446),
    [anon_sym_Bool] = ACTIONS(446),
    [anon_sym_Null] = ACTIONS(446),
    [anon_sym_new] = ACTIONS(448),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [27] = {
    [sym__rhs_expression] = STATE(697),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(762),
    [sym__lhs_expression] = STATE(1928),
    [sym_builtin_type] = STATE(1931),
    [sym_function_type] = STATE(2028),
    [sym_type] = STATE(2504),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(697),
    [sym_operator] = STATE(1548),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(768),
    [sym_integer] = STATE(768),
    [sym_float] = STATE(768),
    [sym_bool] = STATE(768),
    [sym_string] = STATE(765),
    [sym_null] = STATE(768),
    [sym_array] = STATE(768),
    [sym_map] = STATE(768),
    [sym_object] = STATE(768),
    [sym_pair] = STATE(768),
    [sym_identifier] = ACTIONS(416),
    [anon_sym_LPAREN] = ACTIONS(356),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(418),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(420),
    [anon_sym_untyped] = ACTIONS(422),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_Void] = ACTIONS(378),
    [anon_sym_Int] = ACTIONS(378),
    [anon_sym_Float] = ACTIONS(378),
    [anon_sym_Bool] = ACTIONS(378),
    [anon_sym_Null] = ACTIONS(378),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [28] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2377),
    [sym_integer] = STATE(2377),
    [sym_float] = STATE(2377),
    [sym_bool] = STATE(2377),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2377),
    [sym_array] = STATE(2377),
    [sym_map] = STATE(2377),
    [sym_object] = STATE(2377),
    [sym_pair] = STATE(2377),
    [aux_sym_member_expression_repeat1] = STATE(30),
    [ts_builtin_sym_end] = ACTIONS(466),
    [sym_identifier] = ACTIONS(468),
    [anon_sym_POUND] = ACTIONS(466),
    [anon_sym_package] = ACTIONS(470),
    [anon_sym_DOT] = ACTIONS(470),
    [anon_sym_import] = ACTIONS(470),
    [anon_sym_using] = ACTIONS(470),
    [anon_sym_throw] = ACTIONS(470),
    [anon_sym_LPAREN] = ACTIONS(466),
    [anon_sym_RPAREN] = ACTIONS(466),
    [anon_sym_switch] = ACTIONS(470),
    [anon_sym_RBRACE] = ACTIONS(466),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(470),
    [anon_sym_COMMA] = ACTIONS(466),
    [anon_sym_DOLLARtype] = ACTIONS(466),
    [anon_sym_return] = ACTIONS(470),
    [anon_sym_untyped] = ACTIONS(470),
    [anon_sym_break] = ACTIONS(470),
    [anon_sym_continue] = ACTIONS(470),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(466),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_QMARK] = ACTIONS(470),
    [anon_sym_AT] = ACTIONS(470),
    [anon_sym_AT_COLON] = ACTIONS(466),
    [anon_sym_if] = ACTIONS(470),
    [anon_sym_new] = ACTIONS(470),
    [anon_sym_TILDE] = ACTIONS(466),
    [anon_sym_BANG] = ACTIONS(470),
    [anon_sym_DASH] = ACTIONS(470),
    [anon_sym_PLUS_PLUS] = ACTIONS(466),
    [anon_sym_DASH_DASH] = ACTIONS(466),
    [anon_sym_PERCENT] = ACTIONS(466),
    [anon_sym_STAR] = ACTIONS(466),
    [anon_sym_SLASH] = ACTIONS(470),
    [anon_sym_PLUS] = ACTIONS(470),
    [anon_sym_LT_LT] = ACTIONS(466),
    [anon_sym_GT_GT] = ACTIONS(470),
    [anon_sym_GT_GT_GT] = ACTIONS(466),
    [anon_sym_AMP] = ACTIONS(470),
    [anon_sym_PIPE] = ACTIONS(470),
    [anon_sym_CARET] = ACTIONS(466),
    [anon_sym_AMP_AMP] = ACTIONS(466),
    [anon_sym_PIPE_PIPE] = ACTIONS(466),
    [anon_sym_EQ_EQ] = ACTIONS(466),
    [anon_sym_BANG_EQ] = ACTIONS(466),
    [anon_sym_LT] = ACTIONS(470),
    [anon_sym_LT_EQ] = ACTIONS(466),
    [anon_sym_GT] = ACTIONS(470),
    [anon_sym_GT_EQ] = ACTIONS(466),
    [anon_sym_EQ_GT] = ACTIONS(466),
    [anon_sym_QMARK_QMARK] = ACTIONS(466),
    [anon_sym_EQ] = ACTIONS(470),
    [sym__rangeOperator] = ACTIONS(466),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(470),
    [anon_sym_abstract] = ACTIONS(470),
    [anon_sym_static] = ACTIONS(470),
    [anon_sym_public] = ACTIONS(470),
    [anon_sym_private] = ACTIONS(470),
    [anon_sym_extern] = ACTIONS(470),
    [anon_sym_inline] = ACTIONS(470),
    [anon_sym_overload] = ACTIONS(470),
    [anon_sym_override] = ACTIONS(470),
    [anon_sym_final] = ACTIONS(470),
    [anon_sym_class] = ACTIONS(470),
    [anon_sym_interface] = ACTIONS(470),
    [anon_sym_typedef] = ACTIONS(470),
    [anon_sym_function] = ACTIONS(470),
    [anon_sym_var] = ACTIONS(470),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [29] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2377),
    [sym_integer] = STATE(2377),
    [sym_float] = STATE(2377),
    [sym_bool] = STATE(2377),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2377),
    [sym_array] = STATE(2377),
    [sym_map] = STATE(2377),
    [sym_object] = STATE(2377),
    [sym_pair] = STATE(2377),
    [aux_sym_member_expression_repeat1] = STATE(30),
    [ts_builtin_sym_end] = ACTIONS(474),
    [sym_identifier] = ACTIONS(468),
    [anon_sym_POUND] = ACTIONS(474),
    [anon_sym_package] = ACTIONS(476),
    [anon_sym_DOT] = ACTIONS(476),
    [anon_sym_import] = ACTIONS(476),
    [anon_sym_using] = ACTIONS(476),
    [anon_sym_throw] = ACTIONS(476),
    [anon_sym_LPAREN] = ACTIONS(474),
    [anon_sym_RPAREN] = ACTIONS(474),
    [anon_sym_switch] = ACTIONS(476),
    [anon_sym_RBRACE] = ACTIONS(474),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(476),
    [anon_sym_COMMA] = ACTIONS(474),
    [anon_sym_DOLLARtype] = ACTIONS(474),
    [anon_sym_return] = ACTIONS(476),
    [anon_sym_untyped] = ACTIONS(476),
    [anon_sym_break] = ACTIONS(476),
    [anon_sym_continue] = ACTIONS(476),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(474),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_QMARK] = ACTIONS(476),
    [anon_sym_AT] = ACTIONS(476),
    [anon_sym_AT_COLON] = ACTIONS(474),
    [anon_sym_if] = ACTIONS(476),
    [anon_sym_new] = ACTIONS(476),
    [anon_sym_TILDE] = ACTIONS(474),
    [anon_sym_BANG] = ACTIONS(476),
    [anon_sym_DASH] = ACTIONS(476),
    [anon_sym_PLUS_PLUS] = ACTIONS(474),
    [anon_sym_DASH_DASH] = ACTIONS(474),
    [anon_sym_PERCENT] = ACTIONS(474),
    [anon_sym_STAR] = ACTIONS(474),
    [anon_sym_SLASH] = ACTIONS(476),
    [anon_sym_PLUS] = ACTIONS(476),
    [anon_sym_LT_LT] = ACTIONS(474),
    [anon_sym_GT_GT] = ACTIONS(476),
    [anon_sym_GT_GT_GT] = ACTIONS(474),
    [anon_sym_AMP] = ACTIONS(476),
    [anon_sym_PIPE] = ACTIONS(476),
    [anon_sym_CARET] = ACTIONS(474),
    [anon_sym_AMP_AMP] = ACTIONS(474),
    [anon_sym_PIPE_PIPE] = ACTIONS(474),
    [anon_sym_EQ_EQ] = ACTIONS(474),
    [anon_sym_BANG_EQ] = ACTIONS(474),
    [anon_sym_LT] = ACTIONS(476),
    [anon_sym_LT_EQ] = ACTIONS(474),
    [anon_sym_GT] = ACTIONS(476),
    [anon_sym_GT_EQ] = ACTIONS(474),
    [anon_sym_EQ_GT] = ACTIONS(474),
    [anon_sym_QMARK_QMARK] = ACTIONS(474),
    [anon_sym_EQ] = ACTIONS(476),
    [sym__rangeOperator] = ACTIONS(474),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(476),
    [anon_sym_abstract] = ACTIONS(476),
    [anon_sym_static] = ACTIONS(476),
    [anon_sym_public] = ACTIONS(476),
    [anon_sym_private] = ACTIONS(476),
    [anon_sym_extern] = ACTIONS(476),
    [anon_sym_inline] = ACTIONS(476),
    [anon_sym_overload] = ACTIONS(476),
    [anon_sym_override] = ACTIONS(476),
    [anon_sym_final] = ACTIONS(476),
    [anon_sym_class] = ACTIONS(476),
    [anon_sym_interface] = ACTIONS(476),
    [anon_sym_typedef] = ACTIONS(476),
    [anon_sym_function] = ACTIONS(476),
    [anon_sym_var] = ACTIONS(476),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [30] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2377),
    [sym_integer] = STATE(2377),
    [sym_float] = STATE(2377),
    [sym_bool] = STATE(2377),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2377),
    [sym_array] = STATE(2377),
    [sym_map] = STATE(2377),
    [sym_object] = STATE(2377),
    [sym_pair] = STATE(2377),
    [aux_sym_member_expression_repeat1] = STATE(30),
    [ts_builtin_sym_end] = ACTIONS(478),
    [sym_identifier] = ACTIONS(480),
    [anon_sym_POUND] = ACTIONS(478),
    [anon_sym_package] = ACTIONS(483),
    [anon_sym_DOT] = ACTIONS(483),
    [anon_sym_import] = ACTIONS(483),
    [anon_sym_using] = ACTIONS(483),
    [anon_sym_throw] = ACTIONS(483),
    [anon_sym_LPAREN] = ACTIONS(478),
    [anon_sym_RPAREN] = ACTIONS(478),
    [anon_sym_switch] = ACTIONS(483),
    [anon_sym_RBRACE] = ACTIONS(478),
    [anon_sym_LBRACE] = ACTIONS(485),
    [anon_sym_cast] = ACTIONS(483),
    [anon_sym_COMMA] = ACTIONS(478),
    [anon_sym_DOLLARtype] = ACTIONS(478),
    [anon_sym_return] = ACTIONS(483),
    [anon_sym_untyped] = ACTIONS(483),
    [anon_sym_break] = ACTIONS(483),
    [anon_sym_continue] = ACTIONS(483),
    [anon_sym_LBRACK] = ACTIONS(488),
    [anon_sym_RBRACK] = ACTIONS(478),
    [anon_sym_this] = ACTIONS(491),
    [anon_sym_QMARK] = ACTIONS(483),
    [anon_sym_AT] = ACTIONS(483),
    [anon_sym_AT_COLON] = ACTIONS(478),
    [anon_sym_if] = ACTIONS(483),
    [anon_sym_new] = ACTIONS(483),
    [anon_sym_TILDE] = ACTIONS(478),
    [anon_sym_BANG] = ACTIONS(483),
    [anon_sym_DASH] = ACTIONS(483),
    [anon_sym_PLUS_PLUS] = ACTIONS(478),
    [anon_sym_DASH_DASH] = ACTIONS(478),
    [anon_sym_PERCENT] = ACTIONS(478),
    [anon_sym_STAR] = ACTIONS(478),
    [anon_sym_SLASH] = ACTIONS(483),
    [anon_sym_PLUS] = ACTIONS(483),
    [anon_sym_LT_LT] = ACTIONS(478),
    [anon_sym_GT_GT] = ACTIONS(483),
    [anon_sym_GT_GT_GT] = ACTIONS(478),
    [anon_sym_AMP] = ACTIONS(483),
    [anon_sym_PIPE] = ACTIONS(483),
    [anon_sym_CARET] = ACTIONS(478),
    [anon_sym_AMP_AMP] = ACTIONS(478),
    [anon_sym_PIPE_PIPE] = ACTIONS(478),
    [anon_sym_EQ_EQ] = ACTIONS(478),
    [anon_sym_BANG_EQ] = ACTIONS(478),
    [anon_sym_LT] = ACTIONS(483),
    [anon_sym_LT_EQ] = ACTIONS(478),
    [anon_sym_GT] = ACTIONS(483),
    [anon_sym_GT_EQ] = ACTIONS(478),
    [anon_sym_EQ_GT] = ACTIONS(478),
    [anon_sym_QMARK_QMARK] = ACTIONS(478),
    [anon_sym_EQ] = ACTIONS(483),
    [sym__rangeOperator] = ACTIONS(478),
    [anon_sym_null] = ACTIONS(494),
    [anon_sym_macro] = ACTIONS(483),
    [anon_sym_abstract] = ACTIONS(483),
    [anon_sym_static] = ACTIONS(483),
    [anon_sym_public] = ACTIONS(483),
    [anon_sym_private] = ACTIONS(483),
    [anon_sym_extern] = ACTIONS(483),
    [anon_sym_inline] = ACTIONS(483),
    [anon_sym_overload] = ACTIONS(483),
    [anon_sym_override] = ACTIONS(483),
    [anon_sym_final] = ACTIONS(483),
    [anon_sym_class] = ACTIONS(483),
    [anon_sym_interface] = ACTIONS(483),
    [anon_sym_typedef] = ACTIONS(483),
    [anon_sym_function] = ACTIONS(483),
    [anon_sym_var] = ACTIONS(483),
    [aux_sym_integer_token1] = ACTIONS(497),
    [aux_sym_integer_token2] = ACTIONS(500),
    [aux_sym_float_token1] = ACTIONS(503),
    [aux_sym_float_token2] = ACTIONS(506),
    [anon_sym_true] = ACTIONS(509),
    [anon_sym_false] = ACTIONS(509),
    [aux_sym_string_token1] = ACTIONS(512),
    [aux_sym_string_token3] = ACTIONS(515),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [31] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2377),
    [sym_integer] = STATE(2377),
    [sym_float] = STATE(2377),
    [sym_bool] = STATE(2377),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2377),
    [sym_array] = STATE(2377),
    [sym_map] = STATE(2377),
    [sym_object] = STATE(2377),
    [sym_pair] = STATE(2377),
    [aux_sym_member_expression_repeat1] = STATE(30),
    [ts_builtin_sym_end] = ACTIONS(518),
    [sym_identifier] = ACTIONS(468),
    [anon_sym_POUND] = ACTIONS(518),
    [anon_sym_package] = ACTIONS(520),
    [anon_sym_DOT] = ACTIONS(520),
    [anon_sym_import] = ACTIONS(520),
    [anon_sym_using] = ACTIONS(520),
    [anon_sym_throw] = ACTIONS(520),
    [anon_sym_LPAREN] = ACTIONS(518),
    [anon_sym_RPAREN] = ACTIONS(518),
    [anon_sym_switch] = ACTIONS(520),
    [anon_sym_RBRACE] = ACTIONS(518),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(520),
    [anon_sym_COMMA] = ACTIONS(518),
    [anon_sym_DOLLARtype] = ACTIONS(518),
    [anon_sym_return] = ACTIONS(520),
    [anon_sym_untyped] = ACTIONS(520),
    [anon_sym_break] = ACTIONS(520),
    [anon_sym_continue] = ACTIONS(520),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(518),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_QMARK] = ACTIONS(520),
    [anon_sym_AT] = ACTIONS(520),
    [anon_sym_AT_COLON] = ACTIONS(518),
    [anon_sym_if] = ACTIONS(520),
    [anon_sym_new] = ACTIONS(520),
    [anon_sym_TILDE] = ACTIONS(518),
    [anon_sym_BANG] = ACTIONS(520),
    [anon_sym_DASH] = ACTIONS(520),
    [anon_sym_PLUS_PLUS] = ACTIONS(518),
    [anon_sym_DASH_DASH] = ACTIONS(518),
    [anon_sym_PERCENT] = ACTIONS(518),
    [anon_sym_STAR] = ACTIONS(518),
    [anon_sym_SLASH] = ACTIONS(520),
    [anon_sym_PLUS] = ACTIONS(520),
    [anon_sym_LT_LT] = ACTIONS(518),
    [anon_sym_GT_GT] = ACTIONS(520),
    [anon_sym_GT_GT_GT] = ACTIONS(518),
    [anon_sym_AMP] = ACTIONS(520),
    [anon_sym_PIPE] = ACTIONS(520),
    [anon_sym_CARET] = ACTIONS(518),
    [anon_sym_AMP_AMP] = ACTIONS(518),
    [anon_sym_PIPE_PIPE] = ACTIONS(518),
    [anon_sym_EQ_EQ] = ACTIONS(518),
    [anon_sym_BANG_EQ] = ACTIONS(518),
    [anon_sym_LT] = ACTIONS(520),
    [anon_sym_LT_EQ] = ACTIONS(518),
    [anon_sym_GT] = ACTIONS(520),
    [anon_sym_GT_EQ] = ACTIONS(518),
    [anon_sym_EQ_GT] = ACTIONS(518),
    [anon_sym_QMARK_QMARK] = ACTIONS(518),
    [anon_sym_EQ] = ACTIONS(520),
    [sym__rangeOperator] = ACTIONS(518),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(520),
    [anon_sym_abstract] = ACTIONS(520),
    [anon_sym_static] = ACTIONS(520),
    [anon_sym_public] = ACTIONS(520),
    [anon_sym_private] = ACTIONS(520),
    [anon_sym_extern] = ACTIONS(520),
    [anon_sym_inline] = ACTIONS(520),
    [anon_sym_overload] = ACTIONS(520),
    [anon_sym_override] = ACTIONS(520),
    [anon_sym_final] = ACTIONS(520),
    [anon_sym_class] = ACTIONS(520),
    [anon_sym_interface] = ACTIONS(520),
    [anon_sym_typedef] = ACTIONS(520),
    [anon_sym_function] = ACTIONS(520),
    [anon_sym_var] = ACTIONS(520),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [32] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2377),
    [sym_integer] = STATE(2377),
    [sym_float] = STATE(2377),
    [sym_bool] = STATE(2377),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2377),
    [sym_array] = STATE(2377),
    [sym_map] = STATE(2377),
    [sym_object] = STATE(2377),
    [sym_pair] = STATE(2377),
    [aux_sym_member_expression_repeat1] = STATE(30),
    [ts_builtin_sym_end] = ACTIONS(522),
    [sym_identifier] = ACTIONS(468),
    [anon_sym_POUND] = ACTIONS(522),
    [anon_sym_package] = ACTIONS(524),
    [anon_sym_DOT] = ACTIONS(524),
    [anon_sym_import] = ACTIONS(524),
    [anon_sym_using] = ACTIONS(524),
    [anon_sym_throw] = ACTIONS(524),
    [anon_sym_LPAREN] = ACTIONS(522),
    [anon_sym_RPAREN] = ACTIONS(522),
    [anon_sym_switch] = ACTIONS(524),
    [anon_sym_RBRACE] = ACTIONS(522),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(524),
    [anon_sym_COMMA] = ACTIONS(522),
    [anon_sym_DOLLARtype] = ACTIONS(522),
    [anon_sym_return] = ACTIONS(524),
    [anon_sym_untyped] = ACTIONS(524),
    [anon_sym_break] = ACTIONS(524),
    [anon_sym_continue] = ACTIONS(524),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(522),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_QMARK] = ACTIONS(524),
    [anon_sym_AT] = ACTIONS(524),
    [anon_sym_AT_COLON] = ACTIONS(522),
    [anon_sym_if] = ACTIONS(524),
    [anon_sym_new] = ACTIONS(524),
    [anon_sym_TILDE] = ACTIONS(522),
    [anon_sym_BANG] = ACTIONS(524),
    [anon_sym_DASH] = ACTIONS(524),
    [anon_sym_PLUS_PLUS] = ACTIONS(522),
    [anon_sym_DASH_DASH] = ACTIONS(522),
    [anon_sym_PERCENT] = ACTIONS(522),
    [anon_sym_STAR] = ACTIONS(522),
    [anon_sym_SLASH] = ACTIONS(524),
    [anon_sym_PLUS] = ACTIONS(524),
    [anon_sym_LT_LT] = ACTIONS(522),
    [anon_sym_GT_GT] = ACTIONS(524),
    [anon_sym_GT_GT_GT] = ACTIONS(522),
    [anon_sym_AMP] = ACTIONS(524),
    [anon_sym_PIPE] = ACTIONS(524),
    [anon_sym_CARET] = ACTIONS(522),
    [anon_sym_AMP_AMP] = ACTIONS(522),
    [anon_sym_PIPE_PIPE] = ACTIONS(522),
    [anon_sym_EQ_EQ] = ACTIONS(522),
    [anon_sym_BANG_EQ] = ACTIONS(522),
    [anon_sym_LT] = ACTIONS(524),
    [anon_sym_LT_EQ] = ACTIONS(522),
    [anon_sym_GT] = ACTIONS(524),
    [anon_sym_GT_EQ] = ACTIONS(522),
    [anon_sym_EQ_GT] = ACTIONS(522),
    [anon_sym_QMARK_QMARK] = ACTIONS(522),
    [anon_sym_EQ] = ACTIONS(524),
    [sym__rangeOperator] = ACTIONS(522),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(524),
    [anon_sym_abstract] = ACTIONS(524),
    [anon_sym_static] = ACTIONS(524),
    [anon_sym_public] = ACTIONS(524),
    [anon_sym_private] = ACTIONS(524),
    [anon_sym_extern] = ACTIONS(524),
    [anon_sym_inline] = ACTIONS(524),
    [anon_sym_overload] = ACTIONS(524),
    [anon_sym_override] = ACTIONS(524),
    [anon_sym_final] = ACTIONS(524),
    [anon_sym_class] = ACTIONS(524),
    [anon_sym_interface] = ACTIONS(524),
    [anon_sym_typedef] = ACTIONS(524),
    [anon_sym_function] = ACTIONS(524),
    [anon_sym_var] = ACTIONS(524),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [33] = {
    [sym__rhs_expression] = STATE(281),
    [sym_member_expression] = STATE(259),
    [sym__lhs_expression] = STATE(2254),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(281),
    [sym__literal] = STATE(480),
    [sym_integer] = STATE(480),
    [sym_float] = STATE(480),
    [sym_bool] = STATE(480),
    [sym_string] = STATE(296),
    [sym_null] = STATE(480),
    [sym_array] = STATE(480),
    [sym_map] = STATE(480),
    [sym_object] = STATE(480),
    [sym_pair] = STATE(480),
    [sym_identifier] = ACTIONS(526),
    [anon_sym_POUND] = ACTIONS(528),
    [anon_sym_package] = ACTIONS(526),
    [anon_sym_DOT] = ACTIONS(526),
    [anon_sym_import] = ACTIONS(526),
    [anon_sym_using] = ACTIONS(526),
    [anon_sym_throw] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_QMARK] = ACTIONS(526),
    [anon_sym_AT] = ACTIONS(526),
    [anon_sym_AT_COLON] = ACTIONS(528),
    [anon_sym_if] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [anon_sym_macro] = ACTIONS(526),
    [anon_sym_abstract] = ACTIONS(526),
    [anon_sym_static] = ACTIONS(526),
    [anon_sym_public] = ACTIONS(526),
    [anon_sym_private] = ACTIONS(526),
    [anon_sym_extern] = ACTIONS(526),
    [anon_sym_inline] = ACTIONS(526),
    [anon_sym_overload] = ACTIONS(526),
    [anon_sym_override] = ACTIONS(526),
    [anon_sym_final] = ACTIONS(526),
    [anon_sym_class] = ACTIONS(526),
    [anon_sym_interface] = ACTIONS(526),
    [anon_sym_typedef] = ACTIONS(526),
    [anon_sym_function] = ACTIONS(526),
    [anon_sym_var] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(528),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [34] = {
    [sym__rhs_expression] = STATE(214),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(214),
    [sym__literal] = STATE(488),
    [sym_integer] = STATE(488),
    [sym_float] = STATE(488),
    [sym_bool] = STATE(488),
    [sym_string] = STATE(304),
    [sym_null] = STATE(488),
    [sym_array] = STATE(488),
    [sym_map] = STATE(488),
    [sym_object] = STATE(488),
    [sym_pair] = STATE(488),
    [ts_builtin_sym_end] = ACTIONS(528),
    [sym_identifier] = ACTIONS(526),
    [anon_sym_POUND] = ACTIONS(528),
    [anon_sym_package] = ACTIONS(526),
    [anon_sym_DOT] = ACTIONS(526),
    [anon_sym_import] = ACTIONS(526),
    [anon_sym_using] = ACTIONS(526),
    [anon_sym_throw] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_QMARK] = ACTIONS(526),
    [anon_sym_AT] = ACTIONS(526),
    [anon_sym_AT_COLON] = ACTIONS(528),
    [anon_sym_if] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [anon_sym_macro] = ACTIONS(526),
    [anon_sym_abstract] = ACTIONS(526),
    [anon_sym_static] = ACTIONS(526),
    [anon_sym_public] = ACTIONS(526),
    [anon_sym_private] = ACTIONS(526),
    [anon_sym_extern] = ACTIONS(526),
    [anon_sym_inline] = ACTIONS(526),
    [anon_sym_overload] = ACTIONS(526),
    [anon_sym_override] = ACTIONS(526),
    [anon_sym_final] = ACTIONS(526),
    [anon_sym_class] = ACTIONS(526),
    [anon_sym_interface] = ACTIONS(526),
    [anon_sym_typedef] = ACTIONS(526),
    [anon_sym_function] = ACTIONS(526),
    [anon_sym_var] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [35] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2394),
    [sym_integer] = STATE(2394),
    [sym_float] = STATE(2394),
    [sym_bool] = STATE(2394),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2394),
    [sym_array] = STATE(2394),
    [sym_map] = STATE(2394),
    [sym_object] = STATE(2394),
    [sym_pair] = STATE(2394),
    [aux_sym_member_expression_repeat1] = STATE(35),
    [sym_identifier] = ACTIONS(530),
    [anon_sym_POUND] = ACTIONS(478),
    [anon_sym_package] = ACTIONS(483),
    [anon_sym_DOT] = ACTIONS(483),
    [anon_sym_import] = ACTIONS(483),
    [anon_sym_using] = ACTIONS(483),
    [anon_sym_throw] = ACTIONS(483),
    [anon_sym_LPAREN] = ACTIONS(478),
    [anon_sym_switch] = ACTIONS(483),
    [anon_sym_LBRACE] = ACTIONS(485),
    [anon_sym_case] = ACTIONS(483),
    [anon_sym_default] = ACTIONS(483),
    [anon_sym_cast] = ACTIONS(483),
    [anon_sym_COMMA] = ACTIONS(478),
    [anon_sym_DOLLARtype] = ACTIONS(478),
    [anon_sym_return] = ACTIONS(483),
    [anon_sym_untyped] = ACTIONS(483),
    [anon_sym_break] = ACTIONS(483),
    [anon_sym_continue] = ACTIONS(483),
    [anon_sym_LBRACK] = ACTIONS(488),
    [anon_sym_this] = ACTIONS(533),
    [anon_sym_QMARK] = ACTIONS(483),
    [anon_sym_AT] = ACTIONS(483),
    [anon_sym_AT_COLON] = ACTIONS(478),
    [anon_sym_if] = ACTIONS(483),
    [anon_sym_new] = ACTIONS(483),
    [anon_sym_TILDE] = ACTIONS(478),
    [anon_sym_BANG] = ACTIONS(483),
    [anon_sym_DASH] = ACTIONS(483),
    [anon_sym_PLUS_PLUS] = ACTIONS(478),
    [anon_sym_DASH_DASH] = ACTIONS(478),
    [anon_sym_PERCENT] = ACTIONS(478),
    [anon_sym_STAR] = ACTIONS(478),
    [anon_sym_SLASH] = ACTIONS(483),
    [anon_sym_PLUS] = ACTIONS(483),
    [anon_sym_LT_LT] = ACTIONS(478),
    [anon_sym_GT_GT] = ACTIONS(483),
    [anon_sym_GT_GT_GT] = ACTIONS(478),
    [anon_sym_AMP] = ACTIONS(483),
    [anon_sym_PIPE] = ACTIONS(483),
    [anon_sym_CARET] = ACTIONS(478),
    [anon_sym_AMP_AMP] = ACTIONS(478),
    [anon_sym_PIPE_PIPE] = ACTIONS(478),
    [anon_sym_EQ_EQ] = ACTIONS(478),
    [anon_sym_BANG_EQ] = ACTIONS(478),
    [anon_sym_LT] = ACTIONS(483),
    [anon_sym_LT_EQ] = ACTIONS(478),
    [anon_sym_GT] = ACTIONS(483),
    [anon_sym_GT_EQ] = ACTIONS(478),
    [anon_sym_EQ_GT] = ACTIONS(478),
    [anon_sym_QMARK_QMARK] = ACTIONS(478),
    [anon_sym_EQ] = ACTIONS(483),
    [sym__rangeOperator] = ACTIONS(478),
    [anon_sym_null] = ACTIONS(494),
    [anon_sym_macro] = ACTIONS(483),
    [anon_sym_abstract] = ACTIONS(483),
    [anon_sym_static] = ACTIONS(483),
    [anon_sym_public] = ACTIONS(483),
    [anon_sym_private] = ACTIONS(483),
    [anon_sym_extern] = ACTIONS(483),
    [anon_sym_inline] = ACTIONS(483),
    [anon_sym_overload] = ACTIONS(483),
    [anon_sym_override] = ACTIONS(483),
    [anon_sym_final] = ACTIONS(483),
    [anon_sym_class] = ACTIONS(483),
    [anon_sym_interface] = ACTIONS(483),
    [anon_sym_typedef] = ACTIONS(483),
    [anon_sym_function] = ACTIONS(483),
    [anon_sym_var] = ACTIONS(483),
    [aux_sym_integer_token1] = ACTIONS(497),
    [aux_sym_integer_token2] = ACTIONS(500),
    [aux_sym_float_token1] = ACTIONS(503),
    [aux_sym_float_token2] = ACTIONS(506),
    [anon_sym_true] = ACTIONS(509),
    [anon_sym_false] = ACTIONS(509),
    [aux_sym_string_token1] = ACTIONS(512),
    [aux_sym_string_token3] = ACTIONS(515),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(478),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [36] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2394),
    [sym_integer] = STATE(2394),
    [sym_float] = STATE(2394),
    [sym_bool] = STATE(2394),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2394),
    [sym_array] = STATE(2394),
    [sym_map] = STATE(2394),
    [sym_object] = STATE(2394),
    [sym_pair] = STATE(2394),
    [aux_sym_member_expression_repeat1] = STATE(35),
    [sym_identifier] = ACTIONS(536),
    [anon_sym_POUND] = ACTIONS(518),
    [anon_sym_package] = ACTIONS(520),
    [anon_sym_DOT] = ACTIONS(520),
    [anon_sym_import] = ACTIONS(520),
    [anon_sym_using] = ACTIONS(520),
    [anon_sym_throw] = ACTIONS(520),
    [anon_sym_LPAREN] = ACTIONS(518),
    [anon_sym_switch] = ACTIONS(520),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(520),
    [anon_sym_default] = ACTIONS(520),
    [anon_sym_cast] = ACTIONS(520),
    [anon_sym_COMMA] = ACTIONS(518),
    [anon_sym_DOLLARtype] = ACTIONS(518),
    [anon_sym_return] = ACTIONS(520),
    [anon_sym_untyped] = ACTIONS(520),
    [anon_sym_break] = ACTIONS(520),
    [anon_sym_continue] = ACTIONS(520),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_QMARK] = ACTIONS(520),
    [anon_sym_AT] = ACTIONS(520),
    [anon_sym_AT_COLON] = ACTIONS(518),
    [anon_sym_if] = ACTIONS(520),
    [anon_sym_new] = ACTIONS(520),
    [anon_sym_TILDE] = ACTIONS(518),
    [anon_sym_BANG] = ACTIONS(520),
    [anon_sym_DASH] = ACTIONS(520),
    [anon_sym_PLUS_PLUS] = ACTIONS(518),
    [anon_sym_DASH_DASH] = ACTIONS(518),
    [anon_sym_PERCENT] = ACTIONS(518),
    [anon_sym_STAR] = ACTIONS(518),
    [anon_sym_SLASH] = ACTIONS(520),
    [anon_sym_PLUS] = ACTIONS(520),
    [anon_sym_LT_LT] = ACTIONS(518),
    [anon_sym_GT_GT] = ACTIONS(520),
    [anon_sym_GT_GT_GT] = ACTIONS(518),
    [anon_sym_AMP] = ACTIONS(520),
    [anon_sym_PIPE] = ACTIONS(520),
    [anon_sym_CARET] = ACTIONS(518),
    [anon_sym_AMP_AMP] = ACTIONS(518),
    [anon_sym_PIPE_PIPE] = ACTIONS(518),
    [anon_sym_EQ_EQ] = ACTIONS(518),
    [anon_sym_BANG_EQ] = ACTIONS(518),
    [anon_sym_LT] = ACTIONS(520),
    [anon_sym_LT_EQ] = ACTIONS(518),
    [anon_sym_GT] = ACTIONS(520),
    [anon_sym_GT_EQ] = ACTIONS(518),
    [anon_sym_EQ_GT] = ACTIONS(518),
    [anon_sym_QMARK_QMARK] = ACTIONS(518),
    [anon_sym_EQ] = ACTIONS(520),
    [sym__rangeOperator] = ACTIONS(518),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(520),
    [anon_sym_abstract] = ACTIONS(520),
    [anon_sym_static] = ACTIONS(520),
    [anon_sym_public] = ACTIONS(520),
    [anon_sym_private] = ACTIONS(520),
    [anon_sym_extern] = ACTIONS(520),
    [anon_sym_inline] = ACTIONS(520),
    [anon_sym_overload] = ACTIONS(520),
    [anon_sym_override] = ACTIONS(520),
    [anon_sym_final] = ACTIONS(520),
    [anon_sym_class] = ACTIONS(520),
    [anon_sym_interface] = ACTIONS(520),
    [anon_sym_typedef] = ACTIONS(520),
    [anon_sym_function] = ACTIONS(520),
    [anon_sym_var] = ACTIONS(520),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(518),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [37] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2394),
    [sym_integer] = STATE(2394),
    [sym_float] = STATE(2394),
    [sym_bool] = STATE(2394),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2394),
    [sym_array] = STATE(2394),
    [sym_map] = STATE(2394),
    [sym_object] = STATE(2394),
    [sym_pair] = STATE(2394),
    [aux_sym_member_expression_repeat1] = STATE(35),
    [sym_identifier] = ACTIONS(536),
    [anon_sym_POUND] = ACTIONS(466),
    [anon_sym_package] = ACTIONS(470),
    [anon_sym_DOT] = ACTIONS(470),
    [anon_sym_import] = ACTIONS(470),
    [anon_sym_using] = ACTIONS(470),
    [anon_sym_throw] = ACTIONS(470),
    [anon_sym_LPAREN] = ACTIONS(466),
    [anon_sym_switch] = ACTIONS(470),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(470),
    [anon_sym_default] = ACTIONS(470),
    [anon_sym_cast] = ACTIONS(470),
    [anon_sym_COMMA] = ACTIONS(466),
    [anon_sym_DOLLARtype] = ACTIONS(466),
    [anon_sym_return] = ACTIONS(470),
    [anon_sym_untyped] = ACTIONS(470),
    [anon_sym_break] = ACTIONS(470),
    [anon_sym_continue] = ACTIONS(470),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_QMARK] = ACTIONS(470),
    [anon_sym_AT] = ACTIONS(470),
    [anon_sym_AT_COLON] = ACTIONS(466),
    [anon_sym_if] = ACTIONS(470),
    [anon_sym_new] = ACTIONS(470),
    [anon_sym_TILDE] = ACTIONS(466),
    [anon_sym_BANG] = ACTIONS(470),
    [anon_sym_DASH] = ACTIONS(470),
    [anon_sym_PLUS_PLUS] = ACTIONS(466),
    [anon_sym_DASH_DASH] = ACTIONS(466),
    [anon_sym_PERCENT] = ACTIONS(466),
    [anon_sym_STAR] = ACTIONS(466),
    [anon_sym_SLASH] = ACTIONS(470),
    [anon_sym_PLUS] = ACTIONS(470),
    [anon_sym_LT_LT] = ACTIONS(466),
    [anon_sym_GT_GT] = ACTIONS(470),
    [anon_sym_GT_GT_GT] = ACTIONS(466),
    [anon_sym_AMP] = ACTIONS(470),
    [anon_sym_PIPE] = ACTIONS(470),
    [anon_sym_CARET] = ACTIONS(466),
    [anon_sym_AMP_AMP] = ACTIONS(466),
    [anon_sym_PIPE_PIPE] = ACTIONS(466),
    [anon_sym_EQ_EQ] = ACTIONS(466),
    [anon_sym_BANG_EQ] = ACTIONS(466),
    [anon_sym_LT] = ACTIONS(470),
    [anon_sym_LT_EQ] = ACTIONS(466),
    [anon_sym_GT] = ACTIONS(470),
    [anon_sym_GT_EQ] = ACTIONS(466),
    [anon_sym_EQ_GT] = ACTIONS(466),
    [anon_sym_QMARK_QMARK] = ACTIONS(466),
    [anon_sym_EQ] = ACTIONS(470),
    [sym__rangeOperator] = ACTIONS(466),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(470),
    [anon_sym_abstract] = ACTIONS(470),
    [anon_sym_static] = ACTIONS(470),
    [anon_sym_public] = ACTIONS(470),
    [anon_sym_private] = ACTIONS(470),
    [anon_sym_extern] = ACTIONS(470),
    [anon_sym_inline] = ACTIONS(470),
    [anon_sym_overload] = ACTIONS(470),
    [anon_sym_override] = ACTIONS(470),
    [anon_sym_final] = ACTIONS(470),
    [anon_sym_class] = ACTIONS(470),
    [anon_sym_interface] = ACTIONS(470),
    [anon_sym_typedef] = ACTIONS(470),
    [anon_sym_function] = ACTIONS(470),
    [anon_sym_var] = ACTIONS(470),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(466),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [38] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2394),
    [sym_integer] = STATE(2394),
    [sym_float] = STATE(2394),
    [sym_bool] = STATE(2394),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2394),
    [sym_array] = STATE(2394),
    [sym_map] = STATE(2394),
    [sym_object] = STATE(2394),
    [sym_pair] = STATE(2394),
    [aux_sym_member_expression_repeat1] = STATE(35),
    [sym_identifier] = ACTIONS(536),
    [anon_sym_POUND] = ACTIONS(474),
    [anon_sym_package] = ACTIONS(476),
    [anon_sym_DOT] = ACTIONS(476),
    [anon_sym_import] = ACTIONS(476),
    [anon_sym_using] = ACTIONS(476),
    [anon_sym_throw] = ACTIONS(476),
    [anon_sym_LPAREN] = ACTIONS(474),
    [anon_sym_switch] = ACTIONS(476),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(476),
    [anon_sym_default] = ACTIONS(476),
    [anon_sym_cast] = ACTIONS(476),
    [anon_sym_COMMA] = ACTIONS(474),
    [anon_sym_DOLLARtype] = ACTIONS(474),
    [anon_sym_return] = ACTIONS(476),
    [anon_sym_untyped] = ACTIONS(476),
    [anon_sym_break] = ACTIONS(476),
    [anon_sym_continue] = ACTIONS(476),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_QMARK] = ACTIONS(476),
    [anon_sym_AT] = ACTIONS(476),
    [anon_sym_AT_COLON] = ACTIONS(474),
    [anon_sym_if] = ACTIONS(476),
    [anon_sym_new] = ACTIONS(476),
    [anon_sym_TILDE] = ACTIONS(474),
    [anon_sym_BANG] = ACTIONS(476),
    [anon_sym_DASH] = ACTIONS(476),
    [anon_sym_PLUS_PLUS] = ACTIONS(474),
    [anon_sym_DASH_DASH] = ACTIONS(474),
    [anon_sym_PERCENT] = ACTIONS(474),
    [anon_sym_STAR] = ACTIONS(474),
    [anon_sym_SLASH] = ACTIONS(476),
    [anon_sym_PLUS] = ACTIONS(476),
    [anon_sym_LT_LT] = ACTIONS(474),
    [anon_sym_GT_GT] = ACTIONS(476),
    [anon_sym_GT_GT_GT] = ACTIONS(474),
    [anon_sym_AMP] = ACTIONS(476),
    [anon_sym_PIPE] = ACTIONS(476),
    [anon_sym_CARET] = ACTIONS(474),
    [anon_sym_AMP_AMP] = ACTIONS(474),
    [anon_sym_PIPE_PIPE] = ACTIONS(474),
    [anon_sym_EQ_EQ] = ACTIONS(474),
    [anon_sym_BANG_EQ] = ACTIONS(474),
    [anon_sym_LT] = ACTIONS(476),
    [anon_sym_LT_EQ] = ACTIONS(474),
    [anon_sym_GT] = ACTIONS(476),
    [anon_sym_GT_EQ] = ACTIONS(474),
    [anon_sym_EQ_GT] = ACTIONS(474),
    [anon_sym_QMARK_QMARK] = ACTIONS(474),
    [anon_sym_EQ] = ACTIONS(476),
    [sym__rangeOperator] = ACTIONS(474),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(476),
    [anon_sym_abstract] = ACTIONS(476),
    [anon_sym_static] = ACTIONS(476),
    [anon_sym_public] = ACTIONS(476),
    [anon_sym_private] = ACTIONS(476),
    [anon_sym_extern] = ACTIONS(476),
    [anon_sym_inline] = ACTIONS(476),
    [anon_sym_overload] = ACTIONS(476),
    [anon_sym_override] = ACTIONS(476),
    [anon_sym_final] = ACTIONS(476),
    [anon_sym_class] = ACTIONS(476),
    [anon_sym_interface] = ACTIONS(476),
    [anon_sym_typedef] = ACTIONS(476),
    [anon_sym_function] = ACTIONS(476),
    [anon_sym_var] = ACTIONS(476),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(474),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [39] = {
    [sym__rhs_expression] = STATE(282),
    [sym_member_expression] = STATE(259),
    [sym__lhs_expression] = STATE(2254),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(282),
    [sym__literal] = STATE(480),
    [sym_integer] = STATE(480),
    [sym_float] = STATE(480),
    [sym_bool] = STATE(480),
    [sym_string] = STATE(296),
    [sym_null] = STATE(480),
    [sym_array] = STATE(480),
    [sym_map] = STATE(480),
    [sym_object] = STATE(480),
    [sym_pair] = STATE(480),
    [sym_identifier] = ACTIONS(540),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(546),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(450),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(542),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [40] = {
    [sym__rhs_expression] = STATE(207),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(207),
    [sym__literal] = STATE(488),
    [sym_integer] = STATE(488),
    [sym_float] = STATE(488),
    [sym_bool] = STATE(488),
    [sym_string] = STATE(304),
    [sym_null] = STATE(488),
    [sym_array] = STATE(488),
    [sym_map] = STATE(488),
    [sym_object] = STATE(488),
    [sym_pair] = STATE(488),
    [ts_builtin_sym_end] = ACTIONS(542),
    [sym_identifier] = ACTIONS(548),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [41] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2394),
    [sym_integer] = STATE(2394),
    [sym_float] = STATE(2394),
    [sym_bool] = STATE(2394),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2394),
    [sym_array] = STATE(2394),
    [sym_map] = STATE(2394),
    [sym_object] = STATE(2394),
    [sym_pair] = STATE(2394),
    [aux_sym_member_expression_repeat1] = STATE(35),
    [sym_identifier] = ACTIONS(536),
    [anon_sym_POUND] = ACTIONS(522),
    [anon_sym_package] = ACTIONS(524),
    [anon_sym_DOT] = ACTIONS(524),
    [anon_sym_import] = ACTIONS(524),
    [anon_sym_using] = ACTIONS(524),
    [anon_sym_throw] = ACTIONS(524),
    [anon_sym_LPAREN] = ACTIONS(522),
    [anon_sym_switch] = ACTIONS(524),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(524),
    [anon_sym_default] = ACTIONS(524),
    [anon_sym_cast] = ACTIONS(524),
    [anon_sym_COMMA] = ACTIONS(522),
    [anon_sym_DOLLARtype] = ACTIONS(522),
    [anon_sym_return] = ACTIONS(524),
    [anon_sym_untyped] = ACTIONS(524),
    [anon_sym_break] = ACTIONS(524),
    [anon_sym_continue] = ACTIONS(524),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_QMARK] = ACTIONS(524),
    [anon_sym_AT] = ACTIONS(524),
    [anon_sym_AT_COLON] = ACTIONS(522),
    [anon_sym_if] = ACTIONS(524),
    [anon_sym_new] = ACTIONS(524),
    [anon_sym_TILDE] = ACTIONS(522),
    [anon_sym_BANG] = ACTIONS(524),
    [anon_sym_DASH] = ACTIONS(524),
    [anon_sym_PLUS_PLUS] = ACTIONS(522),
    [anon_sym_DASH_DASH] = ACTIONS(522),
    [anon_sym_PERCENT] = ACTIONS(522),
    [anon_sym_STAR] = ACTIONS(522),
    [anon_sym_SLASH] = ACTIONS(524),
    [anon_sym_PLUS] = ACTIONS(524),
    [anon_sym_LT_LT] = ACTIONS(522),
    [anon_sym_GT_GT] = ACTIONS(524),
    [anon_sym_GT_GT_GT] = ACTIONS(522),
    [anon_sym_AMP] = ACTIONS(524),
    [anon_sym_PIPE] = ACTIONS(524),
    [anon_sym_CARET] = ACTIONS(522),
    [anon_sym_AMP_AMP] = ACTIONS(522),
    [anon_sym_PIPE_PIPE] = ACTIONS(522),
    [anon_sym_EQ_EQ] = ACTIONS(522),
    [anon_sym_BANG_EQ] = ACTIONS(522),
    [anon_sym_LT] = ACTIONS(524),
    [anon_sym_LT_EQ] = ACTIONS(522),
    [anon_sym_GT] = ACTIONS(524),
    [anon_sym_GT_EQ] = ACTIONS(522),
    [anon_sym_EQ_GT] = ACTIONS(522),
    [anon_sym_QMARK_QMARK] = ACTIONS(522),
    [anon_sym_EQ] = ACTIONS(524),
    [sym__rangeOperator] = ACTIONS(522),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(524),
    [anon_sym_abstract] = ACTIONS(524),
    [anon_sym_static] = ACTIONS(524),
    [anon_sym_public] = ACTIONS(524),
    [anon_sym_private] = ACTIONS(524),
    [anon_sym_extern] = ACTIONS(524),
    [anon_sym_inline] = ACTIONS(524),
    [anon_sym_overload] = ACTIONS(524),
    [anon_sym_override] = ACTIONS(524),
    [anon_sym_final] = ACTIONS(524),
    [anon_sym_class] = ACTIONS(524),
    [anon_sym_interface] = ACTIONS(524),
    [anon_sym_typedef] = ACTIONS(524),
    [anon_sym_function] = ACTIONS(524),
    [anon_sym_var] = ACTIONS(524),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(522),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [42] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2340),
    [sym_integer] = STATE(2340),
    [sym_float] = STATE(2340),
    [sym_bool] = STATE(2340),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2340),
    [sym_array] = STATE(2340),
    [sym_map] = STATE(2340),
    [sym_object] = STATE(2340),
    [sym_pair] = STATE(2340),
    [aux_sym_member_expression_repeat1] = STATE(43),
    [ts_builtin_sym_end] = ACTIONS(474),
    [sym_identifier] = ACTIONS(550),
    [anon_sym_POUND] = ACTIONS(474),
    [anon_sym_package] = ACTIONS(476),
    [anon_sym_import] = ACTIONS(476),
    [anon_sym_using] = ACTIONS(476),
    [anon_sym_throw] = ACTIONS(476),
    [anon_sym_LPAREN] = ACTIONS(474),
    [anon_sym_RPAREN] = ACTIONS(474),
    [anon_sym_switch] = ACTIONS(476),
    [anon_sym_RBRACE] = ACTIONS(474),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(476),
    [anon_sym_COMMA] = ACTIONS(474),
    [anon_sym_DOLLARtype] = ACTIONS(474),
    [anon_sym_return] = ACTIONS(476),
    [anon_sym_untyped] = ACTIONS(476),
    [anon_sym_break] = ACTIONS(476),
    [anon_sym_continue] = ACTIONS(476),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(474),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_AT] = ACTIONS(476),
    [anon_sym_AT_COLON] = ACTIONS(474),
    [anon_sym_if] = ACTIONS(476),
    [anon_sym_new] = ACTIONS(476),
    [anon_sym_TILDE] = ACTIONS(474),
    [anon_sym_BANG] = ACTIONS(476),
    [anon_sym_DASH] = ACTIONS(476),
    [anon_sym_PLUS_PLUS] = ACTIONS(474),
    [anon_sym_DASH_DASH] = ACTIONS(474),
    [anon_sym_PERCENT] = ACTIONS(474),
    [anon_sym_STAR] = ACTIONS(474),
    [anon_sym_SLASH] = ACTIONS(476),
    [anon_sym_PLUS] = ACTIONS(476),
    [anon_sym_LT_LT] = ACTIONS(474),
    [anon_sym_GT_GT] = ACTIONS(476),
    [anon_sym_GT_GT_GT] = ACTIONS(474),
    [anon_sym_AMP] = ACTIONS(476),
    [anon_sym_PIPE] = ACTIONS(476),
    [anon_sym_CARET] = ACTIONS(474),
    [anon_sym_AMP_AMP] = ACTIONS(474),
    [anon_sym_PIPE_PIPE] = ACTIONS(474),
    [anon_sym_EQ_EQ] = ACTIONS(474),
    [anon_sym_BANG_EQ] = ACTIONS(474),
    [anon_sym_LT] = ACTIONS(476),
    [anon_sym_LT_EQ] = ACTIONS(474),
    [anon_sym_GT] = ACTIONS(476),
    [anon_sym_GT_EQ] = ACTIONS(474),
    [anon_sym_EQ_GT] = ACTIONS(474),
    [anon_sym_QMARK_QMARK] = ACTIONS(474),
    [anon_sym_EQ] = ACTIONS(476),
    [sym__rangeOperator] = ACTIONS(474),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(476),
    [anon_sym_abstract] = ACTIONS(476),
    [anon_sym_static] = ACTIONS(476),
    [anon_sym_public] = ACTIONS(476),
    [anon_sym_private] = ACTIONS(476),
    [anon_sym_extern] = ACTIONS(476),
    [anon_sym_inline] = ACTIONS(476),
    [anon_sym_overload] = ACTIONS(476),
    [anon_sym_override] = ACTIONS(476),
    [anon_sym_final] = ACTIONS(476),
    [anon_sym_class] = ACTIONS(476),
    [anon_sym_interface] = ACTIONS(476),
    [anon_sym_typedef] = ACTIONS(476),
    [anon_sym_function] = ACTIONS(476),
    [anon_sym_var] = ACTIONS(476),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [43] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2340),
    [sym_integer] = STATE(2340),
    [sym_float] = STATE(2340),
    [sym_bool] = STATE(2340),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2340),
    [sym_array] = STATE(2340),
    [sym_map] = STATE(2340),
    [sym_object] = STATE(2340),
    [sym_pair] = STATE(2340),
    [aux_sym_member_expression_repeat1] = STATE(43),
    [ts_builtin_sym_end] = ACTIONS(478),
    [sym_identifier] = ACTIONS(554),
    [anon_sym_POUND] = ACTIONS(478),
    [anon_sym_package] = ACTIONS(483),
    [anon_sym_import] = ACTIONS(483),
    [anon_sym_using] = ACTIONS(483),
    [anon_sym_throw] = ACTIONS(483),
    [anon_sym_LPAREN] = ACTIONS(478),
    [anon_sym_RPAREN] = ACTIONS(478),
    [anon_sym_switch] = ACTIONS(483),
    [anon_sym_RBRACE] = ACTIONS(478),
    [anon_sym_LBRACE] = ACTIONS(485),
    [anon_sym_cast] = ACTIONS(483),
    [anon_sym_COMMA] = ACTIONS(478),
    [anon_sym_DOLLARtype] = ACTIONS(478),
    [anon_sym_return] = ACTIONS(483),
    [anon_sym_untyped] = ACTIONS(483),
    [anon_sym_break] = ACTIONS(483),
    [anon_sym_continue] = ACTIONS(483),
    [anon_sym_LBRACK] = ACTIONS(488),
    [anon_sym_RBRACK] = ACTIONS(478),
    [anon_sym_this] = ACTIONS(557),
    [anon_sym_AT] = ACTIONS(483),
    [anon_sym_AT_COLON] = ACTIONS(478),
    [anon_sym_if] = ACTIONS(483),
    [anon_sym_new] = ACTIONS(483),
    [anon_sym_TILDE] = ACTIONS(478),
    [anon_sym_BANG] = ACTIONS(483),
    [anon_sym_DASH] = ACTIONS(483),
    [anon_sym_PLUS_PLUS] = ACTIONS(478),
    [anon_sym_DASH_DASH] = ACTIONS(478),
    [anon_sym_PERCENT] = ACTIONS(478),
    [anon_sym_STAR] = ACTIONS(478),
    [anon_sym_SLASH] = ACTIONS(483),
    [anon_sym_PLUS] = ACTIONS(483),
    [anon_sym_LT_LT] = ACTIONS(478),
    [anon_sym_GT_GT] = ACTIONS(483),
    [anon_sym_GT_GT_GT] = ACTIONS(478),
    [anon_sym_AMP] = ACTIONS(483),
    [anon_sym_PIPE] = ACTIONS(483),
    [anon_sym_CARET] = ACTIONS(478),
    [anon_sym_AMP_AMP] = ACTIONS(478),
    [anon_sym_PIPE_PIPE] = ACTIONS(478),
    [anon_sym_EQ_EQ] = ACTIONS(478),
    [anon_sym_BANG_EQ] = ACTIONS(478),
    [anon_sym_LT] = ACTIONS(483),
    [anon_sym_LT_EQ] = ACTIONS(478),
    [anon_sym_GT] = ACTIONS(483),
    [anon_sym_GT_EQ] = ACTIONS(478),
    [anon_sym_EQ_GT] = ACTIONS(478),
    [anon_sym_QMARK_QMARK] = ACTIONS(478),
    [anon_sym_EQ] = ACTIONS(483),
    [sym__rangeOperator] = ACTIONS(478),
    [anon_sym_null] = ACTIONS(494),
    [anon_sym_macro] = ACTIONS(483),
    [anon_sym_abstract] = ACTIONS(483),
    [anon_sym_static] = ACTIONS(483),
    [anon_sym_public] = ACTIONS(483),
    [anon_sym_private] = ACTIONS(483),
    [anon_sym_extern] = ACTIONS(483),
    [anon_sym_inline] = ACTIONS(483),
    [anon_sym_overload] = ACTIONS(483),
    [anon_sym_override] = ACTIONS(483),
    [anon_sym_final] = ACTIONS(483),
    [anon_sym_class] = ACTIONS(483),
    [anon_sym_interface] = ACTIONS(483),
    [anon_sym_typedef] = ACTIONS(483),
    [anon_sym_function] = ACTIONS(483),
    [anon_sym_var] = ACTIONS(483),
    [aux_sym_integer_token1] = ACTIONS(497),
    [aux_sym_integer_token2] = ACTIONS(500),
    [aux_sym_float_token1] = ACTIONS(503),
    [aux_sym_float_token2] = ACTIONS(506),
    [anon_sym_true] = ACTIONS(509),
    [anon_sym_false] = ACTIONS(509),
    [aux_sym_string_token1] = ACTIONS(512),
    [aux_sym_string_token3] = ACTIONS(515),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [44] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2340),
    [sym_integer] = STATE(2340),
    [sym_float] = STATE(2340),
    [sym_bool] = STATE(2340),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2340),
    [sym_array] = STATE(2340),
    [sym_map] = STATE(2340),
    [sym_object] = STATE(2340),
    [sym_pair] = STATE(2340),
    [aux_sym_member_expression_repeat1] = STATE(43),
    [ts_builtin_sym_end] = ACTIONS(518),
    [sym_identifier] = ACTIONS(550),
    [anon_sym_POUND] = ACTIONS(518),
    [anon_sym_package] = ACTIONS(520),
    [anon_sym_import] = ACTIONS(520),
    [anon_sym_using] = ACTIONS(520),
    [anon_sym_throw] = ACTIONS(520),
    [anon_sym_LPAREN] = ACTIONS(518),
    [anon_sym_RPAREN] = ACTIONS(518),
    [anon_sym_switch] = ACTIONS(520),
    [anon_sym_RBRACE] = ACTIONS(518),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(520),
    [anon_sym_COMMA] = ACTIONS(518),
    [anon_sym_DOLLARtype] = ACTIONS(518),
    [anon_sym_return] = ACTIONS(520),
    [anon_sym_untyped] = ACTIONS(520),
    [anon_sym_break] = ACTIONS(520),
    [anon_sym_continue] = ACTIONS(520),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(518),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_AT] = ACTIONS(520),
    [anon_sym_AT_COLON] = ACTIONS(518),
    [anon_sym_if] = ACTIONS(520),
    [anon_sym_new] = ACTIONS(520),
    [anon_sym_TILDE] = ACTIONS(518),
    [anon_sym_BANG] = ACTIONS(520),
    [anon_sym_DASH] = ACTIONS(520),
    [anon_sym_PLUS_PLUS] = ACTIONS(518),
    [anon_sym_DASH_DASH] = ACTIONS(518),
    [anon_sym_PERCENT] = ACTIONS(518),
    [anon_sym_STAR] = ACTIONS(518),
    [anon_sym_SLASH] = ACTIONS(520),
    [anon_sym_PLUS] = ACTIONS(520),
    [anon_sym_LT_LT] = ACTIONS(518),
    [anon_sym_GT_GT] = ACTIONS(520),
    [anon_sym_GT_GT_GT] = ACTIONS(518),
    [anon_sym_AMP] = ACTIONS(520),
    [anon_sym_PIPE] = ACTIONS(520),
    [anon_sym_CARET] = ACTIONS(518),
    [anon_sym_AMP_AMP] = ACTIONS(518),
    [anon_sym_PIPE_PIPE] = ACTIONS(518),
    [anon_sym_EQ_EQ] = ACTIONS(518),
    [anon_sym_BANG_EQ] = ACTIONS(518),
    [anon_sym_LT] = ACTIONS(520),
    [anon_sym_LT_EQ] = ACTIONS(518),
    [anon_sym_GT] = ACTIONS(520),
    [anon_sym_GT_EQ] = ACTIONS(518),
    [anon_sym_EQ_GT] = ACTIONS(518),
    [anon_sym_QMARK_QMARK] = ACTIONS(518),
    [anon_sym_EQ] = ACTIONS(520),
    [sym__rangeOperator] = ACTIONS(518),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(520),
    [anon_sym_abstract] = ACTIONS(520),
    [anon_sym_static] = ACTIONS(520),
    [anon_sym_public] = ACTIONS(520),
    [anon_sym_private] = ACTIONS(520),
    [anon_sym_extern] = ACTIONS(520),
    [anon_sym_inline] = ACTIONS(520),
    [anon_sym_overload] = ACTIONS(520),
    [anon_sym_override] = ACTIONS(520),
    [anon_sym_final] = ACTIONS(520),
    [anon_sym_class] = ACTIONS(520),
    [anon_sym_interface] = ACTIONS(520),
    [anon_sym_typedef] = ACTIONS(520),
    [anon_sym_function] = ACTIONS(520),
    [anon_sym_var] = ACTIONS(520),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [45] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2340),
    [sym_integer] = STATE(2340),
    [sym_float] = STATE(2340),
    [sym_bool] = STATE(2340),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2340),
    [sym_array] = STATE(2340),
    [sym_map] = STATE(2340),
    [sym_object] = STATE(2340),
    [sym_pair] = STATE(2340),
    [aux_sym_member_expression_repeat1] = STATE(43),
    [ts_builtin_sym_end] = ACTIONS(522),
    [sym_identifier] = ACTIONS(550),
    [anon_sym_POUND] = ACTIONS(522),
    [anon_sym_package] = ACTIONS(524),
    [anon_sym_import] = ACTIONS(524),
    [anon_sym_using] = ACTIONS(524),
    [anon_sym_throw] = ACTIONS(524),
    [anon_sym_LPAREN] = ACTIONS(522),
    [anon_sym_RPAREN] = ACTIONS(522),
    [anon_sym_switch] = ACTIONS(524),
    [anon_sym_RBRACE] = ACTIONS(522),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(524),
    [anon_sym_COMMA] = ACTIONS(522),
    [anon_sym_DOLLARtype] = ACTIONS(522),
    [anon_sym_return] = ACTIONS(524),
    [anon_sym_untyped] = ACTIONS(524),
    [anon_sym_break] = ACTIONS(524),
    [anon_sym_continue] = ACTIONS(524),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(522),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_AT] = ACTIONS(524),
    [anon_sym_AT_COLON] = ACTIONS(522),
    [anon_sym_if] = ACTIONS(524),
    [anon_sym_new] = ACTIONS(524),
    [anon_sym_TILDE] = ACTIONS(522),
    [anon_sym_BANG] = ACTIONS(524),
    [anon_sym_DASH] = ACTIONS(524),
    [anon_sym_PLUS_PLUS] = ACTIONS(522),
    [anon_sym_DASH_DASH] = ACTIONS(522),
    [anon_sym_PERCENT] = ACTIONS(522),
    [anon_sym_STAR] = ACTIONS(522),
    [anon_sym_SLASH] = ACTIONS(524),
    [anon_sym_PLUS] = ACTIONS(524),
    [anon_sym_LT_LT] = ACTIONS(522),
    [anon_sym_GT_GT] = ACTIONS(524),
    [anon_sym_GT_GT_GT] = ACTIONS(522),
    [anon_sym_AMP] = ACTIONS(524),
    [anon_sym_PIPE] = ACTIONS(524),
    [anon_sym_CARET] = ACTIONS(522),
    [anon_sym_AMP_AMP] = ACTIONS(522),
    [anon_sym_PIPE_PIPE] = ACTIONS(522),
    [anon_sym_EQ_EQ] = ACTIONS(522),
    [anon_sym_BANG_EQ] = ACTIONS(522),
    [anon_sym_LT] = ACTIONS(524),
    [anon_sym_LT_EQ] = ACTIONS(522),
    [anon_sym_GT] = ACTIONS(524),
    [anon_sym_GT_EQ] = ACTIONS(522),
    [anon_sym_EQ_GT] = ACTIONS(522),
    [anon_sym_QMARK_QMARK] = ACTIONS(522),
    [anon_sym_EQ] = ACTIONS(524),
    [sym__rangeOperator] = ACTIONS(522),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(524),
    [anon_sym_abstract] = ACTIONS(524),
    [anon_sym_static] = ACTIONS(524),
    [anon_sym_public] = ACTIONS(524),
    [anon_sym_private] = ACTIONS(524),
    [anon_sym_extern] = ACTIONS(524),
    [anon_sym_inline] = ACTIONS(524),
    [anon_sym_overload] = ACTIONS(524),
    [anon_sym_override] = ACTIONS(524),
    [anon_sym_final] = ACTIONS(524),
    [anon_sym_class] = ACTIONS(524),
    [anon_sym_interface] = ACTIONS(524),
    [anon_sym_typedef] = ACTIONS(524),
    [anon_sym_function] = ACTIONS(524),
    [anon_sym_var] = ACTIONS(524),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [46] = {
    [sym_member_expression] = STATE(213),
    [sym__lhs_expression] = STATE(179),
    [sym__literal] = STATE(2340),
    [sym_integer] = STATE(2340),
    [sym_float] = STATE(2340),
    [sym_bool] = STATE(2340),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2340),
    [sym_array] = STATE(2340),
    [sym_map] = STATE(2340),
    [sym_object] = STATE(2340),
    [sym_pair] = STATE(2340),
    [aux_sym_member_expression_repeat1] = STATE(43),
    [ts_builtin_sym_end] = ACTIONS(466),
    [sym_identifier] = ACTIONS(550),
    [anon_sym_POUND] = ACTIONS(466),
    [anon_sym_package] = ACTIONS(470),
    [anon_sym_import] = ACTIONS(470),
    [anon_sym_using] = ACTIONS(470),
    [anon_sym_throw] = ACTIONS(470),
    [anon_sym_LPAREN] = ACTIONS(466),
    [anon_sym_RPAREN] = ACTIONS(466),
    [anon_sym_switch] = ACTIONS(470),
    [anon_sym_RBRACE] = ACTIONS(466),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(470),
    [anon_sym_COMMA] = ACTIONS(466),
    [anon_sym_DOLLARtype] = ACTIONS(466),
    [anon_sym_return] = ACTIONS(470),
    [anon_sym_untyped] = ACTIONS(470),
    [anon_sym_break] = ACTIONS(470),
    [anon_sym_continue] = ACTIONS(470),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_RBRACK] = ACTIONS(466),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_AT] = ACTIONS(470),
    [anon_sym_AT_COLON] = ACTIONS(466),
    [anon_sym_if] = ACTIONS(470),
    [anon_sym_new] = ACTIONS(470),
    [anon_sym_TILDE] = ACTIONS(466),
    [anon_sym_BANG] = ACTIONS(470),
    [anon_sym_DASH] = ACTIONS(470),
    [anon_sym_PLUS_PLUS] = ACTIONS(466),
    [anon_sym_DASH_DASH] = ACTIONS(466),
    [anon_sym_PERCENT] = ACTIONS(466),
    [anon_sym_STAR] = ACTIONS(466),
    [anon_sym_SLASH] = ACTIONS(470),
    [anon_sym_PLUS] = ACTIONS(470),
    [anon_sym_LT_LT] = ACTIONS(466),
    [anon_sym_GT_GT] = ACTIONS(470),
    [anon_sym_GT_GT_GT] = ACTIONS(466),
    [anon_sym_AMP] = ACTIONS(470),
    [anon_sym_PIPE] = ACTIONS(470),
    [anon_sym_CARET] = ACTIONS(466),
    [anon_sym_AMP_AMP] = ACTIONS(466),
    [anon_sym_PIPE_PIPE] = ACTIONS(466),
    [anon_sym_EQ_EQ] = ACTIONS(466),
    [anon_sym_BANG_EQ] = ACTIONS(466),
    [anon_sym_LT] = ACTIONS(470),
    [anon_sym_LT_EQ] = ACTIONS(466),
    [anon_sym_GT] = ACTIONS(470),
    [anon_sym_GT_EQ] = ACTIONS(466),
    [anon_sym_EQ_GT] = ACTIONS(466),
    [anon_sym_QMARK_QMARK] = ACTIONS(466),
    [anon_sym_EQ] = ACTIONS(470),
    [sym__rangeOperator] = ACTIONS(466),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(470),
    [anon_sym_abstract] = ACTIONS(470),
    [anon_sym_static] = ACTIONS(470),
    [anon_sym_public] = ACTIONS(470),
    [anon_sym_private] = ACTIONS(470),
    [anon_sym_extern] = ACTIONS(470),
    [anon_sym_inline] = ACTIONS(470),
    [anon_sym_overload] = ACTIONS(470),
    [anon_sym_override] = ACTIONS(470),
    [anon_sym_final] = ACTIONS(470),
    [anon_sym_class] = ACTIONS(470),
    [anon_sym_interface] = ACTIONS(470),
    [anon_sym_typedef] = ACTIONS(470),
    [anon_sym_function] = ACTIONS(470),
    [anon_sym_var] = ACTIONS(470),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [47] = {
    [sym__rhs_expression] = STATE(214),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(214),
    [sym__literal] = STATE(433),
    [sym_integer] = STATE(433),
    [sym_float] = STATE(433),
    [sym_bool] = STATE(433),
    [sym_string] = STATE(304),
    [sym_null] = STATE(433),
    [sym_array] = STATE(433),
    [sym_map] = STATE(433),
    [sym_object] = STATE(433),
    [sym_pair] = STATE(433),
    [ts_builtin_sym_end] = ACTIONS(528),
    [sym_identifier] = ACTIONS(526),
    [anon_sym_POUND] = ACTIONS(528),
    [anon_sym_package] = ACTIONS(526),
    [anon_sym_import] = ACTIONS(526),
    [anon_sym_using] = ACTIONS(526),
    [anon_sym_throw] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_AT] = ACTIONS(526),
    [anon_sym_AT_COLON] = ACTIONS(528),
    [anon_sym_if] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [anon_sym_macro] = ACTIONS(526),
    [anon_sym_abstract] = ACTIONS(526),
    [anon_sym_static] = ACTIONS(526),
    [anon_sym_public] = ACTIONS(526),
    [anon_sym_private] = ACTIONS(526),
    [anon_sym_extern] = ACTIONS(526),
    [anon_sym_inline] = ACTIONS(526),
    [anon_sym_overload] = ACTIONS(526),
    [anon_sym_override] = ACTIONS(526),
    [anon_sym_final] = ACTIONS(526),
    [anon_sym_class] = ACTIONS(526),
    [anon_sym_interface] = ACTIONS(526),
    [anon_sym_typedef] = ACTIONS(526),
    [anon_sym_function] = ACTIONS(526),
    [anon_sym_var] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [48] = {
    [sym__rhs_expression] = STATE(469),
    [sym_member_expression] = STATE(259),
    [sym__lhs_expression] = STATE(2254),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(469),
    [sym__literal] = STATE(416),
    [sym_integer] = STATE(416),
    [sym_float] = STATE(416),
    [sym_bool] = STATE(416),
    [sym_string] = STATE(296),
    [sym_null] = STATE(416),
    [sym_array] = STATE(416),
    [sym_map] = STATE(416),
    [sym_object] = STATE(416),
    [sym_pair] = STATE(416),
    [sym_identifier] = ACTIONS(560),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(546),
    [anon_sym_TILDE] = ACTIONS(562),
    [anon_sym_BANG] = ACTIONS(564),
    [anon_sym_DASH] = ACTIONS(564),
    [anon_sym_PLUS_PLUS] = ACTIONS(562),
    [anon_sym_DASH_DASH] = ACTIONS(562),
    [anon_sym_PERCENT] = ACTIONS(562),
    [anon_sym_STAR] = ACTIONS(562),
    [anon_sym_SLASH] = ACTIONS(564),
    [anon_sym_PLUS] = ACTIONS(564),
    [anon_sym_LT_LT] = ACTIONS(562),
    [anon_sym_GT_GT] = ACTIONS(564),
    [anon_sym_GT_GT_GT] = ACTIONS(562),
    [anon_sym_AMP] = ACTIONS(564),
    [anon_sym_PIPE] = ACTIONS(564),
    [anon_sym_CARET] = ACTIONS(562),
    [anon_sym_AMP_AMP] = ACTIONS(562),
    [anon_sym_PIPE_PIPE] = ACTIONS(562),
    [anon_sym_EQ_EQ] = ACTIONS(562),
    [anon_sym_BANG_EQ] = ACTIONS(562),
    [anon_sym_LT] = ACTIONS(564),
    [anon_sym_LT_EQ] = ACTIONS(562),
    [anon_sym_GT] = ACTIONS(564),
    [anon_sym_GT_EQ] = ACTIONS(562),
    [anon_sym_EQ_GT] = ACTIONS(562),
    [anon_sym_QMARK_QMARK] = ACTIONS(562),
    [anon_sym_EQ] = ACTIONS(564),
    [sym__rangeOperator] = ACTIONS(562),
    [anon_sym_null] = ACTIONS(450),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(562),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [49] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2381),
    [sym_integer] = STATE(2381),
    [sym_float] = STATE(2381),
    [sym_bool] = STATE(2381),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2381),
    [sym_array] = STATE(2381),
    [sym_map] = STATE(2381),
    [sym_object] = STATE(2381),
    [sym_pair] = STATE(2381),
    [aux_sym_member_expression_repeat1] = STATE(51),
    [sym_identifier] = ACTIONS(568),
    [anon_sym_POUND] = ACTIONS(474),
    [anon_sym_package] = ACTIONS(476),
    [anon_sym_import] = ACTIONS(476),
    [anon_sym_using] = ACTIONS(476),
    [anon_sym_throw] = ACTIONS(476),
    [anon_sym_LPAREN] = ACTIONS(474),
    [anon_sym_switch] = ACTIONS(476),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(476),
    [anon_sym_default] = ACTIONS(476),
    [anon_sym_cast] = ACTIONS(476),
    [anon_sym_COMMA] = ACTIONS(474),
    [anon_sym_DOLLARtype] = ACTIONS(474),
    [anon_sym_return] = ACTIONS(476),
    [anon_sym_untyped] = ACTIONS(476),
    [anon_sym_break] = ACTIONS(476),
    [anon_sym_continue] = ACTIONS(476),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_AT] = ACTIONS(476),
    [anon_sym_AT_COLON] = ACTIONS(474),
    [anon_sym_if] = ACTIONS(476),
    [anon_sym_new] = ACTIONS(476),
    [anon_sym_TILDE] = ACTIONS(474),
    [anon_sym_BANG] = ACTIONS(476),
    [anon_sym_DASH] = ACTIONS(476),
    [anon_sym_PLUS_PLUS] = ACTIONS(474),
    [anon_sym_DASH_DASH] = ACTIONS(474),
    [anon_sym_PERCENT] = ACTIONS(474),
    [anon_sym_STAR] = ACTIONS(474),
    [anon_sym_SLASH] = ACTIONS(476),
    [anon_sym_PLUS] = ACTIONS(476),
    [anon_sym_LT_LT] = ACTIONS(474),
    [anon_sym_GT_GT] = ACTIONS(476),
    [anon_sym_GT_GT_GT] = ACTIONS(474),
    [anon_sym_AMP] = ACTIONS(476),
    [anon_sym_PIPE] = ACTIONS(476),
    [anon_sym_CARET] = ACTIONS(474),
    [anon_sym_AMP_AMP] = ACTIONS(474),
    [anon_sym_PIPE_PIPE] = ACTIONS(474),
    [anon_sym_EQ_EQ] = ACTIONS(474),
    [anon_sym_BANG_EQ] = ACTIONS(474),
    [anon_sym_LT] = ACTIONS(476),
    [anon_sym_LT_EQ] = ACTIONS(474),
    [anon_sym_GT] = ACTIONS(476),
    [anon_sym_GT_EQ] = ACTIONS(474),
    [anon_sym_EQ_GT] = ACTIONS(474),
    [anon_sym_QMARK_QMARK] = ACTIONS(474),
    [anon_sym_EQ] = ACTIONS(476),
    [sym__rangeOperator] = ACTIONS(474),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(476),
    [anon_sym_abstract] = ACTIONS(476),
    [anon_sym_static] = ACTIONS(476),
    [anon_sym_public] = ACTIONS(476),
    [anon_sym_private] = ACTIONS(476),
    [anon_sym_extern] = ACTIONS(476),
    [anon_sym_inline] = ACTIONS(476),
    [anon_sym_overload] = ACTIONS(476),
    [anon_sym_override] = ACTIONS(476),
    [anon_sym_final] = ACTIONS(476),
    [anon_sym_class] = ACTIONS(476),
    [anon_sym_interface] = ACTIONS(476),
    [anon_sym_typedef] = ACTIONS(476),
    [anon_sym_function] = ACTIONS(476),
    [anon_sym_var] = ACTIONS(476),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(474),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [50] = {
    [sym__rhs_expression] = STATE(281),
    [sym_member_expression] = STATE(259),
    [sym__lhs_expression] = STATE(2254),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(281),
    [sym__literal] = STATE(416),
    [sym_integer] = STATE(416),
    [sym_float] = STATE(416),
    [sym_bool] = STATE(416),
    [sym_string] = STATE(296),
    [sym_null] = STATE(416),
    [sym_array] = STATE(416),
    [sym_map] = STATE(416),
    [sym_object] = STATE(416),
    [sym_pair] = STATE(416),
    [sym_identifier] = ACTIONS(526),
    [anon_sym_POUND] = ACTIONS(528),
    [anon_sym_package] = ACTIONS(526),
    [anon_sym_import] = ACTIONS(526),
    [anon_sym_using] = ACTIONS(526),
    [anon_sym_throw] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_AT] = ACTIONS(526),
    [anon_sym_AT_COLON] = ACTIONS(528),
    [anon_sym_if] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [anon_sym_macro] = ACTIONS(526),
    [anon_sym_abstract] = ACTIONS(526),
    [anon_sym_static] = ACTIONS(526),
    [anon_sym_public] = ACTIONS(526),
    [anon_sym_private] = ACTIONS(526),
    [anon_sym_extern] = ACTIONS(526),
    [anon_sym_inline] = ACTIONS(526),
    [anon_sym_overload] = ACTIONS(526),
    [anon_sym_override] = ACTIONS(526),
    [anon_sym_final] = ACTIONS(526),
    [anon_sym_class] = ACTIONS(526),
    [anon_sym_interface] = ACTIONS(526),
    [anon_sym_typedef] = ACTIONS(526),
    [anon_sym_function] = ACTIONS(526),
    [anon_sym_var] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(528),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [51] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2381),
    [sym_integer] = STATE(2381),
    [sym_float] = STATE(2381),
    [sym_bool] = STATE(2381),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2381),
    [sym_array] = STATE(2381),
    [sym_map] = STATE(2381),
    [sym_object] = STATE(2381),
    [sym_pair] = STATE(2381),
    [aux_sym_member_expression_repeat1] = STATE(51),
    [sym_identifier] = ACTIONS(570),
    [anon_sym_POUND] = ACTIONS(478),
    [anon_sym_package] = ACTIONS(483),
    [anon_sym_import] = ACTIONS(483),
    [anon_sym_using] = ACTIONS(483),
    [anon_sym_throw] = ACTIONS(483),
    [anon_sym_LPAREN] = ACTIONS(478),
    [anon_sym_switch] = ACTIONS(483),
    [anon_sym_LBRACE] = ACTIONS(485),
    [anon_sym_case] = ACTIONS(483),
    [anon_sym_default] = ACTIONS(483),
    [anon_sym_cast] = ACTIONS(483),
    [anon_sym_COMMA] = ACTIONS(478),
    [anon_sym_DOLLARtype] = ACTIONS(478),
    [anon_sym_return] = ACTIONS(483),
    [anon_sym_untyped] = ACTIONS(483),
    [anon_sym_break] = ACTIONS(483),
    [anon_sym_continue] = ACTIONS(483),
    [anon_sym_LBRACK] = ACTIONS(488),
    [anon_sym_this] = ACTIONS(573),
    [anon_sym_AT] = ACTIONS(483),
    [anon_sym_AT_COLON] = ACTIONS(478),
    [anon_sym_if] = ACTIONS(483),
    [anon_sym_new] = ACTIONS(483),
    [anon_sym_TILDE] = ACTIONS(478),
    [anon_sym_BANG] = ACTIONS(483),
    [anon_sym_DASH] = ACTIONS(483),
    [anon_sym_PLUS_PLUS] = ACTIONS(478),
    [anon_sym_DASH_DASH] = ACTIONS(478),
    [anon_sym_PERCENT] = ACTIONS(478),
    [anon_sym_STAR] = ACTIONS(478),
    [anon_sym_SLASH] = ACTIONS(483),
    [anon_sym_PLUS] = ACTIONS(483),
    [anon_sym_LT_LT] = ACTIONS(478),
    [anon_sym_GT_GT] = ACTIONS(483),
    [anon_sym_GT_GT_GT] = ACTIONS(478),
    [anon_sym_AMP] = ACTIONS(483),
    [anon_sym_PIPE] = ACTIONS(483),
    [anon_sym_CARET] = ACTIONS(478),
    [anon_sym_AMP_AMP] = ACTIONS(478),
    [anon_sym_PIPE_PIPE] = ACTIONS(478),
    [anon_sym_EQ_EQ] = ACTIONS(478),
    [anon_sym_BANG_EQ] = ACTIONS(478),
    [anon_sym_LT] = ACTIONS(483),
    [anon_sym_LT_EQ] = ACTIONS(478),
    [anon_sym_GT] = ACTIONS(483),
    [anon_sym_GT_EQ] = ACTIONS(478),
    [anon_sym_EQ_GT] = ACTIONS(478),
    [anon_sym_QMARK_QMARK] = ACTIONS(478),
    [anon_sym_EQ] = ACTIONS(483),
    [sym__rangeOperator] = ACTIONS(478),
    [anon_sym_null] = ACTIONS(494),
    [anon_sym_macro] = ACTIONS(483),
    [anon_sym_abstract] = ACTIONS(483),
    [anon_sym_static] = ACTIONS(483),
    [anon_sym_public] = ACTIONS(483),
    [anon_sym_private] = ACTIONS(483),
    [anon_sym_extern] = ACTIONS(483),
    [anon_sym_inline] = ACTIONS(483),
    [anon_sym_overload] = ACTIONS(483),
    [anon_sym_override] = ACTIONS(483),
    [anon_sym_final] = ACTIONS(483),
    [anon_sym_class] = ACTIONS(483),
    [anon_sym_interface] = ACTIONS(483),
    [anon_sym_typedef] = ACTIONS(483),
    [anon_sym_function] = ACTIONS(483),
    [anon_sym_var] = ACTIONS(483),
    [aux_sym_integer_token1] = ACTIONS(497),
    [aux_sym_integer_token2] = ACTIONS(500),
    [aux_sym_float_token1] = ACTIONS(503),
    [aux_sym_float_token2] = ACTIONS(506),
    [anon_sym_true] = ACTIONS(509),
    [anon_sym_false] = ACTIONS(509),
    [aux_sym_string_token1] = ACTIONS(512),
    [aux_sym_string_token3] = ACTIONS(515),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(478),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [52] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2381),
    [sym_integer] = STATE(2381),
    [sym_float] = STATE(2381),
    [sym_bool] = STATE(2381),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2381),
    [sym_array] = STATE(2381),
    [sym_map] = STATE(2381),
    [sym_object] = STATE(2381),
    [sym_pair] = STATE(2381),
    [aux_sym_member_expression_repeat1] = STATE(51),
    [sym_identifier] = ACTIONS(568),
    [anon_sym_POUND] = ACTIONS(522),
    [anon_sym_package] = ACTIONS(524),
    [anon_sym_import] = ACTIONS(524),
    [anon_sym_using] = ACTIONS(524),
    [anon_sym_throw] = ACTIONS(524),
    [anon_sym_LPAREN] = ACTIONS(522),
    [anon_sym_switch] = ACTIONS(524),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(524),
    [anon_sym_default] = ACTIONS(524),
    [anon_sym_cast] = ACTIONS(524),
    [anon_sym_COMMA] = ACTIONS(522),
    [anon_sym_DOLLARtype] = ACTIONS(522),
    [anon_sym_return] = ACTIONS(524),
    [anon_sym_untyped] = ACTIONS(524),
    [anon_sym_break] = ACTIONS(524),
    [anon_sym_continue] = ACTIONS(524),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_AT] = ACTIONS(524),
    [anon_sym_AT_COLON] = ACTIONS(522),
    [anon_sym_if] = ACTIONS(524),
    [anon_sym_new] = ACTIONS(524),
    [anon_sym_TILDE] = ACTIONS(522),
    [anon_sym_BANG] = ACTIONS(524),
    [anon_sym_DASH] = ACTIONS(524),
    [anon_sym_PLUS_PLUS] = ACTIONS(522),
    [anon_sym_DASH_DASH] = ACTIONS(522),
    [anon_sym_PERCENT] = ACTIONS(522),
    [anon_sym_STAR] = ACTIONS(522),
    [anon_sym_SLASH] = ACTIONS(524),
    [anon_sym_PLUS] = ACTIONS(524),
    [anon_sym_LT_LT] = ACTIONS(522),
    [anon_sym_GT_GT] = ACTIONS(524),
    [anon_sym_GT_GT_GT] = ACTIONS(522),
    [anon_sym_AMP] = ACTIONS(524),
    [anon_sym_PIPE] = ACTIONS(524),
    [anon_sym_CARET] = ACTIONS(522),
    [anon_sym_AMP_AMP] = ACTIONS(522),
    [anon_sym_PIPE_PIPE] = ACTIONS(522),
    [anon_sym_EQ_EQ] = ACTIONS(522),
    [anon_sym_BANG_EQ] = ACTIONS(522),
    [anon_sym_LT] = ACTIONS(524),
    [anon_sym_LT_EQ] = ACTIONS(522),
    [anon_sym_GT] = ACTIONS(524),
    [anon_sym_GT_EQ] = ACTIONS(522),
    [anon_sym_EQ_GT] = ACTIONS(522),
    [anon_sym_QMARK_QMARK] = ACTIONS(522),
    [anon_sym_EQ] = ACTIONS(524),
    [sym__rangeOperator] = ACTIONS(522),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(524),
    [anon_sym_abstract] = ACTIONS(524),
    [anon_sym_static] = ACTIONS(524),
    [anon_sym_public] = ACTIONS(524),
    [anon_sym_private] = ACTIONS(524),
    [anon_sym_extern] = ACTIONS(524),
    [anon_sym_inline] = ACTIONS(524),
    [anon_sym_overload] = ACTIONS(524),
    [anon_sym_override] = ACTIONS(524),
    [anon_sym_final] = ACTIONS(524),
    [anon_sym_class] = ACTIONS(524),
    [anon_sym_interface] = ACTIONS(524),
    [anon_sym_typedef] = ACTIONS(524),
    [anon_sym_function] = ACTIONS(524),
    [anon_sym_var] = ACTIONS(524),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(522),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [53] = {
    [sym__rhs_expression] = STATE(663),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(663),
    [sym__literal] = STATE(433),
    [sym_integer] = STATE(433),
    [sym_float] = STATE(433),
    [sym_bool] = STATE(433),
    [sym_string] = STATE(304),
    [sym_null] = STATE(433),
    [sym_array] = STATE(433),
    [sym_map] = STATE(433),
    [sym_object] = STATE(433),
    [sym_pair] = STATE(433),
    [ts_builtin_sym_end] = ACTIONS(562),
    [sym_identifier] = ACTIONS(576),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(562),
    [anon_sym_BANG] = ACTIONS(564),
    [anon_sym_DASH] = ACTIONS(564),
    [anon_sym_PLUS_PLUS] = ACTIONS(562),
    [anon_sym_DASH_DASH] = ACTIONS(562),
    [anon_sym_PERCENT] = ACTIONS(562),
    [anon_sym_STAR] = ACTIONS(562),
    [anon_sym_SLASH] = ACTIONS(564),
    [anon_sym_PLUS] = ACTIONS(564),
    [anon_sym_LT_LT] = ACTIONS(562),
    [anon_sym_GT_GT] = ACTIONS(564),
    [anon_sym_GT_GT_GT] = ACTIONS(562),
    [anon_sym_AMP] = ACTIONS(564),
    [anon_sym_PIPE] = ACTIONS(564),
    [anon_sym_CARET] = ACTIONS(562),
    [anon_sym_AMP_AMP] = ACTIONS(562),
    [anon_sym_PIPE_PIPE] = ACTIONS(562),
    [anon_sym_EQ_EQ] = ACTIONS(562),
    [anon_sym_BANG_EQ] = ACTIONS(562),
    [anon_sym_LT] = ACTIONS(564),
    [anon_sym_LT_EQ] = ACTIONS(562),
    [anon_sym_GT] = ACTIONS(564),
    [anon_sym_GT_EQ] = ACTIONS(562),
    [anon_sym_EQ_GT] = ACTIONS(562),
    [anon_sym_QMARK_QMARK] = ACTIONS(562),
    [anon_sym_EQ] = ACTIONS(564),
    [sym__rangeOperator] = ACTIONS(562),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [54] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2381),
    [sym_integer] = STATE(2381),
    [sym_float] = STATE(2381),
    [sym_bool] = STATE(2381),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2381),
    [sym_array] = STATE(2381),
    [sym_map] = STATE(2381),
    [sym_object] = STATE(2381),
    [sym_pair] = STATE(2381),
    [aux_sym_member_expression_repeat1] = STATE(51),
    [sym_identifier] = ACTIONS(568),
    [anon_sym_POUND] = ACTIONS(518),
    [anon_sym_package] = ACTIONS(520),
    [anon_sym_import] = ACTIONS(520),
    [anon_sym_using] = ACTIONS(520),
    [anon_sym_throw] = ACTIONS(520),
    [anon_sym_LPAREN] = ACTIONS(518),
    [anon_sym_switch] = ACTIONS(520),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(520),
    [anon_sym_default] = ACTIONS(520),
    [anon_sym_cast] = ACTIONS(520),
    [anon_sym_COMMA] = ACTIONS(518),
    [anon_sym_DOLLARtype] = ACTIONS(518),
    [anon_sym_return] = ACTIONS(520),
    [anon_sym_untyped] = ACTIONS(520),
    [anon_sym_break] = ACTIONS(520),
    [anon_sym_continue] = ACTIONS(520),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_AT] = ACTIONS(520),
    [anon_sym_AT_COLON] = ACTIONS(518),
    [anon_sym_if] = ACTIONS(520),
    [anon_sym_new] = ACTIONS(520),
    [anon_sym_TILDE] = ACTIONS(518),
    [anon_sym_BANG] = ACTIONS(520),
    [anon_sym_DASH] = ACTIONS(520),
    [anon_sym_PLUS_PLUS] = ACTIONS(518),
    [anon_sym_DASH_DASH] = ACTIONS(518),
    [anon_sym_PERCENT] = ACTIONS(518),
    [anon_sym_STAR] = ACTIONS(518),
    [anon_sym_SLASH] = ACTIONS(520),
    [anon_sym_PLUS] = ACTIONS(520),
    [anon_sym_LT_LT] = ACTIONS(518),
    [anon_sym_GT_GT] = ACTIONS(520),
    [anon_sym_GT_GT_GT] = ACTIONS(518),
    [anon_sym_AMP] = ACTIONS(520),
    [anon_sym_PIPE] = ACTIONS(520),
    [anon_sym_CARET] = ACTIONS(518),
    [anon_sym_AMP_AMP] = ACTIONS(518),
    [anon_sym_PIPE_PIPE] = ACTIONS(518),
    [anon_sym_EQ_EQ] = ACTIONS(518),
    [anon_sym_BANG_EQ] = ACTIONS(518),
    [anon_sym_LT] = ACTIONS(520),
    [anon_sym_LT_EQ] = ACTIONS(518),
    [anon_sym_GT] = ACTIONS(520),
    [anon_sym_GT_EQ] = ACTIONS(518),
    [anon_sym_EQ_GT] = ACTIONS(518),
    [anon_sym_QMARK_QMARK] = ACTIONS(518),
    [anon_sym_EQ] = ACTIONS(520),
    [sym__rangeOperator] = ACTIONS(518),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(520),
    [anon_sym_abstract] = ACTIONS(520),
    [anon_sym_static] = ACTIONS(520),
    [anon_sym_public] = ACTIONS(520),
    [anon_sym_private] = ACTIONS(520),
    [anon_sym_extern] = ACTIONS(520),
    [anon_sym_inline] = ACTIONS(520),
    [anon_sym_overload] = ACTIONS(520),
    [anon_sym_override] = ACTIONS(520),
    [anon_sym_final] = ACTIONS(520),
    [anon_sym_class] = ACTIONS(520),
    [anon_sym_interface] = ACTIONS(520),
    [anon_sym_typedef] = ACTIONS(520),
    [anon_sym_function] = ACTIONS(520),
    [anon_sym_var] = ACTIONS(520),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(518),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [55] = {
    [sym_member_expression] = STATE(238),
    [sym__lhs_expression] = STATE(278),
    [sym__literal] = STATE(2381),
    [sym_integer] = STATE(2381),
    [sym_float] = STATE(2381),
    [sym_bool] = STATE(2381),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2381),
    [sym_array] = STATE(2381),
    [sym_map] = STATE(2381),
    [sym_object] = STATE(2381),
    [sym_pair] = STATE(2381),
    [aux_sym_member_expression_repeat1] = STATE(51),
    [sym_identifier] = ACTIONS(568),
    [anon_sym_POUND] = ACTIONS(466),
    [anon_sym_package] = ACTIONS(470),
    [anon_sym_import] = ACTIONS(470),
    [anon_sym_using] = ACTIONS(470),
    [anon_sym_throw] = ACTIONS(470),
    [anon_sym_LPAREN] = ACTIONS(466),
    [anon_sym_switch] = ACTIONS(470),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_case] = ACTIONS(470),
    [anon_sym_default] = ACTIONS(470),
    [anon_sym_cast] = ACTIONS(470),
    [anon_sym_COMMA] = ACTIONS(466),
    [anon_sym_DOLLARtype] = ACTIONS(466),
    [anon_sym_return] = ACTIONS(470),
    [anon_sym_untyped] = ACTIONS(470),
    [anon_sym_break] = ACTIONS(470),
    [anon_sym_continue] = ACTIONS(470),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_AT] = ACTIONS(470),
    [anon_sym_AT_COLON] = ACTIONS(466),
    [anon_sym_if] = ACTIONS(470),
    [anon_sym_new] = ACTIONS(470),
    [anon_sym_TILDE] = ACTIONS(466),
    [anon_sym_BANG] = ACTIONS(470),
    [anon_sym_DASH] = ACTIONS(470),
    [anon_sym_PLUS_PLUS] = ACTIONS(466),
    [anon_sym_DASH_DASH] = ACTIONS(466),
    [anon_sym_PERCENT] = ACTIONS(466),
    [anon_sym_STAR] = ACTIONS(466),
    [anon_sym_SLASH] = ACTIONS(470),
    [anon_sym_PLUS] = ACTIONS(470),
    [anon_sym_LT_LT] = ACTIONS(466),
    [anon_sym_GT_GT] = ACTIONS(470),
    [anon_sym_GT_GT_GT] = ACTIONS(466),
    [anon_sym_AMP] = ACTIONS(470),
    [anon_sym_PIPE] = ACTIONS(470),
    [anon_sym_CARET] = ACTIONS(466),
    [anon_sym_AMP_AMP] = ACTIONS(466),
    [anon_sym_PIPE_PIPE] = ACTIONS(466),
    [anon_sym_EQ_EQ] = ACTIONS(466),
    [anon_sym_BANG_EQ] = ACTIONS(466),
    [anon_sym_LT] = ACTIONS(470),
    [anon_sym_LT_EQ] = ACTIONS(466),
    [anon_sym_GT] = ACTIONS(470),
    [anon_sym_GT_EQ] = ACTIONS(466),
    [anon_sym_EQ_GT] = ACTIONS(466),
    [anon_sym_QMARK_QMARK] = ACTIONS(466),
    [anon_sym_EQ] = ACTIONS(470),
    [sym__rangeOperator] = ACTIONS(466),
    [anon_sym_null] = ACTIONS(382),
    [anon_sym_macro] = ACTIONS(470),
    [anon_sym_abstract] = ACTIONS(470),
    [anon_sym_static] = ACTIONS(470),
    [anon_sym_public] = ACTIONS(470),
    [anon_sym_private] = ACTIONS(470),
    [anon_sym_extern] = ACTIONS(470),
    [anon_sym_inline] = ACTIONS(470),
    [anon_sym_overload] = ACTIONS(470),
    [anon_sym_override] = ACTIONS(470),
    [anon_sym_final] = ACTIONS(470),
    [anon_sym_class] = ACTIONS(470),
    [anon_sym_interface] = ACTIONS(470),
    [anon_sym_typedef] = ACTIONS(470),
    [anon_sym_function] = ACTIONS(470),
    [anon_sym_var] = ACTIONS(470),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(466),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [56] = {
    [sym_operator] = STATE(1595),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(61),
    [ts_builtin_sym_end] = ACTIONS(578),
    [sym_identifier] = ACTIONS(580),
    [anon_sym_POUND] = ACTIONS(578),
    [anon_sym_package] = ACTIONS(580),
    [anon_sym_DOT] = ACTIONS(580),
    [anon_sym_import] = ACTIONS(580),
    [anon_sym_using] = ACTIONS(580),
    [anon_sym_throw] = ACTIONS(580),
    [anon_sym_LPAREN] = ACTIONS(578),
    [anon_sym_switch] = ACTIONS(580),
    [anon_sym_LBRACE] = ACTIONS(578),
    [anon_sym_cast] = ACTIONS(580),
    [anon_sym_DOLLARtype] = ACTIONS(578),
    [anon_sym_return] = ACTIONS(580),
    [anon_sym_untyped] = ACTIONS(580),
    [anon_sym_break] = ACTIONS(580),
    [anon_sym_continue] = ACTIONS(580),
    [anon_sym_LBRACK] = ACTIONS(578),
    [anon_sym_this] = ACTIONS(580),
    [anon_sym_QMARK] = ACTIONS(580),
    [anon_sym_AT] = ACTIONS(580),
    [anon_sym_AT_COLON] = ACTIONS(578),
    [anon_sym_if] = ACTIONS(580),
    [anon_sym_new] = ACTIONS(580),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(580),
    [anon_sym_macro] = ACTIONS(580),
    [anon_sym_abstract] = ACTIONS(580),
    [anon_sym_static] = ACTIONS(580),
    [anon_sym_public] = ACTIONS(580),
    [anon_sym_private] = ACTIONS(580),
    [anon_sym_extern] = ACTIONS(580),
    [anon_sym_inline] = ACTIONS(580),
    [anon_sym_overload] = ACTIONS(580),
    [anon_sym_override] = ACTIONS(580),
    [anon_sym_final] = ACTIONS(580),
    [anon_sym_class] = ACTIONS(580),
    [anon_sym_interface] = ACTIONS(580),
    [anon_sym_typedef] = ACTIONS(580),
    [anon_sym_function] = ACTIONS(580),
    [anon_sym_var] = ACTIONS(580),
    [aux_sym_integer_token1] = ACTIONS(580),
    [aux_sym_integer_token2] = ACTIONS(578),
    [aux_sym_float_token1] = ACTIONS(580),
    [aux_sym_float_token2] = ACTIONS(578),
    [anon_sym_true] = ACTIONS(580),
    [anon_sym_false] = ACTIONS(580),
    [aux_sym_string_token1] = ACTIONS(578),
    [aux_sym_string_token3] = ACTIONS(578),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [57] = {
    [sym_operator] = STATE(34),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(218),
    [sym__bitwiseOperator] = STATE(218),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(56),
    [ts_builtin_sym_end] = ACTIONS(542),
    [sym_identifier] = ACTIONS(544),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(542),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(542),
    [anon_sym_this] = ACTIONS(544),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(544),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(582),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(47),
    [anon_sym_STAR] = ACTIONS(47),
    [anon_sym_SLASH] = ACTIONS(49),
    [anon_sym_PLUS] = ACTIONS(49),
    [anon_sym_LT_LT] = ACTIONS(47),
    [anon_sym_GT_GT] = ACTIONS(49),
    [anon_sym_GT_GT_GT] = ACTIONS(47),
    [anon_sym_AMP] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(49),
    [anon_sym_CARET] = ACTIONS(47),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(544),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(544),
    [aux_sym_integer_token2] = ACTIONS(542),
    [aux_sym_float_token1] = ACTIONS(544),
    [aux_sym_float_token2] = ACTIONS(542),
    [anon_sym_true] = ACTIONS(544),
    [anon_sym_false] = ACTIONS(544),
    [aux_sym_string_token1] = ACTIONS(542),
    [aux_sym_string_token3] = ACTIONS(542),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [58] = {
    [sym_operator] = STATE(33),
    [sym__unaryOperator] = STATE(272),
    [sym__prefixUnaryOperator] = STATE(272),
    [sym__postfixUnaryOperator] = STATE(272),
    [sym__binaryOperator] = STATE(272),
    [sym__arithmeticOperator] = STATE(272),
    [sym__bitwiseOperator] = STATE(272),
    [sym__logicalOperator] = STATE(272),
    [sym__comparisonOperator] = STATE(272),
    [sym__miscOperator] = STATE(272),
    [sym__assignmentOperator] = STATE(272),
    [sym__compoundAssignmentOperator] = STATE(272),
    [aux_sym_expression_repeat1] = STATE(59),
    [sym_identifier] = ACTIONS(544),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(542),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(542),
    [anon_sym_this] = ACTIONS(544),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(544),
    [anon_sym_TILDE] = ACTIONS(584),
    [anon_sym_BANG] = ACTIONS(586),
    [anon_sym_DASH] = ACTIONS(588),
    [anon_sym_PLUS_PLUS] = ACTIONS(590),
    [anon_sym_DASH_DASH] = ACTIONS(590),
    [anon_sym_PERCENT] = ACTIONS(584),
    [anon_sym_STAR] = ACTIONS(584),
    [anon_sym_SLASH] = ACTIONS(586),
    [anon_sym_PLUS] = ACTIONS(586),
    [anon_sym_LT_LT] = ACTIONS(584),
    [anon_sym_GT_GT] = ACTIONS(586),
    [anon_sym_GT_GT_GT] = ACTIONS(584),
    [anon_sym_AMP] = ACTIONS(586),
    [anon_sym_PIPE] = ACTIONS(586),
    [anon_sym_CARET] = ACTIONS(584),
    [anon_sym_AMP_AMP] = ACTIONS(584),
    [anon_sym_PIPE_PIPE] = ACTIONS(584),
    [anon_sym_EQ_EQ] = ACTIONS(584),
    [anon_sym_BANG_EQ] = ACTIONS(584),
    [anon_sym_LT] = ACTIONS(586),
    [anon_sym_LT_EQ] = ACTIONS(584),
    [anon_sym_GT] = ACTIONS(586),
    [anon_sym_GT_EQ] = ACTIONS(584),
    [anon_sym_EQ_GT] = ACTIONS(584),
    [anon_sym_QMARK_QMARK] = ACTIONS(584),
    [anon_sym_EQ] = ACTIONS(586),
    [sym__rangeOperator] = ACTIONS(584),
    [anon_sym_null] = ACTIONS(544),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(544),
    [aux_sym_integer_token2] = ACTIONS(542),
    [aux_sym_float_token1] = ACTIONS(544),
    [aux_sym_float_token2] = ACTIONS(542),
    [anon_sym_true] = ACTIONS(544),
    [anon_sym_false] = ACTIONS(544),
    [aux_sym_string_token1] = ACTIONS(542),
    [aux_sym_string_token3] = ACTIONS(542),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(542),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [59] = {
    [sym_operator] = STATE(1484),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(60),
    [sym_identifier] = ACTIONS(580),
    [anon_sym_POUND] = ACTIONS(578),
    [anon_sym_package] = ACTIONS(580),
    [anon_sym_DOT] = ACTIONS(580),
    [anon_sym_import] = ACTIONS(580),
    [anon_sym_using] = ACTIONS(580),
    [anon_sym_throw] = ACTIONS(580),
    [anon_sym_LPAREN] = ACTIONS(578),
    [anon_sym_switch] = ACTIONS(580),
    [anon_sym_LBRACE] = ACTIONS(578),
    [anon_sym_cast] = ACTIONS(580),
    [anon_sym_DOLLARtype] = ACTIONS(578),
    [anon_sym_return] = ACTIONS(580),
    [anon_sym_untyped] = ACTIONS(580),
    [anon_sym_break] = ACTIONS(580),
    [anon_sym_continue] = ACTIONS(580),
    [anon_sym_LBRACK] = ACTIONS(578),
    [anon_sym_this] = ACTIONS(580),
    [anon_sym_QMARK] = ACTIONS(580),
    [anon_sym_AT] = ACTIONS(580),
    [anon_sym_AT_COLON] = ACTIONS(578),
    [anon_sym_if] = ACTIONS(580),
    [anon_sym_new] = ACTIONS(580),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(580),
    [anon_sym_macro] = ACTIONS(580),
    [anon_sym_abstract] = ACTIONS(580),
    [anon_sym_static] = ACTIONS(580),
    [anon_sym_public] = ACTIONS(580),
    [anon_sym_private] = ACTIONS(580),
    [anon_sym_extern] = ACTIONS(580),
    [anon_sym_inline] = ACTIONS(580),
    [anon_sym_overload] = ACTIONS(580),
    [anon_sym_override] = ACTIONS(580),
    [anon_sym_final] = ACTIONS(580),
    [anon_sym_class] = ACTIONS(580),
    [anon_sym_interface] = ACTIONS(580),
    [anon_sym_typedef] = ACTIONS(580),
    [anon_sym_function] = ACTIONS(580),
    [anon_sym_var] = ACTIONS(580),
    [aux_sym_integer_token1] = ACTIONS(580),
    [aux_sym_integer_token2] = ACTIONS(578),
    [aux_sym_float_token1] = ACTIONS(580),
    [aux_sym_float_token2] = ACTIONS(578),
    [anon_sym_true] = ACTIONS(580),
    [anon_sym_false] = ACTIONS(580),
    [aux_sym_string_token1] = ACTIONS(578),
    [aux_sym_string_token3] = ACTIONS(578),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(578),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [60] = {
    [sym_operator] = STATE(1484),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(60),
    [sym_identifier] = ACTIONS(592),
    [anon_sym_POUND] = ACTIONS(594),
    [anon_sym_package] = ACTIONS(592),
    [anon_sym_DOT] = ACTIONS(592),
    [anon_sym_import] = ACTIONS(592),
    [anon_sym_using] = ACTIONS(592),
    [anon_sym_throw] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_QMARK] = ACTIONS(592),
    [anon_sym_AT] = ACTIONS(592),
    [anon_sym_AT_COLON] = ACTIONS(594),
    [anon_sym_if] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(596),
    [anon_sym_BANG] = ACTIONS(599),
    [anon_sym_DASH] = ACTIONS(602),
    [anon_sym_PLUS_PLUS] = ACTIONS(605),
    [anon_sym_DASH_DASH] = ACTIONS(605),
    [anon_sym_PERCENT] = ACTIONS(608),
    [anon_sym_STAR] = ACTIONS(608),
    [anon_sym_SLASH] = ACTIONS(611),
    [anon_sym_PLUS] = ACTIONS(611),
    [anon_sym_LT_LT] = ACTIONS(608),
    [anon_sym_GT_GT] = ACTIONS(611),
    [anon_sym_GT_GT_GT] = ACTIONS(608),
    [anon_sym_AMP] = ACTIONS(611),
    [anon_sym_PIPE] = ACTIONS(611),
    [anon_sym_CARET] = ACTIONS(608),
    [anon_sym_AMP_AMP] = ACTIONS(596),
    [anon_sym_PIPE_PIPE] = ACTIONS(596),
    [anon_sym_EQ_EQ] = ACTIONS(596),
    [anon_sym_BANG_EQ] = ACTIONS(596),
    [anon_sym_LT] = ACTIONS(599),
    [anon_sym_LT_EQ] = ACTIONS(596),
    [anon_sym_GT] = ACTIONS(599),
    [anon_sym_GT_EQ] = ACTIONS(596),
    [anon_sym_EQ_GT] = ACTIONS(596),
    [anon_sym_QMARK_QMARK] = ACTIONS(596),
    [anon_sym_EQ] = ACTIONS(599),
    [sym__rangeOperator] = ACTIONS(596),
    [anon_sym_null] = ACTIONS(592),
    [anon_sym_macro] = ACTIONS(592),
    [anon_sym_abstract] = ACTIONS(592),
    [anon_sym_static] = ACTIONS(592),
    [anon_sym_public] = ACTIONS(592),
    [anon_sym_private] = ACTIONS(592),
    [anon_sym_extern] = ACTIONS(592),
    [anon_sym_inline] = ACTIONS(592),
    [anon_sym_overload] = ACTIONS(592),
    [anon_sym_override] = ACTIONS(592),
    [anon_sym_final] = ACTIONS(592),
    [anon_sym_class] = ACTIONS(592),
    [anon_sym_interface] = ACTIONS(592),
    [anon_sym_typedef] = ACTIONS(592),
    [anon_sym_function] = ACTIONS(592),
    [anon_sym_var] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(594),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [61] = {
    [sym_operator] = STATE(1595),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(61),
    [ts_builtin_sym_end] = ACTIONS(594),
    [sym_identifier] = ACTIONS(592),
    [anon_sym_POUND] = ACTIONS(594),
    [anon_sym_package] = ACTIONS(592),
    [anon_sym_DOT] = ACTIONS(592),
    [anon_sym_import] = ACTIONS(592),
    [anon_sym_using] = ACTIONS(592),
    [anon_sym_throw] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_QMARK] = ACTIONS(592),
    [anon_sym_AT] = ACTIONS(592),
    [anon_sym_AT_COLON] = ACTIONS(594),
    [anon_sym_if] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(596),
    [anon_sym_BANG] = ACTIONS(599),
    [anon_sym_DASH] = ACTIONS(602),
    [anon_sym_PLUS_PLUS] = ACTIONS(605),
    [anon_sym_DASH_DASH] = ACTIONS(605),
    [anon_sym_PERCENT] = ACTIONS(608),
    [anon_sym_STAR] = ACTIONS(608),
    [anon_sym_SLASH] = ACTIONS(611),
    [anon_sym_PLUS] = ACTIONS(611),
    [anon_sym_LT_LT] = ACTIONS(608),
    [anon_sym_GT_GT] = ACTIONS(611),
    [anon_sym_GT_GT_GT] = ACTIONS(608),
    [anon_sym_AMP] = ACTIONS(611),
    [anon_sym_PIPE] = ACTIONS(611),
    [anon_sym_CARET] = ACTIONS(608),
    [anon_sym_AMP_AMP] = ACTIONS(596),
    [anon_sym_PIPE_PIPE] = ACTIONS(596),
    [anon_sym_EQ_EQ] = ACTIONS(596),
    [anon_sym_BANG_EQ] = ACTIONS(596),
    [anon_sym_LT] = ACTIONS(599),
    [anon_sym_LT_EQ] = ACTIONS(596),
    [anon_sym_GT] = ACTIONS(599),
    [anon_sym_GT_EQ] = ACTIONS(596),
    [anon_sym_EQ_GT] = ACTIONS(596),
    [anon_sym_QMARK_QMARK] = ACTIONS(596),
    [anon_sym_EQ] = ACTIONS(599),
    [sym__rangeOperator] = ACTIONS(596),
    [anon_sym_null] = ACTIONS(592),
    [anon_sym_macro] = ACTIONS(592),
    [anon_sym_abstract] = ACTIONS(592),
    [anon_sym_static] = ACTIONS(592),
    [anon_sym_public] = ACTIONS(592),
    [anon_sym_private] = ACTIONS(592),
    [anon_sym_extern] = ACTIONS(592),
    [anon_sym_inline] = ACTIONS(592),
    [anon_sym_overload] = ACTIONS(592),
    [anon_sym_override] = ACTIONS(592),
    [anon_sym_final] = ACTIONS(592),
    [anon_sym_class] = ACTIONS(592),
    [anon_sym_interface] = ACTIONS(592),
    [anon_sym_typedef] = ACTIONS(592),
    [anon_sym_function] = ACTIONS(592),
    [anon_sym_var] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [62] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(72),
    [sym_runtime_type_check_expression] = STATE(72),
    [sym_switch_expression] = STATE(72),
    [sym_cast_expression] = STATE(72),
    [sym_type_trace_expression] = STATE(72),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(72),
    [sym_subscript_expression] = STATE(72),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(72),
    [sym_identifier] = ACTIONS(614),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(618),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(620),
    [anon_sym_continue] = ACTIONS(620),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [63] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(71),
    [sym_runtime_type_check_expression] = STATE(71),
    [sym_switch_expression] = STATE(71),
    [sym_cast_expression] = STATE(71),
    [sym_type_trace_expression] = STATE(71),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(71),
    [sym_subscript_expression] = STATE(71),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_structure_type_pair] = STATE(2692),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(71),
    [sym_identifier] = ACTIONS(622),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(372),
    [anon_sym_continue] = ACTIONS(372),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [64] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(65),
    [sym_runtime_type_check_expression] = STATE(65),
    [sym_switch_expression] = STATE(65),
    [sym_cast_expression] = STATE(65),
    [sym_type_trace_expression] = STATE(65),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(65),
    [sym_subscript_expression] = STATE(65),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_structure_type_pair] = STATE(2878),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(65),
    [sym_identifier] = ACTIONS(622),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(624),
    [anon_sym_continue] = ACTIONS(624),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [65] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(72),
    [sym_runtime_type_check_expression] = STATE(72),
    [sym_switch_expression] = STATE(72),
    [sym_cast_expression] = STATE(72),
    [sym_type_trace_expression] = STATE(72),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(72),
    [sym_subscript_expression] = STATE(72),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(72),
    [sym_identifier] = ACTIONS(614),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(626),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(620),
    [anon_sym_continue] = ACTIONS(620),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [66] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(72),
    [sym_runtime_type_check_expression] = STATE(72),
    [sym_switch_expression] = STATE(72),
    [sym_cast_expression] = STATE(72),
    [sym_type_trace_expression] = STATE(72),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(72),
    [sym_subscript_expression] = STATE(72),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(72),
    [sym_identifier] = ACTIONS(614),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(628),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(620),
    [anon_sym_continue] = ACTIONS(620),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [67] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(70),
    [sym_runtime_type_check_expression] = STATE(70),
    [sym_switch_expression] = STATE(70),
    [sym_cast_expression] = STATE(70),
    [sym_type_trace_expression] = STATE(70),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(70),
    [sym_subscript_expression] = STATE(70),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_structure_type_pair] = STATE(2671),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(70),
    [sym_identifier] = ACTIONS(622),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(630),
    [anon_sym_continue] = ACTIONS(630),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [68] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(66),
    [sym_runtime_type_check_expression] = STATE(66),
    [sym_switch_expression] = STATE(66),
    [sym_cast_expression] = STATE(66),
    [sym_type_trace_expression] = STATE(66),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(66),
    [sym_subscript_expression] = STATE(66),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_structure_type_pair] = STATE(2768),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(66),
    [sym_identifier] = ACTIONS(622),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(400),
    [anon_sym_continue] = ACTIONS(400),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [69] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(62),
    [sym_runtime_type_check_expression] = STATE(62),
    [sym_switch_expression] = STATE(62),
    [sym_cast_expression] = STATE(62),
    [sym_type_trace_expression] = STATE(62),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(62),
    [sym_subscript_expression] = STATE(62),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_structure_type_pair] = STATE(2625),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(62),
    [sym_identifier] = ACTIONS(622),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(632),
    [anon_sym_continue] = ACTIONS(632),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [70] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(72),
    [sym_runtime_type_check_expression] = STATE(72),
    [sym_switch_expression] = STATE(72),
    [sym_cast_expression] = STATE(72),
    [sym_type_trace_expression] = STATE(72),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(72),
    [sym_subscript_expression] = STATE(72),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(72),
    [sym_identifier] = ACTIONS(614),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(634),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(620),
    [anon_sym_continue] = ACTIONS(620),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [71] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(72),
    [sym_runtime_type_check_expression] = STATE(72),
    [sym_switch_expression] = STATE(72),
    [sym_cast_expression] = STATE(72),
    [sym_type_trace_expression] = STATE(72),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(72),
    [sym_subscript_expression] = STATE(72),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(72),
    [sym_identifier] = ACTIONS(614),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(636),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(620),
    [anon_sym_continue] = ACTIONS(620),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [72] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(72),
    [sym_runtime_type_check_expression] = STATE(72),
    [sym_switch_expression] = STATE(72),
    [sym_cast_expression] = STATE(72),
    [sym_type_trace_expression] = STATE(72),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(72),
    [sym_subscript_expression] = STATE(72),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(72),
    [sym_identifier] = ACTIONS(638),
    [anon_sym_LPAREN] = ACTIONS(641),
    [anon_sym_RPAREN] = ACTIONS(644),
    [anon_sym_switch] = ACTIONS(646),
    [anon_sym_LBRACE] = ACTIONS(649),
    [anon_sym_cast] = ACTIONS(652),
    [anon_sym_DOLLARtype] = ACTIONS(655),
    [anon_sym_return] = ACTIONS(658),
    [anon_sym_untyped] = ACTIONS(661),
    [anon_sym_break] = ACTIONS(664),
    [anon_sym_continue] = ACTIONS(664),
    [anon_sym_LBRACK] = ACTIONS(667),
    [anon_sym_this] = ACTIONS(670),
    [anon_sym_new] = ACTIONS(673),
    [anon_sym_TILDE] = ACTIONS(676),
    [anon_sym_BANG] = ACTIONS(679),
    [anon_sym_DASH] = ACTIONS(682),
    [anon_sym_PLUS_PLUS] = ACTIONS(685),
    [anon_sym_DASH_DASH] = ACTIONS(685),
    [anon_sym_PERCENT] = ACTIONS(688),
    [anon_sym_STAR] = ACTIONS(688),
    [anon_sym_SLASH] = ACTIONS(691),
    [anon_sym_PLUS] = ACTIONS(691),
    [anon_sym_LT_LT] = ACTIONS(688),
    [anon_sym_GT_GT] = ACTIONS(691),
    [anon_sym_GT_GT_GT] = ACTIONS(688),
    [anon_sym_AMP] = ACTIONS(691),
    [anon_sym_PIPE] = ACTIONS(691),
    [anon_sym_CARET] = ACTIONS(688),
    [anon_sym_AMP_AMP] = ACTIONS(676),
    [anon_sym_PIPE_PIPE] = ACTIONS(676),
    [anon_sym_EQ_EQ] = ACTIONS(676),
    [anon_sym_BANG_EQ] = ACTIONS(676),
    [anon_sym_LT] = ACTIONS(679),
    [anon_sym_LT_EQ] = ACTIONS(676),
    [anon_sym_GT] = ACTIONS(679),
    [anon_sym_GT_EQ] = ACTIONS(676),
    [anon_sym_EQ_GT] = ACTIONS(676),
    [anon_sym_QMARK_QMARK] = ACTIONS(676),
    [anon_sym_EQ] = ACTIONS(679),
    [sym__rangeOperator] = ACTIONS(676),
    [anon_sym_null] = ACTIONS(694),
    [aux_sym_integer_token1] = ACTIONS(697),
    [aux_sym_integer_token2] = ACTIONS(700),
    [aux_sym_float_token1] = ACTIONS(703),
    [aux_sym_float_token2] = ACTIONS(706),
    [anon_sym_true] = ACTIONS(709),
    [anon_sym_false] = ACTIONS(709),
    [aux_sym_string_token1] = ACTIONS(712),
    [aux_sym_string_token3] = ACTIONS(715),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [73] = {
    [sym__rhs_expression] = STATE(872),
    [sym__unaryExpression] = STATE(2289),
    [sym_runtime_type_check_expression] = STATE(2289),
    [sym_switch_expression] = STATE(2289),
    [sym_cast_expression] = STATE(2289),
    [sym_type_trace_expression] = STATE(2289),
    [sym__parenthesized_expression] = STATE(2212),
    [sym_range_expression] = STATE(2289),
    [sym_subscript_expression] = STATE(2289),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(872),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(720),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(724),
    [anon_sym_untyped] = ACTIONS(726),
    [anon_sym_break] = ACTIONS(728),
    [anon_sym_continue] = ACTIONS(728),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [74] = {
    [sym__rhs_expression] = STATE(808),
    [sym__unaryExpression] = STATE(2262),
    [sym_runtime_type_check_expression] = STATE(2262),
    [sym_switch_expression] = STATE(2262),
    [sym_cast_expression] = STATE(2262),
    [sym_type_trace_expression] = STATE(2262),
    [sym__parenthesized_expression] = STATE(2029),
    [sym_range_expression] = STATE(2262),
    [sym_subscript_expression] = STATE(2262),
    [sym_member_expression] = STATE(1177),
    [sym__lhs_expression] = STATE(2082),
    [sym__call] = STATE(1265),
    [sym__constructor_call] = STATE(1266),
    [sym_call_expression] = STATE(808),
    [sym_operator] = STATE(1451),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1269),
    [sym_integer] = STATE(1269),
    [sym_float] = STATE(1269),
    [sym_bool] = STATE(1269),
    [sym_string] = STATE(1208),
    [sym_null] = STATE(1269),
    [sym_array] = STATE(1269),
    [sym_map] = STATE(1269),
    [sym_object] = STATE(1269),
    [sym_pair] = STATE(1193),
    [sym_identifier] = ACTIONS(730),
    [anon_sym_LPAREN] = ACTIONS(732),
    [anon_sym_switch] = ACTIONS(734),
    [anon_sym_LBRACE] = ACTIONS(736),
    [anon_sym_cast] = ACTIONS(738),
    [anon_sym_DOLLARtype] = ACTIONS(740),
    [anon_sym_return] = ACTIONS(742),
    [anon_sym_untyped] = ACTIONS(744),
    [anon_sym_break] = ACTIONS(746),
    [anon_sym_continue] = ACTIONS(746),
    [anon_sym_LBRACK] = ACTIONS(748),
    [anon_sym_RBRACK] = ACTIONS(750),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(752),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(754),
    [aux_sym_integer_token1] = ACTIONS(756),
    [aux_sym_integer_token2] = ACTIONS(758),
    [aux_sym_float_token1] = ACTIONS(760),
    [aux_sym_float_token2] = ACTIONS(762),
    [anon_sym_true] = ACTIONS(764),
    [anon_sym_false] = ACTIONS(764),
    [aux_sym_string_token1] = ACTIONS(766),
    [aux_sym_string_token3] = ACTIONS(768),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [75] = {
    [sym_operator] = STATE(50),
    [sym__unaryOperator] = STATE(272),
    [sym__prefixUnaryOperator] = STATE(272),
    [sym__postfixUnaryOperator] = STATE(272),
    [sym__binaryOperator] = STATE(272),
    [sym__arithmeticOperator] = STATE(272),
    [sym__bitwiseOperator] = STATE(272),
    [sym__logicalOperator] = STATE(272),
    [sym__comparisonOperator] = STATE(272),
    [sym__miscOperator] = STATE(272),
    [sym__assignmentOperator] = STATE(272),
    [sym__compoundAssignmentOperator] = STATE(272),
    [aux_sym_expression_repeat1] = STATE(76),
    [sym_identifier] = ACTIONS(564),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(562),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(562),
    [anon_sym_this] = ACTIONS(564),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(564),
    [anon_sym_TILDE] = ACTIONS(584),
    [anon_sym_BANG] = ACTIONS(586),
    [anon_sym_DASH] = ACTIONS(588),
    [anon_sym_PLUS_PLUS] = ACTIONS(590),
    [anon_sym_DASH_DASH] = ACTIONS(590),
    [anon_sym_PERCENT] = ACTIONS(584),
    [anon_sym_STAR] = ACTIONS(584),
    [anon_sym_SLASH] = ACTIONS(586),
    [anon_sym_PLUS] = ACTIONS(586),
    [anon_sym_LT_LT] = ACTIONS(584),
    [anon_sym_GT_GT] = ACTIONS(586),
    [anon_sym_GT_GT_GT] = ACTIONS(584),
    [anon_sym_AMP] = ACTIONS(586),
    [anon_sym_PIPE] = ACTIONS(586),
    [anon_sym_CARET] = ACTIONS(584),
    [anon_sym_AMP_AMP] = ACTIONS(584),
    [anon_sym_PIPE_PIPE] = ACTIONS(584),
    [anon_sym_EQ_EQ] = ACTIONS(584),
    [anon_sym_BANG_EQ] = ACTIONS(584),
    [anon_sym_LT] = ACTIONS(586),
    [anon_sym_LT_EQ] = ACTIONS(584),
    [anon_sym_GT] = ACTIONS(586),
    [anon_sym_GT_EQ] = ACTIONS(584),
    [anon_sym_EQ_GT] = ACTIONS(584),
    [anon_sym_QMARK_QMARK] = ACTIONS(584),
    [anon_sym_EQ] = ACTIONS(586),
    [sym__rangeOperator] = ACTIONS(584),
    [anon_sym_null] = ACTIONS(564),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(564),
    [aux_sym_integer_token2] = ACTIONS(562),
    [aux_sym_float_token1] = ACTIONS(564),
    [aux_sym_float_token2] = ACTIONS(562),
    [anon_sym_true] = ACTIONS(564),
    [anon_sym_false] = ACTIONS(564),
    [aux_sym_string_token1] = ACTIONS(562),
    [aux_sym_string_token3] = ACTIONS(562),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(562),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [76] = {
    [sym_operator] = STATE(1578),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(85),
    [sym_identifier] = ACTIONS(770),
    [anon_sym_POUND] = ACTIONS(772),
    [anon_sym_package] = ACTIONS(770),
    [anon_sym_import] = ACTIONS(770),
    [anon_sym_using] = ACTIONS(770),
    [anon_sym_throw] = ACTIONS(770),
    [anon_sym_LPAREN] = ACTIONS(772),
    [anon_sym_switch] = ACTIONS(770),
    [anon_sym_LBRACE] = ACTIONS(772),
    [anon_sym_cast] = ACTIONS(770),
    [anon_sym_DOLLARtype] = ACTIONS(772),
    [anon_sym_return] = ACTIONS(770),
    [anon_sym_untyped] = ACTIONS(770),
    [anon_sym_break] = ACTIONS(770),
    [anon_sym_continue] = ACTIONS(770),
    [anon_sym_LBRACK] = ACTIONS(772),
    [anon_sym_this] = ACTIONS(770),
    [anon_sym_AT] = ACTIONS(770),
    [anon_sym_AT_COLON] = ACTIONS(772),
    [anon_sym_if] = ACTIONS(770),
    [anon_sym_new] = ACTIONS(770),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(770),
    [anon_sym_macro] = ACTIONS(770),
    [anon_sym_abstract] = ACTIONS(770),
    [anon_sym_static] = ACTIONS(770),
    [anon_sym_public] = ACTIONS(770),
    [anon_sym_private] = ACTIONS(770),
    [anon_sym_extern] = ACTIONS(770),
    [anon_sym_inline] = ACTIONS(770),
    [anon_sym_overload] = ACTIONS(770),
    [anon_sym_override] = ACTIONS(770),
    [anon_sym_final] = ACTIONS(770),
    [anon_sym_class] = ACTIONS(770),
    [anon_sym_interface] = ACTIONS(770),
    [anon_sym_typedef] = ACTIONS(770),
    [anon_sym_function] = ACTIONS(770),
    [anon_sym_var] = ACTIONS(770),
    [aux_sym_integer_token1] = ACTIONS(770),
    [aux_sym_integer_token2] = ACTIONS(772),
    [aux_sym_float_token1] = ACTIONS(770),
    [aux_sym_float_token2] = ACTIONS(772),
    [anon_sym_true] = ACTIONS(770),
    [anon_sym_false] = ACTIONS(770),
    [aux_sym_string_token1] = ACTIONS(772),
    [aux_sym_string_token3] = ACTIONS(772),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(772),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [77] = {
    [sym__rhs_expression] = STATE(860),
    [sym__unaryExpression] = STATE(2303),
    [sym_runtime_type_check_expression] = STATE(2303),
    [sym_switch_expression] = STATE(2303),
    [sym_cast_expression] = STATE(2303),
    [sym_type_trace_expression] = STATE(2303),
    [sym__parenthesized_expression] = STATE(2287),
    [sym_range_expression] = STATE(2303),
    [sym_subscript_expression] = STATE(2303),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(860),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(774),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(776),
    [anon_sym_untyped] = ACTIONS(778),
    [anon_sym_break] = ACTIONS(780),
    [anon_sym_continue] = ACTIONS(780),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [78] = {
    [sym__rhs_expression] = STATE(841),
    [sym__unaryExpression] = STATE(2341),
    [sym_runtime_type_check_expression] = STATE(2341),
    [sym_switch_expression] = STATE(2341),
    [sym_cast_expression] = STATE(2341),
    [sym_type_trace_expression] = STATE(2341),
    [sym__parenthesized_expression] = STATE(2157),
    [sym_range_expression] = STATE(2341),
    [sym_subscript_expression] = STATE(2341),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(841),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(782),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(784),
    [anon_sym_untyped] = ACTIONS(786),
    [anon_sym_break] = ACTIONS(788),
    [anon_sym_continue] = ACTIONS(788),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [79] = {
    [sym__rhs_expression] = STATE(843),
    [sym__unaryExpression] = STATE(2347),
    [sym_runtime_type_check_expression] = STATE(2347),
    [sym_switch_expression] = STATE(2347),
    [sym_cast_expression] = STATE(2347),
    [sym_type_trace_expression] = STATE(2347),
    [sym__parenthesized_expression] = STATE(2159),
    [sym_range_expression] = STATE(2347),
    [sym_subscript_expression] = STATE(2347),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(843),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(790),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(792),
    [anon_sym_untyped] = ACTIONS(794),
    [anon_sym_break] = ACTIONS(796),
    [anon_sym_continue] = ACTIONS(796),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [80] = {
    [sym__rhs_expression] = STATE(705),
    [sym__unaryExpression] = STATE(66),
    [sym_runtime_type_check_expression] = STATE(66),
    [sym_switch_expression] = STATE(66),
    [sym_cast_expression] = STATE(66),
    [sym_type_trace_expression] = STATE(66),
    [sym__parenthesized_expression] = STATE(771),
    [sym_range_expression] = STATE(66),
    [sym_subscript_expression] = STATE(66),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(705),
    [sym_operator] = STATE(1521),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [aux_sym__parenthesized_expression_repeat1] = STATE(66),
    [sym_identifier] = ACTIONS(614),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(364),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(368),
    [anon_sym_untyped] = ACTIONS(370),
    [anon_sym_break] = ACTIONS(400),
    [anon_sym_continue] = ACTIONS(400),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [81] = {
    [sym_operator] = STATE(47),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(218),
    [sym__bitwiseOperator] = STATE(218),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(84),
    [ts_builtin_sym_end] = ACTIONS(562),
    [sym_identifier] = ACTIONS(564),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(562),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(562),
    [anon_sym_this] = ACTIONS(564),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(564),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(582),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(47),
    [anon_sym_STAR] = ACTIONS(47),
    [anon_sym_SLASH] = ACTIONS(49),
    [anon_sym_PLUS] = ACTIONS(49),
    [anon_sym_LT_LT] = ACTIONS(47),
    [anon_sym_GT_GT] = ACTIONS(49),
    [anon_sym_GT_GT_GT] = ACTIONS(47),
    [anon_sym_AMP] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(49),
    [anon_sym_CARET] = ACTIONS(47),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(564),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(564),
    [aux_sym_integer_token2] = ACTIONS(562),
    [aux_sym_float_token1] = ACTIONS(564),
    [aux_sym_float_token2] = ACTIONS(562),
    [anon_sym_true] = ACTIONS(564),
    [anon_sym_false] = ACTIONS(564),
    [aux_sym_string_token1] = ACTIONS(562),
    [aux_sym_string_token3] = ACTIONS(562),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [82] = {
    [sym__rhs_expression] = STATE(818),
    [sym__unaryExpression] = STATE(2187),
    [sym_runtime_type_check_expression] = STATE(2187),
    [sym_switch_expression] = STATE(2187),
    [sym_cast_expression] = STATE(2187),
    [sym_type_trace_expression] = STATE(2187),
    [sym__parenthesized_expression] = STATE(2045),
    [sym_range_expression] = STATE(2187),
    [sym_subscript_expression] = STATE(2187),
    [sym_member_expression] = STATE(1177),
    [sym__lhs_expression] = STATE(2082),
    [sym__call] = STATE(1265),
    [sym__constructor_call] = STATE(1266),
    [sym_call_expression] = STATE(818),
    [sym_operator] = STATE(1451),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1269),
    [sym_integer] = STATE(1269),
    [sym_float] = STATE(1269),
    [sym_bool] = STATE(1269),
    [sym_string] = STATE(1208),
    [sym_null] = STATE(1269),
    [sym_array] = STATE(1269),
    [sym_map] = STATE(1269),
    [sym_object] = STATE(1269),
    [sym_pair] = STATE(1216),
    [sym_identifier] = ACTIONS(730),
    [anon_sym_LPAREN] = ACTIONS(732),
    [anon_sym_switch] = ACTIONS(734),
    [anon_sym_LBRACE] = ACTIONS(736),
    [anon_sym_cast] = ACTIONS(738),
    [anon_sym_DOLLARtype] = ACTIONS(740),
    [anon_sym_return] = ACTIONS(798),
    [anon_sym_untyped] = ACTIONS(800),
    [anon_sym_break] = ACTIONS(802),
    [anon_sym_continue] = ACTIONS(802),
    [anon_sym_LBRACK] = ACTIONS(748),
    [anon_sym_RBRACK] = ACTIONS(804),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(752),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(754),
    [aux_sym_integer_token1] = ACTIONS(756),
    [aux_sym_integer_token2] = ACTIONS(758),
    [aux_sym_float_token1] = ACTIONS(760),
    [aux_sym_float_token2] = ACTIONS(762),
    [anon_sym_true] = ACTIONS(764),
    [anon_sym_false] = ACTIONS(764),
    [aux_sym_string_token1] = ACTIONS(766),
    [aux_sym_string_token3] = ACTIONS(768),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [83] = {
    [sym__rhs_expression] = STATE(803),
    [sym__unaryExpression] = STATE(2130),
    [sym_runtime_type_check_expression] = STATE(2130),
    [sym_switch_expression] = STATE(2130),
    [sym_cast_expression] = STATE(2130),
    [sym_type_trace_expression] = STATE(2130),
    [sym__parenthesized_expression] = STATE(2014),
    [sym_range_expression] = STATE(2130),
    [sym_subscript_expression] = STATE(2130),
    [sym_member_expression] = STATE(1177),
    [sym__lhs_expression] = STATE(2082),
    [sym__call] = STATE(1265),
    [sym__constructor_call] = STATE(1266),
    [sym_call_expression] = STATE(803),
    [sym_operator] = STATE(1451),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1269),
    [sym_integer] = STATE(1269),
    [sym_float] = STATE(1269),
    [sym_bool] = STATE(1269),
    [sym_string] = STATE(1208),
    [sym_null] = STATE(1269),
    [sym_array] = STATE(1269),
    [sym_map] = STATE(1269),
    [sym_object] = STATE(1269),
    [sym_pair] = STATE(1187),
    [sym_identifier] = ACTIONS(730),
    [anon_sym_LPAREN] = ACTIONS(732),
    [anon_sym_switch] = ACTIONS(734),
    [anon_sym_LBRACE] = ACTIONS(736),
    [anon_sym_cast] = ACTIONS(738),
    [anon_sym_DOLLARtype] = ACTIONS(740),
    [anon_sym_return] = ACTIONS(806),
    [anon_sym_untyped] = ACTIONS(808),
    [anon_sym_break] = ACTIONS(810),
    [anon_sym_continue] = ACTIONS(810),
    [anon_sym_LBRACK] = ACTIONS(748),
    [anon_sym_RBRACK] = ACTIONS(812),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(752),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(754),
    [aux_sym_integer_token1] = ACTIONS(756),
    [aux_sym_integer_token2] = ACTIONS(758),
    [aux_sym_float_token1] = ACTIONS(760),
    [aux_sym_float_token2] = ACTIONS(762),
    [anon_sym_true] = ACTIONS(764),
    [anon_sym_false] = ACTIONS(764),
    [aux_sym_string_token1] = ACTIONS(766),
    [aux_sym_string_token3] = ACTIONS(768),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [84] = {
    [sym_operator] = STATE(1541),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(87),
    [ts_builtin_sym_end] = ACTIONS(772),
    [sym_identifier] = ACTIONS(770),
    [anon_sym_POUND] = ACTIONS(772),
    [anon_sym_package] = ACTIONS(770),
    [anon_sym_import] = ACTIONS(770),
    [anon_sym_using] = ACTIONS(770),
    [anon_sym_throw] = ACTIONS(770),
    [anon_sym_LPAREN] = ACTIONS(772),
    [anon_sym_switch] = ACTIONS(770),
    [anon_sym_LBRACE] = ACTIONS(772),
    [anon_sym_cast] = ACTIONS(770),
    [anon_sym_DOLLARtype] = ACTIONS(772),
    [anon_sym_return] = ACTIONS(770),
    [anon_sym_untyped] = ACTIONS(770),
    [anon_sym_break] = ACTIONS(770),
    [anon_sym_continue] = ACTIONS(770),
    [anon_sym_LBRACK] = ACTIONS(772),
    [anon_sym_this] = ACTIONS(770),
    [anon_sym_AT] = ACTIONS(770),
    [anon_sym_AT_COLON] = ACTIONS(772),
    [anon_sym_if] = ACTIONS(770),
    [anon_sym_new] = ACTIONS(770),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(770),
    [anon_sym_macro] = ACTIONS(770),
    [anon_sym_abstract] = ACTIONS(770),
    [anon_sym_static] = ACTIONS(770),
    [anon_sym_public] = ACTIONS(770),
    [anon_sym_private] = ACTIONS(770),
    [anon_sym_extern] = ACTIONS(770),
    [anon_sym_inline] = ACTIONS(770),
    [anon_sym_overload] = ACTIONS(770),
    [anon_sym_override] = ACTIONS(770),
    [anon_sym_final] = ACTIONS(770),
    [anon_sym_class] = ACTIONS(770),
    [anon_sym_interface] = ACTIONS(770),
    [anon_sym_typedef] = ACTIONS(770),
    [anon_sym_function] = ACTIONS(770),
    [anon_sym_var] = ACTIONS(770),
    [aux_sym_integer_token1] = ACTIONS(770),
    [aux_sym_integer_token2] = ACTIONS(772),
    [aux_sym_float_token1] = ACTIONS(770),
    [aux_sym_float_token2] = ACTIONS(772),
    [anon_sym_true] = ACTIONS(770),
    [anon_sym_false] = ACTIONS(770),
    [aux_sym_string_token1] = ACTIONS(772),
    [aux_sym_string_token3] = ACTIONS(772),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [85] = {
    [sym_operator] = STATE(1578),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(85),
    [sym_identifier] = ACTIONS(592),
    [anon_sym_POUND] = ACTIONS(594),
    [anon_sym_package] = ACTIONS(592),
    [anon_sym_import] = ACTIONS(592),
    [anon_sym_using] = ACTIONS(592),
    [anon_sym_throw] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_AT] = ACTIONS(592),
    [anon_sym_AT_COLON] = ACTIONS(594),
    [anon_sym_if] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(596),
    [anon_sym_BANG] = ACTIONS(599),
    [anon_sym_DASH] = ACTIONS(602),
    [anon_sym_PLUS_PLUS] = ACTIONS(605),
    [anon_sym_DASH_DASH] = ACTIONS(605),
    [anon_sym_PERCENT] = ACTIONS(608),
    [anon_sym_STAR] = ACTIONS(608),
    [anon_sym_SLASH] = ACTIONS(611),
    [anon_sym_PLUS] = ACTIONS(611),
    [anon_sym_LT_LT] = ACTIONS(608),
    [anon_sym_GT_GT] = ACTIONS(611),
    [anon_sym_GT_GT_GT] = ACTIONS(608),
    [anon_sym_AMP] = ACTIONS(611),
    [anon_sym_PIPE] = ACTIONS(611),
    [anon_sym_CARET] = ACTIONS(608),
    [anon_sym_AMP_AMP] = ACTIONS(596),
    [anon_sym_PIPE_PIPE] = ACTIONS(596),
    [anon_sym_EQ_EQ] = ACTIONS(596),
    [anon_sym_BANG_EQ] = ACTIONS(596),
    [anon_sym_LT] = ACTIONS(599),
    [anon_sym_LT_EQ] = ACTIONS(596),
    [anon_sym_GT] = ACTIONS(599),
    [anon_sym_GT_EQ] = ACTIONS(596),
    [anon_sym_EQ_GT] = ACTIONS(596),
    [anon_sym_QMARK_QMARK] = ACTIONS(596),
    [anon_sym_EQ] = ACTIONS(599),
    [sym__rangeOperator] = ACTIONS(596),
    [anon_sym_null] = ACTIONS(592),
    [anon_sym_macro] = ACTIONS(592),
    [anon_sym_abstract] = ACTIONS(592),
    [anon_sym_static] = ACTIONS(592),
    [anon_sym_public] = ACTIONS(592),
    [anon_sym_private] = ACTIONS(592),
    [anon_sym_extern] = ACTIONS(592),
    [anon_sym_inline] = ACTIONS(592),
    [anon_sym_overload] = ACTIONS(592),
    [anon_sym_override] = ACTIONS(592),
    [anon_sym_final] = ACTIONS(592),
    [anon_sym_class] = ACTIONS(592),
    [anon_sym_interface] = ACTIONS(592),
    [anon_sym_typedef] = ACTIONS(592),
    [anon_sym_function] = ACTIONS(592),
    [anon_sym_var] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(594),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [86] = {
    [sym__rhs_expression] = STATE(876),
    [sym__unaryExpression] = STATE(2388),
    [sym_runtime_type_check_expression] = STATE(2388),
    [sym_switch_expression] = STATE(2388),
    [sym_cast_expression] = STATE(2388),
    [sym_type_trace_expression] = STATE(2388),
    [sym__parenthesized_expression] = STATE(2114),
    [sym_range_expression] = STATE(2388),
    [sym_subscript_expression] = STATE(2388),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(876),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(814),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(816),
    [anon_sym_untyped] = ACTIONS(818),
    [anon_sym_break] = ACTIONS(820),
    [anon_sym_continue] = ACTIONS(820),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [87] = {
    [sym_operator] = STATE(1541),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(87),
    [ts_builtin_sym_end] = ACTIONS(594),
    [sym_identifier] = ACTIONS(592),
    [anon_sym_POUND] = ACTIONS(594),
    [anon_sym_package] = ACTIONS(592),
    [anon_sym_import] = ACTIONS(592),
    [anon_sym_using] = ACTIONS(592),
    [anon_sym_throw] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_AT] = ACTIONS(592),
    [anon_sym_AT_COLON] = ACTIONS(594),
    [anon_sym_if] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(596),
    [anon_sym_BANG] = ACTIONS(599),
    [anon_sym_DASH] = ACTIONS(602),
    [anon_sym_PLUS_PLUS] = ACTIONS(605),
    [anon_sym_DASH_DASH] = ACTIONS(605),
    [anon_sym_PERCENT] = ACTIONS(608),
    [anon_sym_STAR] = ACTIONS(608),
    [anon_sym_SLASH] = ACTIONS(611),
    [anon_sym_PLUS] = ACTIONS(611),
    [anon_sym_LT_LT] = ACTIONS(608),
    [anon_sym_GT_GT] = ACTIONS(611),
    [anon_sym_GT_GT_GT] = ACTIONS(608),
    [anon_sym_AMP] = ACTIONS(611),
    [anon_sym_PIPE] = ACTIONS(611),
    [anon_sym_CARET] = ACTIONS(608),
    [anon_sym_AMP_AMP] = ACTIONS(596),
    [anon_sym_PIPE_PIPE] = ACTIONS(596),
    [anon_sym_EQ_EQ] = ACTIONS(596),
    [anon_sym_BANG_EQ] = ACTIONS(596),
    [anon_sym_LT] = ACTIONS(599),
    [anon_sym_LT_EQ] = ACTIONS(596),
    [anon_sym_GT] = ACTIONS(599),
    [anon_sym_GT_EQ] = ACTIONS(596),
    [anon_sym_EQ_GT] = ACTIONS(596),
    [anon_sym_QMARK_QMARK] = ACTIONS(596),
    [anon_sym_EQ] = ACTIONS(599),
    [sym__rangeOperator] = ACTIONS(596),
    [anon_sym_null] = ACTIONS(592),
    [anon_sym_macro] = ACTIONS(592),
    [anon_sym_abstract] = ACTIONS(592),
    [anon_sym_static] = ACTIONS(592),
    [anon_sym_public] = ACTIONS(592),
    [anon_sym_private] = ACTIONS(592),
    [anon_sym_extern] = ACTIONS(592),
    [anon_sym_inline] = ACTIONS(592),
    [anon_sym_overload] = ACTIONS(592),
    [anon_sym_override] = ACTIONS(592),
    [anon_sym_final] = ACTIONS(592),
    [anon_sym_class] = ACTIONS(592),
    [anon_sym_interface] = ACTIONS(592),
    [anon_sym_typedef] = ACTIONS(592),
    [anon_sym_function] = ACTIONS(592),
    [anon_sym_var] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [88] = {
    [sym__rhs_expression] = STATE(875),
    [sym__unaryExpression] = STATE(2380),
    [sym_runtime_type_check_expression] = STATE(2380),
    [sym_switch_expression] = STATE(2380),
    [sym_cast_expression] = STATE(2380),
    [sym_type_trace_expression] = STATE(2380),
    [sym__parenthesized_expression] = STATE(2067),
    [sym_range_expression] = STATE(2380),
    [sym_subscript_expression] = STATE(2380),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(875),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(822),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(824),
    [anon_sym_untyped] = ACTIONS(826),
    [anon_sym_break] = ACTIONS(828),
    [anon_sym_continue] = ACTIONS(828),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [89] = {
    [sym__rhs_expression] = STATE(816),
    [sym__unaryExpression] = STATE(2209),
    [sym_runtime_type_check_expression] = STATE(2209),
    [sym_switch_expression] = STATE(2209),
    [sym_cast_expression] = STATE(2209),
    [sym_type_trace_expression] = STATE(2209),
    [sym__parenthesized_expression] = STATE(2032),
    [sym_range_expression] = STATE(2209),
    [sym_subscript_expression] = STATE(2209),
    [sym_member_expression] = STATE(1177),
    [sym__lhs_expression] = STATE(2082),
    [sym__call] = STATE(1265),
    [sym__constructor_call] = STATE(1266),
    [sym_call_expression] = STATE(816),
    [sym_operator] = STATE(1451),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1269),
    [sym_integer] = STATE(1269),
    [sym_float] = STATE(1269),
    [sym_bool] = STATE(1269),
    [sym_string] = STATE(1208),
    [sym_null] = STATE(1269),
    [sym_array] = STATE(1269),
    [sym_map] = STATE(1269),
    [sym_object] = STATE(1269),
    [sym_pair] = STATE(1196),
    [sym_identifier] = ACTIONS(730),
    [anon_sym_LPAREN] = ACTIONS(732),
    [anon_sym_switch] = ACTIONS(734),
    [anon_sym_LBRACE] = ACTIONS(736),
    [anon_sym_cast] = ACTIONS(738),
    [anon_sym_DOLLARtype] = ACTIONS(740),
    [anon_sym_return] = ACTIONS(830),
    [anon_sym_untyped] = ACTIONS(832),
    [anon_sym_break] = ACTIONS(834),
    [anon_sym_continue] = ACTIONS(834),
    [anon_sym_LBRACK] = ACTIONS(748),
    [anon_sym_RBRACK] = ACTIONS(836),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(752),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(754),
    [aux_sym_integer_token1] = ACTIONS(756),
    [aux_sym_integer_token2] = ACTIONS(758),
    [aux_sym_float_token1] = ACTIONS(760),
    [aux_sym_float_token2] = ACTIONS(762),
    [anon_sym_true] = ACTIONS(764),
    [anon_sym_false] = ACTIONS(764),
    [aux_sym_string_token1] = ACTIONS(766),
    [aux_sym_string_token3] = ACTIONS(768),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [90] = {
    [sym__rhs_expression] = STATE(852),
    [sym__unaryExpression] = STATE(2320),
    [sym_runtime_type_check_expression] = STATE(2320),
    [sym_switch_expression] = STATE(2320),
    [sym_cast_expression] = STATE(2320),
    [sym_type_trace_expression] = STATE(2320),
    [sym__parenthesized_expression] = STATE(2196),
    [sym_range_expression] = STATE(2320),
    [sym_subscript_expression] = STATE(2320),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(852),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_RPAREN] = ACTIONS(838),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(840),
    [anon_sym_untyped] = ACTIONS(842),
    [anon_sym_break] = ACTIONS(844),
    [anon_sym_continue] = ACTIONS(844),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [91] = {
    [sym__rhs_expression] = STATE(809),
    [sym__unaryExpression] = STATE(2087),
    [sym_runtime_type_check_expression] = STATE(2087),
    [sym_switch_expression] = STATE(2087),
    [sym_cast_expression] = STATE(2087),
    [sym_type_trace_expression] = STATE(2087),
    [sym__parenthesized_expression] = STATE(2020),
    [sym_range_expression] = STATE(2087),
    [sym_subscript_expression] = STATE(2087),
    [sym_member_expression] = STATE(1177),
    [sym__lhs_expression] = STATE(2082),
    [sym__call] = STATE(1265),
    [sym__constructor_call] = STATE(1266),
    [sym_call_expression] = STATE(809),
    [sym_operator] = STATE(1451),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1269),
    [sym_integer] = STATE(1269),
    [sym_float] = STATE(1269),
    [sym_bool] = STATE(1269),
    [sym_string] = STATE(1208),
    [sym_null] = STATE(1269),
    [sym_array] = STATE(1269),
    [sym_map] = STATE(1269),
    [sym_object] = STATE(1269),
    [sym_pair] = STATE(1217),
    [sym_identifier] = ACTIONS(730),
    [anon_sym_LPAREN] = ACTIONS(732),
    [anon_sym_switch] = ACTIONS(734),
    [anon_sym_LBRACE] = ACTIONS(736),
    [anon_sym_cast] = ACTIONS(738),
    [anon_sym_DOLLARtype] = ACTIONS(740),
    [anon_sym_return] = ACTIONS(846),
    [anon_sym_untyped] = ACTIONS(848),
    [anon_sym_break] = ACTIONS(850),
    [anon_sym_continue] = ACTIONS(850),
    [anon_sym_LBRACK] = ACTIONS(748),
    [anon_sym_RBRACK] = ACTIONS(852),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(752),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(754),
    [aux_sym_integer_token1] = ACTIONS(756),
    [aux_sym_integer_token2] = ACTIONS(758),
    [aux_sym_float_token1] = ACTIONS(760),
    [aux_sym_float_token2] = ACTIONS(762),
    [anon_sym_true] = ACTIONS(764),
    [anon_sym_false] = ACTIONS(764),
    [aux_sym_string_token1] = ACTIONS(766),
    [aux_sym_string_token3] = ACTIONS(768),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [92] = {
    [sym__rhs_expression] = STATE(993),
    [sym__unaryExpression] = STATE(2681),
    [sym_runtime_type_check_expression] = STATE(2681),
    [sym_switch_expression] = STATE(2681),
    [sym_cast_expression] = STATE(2681),
    [sym_type_trace_expression] = STATE(2681),
    [sym__parenthesized_expression] = STATE(2575),
    [sym_range_expression] = STATE(2681),
    [sym_subscript_expression] = STATE(2681),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(993),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(856),
    [anon_sym_untyped] = ACTIONS(858),
    [anon_sym_break] = ACTIONS(860),
    [anon_sym_continue] = ACTIONS(860),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [93] = {
    [sym__rhs_expression] = STATE(933),
    [sym__unaryExpression] = STATE(2690),
    [sym_runtime_type_check_expression] = STATE(2690),
    [sym_switch_expression] = STATE(2690),
    [sym_cast_expression] = STATE(2690),
    [sym_type_trace_expression] = STATE(2690),
    [sym__parenthesized_expression] = STATE(2577),
    [sym_range_expression] = STATE(2690),
    [sym_subscript_expression] = STATE(2690),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(933),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(862),
    [anon_sym_untyped] = ACTIONS(864),
    [anon_sym_break] = ACTIONS(866),
    [anon_sym_continue] = ACTIONS(866),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [94] = {
    [sym__rhs_expression] = STATE(844),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(844),
    [sym_operator] = STATE(1637),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1641),
    [sym_integer] = STATE(1641),
    [sym_float] = STATE(1641),
    [sym_bool] = STATE(1641),
    [sym_string] = STATE(1528),
    [sym_null] = STATE(1641),
    [sym_array] = STATE(1641),
    [sym_map] = STATE(1641),
    [sym_object] = STATE(1641),
    [sym_pair] = STATE(1641),
    [sym_identifier] = ACTIONS(868),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(870),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(872),
    [anon_sym_untyped] = ACTIONS(874),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(876),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [95] = {
    [sym__rhs_expression] = STATE(834),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(834),
    [sym_operator] = STATE(1629),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1641),
    [sym_integer] = STATE(1641),
    [sym_float] = STATE(1641),
    [sym_bool] = STATE(1641),
    [sym_string] = STATE(1528),
    [sym_null] = STATE(1641),
    [sym_array] = STATE(1641),
    [sym_map] = STATE(1641),
    [sym_object] = STATE(1641),
    [sym_pair] = STATE(1641),
    [sym_identifier] = ACTIONS(868),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(878),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(880),
    [anon_sym_untyped] = ACTIONS(882),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(876),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [96] = {
    [sym__rhs_expression] = STATE(882),
    [sym__unaryExpression] = STATE(2448),
    [sym_runtime_type_check_expression] = STATE(2448),
    [sym_switch_expression] = STATE(2448),
    [sym_cast_expression] = STATE(2448),
    [sym_type_trace_expression] = STATE(2448),
    [sym__parenthesized_expression] = STATE(2294),
    [sym_range_expression] = STATE(2448),
    [sym_subscript_expression] = STATE(2448),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(882),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(884),
    [anon_sym_untyped] = ACTIONS(886),
    [anon_sym_break] = ACTIONS(888),
    [anon_sym_continue] = ACTIONS(888),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [97] = {
    [sym__rhs_expression] = STATE(1007),
    [sym__unaryExpression] = STATE(2855),
    [sym_runtime_type_check_expression] = STATE(2855),
    [sym_switch_expression] = STATE(2855),
    [sym_cast_expression] = STATE(2855),
    [sym_type_trace_expression] = STATE(2855),
    [sym__parenthesized_expression] = STATE(2507),
    [sym_range_expression] = STATE(2855),
    [sym_subscript_expression] = STATE(2855),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1007),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(890),
    [anon_sym_untyped] = ACTIONS(892),
    [anon_sym_break] = ACTIONS(894),
    [anon_sym_continue] = ACTIONS(894),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [98] = {
    [sym__rhs_expression] = STATE(985),
    [sym__unaryExpression] = STATE(2746),
    [sym_runtime_type_check_expression] = STATE(2746),
    [sym_switch_expression] = STATE(2746),
    [sym_cast_expression] = STATE(2746),
    [sym_type_trace_expression] = STATE(2746),
    [sym__parenthesized_expression] = STATE(2534),
    [sym_range_expression] = STATE(2746),
    [sym_subscript_expression] = STATE(2746),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(985),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(896),
    [anon_sym_untyped] = ACTIONS(898),
    [anon_sym_break] = ACTIONS(900),
    [anon_sym_continue] = ACTIONS(900),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [99] = {
    [sym__rhs_expression] = STATE(935),
    [sym__unaryExpression] = STATE(2739),
    [sym_runtime_type_check_expression] = STATE(2739),
    [sym_switch_expression] = STATE(2739),
    [sym_cast_expression] = STATE(2739),
    [sym_type_trace_expression] = STATE(2739),
    [sym__parenthesized_expression] = STATE(2537),
    [sym_range_expression] = STATE(2739),
    [sym_subscript_expression] = STATE(2739),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(935),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(902),
    [anon_sym_untyped] = ACTIONS(904),
    [anon_sym_break] = ACTIONS(906),
    [anon_sym_continue] = ACTIONS(906),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [100] = {
    [sym__rhs_expression] = STATE(925),
    [sym__unaryExpression] = STATE(2734),
    [sym_runtime_type_check_expression] = STATE(2734),
    [sym_switch_expression] = STATE(2734),
    [sym_cast_expression] = STATE(2734),
    [sym_type_trace_expression] = STATE(2734),
    [sym__parenthesized_expression] = STATE(2548),
    [sym_range_expression] = STATE(2734),
    [sym_subscript_expression] = STATE(2734),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(925),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(908),
    [anon_sym_untyped] = ACTIONS(910),
    [anon_sym_break] = ACTIONS(912),
    [anon_sym_continue] = ACTIONS(912),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [101] = {
    [sym__rhs_expression] = STATE(1015),
    [sym__unaryExpression] = STATE(2780),
    [sym_runtime_type_check_expression] = STATE(2780),
    [sym_switch_expression] = STATE(2780),
    [sym_cast_expression] = STATE(2780),
    [sym_type_trace_expression] = STATE(2780),
    [sym__parenthesized_expression] = STATE(2549),
    [sym_range_expression] = STATE(2780),
    [sym_subscript_expression] = STATE(2780),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1015),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(914),
    [anon_sym_untyped] = ACTIONS(916),
    [anon_sym_break] = ACTIONS(918),
    [anon_sym_continue] = ACTIONS(918),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [102] = {
    [sym__rhs_expression] = STATE(1002),
    [sym__unaryExpression] = STATE(2705),
    [sym_runtime_type_check_expression] = STATE(2705),
    [sym_switch_expression] = STATE(2705),
    [sym_cast_expression] = STATE(2705),
    [sym_type_trace_expression] = STATE(2705),
    [sym__parenthesized_expression] = STATE(2557),
    [sym_range_expression] = STATE(2705),
    [sym_subscript_expression] = STATE(2705),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1002),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(920),
    [anon_sym_untyped] = ACTIONS(922),
    [anon_sym_break] = ACTIONS(924),
    [anon_sym_continue] = ACTIONS(924),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [103] = {
    [sym__rhs_expression] = STATE(1036),
    [sym__unaryExpression] = STATE(2664),
    [sym_runtime_type_check_expression] = STATE(2664),
    [sym_switch_expression] = STATE(2664),
    [sym_cast_expression] = STATE(2664),
    [sym_type_trace_expression] = STATE(2664),
    [sym__parenthesized_expression] = STATE(2588),
    [sym_range_expression] = STATE(2664),
    [sym_subscript_expression] = STATE(2664),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1036),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(926),
    [anon_sym_untyped] = ACTIONS(928),
    [anon_sym_break] = ACTIONS(930),
    [anon_sym_continue] = ACTIONS(930),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [104] = {
    [sym__rhs_expression] = STATE(1022),
    [sym__unaryExpression] = STATE(2763),
    [sym_runtime_type_check_expression] = STATE(2763),
    [sym_switch_expression] = STATE(2763),
    [sym_cast_expression] = STATE(2763),
    [sym_type_trace_expression] = STATE(2763),
    [sym__parenthesized_expression] = STATE(2526),
    [sym_range_expression] = STATE(2763),
    [sym_subscript_expression] = STATE(2763),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1022),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(932),
    [anon_sym_untyped] = ACTIONS(934),
    [anon_sym_break] = ACTIONS(936),
    [anon_sym_continue] = ACTIONS(936),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [105] = {
    [sym__rhs_expression] = STATE(799),
    [sym__unaryExpression] = STATE(1300),
    [sym_runtime_type_check_expression] = STATE(1300),
    [sym_switch_expression] = STATE(1300),
    [sym_cast_expression] = STATE(1300),
    [sym_type_trace_expression] = STATE(1300),
    [sym__parenthesized_expression] = STATE(1201),
    [sym_range_expression] = STATE(1300),
    [sym_subscript_expression] = STATE(1300),
    [sym_member_expression] = STATE(1162),
    [sym__lhs_expression] = STATE(2279),
    [sym__call] = STATE(1277),
    [sym__constructor_call] = STATE(1276),
    [sym_call_expression] = STATE(799),
    [sym_operator] = STATE(1470),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1227),
    [sym_integer] = STATE(1227),
    [sym_float] = STATE(1227),
    [sym_bool] = STATE(1227),
    [sym_string] = STATE(1207),
    [sym_null] = STATE(1227),
    [sym_array] = STATE(1227),
    [sym_map] = STATE(1227),
    [sym_object] = STATE(1227),
    [sym_pair] = STATE(1227),
    [sym_identifier] = ACTIONS(938),
    [anon_sym_LPAREN] = ACTIONS(940),
    [anon_sym_switch] = ACTIONS(101),
    [anon_sym_LBRACE] = ACTIONS(942),
    [anon_sym_cast] = ACTIONS(944),
    [anon_sym_DOLLARtype] = ACTIONS(946),
    [anon_sym_return] = ACTIONS(948),
    [anon_sym_untyped] = ACTIONS(950),
    [anon_sym_break] = ACTIONS(952),
    [anon_sym_continue] = ACTIONS(952),
    [anon_sym_LBRACK] = ACTIONS(954),
    [anon_sym_this] = ACTIONS(956),
    [anon_sym_new] = ACTIONS(958),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(960),
    [aux_sym_integer_token1] = ACTIONS(962),
    [aux_sym_integer_token2] = ACTIONS(964),
    [aux_sym_float_token1] = ACTIONS(966),
    [aux_sym_float_token2] = ACTIONS(968),
    [anon_sym_true] = ACTIONS(970),
    [anon_sym_false] = ACTIONS(970),
    [aux_sym_string_token1] = ACTIONS(972),
    [aux_sym_string_token3] = ACTIONS(974),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [106] = {
    [sym__rhs_expression] = STATE(995),
    [sym__unaryExpression] = STATE(2702),
    [sym_runtime_type_check_expression] = STATE(2702),
    [sym_switch_expression] = STATE(2702),
    [sym_cast_expression] = STATE(2702),
    [sym_type_trace_expression] = STATE(2702),
    [sym__parenthesized_expression] = STATE(2564),
    [sym_range_expression] = STATE(2702),
    [sym_subscript_expression] = STATE(2702),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(995),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(976),
    [anon_sym_untyped] = ACTIONS(978),
    [anon_sym_break] = ACTIONS(980),
    [anon_sym_continue] = ACTIONS(980),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [107] = {
    [sym__rhs_expression] = STATE(992),
    [sym__unaryExpression] = STATE(2699),
    [sym_runtime_type_check_expression] = STATE(2699),
    [sym_switch_expression] = STATE(2699),
    [sym_cast_expression] = STATE(2699),
    [sym_type_trace_expression] = STATE(2699),
    [sym__parenthesized_expression] = STATE(2566),
    [sym_range_expression] = STATE(2699),
    [sym_subscript_expression] = STATE(2699),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(992),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(982),
    [anon_sym_untyped] = ACTIONS(984),
    [anon_sym_break] = ACTIONS(986),
    [anon_sym_continue] = ACTIONS(986),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [108] = {
    [sym__rhs_expression] = STATE(881),
    [sym__unaryExpression] = STATE(1509),
    [sym_runtime_type_check_expression] = STATE(1509),
    [sym_switch_expression] = STATE(1509),
    [sym_cast_expression] = STATE(1509),
    [sym_type_trace_expression] = STATE(1509),
    [sym__parenthesized_expression] = STATE(1419),
    [sym_range_expression] = STATE(1509),
    [sym_subscript_expression] = STATE(1509),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(881),
    [sym_operator] = STATE(1455),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1506),
    [sym_integer] = STATE(1506),
    [sym_float] = STATE(1506),
    [sym_bool] = STATE(1506),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1506),
    [sym_array] = STATE(1506),
    [sym_map] = STATE(1506),
    [sym_object] = STATE(1506),
    [sym_pair] = STATE(1506),
    [sym_identifier] = ACTIONS(988),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(990),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(992),
    [anon_sym_untyped] = ACTIONS(994),
    [anon_sym_break] = ACTIONS(996),
    [anon_sym_continue] = ACTIONS(996),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(998),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [109] = {
    [sym__rhs_expression] = STATE(983),
    [sym__unaryExpression] = STATE(2676),
    [sym_runtime_type_check_expression] = STATE(2676),
    [sym_switch_expression] = STATE(2676),
    [sym_cast_expression] = STATE(2676),
    [sym_type_trace_expression] = STATE(2676),
    [sym__parenthesized_expression] = STATE(2603),
    [sym_range_expression] = STATE(2676),
    [sym_subscript_expression] = STATE(2676),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(983),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1000),
    [anon_sym_untyped] = ACTIONS(1002),
    [anon_sym_break] = ACTIONS(1004),
    [anon_sym_continue] = ACTIONS(1004),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [110] = {
    [sym__rhs_expression] = STATE(839),
    [sym__unaryExpression] = STATE(385),
    [sym_runtime_type_check_expression] = STATE(385),
    [sym_switch_expression] = STATE(385),
    [sym_cast_expression] = STATE(385),
    [sym_type_trace_expression] = STATE(385),
    [sym__parenthesized_expression] = STATE(387),
    [sym_range_expression] = STATE(385),
    [sym_subscript_expression] = STATE(385),
    [sym_member_expression] = STATE(260),
    [sym__lhs_expression] = STATE(2181),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(839),
    [sym_operator] = STATE(1631),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1214),
    [sym_integer] = STATE(1214),
    [sym_float] = STATE(1214),
    [sym_bool] = STATE(1214),
    [sym_string] = STATE(1175),
    [sym_null] = STATE(1214),
    [sym_array] = STATE(1214),
    [sym_map] = STATE(1214),
    [sym_object] = STATE(1214),
    [sym_pair] = STATE(1214),
    [sym_identifier] = ACTIONS(1006),
    [anon_sym_LPAREN] = ACTIONS(1008),
    [anon_sym_switch] = ACTIONS(428),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(1010),
    [anon_sym_DOLLARtype] = ACTIONS(434),
    [anon_sym_return] = ACTIONS(1012),
    [anon_sym_untyped] = ACTIONS(1014),
    [anon_sym_break] = ACTIONS(1016),
    [anon_sym_continue] = ACTIONS(1016),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_new] = ACTIONS(448),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [111] = {
    [sym__rhs_expression] = STATE(1021),
    [sym__unaryExpression] = STATE(2665),
    [sym_runtime_type_check_expression] = STATE(2665),
    [sym_switch_expression] = STATE(2665),
    [sym_cast_expression] = STATE(2665),
    [sym_type_trace_expression] = STATE(2665),
    [sym__parenthesized_expression] = STATE(2591),
    [sym_range_expression] = STATE(2665),
    [sym_subscript_expression] = STATE(2665),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1021),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1018),
    [anon_sym_untyped] = ACTIONS(1020),
    [anon_sym_break] = ACTIONS(1022),
    [anon_sym_continue] = ACTIONS(1022),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [112] = {
    [sym__rhs_expression] = STATE(916),
    [sym__unaryExpression] = STATE(2852),
    [sym_runtime_type_check_expression] = STATE(2852),
    [sym_switch_expression] = STATE(2852),
    [sym_cast_expression] = STATE(2852),
    [sym_type_trace_expression] = STATE(2852),
    [sym__parenthesized_expression] = STATE(2476),
    [sym_range_expression] = STATE(2852),
    [sym_subscript_expression] = STATE(2852),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(916),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1024),
    [anon_sym_untyped] = ACTIONS(1026),
    [anon_sym_break] = ACTIONS(1028),
    [anon_sym_continue] = ACTIONS(1028),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [113] = {
    [sym__rhs_expression] = STATE(942),
    [sym__unaryExpression] = STATE(2694),
    [sym_runtime_type_check_expression] = STATE(2694),
    [sym_switch_expression] = STATE(2694),
    [sym_cast_expression] = STATE(2694),
    [sym_type_trace_expression] = STATE(2694),
    [sym__parenthesized_expression] = STATE(2570),
    [sym_range_expression] = STATE(2694),
    [sym_subscript_expression] = STATE(2694),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(942),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1030),
    [anon_sym_untyped] = ACTIONS(1032),
    [anon_sym_break] = ACTIONS(1034),
    [anon_sym_continue] = ACTIONS(1034),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [114] = {
    [sym__rhs_expression] = STATE(967),
    [sym__unaryExpression] = STATE(2650),
    [sym_runtime_type_check_expression] = STATE(2650),
    [sym_switch_expression] = STATE(2650),
    [sym_cast_expression] = STATE(2650),
    [sym_type_trace_expression] = STATE(2650),
    [sym__parenthesized_expression] = STATE(2592),
    [sym_range_expression] = STATE(2650),
    [sym_subscript_expression] = STATE(2650),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(967),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1036),
    [anon_sym_untyped] = ACTIONS(1038),
    [anon_sym_break] = ACTIONS(1040),
    [anon_sym_continue] = ACTIONS(1040),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [115] = {
    [sym__rhs_expression] = STATE(962),
    [sym__unaryExpression] = STATE(2642),
    [sym_runtime_type_check_expression] = STATE(2642),
    [sym_switch_expression] = STATE(2642),
    [sym_cast_expression] = STATE(2642),
    [sym_type_trace_expression] = STATE(2642),
    [sym__parenthesized_expression] = STATE(2598),
    [sym_range_expression] = STATE(2642),
    [sym_subscript_expression] = STATE(2642),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(962),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1042),
    [anon_sym_untyped] = ACTIONS(1044),
    [anon_sym_break] = ACTIONS(1046),
    [anon_sym_continue] = ACTIONS(1046),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [116] = {
    [sym__rhs_expression] = STATE(960),
    [sym__unaryExpression] = STATE(2634),
    [sym_runtime_type_check_expression] = STATE(2634),
    [sym_switch_expression] = STATE(2634),
    [sym_cast_expression] = STATE(2634),
    [sym_type_trace_expression] = STATE(2634),
    [sym__parenthesized_expression] = STATE(2600),
    [sym_range_expression] = STATE(2634),
    [sym_subscript_expression] = STATE(2634),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(960),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1048),
    [anon_sym_untyped] = ACTIONS(1050),
    [anon_sym_break] = ACTIONS(1052),
    [anon_sym_continue] = ACTIONS(1052),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [117] = {
    [sym__rhs_expression] = STATE(946),
    [sym__unaryExpression] = STATE(2632),
    [sym_runtime_type_check_expression] = STATE(2632),
    [sym_switch_expression] = STATE(2632),
    [sym_cast_expression] = STATE(2632),
    [sym_type_trace_expression] = STATE(2632),
    [sym__parenthesized_expression] = STATE(2616),
    [sym_range_expression] = STATE(2632),
    [sym_subscript_expression] = STATE(2632),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(946),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1054),
    [anon_sym_untyped] = ACTIONS(1056),
    [anon_sym_break] = ACTIONS(1058),
    [anon_sym_continue] = ACTIONS(1058),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [118] = {
    [sym__rhs_expression] = STATE(915),
    [sym__unaryExpression] = STATE(2629),
    [sym_runtime_type_check_expression] = STATE(2629),
    [sym_switch_expression] = STATE(2629),
    [sym_cast_expression] = STATE(2629),
    [sym_type_trace_expression] = STATE(2629),
    [sym__parenthesized_expression] = STATE(2614),
    [sym_range_expression] = STATE(2629),
    [sym_subscript_expression] = STATE(2629),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(915),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1060),
    [anon_sym_untyped] = ACTIONS(1062),
    [anon_sym_break] = ACTIONS(1064),
    [anon_sym_continue] = ACTIONS(1064),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [119] = {
    [sym__rhs_expression] = STATE(966),
    [sym__unaryExpression] = STATE(2631),
    [sym_runtime_type_check_expression] = STATE(2631),
    [sym_switch_expression] = STATE(2631),
    [sym_cast_expression] = STATE(2631),
    [sym_type_trace_expression] = STATE(2631),
    [sym__parenthesized_expression] = STATE(2613),
    [sym_range_expression] = STATE(2631),
    [sym_subscript_expression] = STATE(2631),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2041),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(966),
    [sym_operator] = STATE(1605),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1573),
    [sym_integer] = STATE(1573),
    [sym_float] = STATE(1573),
    [sym_bool] = STATE(1573),
    [sym_string] = STATE(1395),
    [sym_null] = STATE(1573),
    [sym_array] = STATE(1573),
    [sym_map] = STATE(1573),
    [sym_object] = STATE(1573),
    [sym_pair] = STATE(1573),
    [sym_identifier] = ACTIONS(1066),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(1068),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1070),
    [anon_sym_untyped] = ACTIONS(1072),
    [anon_sym_break] = ACTIONS(1074),
    [anon_sym_continue] = ACTIONS(1074),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [120] = {
    [sym__rhs_expression] = STATE(697),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(697),
    [sym_operator] = STATE(1548),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(767),
    [sym_integer] = STATE(767),
    [sym_float] = STATE(767),
    [sym_bool] = STATE(767),
    [sym_string] = STATE(765),
    [sym_null] = STATE(767),
    [sym_array] = STATE(767),
    [sym_map] = STATE(767),
    [sym_object] = STATE(767),
    [sym_pair] = STATE(767),
    [sym_identifier] = ACTIONS(1076),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(418),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(420),
    [anon_sym_untyped] = ACTIONS(422),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [121] = {
    [sym__rhs_expression] = STATE(964),
    [sym__unaryExpression] = STATE(2715),
    [sym_runtime_type_check_expression] = STATE(2715),
    [sym_switch_expression] = STATE(2715),
    [sym_cast_expression] = STATE(2715),
    [sym_type_trace_expression] = STATE(2715),
    [sym__parenthesized_expression] = STATE(2569),
    [sym_range_expression] = STATE(2715),
    [sym_subscript_expression] = STATE(2715),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(964),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1078),
    [anon_sym_untyped] = ACTIONS(1080),
    [anon_sym_break] = ACTIONS(1082),
    [anon_sym_continue] = ACTIONS(1082),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [122] = {
    [sym__rhs_expression] = STATE(928),
    [sym__unaryExpression] = STATE(2623),
    [sym_runtime_type_check_expression] = STATE(2623),
    [sym_switch_expression] = STATE(2623),
    [sym_cast_expression] = STATE(2623),
    [sym_type_trace_expression] = STATE(2623),
    [sym__parenthesized_expression] = STATE(2604),
    [sym_range_expression] = STATE(2623),
    [sym_subscript_expression] = STATE(2623),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(928),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1084),
    [anon_sym_untyped] = ACTIONS(1086),
    [anon_sym_break] = ACTIONS(1088),
    [anon_sym_continue] = ACTIONS(1088),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [123] = {
    [sym__rhs_expression] = STATE(75),
    [sym__unaryExpression] = STATE(385),
    [sym_runtime_type_check_expression] = STATE(385),
    [sym_switch_expression] = STATE(385),
    [sym_cast_expression] = STATE(385),
    [sym_type_trace_expression] = STATE(385),
    [sym__parenthesized_expression] = STATE(387),
    [sym_range_expression] = STATE(385),
    [sym_subscript_expression] = STATE(385),
    [sym_member_expression] = STATE(260),
    [sym__lhs_expression] = STATE(2254),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(75),
    [sym_operator] = STATE(1646),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(416),
    [sym_integer] = STATE(416),
    [sym_float] = STATE(416),
    [sym_bool] = STATE(416),
    [sym_string] = STATE(296),
    [sym_null] = STATE(416),
    [sym_array] = STATE(416),
    [sym_map] = STATE(416),
    [sym_object] = STATE(416),
    [sym_pair] = STATE(416),
    [sym_identifier] = ACTIONS(1090),
    [anon_sym_LPAREN] = ACTIONS(1008),
    [anon_sym_switch] = ACTIONS(428),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(1092),
    [anon_sym_DOLLARtype] = ACTIONS(434),
    [anon_sym_return] = ACTIONS(1094),
    [anon_sym_untyped] = ACTIONS(1096),
    [anon_sym_break] = ACTIONS(1016),
    [anon_sym_continue] = ACTIONS(1016),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_new] = ACTIONS(546),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [124] = {
    [sym__rhs_expression] = STATE(878),
    [sym__unaryExpression] = STATE(1509),
    [sym_runtime_type_check_expression] = STATE(1509),
    [sym_switch_expression] = STATE(1509),
    [sym_cast_expression] = STATE(1509),
    [sym_type_trace_expression] = STATE(1509),
    [sym__parenthesized_expression] = STATE(1419),
    [sym_range_expression] = STATE(1509),
    [sym_subscript_expression] = STATE(1509),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(878),
    [sym_operator] = STATE(1643),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1506),
    [sym_integer] = STATE(1506),
    [sym_float] = STATE(1506),
    [sym_bool] = STATE(1506),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1506),
    [sym_array] = STATE(1506),
    [sym_map] = STATE(1506),
    [sym_object] = STATE(1506),
    [sym_pair] = STATE(1506),
    [sym_identifier] = ACTIONS(988),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(1098),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1100),
    [anon_sym_untyped] = ACTIONS(1102),
    [anon_sym_break] = ACTIONS(996),
    [anon_sym_continue] = ACTIONS(996),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(998),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [125] = {
    [sym__rhs_expression] = STATE(955),
    [sym__unaryExpression] = STATE(2686),
    [sym_runtime_type_check_expression] = STATE(2686),
    [sym_switch_expression] = STATE(2686),
    [sym_cast_expression] = STATE(2686),
    [sym_type_trace_expression] = STATE(2686),
    [sym__parenthesized_expression] = STATE(2576),
    [sym_range_expression] = STATE(2686),
    [sym_subscript_expression] = STATE(2686),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(955),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1104),
    [anon_sym_untyped] = ACTIONS(1106),
    [anon_sym_break] = ACTIONS(1108),
    [anon_sym_continue] = ACTIONS(1108),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [126] = {
    [sym__rhs_expression] = STATE(944),
    [sym__unaryExpression] = STATE(2700),
    [sym_runtime_type_check_expression] = STATE(2700),
    [sym_switch_expression] = STATE(2700),
    [sym_cast_expression] = STATE(2700),
    [sym_type_trace_expression] = STATE(2700),
    [sym__parenthesized_expression] = STATE(2552),
    [sym_range_expression] = STATE(2700),
    [sym_subscript_expression] = STATE(2700),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(944),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1110),
    [anon_sym_untyped] = ACTIONS(1112),
    [anon_sym_break] = ACTIONS(1114),
    [anon_sym_continue] = ACTIONS(1114),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [127] = {
    [sym__rhs_expression] = STATE(976),
    [sym__unaryExpression] = STATE(2653),
    [sym_runtime_type_check_expression] = STATE(2653),
    [sym_switch_expression] = STATE(2653),
    [sym_cast_expression] = STATE(2653),
    [sym_type_trace_expression] = STATE(2653),
    [sym__parenthesized_expression] = STATE(2595),
    [sym_range_expression] = STATE(2653),
    [sym_subscript_expression] = STATE(2653),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(976),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1116),
    [anon_sym_untyped] = ACTIONS(1118),
    [anon_sym_break] = ACTIONS(1120),
    [anon_sym_continue] = ACTIONS(1120),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [128] = {
    [sym__rhs_expression] = STATE(926),
    [sym__unaryExpression] = STATE(2858),
    [sym_runtime_type_check_expression] = STATE(2858),
    [sym_switch_expression] = STATE(2858),
    [sym_cast_expression] = STATE(2858),
    [sym_type_trace_expression] = STATE(2858),
    [sym__parenthesized_expression] = STATE(2474),
    [sym_range_expression] = STATE(2858),
    [sym_subscript_expression] = STATE(2858),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(926),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1122),
    [anon_sym_untyped] = ACTIONS(1124),
    [anon_sym_break] = ACTIONS(1126),
    [anon_sym_continue] = ACTIONS(1126),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [129] = {
    [sym__rhs_expression] = STATE(931),
    [sym__unaryExpression] = STATE(2860),
    [sym_runtime_type_check_expression] = STATE(2860),
    [sym_switch_expression] = STATE(2860),
    [sym_cast_expression] = STATE(2860),
    [sym_type_trace_expression] = STATE(2860),
    [sym__parenthesized_expression] = STATE(2473),
    [sym_range_expression] = STATE(2860),
    [sym_subscript_expression] = STATE(2860),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(931),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1128),
    [anon_sym_untyped] = ACTIONS(1130),
    [anon_sym_break] = ACTIONS(1132),
    [anon_sym_continue] = ACTIONS(1132),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [130] = {
    [sym__rhs_expression] = STATE(796),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(796),
    [sym_operator] = STATE(1549),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1307),
    [sym_integer] = STATE(1307),
    [sym_float] = STATE(1307),
    [sym_bool] = STATE(1307),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1307),
    [sym_array] = STATE(1307),
    [sym_map] = STATE(1307),
    [sym_object] = STATE(1307),
    [sym_pair] = STATE(1307),
    [sym_identifier] = ACTIONS(1134),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(404),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(406),
    [anon_sym_untyped] = ACTIONS(408),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [131] = {
    [sym__rhs_expression] = STATE(921),
    [sym__unaryExpression] = STATE(2644),
    [sym_runtime_type_check_expression] = STATE(2644),
    [sym_switch_expression] = STATE(2644),
    [sym_cast_expression] = STATE(2644),
    [sym_type_trace_expression] = STATE(2644),
    [sym__parenthesized_expression] = STATE(2602),
    [sym_range_expression] = STATE(2644),
    [sym_subscript_expression] = STATE(2644),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(921),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1136),
    [anon_sym_untyped] = ACTIONS(1138),
    [anon_sym_break] = ACTIONS(1140),
    [anon_sym_continue] = ACTIONS(1140),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [132] = {
    [sym__rhs_expression] = STATE(954),
    [sym__unaryExpression] = STATE(2775),
    [sym_runtime_type_check_expression] = STATE(2775),
    [sym_switch_expression] = STATE(2775),
    [sym_cast_expression] = STATE(2775),
    [sym_type_trace_expression] = STATE(2775),
    [sym__parenthesized_expression] = STATE(2479),
    [sym_range_expression] = STATE(2775),
    [sym_subscript_expression] = STATE(2775),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(954),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1142),
    [anon_sym_untyped] = ACTIONS(1144),
    [anon_sym_break] = ACTIONS(1146),
    [anon_sym_continue] = ACTIONS(1146),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [133] = {
    [sym__rhs_expression] = STATE(907),
    [sym__unaryExpression] = STATE(2891),
    [sym_runtime_type_check_expression] = STATE(2891),
    [sym_switch_expression] = STATE(2891),
    [sym_cast_expression] = STATE(2891),
    [sym_type_trace_expression] = STATE(2891),
    [sym__parenthesized_expression] = STATE(2454),
    [sym_range_expression] = STATE(2891),
    [sym_subscript_expression] = STATE(2891),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(907),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1148),
    [anon_sym_untyped] = ACTIONS(1150),
    [anon_sym_break] = ACTIONS(1152),
    [anon_sym_continue] = ACTIONS(1152),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [134] = {
    [sym__rhs_expression] = STATE(938),
    [sym__unaryExpression] = STATE(2697),
    [sym_runtime_type_check_expression] = STATE(2697),
    [sym_switch_expression] = STATE(2697),
    [sym_cast_expression] = STATE(2697),
    [sym_type_trace_expression] = STATE(2697),
    [sym__parenthesized_expression] = STATE(2573),
    [sym_range_expression] = STATE(2697),
    [sym_subscript_expression] = STATE(2697),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(938),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1154),
    [anon_sym_untyped] = ACTIONS(1156),
    [anon_sym_break] = ACTIONS(1158),
    [anon_sym_continue] = ACTIONS(1158),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [135] = {
    [sym__rhs_expression] = STATE(1026),
    [sym__unaryExpression] = STATE(2725),
    [sym_runtime_type_check_expression] = STATE(2725),
    [sym_switch_expression] = STATE(2725),
    [sym_cast_expression] = STATE(2725),
    [sym_type_trace_expression] = STATE(2725),
    [sym__parenthesized_expression] = STATE(2554),
    [sym_range_expression] = STATE(2725),
    [sym_subscript_expression] = STATE(2725),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1026),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1160),
    [anon_sym_untyped] = ACTIONS(1162),
    [anon_sym_break] = ACTIONS(1164),
    [anon_sym_continue] = ACTIONS(1164),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [136] = {
    [sym__rhs_expression] = STATE(943),
    [sym__unaryExpression] = STATE(2708),
    [sym_runtime_type_check_expression] = STATE(2708),
    [sym_switch_expression] = STATE(2708),
    [sym_cast_expression] = STATE(2708),
    [sym_type_trace_expression] = STATE(2708),
    [sym__parenthesized_expression] = STATE(2563),
    [sym_range_expression] = STATE(2708),
    [sym_subscript_expression] = STATE(2708),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(943),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1166),
    [anon_sym_untyped] = ACTIONS(1168),
    [anon_sym_break] = ACTIONS(1170),
    [anon_sym_continue] = ACTIONS(1170),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [137] = {
    [sym__rhs_expression] = STATE(868),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(1241),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(868),
    [sym_operator] = STATE(1569),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1449),
    [sym_integer] = STATE(1449),
    [sym_float] = STATE(1449),
    [sym_bool] = STATE(1449),
    [sym_string] = STATE(1395),
    [sym_null] = STATE(1449),
    [sym_array] = STATE(1449),
    [sym_map] = STATE(1449),
    [sym_object] = STATE(1449),
    [sym_pair] = STATE(1449),
    [sym_identifier] = ACTIONS(1172),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(1174),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1176),
    [anon_sym_untyped] = ACTIONS(1178),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [138] = {
    [sym__rhs_expression] = STATE(929),
    [sym__unaryExpression] = STATE(2884),
    [sym_runtime_type_check_expression] = STATE(2884),
    [sym_switch_expression] = STATE(2884),
    [sym_cast_expression] = STATE(2884),
    [sym_type_trace_expression] = STATE(2884),
    [sym__parenthesized_expression] = STATE(2572),
    [sym_range_expression] = STATE(2884),
    [sym_subscript_expression] = STATE(2884),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(929),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1180),
    [anon_sym_untyped] = ACTIONS(1182),
    [anon_sym_break] = ACTIONS(1184),
    [anon_sym_continue] = ACTIONS(1184),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [139] = {
    [sym__rhs_expression] = STATE(968),
    [sym__unaryExpression] = STATE(2749),
    [sym_runtime_type_check_expression] = STATE(2749),
    [sym_switch_expression] = STATE(2749),
    [sym_cast_expression] = STATE(2749),
    [sym_type_trace_expression] = STATE(2749),
    [sym__parenthesized_expression] = STATE(2520),
    [sym_range_expression] = STATE(2749),
    [sym_subscript_expression] = STATE(2749),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(968),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1186),
    [anon_sym_untyped] = ACTIONS(1188),
    [anon_sym_break] = ACTIONS(1190),
    [anon_sym_continue] = ACTIONS(1190),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [140] = {
    [sym__rhs_expression] = STATE(791),
    [sym__unaryExpression] = STATE(1306),
    [sym_runtime_type_check_expression] = STATE(1306),
    [sym_switch_expression] = STATE(1306),
    [sym_cast_expression] = STATE(1306),
    [sym_type_trace_expression] = STATE(1306),
    [sym__parenthesized_expression] = STATE(1200),
    [sym_range_expression] = STATE(1306),
    [sym_subscript_expression] = STATE(1306),
    [sym_member_expression] = STATE(1177),
    [sym__lhs_expression] = STATE(2082),
    [sym__call] = STATE(1265),
    [sym__constructor_call] = STATE(1266),
    [sym_call_expression] = STATE(791),
    [sym_operator] = STATE(1534),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1275),
    [sym_integer] = STATE(1275),
    [sym_float] = STATE(1275),
    [sym_bool] = STATE(1275),
    [sym_string] = STATE(1208),
    [sym_null] = STATE(1275),
    [sym_array] = STATE(1275),
    [sym_map] = STATE(1275),
    [sym_object] = STATE(1275),
    [sym_pair] = STATE(1275),
    [sym_identifier] = ACTIONS(1192),
    [anon_sym_LPAREN] = ACTIONS(732),
    [anon_sym_switch] = ACTIONS(734),
    [anon_sym_LBRACE] = ACTIONS(736),
    [anon_sym_cast] = ACTIONS(1194),
    [anon_sym_DOLLARtype] = ACTIONS(740),
    [anon_sym_return] = ACTIONS(1196),
    [anon_sym_untyped] = ACTIONS(1198),
    [anon_sym_break] = ACTIONS(1200),
    [anon_sym_continue] = ACTIONS(1200),
    [anon_sym_LBRACK] = ACTIONS(748),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(752),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(754),
    [aux_sym_integer_token1] = ACTIONS(756),
    [aux_sym_integer_token2] = ACTIONS(758),
    [aux_sym_float_token1] = ACTIONS(760),
    [aux_sym_float_token2] = ACTIONS(762),
    [anon_sym_true] = ACTIONS(764),
    [anon_sym_false] = ACTIONS(764),
    [aux_sym_string_token1] = ACTIONS(766),
    [aux_sym_string_token3] = ACTIONS(768),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [141] = {
    [sym__rhs_expression] = STATE(970),
    [sym__unaryExpression] = STATE(2761),
    [sym_runtime_type_check_expression] = STATE(2761),
    [sym_switch_expression] = STATE(2761),
    [sym_cast_expression] = STATE(2761),
    [sym_type_trace_expression] = STATE(2761),
    [sym__parenthesized_expression] = STATE(2530),
    [sym_range_expression] = STATE(2761),
    [sym_subscript_expression] = STATE(2761),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(970),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1202),
    [anon_sym_untyped] = ACTIONS(1204),
    [anon_sym_break] = ACTIONS(1206),
    [anon_sym_continue] = ACTIONS(1206),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [142] = {
    [sym__rhs_expression] = STATE(947),
    [sym__unaryExpression] = STATE(2744),
    [sym_runtime_type_check_expression] = STATE(2744),
    [sym_switch_expression] = STATE(2744),
    [sym_cast_expression] = STATE(2744),
    [sym_type_trace_expression] = STATE(2744),
    [sym__parenthesized_expression] = STATE(2542),
    [sym_range_expression] = STATE(2744),
    [sym_subscript_expression] = STATE(2744),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(947),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1208),
    [anon_sym_untyped] = ACTIONS(1210),
    [anon_sym_break] = ACTIONS(1212),
    [anon_sym_continue] = ACTIONS(1212),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [143] = {
    [sym__rhs_expression] = STATE(897),
    [sym__unaryExpression] = STATE(274),
    [sym_runtime_type_check_expression] = STATE(274),
    [sym_switch_expression] = STATE(274),
    [sym_cast_expression] = STATE(274),
    [sym_type_trace_expression] = STATE(274),
    [sym__parenthesized_expression] = STATE(279),
    [sym_range_expression] = STATE(274),
    [sym_subscript_expression] = STATE(274),
    [sym_member_expression] = STATE(260),
    [sym__lhs_expression] = STATE(2181),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(897),
    [sym_operator] = STATE(1477),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1214),
    [sym_integer] = STATE(1214),
    [sym_float] = STATE(1214),
    [sym_bool] = STATE(1214),
    [sym_string] = STATE(1175),
    [sym_null] = STATE(1214),
    [sym_array] = STATE(1214),
    [sym_map] = STATE(1214),
    [sym_object] = STATE(1214),
    [sym_pair] = STATE(1214),
    [sym_identifier] = ACTIONS(1006),
    [anon_sym_LPAREN] = ACTIONS(1008),
    [anon_sym_switch] = ACTIONS(428),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(432),
    [anon_sym_DOLLARtype] = ACTIONS(434),
    [anon_sym_return] = ACTIONS(436),
    [anon_sym_untyped] = ACTIONS(438),
    [anon_sym_break] = ACTIONS(440),
    [anon_sym_continue] = ACTIONS(440),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(566),
    [anon_sym_new] = ACTIONS(448),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [144] = {
    [sym__rhs_expression] = STATE(1024),
    [sym__unaryExpression] = STATE(2880),
    [sym_runtime_type_check_expression] = STATE(2880),
    [sym_switch_expression] = STATE(2880),
    [sym_cast_expression] = STATE(2880),
    [sym_type_trace_expression] = STATE(2880),
    [sym__parenthesized_expression] = STATE(2467),
    [sym_range_expression] = STATE(2880),
    [sym_subscript_expression] = STATE(2880),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1024),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1214),
    [anon_sym_untyped] = ACTIONS(1216),
    [anon_sym_break] = ACTIONS(1218),
    [anon_sym_continue] = ACTIONS(1218),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [145] = {
    [sym__rhs_expression] = STATE(951),
    [sym__unaryExpression] = STATE(2865),
    [sym_runtime_type_check_expression] = STATE(2865),
    [sym_switch_expression] = STATE(2865),
    [sym_cast_expression] = STATE(2865),
    [sym_type_trace_expression] = STATE(2865),
    [sym__parenthesized_expression] = STATE(2471),
    [sym_range_expression] = STATE(2865),
    [sym_subscript_expression] = STATE(2865),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(951),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1220),
    [anon_sym_untyped] = ACTIONS(1222),
    [anon_sym_break] = ACTIONS(1224),
    [anon_sym_continue] = ACTIONS(1224),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [146] = {
    [sym__rhs_expression] = STATE(58),
    [sym__unaryExpression] = STATE(274),
    [sym_runtime_type_check_expression] = STATE(274),
    [sym_switch_expression] = STATE(274),
    [sym_cast_expression] = STATE(274),
    [sym_type_trace_expression] = STATE(274),
    [sym__parenthesized_expression] = STATE(279),
    [sym_range_expression] = STATE(274),
    [sym_subscript_expression] = STATE(274),
    [sym_member_expression] = STATE(260),
    [sym__lhs_expression] = STATE(2254),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(58),
    [sym_operator] = STATE(1481),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(480),
    [sym_integer] = STATE(480),
    [sym_float] = STATE(480),
    [sym_bool] = STATE(480),
    [sym_string] = STATE(296),
    [sym_null] = STATE(480),
    [sym_array] = STATE(480),
    [sym_map] = STATE(480),
    [sym_object] = STATE(480),
    [sym_pair] = STATE(480),
    [sym_identifier] = ACTIONS(1226),
    [anon_sym_LPAREN] = ACTIONS(1008),
    [anon_sym_switch] = ACTIONS(428),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(1228),
    [anon_sym_DOLLARtype] = ACTIONS(434),
    [anon_sym_return] = ACTIONS(1230),
    [anon_sym_untyped] = ACTIONS(1232),
    [anon_sym_break] = ACTIONS(440),
    [anon_sym_continue] = ACTIONS(440),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_new] = ACTIONS(546),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [147] = {
    [sym__rhs_expression] = STATE(922),
    [sym__unaryExpression] = STATE(2626),
    [sym_runtime_type_check_expression] = STATE(2626),
    [sym_switch_expression] = STATE(2626),
    [sym_cast_expression] = STATE(2626),
    [sym_type_trace_expression] = STATE(2626),
    [sym__parenthesized_expression] = STATE(2607),
    [sym_range_expression] = STATE(2626),
    [sym_subscript_expression] = STATE(2626),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(922),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1234),
    [anon_sym_untyped] = ACTIONS(1236),
    [anon_sym_break] = ACTIONS(1238),
    [anon_sym_continue] = ACTIONS(1238),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [148] = {
    [sym__rhs_expression] = STATE(792),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(792),
    [sym_operator] = STATE(1562),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1307),
    [sym_integer] = STATE(1307),
    [sym_float] = STATE(1307),
    [sym_bool] = STATE(1307),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1307),
    [sym_array] = STATE(1307),
    [sym_map] = STATE(1307),
    [sym_object] = STATE(1307),
    [sym_pair] = STATE(1307),
    [sym_identifier] = ACTIONS(1134),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(1240),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1242),
    [anon_sym_untyped] = ACTIONS(1244),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [149] = {
    [sym__rhs_expression] = STATE(924),
    [sym__unaryExpression] = STATE(2635),
    [sym_runtime_type_check_expression] = STATE(2635),
    [sym_switch_expression] = STATE(2635),
    [sym_cast_expression] = STATE(2635),
    [sym_type_trace_expression] = STATE(2635),
    [sym__parenthesized_expression] = STATE(2558),
    [sym_range_expression] = STATE(2635),
    [sym_subscript_expression] = STATE(2635),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(924),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1246),
    [anon_sym_untyped] = ACTIONS(1248),
    [anon_sym_break] = ACTIONS(1250),
    [anon_sym_continue] = ACTIONS(1250),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [150] = {
    [sym__rhs_expression] = STATE(961),
    [sym__unaryExpression] = STATE(2647),
    [sym_runtime_type_check_expression] = STATE(2647),
    [sym_switch_expression] = STATE(2647),
    [sym_cast_expression] = STATE(2647),
    [sym_type_trace_expression] = STATE(2647),
    [sym__parenthesized_expression] = STATE(2597),
    [sym_range_expression] = STATE(2647),
    [sym_subscript_expression] = STATE(2647),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(961),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1252),
    [anon_sym_untyped] = ACTIONS(1254),
    [anon_sym_break] = ACTIONS(1256),
    [anon_sym_continue] = ACTIONS(1256),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [151] = {
    [sym__rhs_expression] = STATE(788),
    [sym__unaryExpression] = STATE(1306),
    [sym_runtime_type_check_expression] = STATE(1306),
    [sym_switch_expression] = STATE(1306),
    [sym_cast_expression] = STATE(1306),
    [sym_type_trace_expression] = STATE(1306),
    [sym__parenthesized_expression] = STATE(1200),
    [sym_range_expression] = STATE(1306),
    [sym_subscript_expression] = STATE(1306),
    [sym_member_expression] = STATE(1177),
    [sym__lhs_expression] = STATE(2082),
    [sym__call] = STATE(1265),
    [sym__constructor_call] = STATE(1266),
    [sym_call_expression] = STATE(788),
    [sym_operator] = STATE(1448),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1275),
    [sym_integer] = STATE(1275),
    [sym_float] = STATE(1275),
    [sym_bool] = STATE(1275),
    [sym_string] = STATE(1208),
    [sym_null] = STATE(1275),
    [sym_array] = STATE(1275),
    [sym_map] = STATE(1275),
    [sym_object] = STATE(1275),
    [sym_pair] = STATE(1275),
    [sym_identifier] = ACTIONS(1192),
    [anon_sym_LPAREN] = ACTIONS(732),
    [anon_sym_switch] = ACTIONS(734),
    [anon_sym_LBRACE] = ACTIONS(736),
    [anon_sym_cast] = ACTIONS(1258),
    [anon_sym_DOLLARtype] = ACTIONS(740),
    [anon_sym_return] = ACTIONS(1260),
    [anon_sym_untyped] = ACTIONS(1262),
    [anon_sym_break] = ACTIONS(1200),
    [anon_sym_continue] = ACTIONS(1200),
    [anon_sym_LBRACK] = ACTIONS(748),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(752),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(754),
    [aux_sym_integer_token1] = ACTIONS(756),
    [aux_sym_integer_token2] = ACTIONS(758),
    [aux_sym_float_token1] = ACTIONS(760),
    [aux_sym_float_token2] = ACTIONS(762),
    [anon_sym_true] = ACTIONS(764),
    [anon_sym_false] = ACTIONS(764),
    [aux_sym_string_token1] = ACTIONS(766),
    [aux_sym_string_token3] = ACTIONS(768),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [152] = {
    [sym__rhs_expression] = STATE(855),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(1241),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(855),
    [sym_operator] = STATE(1619),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1449),
    [sym_integer] = STATE(1449),
    [sym_float] = STATE(1449),
    [sym_bool] = STATE(1449),
    [sym_string] = STATE(1395),
    [sym_null] = STATE(1449),
    [sym_array] = STATE(1449),
    [sym_map] = STATE(1449),
    [sym_object] = STATE(1449),
    [sym_pair] = STATE(1449),
    [sym_identifier] = ACTIONS(1172),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(1264),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1266),
    [anon_sym_untyped] = ACTIONS(1268),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [153] = {
    [sym__rhs_expression] = STATE(775),
    [sym__unaryExpression] = STATE(274),
    [sym_runtime_type_check_expression] = STATE(274),
    [sym_switch_expression] = STATE(274),
    [sym_cast_expression] = STATE(274),
    [sym_type_trace_expression] = STATE(274),
    [sym__parenthesized_expression] = STATE(279),
    [sym_range_expression] = STATE(274),
    [sym_subscript_expression] = STATE(274),
    [sym_member_expression] = STATE(260),
    [sym__lhs_expression] = STATE(2181),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(775),
    [sym_operator] = STATE(1531),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1198),
    [sym_integer] = STATE(1198),
    [sym_float] = STATE(1198),
    [sym_bool] = STATE(1198),
    [sym_string] = STATE(1175),
    [sym_null] = STATE(1198),
    [sym_array] = STATE(1198),
    [sym_map] = STATE(1198),
    [sym_object] = STATE(1198),
    [sym_pair] = STATE(1198),
    [sym_identifier] = ACTIONS(1270),
    [anon_sym_LPAREN] = ACTIONS(1008),
    [anon_sym_switch] = ACTIONS(428),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(1272),
    [anon_sym_DOLLARtype] = ACTIONS(434),
    [anon_sym_return] = ACTIONS(1274),
    [anon_sym_untyped] = ACTIONS(1276),
    [anon_sym_break] = ACTIONS(440),
    [anon_sym_continue] = ACTIONS(440),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_new] = ACTIONS(448),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [154] = {
    [sym__rhs_expression] = STATE(994),
    [sym__unaryExpression] = STATE(2770),
    [sym_runtime_type_check_expression] = STATE(2770),
    [sym_switch_expression] = STATE(2770),
    [sym_cast_expression] = STATE(2770),
    [sym_type_trace_expression] = STATE(2770),
    [sym__parenthesized_expression] = STATE(2524),
    [sym_range_expression] = STATE(2770),
    [sym_subscript_expression] = STATE(2770),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(994),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1278),
    [anon_sym_untyped] = ACTIONS(1280),
    [anon_sym_break] = ACTIONS(1282),
    [anon_sym_continue] = ACTIONS(1282),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [155] = {
    [sym__rhs_expression] = STATE(81),
    [sym__unaryExpression] = STATE(559),
    [sym_runtime_type_check_expression] = STATE(559),
    [sym_switch_expression] = STATE(559),
    [sym_cast_expression] = STATE(559),
    [sym_type_trace_expression] = STATE(559),
    [sym__parenthesized_expression] = STATE(560),
    [sym_range_expression] = STATE(559),
    [sym_subscript_expression] = STATE(559),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(81),
    [sym_operator] = STATE(1469),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(433),
    [sym_integer] = STATE(433),
    [sym_float] = STATE(433),
    [sym_bool] = STATE(433),
    [sym_string] = STATE(304),
    [sym_null] = STATE(433),
    [sym_array] = STATE(433),
    [sym_map] = STATE(433),
    [sym_object] = STATE(433),
    [sym_pair] = STATE(433),
    [sym_identifier] = ACTIONS(1284),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(1286),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1288),
    [anon_sym_untyped] = ACTIONS(1290),
    [anon_sym_break] = ACTIONS(1292),
    [anon_sym_continue] = ACTIONS(1292),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [156] = {
    [sym__rhs_expression] = STATE(973),
    [sym__unaryExpression] = STATE(2670),
    [sym_runtime_type_check_expression] = STATE(2670),
    [sym_switch_expression] = STATE(2670),
    [sym_cast_expression] = STATE(2670),
    [sym_type_trace_expression] = STATE(2670),
    [sym__parenthesized_expression] = STATE(2584),
    [sym_range_expression] = STATE(2670),
    [sym_subscript_expression] = STATE(2670),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(973),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1294),
    [anon_sym_untyped] = ACTIONS(1296),
    [anon_sym_break] = ACTIONS(1298),
    [anon_sym_continue] = ACTIONS(1298),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [157] = {
    [sym__rhs_expression] = STATE(1004),
    [sym__unaryExpression] = STATE(2798),
    [sym_runtime_type_check_expression] = STATE(2798),
    [sym_switch_expression] = STATE(2798),
    [sym_cast_expression] = STATE(2798),
    [sym_type_trace_expression] = STATE(2798),
    [sym__parenthesized_expression] = STATE(2538),
    [sym_range_expression] = STATE(2798),
    [sym_subscript_expression] = STATE(2798),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1004),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1300),
    [anon_sym_untyped] = ACTIONS(1302),
    [anon_sym_break] = ACTIONS(1304),
    [anon_sym_continue] = ACTIONS(1304),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [158] = {
    [sym__rhs_expression] = STATE(57),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(57),
    [sym_operator] = STATE(1561),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(488),
    [sym_integer] = STATE(488),
    [sym_float] = STATE(488),
    [sym_bool] = STATE(488),
    [sym_string] = STATE(304),
    [sym_null] = STATE(488),
    [sym_array] = STATE(488),
    [sym_map] = STATE(488),
    [sym_object] = STATE(488),
    [sym_pair] = STATE(488),
    [sym_identifier] = ACTIONS(1306),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(1308),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1310),
    [anon_sym_untyped] = ACTIONS(1312),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [159] = {
    [sym__rhs_expression] = STATE(1028),
    [sym__unaryExpression] = STATE(2706),
    [sym_runtime_type_check_expression] = STATE(2706),
    [sym_switch_expression] = STATE(2706),
    [sym_cast_expression] = STATE(2706),
    [sym_type_trace_expression] = STATE(2706),
    [sym__parenthesized_expression] = STATE(2560),
    [sym_range_expression] = STATE(2706),
    [sym_subscript_expression] = STATE(2706),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1028),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1314),
    [anon_sym_untyped] = ACTIONS(1316),
    [anon_sym_break] = ACTIONS(1318),
    [anon_sym_continue] = ACTIONS(1318),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [160] = {
    [sym__rhs_expression] = STATE(1031),
    [sym__unaryExpression] = STATE(2709),
    [sym_runtime_type_check_expression] = STATE(2709),
    [sym_switch_expression] = STATE(2709),
    [sym_cast_expression] = STATE(2709),
    [sym_type_trace_expression] = STATE(2709),
    [sym__parenthesized_expression] = STATE(2559),
    [sym_range_expression] = STATE(2709),
    [sym_subscript_expression] = STATE(2709),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1031),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1320),
    [anon_sym_untyped] = ACTIONS(1322),
    [anon_sym_break] = ACTIONS(1324),
    [anon_sym_continue] = ACTIONS(1324),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [161] = {
    [sym__rhs_expression] = STATE(950),
    [sym__unaryExpression] = STATE(2789),
    [sym_runtime_type_check_expression] = STATE(2789),
    [sym_switch_expression] = STATE(2789),
    [sym_cast_expression] = STATE(2789),
    [sym_type_trace_expression] = STATE(2789),
    [sym__parenthesized_expression] = STATE(2512),
    [sym_range_expression] = STATE(2789),
    [sym_subscript_expression] = STATE(2789),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(950),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1326),
    [anon_sym_untyped] = ACTIONS(1328),
    [anon_sym_break] = ACTIONS(1330),
    [anon_sym_continue] = ACTIONS(1330),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [162] = {
    [sym__rhs_expression] = STATE(779),
    [sym__unaryExpression] = STATE(274),
    [sym_runtime_type_check_expression] = STATE(274),
    [sym_switch_expression] = STATE(274),
    [sym_cast_expression] = STATE(274),
    [sym_type_trace_expression] = STATE(274),
    [sym__parenthesized_expression] = STATE(279),
    [sym_range_expression] = STATE(274),
    [sym_subscript_expression] = STATE(274),
    [sym_member_expression] = STATE(260),
    [sym__lhs_expression] = STATE(2181),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(779),
    [sym_operator] = STATE(1456),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1198),
    [sym_integer] = STATE(1198),
    [sym_float] = STATE(1198),
    [sym_bool] = STATE(1198),
    [sym_string] = STATE(1175),
    [sym_null] = STATE(1198),
    [sym_array] = STATE(1198),
    [sym_map] = STATE(1198),
    [sym_object] = STATE(1198),
    [sym_pair] = STATE(1198),
    [sym_identifier] = ACTIONS(1270),
    [anon_sym_LPAREN] = ACTIONS(1008),
    [anon_sym_switch] = ACTIONS(428),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_cast] = ACTIONS(1332),
    [anon_sym_DOLLARtype] = ACTIONS(434),
    [anon_sym_return] = ACTIONS(1334),
    [anon_sym_untyped] = ACTIONS(1336),
    [anon_sym_break] = ACTIONS(440),
    [anon_sym_continue] = ACTIONS(440),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_new] = ACTIONS(448),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [163] = {
    [sym__rhs_expression] = STATE(1013),
    [sym__unaryExpression] = STATE(2818),
    [sym_runtime_type_check_expression] = STATE(2818),
    [sym_switch_expression] = STATE(2818),
    [sym_cast_expression] = STATE(2818),
    [sym_type_trace_expression] = STATE(2818),
    [sym__parenthesized_expression] = STATE(2498),
    [sym_range_expression] = STATE(2818),
    [sym_subscript_expression] = STATE(2818),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1013),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1338),
    [anon_sym_untyped] = ACTIONS(1340),
    [anon_sym_break] = ACTIONS(1342),
    [anon_sym_continue] = ACTIONS(1342),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [164] = {
    [sym__rhs_expression] = STATE(1008),
    [sym__unaryExpression] = STATE(2889),
    [sym_runtime_type_check_expression] = STATE(2889),
    [sym_switch_expression] = STATE(2889),
    [sym_cast_expression] = STATE(2889),
    [sym_type_trace_expression] = STATE(2889),
    [sym__parenthesized_expression] = STATE(2452),
    [sym_range_expression] = STATE(2889),
    [sym_subscript_expression] = STATE(2889),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1008),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1344),
    [anon_sym_untyped] = ACTIONS(1346),
    [anon_sym_break] = ACTIONS(1348),
    [anon_sym_continue] = ACTIONS(1348),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [165] = {
    [sym__rhs_expression] = STATE(1023),
    [sym__unaryExpression] = STATE(2716),
    [sym_runtime_type_check_expression] = STATE(2716),
    [sym_switch_expression] = STATE(2716),
    [sym_cast_expression] = STATE(2716),
    [sym_type_trace_expression] = STATE(2716),
    [sym__parenthesized_expression] = STATE(2553),
    [sym_range_expression] = STATE(2716),
    [sym_subscript_expression] = STATE(2716),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(1023),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1350),
    [anon_sym_untyped] = ACTIONS(1352),
    [anon_sym_break] = ACTIONS(1354),
    [anon_sym_continue] = ACTIONS(1354),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [166] = {
    [sym__rhs_expression] = STATE(986),
    [sym__unaryExpression] = STATE(2735),
    [sym_runtime_type_check_expression] = STATE(2735),
    [sym_switch_expression] = STATE(2735),
    [sym_cast_expression] = STATE(2735),
    [sym_type_trace_expression] = STATE(2735),
    [sym__parenthesized_expression] = STATE(2539),
    [sym_range_expression] = STATE(2735),
    [sym_subscript_expression] = STATE(2735),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(986),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1356),
    [anon_sym_untyped] = ACTIONS(1358),
    [anon_sym_break] = ACTIONS(1360),
    [anon_sym_continue] = ACTIONS(1360),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [167] = {
    [sym__rhs_expression] = STATE(840),
    [sym__unaryExpression] = STATE(191),
    [sym_runtime_type_check_expression] = STATE(191),
    [sym_switch_expression] = STATE(191),
    [sym_cast_expression] = STATE(191),
    [sym_type_trace_expression] = STATE(191),
    [sym__parenthesized_expression] = STATE(192),
    [sym_range_expression] = STATE(191),
    [sym_subscript_expression] = STATE(191),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(840),
    [sym_operator] = STATE(1496),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(1362),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1364),
    [anon_sym_untyped] = ACTIONS(1366),
    [anon_sym_break] = ACTIONS(410),
    [anon_sym_continue] = ACTIONS(410),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [168] = {
    [sym__rhs_expression] = STATE(940),
    [sym__unaryExpression] = STATE(2890),
    [sym_runtime_type_check_expression] = STATE(2890),
    [sym_switch_expression] = STATE(2890),
    [sym_cast_expression] = STATE(2890),
    [sym_type_trace_expression] = STATE(2890),
    [sym__parenthesized_expression] = STATE(2461),
    [sym_range_expression] = STATE(2890),
    [sym_subscript_expression] = STATE(2890),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(940),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1368),
    [anon_sym_untyped] = ACTIONS(1370),
    [anon_sym_break] = ACTIONS(1372),
    [anon_sym_continue] = ACTIONS(1372),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [169] = {
    [sym__rhs_expression] = STATE(969),
    [sym__unaryExpression] = STATE(2882),
    [sym_runtime_type_check_expression] = STATE(2882),
    [sym_switch_expression] = STATE(2882),
    [sym_cast_expression] = STATE(2882),
    [sym_type_trace_expression] = STATE(2882),
    [sym__parenthesized_expression] = STATE(2458),
    [sym_range_expression] = STATE(2882),
    [sym_subscript_expression] = STATE(2882),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(969),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1374),
    [anon_sym_untyped] = ACTIONS(1376),
    [anon_sym_break] = ACTIONS(1378),
    [anon_sym_continue] = ACTIONS(1378),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [170] = {
    [sym__rhs_expression] = STATE(886),
    [sym__unaryExpression] = STATE(2460),
    [sym_runtime_type_check_expression] = STATE(2460),
    [sym_switch_expression] = STATE(2460),
    [sym_cast_expression] = STATE(2460),
    [sym_type_trace_expression] = STATE(2460),
    [sym__parenthesized_expression] = STATE(2424),
    [sym_range_expression] = STATE(2460),
    [sym_subscript_expression] = STATE(2460),
    [sym_member_expression] = STATE(217),
    [sym__lhs_expression] = STATE(2179),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(886),
    [sym_operator] = STATE(1593),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1325),
    [sym_integer] = STATE(1325),
    [sym_float] = STATE(1325),
    [sym_bool] = STATE(1325),
    [sym_string] = STATE(1204),
    [sym_null] = STATE(1325),
    [sym_array] = STATE(1325),
    [sym_map] = STATE(1325),
    [sym_object] = STATE(1325),
    [sym_pair] = STATE(1325),
    [sym_identifier] = ACTIONS(718),
    [anon_sym_LPAREN] = ACTIONS(616),
    [anon_sym_switch] = ACTIONS(360),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(722),
    [anon_sym_DOLLARtype] = ACTIONS(366),
    [anon_sym_return] = ACTIONS(1380),
    [anon_sym_untyped] = ACTIONS(1382),
    [anon_sym_break] = ACTIONS(1384),
    [anon_sym_continue] = ACTIONS(1384),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(552),
    [anon_sym_new] = ACTIONS(414),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [171] = {
    [sym__rhs_expression] = STATE(949),
    [sym__unaryExpression] = STATE(2845),
    [sym_runtime_type_check_expression] = STATE(2845),
    [sym_switch_expression] = STATE(2845),
    [sym_cast_expression] = STATE(2845),
    [sym_type_trace_expression] = STATE(2845),
    [sym__parenthesized_expression] = STATE(2478),
    [sym_range_expression] = STATE(2845),
    [sym_subscript_expression] = STATE(2845),
    [sym_member_expression] = STATE(1319),
    [sym__lhs_expression] = STATE(2161),
    [sym__call] = STATE(1633),
    [sym__constructor_call] = STATE(1635),
    [sym_call_expression] = STATE(949),
    [sym_operator] = STATE(1621),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [sym__literal] = STATE(1589),
    [sym_integer] = STATE(1589),
    [sym_float] = STATE(1589),
    [sym_bool] = STATE(1589),
    [sym_string] = STATE(1384),
    [sym_null] = STATE(1589),
    [sym_array] = STATE(1589),
    [sym_map] = STATE(1589),
    [sym_object] = STATE(1589),
    [sym_pair] = STATE(1589),
    [sym_identifier] = ACTIONS(7),
    [anon_sym_LPAREN] = ACTIONS(19),
    [anon_sym_switch] = ACTIONS(21),
    [anon_sym_LBRACE] = ACTIONS(854),
    [anon_sym_cast] = ACTIONS(25),
    [anon_sym_DOLLARtype] = ACTIONS(27),
    [anon_sym_return] = ACTIONS(1386),
    [anon_sym_untyped] = ACTIONS(1388),
    [anon_sym_break] = ACTIONS(1390),
    [anon_sym_continue] = ACTIONS(1390),
    [anon_sym_LBRACK] = ACTIONS(35),
    [anon_sym_this] = ACTIONS(37),
    [anon_sym_new] = ACTIONS(45),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(59),
    [aux_sym_integer_token1] = ACTIONS(77),
    [aux_sym_integer_token2] = ACTIONS(79),
    [aux_sym_float_token1] = ACTIONS(81),
    [aux_sym_float_token2] = ACTIONS(83),
    [anon_sym_true] = ACTIONS(85),
    [anon_sym_false] = ACTIONS(85),
    [aux_sym_string_token1] = ACTIONS(87),
    [aux_sym_string_token3] = ACTIONS(89),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [172] = {
    [ts_builtin_sym_end] = ACTIONS(1392),
    [sym_identifier] = ACTIONS(1394),
    [anon_sym_POUND] = ACTIONS(1392),
    [anon_sym_package] = ACTIONS(1394),
    [anon_sym_DOT] = ACTIONS(1394),
    [anon_sym_import] = ACTIONS(1394),
    [anon_sym_using] = ACTIONS(1394),
    [anon_sym_throw] = ACTIONS(1394),
    [anon_sym_LPAREN] = ACTIONS(1392),
    [anon_sym_RPAREN] = ACTIONS(1392),
    [anon_sym_switch] = ACTIONS(1394),
    [anon_sym_RBRACE] = ACTIONS(1392),
    [anon_sym_LBRACE] = ACTIONS(1392),
    [anon_sym_COLON] = ACTIONS(1392),
    [anon_sym_cast] = ACTIONS(1394),
    [anon_sym_COMMA] = ACTIONS(1392),
    [anon_sym_DOLLARtype] = ACTIONS(1392),
    [anon_sym_return] = ACTIONS(1394),
    [anon_sym_untyped] = ACTIONS(1394),
    [anon_sym_break] = ACTIONS(1394),
    [anon_sym_continue] = ACTIONS(1394),
    [anon_sym_LBRACK] = ACTIONS(1392),
    [anon_sym_RBRACK] = ACTIONS(1392),
    [anon_sym_this] = ACTIONS(1394),
    [anon_sym_QMARK] = ACTIONS(1394),
    [anon_sym_AT] = ACTIONS(1394),
    [anon_sym_AT_COLON] = ACTIONS(1392),
    [anon_sym_if] = ACTIONS(1394),
    [anon_sym_else] = ACTIONS(1394),
    [anon_sym_elseif] = ACTIONS(1392),
    [anon_sym_new] = ACTIONS(1394),
    [anon_sym_TILDE] = ACTIONS(1392),
    [anon_sym_BANG] = ACTIONS(1394),
    [anon_sym_DASH] = ACTIONS(1394),
    [anon_sym_PLUS_PLUS] = ACTIONS(1392),
    [anon_sym_DASH_DASH] = ACTIONS(1392),
    [anon_sym_PERCENT] = ACTIONS(1392),
    [anon_sym_STAR] = ACTIONS(1392),
    [anon_sym_SLASH] = ACTIONS(1394),
    [anon_sym_PLUS] = ACTIONS(1394),
    [anon_sym_LT_LT] = ACTIONS(1392),
    [anon_sym_GT_GT] = ACTIONS(1394),
    [anon_sym_GT_GT_GT] = ACTIONS(1392),
    [anon_sym_AMP] = ACTIONS(1394),
    [anon_sym_PIPE] = ACTIONS(1394),
    [anon_sym_CARET] = ACTIONS(1392),
    [anon_sym_AMP_AMP] = ACTIONS(1392),
    [anon_sym_PIPE_PIPE] = ACTIONS(1392),
    [anon_sym_EQ_EQ] = ACTIONS(1392),
    [anon_sym_BANG_EQ] = ACTIONS(1392),
    [anon_sym_LT] = ACTIONS(1394),
    [anon_sym_LT_EQ] = ACTIONS(1392),
    [anon_sym_GT] = ACTIONS(1394),
    [anon_sym_GT_EQ] = ACTIONS(1392),
    [anon_sym_EQ_GT] = ACTIONS(1392),
    [anon_sym_QMARK_QMARK] = ACTIONS(1392),
    [anon_sym_EQ] = ACTIONS(1394),
    [sym__rangeOperator] = ACTIONS(1392),
    [anon_sym_null] = ACTIONS(1394),
    [anon_sym_macro] = ACTIONS(1394),
    [anon_sym_abstract] = ACTIONS(1394),
    [anon_sym_static] = ACTIONS(1394),
    [anon_sym_public] = ACTIONS(1394),
    [anon_sym_private] = ACTIONS(1394),
    [anon_sym_extern] = ACTIONS(1394),
    [anon_sym_inline] = ACTIONS(1394),
    [anon_sym_overload] = ACTIONS(1394),
    [anon_sym_override] = ACTIONS(1394),
    [anon_sym_final] = ACTIONS(1394),
    [anon_sym_class] = ACTIONS(1394),
    [anon_sym_interface] = ACTIONS(1394),
    [anon_sym_typedef] = ACTIONS(1394),
    [anon_sym_function] = ACTIONS(1394),
    [anon_sym_var] = ACTIONS(1394),
    [aux_sym_integer_token1] = ACTIONS(1394),
    [aux_sym_integer_token2] = ACTIONS(1392),
    [aux_sym_float_token1] = ACTIONS(1394),
    [aux_sym_float_token2] = ACTIONS(1392),
    [anon_sym_true] = ACTIONS(1394),
    [anon_sym_false] = ACTIONS(1394),
    [aux_sym_string_token1] = ACTIONS(1392),
    [aux_sym_string_token3] = ACTIONS(1392),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [173] = {
    [ts_builtin_sym_end] = ACTIONS(1396),
    [sym_identifier] = ACTIONS(1398),
    [anon_sym_POUND] = ACTIONS(1396),
    [anon_sym_package] = ACTIONS(1398),
    [anon_sym_DOT] = ACTIONS(1398),
    [anon_sym_import] = ACTIONS(1398),
    [anon_sym_using] = ACTIONS(1398),
    [anon_sym_throw] = ACTIONS(1398),
    [anon_sym_LPAREN] = ACTIONS(1396),
    [anon_sym_RPAREN] = ACTIONS(1396),
    [anon_sym_switch] = ACTIONS(1398),
    [anon_sym_RBRACE] = ACTIONS(1396),
    [anon_sym_LBRACE] = ACTIONS(1396),
    [anon_sym_COLON] = ACTIONS(1396),
    [anon_sym_cast] = ACTIONS(1398),
    [anon_sym_COMMA] = ACTIONS(1396),
    [anon_sym_DOLLARtype] = ACTIONS(1396),
    [anon_sym_return] = ACTIONS(1398),
    [anon_sym_untyped] = ACTIONS(1398),
    [anon_sym_break] = ACTIONS(1398),
    [anon_sym_continue] = ACTIONS(1398),
    [anon_sym_LBRACK] = ACTIONS(1396),
    [anon_sym_RBRACK] = ACTIONS(1396),
    [anon_sym_this] = ACTIONS(1398),
    [anon_sym_QMARK] = ACTIONS(1398),
    [anon_sym_AT] = ACTIONS(1398),
    [anon_sym_AT_COLON] = ACTIONS(1396),
    [anon_sym_if] = ACTIONS(1398),
    [anon_sym_else] = ACTIONS(1398),
    [anon_sym_elseif] = ACTIONS(1396),
    [anon_sym_new] = ACTIONS(1398),
    [anon_sym_TILDE] = ACTIONS(1396),
    [anon_sym_BANG] = ACTIONS(1398),
    [anon_sym_DASH] = ACTIONS(1398),
    [anon_sym_PLUS_PLUS] = ACTIONS(1396),
    [anon_sym_DASH_DASH] = ACTIONS(1396),
    [anon_sym_PERCENT] = ACTIONS(1396),
    [anon_sym_STAR] = ACTIONS(1396),
    [anon_sym_SLASH] = ACTIONS(1398),
    [anon_sym_PLUS] = ACTIONS(1398),
    [anon_sym_LT_LT] = ACTIONS(1396),
    [anon_sym_GT_GT] = ACTIONS(1398),
    [anon_sym_GT_GT_GT] = ACTIONS(1396),
    [anon_sym_AMP] = ACTIONS(1398),
    [anon_sym_PIPE] = ACTIONS(1398),
    [anon_sym_CARET] = ACTIONS(1396),
    [anon_sym_AMP_AMP] = ACTIONS(1396),
    [anon_sym_PIPE_PIPE] = ACTIONS(1396),
    [anon_sym_EQ_EQ] = ACTIONS(1396),
    [anon_sym_BANG_EQ] = ACTIONS(1396),
    [anon_sym_LT] = ACTIONS(1398),
    [anon_sym_LT_EQ] = ACTIONS(1396),
    [anon_sym_GT] = ACTIONS(1398),
    [anon_sym_GT_EQ] = ACTIONS(1396),
    [anon_sym_EQ_GT] = ACTIONS(1396),
    [anon_sym_QMARK_QMARK] = ACTIONS(1396),
    [anon_sym_EQ] = ACTIONS(1398),
    [sym__rangeOperator] = ACTIONS(1396),
    [anon_sym_null] = ACTIONS(1398),
    [anon_sym_macro] = ACTIONS(1398),
    [anon_sym_abstract] = ACTIONS(1398),
    [anon_sym_static] = ACTIONS(1398),
    [anon_sym_public] = ACTIONS(1398),
    [anon_sym_private] = ACTIONS(1398),
    [anon_sym_extern] = ACTIONS(1398),
    [anon_sym_inline] = ACTIONS(1398),
    [anon_sym_overload] = ACTIONS(1398),
    [anon_sym_override] = ACTIONS(1398),
    [anon_sym_final] = ACTIONS(1398),
    [anon_sym_class] = ACTIONS(1398),
    [anon_sym_interface] = ACTIONS(1398),
    [anon_sym_typedef] = ACTIONS(1398),
    [anon_sym_function] = ACTIONS(1398),
    [anon_sym_var] = ACTIONS(1398),
    [aux_sym_integer_token1] = ACTIONS(1398),
    [aux_sym_integer_token2] = ACTIONS(1396),
    [aux_sym_float_token1] = ACTIONS(1398),
    [aux_sym_float_token2] = ACTIONS(1396),
    [anon_sym_true] = ACTIONS(1398),
    [anon_sym_false] = ACTIONS(1398),
    [aux_sym_string_token1] = ACTIONS(1396),
    [aux_sym_string_token3] = ACTIONS(1396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [174] = {
    [ts_builtin_sym_end] = ACTIONS(1400),
    [sym_identifier] = ACTIONS(1402),
    [anon_sym_POUND] = ACTIONS(1400),
    [anon_sym_package] = ACTIONS(1402),
    [anon_sym_DOT] = ACTIONS(1402),
    [anon_sym_import] = ACTIONS(1402),
    [anon_sym_using] = ACTIONS(1402),
    [anon_sym_throw] = ACTIONS(1402),
    [anon_sym_LPAREN] = ACTIONS(1400),
    [anon_sym_RPAREN] = ACTIONS(1400),
    [anon_sym_switch] = ACTIONS(1402),
    [anon_sym_RBRACE] = ACTIONS(1400),
    [anon_sym_LBRACE] = ACTIONS(1400),
    [anon_sym_COLON] = ACTIONS(1400),
    [anon_sym_cast] = ACTIONS(1402),
    [anon_sym_COMMA] = ACTIONS(1400),
    [anon_sym_DOLLARtype] = ACTIONS(1400),
    [anon_sym_return] = ACTIONS(1402),
    [anon_sym_untyped] = ACTIONS(1402),
    [anon_sym_break] = ACTIONS(1402),
    [anon_sym_continue] = ACTIONS(1402),
    [anon_sym_LBRACK] = ACTIONS(1400),
    [anon_sym_RBRACK] = ACTIONS(1400),
    [anon_sym_this] = ACTIONS(1402),
    [anon_sym_QMARK] = ACTIONS(1402),
    [anon_sym_AT] = ACTIONS(1402),
    [anon_sym_AT_COLON] = ACTIONS(1400),
    [anon_sym_if] = ACTIONS(1402),
    [anon_sym_else] = ACTIONS(1402),
    [anon_sym_elseif] = ACTIONS(1400),
    [anon_sym_new] = ACTIONS(1402),
    [anon_sym_TILDE] = ACTIONS(1400),
    [anon_sym_BANG] = ACTIONS(1402),
    [anon_sym_DASH] = ACTIONS(1402),
    [anon_sym_PLUS_PLUS] = ACTIONS(1400),
    [anon_sym_DASH_DASH] = ACTIONS(1400),
    [anon_sym_PERCENT] = ACTIONS(1400),
    [anon_sym_STAR] = ACTIONS(1400),
    [anon_sym_SLASH] = ACTIONS(1402),
    [anon_sym_PLUS] = ACTIONS(1402),
    [anon_sym_LT_LT] = ACTIONS(1400),
    [anon_sym_GT_GT] = ACTIONS(1402),
    [anon_sym_GT_GT_GT] = ACTIONS(1400),
    [anon_sym_AMP] = ACTIONS(1402),
    [anon_sym_PIPE] = ACTIONS(1402),
    [anon_sym_CARET] = ACTIONS(1400),
    [anon_sym_AMP_AMP] = ACTIONS(1400),
    [anon_sym_PIPE_PIPE] = ACTIONS(1400),
    [anon_sym_EQ_EQ] = ACTIONS(1400),
    [anon_sym_BANG_EQ] = ACTIONS(1400),
    [anon_sym_LT] = ACTIONS(1402),
    [anon_sym_LT_EQ] = ACTIONS(1400),
    [anon_sym_GT] = ACTIONS(1402),
    [anon_sym_GT_EQ] = ACTIONS(1400),
    [anon_sym_EQ_GT] = ACTIONS(1400),
    [anon_sym_QMARK_QMARK] = ACTIONS(1400),
    [anon_sym_EQ] = ACTIONS(1402),
    [sym__rangeOperator] = ACTIONS(1400),
    [anon_sym_null] = ACTIONS(1402),
    [anon_sym_macro] = ACTIONS(1402),
    [anon_sym_abstract] = ACTIONS(1402),
    [anon_sym_static] = ACTIONS(1402),
    [anon_sym_public] = ACTIONS(1402),
    [anon_sym_private] = ACTIONS(1402),
    [anon_sym_extern] = ACTIONS(1402),
    [anon_sym_inline] = ACTIONS(1402),
    [anon_sym_overload] = ACTIONS(1402),
    [anon_sym_override] = ACTIONS(1402),
    [anon_sym_final] = ACTIONS(1402),
    [anon_sym_class] = ACTIONS(1402),
    [anon_sym_interface] = ACTIONS(1402),
    [anon_sym_typedef] = ACTIONS(1402),
    [anon_sym_function] = ACTIONS(1402),
    [anon_sym_var] = ACTIONS(1402),
    [aux_sym_integer_token1] = ACTIONS(1402),
    [aux_sym_integer_token2] = ACTIONS(1400),
    [aux_sym_float_token1] = ACTIONS(1402),
    [aux_sym_float_token2] = ACTIONS(1400),
    [anon_sym_true] = ACTIONS(1402),
    [anon_sym_false] = ACTIONS(1402),
    [aux_sym_string_token1] = ACTIONS(1400),
    [aux_sym_string_token3] = ACTIONS(1400),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [175] = {
    [ts_builtin_sym_end] = ACTIONS(1404),
    [sym_identifier] = ACTIONS(1406),
    [anon_sym_POUND] = ACTIONS(1404),
    [anon_sym_package] = ACTIONS(1406),
    [anon_sym_DOT] = ACTIONS(1406),
    [anon_sym_import] = ACTIONS(1406),
    [anon_sym_using] = ACTIONS(1406),
    [anon_sym_throw] = ACTIONS(1406),
    [anon_sym_LPAREN] = ACTIONS(1404),
    [anon_sym_RPAREN] = ACTIONS(1404),
    [anon_sym_switch] = ACTIONS(1406),
    [anon_sym_RBRACE] = ACTIONS(1404),
    [anon_sym_LBRACE] = ACTIONS(1404),
    [anon_sym_COLON] = ACTIONS(1404),
    [anon_sym_cast] = ACTIONS(1406),
    [anon_sym_COMMA] = ACTIONS(1404),
    [anon_sym_DOLLARtype] = ACTIONS(1404),
    [anon_sym_return] = ACTIONS(1406),
    [anon_sym_untyped] = ACTIONS(1406),
    [anon_sym_break] = ACTIONS(1406),
    [anon_sym_continue] = ACTIONS(1406),
    [anon_sym_LBRACK] = ACTIONS(1404),
    [anon_sym_RBRACK] = ACTIONS(1404),
    [anon_sym_this] = ACTIONS(1406),
    [anon_sym_QMARK] = ACTIONS(1406),
    [anon_sym_AT] = ACTIONS(1406),
    [anon_sym_AT_COLON] = ACTIONS(1404),
    [anon_sym_if] = ACTIONS(1406),
    [anon_sym_else] = ACTIONS(1406),
    [anon_sym_elseif] = ACTIONS(1404),
    [anon_sym_new] = ACTIONS(1406),
    [anon_sym_TILDE] = ACTIONS(1404),
    [anon_sym_BANG] = ACTIONS(1406),
    [anon_sym_DASH] = ACTIONS(1406),
    [anon_sym_PLUS_PLUS] = ACTIONS(1404),
    [anon_sym_DASH_DASH] = ACTIONS(1404),
    [anon_sym_PERCENT] = ACTIONS(1404),
    [anon_sym_STAR] = ACTIONS(1404),
    [anon_sym_SLASH] = ACTIONS(1406),
    [anon_sym_PLUS] = ACTIONS(1406),
    [anon_sym_LT_LT] = ACTIONS(1404),
    [anon_sym_GT_GT] = ACTIONS(1406),
    [anon_sym_GT_GT_GT] = ACTIONS(1404),
    [anon_sym_AMP] = ACTIONS(1406),
    [anon_sym_PIPE] = ACTIONS(1406),
    [anon_sym_CARET] = ACTIONS(1404),
    [anon_sym_AMP_AMP] = ACTIONS(1404),
    [anon_sym_PIPE_PIPE] = ACTIONS(1404),
    [anon_sym_EQ_EQ] = ACTIONS(1404),
    [anon_sym_BANG_EQ] = ACTIONS(1404),
    [anon_sym_LT] = ACTIONS(1406),
    [anon_sym_LT_EQ] = ACTIONS(1404),
    [anon_sym_GT] = ACTIONS(1406),
    [anon_sym_GT_EQ] = ACTIONS(1404),
    [anon_sym_EQ_GT] = ACTIONS(1404),
    [anon_sym_QMARK_QMARK] = ACTIONS(1404),
    [anon_sym_EQ] = ACTIONS(1406),
    [sym__rangeOperator] = ACTIONS(1404),
    [anon_sym_null] = ACTIONS(1406),
    [anon_sym_macro] = ACTIONS(1406),
    [anon_sym_abstract] = ACTIONS(1406),
    [anon_sym_static] = ACTIONS(1406),
    [anon_sym_public] = ACTIONS(1406),
    [anon_sym_private] = ACTIONS(1406),
    [anon_sym_extern] = ACTIONS(1406),
    [anon_sym_inline] = ACTIONS(1406),
    [anon_sym_overload] = ACTIONS(1406),
    [anon_sym_override] = ACTIONS(1406),
    [anon_sym_final] = ACTIONS(1406),
    [anon_sym_class] = ACTIONS(1406),
    [anon_sym_interface] = ACTIONS(1406),
    [anon_sym_typedef] = ACTIONS(1406),
    [anon_sym_function] = ACTIONS(1406),
    [anon_sym_var] = ACTIONS(1406),
    [aux_sym_integer_token1] = ACTIONS(1406),
    [aux_sym_integer_token2] = ACTIONS(1404),
    [aux_sym_float_token1] = ACTIONS(1406),
    [aux_sym_float_token2] = ACTIONS(1404),
    [anon_sym_true] = ACTIONS(1406),
    [anon_sym_false] = ACTIONS(1406),
    [aux_sym_string_token1] = ACTIONS(1404),
    [aux_sym_string_token3] = ACTIONS(1404),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [176] = {
    [ts_builtin_sym_end] = ACTIONS(1408),
    [sym_identifier] = ACTIONS(1410),
    [anon_sym_POUND] = ACTIONS(1408),
    [anon_sym_package] = ACTIONS(1410),
    [anon_sym_DOT] = ACTIONS(1410),
    [anon_sym_import] = ACTIONS(1410),
    [anon_sym_using] = ACTIONS(1410),
    [anon_sym_throw] = ACTIONS(1410),
    [anon_sym_LPAREN] = ACTIONS(1408),
    [anon_sym_RPAREN] = ACTIONS(1408),
    [anon_sym_switch] = ACTIONS(1410),
    [anon_sym_RBRACE] = ACTIONS(1408),
    [anon_sym_LBRACE] = ACTIONS(1408),
    [anon_sym_COLON] = ACTIONS(1408),
    [anon_sym_cast] = ACTIONS(1410),
    [anon_sym_COMMA] = ACTIONS(1408),
    [anon_sym_DOLLARtype] = ACTIONS(1408),
    [anon_sym_return] = ACTIONS(1410),
    [anon_sym_untyped] = ACTIONS(1410),
    [anon_sym_break] = ACTIONS(1410),
    [anon_sym_continue] = ACTIONS(1410),
    [anon_sym_LBRACK] = ACTIONS(1408),
    [anon_sym_RBRACK] = ACTIONS(1408),
    [anon_sym_this] = ACTIONS(1410),
    [anon_sym_QMARK] = ACTIONS(1410),
    [anon_sym_AT] = ACTIONS(1410),
    [anon_sym_AT_COLON] = ACTIONS(1408),
    [anon_sym_if] = ACTIONS(1410),
    [anon_sym_new] = ACTIONS(1410),
    [anon_sym_TILDE] = ACTIONS(1408),
    [anon_sym_BANG] = ACTIONS(1410),
    [anon_sym_DASH] = ACTIONS(1410),
    [anon_sym_PLUS_PLUS] = ACTIONS(1408),
    [anon_sym_DASH_DASH] = ACTIONS(1408),
    [anon_sym_PERCENT] = ACTIONS(1408),
    [anon_sym_STAR] = ACTIONS(1408),
    [anon_sym_SLASH] = ACTIONS(1410),
    [anon_sym_PLUS] = ACTIONS(1410),
    [anon_sym_LT_LT] = ACTIONS(1408),
    [anon_sym_GT_GT] = ACTIONS(1410),
    [anon_sym_GT_GT_GT] = ACTIONS(1408),
    [anon_sym_AMP] = ACTIONS(1410),
    [anon_sym_PIPE] = ACTIONS(1410),
    [anon_sym_CARET] = ACTIONS(1408),
    [anon_sym_AMP_AMP] = ACTIONS(1408),
    [anon_sym_PIPE_PIPE] = ACTIONS(1408),
    [anon_sym_EQ_EQ] = ACTIONS(1408),
    [anon_sym_BANG_EQ] = ACTIONS(1408),
    [anon_sym_LT] = ACTIONS(1410),
    [anon_sym_LT_EQ] = ACTIONS(1408),
    [anon_sym_GT] = ACTIONS(1410),
    [anon_sym_GT_EQ] = ACTIONS(1408),
    [anon_sym_EQ_GT] = ACTIONS(1408),
    [anon_sym_QMARK_QMARK] = ACTIONS(1408),
    [anon_sym_EQ] = ACTIONS(1410),
    [sym__rangeOperator] = ACTIONS(1408),
    [anon_sym_null] = ACTIONS(1410),
    [anon_sym_macro] = ACTIONS(1410),
    [anon_sym_abstract] = ACTIONS(1410),
    [anon_sym_static] = ACTIONS(1410),
    [anon_sym_public] = ACTIONS(1410),
    [anon_sym_private] = ACTIONS(1410),
    [anon_sym_extern] = ACTIONS(1410),
    [anon_sym_inline] = ACTIONS(1410),
    [anon_sym_overload] = ACTIONS(1410),
    [anon_sym_override] = ACTIONS(1410),
    [anon_sym_final] = ACTIONS(1410),
    [anon_sym_class] = ACTIONS(1410),
    [anon_sym_interface] = ACTIONS(1410),
    [anon_sym_typedef] = ACTIONS(1410),
    [anon_sym_function] = ACTIONS(1410),
    [anon_sym_var] = ACTIONS(1410),
    [aux_sym_integer_token1] = ACTIONS(1410),
    [aux_sym_integer_token2] = ACTIONS(1408),
    [aux_sym_float_token1] = ACTIONS(1410),
    [aux_sym_float_token2] = ACTIONS(1408),
    [anon_sym_true] = ACTIONS(1410),
    [anon_sym_false] = ACTIONS(1410),
    [aux_sym_string_token1] = ACTIONS(1408),
    [aux_sym_string_token3] = ACTIONS(1408),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [177] = {
    [ts_builtin_sym_end] = ACTIONS(1412),
    [sym_identifier] = ACTIONS(1414),
    [anon_sym_POUND] = ACTIONS(1412),
    [anon_sym_package] = ACTIONS(1414),
    [anon_sym_DOT] = ACTIONS(1414),
    [anon_sym_import] = ACTIONS(1414),
    [anon_sym_using] = ACTIONS(1414),
    [anon_sym_throw] = ACTIONS(1414),
    [anon_sym_LPAREN] = ACTIONS(1412),
    [anon_sym_RPAREN] = ACTIONS(1412),
    [anon_sym_switch] = ACTIONS(1414),
    [anon_sym_RBRACE] = ACTIONS(1412),
    [anon_sym_LBRACE] = ACTIONS(1412),
    [anon_sym_COLON] = ACTIONS(1412),
    [anon_sym_cast] = ACTIONS(1414),
    [anon_sym_COMMA] = ACTIONS(1412),
    [anon_sym_DOLLARtype] = ACTIONS(1412),
    [anon_sym_return] = ACTIONS(1414),
    [anon_sym_untyped] = ACTIONS(1414),
    [anon_sym_break] = ACTIONS(1414),
    [anon_sym_continue] = ACTIONS(1414),
    [anon_sym_LBRACK] = ACTIONS(1412),
    [anon_sym_RBRACK] = ACTIONS(1412),
    [anon_sym_this] = ACTIONS(1414),
    [anon_sym_QMARK] = ACTIONS(1414),
    [anon_sym_AT] = ACTIONS(1414),
    [anon_sym_AT_COLON] = ACTIONS(1412),
    [anon_sym_if] = ACTIONS(1414),
    [anon_sym_new] = ACTIONS(1414),
    [anon_sym_TILDE] = ACTIONS(1412),
    [anon_sym_BANG] = ACTIONS(1414),
    [anon_sym_DASH] = ACTIONS(1414),
    [anon_sym_PLUS_PLUS] = ACTIONS(1412),
    [anon_sym_DASH_DASH] = ACTIONS(1412),
    [anon_sym_PERCENT] = ACTIONS(1412),
    [anon_sym_STAR] = ACTIONS(1412),
    [anon_sym_SLASH] = ACTIONS(1414),
    [anon_sym_PLUS] = ACTIONS(1414),
    [anon_sym_LT_LT] = ACTIONS(1412),
    [anon_sym_GT_GT] = ACTIONS(1414),
    [anon_sym_GT_GT_GT] = ACTIONS(1412),
    [anon_sym_AMP] = ACTIONS(1414),
    [anon_sym_PIPE] = ACTIONS(1414),
    [anon_sym_CARET] = ACTIONS(1412),
    [anon_sym_AMP_AMP] = ACTIONS(1412),
    [anon_sym_PIPE_PIPE] = ACTIONS(1412),
    [anon_sym_EQ_EQ] = ACTIONS(1412),
    [anon_sym_BANG_EQ] = ACTIONS(1412),
    [anon_sym_LT] = ACTIONS(1414),
    [anon_sym_LT_EQ] = ACTIONS(1412),
    [anon_sym_GT] = ACTIONS(1414),
    [anon_sym_GT_EQ] = ACTIONS(1412),
    [anon_sym_EQ_GT] = ACTIONS(1412),
    [anon_sym_QMARK_QMARK] = ACTIONS(1412),
    [anon_sym_EQ] = ACTIONS(1414),
    [sym__rangeOperator] = ACTIONS(1412),
    [anon_sym_null] = ACTIONS(1414),
    [anon_sym_macro] = ACTIONS(1414),
    [anon_sym_abstract] = ACTIONS(1414),
    [anon_sym_static] = ACTIONS(1414),
    [anon_sym_public] = ACTIONS(1414),
    [anon_sym_private] = ACTIONS(1414),
    [anon_sym_extern] = ACTIONS(1414),
    [anon_sym_inline] = ACTIONS(1414),
    [anon_sym_overload] = ACTIONS(1414),
    [anon_sym_override] = ACTIONS(1414),
    [anon_sym_final] = ACTIONS(1414),
    [anon_sym_class] = ACTIONS(1414),
    [anon_sym_interface] = ACTIONS(1414),
    [anon_sym_typedef] = ACTIONS(1414),
    [anon_sym_function] = ACTIONS(1414),
    [anon_sym_var] = ACTIONS(1414),
    [aux_sym_integer_token1] = ACTIONS(1414),
    [aux_sym_integer_token2] = ACTIONS(1412),
    [aux_sym_float_token1] = ACTIONS(1414),
    [aux_sym_float_token2] = ACTIONS(1412),
    [anon_sym_true] = ACTIONS(1414),
    [anon_sym_false] = ACTIONS(1414),
    [aux_sym_string_token1] = ACTIONS(1412),
    [aux_sym_string_token3] = ACTIONS(1412),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [178] = {
    [ts_builtin_sym_end] = ACTIONS(1416),
    [sym_identifier] = ACTIONS(1418),
    [anon_sym_POUND] = ACTIONS(1416),
    [anon_sym_package] = ACTIONS(1418),
    [anon_sym_DOT] = ACTIONS(1418),
    [anon_sym_import] = ACTIONS(1418),
    [anon_sym_using] = ACTIONS(1418),
    [anon_sym_throw] = ACTIONS(1418),
    [anon_sym_LPAREN] = ACTIONS(1416),
    [anon_sym_RPAREN] = ACTIONS(1416),
    [anon_sym_switch] = ACTIONS(1418),
    [anon_sym_RBRACE] = ACTIONS(1416),
    [anon_sym_LBRACE] = ACTIONS(1416),
    [anon_sym_COLON] = ACTIONS(1416),
    [anon_sym_cast] = ACTIONS(1418),
    [anon_sym_COMMA] = ACTIONS(1416),
    [anon_sym_DOLLARtype] = ACTIONS(1416),
    [anon_sym_return] = ACTIONS(1418),
    [anon_sym_untyped] = ACTIONS(1418),
    [anon_sym_break] = ACTIONS(1418),
    [anon_sym_continue] = ACTIONS(1418),
    [anon_sym_LBRACK] = ACTIONS(1416),
    [anon_sym_RBRACK] = ACTIONS(1416),
    [anon_sym_this] = ACTIONS(1418),
    [anon_sym_QMARK] = ACTIONS(1418),
    [anon_sym_AT] = ACTIONS(1418),
    [anon_sym_AT_COLON] = ACTIONS(1416),
    [anon_sym_if] = ACTIONS(1418),
    [anon_sym_new] = ACTIONS(1418),
    [anon_sym_TILDE] = ACTIONS(1416),
    [anon_sym_BANG] = ACTIONS(1418),
    [anon_sym_DASH] = ACTIONS(1418),
    [anon_sym_PLUS_PLUS] = ACTIONS(1416),
    [anon_sym_DASH_DASH] = ACTIONS(1416),
    [anon_sym_PERCENT] = ACTIONS(1416),
    [anon_sym_STAR] = ACTIONS(1416),
    [anon_sym_SLASH] = ACTIONS(1418),
    [anon_sym_PLUS] = ACTIONS(1418),
    [anon_sym_LT_LT] = ACTIONS(1416),
    [anon_sym_GT_GT] = ACTIONS(1418),
    [anon_sym_GT_GT_GT] = ACTIONS(1416),
    [anon_sym_AMP] = ACTIONS(1418),
    [anon_sym_PIPE] = ACTIONS(1418),
    [anon_sym_CARET] = ACTIONS(1416),
    [anon_sym_AMP_AMP] = ACTIONS(1416),
    [anon_sym_PIPE_PIPE] = ACTIONS(1416),
    [anon_sym_EQ_EQ] = ACTIONS(1416),
    [anon_sym_BANG_EQ] = ACTIONS(1416),
    [anon_sym_LT] = ACTIONS(1418),
    [anon_sym_LT_EQ] = ACTIONS(1416),
    [anon_sym_GT] = ACTIONS(1418),
    [anon_sym_GT_EQ] = ACTIONS(1416),
    [anon_sym_EQ_GT] = ACTIONS(1416),
    [anon_sym_QMARK_QMARK] = ACTIONS(1416),
    [anon_sym_EQ] = ACTIONS(1418),
    [sym__rangeOperator] = ACTIONS(1416),
    [anon_sym_null] = ACTIONS(1418),
    [anon_sym_macro] = ACTIONS(1418),
    [anon_sym_abstract] = ACTIONS(1418),
    [anon_sym_static] = ACTIONS(1418),
    [anon_sym_public] = ACTIONS(1418),
    [anon_sym_private] = ACTIONS(1418),
    [anon_sym_extern] = ACTIONS(1418),
    [anon_sym_inline] = ACTIONS(1418),
    [anon_sym_overload] = ACTIONS(1418),
    [anon_sym_override] = ACTIONS(1418),
    [anon_sym_final] = ACTIONS(1418),
    [anon_sym_class] = ACTIONS(1418),
    [anon_sym_interface] = ACTIONS(1418),
    [anon_sym_typedef] = ACTIONS(1418),
    [anon_sym_function] = ACTIONS(1418),
    [anon_sym_var] = ACTIONS(1418),
    [aux_sym_integer_token1] = ACTIONS(1418),
    [aux_sym_integer_token2] = ACTIONS(1416),
    [aux_sym_float_token1] = ACTIONS(1418),
    [aux_sym_float_token2] = ACTIONS(1416),
    [anon_sym_true] = ACTIONS(1418),
    [anon_sym_false] = ACTIONS(1418),
    [aux_sym_string_token1] = ACTIONS(1416),
    [aux_sym_string_token3] = ACTIONS(1416),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [179] = {
    [ts_builtin_sym_end] = ACTIONS(1420),
    [sym_identifier] = ACTIONS(1422),
    [anon_sym_POUND] = ACTIONS(1420),
    [anon_sym_package] = ACTIONS(1422),
    [anon_sym_DOT] = ACTIONS(1422),
    [anon_sym_import] = ACTIONS(1422),
    [anon_sym_using] = ACTIONS(1422),
    [anon_sym_throw] = ACTIONS(1422),
    [anon_sym_LPAREN] = ACTIONS(1420),
    [anon_sym_RPAREN] = ACTIONS(1420),
    [anon_sym_switch] = ACTIONS(1422),
    [anon_sym_RBRACE] = ACTIONS(1420),
    [anon_sym_LBRACE] = ACTIONS(1420),
    [anon_sym_COLON] = ACTIONS(1420),
    [anon_sym_cast] = ACTIONS(1422),
    [anon_sym_COMMA] = ACTIONS(1420),
    [anon_sym_DOLLARtype] = ACTIONS(1420),
    [anon_sym_return] = ACTIONS(1422),
    [anon_sym_untyped] = ACTIONS(1422),
    [anon_sym_break] = ACTIONS(1422),
    [anon_sym_continue] = ACTIONS(1422),
    [anon_sym_LBRACK] = ACTIONS(1420),
    [anon_sym_RBRACK] = ACTIONS(1420),
    [anon_sym_this] = ACTIONS(1422),
    [anon_sym_QMARK] = ACTIONS(1422),
    [anon_sym_AT] = ACTIONS(1422),
    [anon_sym_AT_COLON] = ACTIONS(1420),
    [anon_sym_if] = ACTIONS(1422),
    [anon_sym_new] = ACTIONS(1422),
    [anon_sym_TILDE] = ACTIONS(1420),
    [anon_sym_BANG] = ACTIONS(1422),
    [anon_sym_DASH] = ACTIONS(1422),
    [anon_sym_PLUS_PLUS] = ACTIONS(1420),
    [anon_sym_DASH_DASH] = ACTIONS(1420),
    [anon_sym_PERCENT] = ACTIONS(1420),
    [anon_sym_STAR] = ACTIONS(1420),
    [anon_sym_SLASH] = ACTIONS(1422),
    [anon_sym_PLUS] = ACTIONS(1422),
    [anon_sym_LT_LT] = ACTIONS(1420),
    [anon_sym_GT_GT] = ACTIONS(1422),
    [anon_sym_GT_GT_GT] = ACTIONS(1420),
    [anon_sym_AMP] = ACTIONS(1422),
    [anon_sym_PIPE] = ACTIONS(1422),
    [anon_sym_CARET] = ACTIONS(1420),
    [anon_sym_AMP_AMP] = ACTIONS(1420),
    [anon_sym_PIPE_PIPE] = ACTIONS(1420),
    [anon_sym_EQ_EQ] = ACTIONS(1420),
    [anon_sym_BANG_EQ] = ACTIONS(1420),
    [anon_sym_LT] = ACTIONS(1422),
    [anon_sym_LT_EQ] = ACTIONS(1420),
    [anon_sym_GT] = ACTIONS(1422),
    [anon_sym_GT_EQ] = ACTIONS(1420),
    [anon_sym_EQ_GT] = ACTIONS(1420),
    [anon_sym_QMARK_QMARK] = ACTIONS(1420),
    [anon_sym_EQ] = ACTIONS(1422),
    [sym__rangeOperator] = ACTIONS(1420),
    [anon_sym_null] = ACTIONS(1422),
    [anon_sym_macro] = ACTIONS(1422),
    [anon_sym_abstract] = ACTIONS(1422),
    [anon_sym_static] = ACTIONS(1422),
    [anon_sym_public] = ACTIONS(1422),
    [anon_sym_private] = ACTIONS(1422),
    [anon_sym_extern] = ACTIONS(1422),
    [anon_sym_inline] = ACTIONS(1422),
    [anon_sym_overload] = ACTIONS(1422),
    [anon_sym_override] = ACTIONS(1422),
    [anon_sym_final] = ACTIONS(1422),
    [anon_sym_class] = ACTIONS(1422),
    [anon_sym_interface] = ACTIONS(1422),
    [anon_sym_typedef] = ACTIONS(1422),
    [anon_sym_function] = ACTIONS(1422),
    [anon_sym_var] = ACTIONS(1422),
    [aux_sym_integer_token1] = ACTIONS(1422),
    [aux_sym_integer_token2] = ACTIONS(1420),
    [aux_sym_float_token1] = ACTIONS(1422),
    [aux_sym_float_token2] = ACTIONS(1420),
    [anon_sym_true] = ACTIONS(1422),
    [anon_sym_false] = ACTIONS(1422),
    [aux_sym_string_token1] = ACTIONS(1420),
    [aux_sym_string_token3] = ACTIONS(1420),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [180] = {
    [ts_builtin_sym_end] = ACTIONS(1424),
    [sym_identifier] = ACTIONS(1426),
    [anon_sym_POUND] = ACTIONS(1424),
    [anon_sym_package] = ACTIONS(1426),
    [anon_sym_DOT] = ACTIONS(1426),
    [anon_sym_import] = ACTIONS(1426),
    [anon_sym_using] = ACTIONS(1426),
    [anon_sym_throw] = ACTIONS(1426),
    [anon_sym_LPAREN] = ACTIONS(1424),
    [anon_sym_RPAREN] = ACTIONS(1424),
    [anon_sym_switch] = ACTIONS(1426),
    [anon_sym_RBRACE] = ACTIONS(1424),
    [anon_sym_LBRACE] = ACTIONS(1424),
    [anon_sym_COLON] = ACTIONS(1424),
    [anon_sym_cast] = ACTIONS(1426),
    [anon_sym_COMMA] = ACTIONS(1424),
    [anon_sym_DOLLARtype] = ACTIONS(1424),
    [anon_sym_return] = ACTIONS(1426),
    [anon_sym_untyped] = ACTIONS(1426),
    [anon_sym_break] = ACTIONS(1426),
    [anon_sym_continue] = ACTIONS(1426),
    [anon_sym_LBRACK] = ACTIONS(1424),
    [anon_sym_RBRACK] = ACTIONS(1424),
    [anon_sym_this] = ACTIONS(1426),
    [anon_sym_QMARK] = ACTIONS(1426),
    [anon_sym_AT] = ACTIONS(1426),
    [anon_sym_AT_COLON] = ACTIONS(1424),
    [anon_sym_if] = ACTIONS(1426),
    [anon_sym_new] = ACTIONS(1426),
    [anon_sym_TILDE] = ACTIONS(1424),
    [anon_sym_BANG] = ACTIONS(1426),
    [anon_sym_DASH] = ACTIONS(1426),
    [anon_sym_PLUS_PLUS] = ACTIONS(1424),
    [anon_sym_DASH_DASH] = ACTIONS(1424),
    [anon_sym_PERCENT] = ACTIONS(1424),
    [anon_sym_STAR] = ACTIONS(1424),
    [anon_sym_SLASH] = ACTIONS(1426),
    [anon_sym_PLUS] = ACTIONS(1426),
    [anon_sym_LT_LT] = ACTIONS(1424),
    [anon_sym_GT_GT] = ACTIONS(1426),
    [anon_sym_GT_GT_GT] = ACTIONS(1424),
    [anon_sym_AMP] = ACTIONS(1426),
    [anon_sym_PIPE] = ACTIONS(1426),
    [anon_sym_CARET] = ACTIONS(1424),
    [anon_sym_AMP_AMP] = ACTIONS(1424),
    [anon_sym_PIPE_PIPE] = ACTIONS(1424),
    [anon_sym_EQ_EQ] = ACTIONS(1424),
    [anon_sym_BANG_EQ] = ACTIONS(1424),
    [anon_sym_LT] = ACTIONS(1426),
    [anon_sym_LT_EQ] = ACTIONS(1424),
    [anon_sym_GT] = ACTIONS(1426),
    [anon_sym_GT_EQ] = ACTIONS(1424),
    [anon_sym_EQ_GT] = ACTIONS(1424),
    [anon_sym_QMARK_QMARK] = ACTIONS(1424),
    [anon_sym_EQ] = ACTIONS(1426),
    [sym__rangeOperator] = ACTIONS(1424),
    [anon_sym_null] = ACTIONS(1426),
    [anon_sym_macro] = ACTIONS(1426),
    [anon_sym_abstract] = ACTIONS(1426),
    [anon_sym_static] = ACTIONS(1426),
    [anon_sym_public] = ACTIONS(1426),
    [anon_sym_private] = ACTIONS(1426),
    [anon_sym_extern] = ACTIONS(1426),
    [anon_sym_inline] = ACTIONS(1426),
    [anon_sym_overload] = ACTIONS(1426),
    [anon_sym_override] = ACTIONS(1426),
    [anon_sym_final] = ACTIONS(1426),
    [anon_sym_class] = ACTIONS(1426),
    [anon_sym_interface] = ACTIONS(1426),
    [anon_sym_typedef] = ACTIONS(1426),
    [anon_sym_function] = ACTIONS(1426),
    [anon_sym_var] = ACTIONS(1426),
    [aux_sym_integer_token1] = ACTIONS(1426),
    [aux_sym_integer_token2] = ACTIONS(1424),
    [aux_sym_float_token1] = ACTIONS(1426),
    [aux_sym_float_token2] = ACTIONS(1424),
    [anon_sym_true] = ACTIONS(1426),
    [anon_sym_false] = ACTIONS(1426),
    [aux_sym_string_token1] = ACTIONS(1424),
    [aux_sym_string_token3] = ACTIONS(1424),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [181] = {
    [ts_builtin_sym_end] = ACTIONS(1428),
    [sym_identifier] = ACTIONS(1430),
    [anon_sym_POUND] = ACTIONS(1428),
    [anon_sym_package] = ACTIONS(1430),
    [anon_sym_DOT] = ACTIONS(1430),
    [anon_sym_import] = ACTIONS(1430),
    [anon_sym_using] = ACTIONS(1430),
    [anon_sym_throw] = ACTIONS(1430),
    [anon_sym_LPAREN] = ACTIONS(1428),
    [anon_sym_RPAREN] = ACTIONS(1428),
    [anon_sym_switch] = ACTIONS(1430),
    [anon_sym_RBRACE] = ACTIONS(1428),
    [anon_sym_LBRACE] = ACTIONS(1428),
    [anon_sym_COLON] = ACTIONS(1428),
    [anon_sym_cast] = ACTIONS(1430),
    [anon_sym_COMMA] = ACTIONS(1428),
    [anon_sym_DOLLARtype] = ACTIONS(1428),
    [anon_sym_return] = ACTIONS(1430),
    [anon_sym_untyped] = ACTIONS(1430),
    [anon_sym_break] = ACTIONS(1430),
    [anon_sym_continue] = ACTIONS(1430),
    [anon_sym_LBRACK] = ACTIONS(1428),
    [anon_sym_RBRACK] = ACTIONS(1428),
    [anon_sym_this] = ACTIONS(1430),
    [anon_sym_QMARK] = ACTIONS(1430),
    [anon_sym_AT] = ACTIONS(1430),
    [anon_sym_AT_COLON] = ACTIONS(1428),
    [anon_sym_if] = ACTIONS(1430),
    [anon_sym_new] = ACTIONS(1430),
    [anon_sym_TILDE] = ACTIONS(1428),
    [anon_sym_BANG] = ACTIONS(1430),
    [anon_sym_DASH] = ACTIONS(1430),
    [anon_sym_PLUS_PLUS] = ACTIONS(1428),
    [anon_sym_DASH_DASH] = ACTIONS(1428),
    [anon_sym_PERCENT] = ACTIONS(1428),
    [anon_sym_STAR] = ACTIONS(1428),
    [anon_sym_SLASH] = ACTIONS(1430),
    [anon_sym_PLUS] = ACTIONS(1430),
    [anon_sym_LT_LT] = ACTIONS(1428),
    [anon_sym_GT_GT] = ACTIONS(1430),
    [anon_sym_GT_GT_GT] = ACTIONS(1428),
    [anon_sym_AMP] = ACTIONS(1430),
    [anon_sym_PIPE] = ACTIONS(1430),
    [anon_sym_CARET] = ACTIONS(1428),
    [anon_sym_AMP_AMP] = ACTIONS(1428),
    [anon_sym_PIPE_PIPE] = ACTIONS(1428),
    [anon_sym_EQ_EQ] = ACTIONS(1428),
    [anon_sym_BANG_EQ] = ACTIONS(1428),
    [anon_sym_LT] = ACTIONS(1430),
    [anon_sym_LT_EQ] = ACTIONS(1428),
    [anon_sym_GT] = ACTIONS(1430),
    [anon_sym_GT_EQ] = ACTIONS(1428),
    [anon_sym_EQ_GT] = ACTIONS(1428),
    [anon_sym_QMARK_QMARK] = ACTIONS(1428),
    [anon_sym_EQ] = ACTIONS(1430),
    [sym__rangeOperator] = ACTIONS(1428),
    [anon_sym_null] = ACTIONS(1430),
    [anon_sym_macro] = ACTIONS(1430),
    [anon_sym_abstract] = ACTIONS(1430),
    [anon_sym_static] = ACTIONS(1430),
    [anon_sym_public] = ACTIONS(1430),
    [anon_sym_private] = ACTIONS(1430),
    [anon_sym_extern] = ACTIONS(1430),
    [anon_sym_inline] = ACTIONS(1430),
    [anon_sym_overload] = ACTIONS(1430),
    [anon_sym_override] = ACTIONS(1430),
    [anon_sym_final] = ACTIONS(1430),
    [anon_sym_class] = ACTIONS(1430),
    [anon_sym_interface] = ACTIONS(1430),
    [anon_sym_typedef] = ACTIONS(1430),
    [anon_sym_function] = ACTIONS(1430),
    [anon_sym_var] = ACTIONS(1430),
    [aux_sym_integer_token1] = ACTIONS(1430),
    [aux_sym_integer_token2] = ACTIONS(1428),
    [aux_sym_float_token1] = ACTIONS(1430),
    [aux_sym_float_token2] = ACTIONS(1428),
    [anon_sym_true] = ACTIONS(1430),
    [anon_sym_false] = ACTIONS(1430),
    [aux_sym_string_token1] = ACTIONS(1428),
    [aux_sym_string_token3] = ACTIONS(1428),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [182] = {
    [ts_builtin_sym_end] = ACTIONS(1432),
    [sym_identifier] = ACTIONS(1434),
    [anon_sym_POUND] = ACTIONS(1432),
    [anon_sym_package] = ACTIONS(1434),
    [anon_sym_DOT] = ACTIONS(1434),
    [anon_sym_import] = ACTIONS(1434),
    [anon_sym_using] = ACTIONS(1434),
    [anon_sym_throw] = ACTIONS(1434),
    [anon_sym_LPAREN] = ACTIONS(1432),
    [anon_sym_RPAREN] = ACTIONS(1432),
    [anon_sym_switch] = ACTIONS(1434),
    [anon_sym_RBRACE] = ACTIONS(1432),
    [anon_sym_LBRACE] = ACTIONS(1432),
    [anon_sym_COLON] = ACTIONS(1432),
    [anon_sym_cast] = ACTIONS(1434),
    [anon_sym_COMMA] = ACTIONS(1432),
    [anon_sym_DOLLARtype] = ACTIONS(1432),
    [anon_sym_return] = ACTIONS(1434),
    [anon_sym_untyped] = ACTIONS(1434),
    [anon_sym_break] = ACTIONS(1434),
    [anon_sym_continue] = ACTIONS(1434),
    [anon_sym_LBRACK] = ACTIONS(1432),
    [anon_sym_RBRACK] = ACTIONS(1432),
    [anon_sym_this] = ACTIONS(1434),
    [anon_sym_QMARK] = ACTIONS(1434),
    [anon_sym_AT] = ACTIONS(1434),
    [anon_sym_AT_COLON] = ACTIONS(1432),
    [anon_sym_if] = ACTIONS(1434),
    [anon_sym_new] = ACTIONS(1434),
    [anon_sym_TILDE] = ACTIONS(1432),
    [anon_sym_BANG] = ACTIONS(1434),
    [anon_sym_DASH] = ACTIONS(1434),
    [anon_sym_PLUS_PLUS] = ACTIONS(1432),
    [anon_sym_DASH_DASH] = ACTIONS(1432),
    [anon_sym_PERCENT] = ACTIONS(1432),
    [anon_sym_STAR] = ACTIONS(1432),
    [anon_sym_SLASH] = ACTIONS(1434),
    [anon_sym_PLUS] = ACTIONS(1434),
    [anon_sym_LT_LT] = ACTIONS(1432),
    [anon_sym_GT_GT] = ACTIONS(1434),
    [anon_sym_GT_GT_GT] = ACTIONS(1432),
    [anon_sym_AMP] = ACTIONS(1434),
    [anon_sym_PIPE] = ACTIONS(1434),
    [anon_sym_CARET] = ACTIONS(1432),
    [anon_sym_AMP_AMP] = ACTIONS(1432),
    [anon_sym_PIPE_PIPE] = ACTIONS(1432),
    [anon_sym_EQ_EQ] = ACTIONS(1432),
    [anon_sym_BANG_EQ] = ACTIONS(1432),
    [anon_sym_LT] = ACTIONS(1434),
    [anon_sym_LT_EQ] = ACTIONS(1432),
    [anon_sym_GT] = ACTIONS(1434),
    [anon_sym_GT_EQ] = ACTIONS(1432),
    [anon_sym_EQ_GT] = ACTIONS(1432),
    [anon_sym_QMARK_QMARK] = ACTIONS(1432),
    [anon_sym_EQ] = ACTIONS(1434),
    [sym__rangeOperator] = ACTIONS(1432),
    [anon_sym_null] = ACTIONS(1434),
    [anon_sym_macro] = ACTIONS(1434),
    [anon_sym_abstract] = ACTIONS(1434),
    [anon_sym_static] = ACTIONS(1434),
    [anon_sym_public] = ACTIONS(1434),
    [anon_sym_private] = ACTIONS(1434),
    [anon_sym_extern] = ACTIONS(1434),
    [anon_sym_inline] = ACTIONS(1434),
    [anon_sym_overload] = ACTIONS(1434),
    [anon_sym_override] = ACTIONS(1434),
    [anon_sym_final] = ACTIONS(1434),
    [anon_sym_class] = ACTIONS(1434),
    [anon_sym_interface] = ACTIONS(1434),
    [anon_sym_typedef] = ACTIONS(1434),
    [anon_sym_function] = ACTIONS(1434),
    [anon_sym_var] = ACTIONS(1434),
    [aux_sym_integer_token1] = ACTIONS(1434),
    [aux_sym_integer_token2] = ACTIONS(1432),
    [aux_sym_float_token1] = ACTIONS(1434),
    [aux_sym_float_token2] = ACTIONS(1432),
    [anon_sym_true] = ACTIONS(1434),
    [anon_sym_false] = ACTIONS(1434),
    [aux_sym_string_token1] = ACTIONS(1432),
    [aux_sym_string_token3] = ACTIONS(1432),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [183] = {
    [ts_builtin_sym_end] = ACTIONS(1436),
    [sym_identifier] = ACTIONS(1438),
    [anon_sym_POUND] = ACTIONS(1436),
    [anon_sym_package] = ACTIONS(1438),
    [anon_sym_DOT] = ACTIONS(1438),
    [anon_sym_import] = ACTIONS(1438),
    [anon_sym_using] = ACTIONS(1438),
    [anon_sym_throw] = ACTIONS(1438),
    [anon_sym_LPAREN] = ACTIONS(1436),
    [anon_sym_RPAREN] = ACTIONS(1436),
    [anon_sym_switch] = ACTIONS(1438),
    [anon_sym_RBRACE] = ACTIONS(1436),
    [anon_sym_LBRACE] = ACTIONS(1436),
    [anon_sym_COLON] = ACTIONS(1436),
    [anon_sym_cast] = ACTIONS(1438),
    [anon_sym_COMMA] = ACTIONS(1436),
    [anon_sym_DOLLARtype] = ACTIONS(1436),
    [anon_sym_return] = ACTIONS(1438),
    [anon_sym_untyped] = ACTIONS(1438),
    [anon_sym_break] = ACTIONS(1438),
    [anon_sym_continue] = ACTIONS(1438),
    [anon_sym_LBRACK] = ACTIONS(1436),
    [anon_sym_RBRACK] = ACTIONS(1436),
    [anon_sym_this] = ACTIONS(1438),
    [anon_sym_QMARK] = ACTIONS(1438),
    [anon_sym_AT] = ACTIONS(1438),
    [anon_sym_AT_COLON] = ACTIONS(1436),
    [anon_sym_if] = ACTIONS(1438),
    [anon_sym_new] = ACTIONS(1438),
    [anon_sym_TILDE] = ACTIONS(1436),
    [anon_sym_BANG] = ACTIONS(1438),
    [anon_sym_DASH] = ACTIONS(1438),
    [anon_sym_PLUS_PLUS] = ACTIONS(1436),
    [anon_sym_DASH_DASH] = ACTIONS(1436),
    [anon_sym_PERCENT] = ACTIONS(1436),
    [anon_sym_STAR] = ACTIONS(1436),
    [anon_sym_SLASH] = ACTIONS(1438),
    [anon_sym_PLUS] = ACTIONS(1438),
    [anon_sym_LT_LT] = ACTIONS(1436),
    [anon_sym_GT_GT] = ACTIONS(1438),
    [anon_sym_GT_GT_GT] = ACTIONS(1436),
    [anon_sym_AMP] = ACTIONS(1438),
    [anon_sym_PIPE] = ACTIONS(1438),
    [anon_sym_CARET] = ACTIONS(1436),
    [anon_sym_AMP_AMP] = ACTIONS(1436),
    [anon_sym_PIPE_PIPE] = ACTIONS(1436),
    [anon_sym_EQ_EQ] = ACTIONS(1436),
    [anon_sym_BANG_EQ] = ACTIONS(1436),
    [anon_sym_LT] = ACTIONS(1438),
    [anon_sym_LT_EQ] = ACTIONS(1436),
    [anon_sym_GT] = ACTIONS(1438),
    [anon_sym_GT_EQ] = ACTIONS(1436),
    [anon_sym_EQ_GT] = ACTIONS(1436),
    [anon_sym_QMARK_QMARK] = ACTIONS(1436),
    [anon_sym_EQ] = ACTIONS(1438),
    [sym__rangeOperator] = ACTIONS(1436),
    [anon_sym_null] = ACTIONS(1438),
    [anon_sym_macro] = ACTIONS(1438),
    [anon_sym_abstract] = ACTIONS(1438),
    [anon_sym_static] = ACTIONS(1438),
    [anon_sym_public] = ACTIONS(1438),
    [anon_sym_private] = ACTIONS(1438),
    [anon_sym_extern] = ACTIONS(1438),
    [anon_sym_inline] = ACTIONS(1438),
    [anon_sym_overload] = ACTIONS(1438),
    [anon_sym_override] = ACTIONS(1438),
    [anon_sym_final] = ACTIONS(1438),
    [anon_sym_class] = ACTIONS(1438),
    [anon_sym_interface] = ACTIONS(1438),
    [anon_sym_typedef] = ACTIONS(1438),
    [anon_sym_function] = ACTIONS(1438),
    [anon_sym_var] = ACTIONS(1438),
    [aux_sym_integer_token1] = ACTIONS(1438),
    [aux_sym_integer_token2] = ACTIONS(1436),
    [aux_sym_float_token1] = ACTIONS(1438),
    [aux_sym_float_token2] = ACTIONS(1436),
    [anon_sym_true] = ACTIONS(1438),
    [anon_sym_false] = ACTIONS(1438),
    [aux_sym_string_token1] = ACTIONS(1436),
    [aux_sym_string_token3] = ACTIONS(1436),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [184] = {
    [ts_builtin_sym_end] = ACTIONS(1440),
    [sym_identifier] = ACTIONS(1442),
    [anon_sym_POUND] = ACTIONS(1440),
    [anon_sym_package] = ACTIONS(1442),
    [anon_sym_DOT] = ACTIONS(1442),
    [anon_sym_import] = ACTIONS(1442),
    [anon_sym_using] = ACTIONS(1442),
    [anon_sym_throw] = ACTIONS(1442),
    [anon_sym_LPAREN] = ACTIONS(1440),
    [anon_sym_RPAREN] = ACTIONS(1440),
    [anon_sym_switch] = ACTIONS(1442),
    [anon_sym_RBRACE] = ACTIONS(1440),
    [anon_sym_LBRACE] = ACTIONS(1440),
    [anon_sym_COLON] = ACTIONS(1440),
    [anon_sym_cast] = ACTIONS(1442),
    [anon_sym_COMMA] = ACTIONS(1440),
    [anon_sym_DOLLARtype] = ACTIONS(1440),
    [anon_sym_return] = ACTIONS(1442),
    [anon_sym_untyped] = ACTIONS(1442),
    [anon_sym_break] = ACTIONS(1442),
    [anon_sym_continue] = ACTIONS(1442),
    [anon_sym_LBRACK] = ACTIONS(1440),
    [anon_sym_RBRACK] = ACTIONS(1440),
    [anon_sym_this] = ACTIONS(1442),
    [anon_sym_QMARK] = ACTIONS(1442),
    [anon_sym_AT] = ACTIONS(1442),
    [anon_sym_AT_COLON] = ACTIONS(1440),
    [anon_sym_if] = ACTIONS(1442),
    [anon_sym_new] = ACTIONS(1442),
    [anon_sym_TILDE] = ACTIONS(1440),
    [anon_sym_BANG] = ACTIONS(1442),
    [anon_sym_DASH] = ACTIONS(1442),
    [anon_sym_PLUS_PLUS] = ACTIONS(1440),
    [anon_sym_DASH_DASH] = ACTIONS(1440),
    [anon_sym_PERCENT] = ACTIONS(1440),
    [anon_sym_STAR] = ACTIONS(1440),
    [anon_sym_SLASH] = ACTIONS(1442),
    [anon_sym_PLUS] = ACTIONS(1442),
    [anon_sym_LT_LT] = ACTIONS(1440),
    [anon_sym_GT_GT] = ACTIONS(1442),
    [anon_sym_GT_GT_GT] = ACTIONS(1440),
    [anon_sym_AMP] = ACTIONS(1442),
    [anon_sym_PIPE] = ACTIONS(1442),
    [anon_sym_CARET] = ACTIONS(1440),
    [anon_sym_AMP_AMP] = ACTIONS(1440),
    [anon_sym_PIPE_PIPE] = ACTIONS(1440),
    [anon_sym_EQ_EQ] = ACTIONS(1440),
    [anon_sym_BANG_EQ] = ACTIONS(1440),
    [anon_sym_LT] = ACTIONS(1442),
    [anon_sym_LT_EQ] = ACTIONS(1440),
    [anon_sym_GT] = ACTIONS(1442),
    [anon_sym_GT_EQ] = ACTIONS(1440),
    [anon_sym_EQ_GT] = ACTIONS(1440),
    [anon_sym_QMARK_QMARK] = ACTIONS(1440),
    [anon_sym_EQ] = ACTIONS(1442),
    [sym__rangeOperator] = ACTIONS(1440),
    [anon_sym_null] = ACTIONS(1442),
    [anon_sym_macro] = ACTIONS(1442),
    [anon_sym_abstract] = ACTIONS(1442),
    [anon_sym_static] = ACTIONS(1442),
    [anon_sym_public] = ACTIONS(1442),
    [anon_sym_private] = ACTIONS(1442),
    [anon_sym_extern] = ACTIONS(1442),
    [anon_sym_inline] = ACTIONS(1442),
    [anon_sym_overload] = ACTIONS(1442),
    [anon_sym_override] = ACTIONS(1442),
    [anon_sym_final] = ACTIONS(1442),
    [anon_sym_class] = ACTIONS(1442),
    [anon_sym_interface] = ACTIONS(1442),
    [anon_sym_typedef] = ACTIONS(1442),
    [anon_sym_function] = ACTIONS(1442),
    [anon_sym_var] = ACTIONS(1442),
    [aux_sym_integer_token1] = ACTIONS(1442),
    [aux_sym_integer_token2] = ACTIONS(1440),
    [aux_sym_float_token1] = ACTIONS(1442),
    [aux_sym_float_token2] = ACTIONS(1440),
    [anon_sym_true] = ACTIONS(1442),
    [anon_sym_false] = ACTIONS(1442),
    [aux_sym_string_token1] = ACTIONS(1440),
    [aux_sym_string_token3] = ACTIONS(1440),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [185] = {
    [ts_builtin_sym_end] = ACTIONS(1444),
    [sym_identifier] = ACTIONS(1446),
    [anon_sym_POUND] = ACTIONS(1444),
    [anon_sym_package] = ACTIONS(1446),
    [anon_sym_DOT] = ACTIONS(1446),
    [anon_sym_import] = ACTIONS(1446),
    [anon_sym_using] = ACTIONS(1446),
    [anon_sym_throw] = ACTIONS(1446),
    [anon_sym_LPAREN] = ACTIONS(1444),
    [anon_sym_RPAREN] = ACTIONS(1444),
    [anon_sym_switch] = ACTIONS(1446),
    [anon_sym_RBRACE] = ACTIONS(1444),
    [anon_sym_LBRACE] = ACTIONS(1444),
    [anon_sym_COLON] = ACTIONS(1444),
    [anon_sym_cast] = ACTIONS(1446),
    [anon_sym_COMMA] = ACTIONS(1444),
    [anon_sym_DOLLARtype] = ACTIONS(1444),
    [anon_sym_return] = ACTIONS(1446),
    [anon_sym_untyped] = ACTIONS(1446),
    [anon_sym_break] = ACTIONS(1446),
    [anon_sym_continue] = ACTIONS(1446),
    [anon_sym_LBRACK] = ACTIONS(1444),
    [anon_sym_RBRACK] = ACTIONS(1444),
    [anon_sym_this] = ACTIONS(1446),
    [anon_sym_QMARK] = ACTIONS(1446),
    [anon_sym_AT] = ACTIONS(1446),
    [anon_sym_AT_COLON] = ACTIONS(1444),
    [anon_sym_if] = ACTIONS(1446),
    [anon_sym_new] = ACTIONS(1446),
    [anon_sym_TILDE] = ACTIONS(1444),
    [anon_sym_BANG] = ACTIONS(1446),
    [anon_sym_DASH] = ACTIONS(1446),
    [anon_sym_PLUS_PLUS] = ACTIONS(1444),
    [anon_sym_DASH_DASH] = ACTIONS(1444),
    [anon_sym_PERCENT] = ACTIONS(1444),
    [anon_sym_STAR] = ACTIONS(1444),
    [anon_sym_SLASH] = ACTIONS(1446),
    [anon_sym_PLUS] = ACTIONS(1446),
    [anon_sym_LT_LT] = ACTIONS(1444),
    [anon_sym_GT_GT] = ACTIONS(1446),
    [anon_sym_GT_GT_GT] = ACTIONS(1444),
    [anon_sym_AMP] = ACTIONS(1446),
    [anon_sym_PIPE] = ACTIONS(1446),
    [anon_sym_CARET] = ACTIONS(1444),
    [anon_sym_AMP_AMP] = ACTIONS(1444),
    [anon_sym_PIPE_PIPE] = ACTIONS(1444),
    [anon_sym_EQ_EQ] = ACTIONS(1444),
    [anon_sym_BANG_EQ] = ACTIONS(1444),
    [anon_sym_LT] = ACTIONS(1446),
    [anon_sym_LT_EQ] = ACTIONS(1444),
    [anon_sym_GT] = ACTIONS(1446),
    [anon_sym_GT_EQ] = ACTIONS(1444),
    [anon_sym_EQ_GT] = ACTIONS(1444),
    [anon_sym_QMARK_QMARK] = ACTIONS(1444),
    [anon_sym_EQ] = ACTIONS(1446),
    [sym__rangeOperator] = ACTIONS(1444),
    [anon_sym_null] = ACTIONS(1446),
    [anon_sym_macro] = ACTIONS(1446),
    [anon_sym_abstract] = ACTIONS(1446),
    [anon_sym_static] = ACTIONS(1446),
    [anon_sym_public] = ACTIONS(1446),
    [anon_sym_private] = ACTIONS(1446),
    [anon_sym_extern] = ACTIONS(1446),
    [anon_sym_inline] = ACTIONS(1446),
    [anon_sym_overload] = ACTIONS(1446),
    [anon_sym_override] = ACTIONS(1446),
    [anon_sym_final] = ACTIONS(1446),
    [anon_sym_class] = ACTIONS(1446),
    [anon_sym_interface] = ACTIONS(1446),
    [anon_sym_typedef] = ACTIONS(1446),
    [anon_sym_function] = ACTIONS(1446),
    [anon_sym_var] = ACTIONS(1446),
    [aux_sym_integer_token1] = ACTIONS(1446),
    [aux_sym_integer_token2] = ACTIONS(1444),
    [aux_sym_float_token1] = ACTIONS(1446),
    [aux_sym_float_token2] = ACTIONS(1444),
    [anon_sym_true] = ACTIONS(1446),
    [anon_sym_false] = ACTIONS(1446),
    [aux_sym_string_token1] = ACTIONS(1444),
    [aux_sym_string_token3] = ACTIONS(1444),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [186] = {
    [ts_builtin_sym_end] = ACTIONS(1448),
    [sym_identifier] = ACTIONS(1450),
    [anon_sym_POUND] = ACTIONS(1448),
    [anon_sym_package] = ACTIONS(1450),
    [anon_sym_DOT] = ACTIONS(1450),
    [anon_sym_import] = ACTIONS(1450),
    [anon_sym_using] = ACTIONS(1450),
    [anon_sym_throw] = ACTIONS(1450),
    [anon_sym_LPAREN] = ACTIONS(1448),
    [anon_sym_RPAREN] = ACTIONS(1448),
    [anon_sym_switch] = ACTIONS(1450),
    [anon_sym_RBRACE] = ACTIONS(1448),
    [anon_sym_LBRACE] = ACTIONS(1448),
    [anon_sym_COLON] = ACTIONS(1448),
    [anon_sym_cast] = ACTIONS(1450),
    [anon_sym_COMMA] = ACTIONS(1448),
    [anon_sym_DOLLARtype] = ACTIONS(1448),
    [anon_sym_return] = ACTIONS(1450),
    [anon_sym_untyped] = ACTIONS(1450),
    [anon_sym_break] = ACTIONS(1450),
    [anon_sym_continue] = ACTIONS(1450),
    [anon_sym_LBRACK] = ACTIONS(1448),
    [anon_sym_RBRACK] = ACTIONS(1448),
    [anon_sym_this] = ACTIONS(1450),
    [anon_sym_QMARK] = ACTIONS(1450),
    [anon_sym_AT] = ACTIONS(1450),
    [anon_sym_AT_COLON] = ACTIONS(1448),
    [anon_sym_if] = ACTIONS(1450),
    [anon_sym_new] = ACTIONS(1450),
    [anon_sym_TILDE] = ACTIONS(1448),
    [anon_sym_BANG] = ACTIONS(1450),
    [anon_sym_DASH] = ACTIONS(1450),
    [anon_sym_PLUS_PLUS] = ACTIONS(1448),
    [anon_sym_DASH_DASH] = ACTIONS(1448),
    [anon_sym_PERCENT] = ACTIONS(1448),
    [anon_sym_STAR] = ACTIONS(1448),
    [anon_sym_SLASH] = ACTIONS(1450),
    [anon_sym_PLUS] = ACTIONS(1450),
    [anon_sym_LT_LT] = ACTIONS(1448),
    [anon_sym_GT_GT] = ACTIONS(1450),
    [anon_sym_GT_GT_GT] = ACTIONS(1448),
    [anon_sym_AMP] = ACTIONS(1450),
    [anon_sym_PIPE] = ACTIONS(1450),
    [anon_sym_CARET] = ACTIONS(1448),
    [anon_sym_AMP_AMP] = ACTIONS(1448),
    [anon_sym_PIPE_PIPE] = ACTIONS(1448),
    [anon_sym_EQ_EQ] = ACTIONS(1448),
    [anon_sym_BANG_EQ] = ACTIONS(1448),
    [anon_sym_LT] = ACTIONS(1450),
    [anon_sym_LT_EQ] = ACTIONS(1448),
    [anon_sym_GT] = ACTIONS(1450),
    [anon_sym_GT_EQ] = ACTIONS(1448),
    [anon_sym_EQ_GT] = ACTIONS(1448),
    [anon_sym_QMARK_QMARK] = ACTIONS(1448),
    [anon_sym_EQ] = ACTIONS(1450),
    [sym__rangeOperator] = ACTIONS(1448),
    [anon_sym_null] = ACTIONS(1450),
    [anon_sym_macro] = ACTIONS(1450),
    [anon_sym_abstract] = ACTIONS(1450),
    [anon_sym_static] = ACTIONS(1450),
    [anon_sym_public] = ACTIONS(1450),
    [anon_sym_private] = ACTIONS(1450),
    [anon_sym_extern] = ACTIONS(1450),
    [anon_sym_inline] = ACTIONS(1450),
    [anon_sym_overload] = ACTIONS(1450),
    [anon_sym_override] = ACTIONS(1450),
    [anon_sym_final] = ACTIONS(1450),
    [anon_sym_class] = ACTIONS(1450),
    [anon_sym_interface] = ACTIONS(1450),
    [anon_sym_typedef] = ACTIONS(1450),
    [anon_sym_function] = ACTIONS(1450),
    [anon_sym_var] = ACTIONS(1450),
    [aux_sym_integer_token1] = ACTIONS(1450),
    [aux_sym_integer_token2] = ACTIONS(1448),
    [aux_sym_float_token1] = ACTIONS(1450),
    [aux_sym_float_token2] = ACTIONS(1448),
    [anon_sym_true] = ACTIONS(1450),
    [anon_sym_false] = ACTIONS(1450),
    [aux_sym_string_token1] = ACTIONS(1448),
    [aux_sym_string_token3] = ACTIONS(1448),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [187] = {
    [ts_builtin_sym_end] = ACTIONS(1452),
    [sym_identifier] = ACTIONS(1454),
    [anon_sym_POUND] = ACTIONS(1452),
    [anon_sym_package] = ACTIONS(1454),
    [anon_sym_DOT] = ACTIONS(1454),
    [anon_sym_import] = ACTIONS(1454),
    [anon_sym_using] = ACTIONS(1454),
    [anon_sym_throw] = ACTIONS(1454),
    [anon_sym_LPAREN] = ACTIONS(1452),
    [anon_sym_RPAREN] = ACTIONS(1452),
    [anon_sym_switch] = ACTIONS(1454),
    [anon_sym_RBRACE] = ACTIONS(1452),
    [anon_sym_LBRACE] = ACTIONS(1452),
    [anon_sym_COLON] = ACTIONS(1452),
    [anon_sym_cast] = ACTIONS(1454),
    [anon_sym_COMMA] = ACTIONS(1452),
    [anon_sym_DOLLARtype] = ACTIONS(1452),
    [anon_sym_return] = ACTIONS(1454),
    [anon_sym_untyped] = ACTIONS(1454),
    [anon_sym_break] = ACTIONS(1454),
    [anon_sym_continue] = ACTIONS(1454),
    [anon_sym_LBRACK] = ACTIONS(1452),
    [anon_sym_RBRACK] = ACTIONS(1452),
    [anon_sym_this] = ACTIONS(1454),
    [anon_sym_QMARK] = ACTIONS(1454),
    [anon_sym_AT] = ACTIONS(1454),
    [anon_sym_AT_COLON] = ACTIONS(1452),
    [anon_sym_if] = ACTIONS(1454),
    [anon_sym_new] = ACTIONS(1454),
    [anon_sym_TILDE] = ACTIONS(1452),
    [anon_sym_BANG] = ACTIONS(1454),
    [anon_sym_DASH] = ACTIONS(1454),
    [anon_sym_PLUS_PLUS] = ACTIONS(1452),
    [anon_sym_DASH_DASH] = ACTIONS(1452),
    [anon_sym_PERCENT] = ACTIONS(1452),
    [anon_sym_STAR] = ACTIONS(1452),
    [anon_sym_SLASH] = ACTIONS(1454),
    [anon_sym_PLUS] = ACTIONS(1454),
    [anon_sym_LT_LT] = ACTIONS(1452),
    [anon_sym_GT_GT] = ACTIONS(1454),
    [anon_sym_GT_GT_GT] = ACTIONS(1452),
    [anon_sym_AMP] = ACTIONS(1454),
    [anon_sym_PIPE] = ACTIONS(1454),
    [anon_sym_CARET] = ACTIONS(1452),
    [anon_sym_AMP_AMP] = ACTIONS(1452),
    [anon_sym_PIPE_PIPE] = ACTIONS(1452),
    [anon_sym_EQ_EQ] = ACTIONS(1452),
    [anon_sym_BANG_EQ] = ACTIONS(1452),
    [anon_sym_LT] = ACTIONS(1454),
    [anon_sym_LT_EQ] = ACTIONS(1452),
    [anon_sym_GT] = ACTIONS(1454),
    [anon_sym_GT_EQ] = ACTIONS(1452),
    [anon_sym_EQ_GT] = ACTIONS(1452),
    [anon_sym_QMARK_QMARK] = ACTIONS(1452),
    [anon_sym_EQ] = ACTIONS(1454),
    [sym__rangeOperator] = ACTIONS(1452),
    [anon_sym_null] = ACTIONS(1454),
    [anon_sym_macro] = ACTIONS(1454),
    [anon_sym_abstract] = ACTIONS(1454),
    [anon_sym_static] = ACTIONS(1454),
    [anon_sym_public] = ACTIONS(1454),
    [anon_sym_private] = ACTIONS(1454),
    [anon_sym_extern] = ACTIONS(1454),
    [anon_sym_inline] = ACTIONS(1454),
    [anon_sym_overload] = ACTIONS(1454),
    [anon_sym_override] = ACTIONS(1454),
    [anon_sym_final] = ACTIONS(1454),
    [anon_sym_class] = ACTIONS(1454),
    [anon_sym_interface] = ACTIONS(1454),
    [anon_sym_typedef] = ACTIONS(1454),
    [anon_sym_function] = ACTIONS(1454),
    [anon_sym_var] = ACTIONS(1454),
    [aux_sym_integer_token1] = ACTIONS(1454),
    [aux_sym_integer_token2] = ACTIONS(1452),
    [aux_sym_float_token1] = ACTIONS(1454),
    [aux_sym_float_token2] = ACTIONS(1452),
    [anon_sym_true] = ACTIONS(1454),
    [anon_sym_false] = ACTIONS(1454),
    [aux_sym_string_token1] = ACTIONS(1452),
    [aux_sym_string_token3] = ACTIONS(1452),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [188] = {
    [ts_builtin_sym_end] = ACTIONS(1456),
    [sym_identifier] = ACTIONS(1458),
    [anon_sym_POUND] = ACTIONS(1456),
    [anon_sym_package] = ACTIONS(1458),
    [anon_sym_DOT] = ACTIONS(1458),
    [anon_sym_import] = ACTIONS(1458),
    [anon_sym_using] = ACTIONS(1458),
    [anon_sym_throw] = ACTIONS(1458),
    [anon_sym_LPAREN] = ACTIONS(1456),
    [anon_sym_RPAREN] = ACTIONS(1456),
    [anon_sym_switch] = ACTIONS(1458),
    [anon_sym_RBRACE] = ACTIONS(1456),
    [anon_sym_LBRACE] = ACTIONS(1456),
    [anon_sym_COLON] = ACTIONS(1456),
    [anon_sym_cast] = ACTIONS(1458),
    [anon_sym_COMMA] = ACTIONS(1456),
    [anon_sym_DOLLARtype] = ACTIONS(1456),
    [anon_sym_return] = ACTIONS(1458),
    [anon_sym_untyped] = ACTIONS(1458),
    [anon_sym_break] = ACTIONS(1458),
    [anon_sym_continue] = ACTIONS(1458),
    [anon_sym_LBRACK] = ACTIONS(1456),
    [anon_sym_RBRACK] = ACTIONS(1456),
    [anon_sym_this] = ACTIONS(1458),
    [anon_sym_QMARK] = ACTIONS(1458),
    [anon_sym_AT] = ACTIONS(1458),
    [anon_sym_AT_COLON] = ACTIONS(1456),
    [anon_sym_if] = ACTIONS(1458),
    [anon_sym_new] = ACTIONS(1458),
    [anon_sym_TILDE] = ACTIONS(1456),
    [anon_sym_BANG] = ACTIONS(1458),
    [anon_sym_DASH] = ACTIONS(1458),
    [anon_sym_PLUS_PLUS] = ACTIONS(1456),
    [anon_sym_DASH_DASH] = ACTIONS(1456),
    [anon_sym_PERCENT] = ACTIONS(1456),
    [anon_sym_STAR] = ACTIONS(1456),
    [anon_sym_SLASH] = ACTIONS(1458),
    [anon_sym_PLUS] = ACTIONS(1458),
    [anon_sym_LT_LT] = ACTIONS(1456),
    [anon_sym_GT_GT] = ACTIONS(1458),
    [anon_sym_GT_GT_GT] = ACTIONS(1456),
    [anon_sym_AMP] = ACTIONS(1458),
    [anon_sym_PIPE] = ACTIONS(1458),
    [anon_sym_CARET] = ACTIONS(1456),
    [anon_sym_AMP_AMP] = ACTIONS(1456),
    [anon_sym_PIPE_PIPE] = ACTIONS(1456),
    [anon_sym_EQ_EQ] = ACTIONS(1456),
    [anon_sym_BANG_EQ] = ACTIONS(1456),
    [anon_sym_LT] = ACTIONS(1458),
    [anon_sym_LT_EQ] = ACTIONS(1456),
    [anon_sym_GT] = ACTIONS(1458),
    [anon_sym_GT_EQ] = ACTIONS(1456),
    [anon_sym_EQ_GT] = ACTIONS(1456),
    [anon_sym_QMARK_QMARK] = ACTIONS(1456),
    [anon_sym_EQ] = ACTIONS(1458),
    [sym__rangeOperator] = ACTIONS(1456),
    [anon_sym_null] = ACTIONS(1458),
    [anon_sym_macro] = ACTIONS(1458),
    [anon_sym_abstract] = ACTIONS(1458),
    [anon_sym_static] = ACTIONS(1458),
    [anon_sym_public] = ACTIONS(1458),
    [anon_sym_private] = ACTIONS(1458),
    [anon_sym_extern] = ACTIONS(1458),
    [anon_sym_inline] = ACTIONS(1458),
    [anon_sym_overload] = ACTIONS(1458),
    [anon_sym_override] = ACTIONS(1458),
    [anon_sym_final] = ACTIONS(1458),
    [anon_sym_class] = ACTIONS(1458),
    [anon_sym_interface] = ACTIONS(1458),
    [anon_sym_typedef] = ACTIONS(1458),
    [anon_sym_function] = ACTIONS(1458),
    [anon_sym_var] = ACTIONS(1458),
    [aux_sym_integer_token1] = ACTIONS(1458),
    [aux_sym_integer_token2] = ACTIONS(1456),
    [aux_sym_float_token1] = ACTIONS(1458),
    [aux_sym_float_token2] = ACTIONS(1456),
    [anon_sym_true] = ACTIONS(1458),
    [anon_sym_false] = ACTIONS(1458),
    [aux_sym_string_token1] = ACTIONS(1456),
    [aux_sym_string_token3] = ACTIONS(1456),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [189] = {
    [ts_builtin_sym_end] = ACTIONS(1460),
    [sym_identifier] = ACTIONS(1462),
    [anon_sym_POUND] = ACTIONS(1460),
    [anon_sym_package] = ACTIONS(1462),
    [anon_sym_DOT] = ACTIONS(1462),
    [anon_sym_import] = ACTIONS(1462),
    [anon_sym_using] = ACTIONS(1462),
    [anon_sym_throw] = ACTIONS(1462),
    [anon_sym_LPAREN] = ACTIONS(1460),
    [anon_sym_RPAREN] = ACTIONS(1460),
    [anon_sym_switch] = ACTIONS(1462),
    [anon_sym_RBRACE] = ACTIONS(1460),
    [anon_sym_LBRACE] = ACTIONS(1460),
    [anon_sym_COLON] = ACTIONS(1460),
    [anon_sym_cast] = ACTIONS(1462),
    [anon_sym_COMMA] = ACTIONS(1460),
    [anon_sym_DOLLARtype] = ACTIONS(1460),
    [anon_sym_return] = ACTIONS(1462),
    [anon_sym_untyped] = ACTIONS(1462),
    [anon_sym_break] = ACTIONS(1462),
    [anon_sym_continue] = ACTIONS(1462),
    [anon_sym_LBRACK] = ACTIONS(1460),
    [anon_sym_RBRACK] = ACTIONS(1460),
    [anon_sym_this] = ACTIONS(1462),
    [anon_sym_QMARK] = ACTIONS(1462),
    [anon_sym_AT] = ACTIONS(1462),
    [anon_sym_AT_COLON] = ACTIONS(1460),
    [anon_sym_if] = ACTIONS(1462),
    [anon_sym_new] = ACTIONS(1462),
    [anon_sym_TILDE] = ACTIONS(1460),
    [anon_sym_BANG] = ACTIONS(1462),
    [anon_sym_DASH] = ACTIONS(1462),
    [anon_sym_PLUS_PLUS] = ACTIONS(1460),
    [anon_sym_DASH_DASH] = ACTIONS(1460),
    [anon_sym_PERCENT] = ACTIONS(1460),
    [anon_sym_STAR] = ACTIONS(1460),
    [anon_sym_SLASH] = ACTIONS(1462),
    [anon_sym_PLUS] = ACTIONS(1462),
    [anon_sym_LT_LT] = ACTIONS(1460),
    [anon_sym_GT_GT] = ACTIONS(1462),
    [anon_sym_GT_GT_GT] = ACTIONS(1460),
    [anon_sym_AMP] = ACTIONS(1462),
    [anon_sym_PIPE] = ACTIONS(1462),
    [anon_sym_CARET] = ACTIONS(1460),
    [anon_sym_AMP_AMP] = ACTIONS(1460),
    [anon_sym_PIPE_PIPE] = ACTIONS(1460),
    [anon_sym_EQ_EQ] = ACTIONS(1460),
    [anon_sym_BANG_EQ] = ACTIONS(1460),
    [anon_sym_LT] = ACTIONS(1462),
    [anon_sym_LT_EQ] = ACTIONS(1460),
    [anon_sym_GT] = ACTIONS(1462),
    [anon_sym_GT_EQ] = ACTIONS(1460),
    [anon_sym_EQ_GT] = ACTIONS(1460),
    [anon_sym_QMARK_QMARK] = ACTIONS(1460),
    [anon_sym_EQ] = ACTIONS(1462),
    [sym__rangeOperator] = ACTIONS(1460),
    [anon_sym_null] = ACTIONS(1462),
    [anon_sym_macro] = ACTIONS(1462),
    [anon_sym_abstract] = ACTIONS(1462),
    [anon_sym_static] = ACTIONS(1462),
    [anon_sym_public] = ACTIONS(1462),
    [anon_sym_private] = ACTIONS(1462),
    [anon_sym_extern] = ACTIONS(1462),
    [anon_sym_inline] = ACTIONS(1462),
    [anon_sym_overload] = ACTIONS(1462),
    [anon_sym_override] = ACTIONS(1462),
    [anon_sym_final] = ACTIONS(1462),
    [anon_sym_class] = ACTIONS(1462),
    [anon_sym_interface] = ACTIONS(1462),
    [anon_sym_typedef] = ACTIONS(1462),
    [anon_sym_function] = ACTIONS(1462),
    [anon_sym_var] = ACTIONS(1462),
    [aux_sym_integer_token1] = ACTIONS(1462),
    [aux_sym_integer_token2] = ACTIONS(1460),
    [aux_sym_float_token1] = ACTIONS(1462),
    [aux_sym_float_token2] = ACTIONS(1460),
    [anon_sym_true] = ACTIONS(1462),
    [anon_sym_false] = ACTIONS(1462),
    [aux_sym_string_token1] = ACTIONS(1460),
    [aux_sym_string_token3] = ACTIONS(1460),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [190] = {
    [ts_builtin_sym_end] = ACTIONS(1464),
    [sym_identifier] = ACTIONS(1466),
    [anon_sym_POUND] = ACTIONS(1464),
    [anon_sym_package] = ACTIONS(1466),
    [anon_sym_DOT] = ACTIONS(1466),
    [anon_sym_import] = ACTIONS(1466),
    [anon_sym_using] = ACTIONS(1466),
    [anon_sym_throw] = ACTIONS(1466),
    [anon_sym_LPAREN] = ACTIONS(1464),
    [anon_sym_RPAREN] = ACTIONS(1464),
    [anon_sym_switch] = ACTIONS(1466),
    [anon_sym_RBRACE] = ACTIONS(1464),
    [anon_sym_LBRACE] = ACTIONS(1464),
    [anon_sym_COLON] = ACTIONS(1464),
    [anon_sym_cast] = ACTIONS(1466),
    [anon_sym_COMMA] = ACTIONS(1464),
    [anon_sym_DOLLARtype] = ACTIONS(1464),
    [anon_sym_return] = ACTIONS(1466),
    [anon_sym_untyped] = ACTIONS(1466),
    [anon_sym_break] = ACTIONS(1466),
    [anon_sym_continue] = ACTIONS(1466),
    [anon_sym_LBRACK] = ACTIONS(1464),
    [anon_sym_RBRACK] = ACTIONS(1464),
    [anon_sym_this] = ACTIONS(1466),
    [anon_sym_QMARK] = ACTIONS(1466),
    [anon_sym_AT] = ACTIONS(1466),
    [anon_sym_AT_COLON] = ACTIONS(1464),
    [anon_sym_if] = ACTIONS(1466),
    [anon_sym_new] = ACTIONS(1466),
    [anon_sym_TILDE] = ACTIONS(1464),
    [anon_sym_BANG] = ACTIONS(1466),
    [anon_sym_DASH] = ACTIONS(1466),
    [anon_sym_PLUS_PLUS] = ACTIONS(1464),
    [anon_sym_DASH_DASH] = ACTIONS(1464),
    [anon_sym_PERCENT] = ACTIONS(1464),
    [anon_sym_STAR] = ACTIONS(1464),
    [anon_sym_SLASH] = ACTIONS(1466),
    [anon_sym_PLUS] = ACTIONS(1466),
    [anon_sym_LT_LT] = ACTIONS(1464),
    [anon_sym_GT_GT] = ACTIONS(1466),
    [anon_sym_GT_GT_GT] = ACTIONS(1464),
    [anon_sym_AMP] = ACTIONS(1466),
    [anon_sym_PIPE] = ACTIONS(1466),
    [anon_sym_CARET] = ACTIONS(1464),
    [anon_sym_AMP_AMP] = ACTIONS(1464),
    [anon_sym_PIPE_PIPE] = ACTIONS(1464),
    [anon_sym_EQ_EQ] = ACTIONS(1464),
    [anon_sym_BANG_EQ] = ACTIONS(1464),
    [anon_sym_LT] = ACTIONS(1466),
    [anon_sym_LT_EQ] = ACTIONS(1464),
    [anon_sym_GT] = ACTIONS(1466),
    [anon_sym_GT_EQ] = ACTIONS(1464),
    [anon_sym_EQ_GT] = ACTIONS(1464),
    [anon_sym_QMARK_QMARK] = ACTIONS(1464),
    [anon_sym_EQ] = ACTIONS(1466),
    [sym__rangeOperator] = ACTIONS(1464),
    [anon_sym_null] = ACTIONS(1466),
    [anon_sym_macro] = ACTIONS(1466),
    [anon_sym_abstract] = ACTIONS(1466),
    [anon_sym_static] = ACTIONS(1466),
    [anon_sym_public] = ACTIONS(1466),
    [anon_sym_private] = ACTIONS(1466),
    [anon_sym_extern] = ACTIONS(1466),
    [anon_sym_inline] = ACTIONS(1466),
    [anon_sym_overload] = ACTIONS(1466),
    [anon_sym_override] = ACTIONS(1466),
    [anon_sym_final] = ACTIONS(1466),
    [anon_sym_class] = ACTIONS(1466),
    [anon_sym_interface] = ACTIONS(1466),
    [anon_sym_typedef] = ACTIONS(1466),
    [anon_sym_function] = ACTIONS(1466),
    [anon_sym_var] = ACTIONS(1466),
    [aux_sym_integer_token1] = ACTIONS(1466),
    [aux_sym_integer_token2] = ACTIONS(1464),
    [aux_sym_float_token1] = ACTIONS(1466),
    [aux_sym_float_token2] = ACTIONS(1464),
    [anon_sym_true] = ACTIONS(1466),
    [anon_sym_false] = ACTIONS(1466),
    [aux_sym_string_token1] = ACTIONS(1464),
    [aux_sym_string_token3] = ACTIONS(1464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [191] = {
    [ts_builtin_sym_end] = ACTIONS(542),
    [sym_identifier] = ACTIONS(544),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_RPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_RBRACE] = ACTIONS(542),
    [anon_sym_LBRACE] = ACTIONS(542),
    [anon_sym_COLON] = ACTIONS(542),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_COMMA] = ACTIONS(542),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(542),
    [anon_sym_RBRACK] = ACTIONS(542),
    [anon_sym_this] = ACTIONS(544),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(544),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(544),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(544),
    [aux_sym_integer_token2] = ACTIONS(542),
    [aux_sym_float_token1] = ACTIONS(544),
    [aux_sym_float_token2] = ACTIONS(542),
    [anon_sym_true] = ACTIONS(544),
    [anon_sym_false] = ACTIONS(544),
    [aux_sym_string_token1] = ACTIONS(542),
    [aux_sym_string_token3] = ACTIONS(542),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [192] = {
    [ts_builtin_sym_end] = ACTIONS(542),
    [sym_identifier] = ACTIONS(544),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_RPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_RBRACE] = ACTIONS(542),
    [anon_sym_LBRACE] = ACTIONS(542),
    [anon_sym_COLON] = ACTIONS(542),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_COMMA] = ACTIONS(542),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(1468),
    [anon_sym_RBRACK] = ACTIONS(542),
    [anon_sym_this] = ACTIONS(544),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(544),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(544),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(544),
    [aux_sym_integer_token2] = ACTIONS(542),
    [aux_sym_float_token1] = ACTIONS(544),
    [aux_sym_float_token2] = ACTIONS(542),
    [anon_sym_true] = ACTIONS(544),
    [anon_sym_false] = ACTIONS(544),
    [aux_sym_string_token1] = ACTIONS(542),
    [aux_sym_string_token3] = ACTIONS(542),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [193] = {
    [ts_builtin_sym_end] = ACTIONS(528),
    [sym_identifier] = ACTIONS(526),
    [anon_sym_POUND] = ACTIONS(528),
    [anon_sym_package] = ACTIONS(526),
    [anon_sym_DOT] = ACTIONS(526),
    [anon_sym_import] = ACTIONS(526),
    [anon_sym_using] = ACTIONS(526),
    [anon_sym_throw] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_RPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_RBRACE] = ACTIONS(528),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_COLON] = ACTIONS(528),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_COMMA] = ACTIONS(528),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_RBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_QMARK] = ACTIONS(526),
    [anon_sym_AT] = ACTIONS(526),
    [anon_sym_AT_COLON] = ACTIONS(528),
    [anon_sym_if] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [anon_sym_macro] = ACTIONS(526),
    [anon_sym_abstract] = ACTIONS(526),
    [anon_sym_static] = ACTIONS(526),
    [anon_sym_public] = ACTIONS(526),
    [anon_sym_private] = ACTIONS(526),
    [anon_sym_extern] = ACTIONS(526),
    [anon_sym_inline] = ACTIONS(526),
    [anon_sym_overload] = ACTIONS(526),
    [anon_sym_override] = ACTIONS(526),
    [anon_sym_final] = ACTIONS(526),
    [anon_sym_class] = ACTIONS(526),
    [anon_sym_interface] = ACTIONS(526),
    [anon_sym_typedef] = ACTIONS(526),
    [anon_sym_function] = ACTIONS(526),
    [anon_sym_var] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [194] = {
    [ts_builtin_sym_end] = ACTIONS(1470),
    [sym_identifier] = ACTIONS(1473),
    [anon_sym_POUND] = ACTIONS(1470),
    [anon_sym_package] = ACTIONS(1473),
    [anon_sym_DOT] = ACTIONS(1473),
    [anon_sym_import] = ACTIONS(1473),
    [anon_sym_using] = ACTIONS(1473),
    [anon_sym_throw] = ACTIONS(1473),
    [anon_sym_LPAREN] = ACTIONS(1470),
    [anon_sym_RPAREN] = ACTIONS(1470),
    [anon_sym_switch] = ACTIONS(1473),
    [anon_sym_RBRACE] = ACTIONS(1470),
    [anon_sym_LBRACE] = ACTIONS(1470),
    [anon_sym_COLON] = ACTIONS(1470),
    [anon_sym_cast] = ACTIONS(1473),
    [anon_sym_COMMA] = ACTIONS(1470),
    [anon_sym_DOLLARtype] = ACTIONS(1470),
    [anon_sym_return] = ACTIONS(1473),
    [anon_sym_untyped] = ACTIONS(1473),
    [anon_sym_break] = ACTIONS(1473),
    [anon_sym_continue] = ACTIONS(1473),
    [anon_sym_LBRACK] = ACTIONS(1470),
    [anon_sym_RBRACK] = ACTIONS(1470),
    [anon_sym_this] = ACTIONS(1473),
    [anon_sym_QMARK] = ACTIONS(1473),
    [anon_sym_AT] = ACTIONS(1473),
    [anon_sym_AT_COLON] = ACTIONS(1470),
    [anon_sym_if] = ACTIONS(1473),
    [anon_sym_new] = ACTIONS(1473),
    [anon_sym_TILDE] = ACTIONS(1470),
    [anon_sym_BANG] = ACTIONS(1473),
    [anon_sym_DASH] = ACTIONS(1473),
    [anon_sym_PLUS_PLUS] = ACTIONS(1470),
    [anon_sym_DASH_DASH] = ACTIONS(1470),
    [anon_sym_PERCENT] = ACTIONS(1470),
    [anon_sym_STAR] = ACTIONS(1470),
    [anon_sym_SLASH] = ACTIONS(1473),
    [anon_sym_PLUS] = ACTIONS(1473),
    [anon_sym_LT_LT] = ACTIONS(1470),
    [anon_sym_GT_GT] = ACTIONS(1473),
    [anon_sym_GT_GT_GT] = ACTIONS(1470),
    [anon_sym_AMP] = ACTIONS(1473),
    [anon_sym_PIPE] = ACTIONS(1473),
    [anon_sym_CARET] = ACTIONS(1470),
    [anon_sym_AMP_AMP] = ACTIONS(1470),
    [anon_sym_PIPE_PIPE] = ACTIONS(1470),
    [anon_sym_EQ_EQ] = ACTIONS(1470),
    [anon_sym_BANG_EQ] = ACTIONS(1470),
    [anon_sym_LT] = ACTIONS(1473),
    [anon_sym_LT_EQ] = ACTIONS(1470),
    [anon_sym_GT] = ACTIONS(1473),
    [anon_sym_GT_EQ] = ACTIONS(1470),
    [anon_sym_EQ_GT] = ACTIONS(1470),
    [anon_sym_QMARK_QMARK] = ACTIONS(1470),
    [anon_sym_EQ] = ACTIONS(1473),
    [sym__rangeOperator] = ACTIONS(1470),
    [anon_sym_null] = ACTIONS(1473),
    [anon_sym_macro] = ACTIONS(1473),
    [anon_sym_abstract] = ACTIONS(1473),
    [anon_sym_static] = ACTIONS(1473),
    [anon_sym_public] = ACTIONS(1473),
    [anon_sym_private] = ACTIONS(1473),
    [anon_sym_extern] = ACTIONS(1473),
    [anon_sym_inline] = ACTIONS(1473),
    [anon_sym_overload] = ACTIONS(1473),
    [anon_sym_override] = ACTIONS(1473),
    [anon_sym_final] = ACTIONS(1473),
    [anon_sym_class] = ACTIONS(1473),
    [anon_sym_interface] = ACTIONS(1473),
    [anon_sym_typedef] = ACTIONS(1473),
    [anon_sym_function] = ACTIONS(1473),
    [anon_sym_var] = ACTIONS(1473),
    [aux_sym_integer_token1] = ACTIONS(1473),
    [aux_sym_integer_token2] = ACTIONS(1470),
    [aux_sym_float_token1] = ACTIONS(1473),
    [aux_sym_float_token2] = ACTIONS(1470),
    [anon_sym_true] = ACTIONS(1473),
    [anon_sym_false] = ACTIONS(1473),
    [aux_sym_string_token1] = ACTIONS(1470),
    [aux_sym_string_token3] = ACTIONS(1470),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [195] = {
    [ts_builtin_sym_end] = ACTIONS(1476),
    [sym_identifier] = ACTIONS(1478),
    [anon_sym_POUND] = ACTIONS(1476),
    [anon_sym_package] = ACTIONS(1478),
    [anon_sym_DOT] = ACTIONS(1478),
    [anon_sym_import] = ACTIONS(1478),
    [anon_sym_using] = ACTIONS(1478),
    [anon_sym_throw] = ACTIONS(1478),
    [anon_sym_LPAREN] = ACTIONS(1476),
    [anon_sym_RPAREN] = ACTIONS(1476),
    [anon_sym_switch] = ACTIONS(1478),
    [anon_sym_RBRACE] = ACTIONS(1476),
    [anon_sym_LBRACE] = ACTIONS(1476),
    [anon_sym_COLON] = ACTIONS(1476),
    [anon_sym_cast] = ACTIONS(1478),
    [anon_sym_COMMA] = ACTIONS(1476),
    [anon_sym_DOLLARtype] = ACTIONS(1476),
    [anon_sym_return] = ACTIONS(1478),
    [anon_sym_untyped] = ACTIONS(1478),
    [anon_sym_break] = ACTIONS(1478),
    [anon_sym_continue] = ACTIONS(1478),
    [anon_sym_LBRACK] = ACTIONS(1476),
    [anon_sym_RBRACK] = ACTIONS(1476),
    [anon_sym_this] = ACTIONS(1478),
    [anon_sym_QMARK] = ACTIONS(1478),
    [anon_sym_AT] = ACTIONS(1478),
    [anon_sym_AT_COLON] = ACTIONS(1476),
    [anon_sym_if] = ACTIONS(1478),
    [anon_sym_new] = ACTIONS(1478),
    [anon_sym_TILDE] = ACTIONS(1476),
    [anon_sym_BANG] = ACTIONS(1478),
    [anon_sym_DASH] = ACTIONS(1478),
    [anon_sym_PLUS_PLUS] = ACTIONS(1476),
    [anon_sym_DASH_DASH] = ACTIONS(1476),
    [anon_sym_PERCENT] = ACTIONS(1476),
    [anon_sym_STAR] = ACTIONS(1476),
    [anon_sym_SLASH] = ACTIONS(1478),
    [anon_sym_PLUS] = ACTIONS(1478),
    [anon_sym_LT_LT] = ACTIONS(1476),
    [anon_sym_GT_GT] = ACTIONS(1478),
    [anon_sym_GT_GT_GT] = ACTIONS(1476),
    [anon_sym_AMP] = ACTIONS(1478),
    [anon_sym_PIPE] = ACTIONS(1478),
    [anon_sym_CARET] = ACTIONS(1476),
    [anon_sym_AMP_AMP] = ACTIONS(1476),
    [anon_sym_PIPE_PIPE] = ACTIONS(1476),
    [anon_sym_EQ_EQ] = ACTIONS(1476),
    [anon_sym_BANG_EQ] = ACTIONS(1476),
    [anon_sym_LT] = ACTIONS(1478),
    [anon_sym_LT_EQ] = ACTIONS(1476),
    [anon_sym_GT] = ACTIONS(1478),
    [anon_sym_GT_EQ] = ACTIONS(1476),
    [anon_sym_EQ_GT] = ACTIONS(1476),
    [anon_sym_QMARK_QMARK] = ACTIONS(1476),
    [anon_sym_EQ] = ACTIONS(1478),
    [sym__rangeOperator] = ACTIONS(1476),
    [anon_sym_null] = ACTIONS(1478),
    [anon_sym_macro] = ACTIONS(1478),
    [anon_sym_abstract] = ACTIONS(1478),
    [anon_sym_static] = ACTIONS(1478),
    [anon_sym_public] = ACTIONS(1478),
    [anon_sym_private] = ACTIONS(1478),
    [anon_sym_extern] = ACTIONS(1478),
    [anon_sym_inline] = ACTIONS(1478),
    [anon_sym_overload] = ACTIONS(1478),
    [anon_sym_override] = ACTIONS(1478),
    [anon_sym_final] = ACTIONS(1478),
    [anon_sym_class] = ACTIONS(1478),
    [anon_sym_interface] = ACTIONS(1478),
    [anon_sym_typedef] = ACTIONS(1478),
    [anon_sym_function] = ACTIONS(1478),
    [anon_sym_var] = ACTIONS(1478),
    [aux_sym_integer_token1] = ACTIONS(1478),
    [aux_sym_integer_token2] = ACTIONS(1476),
    [aux_sym_float_token1] = ACTIONS(1478),
    [aux_sym_float_token2] = ACTIONS(1476),
    [anon_sym_true] = ACTIONS(1478),
    [anon_sym_false] = ACTIONS(1478),
    [aux_sym_string_token1] = ACTIONS(1476),
    [aux_sym_string_token3] = ACTIONS(1476),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [196] = {
    [ts_builtin_sym_end] = ACTIONS(1480),
    [sym_identifier] = ACTIONS(1483),
    [anon_sym_POUND] = ACTIONS(1480),
    [anon_sym_package] = ACTIONS(1483),
    [anon_sym_DOT] = ACTIONS(1483),
    [anon_sym_import] = ACTIONS(1483),
    [anon_sym_using] = ACTIONS(1483),
    [anon_sym_throw] = ACTIONS(1483),
    [anon_sym_LPAREN] = ACTIONS(1480),
    [anon_sym_RPAREN] = ACTIONS(1480),
    [anon_sym_switch] = ACTIONS(1483),
    [anon_sym_RBRACE] = ACTIONS(1480),
    [anon_sym_LBRACE] = ACTIONS(1480),
    [anon_sym_COLON] = ACTIONS(1480),
    [anon_sym_cast] = ACTIONS(1483),
    [anon_sym_COMMA] = ACTIONS(1480),
    [anon_sym_DOLLARtype] = ACTIONS(1480),
    [anon_sym_return] = ACTIONS(1483),
    [anon_sym_untyped] = ACTIONS(1483),
    [anon_sym_break] = ACTIONS(1483),
    [anon_sym_continue] = ACTIONS(1483),
    [anon_sym_LBRACK] = ACTIONS(1480),
    [anon_sym_RBRACK] = ACTIONS(1480),
    [anon_sym_this] = ACTIONS(1483),
    [anon_sym_QMARK] = ACTIONS(1483),
    [anon_sym_AT] = ACTIONS(1483),
    [anon_sym_AT_COLON] = ACTIONS(1480),
    [anon_sym_if] = ACTIONS(1483),
    [anon_sym_new] = ACTIONS(1483),
    [anon_sym_TILDE] = ACTIONS(1480),
    [anon_sym_BANG] = ACTIONS(1483),
    [anon_sym_DASH] = ACTIONS(1483),
    [anon_sym_PLUS_PLUS] = ACTIONS(1480),
    [anon_sym_DASH_DASH] = ACTIONS(1480),
    [anon_sym_PERCENT] = ACTIONS(1480),
    [anon_sym_STAR] = ACTIONS(1480),
    [anon_sym_SLASH] = ACTIONS(1483),
    [anon_sym_PLUS] = ACTIONS(1483),
    [anon_sym_LT_LT] = ACTIONS(1480),
    [anon_sym_GT_GT] = ACTIONS(1483),
    [anon_sym_GT_GT_GT] = ACTIONS(1480),
    [anon_sym_AMP] = ACTIONS(1483),
    [anon_sym_PIPE] = ACTIONS(1483),
    [anon_sym_CARET] = ACTIONS(1480),
    [anon_sym_AMP_AMP] = ACTIONS(1480),
    [anon_sym_PIPE_PIPE] = ACTIONS(1480),
    [anon_sym_EQ_EQ] = ACTIONS(1480),
    [anon_sym_BANG_EQ] = ACTIONS(1480),
    [anon_sym_LT] = ACTIONS(1483),
    [anon_sym_LT_EQ] = ACTIONS(1480),
    [anon_sym_GT] = ACTIONS(1483),
    [anon_sym_GT_EQ] = ACTIONS(1480),
    [anon_sym_EQ_GT] = ACTIONS(1480),
    [anon_sym_QMARK_QMARK] = ACTIONS(1480),
    [anon_sym_EQ] = ACTIONS(1483),
    [sym__rangeOperator] = ACTIONS(1480),
    [anon_sym_null] = ACTIONS(1483),
    [anon_sym_macro] = ACTIONS(1483),
    [anon_sym_abstract] = ACTIONS(1483),
    [anon_sym_static] = ACTIONS(1483),
    [anon_sym_public] = ACTIONS(1483),
    [anon_sym_private] = ACTIONS(1483),
    [anon_sym_extern] = ACTIONS(1483),
    [anon_sym_inline] = ACTIONS(1483),
    [anon_sym_overload] = ACTIONS(1483),
    [anon_sym_override] = ACTIONS(1483),
    [anon_sym_final] = ACTIONS(1483),
    [anon_sym_class] = ACTIONS(1483),
    [anon_sym_interface] = ACTIONS(1483),
    [anon_sym_typedef] = ACTIONS(1483),
    [anon_sym_function] = ACTIONS(1483),
    [anon_sym_var] = ACTIONS(1483),
    [aux_sym_integer_token1] = ACTIONS(1483),
    [aux_sym_integer_token2] = ACTIONS(1480),
    [aux_sym_float_token1] = ACTIONS(1483),
    [aux_sym_float_token2] = ACTIONS(1480),
    [anon_sym_true] = ACTIONS(1483),
    [anon_sym_false] = ACTIONS(1483),
    [aux_sym_string_token1] = ACTIONS(1480),
    [aux_sym_string_token3] = ACTIONS(1480),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [197] = {
    [ts_builtin_sym_end] = ACTIONS(1486),
    [sym_identifier] = ACTIONS(1488),
    [anon_sym_POUND] = ACTIONS(1486),
    [anon_sym_package] = ACTIONS(1488),
    [anon_sym_DOT] = ACTIONS(1488),
    [anon_sym_import] = ACTIONS(1488),
    [anon_sym_using] = ACTIONS(1488),
    [anon_sym_throw] = ACTIONS(1488),
    [anon_sym_LPAREN] = ACTIONS(1486),
    [anon_sym_RPAREN] = ACTIONS(1486),
    [anon_sym_switch] = ACTIONS(1488),
    [anon_sym_RBRACE] = ACTIONS(1486),
    [anon_sym_LBRACE] = ACTIONS(1486),
    [anon_sym_COLON] = ACTIONS(1486),
    [anon_sym_cast] = ACTIONS(1488),
    [anon_sym_COMMA] = ACTIONS(1486),
    [anon_sym_DOLLARtype] = ACTIONS(1486),
    [anon_sym_return] = ACTIONS(1488),
    [anon_sym_untyped] = ACTIONS(1488),
    [anon_sym_break] = ACTIONS(1488),
    [anon_sym_continue] = ACTIONS(1488),
    [anon_sym_LBRACK] = ACTIONS(1486),
    [anon_sym_RBRACK] = ACTIONS(1486),
    [anon_sym_this] = ACTIONS(1488),
    [anon_sym_QMARK] = ACTIONS(1488),
    [anon_sym_AT] = ACTIONS(1488),
    [anon_sym_AT_COLON] = ACTIONS(1486),
    [anon_sym_if] = ACTIONS(1488),
    [anon_sym_new] = ACTIONS(1488),
    [anon_sym_TILDE] = ACTIONS(1486),
    [anon_sym_BANG] = ACTIONS(1488),
    [anon_sym_DASH] = ACTIONS(1488),
    [anon_sym_PLUS_PLUS] = ACTIONS(1486),
    [anon_sym_DASH_DASH] = ACTIONS(1486),
    [anon_sym_PERCENT] = ACTIONS(1486),
    [anon_sym_STAR] = ACTIONS(1486),
    [anon_sym_SLASH] = ACTIONS(1488),
    [anon_sym_PLUS] = ACTIONS(1488),
    [anon_sym_LT_LT] = ACTIONS(1486),
    [anon_sym_GT_GT] = ACTIONS(1488),
    [anon_sym_GT_GT_GT] = ACTIONS(1486),
    [anon_sym_AMP] = ACTIONS(1488),
    [anon_sym_PIPE] = ACTIONS(1488),
    [anon_sym_CARET] = ACTIONS(1486),
    [anon_sym_AMP_AMP] = ACTIONS(1486),
    [anon_sym_PIPE_PIPE] = ACTIONS(1486),
    [anon_sym_EQ_EQ] = ACTIONS(1486),
    [anon_sym_BANG_EQ] = ACTIONS(1486),
    [anon_sym_LT] = ACTIONS(1488),
    [anon_sym_LT_EQ] = ACTIONS(1486),
    [anon_sym_GT] = ACTIONS(1488),
    [anon_sym_GT_EQ] = ACTIONS(1486),
    [anon_sym_EQ_GT] = ACTIONS(1486),
    [anon_sym_QMARK_QMARK] = ACTIONS(1486),
    [anon_sym_EQ] = ACTIONS(1488),
    [sym__rangeOperator] = ACTIONS(1486),
    [anon_sym_null] = ACTIONS(1488),
    [anon_sym_macro] = ACTIONS(1488),
    [anon_sym_abstract] = ACTIONS(1488),
    [anon_sym_static] = ACTIONS(1488),
    [anon_sym_public] = ACTIONS(1488),
    [anon_sym_private] = ACTIONS(1488),
    [anon_sym_extern] = ACTIONS(1488),
    [anon_sym_inline] = ACTIONS(1488),
    [anon_sym_overload] = ACTIONS(1488),
    [anon_sym_override] = ACTIONS(1488),
    [anon_sym_final] = ACTIONS(1488),
    [anon_sym_class] = ACTIONS(1488),
    [anon_sym_interface] = ACTIONS(1488),
    [anon_sym_typedef] = ACTIONS(1488),
    [anon_sym_function] = ACTIONS(1488),
    [anon_sym_var] = ACTIONS(1488),
    [aux_sym_integer_token1] = ACTIONS(1488),
    [aux_sym_integer_token2] = ACTIONS(1486),
    [aux_sym_float_token1] = ACTIONS(1488),
    [aux_sym_float_token2] = ACTIONS(1486),
    [anon_sym_true] = ACTIONS(1488),
    [anon_sym_false] = ACTIONS(1488),
    [aux_sym_string_token1] = ACTIONS(1486),
    [aux_sym_string_token3] = ACTIONS(1486),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [198] = {
    [ts_builtin_sym_end] = ACTIONS(1490),
    [sym_identifier] = ACTIONS(1492),
    [anon_sym_POUND] = ACTIONS(1490),
    [anon_sym_package] = ACTIONS(1492),
    [anon_sym_DOT] = ACTIONS(1492),
    [anon_sym_import] = ACTIONS(1492),
    [anon_sym_using] = ACTIONS(1492),
    [anon_sym_throw] = ACTIONS(1492),
    [anon_sym_LPAREN] = ACTIONS(1490),
    [anon_sym_RPAREN] = ACTIONS(1490),
    [anon_sym_switch] = ACTIONS(1492),
    [anon_sym_RBRACE] = ACTIONS(1490),
    [anon_sym_LBRACE] = ACTIONS(1490),
    [anon_sym_COLON] = ACTIONS(1490),
    [anon_sym_cast] = ACTIONS(1492),
    [anon_sym_COMMA] = ACTIONS(1490),
    [anon_sym_DOLLARtype] = ACTIONS(1490),
    [anon_sym_return] = ACTIONS(1492),
    [anon_sym_untyped] = ACTIONS(1492),
    [anon_sym_break] = ACTIONS(1492),
    [anon_sym_continue] = ACTIONS(1492),
    [anon_sym_LBRACK] = ACTIONS(1490),
    [anon_sym_RBRACK] = ACTIONS(1490),
    [anon_sym_this] = ACTIONS(1492),
    [anon_sym_QMARK] = ACTIONS(1492),
    [anon_sym_AT] = ACTIONS(1492),
    [anon_sym_AT_COLON] = ACTIONS(1490),
    [anon_sym_if] = ACTIONS(1492),
    [anon_sym_new] = ACTIONS(1492),
    [anon_sym_TILDE] = ACTIONS(1490),
    [anon_sym_BANG] = ACTIONS(1492),
    [anon_sym_DASH] = ACTIONS(1492),
    [anon_sym_PLUS_PLUS] = ACTIONS(1490),
    [anon_sym_DASH_DASH] = ACTIONS(1490),
    [anon_sym_PERCENT] = ACTIONS(1490),
    [anon_sym_STAR] = ACTIONS(1490),
    [anon_sym_SLASH] = ACTIONS(1492),
    [anon_sym_PLUS] = ACTIONS(1492),
    [anon_sym_LT_LT] = ACTIONS(1490),
    [anon_sym_GT_GT] = ACTIONS(1492),
    [anon_sym_GT_GT_GT] = ACTIONS(1490),
    [anon_sym_AMP] = ACTIONS(1492),
    [anon_sym_PIPE] = ACTIONS(1492),
    [anon_sym_CARET] = ACTIONS(1490),
    [anon_sym_AMP_AMP] = ACTIONS(1490),
    [anon_sym_PIPE_PIPE] = ACTIONS(1490),
    [anon_sym_EQ_EQ] = ACTIONS(1490),
    [anon_sym_BANG_EQ] = ACTIONS(1490),
    [anon_sym_LT] = ACTIONS(1492),
    [anon_sym_LT_EQ] = ACTIONS(1490),
    [anon_sym_GT] = ACTIONS(1492),
    [anon_sym_GT_EQ] = ACTIONS(1490),
    [anon_sym_EQ_GT] = ACTIONS(1490),
    [anon_sym_QMARK_QMARK] = ACTIONS(1490),
    [anon_sym_EQ] = ACTIONS(1492),
    [sym__rangeOperator] = ACTIONS(1490),
    [anon_sym_null] = ACTIONS(1492),
    [anon_sym_macro] = ACTIONS(1492),
    [anon_sym_abstract] = ACTIONS(1492),
    [anon_sym_static] = ACTIONS(1492),
    [anon_sym_public] = ACTIONS(1492),
    [anon_sym_private] = ACTIONS(1492),
    [anon_sym_extern] = ACTIONS(1492),
    [anon_sym_inline] = ACTIONS(1492),
    [anon_sym_overload] = ACTIONS(1492),
    [anon_sym_override] = ACTIONS(1492),
    [anon_sym_final] = ACTIONS(1492),
    [anon_sym_class] = ACTIONS(1492),
    [anon_sym_interface] = ACTIONS(1492),
    [anon_sym_typedef] = ACTIONS(1492),
    [anon_sym_function] = ACTIONS(1492),
    [anon_sym_var] = ACTIONS(1492),
    [aux_sym_integer_token1] = ACTIONS(1492),
    [aux_sym_integer_token2] = ACTIONS(1490),
    [aux_sym_float_token1] = ACTIONS(1492),
    [aux_sym_float_token2] = ACTIONS(1490),
    [anon_sym_true] = ACTIONS(1492),
    [anon_sym_false] = ACTIONS(1492),
    [aux_sym_string_token1] = ACTIONS(1490),
    [aux_sym_string_token3] = ACTIONS(1490),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [199] = {
    [ts_builtin_sym_end] = ACTIONS(1494),
    [sym_identifier] = ACTIONS(1496),
    [anon_sym_POUND] = ACTIONS(1494),
    [anon_sym_package] = ACTIONS(1496),
    [anon_sym_DOT] = ACTIONS(1496),
    [anon_sym_import] = ACTIONS(1496),
    [anon_sym_using] = ACTIONS(1496),
    [anon_sym_throw] = ACTIONS(1496),
    [anon_sym_LPAREN] = ACTIONS(1494),
    [anon_sym_RPAREN] = ACTIONS(1494),
    [anon_sym_switch] = ACTIONS(1496),
    [anon_sym_RBRACE] = ACTIONS(1494),
    [anon_sym_LBRACE] = ACTIONS(1494),
    [anon_sym_COLON] = ACTIONS(1494),
    [anon_sym_cast] = ACTIONS(1496),
    [anon_sym_COMMA] = ACTIONS(1494),
    [anon_sym_DOLLARtype] = ACTIONS(1494),
    [anon_sym_return] = ACTIONS(1496),
    [anon_sym_untyped] = ACTIONS(1496),
    [anon_sym_break] = ACTIONS(1496),
    [anon_sym_continue] = ACTIONS(1496),
    [anon_sym_LBRACK] = ACTIONS(1494),
    [anon_sym_RBRACK] = ACTIONS(1494),
    [anon_sym_this] = ACTIONS(1496),
    [anon_sym_QMARK] = ACTIONS(1496),
    [anon_sym_AT] = ACTIONS(1496),
    [anon_sym_AT_COLON] = ACTIONS(1494),
    [anon_sym_if] = ACTIONS(1496),
    [anon_sym_new] = ACTIONS(1496),
    [anon_sym_TILDE] = ACTIONS(1494),
    [anon_sym_BANG] = ACTIONS(1496),
    [anon_sym_DASH] = ACTIONS(1496),
    [anon_sym_PLUS_PLUS] = ACTIONS(1494),
    [anon_sym_DASH_DASH] = ACTIONS(1494),
    [anon_sym_PERCENT] = ACTIONS(1494),
    [anon_sym_STAR] = ACTIONS(1494),
    [anon_sym_SLASH] = ACTIONS(1496),
    [anon_sym_PLUS] = ACTIONS(1496),
    [anon_sym_LT_LT] = ACTIONS(1494),
    [anon_sym_GT_GT] = ACTIONS(1496),
    [anon_sym_GT_GT_GT] = ACTIONS(1494),
    [anon_sym_AMP] = ACTIONS(1496),
    [anon_sym_PIPE] = ACTIONS(1496),
    [anon_sym_CARET] = ACTIONS(1494),
    [anon_sym_AMP_AMP] = ACTIONS(1494),
    [anon_sym_PIPE_PIPE] = ACTIONS(1494),
    [anon_sym_EQ_EQ] = ACTIONS(1494),
    [anon_sym_BANG_EQ] = ACTIONS(1494),
    [anon_sym_LT] = ACTIONS(1496),
    [anon_sym_LT_EQ] = ACTIONS(1494),
    [anon_sym_GT] = ACTIONS(1496),
    [anon_sym_GT_EQ] = ACTIONS(1494),
    [anon_sym_EQ_GT] = ACTIONS(1494),
    [anon_sym_QMARK_QMARK] = ACTIONS(1494),
    [anon_sym_EQ] = ACTIONS(1496),
    [sym__rangeOperator] = ACTIONS(1494),
    [anon_sym_null] = ACTIONS(1496),
    [anon_sym_macro] = ACTIONS(1496),
    [anon_sym_abstract] = ACTIONS(1496),
    [anon_sym_static] = ACTIONS(1496),
    [anon_sym_public] = ACTIONS(1496),
    [anon_sym_private] = ACTIONS(1496),
    [anon_sym_extern] = ACTIONS(1496),
    [anon_sym_inline] = ACTIONS(1496),
    [anon_sym_overload] = ACTIONS(1496),
    [anon_sym_override] = ACTIONS(1496),
    [anon_sym_final] = ACTIONS(1496),
    [anon_sym_class] = ACTIONS(1496),
    [anon_sym_interface] = ACTIONS(1496),
    [anon_sym_typedef] = ACTIONS(1496),
    [anon_sym_function] = ACTIONS(1496),
    [anon_sym_var] = ACTIONS(1496),
    [aux_sym_integer_token1] = ACTIONS(1496),
    [aux_sym_integer_token2] = ACTIONS(1494),
    [aux_sym_float_token1] = ACTIONS(1496),
    [aux_sym_float_token2] = ACTIONS(1494),
    [anon_sym_true] = ACTIONS(1496),
    [anon_sym_false] = ACTIONS(1496),
    [aux_sym_string_token1] = ACTIONS(1494),
    [aux_sym_string_token3] = ACTIONS(1494),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [200] = {
    [ts_builtin_sym_end] = ACTIONS(1498),
    [sym_identifier] = ACTIONS(1500),
    [anon_sym_POUND] = ACTIONS(1498),
    [anon_sym_package] = ACTIONS(1500),
    [anon_sym_DOT] = ACTIONS(1500),
    [anon_sym_import] = ACTIONS(1500),
    [anon_sym_using] = ACTIONS(1500),
    [anon_sym_throw] = ACTIONS(1500),
    [anon_sym_LPAREN] = ACTIONS(1498),
    [anon_sym_RPAREN] = ACTIONS(1498),
    [anon_sym_switch] = ACTIONS(1500),
    [anon_sym_RBRACE] = ACTIONS(1498),
    [anon_sym_LBRACE] = ACTIONS(1498),
    [anon_sym_COLON] = ACTIONS(1498),
    [anon_sym_cast] = ACTIONS(1500),
    [anon_sym_COMMA] = ACTIONS(1498),
    [anon_sym_DOLLARtype] = ACTIONS(1498),
    [anon_sym_return] = ACTIONS(1500),
    [anon_sym_untyped] = ACTIONS(1500),
    [anon_sym_break] = ACTIONS(1500),
    [anon_sym_continue] = ACTIONS(1500),
    [anon_sym_LBRACK] = ACTIONS(1498),
    [anon_sym_RBRACK] = ACTIONS(1498),
    [anon_sym_this] = ACTIONS(1500),
    [anon_sym_QMARK] = ACTIONS(1500),
    [anon_sym_AT] = ACTIONS(1500),
    [anon_sym_AT_COLON] = ACTIONS(1498),
    [anon_sym_if] = ACTIONS(1500),
    [anon_sym_new] = ACTIONS(1500),
    [anon_sym_TILDE] = ACTIONS(1498),
    [anon_sym_BANG] = ACTIONS(1500),
    [anon_sym_DASH] = ACTIONS(1500),
    [anon_sym_PLUS_PLUS] = ACTIONS(1498),
    [anon_sym_DASH_DASH] = ACTIONS(1498),
    [anon_sym_PERCENT] = ACTIONS(1498),
    [anon_sym_STAR] = ACTIONS(1498),
    [anon_sym_SLASH] = ACTIONS(1500),
    [anon_sym_PLUS] = ACTIONS(1500),
    [anon_sym_LT_LT] = ACTIONS(1498),
    [anon_sym_GT_GT] = ACTIONS(1500),
    [anon_sym_GT_GT_GT] = ACTIONS(1498),
    [anon_sym_AMP] = ACTIONS(1500),
    [anon_sym_PIPE] = ACTIONS(1500),
    [anon_sym_CARET] = ACTIONS(1498),
    [anon_sym_AMP_AMP] = ACTIONS(1498),
    [anon_sym_PIPE_PIPE] = ACTIONS(1498),
    [anon_sym_EQ_EQ] = ACTIONS(1498),
    [anon_sym_BANG_EQ] = ACTIONS(1498),
    [anon_sym_LT] = ACTIONS(1500),
    [anon_sym_LT_EQ] = ACTIONS(1498),
    [anon_sym_GT] = ACTIONS(1500),
    [anon_sym_GT_EQ] = ACTIONS(1498),
    [anon_sym_EQ_GT] = ACTIONS(1498),
    [anon_sym_QMARK_QMARK] = ACTIONS(1498),
    [anon_sym_EQ] = ACTIONS(1500),
    [sym__rangeOperator] = ACTIONS(1498),
    [anon_sym_null] = ACTIONS(1500),
    [anon_sym_macro] = ACTIONS(1500),
    [anon_sym_abstract] = ACTIONS(1500),
    [anon_sym_static] = ACTIONS(1500),
    [anon_sym_public] = ACTIONS(1500),
    [anon_sym_private] = ACTIONS(1500),
    [anon_sym_extern] = ACTIONS(1500),
    [anon_sym_inline] = ACTIONS(1500),
    [anon_sym_overload] = ACTIONS(1500),
    [anon_sym_override] = ACTIONS(1500),
    [anon_sym_final] = ACTIONS(1500),
    [anon_sym_class] = ACTIONS(1500),
    [anon_sym_interface] = ACTIONS(1500),
    [anon_sym_typedef] = ACTIONS(1500),
    [anon_sym_function] = ACTIONS(1500),
    [anon_sym_var] = ACTIONS(1500),
    [aux_sym_integer_token1] = ACTIONS(1500),
    [aux_sym_integer_token2] = ACTIONS(1498),
    [aux_sym_float_token1] = ACTIONS(1500),
    [aux_sym_float_token2] = ACTIONS(1498),
    [anon_sym_true] = ACTIONS(1500),
    [anon_sym_false] = ACTIONS(1500),
    [aux_sym_string_token1] = ACTIONS(1498),
    [aux_sym_string_token3] = ACTIONS(1498),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [201] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1504),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_RPAREN] = ACTIONS(1502),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_RBRACE] = ACTIONS(1502),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1502),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_COMMA] = ACTIONS(1502),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_RBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1504),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1502),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [202] = {
    [ts_builtin_sym_end] = ACTIONS(1510),
    [sym_identifier] = ACTIONS(1512),
    [anon_sym_POUND] = ACTIONS(1510),
    [anon_sym_package] = ACTIONS(1512),
    [anon_sym_DOT] = ACTIONS(1512),
    [anon_sym_import] = ACTIONS(1512),
    [anon_sym_using] = ACTIONS(1512),
    [anon_sym_throw] = ACTIONS(1512),
    [anon_sym_LPAREN] = ACTIONS(1510),
    [anon_sym_RPAREN] = ACTIONS(1510),
    [anon_sym_switch] = ACTIONS(1512),
    [anon_sym_RBRACE] = ACTIONS(1510),
    [anon_sym_LBRACE] = ACTIONS(1510),
    [anon_sym_COLON] = ACTIONS(1510),
    [anon_sym_cast] = ACTIONS(1512),
    [anon_sym_COMMA] = ACTIONS(1510),
    [anon_sym_DOLLARtype] = ACTIONS(1510),
    [anon_sym_return] = ACTIONS(1512),
    [anon_sym_untyped] = ACTIONS(1512),
    [anon_sym_break] = ACTIONS(1512),
    [anon_sym_continue] = ACTIONS(1512),
    [anon_sym_LBRACK] = ACTIONS(1510),
    [anon_sym_RBRACK] = ACTIONS(1510),
    [anon_sym_this] = ACTIONS(1512),
    [anon_sym_QMARK] = ACTIONS(1512),
    [anon_sym_AT] = ACTIONS(1512),
    [anon_sym_AT_COLON] = ACTIONS(1510),
    [anon_sym_if] = ACTIONS(1512),
    [anon_sym_new] = ACTIONS(1512),
    [anon_sym_TILDE] = ACTIONS(1510),
    [anon_sym_BANG] = ACTIONS(1512),
    [anon_sym_DASH] = ACTIONS(1512),
    [anon_sym_PLUS_PLUS] = ACTIONS(1510),
    [anon_sym_DASH_DASH] = ACTIONS(1510),
    [anon_sym_PERCENT] = ACTIONS(1510),
    [anon_sym_STAR] = ACTIONS(1510),
    [anon_sym_SLASH] = ACTIONS(1512),
    [anon_sym_PLUS] = ACTIONS(1512),
    [anon_sym_LT_LT] = ACTIONS(1510),
    [anon_sym_GT_GT] = ACTIONS(1512),
    [anon_sym_GT_GT_GT] = ACTIONS(1510),
    [anon_sym_AMP] = ACTIONS(1512),
    [anon_sym_PIPE] = ACTIONS(1512),
    [anon_sym_CARET] = ACTIONS(1510),
    [anon_sym_AMP_AMP] = ACTIONS(1510),
    [anon_sym_PIPE_PIPE] = ACTIONS(1510),
    [anon_sym_EQ_EQ] = ACTIONS(1510),
    [anon_sym_BANG_EQ] = ACTIONS(1510),
    [anon_sym_LT] = ACTIONS(1512),
    [anon_sym_LT_EQ] = ACTIONS(1510),
    [anon_sym_GT] = ACTIONS(1512),
    [anon_sym_GT_EQ] = ACTIONS(1510),
    [anon_sym_EQ_GT] = ACTIONS(1510),
    [anon_sym_QMARK_QMARK] = ACTIONS(1510),
    [anon_sym_EQ] = ACTIONS(1512),
    [sym__rangeOperator] = ACTIONS(1510),
    [anon_sym_null] = ACTIONS(1512),
    [anon_sym_macro] = ACTIONS(1512),
    [anon_sym_abstract] = ACTIONS(1512),
    [anon_sym_static] = ACTIONS(1512),
    [anon_sym_public] = ACTIONS(1512),
    [anon_sym_private] = ACTIONS(1512),
    [anon_sym_extern] = ACTIONS(1512),
    [anon_sym_inline] = ACTIONS(1512),
    [anon_sym_overload] = ACTIONS(1512),
    [anon_sym_override] = ACTIONS(1512),
    [anon_sym_final] = ACTIONS(1512),
    [anon_sym_class] = ACTIONS(1512),
    [anon_sym_interface] = ACTIONS(1512),
    [anon_sym_typedef] = ACTIONS(1512),
    [anon_sym_function] = ACTIONS(1512),
    [anon_sym_var] = ACTIONS(1512),
    [aux_sym_integer_token1] = ACTIONS(1512),
    [aux_sym_integer_token2] = ACTIONS(1510),
    [aux_sym_float_token1] = ACTIONS(1512),
    [aux_sym_float_token2] = ACTIONS(1510),
    [anon_sym_true] = ACTIONS(1512),
    [anon_sym_false] = ACTIONS(1512),
    [aux_sym_string_token1] = ACTIONS(1510),
    [aux_sym_string_token3] = ACTIONS(1510),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [203] = {
    [ts_builtin_sym_end] = ACTIONS(1514),
    [sym_identifier] = ACTIONS(1516),
    [anon_sym_POUND] = ACTIONS(1514),
    [anon_sym_package] = ACTIONS(1516),
    [anon_sym_DOT] = ACTIONS(1516),
    [anon_sym_import] = ACTIONS(1516),
    [anon_sym_using] = ACTIONS(1516),
    [anon_sym_throw] = ACTIONS(1516),
    [anon_sym_LPAREN] = ACTIONS(1514),
    [anon_sym_RPAREN] = ACTIONS(1514),
    [anon_sym_switch] = ACTIONS(1516),
    [anon_sym_RBRACE] = ACTIONS(1514),
    [anon_sym_LBRACE] = ACTIONS(1514),
    [anon_sym_COLON] = ACTIONS(1514),
    [anon_sym_cast] = ACTIONS(1516),
    [anon_sym_COMMA] = ACTIONS(1514),
    [anon_sym_DOLLARtype] = ACTIONS(1514),
    [anon_sym_return] = ACTIONS(1516),
    [anon_sym_untyped] = ACTIONS(1516),
    [anon_sym_break] = ACTIONS(1516),
    [anon_sym_continue] = ACTIONS(1516),
    [anon_sym_LBRACK] = ACTIONS(1514),
    [anon_sym_RBRACK] = ACTIONS(1514),
    [anon_sym_this] = ACTIONS(1516),
    [anon_sym_QMARK] = ACTIONS(1516),
    [anon_sym_AT] = ACTIONS(1516),
    [anon_sym_AT_COLON] = ACTIONS(1514),
    [anon_sym_if] = ACTIONS(1516),
    [anon_sym_new] = ACTIONS(1516),
    [anon_sym_TILDE] = ACTIONS(1514),
    [anon_sym_BANG] = ACTIONS(1516),
    [anon_sym_DASH] = ACTIONS(1516),
    [anon_sym_PLUS_PLUS] = ACTIONS(1514),
    [anon_sym_DASH_DASH] = ACTIONS(1514),
    [anon_sym_PERCENT] = ACTIONS(1514),
    [anon_sym_STAR] = ACTIONS(1514),
    [anon_sym_SLASH] = ACTIONS(1516),
    [anon_sym_PLUS] = ACTIONS(1516),
    [anon_sym_LT_LT] = ACTIONS(1514),
    [anon_sym_GT_GT] = ACTIONS(1516),
    [anon_sym_GT_GT_GT] = ACTIONS(1514),
    [anon_sym_AMP] = ACTIONS(1516),
    [anon_sym_PIPE] = ACTIONS(1516),
    [anon_sym_CARET] = ACTIONS(1514),
    [anon_sym_AMP_AMP] = ACTIONS(1514),
    [anon_sym_PIPE_PIPE] = ACTIONS(1514),
    [anon_sym_EQ_EQ] = ACTIONS(1514),
    [anon_sym_BANG_EQ] = ACTIONS(1514),
    [anon_sym_LT] = ACTIONS(1516),
    [anon_sym_LT_EQ] = ACTIONS(1514),
    [anon_sym_GT] = ACTIONS(1516),
    [anon_sym_GT_EQ] = ACTIONS(1514),
    [anon_sym_EQ_GT] = ACTIONS(1514),
    [anon_sym_QMARK_QMARK] = ACTIONS(1514),
    [anon_sym_EQ] = ACTIONS(1516),
    [sym__rangeOperator] = ACTIONS(1514),
    [anon_sym_null] = ACTIONS(1516),
    [anon_sym_macro] = ACTIONS(1516),
    [anon_sym_abstract] = ACTIONS(1516),
    [anon_sym_static] = ACTIONS(1516),
    [anon_sym_public] = ACTIONS(1516),
    [anon_sym_private] = ACTIONS(1516),
    [anon_sym_extern] = ACTIONS(1516),
    [anon_sym_inline] = ACTIONS(1516),
    [anon_sym_overload] = ACTIONS(1516),
    [anon_sym_override] = ACTIONS(1516),
    [anon_sym_final] = ACTIONS(1516),
    [anon_sym_class] = ACTIONS(1516),
    [anon_sym_interface] = ACTIONS(1516),
    [anon_sym_typedef] = ACTIONS(1516),
    [anon_sym_function] = ACTIONS(1516),
    [anon_sym_var] = ACTIONS(1516),
    [aux_sym_integer_token1] = ACTIONS(1516),
    [aux_sym_integer_token2] = ACTIONS(1514),
    [aux_sym_float_token1] = ACTIONS(1516),
    [aux_sym_float_token2] = ACTIONS(1514),
    [anon_sym_true] = ACTIONS(1516),
    [anon_sym_false] = ACTIONS(1516),
    [aux_sym_string_token1] = ACTIONS(1514),
    [aux_sym_string_token3] = ACTIONS(1514),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [204] = {
    [ts_builtin_sym_end] = ACTIONS(1518),
    [sym_identifier] = ACTIONS(1520),
    [anon_sym_POUND] = ACTIONS(1518),
    [anon_sym_package] = ACTIONS(1520),
    [anon_sym_DOT] = ACTIONS(1520),
    [anon_sym_import] = ACTIONS(1520),
    [anon_sym_using] = ACTIONS(1520),
    [anon_sym_throw] = ACTIONS(1520),
    [anon_sym_LPAREN] = ACTIONS(1518),
    [anon_sym_RPAREN] = ACTIONS(1518),
    [anon_sym_switch] = ACTIONS(1520),
    [anon_sym_RBRACE] = ACTIONS(1518),
    [anon_sym_LBRACE] = ACTIONS(1518),
    [anon_sym_COLON] = ACTIONS(1518),
    [anon_sym_cast] = ACTIONS(1520),
    [anon_sym_COMMA] = ACTIONS(1518),
    [anon_sym_DOLLARtype] = ACTIONS(1518),
    [anon_sym_return] = ACTIONS(1520),
    [anon_sym_untyped] = ACTIONS(1520),
    [anon_sym_break] = ACTIONS(1520),
    [anon_sym_continue] = ACTIONS(1520),
    [anon_sym_LBRACK] = ACTIONS(1518),
    [anon_sym_RBRACK] = ACTIONS(1518),
    [anon_sym_this] = ACTIONS(1520),
    [anon_sym_QMARK] = ACTIONS(1520),
    [anon_sym_AT] = ACTIONS(1520),
    [anon_sym_AT_COLON] = ACTIONS(1518),
    [anon_sym_if] = ACTIONS(1520),
    [anon_sym_new] = ACTIONS(1520),
    [anon_sym_TILDE] = ACTIONS(1518),
    [anon_sym_BANG] = ACTIONS(1520),
    [anon_sym_DASH] = ACTIONS(1520),
    [anon_sym_PLUS_PLUS] = ACTIONS(1518),
    [anon_sym_DASH_DASH] = ACTIONS(1518),
    [anon_sym_PERCENT] = ACTIONS(1518),
    [anon_sym_STAR] = ACTIONS(1518),
    [anon_sym_SLASH] = ACTIONS(1520),
    [anon_sym_PLUS] = ACTIONS(1520),
    [anon_sym_LT_LT] = ACTIONS(1518),
    [anon_sym_GT_GT] = ACTIONS(1520),
    [anon_sym_GT_GT_GT] = ACTIONS(1518),
    [anon_sym_AMP] = ACTIONS(1520),
    [anon_sym_PIPE] = ACTIONS(1520),
    [anon_sym_CARET] = ACTIONS(1518),
    [anon_sym_AMP_AMP] = ACTIONS(1518),
    [anon_sym_PIPE_PIPE] = ACTIONS(1518),
    [anon_sym_EQ_EQ] = ACTIONS(1518),
    [anon_sym_BANG_EQ] = ACTIONS(1518),
    [anon_sym_LT] = ACTIONS(1520),
    [anon_sym_LT_EQ] = ACTIONS(1518),
    [anon_sym_GT] = ACTIONS(1520),
    [anon_sym_GT_EQ] = ACTIONS(1518),
    [anon_sym_EQ_GT] = ACTIONS(1518),
    [anon_sym_QMARK_QMARK] = ACTIONS(1518),
    [anon_sym_EQ] = ACTIONS(1520),
    [sym__rangeOperator] = ACTIONS(1518),
    [anon_sym_null] = ACTIONS(1520),
    [anon_sym_macro] = ACTIONS(1520),
    [anon_sym_abstract] = ACTIONS(1520),
    [anon_sym_static] = ACTIONS(1520),
    [anon_sym_public] = ACTIONS(1520),
    [anon_sym_private] = ACTIONS(1520),
    [anon_sym_extern] = ACTIONS(1520),
    [anon_sym_inline] = ACTIONS(1520),
    [anon_sym_overload] = ACTIONS(1520),
    [anon_sym_override] = ACTIONS(1520),
    [anon_sym_final] = ACTIONS(1520),
    [anon_sym_class] = ACTIONS(1520),
    [anon_sym_interface] = ACTIONS(1520),
    [anon_sym_typedef] = ACTIONS(1520),
    [anon_sym_function] = ACTIONS(1520),
    [anon_sym_var] = ACTIONS(1520),
    [aux_sym_integer_token1] = ACTIONS(1520),
    [aux_sym_integer_token2] = ACTIONS(1518),
    [aux_sym_float_token1] = ACTIONS(1520),
    [aux_sym_float_token2] = ACTIONS(1518),
    [anon_sym_true] = ACTIONS(1520),
    [anon_sym_false] = ACTIONS(1520),
    [aux_sym_string_token1] = ACTIONS(1518),
    [aux_sym_string_token3] = ACTIONS(1518),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [205] = {
    [ts_builtin_sym_end] = ACTIONS(1506),
    [sym_identifier] = ACTIONS(1508),
    [anon_sym_POUND] = ACTIONS(1506),
    [anon_sym_package] = ACTIONS(1508),
    [anon_sym_DOT] = ACTIONS(1522),
    [anon_sym_import] = ACTIONS(1508),
    [anon_sym_using] = ACTIONS(1508),
    [anon_sym_throw] = ACTIONS(1508),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_RPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1508),
    [anon_sym_RBRACE] = ACTIONS(1506),
    [anon_sym_LBRACE] = ACTIONS(1506),
    [anon_sym_COLON] = ACTIONS(1524),
    [anon_sym_cast] = ACTIONS(1508),
    [anon_sym_COMMA] = ACTIONS(1506),
    [anon_sym_DOLLARtype] = ACTIONS(1506),
    [anon_sym_return] = ACTIONS(1508),
    [anon_sym_untyped] = ACTIONS(1508),
    [anon_sym_break] = ACTIONS(1508),
    [anon_sym_continue] = ACTIONS(1508),
    [anon_sym_LBRACK] = ACTIONS(1506),
    [anon_sym_RBRACK] = ACTIONS(1506),
    [anon_sym_this] = ACTIONS(1508),
    [anon_sym_QMARK] = ACTIONS(1526),
    [anon_sym_AT] = ACTIONS(1508),
    [anon_sym_AT_COLON] = ACTIONS(1506),
    [anon_sym_if] = ACTIONS(1508),
    [anon_sym_new] = ACTIONS(1508),
    [anon_sym_TILDE] = ACTIONS(1506),
    [anon_sym_BANG] = ACTIONS(1508),
    [anon_sym_DASH] = ACTIONS(1508),
    [anon_sym_PLUS_PLUS] = ACTIONS(1506),
    [anon_sym_DASH_DASH] = ACTIONS(1506),
    [anon_sym_PERCENT] = ACTIONS(1506),
    [anon_sym_STAR] = ACTIONS(1506),
    [anon_sym_SLASH] = ACTIONS(1508),
    [anon_sym_PLUS] = ACTIONS(1508),
    [anon_sym_LT_LT] = ACTIONS(1506),
    [anon_sym_GT_GT] = ACTIONS(1508),
    [anon_sym_GT_GT_GT] = ACTIONS(1506),
    [anon_sym_AMP] = ACTIONS(1508),
    [anon_sym_PIPE] = ACTIONS(1508),
    [anon_sym_CARET] = ACTIONS(1506),
    [anon_sym_AMP_AMP] = ACTIONS(1506),
    [anon_sym_PIPE_PIPE] = ACTIONS(1506),
    [anon_sym_EQ_EQ] = ACTIONS(1506),
    [anon_sym_BANG_EQ] = ACTIONS(1506),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1506),
    [anon_sym_GT] = ACTIONS(1508),
    [anon_sym_GT_EQ] = ACTIONS(1506),
    [anon_sym_EQ_GT] = ACTIONS(1506),
    [anon_sym_QMARK_QMARK] = ACTIONS(1506),
    [anon_sym_EQ] = ACTIONS(1508),
    [sym__rangeOperator] = ACTIONS(1506),
    [anon_sym_null] = ACTIONS(1508),
    [anon_sym_macro] = ACTIONS(1508),
    [anon_sym_abstract] = ACTIONS(1508),
    [anon_sym_static] = ACTIONS(1508),
    [anon_sym_public] = ACTIONS(1508),
    [anon_sym_private] = ACTIONS(1508),
    [anon_sym_extern] = ACTIONS(1508),
    [anon_sym_inline] = ACTIONS(1508),
    [anon_sym_overload] = ACTIONS(1508),
    [anon_sym_override] = ACTIONS(1508),
    [anon_sym_final] = ACTIONS(1508),
    [anon_sym_class] = ACTIONS(1508),
    [anon_sym_interface] = ACTIONS(1508),
    [anon_sym_typedef] = ACTIONS(1508),
    [anon_sym_function] = ACTIONS(1508),
    [anon_sym_var] = ACTIONS(1508),
    [aux_sym_integer_token1] = ACTIONS(1508),
    [aux_sym_integer_token2] = ACTIONS(1506),
    [aux_sym_float_token1] = ACTIONS(1508),
    [aux_sym_float_token2] = ACTIONS(1506),
    [anon_sym_true] = ACTIONS(1508),
    [anon_sym_false] = ACTIONS(1508),
    [aux_sym_string_token1] = ACTIONS(1506),
    [aux_sym_string_token3] = ACTIONS(1506),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [206] = {
    [ts_builtin_sym_end] = ACTIONS(1528),
    [sym_identifier] = ACTIONS(1530),
    [anon_sym_POUND] = ACTIONS(1528),
    [anon_sym_package] = ACTIONS(1530),
    [anon_sym_DOT] = ACTIONS(1530),
    [anon_sym_import] = ACTIONS(1530),
    [anon_sym_using] = ACTIONS(1530),
    [anon_sym_throw] = ACTIONS(1530),
    [anon_sym_LPAREN] = ACTIONS(1528),
    [anon_sym_RPAREN] = ACTIONS(1528),
    [anon_sym_switch] = ACTIONS(1530),
    [anon_sym_RBRACE] = ACTIONS(1528),
    [anon_sym_LBRACE] = ACTIONS(1528),
    [anon_sym_COLON] = ACTIONS(1528),
    [anon_sym_cast] = ACTIONS(1530),
    [anon_sym_COMMA] = ACTIONS(1528),
    [anon_sym_DOLLARtype] = ACTIONS(1528),
    [anon_sym_return] = ACTIONS(1530),
    [anon_sym_untyped] = ACTIONS(1530),
    [anon_sym_break] = ACTIONS(1530),
    [anon_sym_continue] = ACTIONS(1530),
    [anon_sym_LBRACK] = ACTIONS(1528),
    [anon_sym_RBRACK] = ACTIONS(1528),
    [anon_sym_this] = ACTIONS(1530),
    [anon_sym_QMARK] = ACTIONS(1530),
    [anon_sym_AT] = ACTIONS(1530),
    [anon_sym_AT_COLON] = ACTIONS(1528),
    [anon_sym_if] = ACTIONS(1530),
    [anon_sym_new] = ACTIONS(1530),
    [anon_sym_TILDE] = ACTIONS(1528),
    [anon_sym_BANG] = ACTIONS(1530),
    [anon_sym_DASH] = ACTIONS(1530),
    [anon_sym_PLUS_PLUS] = ACTIONS(1528),
    [anon_sym_DASH_DASH] = ACTIONS(1528),
    [anon_sym_PERCENT] = ACTIONS(1528),
    [anon_sym_STAR] = ACTIONS(1528),
    [anon_sym_SLASH] = ACTIONS(1530),
    [anon_sym_PLUS] = ACTIONS(1530),
    [anon_sym_LT_LT] = ACTIONS(1528),
    [anon_sym_GT_GT] = ACTIONS(1530),
    [anon_sym_GT_GT_GT] = ACTIONS(1528),
    [anon_sym_AMP] = ACTIONS(1530),
    [anon_sym_PIPE] = ACTIONS(1530),
    [anon_sym_CARET] = ACTIONS(1528),
    [anon_sym_AMP_AMP] = ACTIONS(1528),
    [anon_sym_PIPE_PIPE] = ACTIONS(1528),
    [anon_sym_EQ_EQ] = ACTIONS(1528),
    [anon_sym_BANG_EQ] = ACTIONS(1528),
    [anon_sym_LT] = ACTIONS(1530),
    [anon_sym_LT_EQ] = ACTIONS(1528),
    [anon_sym_GT] = ACTIONS(1530),
    [anon_sym_GT_EQ] = ACTIONS(1528),
    [anon_sym_EQ_GT] = ACTIONS(1528),
    [anon_sym_QMARK_QMARK] = ACTIONS(1528),
    [anon_sym_EQ] = ACTIONS(1530),
    [sym__rangeOperator] = ACTIONS(1528),
    [anon_sym_null] = ACTIONS(1530),
    [anon_sym_macro] = ACTIONS(1530),
    [anon_sym_abstract] = ACTIONS(1530),
    [anon_sym_static] = ACTIONS(1530),
    [anon_sym_public] = ACTIONS(1530),
    [anon_sym_private] = ACTIONS(1530),
    [anon_sym_extern] = ACTIONS(1530),
    [anon_sym_inline] = ACTIONS(1530),
    [anon_sym_overload] = ACTIONS(1530),
    [anon_sym_override] = ACTIONS(1530),
    [anon_sym_final] = ACTIONS(1530),
    [anon_sym_class] = ACTIONS(1530),
    [anon_sym_interface] = ACTIONS(1530),
    [anon_sym_typedef] = ACTIONS(1530),
    [anon_sym_function] = ACTIONS(1530),
    [anon_sym_var] = ACTIONS(1530),
    [aux_sym_integer_token1] = ACTIONS(1530),
    [aux_sym_integer_token2] = ACTIONS(1528),
    [aux_sym_float_token1] = ACTIONS(1530),
    [aux_sym_float_token2] = ACTIONS(1528),
    [anon_sym_true] = ACTIONS(1530),
    [anon_sym_false] = ACTIONS(1530),
    [aux_sym_string_token1] = ACTIONS(1528),
    [aux_sym_string_token3] = ACTIONS(1528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [207] = {
    [ts_builtin_sym_end] = ACTIONS(578),
    [sym_identifier] = ACTIONS(580),
    [anon_sym_POUND] = ACTIONS(578),
    [anon_sym_package] = ACTIONS(580),
    [anon_sym_DOT] = ACTIONS(580),
    [anon_sym_import] = ACTIONS(580),
    [anon_sym_using] = ACTIONS(580),
    [anon_sym_throw] = ACTIONS(580),
    [anon_sym_LPAREN] = ACTIONS(578),
    [anon_sym_RPAREN] = ACTIONS(578),
    [anon_sym_switch] = ACTIONS(580),
    [anon_sym_RBRACE] = ACTIONS(578),
    [anon_sym_LBRACE] = ACTIONS(578),
    [anon_sym_COLON] = ACTIONS(578),
    [anon_sym_cast] = ACTIONS(580),
    [anon_sym_COMMA] = ACTIONS(578),
    [anon_sym_DOLLARtype] = ACTIONS(578),
    [anon_sym_return] = ACTIONS(580),
    [anon_sym_untyped] = ACTIONS(580),
    [anon_sym_break] = ACTIONS(580),
    [anon_sym_continue] = ACTIONS(580),
    [anon_sym_LBRACK] = ACTIONS(578),
    [anon_sym_RBRACK] = ACTIONS(578),
    [anon_sym_this] = ACTIONS(580),
    [anon_sym_QMARK] = ACTIONS(580),
    [anon_sym_AT] = ACTIONS(580),
    [anon_sym_AT_COLON] = ACTIONS(578),
    [anon_sym_if] = ACTIONS(580),
    [anon_sym_new] = ACTIONS(580),
    [anon_sym_TILDE] = ACTIONS(578),
    [anon_sym_BANG] = ACTIONS(580),
    [anon_sym_DASH] = ACTIONS(580),
    [anon_sym_PLUS_PLUS] = ACTIONS(578),
    [anon_sym_DASH_DASH] = ACTIONS(578),
    [anon_sym_PERCENT] = ACTIONS(578),
    [anon_sym_STAR] = ACTIONS(578),
    [anon_sym_SLASH] = ACTIONS(580),
    [anon_sym_PLUS] = ACTIONS(580),
    [anon_sym_LT_LT] = ACTIONS(578),
    [anon_sym_GT_GT] = ACTIONS(580),
    [anon_sym_GT_GT_GT] = ACTIONS(578),
    [anon_sym_AMP] = ACTIONS(580),
    [anon_sym_PIPE] = ACTIONS(580),
    [anon_sym_CARET] = ACTIONS(578),
    [anon_sym_AMP_AMP] = ACTIONS(578),
    [anon_sym_PIPE_PIPE] = ACTIONS(578),
    [anon_sym_EQ_EQ] = ACTIONS(578),
    [anon_sym_BANG_EQ] = ACTIONS(578),
    [anon_sym_LT] = ACTIONS(580),
    [anon_sym_LT_EQ] = ACTIONS(578),
    [anon_sym_GT] = ACTIONS(580),
    [anon_sym_GT_EQ] = ACTIONS(578),
    [anon_sym_EQ_GT] = ACTIONS(578),
    [anon_sym_QMARK_QMARK] = ACTIONS(578),
    [anon_sym_EQ] = ACTIONS(580),
    [sym__rangeOperator] = ACTIONS(578),
    [anon_sym_null] = ACTIONS(580),
    [anon_sym_macro] = ACTIONS(580),
    [anon_sym_abstract] = ACTIONS(580),
    [anon_sym_static] = ACTIONS(580),
    [anon_sym_public] = ACTIONS(580),
    [anon_sym_private] = ACTIONS(580),
    [anon_sym_extern] = ACTIONS(580),
    [anon_sym_inline] = ACTIONS(580),
    [anon_sym_overload] = ACTIONS(580),
    [anon_sym_override] = ACTIONS(580),
    [anon_sym_final] = ACTIONS(580),
    [anon_sym_class] = ACTIONS(580),
    [anon_sym_interface] = ACTIONS(580),
    [anon_sym_typedef] = ACTIONS(580),
    [anon_sym_function] = ACTIONS(580),
    [anon_sym_var] = ACTIONS(580),
    [aux_sym_integer_token1] = ACTIONS(580),
    [aux_sym_integer_token2] = ACTIONS(578),
    [aux_sym_float_token1] = ACTIONS(580),
    [aux_sym_float_token2] = ACTIONS(578),
    [anon_sym_true] = ACTIONS(580),
    [anon_sym_false] = ACTIONS(580),
    [aux_sym_string_token1] = ACTIONS(578),
    [aux_sym_string_token3] = ACTIONS(578),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [208] = {
    [ts_builtin_sym_end] = ACTIONS(1532),
    [sym_identifier] = ACTIONS(1534),
    [anon_sym_POUND] = ACTIONS(1532),
    [anon_sym_package] = ACTIONS(1534),
    [anon_sym_DOT] = ACTIONS(1534),
    [anon_sym_import] = ACTIONS(1534),
    [anon_sym_using] = ACTIONS(1534),
    [anon_sym_throw] = ACTIONS(1534),
    [anon_sym_LPAREN] = ACTIONS(1532),
    [anon_sym_RPAREN] = ACTIONS(1532),
    [anon_sym_switch] = ACTIONS(1534),
    [anon_sym_RBRACE] = ACTIONS(1532),
    [anon_sym_LBRACE] = ACTIONS(1532),
    [anon_sym_COLON] = ACTIONS(1532),
    [anon_sym_cast] = ACTIONS(1534),
    [anon_sym_COMMA] = ACTIONS(1532),
    [anon_sym_DOLLARtype] = ACTIONS(1532),
    [anon_sym_return] = ACTIONS(1534),
    [anon_sym_untyped] = ACTIONS(1534),
    [anon_sym_break] = ACTIONS(1534),
    [anon_sym_continue] = ACTIONS(1534),
    [anon_sym_LBRACK] = ACTIONS(1532),
    [anon_sym_RBRACK] = ACTIONS(1532),
    [anon_sym_this] = ACTIONS(1534),
    [anon_sym_QMARK] = ACTIONS(1534),
    [anon_sym_AT] = ACTIONS(1534),
    [anon_sym_AT_COLON] = ACTIONS(1532),
    [anon_sym_if] = ACTIONS(1534),
    [anon_sym_new] = ACTIONS(1534),
    [anon_sym_TILDE] = ACTIONS(1532),
    [anon_sym_BANG] = ACTIONS(1534),
    [anon_sym_DASH] = ACTIONS(1534),
    [anon_sym_PLUS_PLUS] = ACTIONS(1532),
    [anon_sym_DASH_DASH] = ACTIONS(1532),
    [anon_sym_PERCENT] = ACTIONS(1532),
    [anon_sym_STAR] = ACTIONS(1532),
    [anon_sym_SLASH] = ACTIONS(1534),
    [anon_sym_PLUS] = ACTIONS(1534),
    [anon_sym_LT_LT] = ACTIONS(1532),
    [anon_sym_GT_GT] = ACTIONS(1534),
    [anon_sym_GT_GT_GT] = ACTIONS(1532),
    [anon_sym_AMP] = ACTIONS(1534),
    [anon_sym_PIPE] = ACTIONS(1534),
    [anon_sym_CARET] = ACTIONS(1532),
    [anon_sym_AMP_AMP] = ACTIONS(1532),
    [anon_sym_PIPE_PIPE] = ACTIONS(1532),
    [anon_sym_EQ_EQ] = ACTIONS(1532),
    [anon_sym_BANG_EQ] = ACTIONS(1532),
    [anon_sym_LT] = ACTIONS(1534),
    [anon_sym_LT_EQ] = ACTIONS(1532),
    [anon_sym_GT] = ACTIONS(1534),
    [anon_sym_GT_EQ] = ACTIONS(1532),
    [anon_sym_EQ_GT] = ACTIONS(1532),
    [anon_sym_QMARK_QMARK] = ACTIONS(1532),
    [anon_sym_EQ] = ACTIONS(1534),
    [sym__rangeOperator] = ACTIONS(1532),
    [anon_sym_null] = ACTIONS(1534),
    [anon_sym_macro] = ACTIONS(1534),
    [anon_sym_abstract] = ACTIONS(1534),
    [anon_sym_static] = ACTIONS(1534),
    [anon_sym_public] = ACTIONS(1534),
    [anon_sym_private] = ACTIONS(1534),
    [anon_sym_extern] = ACTIONS(1534),
    [anon_sym_inline] = ACTIONS(1534),
    [anon_sym_overload] = ACTIONS(1534),
    [anon_sym_override] = ACTIONS(1534),
    [anon_sym_final] = ACTIONS(1534),
    [anon_sym_class] = ACTIONS(1534),
    [anon_sym_interface] = ACTIONS(1534),
    [anon_sym_typedef] = ACTIONS(1534),
    [anon_sym_function] = ACTIONS(1534),
    [anon_sym_var] = ACTIONS(1534),
    [aux_sym_integer_token1] = ACTIONS(1534),
    [aux_sym_integer_token2] = ACTIONS(1532),
    [aux_sym_float_token1] = ACTIONS(1534),
    [aux_sym_float_token2] = ACTIONS(1532),
    [anon_sym_true] = ACTIONS(1534),
    [anon_sym_false] = ACTIONS(1534),
    [aux_sym_string_token1] = ACTIONS(1532),
    [aux_sym_string_token3] = ACTIONS(1532),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [209] = {
    [sym_identifier] = ACTIONS(1394),
    [anon_sym_POUND] = ACTIONS(1392),
    [anon_sym_package] = ACTIONS(1394),
    [anon_sym_DOT] = ACTIONS(1394),
    [anon_sym_import] = ACTIONS(1394),
    [anon_sym_using] = ACTIONS(1394),
    [anon_sym_throw] = ACTIONS(1394),
    [anon_sym_LPAREN] = ACTIONS(1392),
    [anon_sym_switch] = ACTIONS(1394),
    [anon_sym_LBRACE] = ACTIONS(1392),
    [anon_sym_case] = ACTIONS(1394),
    [anon_sym_default] = ACTIONS(1394),
    [anon_sym_cast] = ACTIONS(1394),
    [anon_sym_COMMA] = ACTIONS(1392),
    [anon_sym_DOLLARtype] = ACTIONS(1392),
    [anon_sym_return] = ACTIONS(1394),
    [anon_sym_untyped] = ACTIONS(1394),
    [anon_sym_break] = ACTIONS(1394),
    [anon_sym_continue] = ACTIONS(1394),
    [anon_sym_LBRACK] = ACTIONS(1392),
    [anon_sym_this] = ACTIONS(1394),
    [anon_sym_QMARK] = ACTIONS(1394),
    [anon_sym_AT] = ACTIONS(1394),
    [anon_sym_AT_COLON] = ACTIONS(1392),
    [anon_sym_if] = ACTIONS(1394),
    [anon_sym_else] = ACTIONS(1394),
    [anon_sym_elseif] = ACTIONS(1392),
    [anon_sym_new] = ACTIONS(1394),
    [anon_sym_TILDE] = ACTIONS(1392),
    [anon_sym_BANG] = ACTIONS(1394),
    [anon_sym_DASH] = ACTIONS(1394),
    [anon_sym_PLUS_PLUS] = ACTIONS(1392),
    [anon_sym_DASH_DASH] = ACTIONS(1392),
    [anon_sym_PERCENT] = ACTIONS(1392),
    [anon_sym_STAR] = ACTIONS(1392),
    [anon_sym_SLASH] = ACTIONS(1394),
    [anon_sym_PLUS] = ACTIONS(1394),
    [anon_sym_LT_LT] = ACTIONS(1392),
    [anon_sym_GT_GT] = ACTIONS(1394),
    [anon_sym_GT_GT_GT] = ACTIONS(1392),
    [anon_sym_AMP] = ACTIONS(1394),
    [anon_sym_PIPE] = ACTIONS(1394),
    [anon_sym_CARET] = ACTIONS(1392),
    [anon_sym_AMP_AMP] = ACTIONS(1392),
    [anon_sym_PIPE_PIPE] = ACTIONS(1392),
    [anon_sym_EQ_EQ] = ACTIONS(1392),
    [anon_sym_BANG_EQ] = ACTIONS(1392),
    [anon_sym_LT] = ACTIONS(1394),
    [anon_sym_LT_EQ] = ACTIONS(1392),
    [anon_sym_GT] = ACTIONS(1394),
    [anon_sym_GT_EQ] = ACTIONS(1392),
    [anon_sym_EQ_GT] = ACTIONS(1392),
    [anon_sym_QMARK_QMARK] = ACTIONS(1392),
    [anon_sym_EQ] = ACTIONS(1394),
    [sym__rangeOperator] = ACTIONS(1392),
    [anon_sym_null] = ACTIONS(1394),
    [anon_sym_macro] = ACTIONS(1394),
    [anon_sym_abstract] = ACTIONS(1394),
    [anon_sym_static] = ACTIONS(1394),
    [anon_sym_public] = ACTIONS(1394),
    [anon_sym_private] = ACTIONS(1394),
    [anon_sym_extern] = ACTIONS(1394),
    [anon_sym_inline] = ACTIONS(1394),
    [anon_sym_overload] = ACTIONS(1394),
    [anon_sym_override] = ACTIONS(1394),
    [anon_sym_final] = ACTIONS(1394),
    [anon_sym_class] = ACTIONS(1394),
    [anon_sym_interface] = ACTIONS(1394),
    [anon_sym_typedef] = ACTIONS(1394),
    [anon_sym_function] = ACTIONS(1394),
    [anon_sym_var] = ACTIONS(1394),
    [aux_sym_integer_token1] = ACTIONS(1394),
    [aux_sym_integer_token2] = ACTIONS(1392),
    [aux_sym_float_token1] = ACTIONS(1394),
    [aux_sym_float_token2] = ACTIONS(1392),
    [anon_sym_true] = ACTIONS(1394),
    [anon_sym_false] = ACTIONS(1394),
    [aux_sym_string_token1] = ACTIONS(1392),
    [aux_sym_string_token3] = ACTIONS(1392),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1392),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [210] = {
    [ts_builtin_sym_end] = ACTIONS(1506),
    [sym_identifier] = ACTIONS(1508),
    [anon_sym_POUND] = ACTIONS(1506),
    [anon_sym_package] = ACTIONS(1508),
    [anon_sym_DOT] = ACTIONS(1508),
    [anon_sym_import] = ACTIONS(1508),
    [anon_sym_using] = ACTIONS(1508),
    [anon_sym_throw] = ACTIONS(1508),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_RPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1508),
    [anon_sym_RBRACE] = ACTIONS(1506),
    [anon_sym_LBRACE] = ACTIONS(1506),
    [anon_sym_COLON] = ACTIONS(1524),
    [anon_sym_cast] = ACTIONS(1508),
    [anon_sym_COMMA] = ACTIONS(1506),
    [anon_sym_DOLLARtype] = ACTIONS(1506),
    [anon_sym_return] = ACTIONS(1508),
    [anon_sym_untyped] = ACTIONS(1508),
    [anon_sym_break] = ACTIONS(1508),
    [anon_sym_continue] = ACTIONS(1508),
    [anon_sym_LBRACK] = ACTIONS(1506),
    [anon_sym_RBRACK] = ACTIONS(1506),
    [anon_sym_this] = ACTIONS(1508),
    [anon_sym_QMARK] = ACTIONS(1508),
    [anon_sym_AT] = ACTIONS(1508),
    [anon_sym_AT_COLON] = ACTIONS(1506),
    [anon_sym_if] = ACTIONS(1508),
    [anon_sym_new] = ACTIONS(1508),
    [anon_sym_TILDE] = ACTIONS(1506),
    [anon_sym_BANG] = ACTIONS(1508),
    [anon_sym_DASH] = ACTIONS(1508),
    [anon_sym_PLUS_PLUS] = ACTIONS(1506),
    [anon_sym_DASH_DASH] = ACTIONS(1506),
    [anon_sym_PERCENT] = ACTIONS(1506),
    [anon_sym_STAR] = ACTIONS(1506),
    [anon_sym_SLASH] = ACTIONS(1508),
    [anon_sym_PLUS] = ACTIONS(1508),
    [anon_sym_LT_LT] = ACTIONS(1506),
    [anon_sym_GT_GT] = ACTIONS(1508),
    [anon_sym_GT_GT_GT] = ACTIONS(1506),
    [anon_sym_AMP] = ACTIONS(1508),
    [anon_sym_PIPE] = ACTIONS(1508),
    [anon_sym_CARET] = ACTIONS(1506),
    [anon_sym_AMP_AMP] = ACTIONS(1506),
    [anon_sym_PIPE_PIPE] = ACTIONS(1506),
    [anon_sym_EQ_EQ] = ACTIONS(1506),
    [anon_sym_BANG_EQ] = ACTIONS(1506),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1506),
    [anon_sym_GT] = ACTIONS(1508),
    [anon_sym_GT_EQ] = ACTIONS(1506),
    [anon_sym_EQ_GT] = ACTIONS(1506),
    [anon_sym_QMARK_QMARK] = ACTIONS(1506),
    [anon_sym_EQ] = ACTIONS(1508),
    [sym__rangeOperator] = ACTIONS(1506),
    [anon_sym_null] = ACTIONS(1508),
    [anon_sym_macro] = ACTIONS(1508),
    [anon_sym_abstract] = ACTIONS(1508),
    [anon_sym_static] = ACTIONS(1508),
    [anon_sym_public] = ACTIONS(1508),
    [anon_sym_private] = ACTIONS(1508),
    [anon_sym_extern] = ACTIONS(1508),
    [anon_sym_inline] = ACTIONS(1508),
    [anon_sym_overload] = ACTIONS(1508),
    [anon_sym_override] = ACTIONS(1508),
    [anon_sym_final] = ACTIONS(1508),
    [anon_sym_class] = ACTIONS(1508),
    [anon_sym_interface] = ACTIONS(1508),
    [anon_sym_typedef] = ACTIONS(1508),
    [anon_sym_function] = ACTIONS(1508),
    [anon_sym_var] = ACTIONS(1508),
    [aux_sym_integer_token1] = ACTIONS(1508),
    [aux_sym_integer_token2] = ACTIONS(1506),
    [aux_sym_float_token1] = ACTIONS(1508),
    [aux_sym_float_token2] = ACTIONS(1506),
    [anon_sym_true] = ACTIONS(1508),
    [anon_sym_false] = ACTIONS(1508),
    [aux_sym_string_token1] = ACTIONS(1506),
    [aux_sym_string_token3] = ACTIONS(1506),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [211] = {
    [ts_builtin_sym_end] = ACTIONS(1536),
    [sym_identifier] = ACTIONS(1538),
    [anon_sym_POUND] = ACTIONS(1536),
    [anon_sym_package] = ACTIONS(1538),
    [anon_sym_DOT] = ACTIONS(1538),
    [anon_sym_import] = ACTIONS(1538),
    [anon_sym_using] = ACTIONS(1538),
    [anon_sym_throw] = ACTIONS(1538),
    [anon_sym_LPAREN] = ACTIONS(1536),
    [anon_sym_RPAREN] = ACTIONS(1536),
    [anon_sym_switch] = ACTIONS(1538),
    [anon_sym_RBRACE] = ACTIONS(1536),
    [anon_sym_LBRACE] = ACTIONS(1536),
    [anon_sym_COLON] = ACTIONS(1536),
    [anon_sym_cast] = ACTIONS(1538),
    [anon_sym_COMMA] = ACTIONS(1536),
    [anon_sym_DOLLARtype] = ACTIONS(1536),
    [anon_sym_return] = ACTIONS(1538),
    [anon_sym_untyped] = ACTIONS(1538),
    [anon_sym_break] = ACTIONS(1538),
    [anon_sym_continue] = ACTIONS(1538),
    [anon_sym_LBRACK] = ACTIONS(1536),
    [anon_sym_RBRACK] = ACTIONS(1536),
    [anon_sym_this] = ACTIONS(1538),
    [anon_sym_QMARK] = ACTIONS(1538),
    [anon_sym_AT] = ACTIONS(1538),
    [anon_sym_AT_COLON] = ACTIONS(1536),
    [anon_sym_if] = ACTIONS(1538),
    [anon_sym_new] = ACTIONS(1538),
    [anon_sym_TILDE] = ACTIONS(1536),
    [anon_sym_BANG] = ACTIONS(1538),
    [anon_sym_DASH] = ACTIONS(1538),
    [anon_sym_PLUS_PLUS] = ACTIONS(1536),
    [anon_sym_DASH_DASH] = ACTIONS(1536),
    [anon_sym_PERCENT] = ACTIONS(1536),
    [anon_sym_STAR] = ACTIONS(1536),
    [anon_sym_SLASH] = ACTIONS(1538),
    [anon_sym_PLUS] = ACTIONS(1538),
    [anon_sym_LT_LT] = ACTIONS(1536),
    [anon_sym_GT_GT] = ACTIONS(1538),
    [anon_sym_GT_GT_GT] = ACTIONS(1536),
    [anon_sym_AMP] = ACTIONS(1538),
    [anon_sym_PIPE] = ACTIONS(1538),
    [anon_sym_CARET] = ACTIONS(1536),
    [anon_sym_AMP_AMP] = ACTIONS(1536),
    [anon_sym_PIPE_PIPE] = ACTIONS(1536),
    [anon_sym_EQ_EQ] = ACTIONS(1536),
    [anon_sym_BANG_EQ] = ACTIONS(1536),
    [anon_sym_LT] = ACTIONS(1538),
    [anon_sym_LT_EQ] = ACTIONS(1536),
    [anon_sym_GT] = ACTIONS(1538),
    [anon_sym_GT_EQ] = ACTIONS(1536),
    [anon_sym_EQ_GT] = ACTIONS(1536),
    [anon_sym_QMARK_QMARK] = ACTIONS(1536),
    [anon_sym_EQ] = ACTIONS(1538),
    [sym__rangeOperator] = ACTIONS(1536),
    [anon_sym_null] = ACTIONS(1538),
    [anon_sym_macro] = ACTIONS(1538),
    [anon_sym_abstract] = ACTIONS(1538),
    [anon_sym_static] = ACTIONS(1538),
    [anon_sym_public] = ACTIONS(1538),
    [anon_sym_private] = ACTIONS(1538),
    [anon_sym_extern] = ACTIONS(1538),
    [anon_sym_inline] = ACTIONS(1538),
    [anon_sym_overload] = ACTIONS(1538),
    [anon_sym_override] = ACTIONS(1538),
    [anon_sym_final] = ACTIONS(1538),
    [anon_sym_class] = ACTIONS(1538),
    [anon_sym_interface] = ACTIONS(1538),
    [anon_sym_typedef] = ACTIONS(1538),
    [anon_sym_function] = ACTIONS(1538),
    [anon_sym_var] = ACTIONS(1538),
    [aux_sym_integer_token1] = ACTIONS(1538),
    [aux_sym_integer_token2] = ACTIONS(1536),
    [aux_sym_float_token1] = ACTIONS(1538),
    [aux_sym_float_token2] = ACTIONS(1536),
    [anon_sym_true] = ACTIONS(1538),
    [anon_sym_false] = ACTIONS(1538),
    [aux_sym_string_token1] = ACTIONS(1536),
    [aux_sym_string_token3] = ACTIONS(1536),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [212] = {
    [sym_identifier] = ACTIONS(1406),
    [anon_sym_POUND] = ACTIONS(1404),
    [anon_sym_package] = ACTIONS(1406),
    [anon_sym_DOT] = ACTIONS(1406),
    [anon_sym_import] = ACTIONS(1406),
    [anon_sym_using] = ACTIONS(1406),
    [anon_sym_throw] = ACTIONS(1406),
    [anon_sym_LPAREN] = ACTIONS(1404),
    [anon_sym_switch] = ACTIONS(1406),
    [anon_sym_LBRACE] = ACTIONS(1404),
    [anon_sym_case] = ACTIONS(1406),
    [anon_sym_default] = ACTIONS(1406),
    [anon_sym_cast] = ACTIONS(1406),
    [anon_sym_COMMA] = ACTIONS(1404),
    [anon_sym_DOLLARtype] = ACTIONS(1404),
    [anon_sym_return] = ACTIONS(1406),
    [anon_sym_untyped] = ACTIONS(1406),
    [anon_sym_break] = ACTIONS(1406),
    [anon_sym_continue] = ACTIONS(1406),
    [anon_sym_LBRACK] = ACTIONS(1404),
    [anon_sym_this] = ACTIONS(1406),
    [anon_sym_QMARK] = ACTIONS(1406),
    [anon_sym_AT] = ACTIONS(1406),
    [anon_sym_AT_COLON] = ACTIONS(1404),
    [anon_sym_if] = ACTIONS(1406),
    [anon_sym_else] = ACTIONS(1406),
    [anon_sym_elseif] = ACTIONS(1404),
    [anon_sym_new] = ACTIONS(1406),
    [anon_sym_TILDE] = ACTIONS(1404),
    [anon_sym_BANG] = ACTIONS(1406),
    [anon_sym_DASH] = ACTIONS(1406),
    [anon_sym_PLUS_PLUS] = ACTIONS(1404),
    [anon_sym_DASH_DASH] = ACTIONS(1404),
    [anon_sym_PERCENT] = ACTIONS(1404),
    [anon_sym_STAR] = ACTIONS(1404),
    [anon_sym_SLASH] = ACTIONS(1406),
    [anon_sym_PLUS] = ACTIONS(1406),
    [anon_sym_LT_LT] = ACTIONS(1404),
    [anon_sym_GT_GT] = ACTIONS(1406),
    [anon_sym_GT_GT_GT] = ACTIONS(1404),
    [anon_sym_AMP] = ACTIONS(1406),
    [anon_sym_PIPE] = ACTIONS(1406),
    [anon_sym_CARET] = ACTIONS(1404),
    [anon_sym_AMP_AMP] = ACTIONS(1404),
    [anon_sym_PIPE_PIPE] = ACTIONS(1404),
    [anon_sym_EQ_EQ] = ACTIONS(1404),
    [anon_sym_BANG_EQ] = ACTIONS(1404),
    [anon_sym_LT] = ACTIONS(1406),
    [anon_sym_LT_EQ] = ACTIONS(1404),
    [anon_sym_GT] = ACTIONS(1406),
    [anon_sym_GT_EQ] = ACTIONS(1404),
    [anon_sym_EQ_GT] = ACTIONS(1404),
    [anon_sym_QMARK_QMARK] = ACTIONS(1404),
    [anon_sym_EQ] = ACTIONS(1406),
    [sym__rangeOperator] = ACTIONS(1404),
    [anon_sym_null] = ACTIONS(1406),
    [anon_sym_macro] = ACTIONS(1406),
    [anon_sym_abstract] = ACTIONS(1406),
    [anon_sym_static] = ACTIONS(1406),
    [anon_sym_public] = ACTIONS(1406),
    [anon_sym_private] = ACTIONS(1406),
    [anon_sym_extern] = ACTIONS(1406),
    [anon_sym_inline] = ACTIONS(1406),
    [anon_sym_overload] = ACTIONS(1406),
    [anon_sym_override] = ACTIONS(1406),
    [anon_sym_final] = ACTIONS(1406),
    [anon_sym_class] = ACTIONS(1406),
    [anon_sym_interface] = ACTIONS(1406),
    [anon_sym_typedef] = ACTIONS(1406),
    [anon_sym_function] = ACTIONS(1406),
    [anon_sym_var] = ACTIONS(1406),
    [aux_sym_integer_token1] = ACTIONS(1406),
    [aux_sym_integer_token2] = ACTIONS(1404),
    [aux_sym_float_token1] = ACTIONS(1406),
    [aux_sym_float_token2] = ACTIONS(1404),
    [anon_sym_true] = ACTIONS(1406),
    [anon_sym_false] = ACTIONS(1406),
    [aux_sym_string_token1] = ACTIONS(1404),
    [aux_sym_string_token3] = ACTIONS(1404),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1404),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [213] = {
    [ts_builtin_sym_end] = ACTIONS(1506),
    [sym_identifier] = ACTIONS(1508),
    [anon_sym_POUND] = ACTIONS(1506),
    [anon_sym_package] = ACTIONS(1508),
    [anon_sym_DOT] = ACTIONS(1508),
    [anon_sym_import] = ACTIONS(1508),
    [anon_sym_using] = ACTIONS(1508),
    [anon_sym_throw] = ACTIONS(1508),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_RPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1508),
    [anon_sym_RBRACE] = ACTIONS(1506),
    [anon_sym_LBRACE] = ACTIONS(1506),
    [anon_sym_COLON] = ACTIONS(1506),
    [anon_sym_cast] = ACTIONS(1508),
    [anon_sym_COMMA] = ACTIONS(1506),
    [anon_sym_DOLLARtype] = ACTIONS(1506),
    [anon_sym_return] = ACTIONS(1508),
    [anon_sym_untyped] = ACTIONS(1508),
    [anon_sym_break] = ACTIONS(1508),
    [anon_sym_continue] = ACTIONS(1508),
    [anon_sym_LBRACK] = ACTIONS(1506),
    [anon_sym_RBRACK] = ACTIONS(1506),
    [anon_sym_this] = ACTIONS(1508),
    [anon_sym_QMARK] = ACTIONS(1508),
    [anon_sym_AT] = ACTIONS(1508),
    [anon_sym_AT_COLON] = ACTIONS(1506),
    [anon_sym_if] = ACTIONS(1508),
    [anon_sym_new] = ACTIONS(1508),
    [anon_sym_TILDE] = ACTIONS(1506),
    [anon_sym_BANG] = ACTIONS(1508),
    [anon_sym_DASH] = ACTIONS(1508),
    [anon_sym_PLUS_PLUS] = ACTIONS(1506),
    [anon_sym_DASH_DASH] = ACTIONS(1506),
    [anon_sym_PERCENT] = ACTIONS(1506),
    [anon_sym_STAR] = ACTIONS(1506),
    [anon_sym_SLASH] = ACTIONS(1508),
    [anon_sym_PLUS] = ACTIONS(1508),
    [anon_sym_LT_LT] = ACTIONS(1506),
    [anon_sym_GT_GT] = ACTIONS(1508),
    [anon_sym_GT_GT_GT] = ACTIONS(1506),
    [anon_sym_AMP] = ACTIONS(1508),
    [anon_sym_PIPE] = ACTIONS(1508),
    [anon_sym_CARET] = ACTIONS(1506),
    [anon_sym_AMP_AMP] = ACTIONS(1506),
    [anon_sym_PIPE_PIPE] = ACTIONS(1506),
    [anon_sym_EQ_EQ] = ACTIONS(1506),
    [anon_sym_BANG_EQ] = ACTIONS(1506),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1506),
    [anon_sym_GT] = ACTIONS(1508),
    [anon_sym_GT_EQ] = ACTIONS(1506),
    [anon_sym_EQ_GT] = ACTIONS(1506),
    [anon_sym_QMARK_QMARK] = ACTIONS(1506),
    [anon_sym_EQ] = ACTIONS(1508),
    [sym__rangeOperator] = ACTIONS(1506),
    [anon_sym_null] = ACTIONS(1508),
    [anon_sym_macro] = ACTIONS(1508),
    [anon_sym_abstract] = ACTIONS(1508),
    [anon_sym_static] = ACTIONS(1508),
    [anon_sym_public] = ACTIONS(1508),
    [anon_sym_private] = ACTIONS(1508),
    [anon_sym_extern] = ACTIONS(1508),
    [anon_sym_inline] = ACTIONS(1508),
    [anon_sym_overload] = ACTIONS(1508),
    [anon_sym_override] = ACTIONS(1508),
    [anon_sym_final] = ACTIONS(1508),
    [anon_sym_class] = ACTIONS(1508),
    [anon_sym_interface] = ACTIONS(1508),
    [anon_sym_typedef] = ACTIONS(1508),
    [anon_sym_function] = ACTIONS(1508),
    [anon_sym_var] = ACTIONS(1508),
    [aux_sym_integer_token1] = ACTIONS(1508),
    [aux_sym_integer_token2] = ACTIONS(1506),
    [aux_sym_float_token1] = ACTIONS(1508),
    [aux_sym_float_token2] = ACTIONS(1506),
    [anon_sym_true] = ACTIONS(1508),
    [anon_sym_false] = ACTIONS(1508),
    [aux_sym_string_token1] = ACTIONS(1506),
    [aux_sym_string_token3] = ACTIONS(1506),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [214] = {
    [ts_builtin_sym_end] = ACTIONS(594),
    [sym_identifier] = ACTIONS(592),
    [anon_sym_POUND] = ACTIONS(594),
    [anon_sym_package] = ACTIONS(592),
    [anon_sym_DOT] = ACTIONS(592),
    [anon_sym_import] = ACTIONS(592),
    [anon_sym_using] = ACTIONS(592),
    [anon_sym_throw] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_RPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_RBRACE] = ACTIONS(594),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_COLON] = ACTIONS(594),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_COMMA] = ACTIONS(594),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_RBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_QMARK] = ACTIONS(592),
    [anon_sym_AT] = ACTIONS(592),
    [anon_sym_AT_COLON] = ACTIONS(594),
    [anon_sym_if] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(594),
    [anon_sym_BANG] = ACTIONS(592),
    [anon_sym_DASH] = ACTIONS(592),
    [anon_sym_PLUS_PLUS] = ACTIONS(594),
    [anon_sym_DASH_DASH] = ACTIONS(594),
    [anon_sym_PERCENT] = ACTIONS(594),
    [anon_sym_STAR] = ACTIONS(594),
    [anon_sym_SLASH] = ACTIONS(592),
    [anon_sym_PLUS] = ACTIONS(592),
    [anon_sym_LT_LT] = ACTIONS(594),
    [anon_sym_GT_GT] = ACTIONS(592),
    [anon_sym_GT_GT_GT] = ACTIONS(594),
    [anon_sym_AMP] = ACTIONS(592),
    [anon_sym_PIPE] = ACTIONS(592),
    [anon_sym_CARET] = ACTIONS(594),
    [anon_sym_AMP_AMP] = ACTIONS(594),
    [anon_sym_PIPE_PIPE] = ACTIONS(594),
    [anon_sym_EQ_EQ] = ACTIONS(594),
    [anon_sym_BANG_EQ] = ACTIONS(594),
    [anon_sym_LT] = ACTIONS(592),
    [anon_sym_LT_EQ] = ACTIONS(594),
    [anon_sym_GT] = ACTIONS(592),
    [anon_sym_GT_EQ] = ACTIONS(594),
    [anon_sym_EQ_GT] = ACTIONS(594),
    [anon_sym_QMARK_QMARK] = ACTIONS(594),
    [anon_sym_EQ] = ACTIONS(592),
    [sym__rangeOperator] = ACTIONS(594),
    [anon_sym_null] = ACTIONS(592),
    [anon_sym_macro] = ACTIONS(592),
    [anon_sym_abstract] = ACTIONS(592),
    [anon_sym_static] = ACTIONS(592),
    [anon_sym_public] = ACTIONS(592),
    [anon_sym_private] = ACTIONS(592),
    [anon_sym_extern] = ACTIONS(592),
    [anon_sym_inline] = ACTIONS(592),
    [anon_sym_overload] = ACTIONS(592),
    [anon_sym_override] = ACTIONS(592),
    [anon_sym_final] = ACTIONS(592),
    [anon_sym_class] = ACTIONS(592),
    [anon_sym_interface] = ACTIONS(592),
    [anon_sym_typedef] = ACTIONS(592),
    [anon_sym_function] = ACTIONS(592),
    [anon_sym_var] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [215] = {
    [ts_builtin_sym_end] = ACTIONS(1540),
    [sym_identifier] = ACTIONS(1542),
    [anon_sym_POUND] = ACTIONS(1540),
    [anon_sym_package] = ACTIONS(1542),
    [anon_sym_DOT] = ACTIONS(1542),
    [anon_sym_import] = ACTIONS(1542),
    [anon_sym_using] = ACTIONS(1542),
    [anon_sym_throw] = ACTIONS(1542),
    [anon_sym_LPAREN] = ACTIONS(1540),
    [anon_sym_RPAREN] = ACTIONS(1540),
    [anon_sym_switch] = ACTIONS(1542),
    [anon_sym_RBRACE] = ACTIONS(1540),
    [anon_sym_LBRACE] = ACTIONS(1540),
    [anon_sym_COLON] = ACTIONS(1540),
    [anon_sym_cast] = ACTIONS(1542),
    [anon_sym_COMMA] = ACTIONS(1540),
    [anon_sym_DOLLARtype] = ACTIONS(1540),
    [anon_sym_return] = ACTIONS(1542),
    [anon_sym_untyped] = ACTIONS(1542),
    [anon_sym_break] = ACTIONS(1542),
    [anon_sym_continue] = ACTIONS(1542),
    [anon_sym_LBRACK] = ACTIONS(1540),
    [anon_sym_RBRACK] = ACTIONS(1540),
    [anon_sym_this] = ACTIONS(1542),
    [anon_sym_QMARK] = ACTIONS(1542),
    [anon_sym_AT] = ACTIONS(1542),
    [anon_sym_AT_COLON] = ACTIONS(1540),
    [anon_sym_if] = ACTIONS(1542),
    [anon_sym_new] = ACTIONS(1542),
    [anon_sym_TILDE] = ACTIONS(1540),
    [anon_sym_BANG] = ACTIONS(1542),
    [anon_sym_DASH] = ACTIONS(1542),
    [anon_sym_PLUS_PLUS] = ACTIONS(1540),
    [anon_sym_DASH_DASH] = ACTIONS(1540),
    [anon_sym_PERCENT] = ACTIONS(1540),
    [anon_sym_STAR] = ACTIONS(1540),
    [anon_sym_SLASH] = ACTIONS(1542),
    [anon_sym_PLUS] = ACTIONS(1542),
    [anon_sym_LT_LT] = ACTIONS(1540),
    [anon_sym_GT_GT] = ACTIONS(1542),
    [anon_sym_GT_GT_GT] = ACTIONS(1540),
    [anon_sym_AMP] = ACTIONS(1542),
    [anon_sym_PIPE] = ACTIONS(1542),
    [anon_sym_CARET] = ACTIONS(1540),
    [anon_sym_AMP_AMP] = ACTIONS(1540),
    [anon_sym_PIPE_PIPE] = ACTIONS(1540),
    [anon_sym_EQ_EQ] = ACTIONS(1540),
    [anon_sym_BANG_EQ] = ACTIONS(1540),
    [anon_sym_LT] = ACTIONS(1542),
    [anon_sym_LT_EQ] = ACTIONS(1540),
    [anon_sym_GT] = ACTIONS(1542),
    [anon_sym_GT_EQ] = ACTIONS(1540),
    [anon_sym_EQ_GT] = ACTIONS(1540),
    [anon_sym_QMARK_QMARK] = ACTIONS(1540),
    [anon_sym_EQ] = ACTIONS(1542),
    [sym__rangeOperator] = ACTIONS(1540),
    [anon_sym_null] = ACTIONS(1542),
    [anon_sym_macro] = ACTIONS(1542),
    [anon_sym_abstract] = ACTIONS(1542),
    [anon_sym_static] = ACTIONS(1542),
    [anon_sym_public] = ACTIONS(1542),
    [anon_sym_private] = ACTIONS(1542),
    [anon_sym_extern] = ACTIONS(1542),
    [anon_sym_inline] = ACTIONS(1542),
    [anon_sym_overload] = ACTIONS(1542),
    [anon_sym_override] = ACTIONS(1542),
    [anon_sym_final] = ACTIONS(1542),
    [anon_sym_class] = ACTIONS(1542),
    [anon_sym_interface] = ACTIONS(1542),
    [anon_sym_typedef] = ACTIONS(1542),
    [anon_sym_function] = ACTIONS(1542),
    [anon_sym_var] = ACTIONS(1542),
    [aux_sym_integer_token1] = ACTIONS(1542),
    [aux_sym_integer_token2] = ACTIONS(1540),
    [aux_sym_float_token1] = ACTIONS(1542),
    [aux_sym_float_token2] = ACTIONS(1540),
    [anon_sym_true] = ACTIONS(1542),
    [anon_sym_false] = ACTIONS(1542),
    [aux_sym_string_token1] = ACTIONS(1540),
    [aux_sym_string_token3] = ACTIONS(1540),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [216] = {
    [ts_builtin_sym_end] = ACTIONS(1544),
    [sym_identifier] = ACTIONS(1546),
    [anon_sym_POUND] = ACTIONS(1544),
    [anon_sym_package] = ACTIONS(1546),
    [anon_sym_DOT] = ACTIONS(1546),
    [anon_sym_import] = ACTIONS(1546),
    [anon_sym_using] = ACTIONS(1546),
    [anon_sym_throw] = ACTIONS(1546),
    [anon_sym_LPAREN] = ACTIONS(1544),
    [anon_sym_RPAREN] = ACTIONS(1544),
    [anon_sym_switch] = ACTIONS(1546),
    [anon_sym_RBRACE] = ACTIONS(1544),
    [anon_sym_LBRACE] = ACTIONS(1544),
    [anon_sym_COLON] = ACTIONS(1544),
    [anon_sym_cast] = ACTIONS(1546),
    [anon_sym_COMMA] = ACTIONS(1544),
    [anon_sym_DOLLARtype] = ACTIONS(1544),
    [anon_sym_return] = ACTIONS(1546),
    [anon_sym_untyped] = ACTIONS(1546),
    [anon_sym_break] = ACTIONS(1546),
    [anon_sym_continue] = ACTIONS(1546),
    [anon_sym_LBRACK] = ACTIONS(1544),
    [anon_sym_RBRACK] = ACTIONS(1544),
    [anon_sym_this] = ACTIONS(1546),
    [anon_sym_QMARK] = ACTIONS(1546),
    [anon_sym_AT] = ACTIONS(1546),
    [anon_sym_AT_COLON] = ACTIONS(1544),
    [anon_sym_if] = ACTIONS(1546),
    [anon_sym_new] = ACTIONS(1546),
    [anon_sym_TILDE] = ACTIONS(1544),
    [anon_sym_BANG] = ACTIONS(1546),
    [anon_sym_DASH] = ACTIONS(1546),
    [anon_sym_PLUS_PLUS] = ACTIONS(1544),
    [anon_sym_DASH_DASH] = ACTIONS(1544),
    [anon_sym_PERCENT] = ACTIONS(1544),
    [anon_sym_STAR] = ACTIONS(1544),
    [anon_sym_SLASH] = ACTIONS(1546),
    [anon_sym_PLUS] = ACTIONS(1546),
    [anon_sym_LT_LT] = ACTIONS(1544),
    [anon_sym_GT_GT] = ACTIONS(1546),
    [anon_sym_GT_GT_GT] = ACTIONS(1544),
    [anon_sym_AMP] = ACTIONS(1546),
    [anon_sym_PIPE] = ACTIONS(1546),
    [anon_sym_CARET] = ACTIONS(1544),
    [anon_sym_AMP_AMP] = ACTIONS(1544),
    [anon_sym_PIPE_PIPE] = ACTIONS(1544),
    [anon_sym_EQ_EQ] = ACTIONS(1544),
    [anon_sym_BANG_EQ] = ACTIONS(1544),
    [anon_sym_LT] = ACTIONS(1546),
    [anon_sym_LT_EQ] = ACTIONS(1544),
    [anon_sym_GT] = ACTIONS(1546),
    [anon_sym_GT_EQ] = ACTIONS(1544),
    [anon_sym_EQ_GT] = ACTIONS(1544),
    [anon_sym_QMARK_QMARK] = ACTIONS(1544),
    [anon_sym_EQ] = ACTIONS(1546),
    [sym__rangeOperator] = ACTIONS(1544),
    [anon_sym_null] = ACTIONS(1546),
    [anon_sym_macro] = ACTIONS(1546),
    [anon_sym_abstract] = ACTIONS(1546),
    [anon_sym_static] = ACTIONS(1546),
    [anon_sym_public] = ACTIONS(1546),
    [anon_sym_private] = ACTIONS(1546),
    [anon_sym_extern] = ACTIONS(1546),
    [anon_sym_inline] = ACTIONS(1546),
    [anon_sym_overload] = ACTIONS(1546),
    [anon_sym_override] = ACTIONS(1546),
    [anon_sym_final] = ACTIONS(1546),
    [anon_sym_class] = ACTIONS(1546),
    [anon_sym_interface] = ACTIONS(1546),
    [anon_sym_typedef] = ACTIONS(1546),
    [anon_sym_function] = ACTIONS(1546),
    [anon_sym_var] = ACTIONS(1546),
    [aux_sym_integer_token1] = ACTIONS(1546),
    [aux_sym_integer_token2] = ACTIONS(1544),
    [aux_sym_float_token1] = ACTIONS(1546),
    [aux_sym_float_token2] = ACTIONS(1544),
    [anon_sym_true] = ACTIONS(1546),
    [anon_sym_false] = ACTIONS(1546),
    [aux_sym_string_token1] = ACTIONS(1544),
    [aux_sym_string_token3] = ACTIONS(1544),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [217] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1504),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_RPAREN] = ACTIONS(1502),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_RBRACE] = ACTIONS(1506),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1502),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_COMMA] = ACTIONS(1502),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1468),
    [anon_sym_RBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1504),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1502),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [218] = {
    [ts_builtin_sym_end] = ACTIONS(1548),
    [sym_identifier] = ACTIONS(1550),
    [anon_sym_POUND] = ACTIONS(1548),
    [anon_sym_package] = ACTIONS(1550),
    [anon_sym_DOT] = ACTIONS(1550),
    [anon_sym_import] = ACTIONS(1550),
    [anon_sym_using] = ACTIONS(1550),
    [anon_sym_throw] = ACTIONS(1550),
    [anon_sym_LPAREN] = ACTIONS(1548),
    [anon_sym_RPAREN] = ACTIONS(1548),
    [anon_sym_switch] = ACTIONS(1550),
    [anon_sym_RBRACE] = ACTIONS(1548),
    [anon_sym_LBRACE] = ACTIONS(1548),
    [anon_sym_COLON] = ACTIONS(1548),
    [anon_sym_cast] = ACTIONS(1550),
    [anon_sym_COMMA] = ACTIONS(1548),
    [anon_sym_DOLLARtype] = ACTIONS(1548),
    [anon_sym_return] = ACTIONS(1550),
    [anon_sym_untyped] = ACTIONS(1550),
    [anon_sym_break] = ACTIONS(1550),
    [anon_sym_continue] = ACTIONS(1550),
    [anon_sym_LBRACK] = ACTIONS(1548),
    [anon_sym_RBRACK] = ACTIONS(1548),
    [anon_sym_this] = ACTIONS(1550),
    [anon_sym_QMARK] = ACTIONS(1550),
    [anon_sym_AT] = ACTIONS(1550),
    [anon_sym_AT_COLON] = ACTIONS(1548),
    [anon_sym_if] = ACTIONS(1550),
    [anon_sym_new] = ACTIONS(1550),
    [anon_sym_TILDE] = ACTIONS(1548),
    [anon_sym_BANG] = ACTIONS(1550),
    [anon_sym_DASH] = ACTIONS(1550),
    [anon_sym_PLUS_PLUS] = ACTIONS(1548),
    [anon_sym_DASH_DASH] = ACTIONS(1548),
    [anon_sym_PERCENT] = ACTIONS(1548),
    [anon_sym_STAR] = ACTIONS(1548),
    [anon_sym_SLASH] = ACTIONS(1550),
    [anon_sym_PLUS] = ACTIONS(1550),
    [anon_sym_LT_LT] = ACTIONS(1548),
    [anon_sym_GT_GT] = ACTIONS(1550),
    [anon_sym_GT_GT_GT] = ACTIONS(1548),
    [anon_sym_AMP] = ACTIONS(1550),
    [anon_sym_PIPE] = ACTIONS(1550),
    [anon_sym_CARET] = ACTIONS(1548),
    [anon_sym_AMP_AMP] = ACTIONS(1548),
    [anon_sym_PIPE_PIPE] = ACTIONS(1548),
    [anon_sym_EQ_EQ] = ACTIONS(1548),
    [anon_sym_BANG_EQ] = ACTIONS(1548),
    [anon_sym_LT] = ACTIONS(1550),
    [anon_sym_LT_EQ] = ACTIONS(1548),
    [anon_sym_GT] = ACTIONS(1550),
    [anon_sym_GT_EQ] = ACTIONS(1548),
    [anon_sym_EQ_GT] = ACTIONS(1548),
    [anon_sym_QMARK_QMARK] = ACTIONS(1548),
    [anon_sym_EQ] = ACTIONS(1550),
    [sym__rangeOperator] = ACTIONS(1548),
    [anon_sym_null] = ACTIONS(1550),
    [anon_sym_macro] = ACTIONS(1550),
    [anon_sym_abstract] = ACTIONS(1550),
    [anon_sym_static] = ACTIONS(1550),
    [anon_sym_public] = ACTIONS(1550),
    [anon_sym_private] = ACTIONS(1550),
    [anon_sym_extern] = ACTIONS(1550),
    [anon_sym_inline] = ACTIONS(1550),
    [anon_sym_overload] = ACTIONS(1550),
    [anon_sym_override] = ACTIONS(1550),
    [anon_sym_final] = ACTIONS(1550),
    [anon_sym_class] = ACTIONS(1550),
    [anon_sym_interface] = ACTIONS(1550),
    [anon_sym_typedef] = ACTIONS(1550),
    [anon_sym_function] = ACTIONS(1550),
    [anon_sym_var] = ACTIONS(1550),
    [aux_sym_integer_token1] = ACTIONS(1550),
    [aux_sym_integer_token2] = ACTIONS(1548),
    [aux_sym_float_token1] = ACTIONS(1550),
    [aux_sym_float_token2] = ACTIONS(1548),
    [anon_sym_true] = ACTIONS(1550),
    [anon_sym_false] = ACTIONS(1550),
    [aux_sym_string_token1] = ACTIONS(1548),
    [aux_sym_string_token3] = ACTIONS(1548),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [219] = {
    [ts_builtin_sym_end] = ACTIONS(1552),
    [sym_identifier] = ACTIONS(1554),
    [anon_sym_POUND] = ACTIONS(1552),
    [anon_sym_package] = ACTIONS(1554),
    [anon_sym_DOT] = ACTIONS(1554),
    [anon_sym_import] = ACTIONS(1554),
    [anon_sym_using] = ACTIONS(1554),
    [anon_sym_throw] = ACTIONS(1554),
    [anon_sym_LPAREN] = ACTIONS(1552),
    [anon_sym_RPAREN] = ACTIONS(1552),
    [anon_sym_switch] = ACTIONS(1554),
    [anon_sym_RBRACE] = ACTIONS(1552),
    [anon_sym_LBRACE] = ACTIONS(1552),
    [anon_sym_COLON] = ACTIONS(1552),
    [anon_sym_cast] = ACTIONS(1554),
    [anon_sym_COMMA] = ACTIONS(1552),
    [anon_sym_DOLLARtype] = ACTIONS(1552),
    [anon_sym_return] = ACTIONS(1554),
    [anon_sym_untyped] = ACTIONS(1554),
    [anon_sym_break] = ACTIONS(1554),
    [anon_sym_continue] = ACTIONS(1554),
    [anon_sym_LBRACK] = ACTIONS(1552),
    [anon_sym_RBRACK] = ACTIONS(1552),
    [anon_sym_this] = ACTIONS(1554),
    [anon_sym_QMARK] = ACTIONS(1554),
    [anon_sym_AT] = ACTIONS(1554),
    [anon_sym_AT_COLON] = ACTIONS(1552),
    [anon_sym_if] = ACTIONS(1554),
    [anon_sym_new] = ACTIONS(1554),
    [anon_sym_TILDE] = ACTIONS(1552),
    [anon_sym_BANG] = ACTIONS(1554),
    [anon_sym_DASH] = ACTIONS(1554),
    [anon_sym_PLUS_PLUS] = ACTIONS(1552),
    [anon_sym_DASH_DASH] = ACTIONS(1552),
    [anon_sym_PERCENT] = ACTIONS(1552),
    [anon_sym_STAR] = ACTIONS(1552),
    [anon_sym_SLASH] = ACTIONS(1554),
    [anon_sym_PLUS] = ACTIONS(1554),
    [anon_sym_LT_LT] = ACTIONS(1552),
    [anon_sym_GT_GT] = ACTIONS(1554),
    [anon_sym_GT_GT_GT] = ACTIONS(1552),
    [anon_sym_AMP] = ACTIONS(1554),
    [anon_sym_PIPE] = ACTIONS(1554),
    [anon_sym_CARET] = ACTIONS(1552),
    [anon_sym_AMP_AMP] = ACTIONS(1552),
    [anon_sym_PIPE_PIPE] = ACTIONS(1552),
    [anon_sym_EQ_EQ] = ACTIONS(1552),
    [anon_sym_BANG_EQ] = ACTIONS(1552),
    [anon_sym_LT] = ACTIONS(1554),
    [anon_sym_LT_EQ] = ACTIONS(1552),
    [anon_sym_GT] = ACTIONS(1554),
    [anon_sym_GT_EQ] = ACTIONS(1552),
    [anon_sym_EQ_GT] = ACTIONS(1552),
    [anon_sym_QMARK_QMARK] = ACTIONS(1552),
    [anon_sym_EQ] = ACTIONS(1554),
    [sym__rangeOperator] = ACTIONS(1552),
    [anon_sym_null] = ACTIONS(1554),
    [anon_sym_macro] = ACTIONS(1554),
    [anon_sym_abstract] = ACTIONS(1554),
    [anon_sym_static] = ACTIONS(1554),
    [anon_sym_public] = ACTIONS(1554),
    [anon_sym_private] = ACTIONS(1554),
    [anon_sym_extern] = ACTIONS(1554),
    [anon_sym_inline] = ACTIONS(1554),
    [anon_sym_overload] = ACTIONS(1554),
    [anon_sym_override] = ACTIONS(1554),
    [anon_sym_final] = ACTIONS(1554),
    [anon_sym_class] = ACTIONS(1554),
    [anon_sym_interface] = ACTIONS(1554),
    [anon_sym_typedef] = ACTIONS(1554),
    [anon_sym_function] = ACTIONS(1554),
    [anon_sym_var] = ACTIONS(1554),
    [aux_sym_integer_token1] = ACTIONS(1554),
    [aux_sym_integer_token2] = ACTIONS(1552),
    [aux_sym_float_token1] = ACTIONS(1554),
    [aux_sym_float_token2] = ACTIONS(1552),
    [anon_sym_true] = ACTIONS(1554),
    [anon_sym_false] = ACTIONS(1554),
    [aux_sym_string_token1] = ACTIONS(1552),
    [aux_sym_string_token3] = ACTIONS(1552),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [220] = {
    [sym_identifier] = ACTIONS(1398),
    [anon_sym_POUND] = ACTIONS(1396),
    [anon_sym_package] = ACTIONS(1398),
    [anon_sym_DOT] = ACTIONS(1398),
    [anon_sym_import] = ACTIONS(1398),
    [anon_sym_using] = ACTIONS(1398),
    [anon_sym_throw] = ACTIONS(1398),
    [anon_sym_LPAREN] = ACTIONS(1396),
    [anon_sym_switch] = ACTIONS(1398),
    [anon_sym_LBRACE] = ACTIONS(1396),
    [anon_sym_case] = ACTIONS(1398),
    [anon_sym_default] = ACTIONS(1398),
    [anon_sym_cast] = ACTIONS(1398),
    [anon_sym_COMMA] = ACTIONS(1396),
    [anon_sym_DOLLARtype] = ACTIONS(1396),
    [anon_sym_return] = ACTIONS(1398),
    [anon_sym_untyped] = ACTIONS(1398),
    [anon_sym_break] = ACTIONS(1398),
    [anon_sym_continue] = ACTIONS(1398),
    [anon_sym_LBRACK] = ACTIONS(1396),
    [anon_sym_this] = ACTIONS(1398),
    [anon_sym_QMARK] = ACTIONS(1398),
    [anon_sym_AT] = ACTIONS(1398),
    [anon_sym_AT_COLON] = ACTIONS(1396),
    [anon_sym_if] = ACTIONS(1398),
    [anon_sym_else] = ACTIONS(1398),
    [anon_sym_elseif] = ACTIONS(1396),
    [anon_sym_new] = ACTIONS(1398),
    [anon_sym_TILDE] = ACTIONS(1396),
    [anon_sym_BANG] = ACTIONS(1398),
    [anon_sym_DASH] = ACTIONS(1398),
    [anon_sym_PLUS_PLUS] = ACTIONS(1396),
    [anon_sym_DASH_DASH] = ACTIONS(1396),
    [anon_sym_PERCENT] = ACTIONS(1396),
    [anon_sym_STAR] = ACTIONS(1396),
    [anon_sym_SLASH] = ACTIONS(1398),
    [anon_sym_PLUS] = ACTIONS(1398),
    [anon_sym_LT_LT] = ACTIONS(1396),
    [anon_sym_GT_GT] = ACTIONS(1398),
    [anon_sym_GT_GT_GT] = ACTIONS(1396),
    [anon_sym_AMP] = ACTIONS(1398),
    [anon_sym_PIPE] = ACTIONS(1398),
    [anon_sym_CARET] = ACTIONS(1396),
    [anon_sym_AMP_AMP] = ACTIONS(1396),
    [anon_sym_PIPE_PIPE] = ACTIONS(1396),
    [anon_sym_EQ_EQ] = ACTIONS(1396),
    [anon_sym_BANG_EQ] = ACTIONS(1396),
    [anon_sym_LT] = ACTIONS(1398),
    [anon_sym_LT_EQ] = ACTIONS(1396),
    [anon_sym_GT] = ACTIONS(1398),
    [anon_sym_GT_EQ] = ACTIONS(1396),
    [anon_sym_EQ_GT] = ACTIONS(1396),
    [anon_sym_QMARK_QMARK] = ACTIONS(1396),
    [anon_sym_EQ] = ACTIONS(1398),
    [sym__rangeOperator] = ACTIONS(1396),
    [anon_sym_null] = ACTIONS(1398),
    [anon_sym_macro] = ACTIONS(1398),
    [anon_sym_abstract] = ACTIONS(1398),
    [anon_sym_static] = ACTIONS(1398),
    [anon_sym_public] = ACTIONS(1398),
    [anon_sym_private] = ACTIONS(1398),
    [anon_sym_extern] = ACTIONS(1398),
    [anon_sym_inline] = ACTIONS(1398),
    [anon_sym_overload] = ACTIONS(1398),
    [anon_sym_override] = ACTIONS(1398),
    [anon_sym_final] = ACTIONS(1398),
    [anon_sym_class] = ACTIONS(1398),
    [anon_sym_interface] = ACTIONS(1398),
    [anon_sym_typedef] = ACTIONS(1398),
    [anon_sym_function] = ACTIONS(1398),
    [anon_sym_var] = ACTIONS(1398),
    [aux_sym_integer_token1] = ACTIONS(1398),
    [aux_sym_integer_token2] = ACTIONS(1396),
    [aux_sym_float_token1] = ACTIONS(1398),
    [aux_sym_float_token2] = ACTIONS(1396),
    [anon_sym_true] = ACTIONS(1398),
    [anon_sym_false] = ACTIONS(1398),
    [aux_sym_string_token1] = ACTIONS(1396),
    [aux_sym_string_token3] = ACTIONS(1396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1396),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [221] = {
    [ts_builtin_sym_end] = ACTIONS(1556),
    [sym_identifier] = ACTIONS(1558),
    [anon_sym_POUND] = ACTIONS(1556),
    [anon_sym_package] = ACTIONS(1558),
    [anon_sym_DOT] = ACTIONS(1558),
    [anon_sym_import] = ACTIONS(1558),
    [anon_sym_using] = ACTIONS(1558),
    [anon_sym_throw] = ACTIONS(1558),
    [anon_sym_LPAREN] = ACTIONS(1556),
    [anon_sym_RPAREN] = ACTIONS(1556),
    [anon_sym_switch] = ACTIONS(1558),
    [anon_sym_RBRACE] = ACTIONS(1556),
    [anon_sym_LBRACE] = ACTIONS(1556),
    [anon_sym_COLON] = ACTIONS(1556),
    [anon_sym_cast] = ACTIONS(1558),
    [anon_sym_COMMA] = ACTIONS(1556),
    [anon_sym_DOLLARtype] = ACTIONS(1556),
    [anon_sym_return] = ACTIONS(1558),
    [anon_sym_untyped] = ACTIONS(1558),
    [anon_sym_break] = ACTIONS(1558),
    [anon_sym_continue] = ACTIONS(1558),
    [anon_sym_LBRACK] = ACTIONS(1556),
    [anon_sym_RBRACK] = ACTIONS(1556),
    [anon_sym_this] = ACTIONS(1558),
    [anon_sym_QMARK] = ACTIONS(1558),
    [anon_sym_AT] = ACTIONS(1558),
    [anon_sym_AT_COLON] = ACTIONS(1556),
    [anon_sym_if] = ACTIONS(1558),
    [anon_sym_new] = ACTIONS(1558),
    [anon_sym_TILDE] = ACTIONS(1556),
    [anon_sym_BANG] = ACTIONS(1558),
    [anon_sym_DASH] = ACTIONS(1558),
    [anon_sym_PLUS_PLUS] = ACTIONS(1556),
    [anon_sym_DASH_DASH] = ACTIONS(1556),
    [anon_sym_PERCENT] = ACTIONS(1556),
    [anon_sym_STAR] = ACTIONS(1556),
    [anon_sym_SLASH] = ACTIONS(1558),
    [anon_sym_PLUS] = ACTIONS(1558),
    [anon_sym_LT_LT] = ACTIONS(1556),
    [anon_sym_GT_GT] = ACTIONS(1558),
    [anon_sym_GT_GT_GT] = ACTIONS(1556),
    [anon_sym_AMP] = ACTIONS(1558),
    [anon_sym_PIPE] = ACTIONS(1558),
    [anon_sym_CARET] = ACTIONS(1556),
    [anon_sym_AMP_AMP] = ACTIONS(1556),
    [anon_sym_PIPE_PIPE] = ACTIONS(1556),
    [anon_sym_EQ_EQ] = ACTIONS(1556),
    [anon_sym_BANG_EQ] = ACTIONS(1556),
    [anon_sym_LT] = ACTIONS(1558),
    [anon_sym_LT_EQ] = ACTIONS(1556),
    [anon_sym_GT] = ACTIONS(1558),
    [anon_sym_GT_EQ] = ACTIONS(1556),
    [anon_sym_EQ_GT] = ACTIONS(1556),
    [anon_sym_QMARK_QMARK] = ACTIONS(1556),
    [anon_sym_EQ] = ACTIONS(1558),
    [sym__rangeOperator] = ACTIONS(1556),
    [anon_sym_null] = ACTIONS(1558),
    [anon_sym_macro] = ACTIONS(1558),
    [anon_sym_abstract] = ACTIONS(1558),
    [anon_sym_static] = ACTIONS(1558),
    [anon_sym_public] = ACTIONS(1558),
    [anon_sym_private] = ACTIONS(1558),
    [anon_sym_extern] = ACTIONS(1558),
    [anon_sym_inline] = ACTIONS(1558),
    [anon_sym_overload] = ACTIONS(1558),
    [anon_sym_override] = ACTIONS(1558),
    [anon_sym_final] = ACTIONS(1558),
    [anon_sym_class] = ACTIONS(1558),
    [anon_sym_interface] = ACTIONS(1558),
    [anon_sym_typedef] = ACTIONS(1558),
    [anon_sym_function] = ACTIONS(1558),
    [anon_sym_var] = ACTIONS(1558),
    [aux_sym_integer_token1] = ACTIONS(1558),
    [aux_sym_integer_token2] = ACTIONS(1556),
    [aux_sym_float_token1] = ACTIONS(1558),
    [aux_sym_float_token2] = ACTIONS(1556),
    [anon_sym_true] = ACTIONS(1558),
    [anon_sym_false] = ACTIONS(1558),
    [aux_sym_string_token1] = ACTIONS(1556),
    [aux_sym_string_token3] = ACTIONS(1556),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [222] = {
    [ts_builtin_sym_end] = ACTIONS(1560),
    [sym_identifier] = ACTIONS(1562),
    [anon_sym_POUND] = ACTIONS(1560),
    [anon_sym_package] = ACTIONS(1562),
    [anon_sym_DOT] = ACTIONS(1562),
    [anon_sym_import] = ACTIONS(1562),
    [anon_sym_using] = ACTIONS(1562),
    [anon_sym_throw] = ACTIONS(1562),
    [anon_sym_LPAREN] = ACTIONS(1560),
    [anon_sym_RPAREN] = ACTIONS(1560),
    [anon_sym_switch] = ACTIONS(1562),
    [anon_sym_RBRACE] = ACTIONS(1560),
    [anon_sym_LBRACE] = ACTIONS(1560),
    [anon_sym_COLON] = ACTIONS(1560),
    [anon_sym_cast] = ACTIONS(1562),
    [anon_sym_COMMA] = ACTIONS(1560),
    [anon_sym_DOLLARtype] = ACTIONS(1560),
    [anon_sym_return] = ACTIONS(1562),
    [anon_sym_untyped] = ACTIONS(1562),
    [anon_sym_break] = ACTIONS(1562),
    [anon_sym_continue] = ACTIONS(1562),
    [anon_sym_LBRACK] = ACTIONS(1560),
    [anon_sym_RBRACK] = ACTIONS(1560),
    [anon_sym_this] = ACTIONS(1562),
    [anon_sym_QMARK] = ACTIONS(1562),
    [anon_sym_AT] = ACTIONS(1562),
    [anon_sym_AT_COLON] = ACTIONS(1560),
    [anon_sym_if] = ACTIONS(1562),
    [anon_sym_new] = ACTIONS(1562),
    [anon_sym_TILDE] = ACTIONS(1560),
    [anon_sym_BANG] = ACTIONS(1562),
    [anon_sym_DASH] = ACTIONS(1562),
    [anon_sym_PLUS_PLUS] = ACTIONS(1560),
    [anon_sym_DASH_DASH] = ACTIONS(1560),
    [anon_sym_PERCENT] = ACTIONS(1560),
    [anon_sym_STAR] = ACTIONS(1560),
    [anon_sym_SLASH] = ACTIONS(1562),
    [anon_sym_PLUS] = ACTIONS(1562),
    [anon_sym_LT_LT] = ACTIONS(1560),
    [anon_sym_GT_GT] = ACTIONS(1562),
    [anon_sym_GT_GT_GT] = ACTIONS(1560),
    [anon_sym_AMP] = ACTIONS(1562),
    [anon_sym_PIPE] = ACTIONS(1562),
    [anon_sym_CARET] = ACTIONS(1560),
    [anon_sym_AMP_AMP] = ACTIONS(1560),
    [anon_sym_PIPE_PIPE] = ACTIONS(1560),
    [anon_sym_EQ_EQ] = ACTIONS(1560),
    [anon_sym_BANG_EQ] = ACTIONS(1560),
    [anon_sym_LT] = ACTIONS(1562),
    [anon_sym_LT_EQ] = ACTIONS(1560),
    [anon_sym_GT] = ACTIONS(1562),
    [anon_sym_GT_EQ] = ACTIONS(1560),
    [anon_sym_EQ_GT] = ACTIONS(1560),
    [anon_sym_QMARK_QMARK] = ACTIONS(1560),
    [anon_sym_EQ] = ACTIONS(1562),
    [sym__rangeOperator] = ACTIONS(1560),
    [anon_sym_null] = ACTIONS(1562),
    [anon_sym_macro] = ACTIONS(1562),
    [anon_sym_abstract] = ACTIONS(1562),
    [anon_sym_static] = ACTIONS(1562),
    [anon_sym_public] = ACTIONS(1562),
    [anon_sym_private] = ACTIONS(1562),
    [anon_sym_extern] = ACTIONS(1562),
    [anon_sym_inline] = ACTIONS(1562),
    [anon_sym_overload] = ACTIONS(1562),
    [anon_sym_override] = ACTIONS(1562),
    [anon_sym_final] = ACTIONS(1562),
    [anon_sym_class] = ACTIONS(1562),
    [anon_sym_interface] = ACTIONS(1562),
    [anon_sym_typedef] = ACTIONS(1562),
    [anon_sym_function] = ACTIONS(1562),
    [anon_sym_var] = ACTIONS(1562),
    [aux_sym_integer_token1] = ACTIONS(1562),
    [aux_sym_integer_token2] = ACTIONS(1560),
    [aux_sym_float_token1] = ACTIONS(1562),
    [aux_sym_float_token2] = ACTIONS(1560),
    [anon_sym_true] = ACTIONS(1562),
    [anon_sym_false] = ACTIONS(1562),
    [aux_sym_string_token1] = ACTIONS(1560),
    [aux_sym_string_token3] = ACTIONS(1560),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [223] = {
    [sym_identifier] = ACTIONS(1402),
    [anon_sym_POUND] = ACTIONS(1400),
    [anon_sym_package] = ACTIONS(1402),
    [anon_sym_DOT] = ACTIONS(1402),
    [anon_sym_import] = ACTIONS(1402),
    [anon_sym_using] = ACTIONS(1402),
    [anon_sym_throw] = ACTIONS(1402),
    [anon_sym_LPAREN] = ACTIONS(1400),
    [anon_sym_switch] = ACTIONS(1402),
    [anon_sym_LBRACE] = ACTIONS(1400),
    [anon_sym_case] = ACTIONS(1402),
    [anon_sym_default] = ACTIONS(1402),
    [anon_sym_cast] = ACTIONS(1402),
    [anon_sym_COMMA] = ACTIONS(1400),
    [anon_sym_DOLLARtype] = ACTIONS(1400),
    [anon_sym_return] = ACTIONS(1402),
    [anon_sym_untyped] = ACTIONS(1402),
    [anon_sym_break] = ACTIONS(1402),
    [anon_sym_continue] = ACTIONS(1402),
    [anon_sym_LBRACK] = ACTIONS(1400),
    [anon_sym_this] = ACTIONS(1402),
    [anon_sym_QMARK] = ACTIONS(1402),
    [anon_sym_AT] = ACTIONS(1402),
    [anon_sym_AT_COLON] = ACTIONS(1400),
    [anon_sym_if] = ACTIONS(1402),
    [anon_sym_else] = ACTIONS(1402),
    [anon_sym_elseif] = ACTIONS(1400),
    [anon_sym_new] = ACTIONS(1402),
    [anon_sym_TILDE] = ACTIONS(1400),
    [anon_sym_BANG] = ACTIONS(1402),
    [anon_sym_DASH] = ACTIONS(1402),
    [anon_sym_PLUS_PLUS] = ACTIONS(1400),
    [anon_sym_DASH_DASH] = ACTIONS(1400),
    [anon_sym_PERCENT] = ACTIONS(1400),
    [anon_sym_STAR] = ACTIONS(1400),
    [anon_sym_SLASH] = ACTIONS(1402),
    [anon_sym_PLUS] = ACTIONS(1402),
    [anon_sym_LT_LT] = ACTIONS(1400),
    [anon_sym_GT_GT] = ACTIONS(1402),
    [anon_sym_GT_GT_GT] = ACTIONS(1400),
    [anon_sym_AMP] = ACTIONS(1402),
    [anon_sym_PIPE] = ACTIONS(1402),
    [anon_sym_CARET] = ACTIONS(1400),
    [anon_sym_AMP_AMP] = ACTIONS(1400),
    [anon_sym_PIPE_PIPE] = ACTIONS(1400),
    [anon_sym_EQ_EQ] = ACTIONS(1400),
    [anon_sym_BANG_EQ] = ACTIONS(1400),
    [anon_sym_LT] = ACTIONS(1402),
    [anon_sym_LT_EQ] = ACTIONS(1400),
    [anon_sym_GT] = ACTIONS(1402),
    [anon_sym_GT_EQ] = ACTIONS(1400),
    [anon_sym_EQ_GT] = ACTIONS(1400),
    [anon_sym_QMARK_QMARK] = ACTIONS(1400),
    [anon_sym_EQ] = ACTIONS(1402),
    [sym__rangeOperator] = ACTIONS(1400),
    [anon_sym_null] = ACTIONS(1402),
    [anon_sym_macro] = ACTIONS(1402),
    [anon_sym_abstract] = ACTIONS(1402),
    [anon_sym_static] = ACTIONS(1402),
    [anon_sym_public] = ACTIONS(1402),
    [anon_sym_private] = ACTIONS(1402),
    [anon_sym_extern] = ACTIONS(1402),
    [anon_sym_inline] = ACTIONS(1402),
    [anon_sym_overload] = ACTIONS(1402),
    [anon_sym_override] = ACTIONS(1402),
    [anon_sym_final] = ACTIONS(1402),
    [anon_sym_class] = ACTIONS(1402),
    [anon_sym_interface] = ACTIONS(1402),
    [anon_sym_typedef] = ACTIONS(1402),
    [anon_sym_function] = ACTIONS(1402),
    [anon_sym_var] = ACTIONS(1402),
    [aux_sym_integer_token1] = ACTIONS(1402),
    [aux_sym_integer_token2] = ACTIONS(1400),
    [aux_sym_float_token1] = ACTIONS(1402),
    [aux_sym_float_token2] = ACTIONS(1400),
    [anon_sym_true] = ACTIONS(1402),
    [anon_sym_false] = ACTIONS(1402),
    [aux_sym_string_token1] = ACTIONS(1400),
    [aux_sym_string_token3] = ACTIONS(1400),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1400),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [224] = {
    [ts_builtin_sym_end] = ACTIONS(1564),
    [sym_identifier] = ACTIONS(1566),
    [anon_sym_POUND] = ACTIONS(1564),
    [anon_sym_package] = ACTIONS(1566),
    [anon_sym_DOT] = ACTIONS(1566),
    [anon_sym_import] = ACTIONS(1566),
    [anon_sym_using] = ACTIONS(1566),
    [anon_sym_throw] = ACTIONS(1566),
    [anon_sym_LPAREN] = ACTIONS(1564),
    [anon_sym_RPAREN] = ACTIONS(1564),
    [anon_sym_switch] = ACTIONS(1566),
    [anon_sym_RBRACE] = ACTIONS(1564),
    [anon_sym_LBRACE] = ACTIONS(1564),
    [anon_sym_COLON] = ACTIONS(1564),
    [anon_sym_cast] = ACTIONS(1566),
    [anon_sym_COMMA] = ACTIONS(1564),
    [anon_sym_DOLLARtype] = ACTIONS(1564),
    [anon_sym_return] = ACTIONS(1566),
    [anon_sym_untyped] = ACTIONS(1566),
    [anon_sym_break] = ACTIONS(1566),
    [anon_sym_continue] = ACTIONS(1566),
    [anon_sym_LBRACK] = ACTIONS(1564),
    [anon_sym_RBRACK] = ACTIONS(1564),
    [anon_sym_this] = ACTIONS(1566),
    [anon_sym_QMARK] = ACTIONS(1566),
    [anon_sym_AT] = ACTIONS(1566),
    [anon_sym_AT_COLON] = ACTIONS(1564),
    [anon_sym_if] = ACTIONS(1566),
    [anon_sym_new] = ACTIONS(1566),
    [anon_sym_TILDE] = ACTIONS(1564),
    [anon_sym_BANG] = ACTIONS(1566),
    [anon_sym_DASH] = ACTIONS(1566),
    [anon_sym_PLUS_PLUS] = ACTIONS(1564),
    [anon_sym_DASH_DASH] = ACTIONS(1564),
    [anon_sym_PERCENT] = ACTIONS(1564),
    [anon_sym_STAR] = ACTIONS(1564),
    [anon_sym_SLASH] = ACTIONS(1566),
    [anon_sym_PLUS] = ACTIONS(1566),
    [anon_sym_LT_LT] = ACTIONS(1564),
    [anon_sym_GT_GT] = ACTIONS(1566),
    [anon_sym_GT_GT_GT] = ACTIONS(1564),
    [anon_sym_AMP] = ACTIONS(1566),
    [anon_sym_PIPE] = ACTIONS(1566),
    [anon_sym_CARET] = ACTIONS(1564),
    [anon_sym_AMP_AMP] = ACTIONS(1564),
    [anon_sym_PIPE_PIPE] = ACTIONS(1564),
    [anon_sym_EQ_EQ] = ACTIONS(1564),
    [anon_sym_BANG_EQ] = ACTIONS(1564),
    [anon_sym_LT] = ACTIONS(1566),
    [anon_sym_LT_EQ] = ACTIONS(1564),
    [anon_sym_GT] = ACTIONS(1566),
    [anon_sym_GT_EQ] = ACTIONS(1564),
    [anon_sym_EQ_GT] = ACTIONS(1564),
    [anon_sym_QMARK_QMARK] = ACTIONS(1564),
    [anon_sym_EQ] = ACTIONS(1566),
    [sym__rangeOperator] = ACTIONS(1564),
    [anon_sym_null] = ACTIONS(1566),
    [anon_sym_macro] = ACTIONS(1566),
    [anon_sym_abstract] = ACTIONS(1566),
    [anon_sym_static] = ACTIONS(1566),
    [anon_sym_public] = ACTIONS(1566),
    [anon_sym_private] = ACTIONS(1566),
    [anon_sym_extern] = ACTIONS(1566),
    [anon_sym_inline] = ACTIONS(1566),
    [anon_sym_overload] = ACTIONS(1566),
    [anon_sym_override] = ACTIONS(1566),
    [anon_sym_final] = ACTIONS(1566),
    [anon_sym_class] = ACTIONS(1566),
    [anon_sym_interface] = ACTIONS(1566),
    [anon_sym_typedef] = ACTIONS(1566),
    [anon_sym_function] = ACTIONS(1566),
    [anon_sym_var] = ACTIONS(1566),
    [aux_sym_integer_token1] = ACTIONS(1566),
    [aux_sym_integer_token2] = ACTIONS(1564),
    [aux_sym_float_token1] = ACTIONS(1566),
    [aux_sym_float_token2] = ACTIONS(1564),
    [anon_sym_true] = ACTIONS(1566),
    [anon_sym_false] = ACTIONS(1566),
    [aux_sym_string_token1] = ACTIONS(1564),
    [aux_sym_string_token3] = ACTIONS(1564),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [225] = {
    [ts_builtin_sym_end] = ACTIONS(1568),
    [sym_identifier] = ACTIONS(1570),
    [anon_sym_POUND] = ACTIONS(1568),
    [anon_sym_package] = ACTIONS(1570),
    [anon_sym_DOT] = ACTIONS(1570),
    [anon_sym_import] = ACTIONS(1570),
    [anon_sym_using] = ACTIONS(1570),
    [anon_sym_throw] = ACTIONS(1570),
    [anon_sym_LPAREN] = ACTIONS(1568),
    [anon_sym_RPAREN] = ACTIONS(1568),
    [anon_sym_switch] = ACTIONS(1570),
    [anon_sym_RBRACE] = ACTIONS(1568),
    [anon_sym_LBRACE] = ACTIONS(1568),
    [anon_sym_COLON] = ACTIONS(1568),
    [anon_sym_cast] = ACTIONS(1570),
    [anon_sym_COMMA] = ACTIONS(1568),
    [anon_sym_DOLLARtype] = ACTIONS(1568),
    [anon_sym_return] = ACTIONS(1570),
    [anon_sym_untyped] = ACTIONS(1570),
    [anon_sym_break] = ACTIONS(1570),
    [anon_sym_continue] = ACTIONS(1570),
    [anon_sym_LBRACK] = ACTIONS(1568),
    [anon_sym_RBRACK] = ACTIONS(1568),
    [anon_sym_this] = ACTIONS(1570),
    [anon_sym_QMARK] = ACTIONS(1570),
    [anon_sym_AT] = ACTIONS(1570),
    [anon_sym_AT_COLON] = ACTIONS(1568),
    [anon_sym_if] = ACTIONS(1570),
    [anon_sym_new] = ACTIONS(1570),
    [anon_sym_TILDE] = ACTIONS(1568),
    [anon_sym_BANG] = ACTIONS(1570),
    [anon_sym_DASH] = ACTIONS(1570),
    [anon_sym_PLUS_PLUS] = ACTIONS(1568),
    [anon_sym_DASH_DASH] = ACTIONS(1568),
    [anon_sym_PERCENT] = ACTIONS(1568),
    [anon_sym_STAR] = ACTIONS(1568),
    [anon_sym_SLASH] = ACTIONS(1570),
    [anon_sym_PLUS] = ACTIONS(1570),
    [anon_sym_LT_LT] = ACTIONS(1568),
    [anon_sym_GT_GT] = ACTIONS(1570),
    [anon_sym_GT_GT_GT] = ACTIONS(1568),
    [anon_sym_AMP] = ACTIONS(1570),
    [anon_sym_PIPE] = ACTIONS(1570),
    [anon_sym_CARET] = ACTIONS(1568),
    [anon_sym_AMP_AMP] = ACTIONS(1568),
    [anon_sym_PIPE_PIPE] = ACTIONS(1568),
    [anon_sym_EQ_EQ] = ACTIONS(1568),
    [anon_sym_BANG_EQ] = ACTIONS(1568),
    [anon_sym_LT] = ACTIONS(1570),
    [anon_sym_LT_EQ] = ACTIONS(1568),
    [anon_sym_GT] = ACTIONS(1570),
    [anon_sym_GT_EQ] = ACTIONS(1568),
    [anon_sym_EQ_GT] = ACTIONS(1568),
    [anon_sym_QMARK_QMARK] = ACTIONS(1568),
    [anon_sym_EQ] = ACTIONS(1570),
    [sym__rangeOperator] = ACTIONS(1568),
    [anon_sym_null] = ACTIONS(1570),
    [anon_sym_macro] = ACTIONS(1570),
    [anon_sym_abstract] = ACTIONS(1570),
    [anon_sym_static] = ACTIONS(1570),
    [anon_sym_public] = ACTIONS(1570),
    [anon_sym_private] = ACTIONS(1570),
    [anon_sym_extern] = ACTIONS(1570),
    [anon_sym_inline] = ACTIONS(1570),
    [anon_sym_overload] = ACTIONS(1570),
    [anon_sym_override] = ACTIONS(1570),
    [anon_sym_final] = ACTIONS(1570),
    [anon_sym_class] = ACTIONS(1570),
    [anon_sym_interface] = ACTIONS(1570),
    [anon_sym_typedef] = ACTIONS(1570),
    [anon_sym_function] = ACTIONS(1570),
    [anon_sym_var] = ACTIONS(1570),
    [aux_sym_integer_token1] = ACTIONS(1570),
    [aux_sym_integer_token2] = ACTIONS(1568),
    [aux_sym_float_token1] = ACTIONS(1570),
    [aux_sym_float_token2] = ACTIONS(1568),
    [anon_sym_true] = ACTIONS(1570),
    [anon_sym_false] = ACTIONS(1570),
    [aux_sym_string_token1] = ACTIONS(1568),
    [aux_sym_string_token3] = ACTIONS(1568),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [226] = {
    [ts_builtin_sym_end] = ACTIONS(1572),
    [sym_identifier] = ACTIONS(1575),
    [anon_sym_POUND] = ACTIONS(1572),
    [anon_sym_package] = ACTIONS(1575),
    [anon_sym_DOT] = ACTIONS(1575),
    [anon_sym_import] = ACTIONS(1575),
    [anon_sym_using] = ACTIONS(1575),
    [anon_sym_throw] = ACTIONS(1575),
    [anon_sym_LPAREN] = ACTIONS(1572),
    [anon_sym_RPAREN] = ACTIONS(1572),
    [anon_sym_switch] = ACTIONS(1575),
    [anon_sym_RBRACE] = ACTIONS(1572),
    [anon_sym_LBRACE] = ACTIONS(1572),
    [anon_sym_COLON] = ACTIONS(1572),
    [anon_sym_cast] = ACTIONS(1575),
    [anon_sym_COMMA] = ACTIONS(1572),
    [anon_sym_DOLLARtype] = ACTIONS(1572),
    [anon_sym_return] = ACTIONS(1575),
    [anon_sym_untyped] = ACTIONS(1575),
    [anon_sym_break] = ACTIONS(1575),
    [anon_sym_continue] = ACTIONS(1575),
    [anon_sym_LBRACK] = ACTIONS(1572),
    [anon_sym_RBRACK] = ACTIONS(1572),
    [anon_sym_this] = ACTIONS(1575),
    [anon_sym_QMARK] = ACTIONS(1575),
    [anon_sym_AT] = ACTIONS(1575),
    [anon_sym_AT_COLON] = ACTIONS(1572),
    [anon_sym_if] = ACTIONS(1575),
    [anon_sym_new] = ACTIONS(1575),
    [anon_sym_TILDE] = ACTIONS(1572),
    [anon_sym_BANG] = ACTIONS(1575),
    [anon_sym_DASH] = ACTIONS(1575),
    [anon_sym_PLUS_PLUS] = ACTIONS(1572),
    [anon_sym_DASH_DASH] = ACTIONS(1572),
    [anon_sym_PERCENT] = ACTIONS(1572),
    [anon_sym_STAR] = ACTIONS(1572),
    [anon_sym_SLASH] = ACTIONS(1575),
    [anon_sym_PLUS] = ACTIONS(1575),
    [anon_sym_LT_LT] = ACTIONS(1572),
    [anon_sym_GT_GT] = ACTIONS(1575),
    [anon_sym_GT_GT_GT] = ACTIONS(1572),
    [anon_sym_AMP] = ACTIONS(1575),
    [anon_sym_PIPE] = ACTIONS(1575),
    [anon_sym_CARET] = ACTIONS(1572),
    [anon_sym_AMP_AMP] = ACTIONS(1572),
    [anon_sym_PIPE_PIPE] = ACTIONS(1572),
    [anon_sym_EQ_EQ] = ACTIONS(1572),
    [anon_sym_BANG_EQ] = ACTIONS(1572),
    [anon_sym_LT] = ACTIONS(1575),
    [anon_sym_LT_EQ] = ACTIONS(1572),
    [anon_sym_GT] = ACTIONS(1575),
    [anon_sym_GT_EQ] = ACTIONS(1572),
    [anon_sym_EQ_GT] = ACTIONS(1572),
    [anon_sym_QMARK_QMARK] = ACTIONS(1572),
    [anon_sym_EQ] = ACTIONS(1575),
    [sym__rangeOperator] = ACTIONS(1572),
    [anon_sym_null] = ACTIONS(1575),
    [anon_sym_macro] = ACTIONS(1575),
    [anon_sym_abstract] = ACTIONS(1575),
    [anon_sym_static] = ACTIONS(1575),
    [anon_sym_public] = ACTIONS(1575),
    [anon_sym_private] = ACTIONS(1575),
    [anon_sym_extern] = ACTIONS(1575),
    [anon_sym_inline] = ACTIONS(1575),
    [anon_sym_overload] = ACTIONS(1575),
    [anon_sym_override] = ACTIONS(1575),
    [anon_sym_final] = ACTIONS(1575),
    [anon_sym_class] = ACTIONS(1575),
    [anon_sym_interface] = ACTIONS(1575),
    [anon_sym_typedef] = ACTIONS(1575),
    [anon_sym_function] = ACTIONS(1575),
    [anon_sym_var] = ACTIONS(1575),
    [aux_sym_integer_token1] = ACTIONS(1575),
    [aux_sym_integer_token2] = ACTIONS(1572),
    [aux_sym_float_token1] = ACTIONS(1575),
    [aux_sym_float_token2] = ACTIONS(1572),
    [anon_sym_true] = ACTIONS(1575),
    [anon_sym_false] = ACTIONS(1575),
    [aux_sym_string_token1] = ACTIONS(1572),
    [aux_sym_string_token3] = ACTIONS(1572),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [227] = {
    [ts_builtin_sym_end] = ACTIONS(1578),
    [sym_identifier] = ACTIONS(1580),
    [anon_sym_POUND] = ACTIONS(1578),
    [anon_sym_package] = ACTIONS(1580),
    [anon_sym_DOT] = ACTIONS(1580),
    [anon_sym_import] = ACTIONS(1580),
    [anon_sym_using] = ACTIONS(1580),
    [anon_sym_throw] = ACTIONS(1580),
    [anon_sym_LPAREN] = ACTIONS(1578),
    [anon_sym_RPAREN] = ACTIONS(1578),
    [anon_sym_switch] = ACTIONS(1580),
    [anon_sym_RBRACE] = ACTIONS(1578),
    [anon_sym_LBRACE] = ACTIONS(1578),
    [anon_sym_COLON] = ACTIONS(1578),
    [anon_sym_cast] = ACTIONS(1580),
    [anon_sym_COMMA] = ACTIONS(1578),
    [anon_sym_DOLLARtype] = ACTIONS(1578),
    [anon_sym_return] = ACTIONS(1580),
    [anon_sym_untyped] = ACTIONS(1580),
    [anon_sym_break] = ACTIONS(1580),
    [anon_sym_continue] = ACTIONS(1580),
    [anon_sym_LBRACK] = ACTIONS(1578),
    [anon_sym_RBRACK] = ACTIONS(1578),
    [anon_sym_this] = ACTIONS(1580),
    [anon_sym_QMARK] = ACTIONS(1580),
    [anon_sym_AT] = ACTIONS(1580),
    [anon_sym_AT_COLON] = ACTIONS(1578),
    [anon_sym_if] = ACTIONS(1580),
    [anon_sym_new] = ACTIONS(1580),
    [anon_sym_TILDE] = ACTIONS(1578),
    [anon_sym_BANG] = ACTIONS(1580),
    [anon_sym_DASH] = ACTIONS(1580),
    [anon_sym_PLUS_PLUS] = ACTIONS(1578),
    [anon_sym_DASH_DASH] = ACTIONS(1578),
    [anon_sym_PERCENT] = ACTIONS(1578),
    [anon_sym_STAR] = ACTIONS(1578),
    [anon_sym_SLASH] = ACTIONS(1580),
    [anon_sym_PLUS] = ACTIONS(1580),
    [anon_sym_LT_LT] = ACTIONS(1578),
    [anon_sym_GT_GT] = ACTIONS(1580),
    [anon_sym_GT_GT_GT] = ACTIONS(1578),
    [anon_sym_AMP] = ACTIONS(1580),
    [anon_sym_PIPE] = ACTIONS(1580),
    [anon_sym_CARET] = ACTIONS(1578),
    [anon_sym_AMP_AMP] = ACTIONS(1578),
    [anon_sym_PIPE_PIPE] = ACTIONS(1578),
    [anon_sym_EQ_EQ] = ACTIONS(1578),
    [anon_sym_BANG_EQ] = ACTIONS(1578),
    [anon_sym_LT] = ACTIONS(1580),
    [anon_sym_LT_EQ] = ACTIONS(1578),
    [anon_sym_GT] = ACTIONS(1580),
    [anon_sym_GT_EQ] = ACTIONS(1578),
    [anon_sym_EQ_GT] = ACTIONS(1578),
    [anon_sym_QMARK_QMARK] = ACTIONS(1578),
    [anon_sym_EQ] = ACTIONS(1580),
    [sym__rangeOperator] = ACTIONS(1578),
    [anon_sym_null] = ACTIONS(1580),
    [anon_sym_macro] = ACTIONS(1580),
    [anon_sym_abstract] = ACTIONS(1580),
    [anon_sym_static] = ACTIONS(1580),
    [anon_sym_public] = ACTIONS(1580),
    [anon_sym_private] = ACTIONS(1580),
    [anon_sym_extern] = ACTIONS(1580),
    [anon_sym_inline] = ACTIONS(1580),
    [anon_sym_overload] = ACTIONS(1580),
    [anon_sym_override] = ACTIONS(1580),
    [anon_sym_final] = ACTIONS(1580),
    [anon_sym_class] = ACTIONS(1580),
    [anon_sym_interface] = ACTIONS(1580),
    [anon_sym_typedef] = ACTIONS(1580),
    [anon_sym_function] = ACTIONS(1580),
    [anon_sym_var] = ACTIONS(1580),
    [aux_sym_integer_token1] = ACTIONS(1580),
    [aux_sym_integer_token2] = ACTIONS(1578),
    [aux_sym_float_token1] = ACTIONS(1580),
    [aux_sym_float_token2] = ACTIONS(1578),
    [anon_sym_true] = ACTIONS(1580),
    [anon_sym_false] = ACTIONS(1580),
    [aux_sym_string_token1] = ACTIONS(1578),
    [aux_sym_string_token3] = ACTIONS(1578),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [228] = {
    [ts_builtin_sym_end] = ACTIONS(1582),
    [sym_identifier] = ACTIONS(1584),
    [anon_sym_POUND] = ACTIONS(1582),
    [anon_sym_package] = ACTIONS(1584),
    [anon_sym_DOT] = ACTIONS(1584),
    [anon_sym_import] = ACTIONS(1584),
    [anon_sym_using] = ACTIONS(1584),
    [anon_sym_throw] = ACTIONS(1584),
    [anon_sym_LPAREN] = ACTIONS(1582),
    [anon_sym_RPAREN] = ACTIONS(1582),
    [anon_sym_switch] = ACTIONS(1584),
    [anon_sym_RBRACE] = ACTIONS(1582),
    [anon_sym_LBRACE] = ACTIONS(1582),
    [anon_sym_COLON] = ACTIONS(1582),
    [anon_sym_cast] = ACTIONS(1584),
    [anon_sym_COMMA] = ACTIONS(1582),
    [anon_sym_DOLLARtype] = ACTIONS(1582),
    [anon_sym_return] = ACTIONS(1584),
    [anon_sym_untyped] = ACTIONS(1584),
    [anon_sym_break] = ACTIONS(1584),
    [anon_sym_continue] = ACTIONS(1584),
    [anon_sym_LBRACK] = ACTIONS(1582),
    [anon_sym_RBRACK] = ACTIONS(1582),
    [anon_sym_this] = ACTIONS(1584),
    [anon_sym_QMARK] = ACTIONS(1584),
    [anon_sym_AT] = ACTIONS(1584),
    [anon_sym_AT_COLON] = ACTIONS(1582),
    [anon_sym_if] = ACTIONS(1584),
    [anon_sym_new] = ACTIONS(1584),
    [anon_sym_TILDE] = ACTIONS(1582),
    [anon_sym_BANG] = ACTIONS(1584),
    [anon_sym_DASH] = ACTIONS(1584),
    [anon_sym_PLUS_PLUS] = ACTIONS(1582),
    [anon_sym_DASH_DASH] = ACTIONS(1582),
    [anon_sym_PERCENT] = ACTIONS(1582),
    [anon_sym_STAR] = ACTIONS(1582),
    [anon_sym_SLASH] = ACTIONS(1584),
    [anon_sym_PLUS] = ACTIONS(1584),
    [anon_sym_LT_LT] = ACTIONS(1582),
    [anon_sym_GT_GT] = ACTIONS(1584),
    [anon_sym_GT_GT_GT] = ACTIONS(1582),
    [anon_sym_AMP] = ACTIONS(1584),
    [anon_sym_PIPE] = ACTIONS(1584),
    [anon_sym_CARET] = ACTIONS(1582),
    [anon_sym_AMP_AMP] = ACTIONS(1582),
    [anon_sym_PIPE_PIPE] = ACTIONS(1582),
    [anon_sym_EQ_EQ] = ACTIONS(1582),
    [anon_sym_BANG_EQ] = ACTIONS(1582),
    [anon_sym_LT] = ACTIONS(1584),
    [anon_sym_LT_EQ] = ACTIONS(1582),
    [anon_sym_GT] = ACTIONS(1584),
    [anon_sym_GT_EQ] = ACTIONS(1582),
    [anon_sym_EQ_GT] = ACTIONS(1582),
    [anon_sym_QMARK_QMARK] = ACTIONS(1582),
    [anon_sym_EQ] = ACTIONS(1584),
    [sym__rangeOperator] = ACTIONS(1582),
    [anon_sym_null] = ACTIONS(1584),
    [anon_sym_macro] = ACTIONS(1584),
    [anon_sym_abstract] = ACTIONS(1584),
    [anon_sym_static] = ACTIONS(1584),
    [anon_sym_public] = ACTIONS(1584),
    [anon_sym_private] = ACTIONS(1584),
    [anon_sym_extern] = ACTIONS(1584),
    [anon_sym_inline] = ACTIONS(1584),
    [anon_sym_overload] = ACTIONS(1584),
    [anon_sym_override] = ACTIONS(1584),
    [anon_sym_final] = ACTIONS(1584),
    [anon_sym_class] = ACTIONS(1584),
    [anon_sym_interface] = ACTIONS(1584),
    [anon_sym_typedef] = ACTIONS(1584),
    [anon_sym_function] = ACTIONS(1584),
    [anon_sym_var] = ACTIONS(1584),
    [aux_sym_integer_token1] = ACTIONS(1584),
    [aux_sym_integer_token2] = ACTIONS(1582),
    [aux_sym_float_token1] = ACTIONS(1584),
    [aux_sym_float_token2] = ACTIONS(1582),
    [anon_sym_true] = ACTIONS(1584),
    [anon_sym_false] = ACTIONS(1584),
    [aux_sym_string_token1] = ACTIONS(1582),
    [aux_sym_string_token3] = ACTIONS(1582),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [229] = {
    [sym_identifier] = ACTIONS(1488),
    [anon_sym_POUND] = ACTIONS(1486),
    [anon_sym_package] = ACTIONS(1488),
    [anon_sym_DOT] = ACTIONS(1488),
    [anon_sym_import] = ACTIONS(1488),
    [anon_sym_using] = ACTIONS(1488),
    [anon_sym_throw] = ACTIONS(1488),
    [anon_sym_LPAREN] = ACTIONS(1486),
    [anon_sym_switch] = ACTIONS(1488),
    [anon_sym_LBRACE] = ACTIONS(1486),
    [anon_sym_case] = ACTIONS(1488),
    [anon_sym_COLON] = ACTIONS(1486),
    [anon_sym_default] = ACTIONS(1488),
    [anon_sym_cast] = ACTIONS(1488),
    [anon_sym_COMMA] = ACTIONS(1486),
    [anon_sym_DOLLARtype] = ACTIONS(1486),
    [anon_sym_return] = ACTIONS(1488),
    [anon_sym_untyped] = ACTIONS(1488),
    [anon_sym_break] = ACTIONS(1488),
    [anon_sym_continue] = ACTIONS(1488),
    [anon_sym_LBRACK] = ACTIONS(1486),
    [anon_sym_this] = ACTIONS(1488),
    [anon_sym_QMARK] = ACTIONS(1488),
    [anon_sym_AT] = ACTIONS(1488),
    [anon_sym_AT_COLON] = ACTIONS(1486),
    [anon_sym_if] = ACTIONS(1488),
    [anon_sym_new] = ACTIONS(1488),
    [anon_sym_TILDE] = ACTIONS(1486),
    [anon_sym_BANG] = ACTIONS(1488),
    [anon_sym_DASH] = ACTIONS(1488),
    [anon_sym_PLUS_PLUS] = ACTIONS(1486),
    [anon_sym_DASH_DASH] = ACTIONS(1486),
    [anon_sym_PERCENT] = ACTIONS(1486),
    [anon_sym_STAR] = ACTIONS(1486),
    [anon_sym_SLASH] = ACTIONS(1488),
    [anon_sym_PLUS] = ACTIONS(1488),
    [anon_sym_LT_LT] = ACTIONS(1486),
    [anon_sym_GT_GT] = ACTIONS(1488),
    [anon_sym_GT_GT_GT] = ACTIONS(1486),
    [anon_sym_AMP] = ACTIONS(1488),
    [anon_sym_PIPE] = ACTIONS(1488),
    [anon_sym_CARET] = ACTIONS(1486),
    [anon_sym_AMP_AMP] = ACTIONS(1486),
    [anon_sym_PIPE_PIPE] = ACTIONS(1486),
    [anon_sym_EQ_EQ] = ACTIONS(1486),
    [anon_sym_BANG_EQ] = ACTIONS(1486),
    [anon_sym_LT] = ACTIONS(1488),
    [anon_sym_LT_EQ] = ACTIONS(1486),
    [anon_sym_GT] = ACTIONS(1488),
    [anon_sym_GT_EQ] = ACTIONS(1486),
    [anon_sym_EQ_GT] = ACTIONS(1486),
    [anon_sym_QMARK_QMARK] = ACTIONS(1486),
    [anon_sym_EQ] = ACTIONS(1488),
    [sym__rangeOperator] = ACTIONS(1486),
    [anon_sym_null] = ACTIONS(1488),
    [anon_sym_macro] = ACTIONS(1488),
    [anon_sym_abstract] = ACTIONS(1488),
    [anon_sym_static] = ACTIONS(1488),
    [anon_sym_public] = ACTIONS(1488),
    [anon_sym_private] = ACTIONS(1488),
    [anon_sym_extern] = ACTIONS(1488),
    [anon_sym_inline] = ACTIONS(1488),
    [anon_sym_overload] = ACTIONS(1488),
    [anon_sym_override] = ACTIONS(1488),
    [anon_sym_final] = ACTIONS(1488),
    [anon_sym_class] = ACTIONS(1488),
    [anon_sym_interface] = ACTIONS(1488),
    [anon_sym_typedef] = ACTIONS(1488),
    [anon_sym_function] = ACTIONS(1488),
    [anon_sym_var] = ACTIONS(1488),
    [aux_sym_integer_token1] = ACTIONS(1488),
    [aux_sym_integer_token2] = ACTIONS(1486),
    [aux_sym_float_token1] = ACTIONS(1488),
    [aux_sym_float_token2] = ACTIONS(1486),
    [anon_sym_true] = ACTIONS(1488),
    [anon_sym_false] = ACTIONS(1488),
    [aux_sym_string_token1] = ACTIONS(1486),
    [aux_sym_string_token3] = ACTIONS(1486),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1486),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [230] = {
    [sym_identifier] = ACTIONS(1508),
    [anon_sym_POUND] = ACTIONS(1506),
    [anon_sym_package] = ACTIONS(1508),
    [anon_sym_DOT] = ACTIONS(1586),
    [anon_sym_import] = ACTIONS(1508),
    [anon_sym_using] = ACTIONS(1508),
    [anon_sym_throw] = ACTIONS(1508),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1508),
    [anon_sym_LBRACE] = ACTIONS(1506),
    [anon_sym_case] = ACTIONS(1508),
    [anon_sym_COLON] = ACTIONS(1524),
    [anon_sym_default] = ACTIONS(1508),
    [anon_sym_cast] = ACTIONS(1508),
    [anon_sym_COMMA] = ACTIONS(1506),
    [anon_sym_DOLLARtype] = ACTIONS(1506),
    [anon_sym_return] = ACTIONS(1508),
    [anon_sym_untyped] = ACTIONS(1508),
    [anon_sym_break] = ACTIONS(1508),
    [anon_sym_continue] = ACTIONS(1508),
    [anon_sym_LBRACK] = ACTIONS(1506),
    [anon_sym_this] = ACTIONS(1508),
    [anon_sym_QMARK] = ACTIONS(1588),
    [anon_sym_AT] = ACTIONS(1508),
    [anon_sym_AT_COLON] = ACTIONS(1506),
    [anon_sym_if] = ACTIONS(1508),
    [anon_sym_new] = ACTIONS(1508),
    [anon_sym_TILDE] = ACTIONS(1506),
    [anon_sym_BANG] = ACTIONS(1508),
    [anon_sym_DASH] = ACTIONS(1508),
    [anon_sym_PLUS_PLUS] = ACTIONS(1506),
    [anon_sym_DASH_DASH] = ACTIONS(1506),
    [anon_sym_PERCENT] = ACTIONS(1506),
    [anon_sym_STAR] = ACTIONS(1506),
    [anon_sym_SLASH] = ACTIONS(1508),
    [anon_sym_PLUS] = ACTIONS(1508),
    [anon_sym_LT_LT] = ACTIONS(1506),
    [anon_sym_GT_GT] = ACTIONS(1508),
    [anon_sym_GT_GT_GT] = ACTIONS(1506),
    [anon_sym_AMP] = ACTIONS(1508),
    [anon_sym_PIPE] = ACTIONS(1508),
    [anon_sym_CARET] = ACTIONS(1506),
    [anon_sym_AMP_AMP] = ACTIONS(1506),
    [anon_sym_PIPE_PIPE] = ACTIONS(1506),
    [anon_sym_EQ_EQ] = ACTIONS(1506),
    [anon_sym_BANG_EQ] = ACTIONS(1506),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1506),
    [anon_sym_GT] = ACTIONS(1508),
    [anon_sym_GT_EQ] = ACTIONS(1506),
    [anon_sym_EQ_GT] = ACTIONS(1506),
    [anon_sym_QMARK_QMARK] = ACTIONS(1506),
    [anon_sym_EQ] = ACTIONS(1508),
    [sym__rangeOperator] = ACTIONS(1506),
    [anon_sym_null] = ACTIONS(1508),
    [anon_sym_macro] = ACTIONS(1508),
    [anon_sym_abstract] = ACTIONS(1508),
    [anon_sym_static] = ACTIONS(1508),
    [anon_sym_public] = ACTIONS(1508),
    [anon_sym_private] = ACTIONS(1508),
    [anon_sym_extern] = ACTIONS(1508),
    [anon_sym_inline] = ACTIONS(1508),
    [anon_sym_overload] = ACTIONS(1508),
    [anon_sym_override] = ACTIONS(1508),
    [anon_sym_final] = ACTIONS(1508),
    [anon_sym_class] = ACTIONS(1508),
    [anon_sym_interface] = ACTIONS(1508),
    [anon_sym_typedef] = ACTIONS(1508),
    [anon_sym_function] = ACTIONS(1508),
    [anon_sym_var] = ACTIONS(1508),
    [aux_sym_integer_token1] = ACTIONS(1508),
    [aux_sym_integer_token2] = ACTIONS(1506),
    [aux_sym_float_token1] = ACTIONS(1508),
    [aux_sym_float_token2] = ACTIONS(1506),
    [anon_sym_true] = ACTIONS(1508),
    [anon_sym_false] = ACTIONS(1508),
    [aux_sym_string_token1] = ACTIONS(1506),
    [aux_sym_string_token3] = ACTIONS(1506),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1506),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [231] = {
    [sym_identifier] = ACTIONS(1414),
    [anon_sym_POUND] = ACTIONS(1412),
    [anon_sym_package] = ACTIONS(1414),
    [anon_sym_DOT] = ACTIONS(1414),
    [anon_sym_import] = ACTIONS(1414),
    [anon_sym_using] = ACTIONS(1414),
    [anon_sym_throw] = ACTIONS(1414),
    [anon_sym_LPAREN] = ACTIONS(1412),
    [anon_sym_switch] = ACTIONS(1414),
    [anon_sym_LBRACE] = ACTIONS(1412),
    [anon_sym_case] = ACTIONS(1414),
    [anon_sym_default] = ACTIONS(1414),
    [anon_sym_cast] = ACTIONS(1414),
    [anon_sym_COMMA] = ACTIONS(1412),
    [anon_sym_DOLLARtype] = ACTIONS(1412),
    [anon_sym_return] = ACTIONS(1414),
    [anon_sym_untyped] = ACTIONS(1414),
    [anon_sym_break] = ACTIONS(1414),
    [anon_sym_continue] = ACTIONS(1414),
    [anon_sym_LBRACK] = ACTIONS(1412),
    [anon_sym_this] = ACTIONS(1414),
    [anon_sym_QMARK] = ACTIONS(1414),
    [anon_sym_AT] = ACTIONS(1414),
    [anon_sym_AT_COLON] = ACTIONS(1412),
    [anon_sym_if] = ACTIONS(1414),
    [anon_sym_new] = ACTIONS(1414),
    [anon_sym_TILDE] = ACTIONS(1412),
    [anon_sym_BANG] = ACTIONS(1414),
    [anon_sym_DASH] = ACTIONS(1414),
    [anon_sym_PLUS_PLUS] = ACTIONS(1412),
    [anon_sym_DASH_DASH] = ACTIONS(1412),
    [anon_sym_PERCENT] = ACTIONS(1412),
    [anon_sym_STAR] = ACTIONS(1412),
    [anon_sym_SLASH] = ACTIONS(1414),
    [anon_sym_PLUS] = ACTIONS(1414),
    [anon_sym_LT_LT] = ACTIONS(1412),
    [anon_sym_GT_GT] = ACTIONS(1414),
    [anon_sym_GT_GT_GT] = ACTIONS(1412),
    [anon_sym_AMP] = ACTIONS(1414),
    [anon_sym_PIPE] = ACTIONS(1414),
    [anon_sym_CARET] = ACTIONS(1412),
    [anon_sym_AMP_AMP] = ACTIONS(1412),
    [anon_sym_PIPE_PIPE] = ACTIONS(1412),
    [anon_sym_EQ_EQ] = ACTIONS(1412),
    [anon_sym_BANG_EQ] = ACTIONS(1412),
    [anon_sym_LT] = ACTIONS(1414),
    [anon_sym_LT_EQ] = ACTIONS(1412),
    [anon_sym_GT] = ACTIONS(1414),
    [anon_sym_GT_EQ] = ACTIONS(1412),
    [anon_sym_EQ_GT] = ACTIONS(1412),
    [anon_sym_QMARK_QMARK] = ACTIONS(1412),
    [anon_sym_EQ] = ACTIONS(1414),
    [sym__rangeOperator] = ACTIONS(1412),
    [anon_sym_null] = ACTIONS(1414),
    [anon_sym_macro] = ACTIONS(1414),
    [anon_sym_abstract] = ACTIONS(1414),
    [anon_sym_static] = ACTIONS(1414),
    [anon_sym_public] = ACTIONS(1414),
    [anon_sym_private] = ACTIONS(1414),
    [anon_sym_extern] = ACTIONS(1414),
    [anon_sym_inline] = ACTIONS(1414),
    [anon_sym_overload] = ACTIONS(1414),
    [anon_sym_override] = ACTIONS(1414),
    [anon_sym_final] = ACTIONS(1414),
    [anon_sym_class] = ACTIONS(1414),
    [anon_sym_interface] = ACTIONS(1414),
    [anon_sym_typedef] = ACTIONS(1414),
    [anon_sym_function] = ACTIONS(1414),
    [anon_sym_var] = ACTIONS(1414),
    [aux_sym_integer_token1] = ACTIONS(1414),
    [aux_sym_integer_token2] = ACTIONS(1412),
    [aux_sym_float_token1] = ACTIONS(1414),
    [aux_sym_float_token2] = ACTIONS(1412),
    [anon_sym_true] = ACTIONS(1414),
    [anon_sym_false] = ACTIONS(1414),
    [aux_sym_string_token1] = ACTIONS(1412),
    [aux_sym_string_token3] = ACTIONS(1412),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1412),
    [sym__closing_brace_marker] = ACTIONS(1412),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [232] = {
    [sym_identifier] = ACTIONS(1466),
    [anon_sym_POUND] = ACTIONS(1464),
    [anon_sym_package] = ACTIONS(1466),
    [anon_sym_DOT] = ACTIONS(1466),
    [anon_sym_import] = ACTIONS(1466),
    [anon_sym_using] = ACTIONS(1466),
    [anon_sym_throw] = ACTIONS(1466),
    [anon_sym_LPAREN] = ACTIONS(1464),
    [anon_sym_switch] = ACTIONS(1466),
    [anon_sym_LBRACE] = ACTIONS(1464),
    [anon_sym_case] = ACTIONS(1466),
    [anon_sym_default] = ACTIONS(1466),
    [anon_sym_cast] = ACTIONS(1466),
    [anon_sym_COMMA] = ACTIONS(1464),
    [anon_sym_DOLLARtype] = ACTIONS(1464),
    [anon_sym_return] = ACTIONS(1466),
    [anon_sym_untyped] = ACTIONS(1466),
    [anon_sym_break] = ACTIONS(1466),
    [anon_sym_continue] = ACTIONS(1466),
    [anon_sym_LBRACK] = ACTIONS(1464),
    [anon_sym_this] = ACTIONS(1466),
    [anon_sym_QMARK] = ACTIONS(1466),
    [anon_sym_AT] = ACTIONS(1466),
    [anon_sym_AT_COLON] = ACTIONS(1464),
    [anon_sym_if] = ACTIONS(1466),
    [anon_sym_new] = ACTIONS(1466),
    [anon_sym_TILDE] = ACTIONS(1464),
    [anon_sym_BANG] = ACTIONS(1466),
    [anon_sym_DASH] = ACTIONS(1466),
    [anon_sym_PLUS_PLUS] = ACTIONS(1464),
    [anon_sym_DASH_DASH] = ACTIONS(1464),
    [anon_sym_PERCENT] = ACTIONS(1464),
    [anon_sym_STAR] = ACTIONS(1464),
    [anon_sym_SLASH] = ACTIONS(1466),
    [anon_sym_PLUS] = ACTIONS(1466),
    [anon_sym_LT_LT] = ACTIONS(1464),
    [anon_sym_GT_GT] = ACTIONS(1466),
    [anon_sym_GT_GT_GT] = ACTIONS(1464),
    [anon_sym_AMP] = ACTIONS(1466),
    [anon_sym_PIPE] = ACTIONS(1466),
    [anon_sym_CARET] = ACTIONS(1464),
    [anon_sym_AMP_AMP] = ACTIONS(1464),
    [anon_sym_PIPE_PIPE] = ACTIONS(1464),
    [anon_sym_EQ_EQ] = ACTIONS(1464),
    [anon_sym_BANG_EQ] = ACTIONS(1464),
    [anon_sym_LT] = ACTIONS(1466),
    [anon_sym_LT_EQ] = ACTIONS(1464),
    [anon_sym_GT] = ACTIONS(1466),
    [anon_sym_GT_EQ] = ACTIONS(1464),
    [anon_sym_EQ_GT] = ACTIONS(1464),
    [anon_sym_QMARK_QMARK] = ACTIONS(1464),
    [anon_sym_EQ] = ACTIONS(1466),
    [sym__rangeOperator] = ACTIONS(1464),
    [anon_sym_null] = ACTIONS(1466),
    [anon_sym_macro] = ACTIONS(1466),
    [anon_sym_abstract] = ACTIONS(1466),
    [anon_sym_static] = ACTIONS(1466),
    [anon_sym_public] = ACTIONS(1466),
    [anon_sym_private] = ACTIONS(1466),
    [anon_sym_extern] = ACTIONS(1466),
    [anon_sym_inline] = ACTIONS(1466),
    [anon_sym_overload] = ACTIONS(1466),
    [anon_sym_override] = ACTIONS(1466),
    [anon_sym_final] = ACTIONS(1466),
    [anon_sym_class] = ACTIONS(1466),
    [anon_sym_interface] = ACTIONS(1466),
    [anon_sym_typedef] = ACTIONS(1466),
    [anon_sym_function] = ACTIONS(1466),
    [anon_sym_var] = ACTIONS(1466),
    [aux_sym_integer_token1] = ACTIONS(1466),
    [aux_sym_integer_token2] = ACTIONS(1464),
    [aux_sym_float_token1] = ACTIONS(1466),
    [aux_sym_float_token2] = ACTIONS(1464),
    [anon_sym_true] = ACTIONS(1466),
    [anon_sym_false] = ACTIONS(1466),
    [aux_sym_string_token1] = ACTIONS(1464),
    [aux_sym_string_token3] = ACTIONS(1464),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1464),
    [sym__closing_brace_marker] = ACTIONS(1464),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [233] = {
    [sym_identifier] = ACTIONS(1520),
    [anon_sym_POUND] = ACTIONS(1518),
    [anon_sym_package] = ACTIONS(1520),
    [anon_sym_DOT] = ACTIONS(1520),
    [anon_sym_import] = ACTIONS(1520),
    [anon_sym_using] = ACTIONS(1520),
    [anon_sym_throw] = ACTIONS(1520),
    [anon_sym_LPAREN] = ACTIONS(1518),
    [anon_sym_switch] = ACTIONS(1520),
    [anon_sym_LBRACE] = ACTIONS(1518),
    [anon_sym_case] = ACTIONS(1520),
    [anon_sym_default] = ACTIONS(1520),
    [anon_sym_cast] = ACTIONS(1520),
    [anon_sym_COMMA] = ACTIONS(1518),
    [anon_sym_DOLLARtype] = ACTIONS(1518),
    [anon_sym_return] = ACTIONS(1520),
    [anon_sym_untyped] = ACTIONS(1520),
    [anon_sym_break] = ACTIONS(1520),
    [anon_sym_continue] = ACTIONS(1520),
    [anon_sym_LBRACK] = ACTIONS(1518),
    [anon_sym_this] = ACTIONS(1520),
    [anon_sym_QMARK] = ACTIONS(1520),
    [anon_sym_AT] = ACTIONS(1520),
    [anon_sym_AT_COLON] = ACTIONS(1518),
    [anon_sym_if] = ACTIONS(1520),
    [anon_sym_new] = ACTIONS(1520),
    [anon_sym_TILDE] = ACTIONS(1518),
    [anon_sym_BANG] = ACTIONS(1520),
    [anon_sym_DASH] = ACTIONS(1520),
    [anon_sym_PLUS_PLUS] = ACTIONS(1518),
    [anon_sym_DASH_DASH] = ACTIONS(1518),
    [anon_sym_PERCENT] = ACTIONS(1518),
    [anon_sym_STAR] = ACTIONS(1518),
    [anon_sym_SLASH] = ACTIONS(1520),
    [anon_sym_PLUS] = ACTIONS(1520),
    [anon_sym_LT_LT] = ACTIONS(1518),
    [anon_sym_GT_GT] = ACTIONS(1520),
    [anon_sym_GT_GT_GT] = ACTIONS(1518),
    [anon_sym_AMP] = ACTIONS(1520),
    [anon_sym_PIPE] = ACTIONS(1520),
    [anon_sym_CARET] = ACTIONS(1518),
    [anon_sym_AMP_AMP] = ACTIONS(1518),
    [anon_sym_PIPE_PIPE] = ACTIONS(1518),
    [anon_sym_EQ_EQ] = ACTIONS(1518),
    [anon_sym_BANG_EQ] = ACTIONS(1518),
    [anon_sym_LT] = ACTIONS(1520),
    [anon_sym_LT_EQ] = ACTIONS(1518),
    [anon_sym_GT] = ACTIONS(1520),
    [anon_sym_GT_EQ] = ACTIONS(1518),
    [anon_sym_EQ_GT] = ACTIONS(1518),
    [anon_sym_QMARK_QMARK] = ACTIONS(1518),
    [anon_sym_EQ] = ACTIONS(1520),
    [sym__rangeOperator] = ACTIONS(1518),
    [anon_sym_null] = ACTIONS(1520),
    [anon_sym_macro] = ACTIONS(1520),
    [anon_sym_abstract] = ACTIONS(1520),
    [anon_sym_static] = ACTIONS(1520),
    [anon_sym_public] = ACTIONS(1520),
    [anon_sym_private] = ACTIONS(1520),
    [anon_sym_extern] = ACTIONS(1520),
    [anon_sym_inline] = ACTIONS(1520),
    [anon_sym_overload] = ACTIONS(1520),
    [anon_sym_override] = ACTIONS(1520),
    [anon_sym_final] = ACTIONS(1520),
    [anon_sym_class] = ACTIONS(1520),
    [anon_sym_interface] = ACTIONS(1520),
    [anon_sym_typedef] = ACTIONS(1520),
    [anon_sym_function] = ACTIONS(1520),
    [anon_sym_var] = ACTIONS(1520),
    [aux_sym_integer_token1] = ACTIONS(1520),
    [aux_sym_integer_token2] = ACTIONS(1518),
    [aux_sym_float_token1] = ACTIONS(1520),
    [aux_sym_float_token2] = ACTIONS(1518),
    [anon_sym_true] = ACTIONS(1520),
    [anon_sym_false] = ACTIONS(1520),
    [aux_sym_string_token1] = ACTIONS(1518),
    [aux_sym_string_token3] = ACTIONS(1518),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1518),
    [sym__closing_brace_marker] = ACTIONS(1518),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [234] = {
    [sym_identifier] = ACTIONS(1530),
    [anon_sym_POUND] = ACTIONS(1528),
    [anon_sym_package] = ACTIONS(1530),
    [anon_sym_DOT] = ACTIONS(1530),
    [anon_sym_import] = ACTIONS(1530),
    [anon_sym_using] = ACTIONS(1530),
    [anon_sym_throw] = ACTIONS(1530),
    [anon_sym_LPAREN] = ACTIONS(1528),
    [anon_sym_switch] = ACTIONS(1530),
    [anon_sym_LBRACE] = ACTIONS(1528),
    [anon_sym_case] = ACTIONS(1530),
    [anon_sym_default] = ACTIONS(1530),
    [anon_sym_cast] = ACTIONS(1530),
    [anon_sym_COMMA] = ACTIONS(1528),
    [anon_sym_DOLLARtype] = ACTIONS(1528),
    [anon_sym_return] = ACTIONS(1530),
    [anon_sym_untyped] = ACTIONS(1530),
    [anon_sym_break] = ACTIONS(1530),
    [anon_sym_continue] = ACTIONS(1530),
    [anon_sym_LBRACK] = ACTIONS(1528),
    [anon_sym_this] = ACTIONS(1530),
    [anon_sym_QMARK] = ACTIONS(1530),
    [anon_sym_AT] = ACTIONS(1530),
    [anon_sym_AT_COLON] = ACTIONS(1528),
    [anon_sym_if] = ACTIONS(1530),
    [anon_sym_new] = ACTIONS(1530),
    [anon_sym_TILDE] = ACTIONS(1528),
    [anon_sym_BANG] = ACTIONS(1530),
    [anon_sym_DASH] = ACTIONS(1530),
    [anon_sym_PLUS_PLUS] = ACTIONS(1528),
    [anon_sym_DASH_DASH] = ACTIONS(1528),
    [anon_sym_PERCENT] = ACTIONS(1528),
    [anon_sym_STAR] = ACTIONS(1528),
    [anon_sym_SLASH] = ACTIONS(1530),
    [anon_sym_PLUS] = ACTIONS(1530),
    [anon_sym_LT_LT] = ACTIONS(1528),
    [anon_sym_GT_GT] = ACTIONS(1530),
    [anon_sym_GT_GT_GT] = ACTIONS(1528),
    [anon_sym_AMP] = ACTIONS(1530),
    [anon_sym_PIPE] = ACTIONS(1530),
    [anon_sym_CARET] = ACTIONS(1528),
    [anon_sym_AMP_AMP] = ACTIONS(1528),
    [anon_sym_PIPE_PIPE] = ACTIONS(1528),
    [anon_sym_EQ_EQ] = ACTIONS(1528),
    [anon_sym_BANG_EQ] = ACTIONS(1528),
    [anon_sym_LT] = ACTIONS(1530),
    [anon_sym_LT_EQ] = ACTIONS(1528),
    [anon_sym_GT] = ACTIONS(1530),
    [anon_sym_GT_EQ] = ACTIONS(1528),
    [anon_sym_EQ_GT] = ACTIONS(1528),
    [anon_sym_QMARK_QMARK] = ACTIONS(1528),
    [anon_sym_EQ] = ACTIONS(1530),
    [sym__rangeOperator] = ACTIONS(1528),
    [anon_sym_null] = ACTIONS(1530),
    [anon_sym_macro] = ACTIONS(1530),
    [anon_sym_abstract] = ACTIONS(1530),
    [anon_sym_static] = ACTIONS(1530),
    [anon_sym_public] = ACTIONS(1530),
    [anon_sym_private] = ACTIONS(1530),
    [anon_sym_extern] = ACTIONS(1530),
    [anon_sym_inline] = ACTIONS(1530),
    [anon_sym_overload] = ACTIONS(1530),
    [anon_sym_override] = ACTIONS(1530),
    [anon_sym_final] = ACTIONS(1530),
    [anon_sym_class] = ACTIONS(1530),
    [anon_sym_interface] = ACTIONS(1530),
    [anon_sym_typedef] = ACTIONS(1530),
    [anon_sym_function] = ACTIONS(1530),
    [anon_sym_var] = ACTIONS(1530),
    [aux_sym_integer_token1] = ACTIONS(1530),
    [aux_sym_integer_token2] = ACTIONS(1528),
    [aux_sym_float_token1] = ACTIONS(1530),
    [aux_sym_float_token2] = ACTIONS(1528),
    [anon_sym_true] = ACTIONS(1530),
    [anon_sym_false] = ACTIONS(1530),
    [aux_sym_string_token1] = ACTIONS(1528),
    [aux_sym_string_token3] = ACTIONS(1528),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1528),
    [sym__closing_brace_marker] = ACTIONS(1528),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [235] = {
    [sym_identifier] = ACTIONS(1508),
    [anon_sym_POUND] = ACTIONS(1506),
    [anon_sym_package] = ACTIONS(1508),
    [anon_sym_DOT] = ACTIONS(1508),
    [anon_sym_import] = ACTIONS(1508),
    [anon_sym_using] = ACTIONS(1508),
    [anon_sym_throw] = ACTIONS(1508),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1508),
    [anon_sym_LBRACE] = ACTIONS(1506),
    [anon_sym_case] = ACTIONS(1508),
    [anon_sym_COLON] = ACTIONS(1524),
    [anon_sym_default] = ACTIONS(1508),
    [anon_sym_cast] = ACTIONS(1508),
    [anon_sym_COMMA] = ACTIONS(1506),
    [anon_sym_DOLLARtype] = ACTIONS(1506),
    [anon_sym_return] = ACTIONS(1508),
    [anon_sym_untyped] = ACTIONS(1508),
    [anon_sym_break] = ACTIONS(1508),
    [anon_sym_continue] = ACTIONS(1508),
    [anon_sym_LBRACK] = ACTIONS(1506),
    [anon_sym_this] = ACTIONS(1508),
    [anon_sym_QMARK] = ACTIONS(1508),
    [anon_sym_AT] = ACTIONS(1508),
    [anon_sym_AT_COLON] = ACTIONS(1506),
    [anon_sym_if] = ACTIONS(1508),
    [anon_sym_new] = ACTIONS(1508),
    [anon_sym_TILDE] = ACTIONS(1506),
    [anon_sym_BANG] = ACTIONS(1508),
    [anon_sym_DASH] = ACTIONS(1508),
    [anon_sym_PLUS_PLUS] = ACTIONS(1506),
    [anon_sym_DASH_DASH] = ACTIONS(1506),
    [anon_sym_PERCENT] = ACTIONS(1506),
    [anon_sym_STAR] = ACTIONS(1506),
    [anon_sym_SLASH] = ACTIONS(1508),
    [anon_sym_PLUS] = ACTIONS(1508),
    [anon_sym_LT_LT] = ACTIONS(1506),
    [anon_sym_GT_GT] = ACTIONS(1508),
    [anon_sym_GT_GT_GT] = ACTIONS(1506),
    [anon_sym_AMP] = ACTIONS(1508),
    [anon_sym_PIPE] = ACTIONS(1508),
    [anon_sym_CARET] = ACTIONS(1506),
    [anon_sym_AMP_AMP] = ACTIONS(1506),
    [anon_sym_PIPE_PIPE] = ACTIONS(1506),
    [anon_sym_EQ_EQ] = ACTIONS(1506),
    [anon_sym_BANG_EQ] = ACTIONS(1506),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1506),
    [anon_sym_GT] = ACTIONS(1508),
    [anon_sym_GT_EQ] = ACTIONS(1506),
    [anon_sym_EQ_GT] = ACTIONS(1506),
    [anon_sym_QMARK_QMARK] = ACTIONS(1506),
    [anon_sym_EQ] = ACTIONS(1508),
    [sym__rangeOperator] = ACTIONS(1506),
    [anon_sym_null] = ACTIONS(1508),
    [anon_sym_macro] = ACTIONS(1508),
    [anon_sym_abstract] = ACTIONS(1508),
    [anon_sym_static] = ACTIONS(1508),
    [anon_sym_public] = ACTIONS(1508),
    [anon_sym_private] = ACTIONS(1508),
    [anon_sym_extern] = ACTIONS(1508),
    [anon_sym_inline] = ACTIONS(1508),
    [anon_sym_overload] = ACTIONS(1508),
    [anon_sym_override] = ACTIONS(1508),
    [anon_sym_final] = ACTIONS(1508),
    [anon_sym_class] = ACTIONS(1508),
    [anon_sym_interface] = ACTIONS(1508),
    [anon_sym_typedef] = ACTIONS(1508),
    [anon_sym_function] = ACTIONS(1508),
    [anon_sym_var] = ACTIONS(1508),
    [aux_sym_integer_token1] = ACTIONS(1508),
    [aux_sym_integer_token2] = ACTIONS(1506),
    [aux_sym_float_token1] = ACTIONS(1508),
    [aux_sym_float_token2] = ACTIONS(1506),
    [anon_sym_true] = ACTIONS(1508),
    [anon_sym_false] = ACTIONS(1508),
    [aux_sym_string_token1] = ACTIONS(1506),
    [aux_sym_string_token3] = ACTIONS(1506),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1506),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [236] = {
    [sym_identifier] = ACTIONS(1462),
    [anon_sym_POUND] = ACTIONS(1460),
    [anon_sym_package] = ACTIONS(1462),
    [anon_sym_DOT] = ACTIONS(1462),
    [anon_sym_import] = ACTIONS(1462),
    [anon_sym_using] = ACTIONS(1462),
    [anon_sym_throw] = ACTIONS(1462),
    [anon_sym_LPAREN] = ACTIONS(1460),
    [anon_sym_switch] = ACTIONS(1462),
    [anon_sym_LBRACE] = ACTIONS(1460),
    [anon_sym_case] = ACTIONS(1462),
    [anon_sym_COLON] = ACTIONS(1460),
    [anon_sym_default] = ACTIONS(1462),
    [anon_sym_cast] = ACTIONS(1462),
    [anon_sym_COMMA] = ACTIONS(1460),
    [anon_sym_DOLLARtype] = ACTIONS(1460),
    [anon_sym_return] = ACTIONS(1462),
    [anon_sym_untyped] = ACTIONS(1462),
    [anon_sym_break] = ACTIONS(1462),
    [anon_sym_continue] = ACTIONS(1462),
    [anon_sym_LBRACK] = ACTIONS(1460),
    [anon_sym_this] = ACTIONS(1462),
    [anon_sym_QMARK] = ACTIONS(1462),
    [anon_sym_AT] = ACTIONS(1462),
    [anon_sym_AT_COLON] = ACTIONS(1460),
    [anon_sym_if] = ACTIONS(1462),
    [anon_sym_new] = ACTIONS(1462),
    [anon_sym_TILDE] = ACTIONS(1460),
    [anon_sym_BANG] = ACTIONS(1462),
    [anon_sym_DASH] = ACTIONS(1462),
    [anon_sym_PLUS_PLUS] = ACTIONS(1460),
    [anon_sym_DASH_DASH] = ACTIONS(1460),
    [anon_sym_PERCENT] = ACTIONS(1460),
    [anon_sym_STAR] = ACTIONS(1460),
    [anon_sym_SLASH] = ACTIONS(1462),
    [anon_sym_PLUS] = ACTIONS(1462),
    [anon_sym_LT_LT] = ACTIONS(1460),
    [anon_sym_GT_GT] = ACTIONS(1462),
    [anon_sym_GT_GT_GT] = ACTIONS(1460),
    [anon_sym_AMP] = ACTIONS(1462),
    [anon_sym_PIPE] = ACTIONS(1462),
    [anon_sym_CARET] = ACTIONS(1460),
    [anon_sym_AMP_AMP] = ACTIONS(1460),
    [anon_sym_PIPE_PIPE] = ACTIONS(1460),
    [anon_sym_EQ_EQ] = ACTIONS(1460),
    [anon_sym_BANG_EQ] = ACTIONS(1460),
    [anon_sym_LT] = ACTIONS(1462),
    [anon_sym_LT_EQ] = ACTIONS(1460),
    [anon_sym_GT] = ACTIONS(1462),
    [anon_sym_GT_EQ] = ACTIONS(1460),
    [anon_sym_EQ_GT] = ACTIONS(1460),
    [anon_sym_QMARK_QMARK] = ACTIONS(1460),
    [anon_sym_EQ] = ACTIONS(1462),
    [sym__rangeOperator] = ACTIONS(1460),
    [anon_sym_null] = ACTIONS(1462),
    [anon_sym_macro] = ACTIONS(1462),
    [anon_sym_abstract] = ACTIONS(1462),
    [anon_sym_static] = ACTIONS(1462),
    [anon_sym_public] = ACTIONS(1462),
    [anon_sym_private] = ACTIONS(1462),
    [anon_sym_extern] = ACTIONS(1462),
    [anon_sym_inline] = ACTIONS(1462),
    [anon_sym_overload] = ACTIONS(1462),
    [anon_sym_override] = ACTIONS(1462),
    [anon_sym_final] = ACTIONS(1462),
    [anon_sym_class] = ACTIONS(1462),
    [anon_sym_interface] = ACTIONS(1462),
    [anon_sym_typedef] = ACTIONS(1462),
    [anon_sym_function] = ACTIONS(1462),
    [anon_sym_var] = ACTIONS(1462),
    [aux_sym_integer_token1] = ACTIONS(1462),
    [aux_sym_integer_token2] = ACTIONS(1460),
    [aux_sym_float_token1] = ACTIONS(1462),
    [aux_sym_float_token2] = ACTIONS(1460),
    [anon_sym_true] = ACTIONS(1462),
    [anon_sym_false] = ACTIONS(1462),
    [aux_sym_string_token1] = ACTIONS(1460),
    [aux_sym_string_token3] = ACTIONS(1460),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1460),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [237] = {
    [sym_identifier] = ACTIONS(1584),
    [anon_sym_POUND] = ACTIONS(1582),
    [anon_sym_package] = ACTIONS(1584),
    [anon_sym_DOT] = ACTIONS(1584),
    [anon_sym_import] = ACTIONS(1584),
    [anon_sym_using] = ACTIONS(1584),
    [anon_sym_throw] = ACTIONS(1584),
    [anon_sym_LPAREN] = ACTIONS(1582),
    [anon_sym_switch] = ACTIONS(1584),
    [anon_sym_LBRACE] = ACTIONS(1582),
    [anon_sym_case] = ACTIONS(1584),
    [anon_sym_default] = ACTIONS(1584),
    [anon_sym_cast] = ACTIONS(1584),
    [anon_sym_COMMA] = ACTIONS(1582),
    [anon_sym_DOLLARtype] = ACTIONS(1582),
    [anon_sym_return] = ACTIONS(1584),
    [anon_sym_untyped] = ACTIONS(1584),
    [anon_sym_break] = ACTIONS(1584),
    [anon_sym_continue] = ACTIONS(1584),
    [anon_sym_LBRACK] = ACTIONS(1582),
    [anon_sym_this] = ACTIONS(1584),
    [anon_sym_QMARK] = ACTIONS(1584),
    [anon_sym_AT] = ACTIONS(1584),
    [anon_sym_AT_COLON] = ACTIONS(1582),
    [anon_sym_if] = ACTIONS(1584),
    [anon_sym_new] = ACTIONS(1584),
    [anon_sym_TILDE] = ACTIONS(1582),
    [anon_sym_BANG] = ACTIONS(1584),
    [anon_sym_DASH] = ACTIONS(1584),
    [anon_sym_PLUS_PLUS] = ACTIONS(1582),
    [anon_sym_DASH_DASH] = ACTIONS(1582),
    [anon_sym_PERCENT] = ACTIONS(1582),
    [anon_sym_STAR] = ACTIONS(1582),
    [anon_sym_SLASH] = ACTIONS(1584),
    [anon_sym_PLUS] = ACTIONS(1584),
    [anon_sym_LT_LT] = ACTIONS(1582),
    [anon_sym_GT_GT] = ACTIONS(1584),
    [anon_sym_GT_GT_GT] = ACTIONS(1582),
    [anon_sym_AMP] = ACTIONS(1584),
    [anon_sym_PIPE] = ACTIONS(1584),
    [anon_sym_CARET] = ACTIONS(1582),
    [anon_sym_AMP_AMP] = ACTIONS(1582),
    [anon_sym_PIPE_PIPE] = ACTIONS(1582),
    [anon_sym_EQ_EQ] = ACTIONS(1582),
    [anon_sym_BANG_EQ] = ACTIONS(1582),
    [anon_sym_LT] = ACTIONS(1584),
    [anon_sym_LT_EQ] = ACTIONS(1582),
    [anon_sym_GT] = ACTIONS(1584),
    [anon_sym_GT_EQ] = ACTIONS(1582),
    [anon_sym_EQ_GT] = ACTIONS(1582),
    [anon_sym_QMARK_QMARK] = ACTIONS(1582),
    [anon_sym_EQ] = ACTIONS(1584),
    [sym__rangeOperator] = ACTIONS(1582),
    [anon_sym_null] = ACTIONS(1584),
    [anon_sym_macro] = ACTIONS(1584),
    [anon_sym_abstract] = ACTIONS(1584),
    [anon_sym_static] = ACTIONS(1584),
    [anon_sym_public] = ACTIONS(1584),
    [anon_sym_private] = ACTIONS(1584),
    [anon_sym_extern] = ACTIONS(1584),
    [anon_sym_inline] = ACTIONS(1584),
    [anon_sym_overload] = ACTIONS(1584),
    [anon_sym_override] = ACTIONS(1584),
    [anon_sym_final] = ACTIONS(1584),
    [anon_sym_class] = ACTIONS(1584),
    [anon_sym_interface] = ACTIONS(1584),
    [anon_sym_typedef] = ACTIONS(1584),
    [anon_sym_function] = ACTIONS(1584),
    [anon_sym_var] = ACTIONS(1584),
    [aux_sym_integer_token1] = ACTIONS(1584),
    [aux_sym_integer_token2] = ACTIONS(1582),
    [aux_sym_float_token1] = ACTIONS(1584),
    [aux_sym_float_token2] = ACTIONS(1582),
    [anon_sym_true] = ACTIONS(1584),
    [anon_sym_false] = ACTIONS(1584),
    [aux_sym_string_token1] = ACTIONS(1582),
    [aux_sym_string_token3] = ACTIONS(1582),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1582),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [238] = {
    [sym_identifier] = ACTIONS(1508),
    [anon_sym_POUND] = ACTIONS(1506),
    [anon_sym_package] = ACTIONS(1508),
    [anon_sym_DOT] = ACTIONS(1508),
    [anon_sym_import] = ACTIONS(1508),
    [anon_sym_using] = ACTIONS(1508),
    [anon_sym_throw] = ACTIONS(1508),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1508),
    [anon_sym_LBRACE] = ACTIONS(1506),
    [anon_sym_case] = ACTIONS(1508),
    [anon_sym_default] = ACTIONS(1508),
    [anon_sym_cast] = ACTIONS(1508),
    [anon_sym_COMMA] = ACTIONS(1506),
    [anon_sym_DOLLARtype] = ACTIONS(1506),
    [anon_sym_return] = ACTIONS(1508),
    [anon_sym_untyped] = ACTIONS(1508),
    [anon_sym_break] = ACTIONS(1508),
    [anon_sym_continue] = ACTIONS(1508),
    [anon_sym_LBRACK] = ACTIONS(1506),
    [anon_sym_this] = ACTIONS(1508),
    [anon_sym_QMARK] = ACTIONS(1508),
    [anon_sym_AT] = ACTIONS(1508),
    [anon_sym_AT_COLON] = ACTIONS(1506),
    [anon_sym_if] = ACTIONS(1508),
    [anon_sym_new] = ACTIONS(1508),
    [anon_sym_TILDE] = ACTIONS(1506),
    [anon_sym_BANG] = ACTIONS(1508),
    [anon_sym_DASH] = ACTIONS(1508),
    [anon_sym_PLUS_PLUS] = ACTIONS(1506),
    [anon_sym_DASH_DASH] = ACTIONS(1506),
    [anon_sym_PERCENT] = ACTIONS(1506),
    [anon_sym_STAR] = ACTIONS(1506),
    [anon_sym_SLASH] = ACTIONS(1508),
    [anon_sym_PLUS] = ACTIONS(1508),
    [anon_sym_LT_LT] = ACTIONS(1506),
    [anon_sym_GT_GT] = ACTIONS(1508),
    [anon_sym_GT_GT_GT] = ACTIONS(1506),
    [anon_sym_AMP] = ACTIONS(1508),
    [anon_sym_PIPE] = ACTIONS(1508),
    [anon_sym_CARET] = ACTIONS(1506),
    [anon_sym_AMP_AMP] = ACTIONS(1506),
    [anon_sym_PIPE_PIPE] = ACTIONS(1506),
    [anon_sym_EQ_EQ] = ACTIONS(1506),
    [anon_sym_BANG_EQ] = ACTIONS(1506),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1506),
    [anon_sym_GT] = ACTIONS(1508),
    [anon_sym_GT_EQ] = ACTIONS(1506),
    [anon_sym_EQ_GT] = ACTIONS(1506),
    [anon_sym_QMARK_QMARK] = ACTIONS(1506),
    [anon_sym_EQ] = ACTIONS(1508),
    [sym__rangeOperator] = ACTIONS(1506),
    [anon_sym_null] = ACTIONS(1508),
    [anon_sym_macro] = ACTIONS(1508),
    [anon_sym_abstract] = ACTIONS(1508),
    [anon_sym_static] = ACTIONS(1508),
    [anon_sym_public] = ACTIONS(1508),
    [anon_sym_private] = ACTIONS(1508),
    [anon_sym_extern] = ACTIONS(1508),
    [anon_sym_inline] = ACTIONS(1508),
    [anon_sym_overload] = ACTIONS(1508),
    [anon_sym_override] = ACTIONS(1508),
    [anon_sym_final] = ACTIONS(1508),
    [anon_sym_class] = ACTIONS(1508),
    [anon_sym_interface] = ACTIONS(1508),
    [anon_sym_typedef] = ACTIONS(1508),
    [anon_sym_function] = ACTIONS(1508),
    [anon_sym_var] = ACTIONS(1508),
    [aux_sym_integer_token1] = ACTIONS(1508),
    [aux_sym_integer_token2] = ACTIONS(1506),
    [aux_sym_float_token1] = ACTIONS(1508),
    [aux_sym_float_token2] = ACTIONS(1506),
    [anon_sym_true] = ACTIONS(1508),
    [anon_sym_false] = ACTIONS(1508),
    [aux_sym_string_token1] = ACTIONS(1506),
    [aux_sym_string_token3] = ACTIONS(1506),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1506),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [239] = {
    [sym_identifier] = ACTIONS(1454),
    [anon_sym_POUND] = ACTIONS(1452),
    [anon_sym_package] = ACTIONS(1454),
    [anon_sym_DOT] = ACTIONS(1454),
    [anon_sym_import] = ACTIONS(1454),
    [anon_sym_using] = ACTIONS(1454),
    [anon_sym_throw] = ACTIONS(1454),
    [anon_sym_LPAREN] = ACTIONS(1452),
    [anon_sym_switch] = ACTIONS(1454),
    [anon_sym_LBRACE] = ACTIONS(1452),
    [anon_sym_case] = ACTIONS(1454),
    [anon_sym_default] = ACTIONS(1454),
    [anon_sym_cast] = ACTIONS(1454),
    [anon_sym_COMMA] = ACTIONS(1452),
    [anon_sym_DOLLARtype] = ACTIONS(1452),
    [anon_sym_return] = ACTIONS(1454),
    [anon_sym_untyped] = ACTIONS(1454),
    [anon_sym_break] = ACTIONS(1454),
    [anon_sym_continue] = ACTIONS(1454),
    [anon_sym_LBRACK] = ACTIONS(1452),
    [anon_sym_this] = ACTIONS(1454),
    [anon_sym_QMARK] = ACTIONS(1454),
    [anon_sym_AT] = ACTIONS(1454),
    [anon_sym_AT_COLON] = ACTIONS(1452),
    [anon_sym_if] = ACTIONS(1454),
    [anon_sym_new] = ACTIONS(1454),
    [anon_sym_TILDE] = ACTIONS(1452),
    [anon_sym_BANG] = ACTIONS(1454),
    [anon_sym_DASH] = ACTIONS(1454),
    [anon_sym_PLUS_PLUS] = ACTIONS(1452),
    [anon_sym_DASH_DASH] = ACTIONS(1452),
    [anon_sym_PERCENT] = ACTIONS(1452),
    [anon_sym_STAR] = ACTIONS(1452),
    [anon_sym_SLASH] = ACTIONS(1454),
    [anon_sym_PLUS] = ACTIONS(1454),
    [anon_sym_LT_LT] = ACTIONS(1452),
    [anon_sym_GT_GT] = ACTIONS(1454),
    [anon_sym_GT_GT_GT] = ACTIONS(1452),
    [anon_sym_AMP] = ACTIONS(1454),
    [anon_sym_PIPE] = ACTIONS(1454),
    [anon_sym_CARET] = ACTIONS(1452),
    [anon_sym_AMP_AMP] = ACTIONS(1452),
    [anon_sym_PIPE_PIPE] = ACTIONS(1452),
    [anon_sym_EQ_EQ] = ACTIONS(1452),
    [anon_sym_BANG_EQ] = ACTIONS(1452),
    [anon_sym_LT] = ACTIONS(1454),
    [anon_sym_LT_EQ] = ACTIONS(1452),
    [anon_sym_GT] = ACTIONS(1454),
    [anon_sym_GT_EQ] = ACTIONS(1452),
    [anon_sym_EQ_GT] = ACTIONS(1452),
    [anon_sym_QMARK_QMARK] = ACTIONS(1452),
    [anon_sym_EQ] = ACTIONS(1454),
    [sym__rangeOperator] = ACTIONS(1452),
    [anon_sym_null] = ACTIONS(1454),
    [anon_sym_macro] = ACTIONS(1454),
    [anon_sym_abstract] = ACTIONS(1454),
    [anon_sym_static] = ACTIONS(1454),
    [anon_sym_public] = ACTIONS(1454),
    [anon_sym_private] = ACTIONS(1454),
    [anon_sym_extern] = ACTIONS(1454),
    [anon_sym_inline] = ACTIONS(1454),
    [anon_sym_overload] = ACTIONS(1454),
    [anon_sym_override] = ACTIONS(1454),
    [anon_sym_final] = ACTIONS(1454),
    [anon_sym_class] = ACTIONS(1454),
    [anon_sym_interface] = ACTIONS(1454),
    [anon_sym_typedef] = ACTIONS(1454),
    [anon_sym_function] = ACTIONS(1454),
    [anon_sym_var] = ACTIONS(1454),
    [aux_sym_integer_token1] = ACTIONS(1454),
    [aux_sym_integer_token2] = ACTIONS(1452),
    [aux_sym_float_token1] = ACTIONS(1454),
    [aux_sym_float_token2] = ACTIONS(1452),
    [anon_sym_true] = ACTIONS(1454),
    [anon_sym_false] = ACTIONS(1454),
    [aux_sym_string_token1] = ACTIONS(1452),
    [aux_sym_string_token3] = ACTIONS(1452),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1452),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [240] = {
    [sym_identifier] = ACTIONS(1458),
    [anon_sym_POUND] = ACTIONS(1456),
    [anon_sym_package] = ACTIONS(1458),
    [anon_sym_DOT] = ACTIONS(1458),
    [anon_sym_import] = ACTIONS(1458),
    [anon_sym_using] = ACTIONS(1458),
    [anon_sym_throw] = ACTIONS(1458),
    [anon_sym_LPAREN] = ACTIONS(1456),
    [anon_sym_switch] = ACTIONS(1458),
    [anon_sym_LBRACE] = ACTIONS(1456),
    [anon_sym_case] = ACTIONS(1458),
    [anon_sym_default] = ACTIONS(1458),
    [anon_sym_cast] = ACTIONS(1458),
    [anon_sym_COMMA] = ACTIONS(1456),
    [anon_sym_DOLLARtype] = ACTIONS(1456),
    [anon_sym_return] = ACTIONS(1458),
    [anon_sym_untyped] = ACTIONS(1458),
    [anon_sym_break] = ACTIONS(1458),
    [anon_sym_continue] = ACTIONS(1458),
    [anon_sym_LBRACK] = ACTIONS(1456),
    [anon_sym_this] = ACTIONS(1458),
    [anon_sym_QMARK] = ACTIONS(1458),
    [anon_sym_AT] = ACTIONS(1458),
    [anon_sym_AT_COLON] = ACTIONS(1456),
    [anon_sym_if] = ACTIONS(1458),
    [anon_sym_new] = ACTIONS(1458),
    [anon_sym_TILDE] = ACTIONS(1456),
    [anon_sym_BANG] = ACTIONS(1458),
    [anon_sym_DASH] = ACTIONS(1458),
    [anon_sym_PLUS_PLUS] = ACTIONS(1456),
    [anon_sym_DASH_DASH] = ACTIONS(1456),
    [anon_sym_PERCENT] = ACTIONS(1456),
    [anon_sym_STAR] = ACTIONS(1456),
    [anon_sym_SLASH] = ACTIONS(1458),
    [anon_sym_PLUS] = ACTIONS(1458),
    [anon_sym_LT_LT] = ACTIONS(1456),
    [anon_sym_GT_GT] = ACTIONS(1458),
    [anon_sym_GT_GT_GT] = ACTIONS(1456),
    [anon_sym_AMP] = ACTIONS(1458),
    [anon_sym_PIPE] = ACTIONS(1458),
    [anon_sym_CARET] = ACTIONS(1456),
    [anon_sym_AMP_AMP] = ACTIONS(1456),
    [anon_sym_PIPE_PIPE] = ACTIONS(1456),
    [anon_sym_EQ_EQ] = ACTIONS(1456),
    [anon_sym_BANG_EQ] = ACTIONS(1456),
    [anon_sym_LT] = ACTIONS(1458),
    [anon_sym_LT_EQ] = ACTIONS(1456),
    [anon_sym_GT] = ACTIONS(1458),
    [anon_sym_GT_EQ] = ACTIONS(1456),
    [anon_sym_EQ_GT] = ACTIONS(1456),
    [anon_sym_QMARK_QMARK] = ACTIONS(1456),
    [anon_sym_EQ] = ACTIONS(1458),
    [sym__rangeOperator] = ACTIONS(1456),
    [anon_sym_null] = ACTIONS(1458),
    [anon_sym_macro] = ACTIONS(1458),
    [anon_sym_abstract] = ACTIONS(1458),
    [anon_sym_static] = ACTIONS(1458),
    [anon_sym_public] = ACTIONS(1458),
    [anon_sym_private] = ACTIONS(1458),
    [anon_sym_extern] = ACTIONS(1458),
    [anon_sym_inline] = ACTIONS(1458),
    [anon_sym_overload] = ACTIONS(1458),
    [anon_sym_override] = ACTIONS(1458),
    [anon_sym_final] = ACTIONS(1458),
    [anon_sym_class] = ACTIONS(1458),
    [anon_sym_interface] = ACTIONS(1458),
    [anon_sym_typedef] = ACTIONS(1458),
    [anon_sym_function] = ACTIONS(1458),
    [anon_sym_var] = ACTIONS(1458),
    [aux_sym_integer_token1] = ACTIONS(1458),
    [aux_sym_integer_token2] = ACTIONS(1456),
    [aux_sym_float_token1] = ACTIONS(1458),
    [aux_sym_float_token2] = ACTIONS(1456),
    [anon_sym_true] = ACTIONS(1458),
    [anon_sym_false] = ACTIONS(1458),
    [aux_sym_string_token1] = ACTIONS(1456),
    [aux_sym_string_token3] = ACTIONS(1456),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1456),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [241] = {
    [sym_identifier] = ACTIONS(1478),
    [anon_sym_POUND] = ACTIONS(1476),
    [anon_sym_package] = ACTIONS(1478),
    [anon_sym_DOT] = ACTIONS(1478),
    [anon_sym_import] = ACTIONS(1478),
    [anon_sym_using] = ACTIONS(1478),
    [anon_sym_throw] = ACTIONS(1478),
    [anon_sym_LPAREN] = ACTIONS(1476),
    [anon_sym_switch] = ACTIONS(1478),
    [anon_sym_LBRACE] = ACTIONS(1476),
    [anon_sym_case] = ACTIONS(1478),
    [anon_sym_default] = ACTIONS(1478),
    [anon_sym_cast] = ACTIONS(1478),
    [anon_sym_COMMA] = ACTIONS(1476),
    [anon_sym_DOLLARtype] = ACTIONS(1476),
    [anon_sym_return] = ACTIONS(1478),
    [anon_sym_untyped] = ACTIONS(1478),
    [anon_sym_break] = ACTIONS(1478),
    [anon_sym_continue] = ACTIONS(1478),
    [anon_sym_LBRACK] = ACTIONS(1476),
    [anon_sym_this] = ACTIONS(1478),
    [anon_sym_QMARK] = ACTIONS(1478),
    [anon_sym_AT] = ACTIONS(1478),
    [anon_sym_AT_COLON] = ACTIONS(1476),
    [anon_sym_if] = ACTIONS(1478),
    [anon_sym_new] = ACTIONS(1478),
    [anon_sym_TILDE] = ACTIONS(1476),
    [anon_sym_BANG] = ACTIONS(1478),
    [anon_sym_DASH] = ACTIONS(1478),
    [anon_sym_PLUS_PLUS] = ACTIONS(1476),
    [anon_sym_DASH_DASH] = ACTIONS(1476),
    [anon_sym_PERCENT] = ACTIONS(1476),
    [anon_sym_STAR] = ACTIONS(1476),
    [anon_sym_SLASH] = ACTIONS(1478),
    [anon_sym_PLUS] = ACTIONS(1478),
    [anon_sym_LT_LT] = ACTIONS(1476),
    [anon_sym_GT_GT] = ACTIONS(1478),
    [anon_sym_GT_GT_GT] = ACTIONS(1476),
    [anon_sym_AMP] = ACTIONS(1478),
    [anon_sym_PIPE] = ACTIONS(1478),
    [anon_sym_CARET] = ACTIONS(1476),
    [anon_sym_AMP_AMP] = ACTIONS(1476),
    [anon_sym_PIPE_PIPE] = ACTIONS(1476),
    [anon_sym_EQ_EQ] = ACTIONS(1476),
    [anon_sym_BANG_EQ] = ACTIONS(1476),
    [anon_sym_LT] = ACTIONS(1478),
    [anon_sym_LT_EQ] = ACTIONS(1476),
    [anon_sym_GT] = ACTIONS(1478),
    [anon_sym_GT_EQ] = ACTIONS(1476),
    [anon_sym_EQ_GT] = ACTIONS(1476),
    [anon_sym_QMARK_QMARK] = ACTIONS(1476),
    [anon_sym_EQ] = ACTIONS(1478),
    [sym__rangeOperator] = ACTIONS(1476),
    [anon_sym_null] = ACTIONS(1478),
    [anon_sym_macro] = ACTIONS(1478),
    [anon_sym_abstract] = ACTIONS(1478),
    [anon_sym_static] = ACTIONS(1478),
    [anon_sym_public] = ACTIONS(1478),
    [anon_sym_private] = ACTIONS(1478),
    [anon_sym_extern] = ACTIONS(1478),
    [anon_sym_inline] = ACTIONS(1478),
    [anon_sym_overload] = ACTIONS(1478),
    [anon_sym_override] = ACTIONS(1478),
    [anon_sym_final] = ACTIONS(1478),
    [anon_sym_class] = ACTIONS(1478),
    [anon_sym_interface] = ACTIONS(1478),
    [anon_sym_typedef] = ACTIONS(1478),
    [anon_sym_function] = ACTIONS(1478),
    [anon_sym_var] = ACTIONS(1478),
    [aux_sym_integer_token1] = ACTIONS(1478),
    [aux_sym_integer_token2] = ACTIONS(1476),
    [aux_sym_float_token1] = ACTIONS(1478),
    [aux_sym_float_token2] = ACTIONS(1476),
    [anon_sym_true] = ACTIONS(1478),
    [anon_sym_false] = ACTIONS(1478),
    [aux_sym_string_token1] = ACTIONS(1476),
    [aux_sym_string_token3] = ACTIONS(1476),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1476),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [242] = {
    [sym_identifier] = ACTIONS(1426),
    [anon_sym_POUND] = ACTIONS(1424),
    [anon_sym_package] = ACTIONS(1426),
    [anon_sym_DOT] = ACTIONS(1426),
    [anon_sym_import] = ACTIONS(1426),
    [anon_sym_using] = ACTIONS(1426),
    [anon_sym_throw] = ACTIONS(1426),
    [anon_sym_LPAREN] = ACTIONS(1424),
    [anon_sym_switch] = ACTIONS(1426),
    [anon_sym_LBRACE] = ACTIONS(1424),
    [anon_sym_case] = ACTIONS(1426),
    [anon_sym_default] = ACTIONS(1426),
    [anon_sym_cast] = ACTIONS(1426),
    [anon_sym_COMMA] = ACTIONS(1424),
    [anon_sym_DOLLARtype] = ACTIONS(1424),
    [anon_sym_return] = ACTIONS(1426),
    [anon_sym_untyped] = ACTIONS(1426),
    [anon_sym_break] = ACTIONS(1426),
    [anon_sym_continue] = ACTIONS(1426),
    [anon_sym_LBRACK] = ACTIONS(1424),
    [anon_sym_this] = ACTIONS(1426),
    [anon_sym_QMARK] = ACTIONS(1426),
    [anon_sym_AT] = ACTIONS(1426),
    [anon_sym_AT_COLON] = ACTIONS(1424),
    [anon_sym_if] = ACTIONS(1426),
    [anon_sym_new] = ACTIONS(1426),
    [anon_sym_TILDE] = ACTIONS(1424),
    [anon_sym_BANG] = ACTIONS(1426),
    [anon_sym_DASH] = ACTIONS(1426),
    [anon_sym_PLUS_PLUS] = ACTIONS(1424),
    [anon_sym_DASH_DASH] = ACTIONS(1424),
    [anon_sym_PERCENT] = ACTIONS(1424),
    [anon_sym_STAR] = ACTIONS(1424),
    [anon_sym_SLASH] = ACTIONS(1426),
    [anon_sym_PLUS] = ACTIONS(1426),
    [anon_sym_LT_LT] = ACTIONS(1424),
    [anon_sym_GT_GT] = ACTIONS(1426),
    [anon_sym_GT_GT_GT] = ACTIONS(1424),
    [anon_sym_AMP] = ACTIONS(1426),
    [anon_sym_PIPE] = ACTIONS(1426),
    [anon_sym_CARET] = ACTIONS(1424),
    [anon_sym_AMP_AMP] = ACTIONS(1424),
    [anon_sym_PIPE_PIPE] = ACTIONS(1424),
    [anon_sym_EQ_EQ] = ACTIONS(1424),
    [anon_sym_BANG_EQ] = ACTIONS(1424),
    [anon_sym_LT] = ACTIONS(1426),
    [anon_sym_LT_EQ] = ACTIONS(1424),
    [anon_sym_GT] = ACTIONS(1426),
    [anon_sym_GT_EQ] = ACTIONS(1424),
    [anon_sym_EQ_GT] = ACTIONS(1424),
    [anon_sym_QMARK_QMARK] = ACTIONS(1424),
    [anon_sym_EQ] = ACTIONS(1426),
    [sym__rangeOperator] = ACTIONS(1424),
    [anon_sym_null] = ACTIONS(1426),
    [anon_sym_macro] = ACTIONS(1426),
    [anon_sym_abstract] = ACTIONS(1426),
    [anon_sym_static] = ACTIONS(1426),
    [anon_sym_public] = ACTIONS(1426),
    [anon_sym_private] = ACTIONS(1426),
    [anon_sym_extern] = ACTIONS(1426),
    [anon_sym_inline] = ACTIONS(1426),
    [anon_sym_overload] = ACTIONS(1426),
    [anon_sym_override] = ACTIONS(1426),
    [anon_sym_final] = ACTIONS(1426),
    [anon_sym_class] = ACTIONS(1426),
    [anon_sym_interface] = ACTIONS(1426),
    [anon_sym_typedef] = ACTIONS(1426),
    [anon_sym_function] = ACTIONS(1426),
    [anon_sym_var] = ACTIONS(1426),
    [aux_sym_integer_token1] = ACTIONS(1426),
    [aux_sym_integer_token2] = ACTIONS(1424),
    [aux_sym_float_token1] = ACTIONS(1426),
    [aux_sym_float_token2] = ACTIONS(1424),
    [anon_sym_true] = ACTIONS(1426),
    [anon_sym_false] = ACTIONS(1426),
    [aux_sym_string_token1] = ACTIONS(1424),
    [aux_sym_string_token3] = ACTIONS(1424),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1424),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [243] = {
    [sym_identifier] = ACTIONS(1520),
    [anon_sym_POUND] = ACTIONS(1518),
    [anon_sym_package] = ACTIONS(1520),
    [anon_sym_DOT] = ACTIONS(1520),
    [anon_sym_import] = ACTIONS(1520),
    [anon_sym_using] = ACTIONS(1520),
    [anon_sym_throw] = ACTIONS(1520),
    [anon_sym_LPAREN] = ACTIONS(1518),
    [anon_sym_switch] = ACTIONS(1520),
    [anon_sym_LBRACE] = ACTIONS(1518),
    [anon_sym_case] = ACTIONS(1520),
    [anon_sym_default] = ACTIONS(1520),
    [anon_sym_cast] = ACTIONS(1520),
    [anon_sym_COMMA] = ACTIONS(1518),
    [anon_sym_DOLLARtype] = ACTIONS(1518),
    [anon_sym_return] = ACTIONS(1520),
    [anon_sym_untyped] = ACTIONS(1520),
    [anon_sym_break] = ACTIONS(1520),
    [anon_sym_continue] = ACTIONS(1520),
    [anon_sym_LBRACK] = ACTIONS(1518),
    [anon_sym_this] = ACTIONS(1520),
    [anon_sym_QMARK] = ACTIONS(1520),
    [anon_sym_AT] = ACTIONS(1520),
    [anon_sym_AT_COLON] = ACTIONS(1518),
    [anon_sym_if] = ACTIONS(1520),
    [anon_sym_new] = ACTIONS(1520),
    [anon_sym_TILDE] = ACTIONS(1518),
    [anon_sym_BANG] = ACTIONS(1520),
    [anon_sym_DASH] = ACTIONS(1520),
    [anon_sym_PLUS_PLUS] = ACTIONS(1518),
    [anon_sym_DASH_DASH] = ACTIONS(1518),
    [anon_sym_PERCENT] = ACTIONS(1518),
    [anon_sym_STAR] = ACTIONS(1518),
    [anon_sym_SLASH] = ACTIONS(1520),
    [anon_sym_PLUS] = ACTIONS(1520),
    [anon_sym_LT_LT] = ACTIONS(1518),
    [anon_sym_GT_GT] = ACTIONS(1520),
    [anon_sym_GT_GT_GT] = ACTIONS(1518),
    [anon_sym_AMP] = ACTIONS(1520),
    [anon_sym_PIPE] = ACTIONS(1520),
    [anon_sym_CARET] = ACTIONS(1518),
    [anon_sym_AMP_AMP] = ACTIONS(1518),
    [anon_sym_PIPE_PIPE] = ACTIONS(1518),
    [anon_sym_EQ_EQ] = ACTIONS(1518),
    [anon_sym_BANG_EQ] = ACTIONS(1518),
    [anon_sym_LT] = ACTIONS(1520),
    [anon_sym_LT_EQ] = ACTIONS(1518),
    [anon_sym_GT] = ACTIONS(1520),
    [anon_sym_GT_EQ] = ACTIONS(1518),
    [anon_sym_EQ_GT] = ACTIONS(1518),
    [anon_sym_QMARK_QMARK] = ACTIONS(1518),
    [anon_sym_EQ] = ACTIONS(1520),
    [sym__rangeOperator] = ACTIONS(1518),
    [anon_sym_null] = ACTIONS(1520),
    [anon_sym_macro] = ACTIONS(1520),
    [anon_sym_abstract] = ACTIONS(1520),
    [anon_sym_static] = ACTIONS(1520),
    [anon_sym_public] = ACTIONS(1520),
    [anon_sym_private] = ACTIONS(1520),
    [anon_sym_extern] = ACTIONS(1520),
    [anon_sym_inline] = ACTIONS(1520),
    [anon_sym_overload] = ACTIONS(1520),
    [anon_sym_override] = ACTIONS(1520),
    [anon_sym_final] = ACTIONS(1520),
    [anon_sym_class] = ACTIONS(1520),
    [anon_sym_interface] = ACTIONS(1520),
    [anon_sym_typedef] = ACTIONS(1520),
    [anon_sym_function] = ACTIONS(1520),
    [anon_sym_var] = ACTIONS(1520),
    [aux_sym_integer_token1] = ACTIONS(1520),
    [aux_sym_integer_token2] = ACTIONS(1518),
    [aux_sym_float_token1] = ACTIONS(1520),
    [aux_sym_float_token2] = ACTIONS(1518),
    [anon_sym_true] = ACTIONS(1520),
    [anon_sym_false] = ACTIONS(1520),
    [aux_sym_string_token1] = ACTIONS(1518),
    [aux_sym_string_token3] = ACTIONS(1518),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1518),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [244] = {
    [sym_identifier] = ACTIONS(1492),
    [anon_sym_POUND] = ACTIONS(1490),
    [anon_sym_package] = ACTIONS(1492),
    [anon_sym_DOT] = ACTIONS(1492),
    [anon_sym_import] = ACTIONS(1492),
    [anon_sym_using] = ACTIONS(1492),
    [anon_sym_throw] = ACTIONS(1492),
    [anon_sym_LPAREN] = ACTIONS(1490),
    [anon_sym_switch] = ACTIONS(1492),
    [anon_sym_LBRACE] = ACTIONS(1490),
    [anon_sym_case] = ACTIONS(1492),
    [anon_sym_default] = ACTIONS(1492),
    [anon_sym_cast] = ACTIONS(1492),
    [anon_sym_COMMA] = ACTIONS(1490),
    [anon_sym_DOLLARtype] = ACTIONS(1490),
    [anon_sym_return] = ACTIONS(1492),
    [anon_sym_untyped] = ACTIONS(1492),
    [anon_sym_break] = ACTIONS(1492),
    [anon_sym_continue] = ACTIONS(1492),
    [anon_sym_LBRACK] = ACTIONS(1490),
    [anon_sym_this] = ACTIONS(1492),
    [anon_sym_QMARK] = ACTIONS(1492),
    [anon_sym_AT] = ACTIONS(1492),
    [anon_sym_AT_COLON] = ACTIONS(1490),
    [anon_sym_if] = ACTIONS(1492),
    [anon_sym_new] = ACTIONS(1492),
    [anon_sym_TILDE] = ACTIONS(1490),
    [anon_sym_BANG] = ACTIONS(1492),
    [anon_sym_DASH] = ACTIONS(1492),
    [anon_sym_PLUS_PLUS] = ACTIONS(1490),
    [anon_sym_DASH_DASH] = ACTIONS(1490),
    [anon_sym_PERCENT] = ACTIONS(1490),
    [anon_sym_STAR] = ACTIONS(1490),
    [anon_sym_SLASH] = ACTIONS(1492),
    [anon_sym_PLUS] = ACTIONS(1492),
    [anon_sym_LT_LT] = ACTIONS(1490),
    [anon_sym_GT_GT] = ACTIONS(1492),
    [anon_sym_GT_GT_GT] = ACTIONS(1490),
    [anon_sym_AMP] = ACTIONS(1492),
    [anon_sym_PIPE] = ACTIONS(1492),
    [anon_sym_CARET] = ACTIONS(1490),
    [anon_sym_AMP_AMP] = ACTIONS(1490),
    [anon_sym_PIPE_PIPE] = ACTIONS(1490),
    [anon_sym_EQ_EQ] = ACTIONS(1490),
    [anon_sym_BANG_EQ] = ACTIONS(1490),
    [anon_sym_LT] = ACTIONS(1492),
    [anon_sym_LT_EQ] = ACTIONS(1490),
    [anon_sym_GT] = ACTIONS(1492),
    [anon_sym_GT_EQ] = ACTIONS(1490),
    [anon_sym_EQ_GT] = ACTIONS(1490),
    [anon_sym_QMARK_QMARK] = ACTIONS(1490),
    [anon_sym_EQ] = ACTIONS(1492),
    [sym__rangeOperator] = ACTIONS(1490),
    [anon_sym_null] = ACTIONS(1492),
    [anon_sym_macro] = ACTIONS(1492),
    [anon_sym_abstract] = ACTIONS(1492),
    [anon_sym_static] = ACTIONS(1492),
    [anon_sym_public] = ACTIONS(1492),
    [anon_sym_private] = ACTIONS(1492),
    [anon_sym_extern] = ACTIONS(1492),
    [anon_sym_inline] = ACTIONS(1492),
    [anon_sym_overload] = ACTIONS(1492),
    [anon_sym_override] = ACTIONS(1492),
    [anon_sym_final] = ACTIONS(1492),
    [anon_sym_class] = ACTIONS(1492),
    [anon_sym_interface] = ACTIONS(1492),
    [anon_sym_typedef] = ACTIONS(1492),
    [anon_sym_function] = ACTIONS(1492),
    [anon_sym_var] = ACTIONS(1492),
    [aux_sym_integer_token1] = ACTIONS(1492),
    [aux_sym_integer_token2] = ACTIONS(1490),
    [aux_sym_float_token1] = ACTIONS(1492),
    [aux_sym_float_token2] = ACTIONS(1490),
    [anon_sym_true] = ACTIONS(1492),
    [anon_sym_false] = ACTIONS(1492),
    [aux_sym_string_token1] = ACTIONS(1490),
    [aux_sym_string_token3] = ACTIONS(1490),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1490),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [245] = {
    [sym_identifier] = ACTIONS(1558),
    [anon_sym_POUND] = ACTIONS(1556),
    [anon_sym_package] = ACTIONS(1558),
    [anon_sym_DOT] = ACTIONS(1558),
    [anon_sym_import] = ACTIONS(1558),
    [anon_sym_using] = ACTIONS(1558),
    [anon_sym_throw] = ACTIONS(1558),
    [anon_sym_LPAREN] = ACTIONS(1556),
    [anon_sym_switch] = ACTIONS(1558),
    [anon_sym_LBRACE] = ACTIONS(1556),
    [anon_sym_case] = ACTIONS(1558),
    [anon_sym_default] = ACTIONS(1558),
    [anon_sym_cast] = ACTIONS(1558),
    [anon_sym_COMMA] = ACTIONS(1556),
    [anon_sym_DOLLARtype] = ACTIONS(1556),
    [anon_sym_return] = ACTIONS(1558),
    [anon_sym_untyped] = ACTIONS(1558),
    [anon_sym_break] = ACTIONS(1558),
    [anon_sym_continue] = ACTIONS(1558),
    [anon_sym_LBRACK] = ACTIONS(1556),
    [anon_sym_this] = ACTIONS(1558),
    [anon_sym_QMARK] = ACTIONS(1558),
    [anon_sym_AT] = ACTIONS(1558),
    [anon_sym_AT_COLON] = ACTIONS(1556),
    [anon_sym_if] = ACTIONS(1558),
    [anon_sym_new] = ACTIONS(1558),
    [anon_sym_TILDE] = ACTIONS(1556),
    [anon_sym_BANG] = ACTIONS(1558),
    [anon_sym_DASH] = ACTIONS(1558),
    [anon_sym_PLUS_PLUS] = ACTIONS(1556),
    [anon_sym_DASH_DASH] = ACTIONS(1556),
    [anon_sym_PERCENT] = ACTIONS(1556),
    [anon_sym_STAR] = ACTIONS(1556),
    [anon_sym_SLASH] = ACTIONS(1558),
    [anon_sym_PLUS] = ACTIONS(1558),
    [anon_sym_LT_LT] = ACTIONS(1556),
    [anon_sym_GT_GT] = ACTIONS(1558),
    [anon_sym_GT_GT_GT] = ACTIONS(1556),
    [anon_sym_AMP] = ACTIONS(1558),
    [anon_sym_PIPE] = ACTIONS(1558),
    [anon_sym_CARET] = ACTIONS(1556),
    [anon_sym_AMP_AMP] = ACTIONS(1556),
    [anon_sym_PIPE_PIPE] = ACTIONS(1556),
    [anon_sym_EQ_EQ] = ACTIONS(1556),
    [anon_sym_BANG_EQ] = ACTIONS(1556),
    [anon_sym_LT] = ACTIONS(1558),
    [anon_sym_LT_EQ] = ACTIONS(1556),
    [anon_sym_GT] = ACTIONS(1558),
    [anon_sym_GT_EQ] = ACTIONS(1556),
    [anon_sym_EQ_GT] = ACTIONS(1556),
    [anon_sym_QMARK_QMARK] = ACTIONS(1556),
    [anon_sym_EQ] = ACTIONS(1558),
    [sym__rangeOperator] = ACTIONS(1556),
    [anon_sym_null] = ACTIONS(1558),
    [anon_sym_macro] = ACTIONS(1558),
    [anon_sym_abstract] = ACTIONS(1558),
    [anon_sym_static] = ACTIONS(1558),
    [anon_sym_public] = ACTIONS(1558),
    [anon_sym_private] = ACTIONS(1558),
    [anon_sym_extern] = ACTIONS(1558),
    [anon_sym_inline] = ACTIONS(1558),
    [anon_sym_overload] = ACTIONS(1558),
    [anon_sym_override] = ACTIONS(1558),
    [anon_sym_final] = ACTIONS(1558),
    [anon_sym_class] = ACTIONS(1558),
    [anon_sym_interface] = ACTIONS(1558),
    [anon_sym_typedef] = ACTIONS(1558),
    [anon_sym_function] = ACTIONS(1558),
    [anon_sym_var] = ACTIONS(1558),
    [aux_sym_integer_token1] = ACTIONS(1558),
    [aux_sym_integer_token2] = ACTIONS(1556),
    [aux_sym_float_token1] = ACTIONS(1558),
    [aux_sym_float_token2] = ACTIONS(1556),
    [anon_sym_true] = ACTIONS(1558),
    [anon_sym_false] = ACTIONS(1558),
    [aux_sym_string_token1] = ACTIONS(1556),
    [aux_sym_string_token3] = ACTIONS(1556),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1556),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [246] = {
    [sym_identifier] = ACTIONS(1562),
    [anon_sym_POUND] = ACTIONS(1560),
    [anon_sym_package] = ACTIONS(1562),
    [anon_sym_DOT] = ACTIONS(1562),
    [anon_sym_import] = ACTIONS(1562),
    [anon_sym_using] = ACTIONS(1562),
    [anon_sym_throw] = ACTIONS(1562),
    [anon_sym_LPAREN] = ACTIONS(1560),
    [anon_sym_switch] = ACTIONS(1562),
    [anon_sym_LBRACE] = ACTIONS(1560),
    [anon_sym_case] = ACTIONS(1562),
    [anon_sym_default] = ACTIONS(1562),
    [anon_sym_cast] = ACTIONS(1562),
    [anon_sym_COMMA] = ACTIONS(1560),
    [anon_sym_DOLLARtype] = ACTIONS(1560),
    [anon_sym_return] = ACTIONS(1562),
    [anon_sym_untyped] = ACTIONS(1562),
    [anon_sym_break] = ACTIONS(1562),
    [anon_sym_continue] = ACTIONS(1562),
    [anon_sym_LBRACK] = ACTIONS(1560),
    [anon_sym_this] = ACTIONS(1562),
    [anon_sym_QMARK] = ACTIONS(1562),
    [anon_sym_AT] = ACTIONS(1562),
    [anon_sym_AT_COLON] = ACTIONS(1560),
    [anon_sym_if] = ACTIONS(1562),
    [anon_sym_new] = ACTIONS(1562),
    [anon_sym_TILDE] = ACTIONS(1560),
    [anon_sym_BANG] = ACTIONS(1562),
    [anon_sym_DASH] = ACTIONS(1562),
    [anon_sym_PLUS_PLUS] = ACTIONS(1560),
    [anon_sym_DASH_DASH] = ACTIONS(1560),
    [anon_sym_PERCENT] = ACTIONS(1560),
    [anon_sym_STAR] = ACTIONS(1560),
    [anon_sym_SLASH] = ACTIONS(1562),
    [anon_sym_PLUS] = ACTIONS(1562),
    [anon_sym_LT_LT] = ACTIONS(1560),
    [anon_sym_GT_GT] = ACTIONS(1562),
    [anon_sym_GT_GT_GT] = ACTIONS(1560),
    [anon_sym_AMP] = ACTIONS(1562),
    [anon_sym_PIPE] = ACTIONS(1562),
    [anon_sym_CARET] = ACTIONS(1560),
    [anon_sym_AMP_AMP] = ACTIONS(1560),
    [anon_sym_PIPE_PIPE] = ACTIONS(1560),
    [anon_sym_EQ_EQ] = ACTIONS(1560),
    [anon_sym_BANG_EQ] = ACTIONS(1560),
    [anon_sym_LT] = ACTIONS(1562),
    [anon_sym_LT_EQ] = ACTIONS(1560),
    [anon_sym_GT] = ACTIONS(1562),
    [anon_sym_GT_EQ] = ACTIONS(1560),
    [anon_sym_EQ_GT] = ACTIONS(1560),
    [anon_sym_QMARK_QMARK] = ACTIONS(1560),
    [anon_sym_EQ] = ACTIONS(1562),
    [sym__rangeOperator] = ACTIONS(1560),
    [anon_sym_null] = ACTIONS(1562),
    [anon_sym_macro] = ACTIONS(1562),
    [anon_sym_abstract] = ACTIONS(1562),
    [anon_sym_static] = ACTIONS(1562),
    [anon_sym_public] = ACTIONS(1562),
    [anon_sym_private] = ACTIONS(1562),
    [anon_sym_extern] = ACTIONS(1562),
    [anon_sym_inline] = ACTIONS(1562),
    [anon_sym_overload] = ACTIONS(1562),
    [anon_sym_override] = ACTIONS(1562),
    [anon_sym_final] = ACTIONS(1562),
    [anon_sym_class] = ACTIONS(1562),
    [anon_sym_interface] = ACTIONS(1562),
    [anon_sym_typedef] = ACTIONS(1562),
    [anon_sym_function] = ACTIONS(1562),
    [anon_sym_var] = ACTIONS(1562),
    [aux_sym_integer_token1] = ACTIONS(1562),
    [aux_sym_integer_token2] = ACTIONS(1560),
    [aux_sym_float_token1] = ACTIONS(1562),
    [aux_sym_float_token2] = ACTIONS(1560),
    [anon_sym_true] = ACTIONS(1562),
    [anon_sym_false] = ACTIONS(1562),
    [aux_sym_string_token1] = ACTIONS(1560),
    [aux_sym_string_token3] = ACTIONS(1560),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1560),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [247] = {
    [sym_identifier] = ACTIONS(1446),
    [anon_sym_POUND] = ACTIONS(1444),
    [anon_sym_package] = ACTIONS(1446),
    [anon_sym_DOT] = ACTIONS(1446),
    [anon_sym_import] = ACTIONS(1446),
    [anon_sym_using] = ACTIONS(1446),
    [anon_sym_throw] = ACTIONS(1446),
    [anon_sym_LPAREN] = ACTIONS(1444),
    [anon_sym_switch] = ACTIONS(1446),
    [anon_sym_LBRACE] = ACTIONS(1444),
    [anon_sym_case] = ACTIONS(1446),
    [anon_sym_default] = ACTIONS(1446),
    [anon_sym_cast] = ACTIONS(1446),
    [anon_sym_COMMA] = ACTIONS(1444),
    [anon_sym_DOLLARtype] = ACTIONS(1444),
    [anon_sym_return] = ACTIONS(1446),
    [anon_sym_untyped] = ACTIONS(1446),
    [anon_sym_break] = ACTIONS(1446),
    [anon_sym_continue] = ACTIONS(1446),
    [anon_sym_LBRACK] = ACTIONS(1444),
    [anon_sym_this] = ACTIONS(1446),
    [anon_sym_QMARK] = ACTIONS(1446),
    [anon_sym_AT] = ACTIONS(1446),
    [anon_sym_AT_COLON] = ACTIONS(1444),
    [anon_sym_if] = ACTIONS(1446),
    [anon_sym_new] = ACTIONS(1446),
    [anon_sym_TILDE] = ACTIONS(1444),
    [anon_sym_BANG] = ACTIONS(1446),
    [anon_sym_DASH] = ACTIONS(1446),
    [anon_sym_PLUS_PLUS] = ACTIONS(1444),
    [anon_sym_DASH_DASH] = ACTIONS(1444),
    [anon_sym_PERCENT] = ACTIONS(1444),
    [anon_sym_STAR] = ACTIONS(1444),
    [anon_sym_SLASH] = ACTIONS(1446),
    [anon_sym_PLUS] = ACTIONS(1446),
    [anon_sym_LT_LT] = ACTIONS(1444),
    [anon_sym_GT_GT] = ACTIONS(1446),
    [anon_sym_GT_GT_GT] = ACTIONS(1444),
    [anon_sym_AMP] = ACTIONS(1446),
    [anon_sym_PIPE] = ACTIONS(1446),
    [anon_sym_CARET] = ACTIONS(1444),
    [anon_sym_AMP_AMP] = ACTIONS(1444),
    [anon_sym_PIPE_PIPE] = ACTIONS(1444),
    [anon_sym_EQ_EQ] = ACTIONS(1444),
    [anon_sym_BANG_EQ] = ACTIONS(1444),
    [anon_sym_LT] = ACTIONS(1446),
    [anon_sym_LT_EQ] = ACTIONS(1444),
    [anon_sym_GT] = ACTIONS(1446),
    [anon_sym_GT_EQ] = ACTIONS(1444),
    [anon_sym_EQ_GT] = ACTIONS(1444),
    [anon_sym_QMARK_QMARK] = ACTIONS(1444),
    [anon_sym_EQ] = ACTIONS(1446),
    [sym__rangeOperator] = ACTIONS(1444),
    [anon_sym_null] = ACTIONS(1446),
    [anon_sym_macro] = ACTIONS(1446),
    [anon_sym_abstract] = ACTIONS(1446),
    [anon_sym_static] = ACTIONS(1446),
    [anon_sym_public] = ACTIONS(1446),
    [anon_sym_private] = ACTIONS(1446),
    [anon_sym_extern] = ACTIONS(1446),
    [anon_sym_inline] = ACTIONS(1446),
    [anon_sym_overload] = ACTIONS(1446),
    [anon_sym_override] = ACTIONS(1446),
    [anon_sym_final] = ACTIONS(1446),
    [anon_sym_class] = ACTIONS(1446),
    [anon_sym_interface] = ACTIONS(1446),
    [anon_sym_typedef] = ACTIONS(1446),
    [anon_sym_function] = ACTIONS(1446),
    [anon_sym_var] = ACTIONS(1446),
    [aux_sym_integer_token1] = ACTIONS(1446),
    [aux_sym_integer_token2] = ACTIONS(1444),
    [aux_sym_float_token1] = ACTIONS(1446),
    [aux_sym_float_token2] = ACTIONS(1444),
    [anon_sym_true] = ACTIONS(1446),
    [anon_sym_false] = ACTIONS(1446),
    [aux_sym_string_token1] = ACTIONS(1444),
    [aux_sym_string_token3] = ACTIONS(1444),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1444),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [248] = {
    [sym_identifier] = ACTIONS(1570),
    [anon_sym_POUND] = ACTIONS(1568),
    [anon_sym_package] = ACTIONS(1570),
    [anon_sym_DOT] = ACTIONS(1570),
    [anon_sym_import] = ACTIONS(1570),
    [anon_sym_using] = ACTIONS(1570),
    [anon_sym_throw] = ACTIONS(1570),
    [anon_sym_LPAREN] = ACTIONS(1568),
    [anon_sym_switch] = ACTIONS(1570),
    [anon_sym_LBRACE] = ACTIONS(1568),
    [anon_sym_case] = ACTIONS(1570),
    [anon_sym_default] = ACTIONS(1570),
    [anon_sym_cast] = ACTIONS(1570),
    [anon_sym_COMMA] = ACTIONS(1568),
    [anon_sym_DOLLARtype] = ACTIONS(1568),
    [anon_sym_return] = ACTIONS(1570),
    [anon_sym_untyped] = ACTIONS(1570),
    [anon_sym_break] = ACTIONS(1570),
    [anon_sym_continue] = ACTIONS(1570),
    [anon_sym_LBRACK] = ACTIONS(1568),
    [anon_sym_this] = ACTIONS(1570),
    [anon_sym_QMARK] = ACTIONS(1570),
    [anon_sym_AT] = ACTIONS(1570),
    [anon_sym_AT_COLON] = ACTIONS(1568),
    [anon_sym_if] = ACTIONS(1570),
    [anon_sym_new] = ACTIONS(1570),
    [anon_sym_TILDE] = ACTIONS(1568),
    [anon_sym_BANG] = ACTIONS(1570),
    [anon_sym_DASH] = ACTIONS(1570),
    [anon_sym_PLUS_PLUS] = ACTIONS(1568),
    [anon_sym_DASH_DASH] = ACTIONS(1568),
    [anon_sym_PERCENT] = ACTIONS(1568),
    [anon_sym_STAR] = ACTIONS(1568),
    [anon_sym_SLASH] = ACTIONS(1570),
    [anon_sym_PLUS] = ACTIONS(1570),
    [anon_sym_LT_LT] = ACTIONS(1568),
    [anon_sym_GT_GT] = ACTIONS(1570),
    [anon_sym_GT_GT_GT] = ACTIONS(1568),
    [anon_sym_AMP] = ACTIONS(1570),
    [anon_sym_PIPE] = ACTIONS(1570),
    [anon_sym_CARET] = ACTIONS(1568),
    [anon_sym_AMP_AMP] = ACTIONS(1568),
    [anon_sym_PIPE_PIPE] = ACTIONS(1568),
    [anon_sym_EQ_EQ] = ACTIONS(1568),
    [anon_sym_BANG_EQ] = ACTIONS(1568),
    [anon_sym_LT] = ACTIONS(1570),
    [anon_sym_LT_EQ] = ACTIONS(1568),
    [anon_sym_GT] = ACTIONS(1570),
    [anon_sym_GT_EQ] = ACTIONS(1568),
    [anon_sym_EQ_GT] = ACTIONS(1568),
    [anon_sym_QMARK_QMARK] = ACTIONS(1568),
    [anon_sym_EQ] = ACTIONS(1570),
    [sym__rangeOperator] = ACTIONS(1568),
    [anon_sym_null] = ACTIONS(1570),
    [anon_sym_macro] = ACTIONS(1570),
    [anon_sym_abstract] = ACTIONS(1570),
    [anon_sym_static] = ACTIONS(1570),
    [anon_sym_public] = ACTIONS(1570),
    [anon_sym_private] = ACTIONS(1570),
    [anon_sym_extern] = ACTIONS(1570),
    [anon_sym_inline] = ACTIONS(1570),
    [anon_sym_overload] = ACTIONS(1570),
    [anon_sym_override] = ACTIONS(1570),
    [anon_sym_final] = ACTIONS(1570),
    [anon_sym_class] = ACTIONS(1570),
    [anon_sym_interface] = ACTIONS(1570),
    [anon_sym_typedef] = ACTIONS(1570),
    [anon_sym_function] = ACTIONS(1570),
    [anon_sym_var] = ACTIONS(1570),
    [aux_sym_integer_token1] = ACTIONS(1570),
    [aux_sym_integer_token2] = ACTIONS(1568),
    [aux_sym_float_token1] = ACTIONS(1570),
    [aux_sym_float_token2] = ACTIONS(1568),
    [anon_sym_true] = ACTIONS(1570),
    [anon_sym_false] = ACTIONS(1570),
    [aux_sym_string_token1] = ACTIONS(1568),
    [aux_sym_string_token3] = ACTIONS(1568),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1568),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [249] = {
    [sym_identifier] = ACTIONS(1442),
    [anon_sym_POUND] = ACTIONS(1440),
    [anon_sym_package] = ACTIONS(1442),
    [anon_sym_DOT] = ACTIONS(1442),
    [anon_sym_import] = ACTIONS(1442),
    [anon_sym_using] = ACTIONS(1442),
    [anon_sym_throw] = ACTIONS(1442),
    [anon_sym_LPAREN] = ACTIONS(1440),
    [anon_sym_switch] = ACTIONS(1442),
    [anon_sym_LBRACE] = ACTIONS(1440),
    [anon_sym_case] = ACTIONS(1442),
    [anon_sym_default] = ACTIONS(1442),
    [anon_sym_cast] = ACTIONS(1442),
    [anon_sym_COMMA] = ACTIONS(1440),
    [anon_sym_DOLLARtype] = ACTIONS(1440),
    [anon_sym_return] = ACTIONS(1442),
    [anon_sym_untyped] = ACTIONS(1442),
    [anon_sym_break] = ACTIONS(1442),
    [anon_sym_continue] = ACTIONS(1442),
    [anon_sym_LBRACK] = ACTIONS(1440),
    [anon_sym_this] = ACTIONS(1442),
    [anon_sym_QMARK] = ACTIONS(1442),
    [anon_sym_AT] = ACTIONS(1442),
    [anon_sym_AT_COLON] = ACTIONS(1440),
    [anon_sym_if] = ACTIONS(1442),
    [anon_sym_new] = ACTIONS(1442),
    [anon_sym_TILDE] = ACTIONS(1440),
    [anon_sym_BANG] = ACTIONS(1442),
    [anon_sym_DASH] = ACTIONS(1442),
    [anon_sym_PLUS_PLUS] = ACTIONS(1440),
    [anon_sym_DASH_DASH] = ACTIONS(1440),
    [anon_sym_PERCENT] = ACTIONS(1440),
    [anon_sym_STAR] = ACTIONS(1440),
    [anon_sym_SLASH] = ACTIONS(1442),
    [anon_sym_PLUS] = ACTIONS(1442),
    [anon_sym_LT_LT] = ACTIONS(1440),
    [anon_sym_GT_GT] = ACTIONS(1442),
    [anon_sym_GT_GT_GT] = ACTIONS(1440),
    [anon_sym_AMP] = ACTIONS(1442),
    [anon_sym_PIPE] = ACTIONS(1442),
    [anon_sym_CARET] = ACTIONS(1440),
    [anon_sym_AMP_AMP] = ACTIONS(1440),
    [anon_sym_PIPE_PIPE] = ACTIONS(1440),
    [anon_sym_EQ_EQ] = ACTIONS(1440),
    [anon_sym_BANG_EQ] = ACTIONS(1440),
    [anon_sym_LT] = ACTIONS(1442),
    [anon_sym_LT_EQ] = ACTIONS(1440),
    [anon_sym_GT] = ACTIONS(1442),
    [anon_sym_GT_EQ] = ACTIONS(1440),
    [anon_sym_EQ_GT] = ACTIONS(1440),
    [anon_sym_QMARK_QMARK] = ACTIONS(1440),
    [anon_sym_EQ] = ACTIONS(1442),
    [sym__rangeOperator] = ACTIONS(1440),
    [anon_sym_null] = ACTIONS(1442),
    [anon_sym_macro] = ACTIONS(1442),
    [anon_sym_abstract] = ACTIONS(1442),
    [anon_sym_static] = ACTIONS(1442),
    [anon_sym_public] = ACTIONS(1442),
    [anon_sym_private] = ACTIONS(1442),
    [anon_sym_extern] = ACTIONS(1442),
    [anon_sym_inline] = ACTIONS(1442),
    [anon_sym_overload] = ACTIONS(1442),
    [anon_sym_override] = ACTIONS(1442),
    [anon_sym_final] = ACTIONS(1442),
    [anon_sym_class] = ACTIONS(1442),
    [anon_sym_interface] = ACTIONS(1442),
    [anon_sym_typedef] = ACTIONS(1442),
    [anon_sym_function] = ACTIONS(1442),
    [anon_sym_var] = ACTIONS(1442),
    [aux_sym_integer_token1] = ACTIONS(1442),
    [aux_sym_integer_token2] = ACTIONS(1440),
    [aux_sym_float_token1] = ACTIONS(1442),
    [aux_sym_float_token2] = ACTIONS(1440),
    [anon_sym_true] = ACTIONS(1442),
    [anon_sym_false] = ACTIONS(1442),
    [aux_sym_string_token1] = ACTIONS(1440),
    [aux_sym_string_token3] = ACTIONS(1440),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1440),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [250] = {
    [sym_identifier] = ACTIONS(1438),
    [anon_sym_POUND] = ACTIONS(1436),
    [anon_sym_package] = ACTIONS(1438),
    [anon_sym_DOT] = ACTIONS(1438),
    [anon_sym_import] = ACTIONS(1438),
    [anon_sym_using] = ACTIONS(1438),
    [anon_sym_throw] = ACTIONS(1438),
    [anon_sym_LPAREN] = ACTIONS(1436),
    [anon_sym_switch] = ACTIONS(1438),
    [anon_sym_LBRACE] = ACTIONS(1436),
    [anon_sym_case] = ACTIONS(1438),
    [anon_sym_default] = ACTIONS(1438),
    [anon_sym_cast] = ACTIONS(1438),
    [anon_sym_COMMA] = ACTIONS(1436),
    [anon_sym_DOLLARtype] = ACTIONS(1436),
    [anon_sym_return] = ACTIONS(1438),
    [anon_sym_untyped] = ACTIONS(1438),
    [anon_sym_break] = ACTIONS(1438),
    [anon_sym_continue] = ACTIONS(1438),
    [anon_sym_LBRACK] = ACTIONS(1436),
    [anon_sym_this] = ACTIONS(1438),
    [anon_sym_QMARK] = ACTIONS(1438),
    [anon_sym_AT] = ACTIONS(1438),
    [anon_sym_AT_COLON] = ACTIONS(1436),
    [anon_sym_if] = ACTIONS(1438),
    [anon_sym_new] = ACTIONS(1438),
    [anon_sym_TILDE] = ACTIONS(1436),
    [anon_sym_BANG] = ACTIONS(1438),
    [anon_sym_DASH] = ACTIONS(1438),
    [anon_sym_PLUS_PLUS] = ACTIONS(1436),
    [anon_sym_DASH_DASH] = ACTIONS(1436),
    [anon_sym_PERCENT] = ACTIONS(1436),
    [anon_sym_STAR] = ACTIONS(1436),
    [anon_sym_SLASH] = ACTIONS(1438),
    [anon_sym_PLUS] = ACTIONS(1438),
    [anon_sym_LT_LT] = ACTIONS(1436),
    [anon_sym_GT_GT] = ACTIONS(1438),
    [anon_sym_GT_GT_GT] = ACTIONS(1436),
    [anon_sym_AMP] = ACTIONS(1438),
    [anon_sym_PIPE] = ACTIONS(1438),
    [anon_sym_CARET] = ACTIONS(1436),
    [anon_sym_AMP_AMP] = ACTIONS(1436),
    [anon_sym_PIPE_PIPE] = ACTIONS(1436),
    [anon_sym_EQ_EQ] = ACTIONS(1436),
    [anon_sym_BANG_EQ] = ACTIONS(1436),
    [anon_sym_LT] = ACTIONS(1438),
    [anon_sym_LT_EQ] = ACTIONS(1436),
    [anon_sym_GT] = ACTIONS(1438),
    [anon_sym_GT_EQ] = ACTIONS(1436),
    [anon_sym_EQ_GT] = ACTIONS(1436),
    [anon_sym_QMARK_QMARK] = ACTIONS(1436),
    [anon_sym_EQ] = ACTIONS(1438),
    [sym__rangeOperator] = ACTIONS(1436),
    [anon_sym_null] = ACTIONS(1438),
    [anon_sym_macro] = ACTIONS(1438),
    [anon_sym_abstract] = ACTIONS(1438),
    [anon_sym_static] = ACTIONS(1438),
    [anon_sym_public] = ACTIONS(1438),
    [anon_sym_private] = ACTIONS(1438),
    [anon_sym_extern] = ACTIONS(1438),
    [anon_sym_inline] = ACTIONS(1438),
    [anon_sym_overload] = ACTIONS(1438),
    [anon_sym_override] = ACTIONS(1438),
    [anon_sym_final] = ACTIONS(1438),
    [anon_sym_class] = ACTIONS(1438),
    [anon_sym_interface] = ACTIONS(1438),
    [anon_sym_typedef] = ACTIONS(1438),
    [anon_sym_function] = ACTIONS(1438),
    [anon_sym_var] = ACTIONS(1438),
    [aux_sym_integer_token1] = ACTIONS(1438),
    [aux_sym_integer_token2] = ACTIONS(1436),
    [aux_sym_float_token1] = ACTIONS(1438),
    [aux_sym_float_token2] = ACTIONS(1436),
    [anon_sym_true] = ACTIONS(1438),
    [anon_sym_false] = ACTIONS(1438),
    [aux_sym_string_token1] = ACTIONS(1436),
    [aux_sym_string_token3] = ACTIONS(1436),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1436),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [251] = {
    [sym_identifier] = ACTIONS(1500),
    [anon_sym_POUND] = ACTIONS(1498),
    [anon_sym_package] = ACTIONS(1500),
    [anon_sym_DOT] = ACTIONS(1500),
    [anon_sym_import] = ACTIONS(1500),
    [anon_sym_using] = ACTIONS(1500),
    [anon_sym_throw] = ACTIONS(1500),
    [anon_sym_LPAREN] = ACTIONS(1498),
    [anon_sym_switch] = ACTIONS(1500),
    [anon_sym_LBRACE] = ACTIONS(1498),
    [anon_sym_case] = ACTIONS(1500),
    [anon_sym_default] = ACTIONS(1500),
    [anon_sym_cast] = ACTIONS(1500),
    [anon_sym_COMMA] = ACTIONS(1498),
    [anon_sym_DOLLARtype] = ACTIONS(1498),
    [anon_sym_return] = ACTIONS(1500),
    [anon_sym_untyped] = ACTIONS(1500),
    [anon_sym_break] = ACTIONS(1500),
    [anon_sym_continue] = ACTIONS(1500),
    [anon_sym_LBRACK] = ACTIONS(1498),
    [anon_sym_this] = ACTIONS(1500),
    [anon_sym_QMARK] = ACTIONS(1500),
    [anon_sym_AT] = ACTIONS(1500),
    [anon_sym_AT_COLON] = ACTIONS(1498),
    [anon_sym_if] = ACTIONS(1500),
    [anon_sym_new] = ACTIONS(1500),
    [anon_sym_TILDE] = ACTIONS(1498),
    [anon_sym_BANG] = ACTIONS(1500),
    [anon_sym_DASH] = ACTIONS(1500),
    [anon_sym_PLUS_PLUS] = ACTIONS(1498),
    [anon_sym_DASH_DASH] = ACTIONS(1498),
    [anon_sym_PERCENT] = ACTIONS(1498),
    [anon_sym_STAR] = ACTIONS(1498),
    [anon_sym_SLASH] = ACTIONS(1500),
    [anon_sym_PLUS] = ACTIONS(1500),
    [anon_sym_LT_LT] = ACTIONS(1498),
    [anon_sym_GT_GT] = ACTIONS(1500),
    [anon_sym_GT_GT_GT] = ACTIONS(1498),
    [anon_sym_AMP] = ACTIONS(1500),
    [anon_sym_PIPE] = ACTIONS(1500),
    [anon_sym_CARET] = ACTIONS(1498),
    [anon_sym_AMP_AMP] = ACTIONS(1498),
    [anon_sym_PIPE_PIPE] = ACTIONS(1498),
    [anon_sym_EQ_EQ] = ACTIONS(1498),
    [anon_sym_BANG_EQ] = ACTIONS(1498),
    [anon_sym_LT] = ACTIONS(1500),
    [anon_sym_LT_EQ] = ACTIONS(1498),
    [anon_sym_GT] = ACTIONS(1500),
    [anon_sym_GT_EQ] = ACTIONS(1498),
    [anon_sym_EQ_GT] = ACTIONS(1498),
    [anon_sym_QMARK_QMARK] = ACTIONS(1498),
    [anon_sym_EQ] = ACTIONS(1500),
    [sym__rangeOperator] = ACTIONS(1498),
    [anon_sym_null] = ACTIONS(1500),
    [anon_sym_macro] = ACTIONS(1500),
    [anon_sym_abstract] = ACTIONS(1500),
    [anon_sym_static] = ACTIONS(1500),
    [anon_sym_public] = ACTIONS(1500),
    [anon_sym_private] = ACTIONS(1500),
    [anon_sym_extern] = ACTIONS(1500),
    [anon_sym_inline] = ACTIONS(1500),
    [anon_sym_overload] = ACTIONS(1500),
    [anon_sym_override] = ACTIONS(1500),
    [anon_sym_final] = ACTIONS(1500),
    [anon_sym_class] = ACTIONS(1500),
    [anon_sym_interface] = ACTIONS(1500),
    [anon_sym_typedef] = ACTIONS(1500),
    [anon_sym_function] = ACTIONS(1500),
    [anon_sym_var] = ACTIONS(1500),
    [aux_sym_integer_token1] = ACTIONS(1500),
    [aux_sym_integer_token2] = ACTIONS(1498),
    [aux_sym_float_token1] = ACTIONS(1500),
    [aux_sym_float_token2] = ACTIONS(1498),
    [anon_sym_true] = ACTIONS(1500),
    [anon_sym_false] = ACTIONS(1500),
    [aux_sym_string_token1] = ACTIONS(1498),
    [aux_sym_string_token3] = ACTIONS(1498),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1498),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [252] = {
    [sym_identifier] = ACTIONS(1542),
    [anon_sym_POUND] = ACTIONS(1540),
    [anon_sym_package] = ACTIONS(1542),
    [anon_sym_DOT] = ACTIONS(1542),
    [anon_sym_import] = ACTIONS(1542),
    [anon_sym_using] = ACTIONS(1542),
    [anon_sym_throw] = ACTIONS(1542),
    [anon_sym_LPAREN] = ACTIONS(1540),
    [anon_sym_switch] = ACTIONS(1542),
    [anon_sym_LBRACE] = ACTIONS(1540),
    [anon_sym_case] = ACTIONS(1542),
    [anon_sym_default] = ACTIONS(1542),
    [anon_sym_cast] = ACTIONS(1542),
    [anon_sym_COMMA] = ACTIONS(1540),
    [anon_sym_DOLLARtype] = ACTIONS(1540),
    [anon_sym_return] = ACTIONS(1542),
    [anon_sym_untyped] = ACTIONS(1542),
    [anon_sym_break] = ACTIONS(1542),
    [anon_sym_continue] = ACTIONS(1542),
    [anon_sym_LBRACK] = ACTIONS(1540),
    [anon_sym_this] = ACTIONS(1542),
    [anon_sym_QMARK] = ACTIONS(1542),
    [anon_sym_AT] = ACTIONS(1542),
    [anon_sym_AT_COLON] = ACTIONS(1540),
    [anon_sym_if] = ACTIONS(1542),
    [anon_sym_new] = ACTIONS(1542),
    [anon_sym_TILDE] = ACTIONS(1540),
    [anon_sym_BANG] = ACTIONS(1542),
    [anon_sym_DASH] = ACTIONS(1542),
    [anon_sym_PLUS_PLUS] = ACTIONS(1540),
    [anon_sym_DASH_DASH] = ACTIONS(1540),
    [anon_sym_PERCENT] = ACTIONS(1540),
    [anon_sym_STAR] = ACTIONS(1540),
    [anon_sym_SLASH] = ACTIONS(1542),
    [anon_sym_PLUS] = ACTIONS(1542),
    [anon_sym_LT_LT] = ACTIONS(1540),
    [anon_sym_GT_GT] = ACTIONS(1542),
    [anon_sym_GT_GT_GT] = ACTIONS(1540),
    [anon_sym_AMP] = ACTIONS(1542),
    [anon_sym_PIPE] = ACTIONS(1542),
    [anon_sym_CARET] = ACTIONS(1540),
    [anon_sym_AMP_AMP] = ACTIONS(1540),
    [anon_sym_PIPE_PIPE] = ACTIONS(1540),
    [anon_sym_EQ_EQ] = ACTIONS(1540),
    [anon_sym_BANG_EQ] = ACTIONS(1540),
    [anon_sym_LT] = ACTIONS(1542),
    [anon_sym_LT_EQ] = ACTIONS(1540),
    [anon_sym_GT] = ACTIONS(1542),
    [anon_sym_GT_EQ] = ACTIONS(1540),
    [anon_sym_EQ_GT] = ACTIONS(1540),
    [anon_sym_QMARK_QMARK] = ACTIONS(1540),
    [anon_sym_EQ] = ACTIONS(1542),
    [sym__rangeOperator] = ACTIONS(1540),
    [anon_sym_null] = ACTIONS(1542),
    [anon_sym_macro] = ACTIONS(1542),
    [anon_sym_abstract] = ACTIONS(1542),
    [anon_sym_static] = ACTIONS(1542),
    [anon_sym_public] = ACTIONS(1542),
    [anon_sym_private] = ACTIONS(1542),
    [anon_sym_extern] = ACTIONS(1542),
    [anon_sym_inline] = ACTIONS(1542),
    [anon_sym_overload] = ACTIONS(1542),
    [anon_sym_override] = ACTIONS(1542),
    [anon_sym_final] = ACTIONS(1542),
    [anon_sym_class] = ACTIONS(1542),
    [anon_sym_interface] = ACTIONS(1542),
    [anon_sym_typedef] = ACTIONS(1542),
    [anon_sym_function] = ACTIONS(1542),
    [anon_sym_var] = ACTIONS(1542),
    [aux_sym_integer_token1] = ACTIONS(1542),
    [aux_sym_integer_token2] = ACTIONS(1540),
    [aux_sym_float_token1] = ACTIONS(1542),
    [aux_sym_float_token2] = ACTIONS(1540),
    [anon_sym_true] = ACTIONS(1542),
    [anon_sym_false] = ACTIONS(1542),
    [aux_sym_string_token1] = ACTIONS(1540),
    [aux_sym_string_token3] = ACTIONS(1540),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1540),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [253] = {
    [sym_identifier] = ACTIONS(1418),
    [anon_sym_POUND] = ACTIONS(1416),
    [anon_sym_package] = ACTIONS(1418),
    [anon_sym_DOT] = ACTIONS(1418),
    [anon_sym_import] = ACTIONS(1418),
    [anon_sym_using] = ACTIONS(1418),
    [anon_sym_throw] = ACTIONS(1418),
    [anon_sym_LPAREN] = ACTIONS(1416),
    [anon_sym_switch] = ACTIONS(1418),
    [anon_sym_LBRACE] = ACTIONS(1416),
    [anon_sym_case] = ACTIONS(1418),
    [anon_sym_default] = ACTIONS(1418),
    [anon_sym_cast] = ACTIONS(1418),
    [anon_sym_COMMA] = ACTIONS(1416),
    [anon_sym_DOLLARtype] = ACTIONS(1416),
    [anon_sym_return] = ACTIONS(1418),
    [anon_sym_untyped] = ACTIONS(1418),
    [anon_sym_break] = ACTIONS(1418),
    [anon_sym_continue] = ACTIONS(1418),
    [anon_sym_LBRACK] = ACTIONS(1416),
    [anon_sym_this] = ACTIONS(1418),
    [anon_sym_QMARK] = ACTIONS(1418),
    [anon_sym_AT] = ACTIONS(1418),
    [anon_sym_AT_COLON] = ACTIONS(1416),
    [anon_sym_if] = ACTIONS(1418),
    [anon_sym_new] = ACTIONS(1418),
    [anon_sym_TILDE] = ACTIONS(1416),
    [anon_sym_BANG] = ACTIONS(1418),
    [anon_sym_DASH] = ACTIONS(1418),
    [anon_sym_PLUS_PLUS] = ACTIONS(1416),
    [anon_sym_DASH_DASH] = ACTIONS(1416),
    [anon_sym_PERCENT] = ACTIONS(1416),
    [anon_sym_STAR] = ACTIONS(1416),
    [anon_sym_SLASH] = ACTIONS(1418),
    [anon_sym_PLUS] = ACTIONS(1418),
    [anon_sym_LT_LT] = ACTIONS(1416),
    [anon_sym_GT_GT] = ACTIONS(1418),
    [anon_sym_GT_GT_GT] = ACTIONS(1416),
    [anon_sym_AMP] = ACTIONS(1418),
    [anon_sym_PIPE] = ACTIONS(1418),
    [anon_sym_CARET] = ACTIONS(1416),
    [anon_sym_AMP_AMP] = ACTIONS(1416),
    [anon_sym_PIPE_PIPE] = ACTIONS(1416),
    [anon_sym_EQ_EQ] = ACTIONS(1416),
    [anon_sym_BANG_EQ] = ACTIONS(1416),
    [anon_sym_LT] = ACTIONS(1418),
    [anon_sym_LT_EQ] = ACTIONS(1416),
    [anon_sym_GT] = ACTIONS(1418),
    [anon_sym_GT_EQ] = ACTIONS(1416),
    [anon_sym_EQ_GT] = ACTIONS(1416),
    [anon_sym_QMARK_QMARK] = ACTIONS(1416),
    [anon_sym_EQ] = ACTIONS(1418),
    [sym__rangeOperator] = ACTIONS(1416),
    [anon_sym_null] = ACTIONS(1418),
    [anon_sym_macro] = ACTIONS(1418),
    [anon_sym_abstract] = ACTIONS(1418),
    [anon_sym_static] = ACTIONS(1418),
    [anon_sym_public] = ACTIONS(1418),
    [anon_sym_private] = ACTIONS(1418),
    [anon_sym_extern] = ACTIONS(1418),
    [anon_sym_inline] = ACTIONS(1418),
    [anon_sym_overload] = ACTIONS(1418),
    [anon_sym_override] = ACTIONS(1418),
    [anon_sym_final] = ACTIONS(1418),
    [anon_sym_class] = ACTIONS(1418),
    [anon_sym_interface] = ACTIONS(1418),
    [anon_sym_typedef] = ACTIONS(1418),
    [anon_sym_function] = ACTIONS(1418),
    [anon_sym_var] = ACTIONS(1418),
    [aux_sym_integer_token1] = ACTIONS(1418),
    [aux_sym_integer_token2] = ACTIONS(1416),
    [aux_sym_float_token1] = ACTIONS(1418),
    [aux_sym_float_token2] = ACTIONS(1416),
    [anon_sym_true] = ACTIONS(1418),
    [anon_sym_false] = ACTIONS(1418),
    [aux_sym_string_token1] = ACTIONS(1416),
    [aux_sym_string_token3] = ACTIONS(1416),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1416),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [254] = {
    [sym_identifier] = ACTIONS(1512),
    [anon_sym_POUND] = ACTIONS(1510),
    [anon_sym_package] = ACTIONS(1512),
    [anon_sym_DOT] = ACTIONS(1512),
    [anon_sym_import] = ACTIONS(1512),
    [anon_sym_using] = ACTIONS(1512),
    [anon_sym_throw] = ACTIONS(1512),
    [anon_sym_LPAREN] = ACTIONS(1510),
    [anon_sym_switch] = ACTIONS(1512),
    [anon_sym_LBRACE] = ACTIONS(1510),
    [anon_sym_case] = ACTIONS(1512),
    [anon_sym_default] = ACTIONS(1512),
    [anon_sym_cast] = ACTIONS(1512),
    [anon_sym_COMMA] = ACTIONS(1510),
    [anon_sym_DOLLARtype] = ACTIONS(1510),
    [anon_sym_return] = ACTIONS(1512),
    [anon_sym_untyped] = ACTIONS(1512),
    [anon_sym_break] = ACTIONS(1512),
    [anon_sym_continue] = ACTIONS(1512),
    [anon_sym_LBRACK] = ACTIONS(1510),
    [anon_sym_this] = ACTIONS(1512),
    [anon_sym_QMARK] = ACTIONS(1512),
    [anon_sym_AT] = ACTIONS(1512),
    [anon_sym_AT_COLON] = ACTIONS(1510),
    [anon_sym_if] = ACTIONS(1512),
    [anon_sym_new] = ACTIONS(1512),
    [anon_sym_TILDE] = ACTIONS(1510),
    [anon_sym_BANG] = ACTIONS(1512),
    [anon_sym_DASH] = ACTIONS(1512),
    [anon_sym_PLUS_PLUS] = ACTIONS(1510),
    [anon_sym_DASH_DASH] = ACTIONS(1510),
    [anon_sym_PERCENT] = ACTIONS(1510),
    [anon_sym_STAR] = ACTIONS(1510),
    [anon_sym_SLASH] = ACTIONS(1512),
    [anon_sym_PLUS] = ACTIONS(1512),
    [anon_sym_LT_LT] = ACTIONS(1510),
    [anon_sym_GT_GT] = ACTIONS(1512),
    [anon_sym_GT_GT_GT] = ACTIONS(1510),
    [anon_sym_AMP] = ACTIONS(1512),
    [anon_sym_PIPE] = ACTIONS(1512),
    [anon_sym_CARET] = ACTIONS(1510),
    [anon_sym_AMP_AMP] = ACTIONS(1510),
    [anon_sym_PIPE_PIPE] = ACTIONS(1510),
    [anon_sym_EQ_EQ] = ACTIONS(1510),
    [anon_sym_BANG_EQ] = ACTIONS(1510),
    [anon_sym_LT] = ACTIONS(1512),
    [anon_sym_LT_EQ] = ACTIONS(1510),
    [anon_sym_GT] = ACTIONS(1512),
    [anon_sym_GT_EQ] = ACTIONS(1510),
    [anon_sym_EQ_GT] = ACTIONS(1510),
    [anon_sym_QMARK_QMARK] = ACTIONS(1510),
    [anon_sym_EQ] = ACTIONS(1512),
    [sym__rangeOperator] = ACTIONS(1510),
    [anon_sym_null] = ACTIONS(1512),
    [anon_sym_macro] = ACTIONS(1512),
    [anon_sym_abstract] = ACTIONS(1512),
    [anon_sym_static] = ACTIONS(1512),
    [anon_sym_public] = ACTIONS(1512),
    [anon_sym_private] = ACTIONS(1512),
    [anon_sym_extern] = ACTIONS(1512),
    [anon_sym_inline] = ACTIONS(1512),
    [anon_sym_overload] = ACTIONS(1512),
    [anon_sym_override] = ACTIONS(1512),
    [anon_sym_final] = ACTIONS(1512),
    [anon_sym_class] = ACTIONS(1512),
    [anon_sym_interface] = ACTIONS(1512),
    [anon_sym_typedef] = ACTIONS(1512),
    [anon_sym_function] = ACTIONS(1512),
    [anon_sym_var] = ACTIONS(1512),
    [aux_sym_integer_token1] = ACTIONS(1512),
    [aux_sym_integer_token2] = ACTIONS(1510),
    [aux_sym_float_token1] = ACTIONS(1512),
    [aux_sym_float_token2] = ACTIONS(1510),
    [anon_sym_true] = ACTIONS(1512),
    [anon_sym_false] = ACTIONS(1512),
    [aux_sym_string_token1] = ACTIONS(1510),
    [aux_sym_string_token3] = ACTIONS(1510),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1510),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [255] = {
    [sym_identifier] = ACTIONS(1450),
    [anon_sym_POUND] = ACTIONS(1448),
    [anon_sym_package] = ACTIONS(1450),
    [anon_sym_DOT] = ACTIONS(1450),
    [anon_sym_import] = ACTIONS(1450),
    [anon_sym_using] = ACTIONS(1450),
    [anon_sym_throw] = ACTIONS(1450),
    [anon_sym_LPAREN] = ACTIONS(1448),
    [anon_sym_switch] = ACTIONS(1450),
    [anon_sym_LBRACE] = ACTIONS(1448),
    [anon_sym_case] = ACTIONS(1450),
    [anon_sym_default] = ACTIONS(1450),
    [anon_sym_cast] = ACTIONS(1450),
    [anon_sym_COMMA] = ACTIONS(1448),
    [anon_sym_DOLLARtype] = ACTIONS(1448),
    [anon_sym_return] = ACTIONS(1450),
    [anon_sym_untyped] = ACTIONS(1450),
    [anon_sym_break] = ACTIONS(1450),
    [anon_sym_continue] = ACTIONS(1450),
    [anon_sym_LBRACK] = ACTIONS(1448),
    [anon_sym_this] = ACTIONS(1450),
    [anon_sym_QMARK] = ACTIONS(1450),
    [anon_sym_AT] = ACTIONS(1450),
    [anon_sym_AT_COLON] = ACTIONS(1448),
    [anon_sym_if] = ACTIONS(1450),
    [anon_sym_new] = ACTIONS(1450),
    [anon_sym_TILDE] = ACTIONS(1448),
    [anon_sym_BANG] = ACTIONS(1450),
    [anon_sym_DASH] = ACTIONS(1450),
    [anon_sym_PLUS_PLUS] = ACTIONS(1448),
    [anon_sym_DASH_DASH] = ACTIONS(1448),
    [anon_sym_PERCENT] = ACTIONS(1448),
    [anon_sym_STAR] = ACTIONS(1448),
    [anon_sym_SLASH] = ACTIONS(1450),
    [anon_sym_PLUS] = ACTIONS(1450),
    [anon_sym_LT_LT] = ACTIONS(1448),
    [anon_sym_GT_GT] = ACTIONS(1450),
    [anon_sym_GT_GT_GT] = ACTIONS(1448),
    [anon_sym_AMP] = ACTIONS(1450),
    [anon_sym_PIPE] = ACTIONS(1450),
    [anon_sym_CARET] = ACTIONS(1448),
    [anon_sym_AMP_AMP] = ACTIONS(1448),
    [anon_sym_PIPE_PIPE] = ACTIONS(1448),
    [anon_sym_EQ_EQ] = ACTIONS(1448),
    [anon_sym_BANG_EQ] = ACTIONS(1448),
    [anon_sym_LT] = ACTIONS(1450),
    [anon_sym_LT_EQ] = ACTIONS(1448),
    [anon_sym_GT] = ACTIONS(1450),
    [anon_sym_GT_EQ] = ACTIONS(1448),
    [anon_sym_EQ_GT] = ACTIONS(1448),
    [anon_sym_QMARK_QMARK] = ACTIONS(1448),
    [anon_sym_EQ] = ACTIONS(1450),
    [sym__rangeOperator] = ACTIONS(1448),
    [anon_sym_null] = ACTIONS(1450),
    [anon_sym_macro] = ACTIONS(1450),
    [anon_sym_abstract] = ACTIONS(1450),
    [anon_sym_static] = ACTIONS(1450),
    [anon_sym_public] = ACTIONS(1450),
    [anon_sym_private] = ACTIONS(1450),
    [anon_sym_extern] = ACTIONS(1450),
    [anon_sym_inline] = ACTIONS(1450),
    [anon_sym_overload] = ACTIONS(1450),
    [anon_sym_override] = ACTIONS(1450),
    [anon_sym_final] = ACTIONS(1450),
    [anon_sym_class] = ACTIONS(1450),
    [anon_sym_interface] = ACTIONS(1450),
    [anon_sym_typedef] = ACTIONS(1450),
    [anon_sym_function] = ACTIONS(1450),
    [anon_sym_var] = ACTIONS(1450),
    [aux_sym_integer_token1] = ACTIONS(1450),
    [aux_sym_integer_token2] = ACTIONS(1448),
    [aux_sym_float_token1] = ACTIONS(1450),
    [aux_sym_float_token2] = ACTIONS(1448),
    [anon_sym_true] = ACTIONS(1450),
    [anon_sym_false] = ACTIONS(1450),
    [aux_sym_string_token1] = ACTIONS(1448),
    [aux_sym_string_token3] = ACTIONS(1448),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1448),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [256] = {
    [sym_identifier] = ACTIONS(1538),
    [anon_sym_POUND] = ACTIONS(1536),
    [anon_sym_package] = ACTIONS(1538),
    [anon_sym_DOT] = ACTIONS(1538),
    [anon_sym_import] = ACTIONS(1538),
    [anon_sym_using] = ACTIONS(1538),
    [anon_sym_throw] = ACTIONS(1538),
    [anon_sym_LPAREN] = ACTIONS(1536),
    [anon_sym_switch] = ACTIONS(1538),
    [anon_sym_LBRACE] = ACTIONS(1536),
    [anon_sym_case] = ACTIONS(1538),
    [anon_sym_default] = ACTIONS(1538),
    [anon_sym_cast] = ACTIONS(1538),
    [anon_sym_COMMA] = ACTIONS(1536),
    [anon_sym_DOLLARtype] = ACTIONS(1536),
    [anon_sym_return] = ACTIONS(1538),
    [anon_sym_untyped] = ACTIONS(1538),
    [anon_sym_break] = ACTIONS(1538),
    [anon_sym_continue] = ACTIONS(1538),
    [anon_sym_LBRACK] = ACTIONS(1536),
    [anon_sym_this] = ACTIONS(1538),
    [anon_sym_QMARK] = ACTIONS(1538),
    [anon_sym_AT] = ACTIONS(1538),
    [anon_sym_AT_COLON] = ACTIONS(1536),
    [anon_sym_if] = ACTIONS(1538),
    [anon_sym_new] = ACTIONS(1538),
    [anon_sym_TILDE] = ACTIONS(1536),
    [anon_sym_BANG] = ACTIONS(1538),
    [anon_sym_DASH] = ACTIONS(1538),
    [anon_sym_PLUS_PLUS] = ACTIONS(1536),
    [anon_sym_DASH_DASH] = ACTIONS(1536),
    [anon_sym_PERCENT] = ACTIONS(1536),
    [anon_sym_STAR] = ACTIONS(1536),
    [anon_sym_SLASH] = ACTIONS(1538),
    [anon_sym_PLUS] = ACTIONS(1538),
    [anon_sym_LT_LT] = ACTIONS(1536),
    [anon_sym_GT_GT] = ACTIONS(1538),
    [anon_sym_GT_GT_GT] = ACTIONS(1536),
    [anon_sym_AMP] = ACTIONS(1538),
    [anon_sym_PIPE] = ACTIONS(1538),
    [anon_sym_CARET] = ACTIONS(1536),
    [anon_sym_AMP_AMP] = ACTIONS(1536),
    [anon_sym_PIPE_PIPE] = ACTIONS(1536),
    [anon_sym_EQ_EQ] = ACTIONS(1536),
    [anon_sym_BANG_EQ] = ACTIONS(1536),
    [anon_sym_LT] = ACTIONS(1538),
    [anon_sym_LT_EQ] = ACTIONS(1536),
    [anon_sym_GT] = ACTIONS(1538),
    [anon_sym_GT_EQ] = ACTIONS(1536),
    [anon_sym_EQ_GT] = ACTIONS(1536),
    [anon_sym_QMARK_QMARK] = ACTIONS(1536),
    [anon_sym_EQ] = ACTIONS(1538),
    [sym__rangeOperator] = ACTIONS(1536),
    [anon_sym_null] = ACTIONS(1538),
    [anon_sym_macro] = ACTIONS(1538),
    [anon_sym_abstract] = ACTIONS(1538),
    [anon_sym_static] = ACTIONS(1538),
    [anon_sym_public] = ACTIONS(1538),
    [anon_sym_private] = ACTIONS(1538),
    [anon_sym_extern] = ACTIONS(1538),
    [anon_sym_inline] = ACTIONS(1538),
    [anon_sym_overload] = ACTIONS(1538),
    [anon_sym_override] = ACTIONS(1538),
    [anon_sym_final] = ACTIONS(1538),
    [anon_sym_class] = ACTIONS(1538),
    [anon_sym_interface] = ACTIONS(1538),
    [anon_sym_typedef] = ACTIONS(1538),
    [anon_sym_function] = ACTIONS(1538),
    [anon_sym_var] = ACTIONS(1538),
    [aux_sym_integer_token1] = ACTIONS(1538),
    [aux_sym_integer_token2] = ACTIONS(1536),
    [aux_sym_float_token1] = ACTIONS(1538),
    [aux_sym_float_token2] = ACTIONS(1536),
    [anon_sym_true] = ACTIONS(1538),
    [anon_sym_false] = ACTIONS(1538),
    [aux_sym_string_token1] = ACTIONS(1536),
    [aux_sym_string_token3] = ACTIONS(1536),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1536),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [257] = {
    [sym_identifier] = ACTIONS(1483),
    [anon_sym_POUND] = ACTIONS(1480),
    [anon_sym_package] = ACTIONS(1483),
    [anon_sym_DOT] = ACTIONS(1483),
    [anon_sym_import] = ACTIONS(1483),
    [anon_sym_using] = ACTIONS(1483),
    [anon_sym_throw] = ACTIONS(1483),
    [anon_sym_LPAREN] = ACTIONS(1480),
    [anon_sym_switch] = ACTIONS(1483),
    [anon_sym_LBRACE] = ACTIONS(1480),
    [anon_sym_case] = ACTIONS(1483),
    [anon_sym_default] = ACTIONS(1483),
    [anon_sym_cast] = ACTIONS(1483),
    [anon_sym_COMMA] = ACTIONS(1480),
    [anon_sym_DOLLARtype] = ACTIONS(1480),
    [anon_sym_return] = ACTIONS(1483),
    [anon_sym_untyped] = ACTIONS(1483),
    [anon_sym_break] = ACTIONS(1483),
    [anon_sym_continue] = ACTIONS(1483),
    [anon_sym_LBRACK] = ACTIONS(1480),
    [anon_sym_this] = ACTIONS(1483),
    [anon_sym_QMARK] = ACTIONS(1483),
    [anon_sym_AT] = ACTIONS(1483),
    [anon_sym_AT_COLON] = ACTIONS(1480),
    [anon_sym_if] = ACTIONS(1483),
    [anon_sym_new] = ACTIONS(1483),
    [anon_sym_TILDE] = ACTIONS(1480),
    [anon_sym_BANG] = ACTIONS(1483),
    [anon_sym_DASH] = ACTIONS(1483),
    [anon_sym_PLUS_PLUS] = ACTIONS(1480),
    [anon_sym_DASH_DASH] = ACTIONS(1480),
    [anon_sym_PERCENT] = ACTIONS(1480),
    [anon_sym_STAR] = ACTIONS(1480),
    [anon_sym_SLASH] = ACTIONS(1483),
    [anon_sym_PLUS] = ACTIONS(1483),
    [anon_sym_LT_LT] = ACTIONS(1480),
    [anon_sym_GT_GT] = ACTIONS(1483),
    [anon_sym_GT_GT_GT] = ACTIONS(1480),
    [anon_sym_AMP] = ACTIONS(1483),
    [anon_sym_PIPE] = ACTIONS(1483),
    [anon_sym_CARET] = ACTIONS(1480),
    [anon_sym_AMP_AMP] = ACTIONS(1480),
    [anon_sym_PIPE_PIPE] = ACTIONS(1480),
    [anon_sym_EQ_EQ] = ACTIONS(1480),
    [anon_sym_BANG_EQ] = ACTIONS(1480),
    [anon_sym_LT] = ACTIONS(1483),
    [anon_sym_LT_EQ] = ACTIONS(1480),
    [anon_sym_GT] = ACTIONS(1483),
    [anon_sym_GT_EQ] = ACTIONS(1480),
    [anon_sym_EQ_GT] = ACTIONS(1480),
    [anon_sym_QMARK_QMARK] = ACTIONS(1480),
    [anon_sym_EQ] = ACTIONS(1483),
    [sym__rangeOperator] = ACTIONS(1480),
    [anon_sym_null] = ACTIONS(1483),
    [anon_sym_macro] = ACTIONS(1483),
    [anon_sym_abstract] = ACTIONS(1483),
    [anon_sym_static] = ACTIONS(1483),
    [anon_sym_public] = ACTIONS(1483),
    [anon_sym_private] = ACTIONS(1483),
    [anon_sym_extern] = ACTIONS(1483),
    [anon_sym_inline] = ACTIONS(1483),
    [anon_sym_overload] = ACTIONS(1483),
    [anon_sym_override] = ACTIONS(1483),
    [anon_sym_final] = ACTIONS(1483),
    [anon_sym_class] = ACTIONS(1483),
    [anon_sym_interface] = ACTIONS(1483),
    [anon_sym_typedef] = ACTIONS(1483),
    [anon_sym_function] = ACTIONS(1483),
    [anon_sym_var] = ACTIONS(1483),
    [aux_sym_integer_token1] = ACTIONS(1483),
    [aux_sym_integer_token2] = ACTIONS(1480),
    [aux_sym_float_token1] = ACTIONS(1483),
    [aux_sym_float_token2] = ACTIONS(1480),
    [anon_sym_true] = ACTIONS(1483),
    [anon_sym_false] = ACTIONS(1483),
    [aux_sym_string_token1] = ACTIONS(1480),
    [aux_sym_string_token3] = ACTIONS(1480),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1480),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [258] = {
    [sym_identifier] = ACTIONS(1590),
    [anon_sym_POUND] = ACTIONS(1592),
    [anon_sym_package] = ACTIONS(1590),
    [anon_sym_DOT] = ACTIONS(1546),
    [anon_sym_import] = ACTIONS(1590),
    [anon_sym_using] = ACTIONS(1590),
    [anon_sym_throw] = ACTIONS(1590),
    [anon_sym_LPAREN] = ACTIONS(1592),
    [anon_sym_switch] = ACTIONS(1590),
    [anon_sym_LBRACE] = ACTIONS(1592),
    [anon_sym_case] = ACTIONS(1590),
    [anon_sym_default] = ACTIONS(1590),
    [anon_sym_cast] = ACTIONS(1590),
    [anon_sym_DOLLARtype] = ACTIONS(1592),
    [anon_sym_return] = ACTIONS(1590),
    [anon_sym_untyped] = ACTIONS(1590),
    [anon_sym_break] = ACTIONS(1590),
    [anon_sym_continue] = ACTIONS(1590),
    [anon_sym_LBRACK] = ACTIONS(1592),
    [anon_sym_this] = ACTIONS(1590),
    [anon_sym_QMARK] = ACTIONS(1546),
    [anon_sym_AT] = ACTIONS(1590),
    [anon_sym_AT_COLON] = ACTIONS(1592),
    [anon_sym_if] = ACTIONS(1590),
    [anon_sym_new] = ACTIONS(1590),
    [anon_sym_TILDE] = ACTIONS(1544),
    [anon_sym_BANG] = ACTIONS(1546),
    [anon_sym_DASH] = ACTIONS(1546),
    [anon_sym_PLUS_PLUS] = ACTIONS(1544),
    [anon_sym_DASH_DASH] = ACTIONS(1544),
    [anon_sym_PERCENT] = ACTIONS(1544),
    [anon_sym_STAR] = ACTIONS(1544),
    [anon_sym_SLASH] = ACTIONS(1546),
    [anon_sym_PLUS] = ACTIONS(1546),
    [anon_sym_LT_LT] = ACTIONS(1544),
    [anon_sym_GT_GT] = ACTIONS(1546),
    [anon_sym_GT_GT_GT] = ACTIONS(1544),
    [anon_sym_AMP] = ACTIONS(1546),
    [anon_sym_PIPE] = ACTIONS(1546),
    [anon_sym_CARET] = ACTIONS(1544),
    [anon_sym_AMP_AMP] = ACTIONS(1544),
    [anon_sym_PIPE_PIPE] = ACTIONS(1544),
    [anon_sym_EQ_EQ] = ACTIONS(1544),
    [anon_sym_BANG_EQ] = ACTIONS(1544),
    [anon_sym_LT] = ACTIONS(1546),
    [anon_sym_LT_EQ] = ACTIONS(1544),
    [anon_sym_GT] = ACTIONS(1546),
    [anon_sym_GT_EQ] = ACTIONS(1544),
    [anon_sym_EQ_GT] = ACTIONS(1544),
    [anon_sym_QMARK_QMARK] = ACTIONS(1544),
    [anon_sym_EQ] = ACTIONS(1546),
    [sym__rangeOperator] = ACTIONS(1544),
    [anon_sym_null] = ACTIONS(1590),
    [anon_sym_macro] = ACTIONS(1590),
    [anon_sym_abstract] = ACTIONS(1590),
    [anon_sym_static] = ACTIONS(1590),
    [anon_sym_public] = ACTIONS(1590),
    [anon_sym_private] = ACTIONS(1590),
    [anon_sym_extern] = ACTIONS(1590),
    [anon_sym_inline] = ACTIONS(1590),
    [anon_sym_overload] = ACTIONS(1590),
    [anon_sym_override] = ACTIONS(1590),
    [anon_sym_final] = ACTIONS(1590),
    [anon_sym_class] = ACTIONS(1590),
    [anon_sym_interface] = ACTIONS(1590),
    [anon_sym_typedef] = ACTIONS(1590),
    [anon_sym_function] = ACTIONS(1590),
    [anon_sym_var] = ACTIONS(1590),
    [aux_sym_integer_token1] = ACTIONS(1590),
    [aux_sym_integer_token2] = ACTIONS(1592),
    [aux_sym_float_token1] = ACTIONS(1590),
    [aux_sym_float_token2] = ACTIONS(1592),
    [anon_sym_true] = ACTIONS(1590),
    [anon_sym_false] = ACTIONS(1590),
    [aux_sym_string_token1] = ACTIONS(1592),
    [aux_sym_string_token3] = ACTIONS(1592),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1544),
    [sym__closing_brace_marker] = ACTIONS(1592),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [259] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1504),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_case] = ACTIONS(1504),
    [anon_sym_default] = ACTIONS(1504),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_COMMA] = ACTIONS(1502),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1504),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1502),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [260] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1504),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_case] = ACTIONS(1504),
    [anon_sym_default] = ACTIONS(1504),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_COMMA] = ACTIONS(1502),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1594),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1504),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1502),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [261] = {
    [sym_identifier] = ACTIONS(1566),
    [anon_sym_POUND] = ACTIONS(1564),
    [anon_sym_package] = ACTIONS(1566),
    [anon_sym_DOT] = ACTIONS(1566),
    [anon_sym_import] = ACTIONS(1566),
    [anon_sym_using] = ACTIONS(1566),
    [anon_sym_throw] = ACTIONS(1566),
    [anon_sym_LPAREN] = ACTIONS(1564),
    [anon_sym_switch] = ACTIONS(1566),
    [anon_sym_LBRACE] = ACTIONS(1564),
    [anon_sym_case] = ACTIONS(1566),
    [anon_sym_default] = ACTIONS(1566),
    [anon_sym_cast] = ACTIONS(1566),
    [anon_sym_COMMA] = ACTIONS(1564),
    [anon_sym_DOLLARtype] = ACTIONS(1564),
    [anon_sym_return] = ACTIONS(1566),
    [anon_sym_untyped] = ACTIONS(1566),
    [anon_sym_break] = ACTIONS(1566),
    [anon_sym_continue] = ACTIONS(1566),
    [anon_sym_LBRACK] = ACTIONS(1564),
    [anon_sym_this] = ACTIONS(1566),
    [anon_sym_QMARK] = ACTIONS(1566),
    [anon_sym_AT] = ACTIONS(1566),
    [anon_sym_AT_COLON] = ACTIONS(1564),
    [anon_sym_if] = ACTIONS(1566),
    [anon_sym_new] = ACTIONS(1566),
    [anon_sym_TILDE] = ACTIONS(1564),
    [anon_sym_BANG] = ACTIONS(1566),
    [anon_sym_DASH] = ACTIONS(1566),
    [anon_sym_PLUS_PLUS] = ACTIONS(1564),
    [anon_sym_DASH_DASH] = ACTIONS(1564),
    [anon_sym_PERCENT] = ACTIONS(1564),
    [anon_sym_STAR] = ACTIONS(1564),
    [anon_sym_SLASH] = ACTIONS(1566),
    [anon_sym_PLUS] = ACTIONS(1566),
    [anon_sym_LT_LT] = ACTIONS(1564),
    [anon_sym_GT_GT] = ACTIONS(1566),
    [anon_sym_GT_GT_GT] = ACTIONS(1564),
    [anon_sym_AMP] = ACTIONS(1566),
    [anon_sym_PIPE] = ACTIONS(1566),
    [anon_sym_CARET] = ACTIONS(1564),
    [anon_sym_AMP_AMP] = ACTIONS(1564),
    [anon_sym_PIPE_PIPE] = ACTIONS(1564),
    [anon_sym_EQ_EQ] = ACTIONS(1564),
    [anon_sym_BANG_EQ] = ACTIONS(1564),
    [anon_sym_LT] = ACTIONS(1566),
    [anon_sym_LT_EQ] = ACTIONS(1564),
    [anon_sym_GT] = ACTIONS(1566),
    [anon_sym_GT_EQ] = ACTIONS(1564),
    [anon_sym_EQ_GT] = ACTIONS(1564),
    [anon_sym_QMARK_QMARK] = ACTIONS(1564),
    [anon_sym_EQ] = ACTIONS(1566),
    [sym__rangeOperator] = ACTIONS(1564),
    [anon_sym_null] = ACTIONS(1566),
    [anon_sym_macro] = ACTIONS(1566),
    [anon_sym_abstract] = ACTIONS(1566),
    [anon_sym_static] = ACTIONS(1566),
    [anon_sym_public] = ACTIONS(1566),
    [anon_sym_private] = ACTIONS(1566),
    [anon_sym_extern] = ACTIONS(1566),
    [anon_sym_inline] = ACTIONS(1566),
    [anon_sym_overload] = ACTIONS(1566),
    [anon_sym_override] = ACTIONS(1566),
    [anon_sym_final] = ACTIONS(1566),
    [anon_sym_class] = ACTIONS(1566),
    [anon_sym_interface] = ACTIONS(1566),
    [anon_sym_typedef] = ACTIONS(1566),
    [anon_sym_function] = ACTIONS(1566),
    [anon_sym_var] = ACTIONS(1566),
    [aux_sym_integer_token1] = ACTIONS(1566),
    [aux_sym_integer_token2] = ACTIONS(1564),
    [aux_sym_float_token1] = ACTIONS(1566),
    [aux_sym_float_token2] = ACTIONS(1564),
    [anon_sym_true] = ACTIONS(1566),
    [anon_sym_false] = ACTIONS(1566),
    [aux_sym_string_token1] = ACTIONS(1564),
    [aux_sym_string_token3] = ACTIONS(1564),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1564),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [262] = {
    [sym_identifier] = ACTIONS(1575),
    [anon_sym_POUND] = ACTIONS(1572),
    [anon_sym_package] = ACTIONS(1575),
    [anon_sym_DOT] = ACTIONS(1575),
    [anon_sym_import] = ACTIONS(1575),
    [anon_sym_using] = ACTIONS(1575),
    [anon_sym_throw] = ACTIONS(1575),
    [anon_sym_LPAREN] = ACTIONS(1572),
    [anon_sym_switch] = ACTIONS(1575),
    [anon_sym_LBRACE] = ACTIONS(1572),
    [anon_sym_case] = ACTIONS(1575),
    [anon_sym_default] = ACTIONS(1575),
    [anon_sym_cast] = ACTIONS(1575),
    [anon_sym_COMMA] = ACTIONS(1572),
    [anon_sym_DOLLARtype] = ACTIONS(1572),
    [anon_sym_return] = ACTIONS(1575),
    [anon_sym_untyped] = ACTIONS(1575),
    [anon_sym_break] = ACTIONS(1575),
    [anon_sym_continue] = ACTIONS(1575),
    [anon_sym_LBRACK] = ACTIONS(1572),
    [anon_sym_this] = ACTIONS(1575),
    [anon_sym_QMARK] = ACTIONS(1575),
    [anon_sym_AT] = ACTIONS(1575),
    [anon_sym_AT_COLON] = ACTIONS(1572),
    [anon_sym_if] = ACTIONS(1575),
    [anon_sym_new] = ACTIONS(1575),
    [anon_sym_TILDE] = ACTIONS(1572),
    [anon_sym_BANG] = ACTIONS(1575),
    [anon_sym_DASH] = ACTIONS(1575),
    [anon_sym_PLUS_PLUS] = ACTIONS(1572),
    [anon_sym_DASH_DASH] = ACTIONS(1572),
    [anon_sym_PERCENT] = ACTIONS(1572),
    [anon_sym_STAR] = ACTIONS(1572),
    [anon_sym_SLASH] = ACTIONS(1575),
    [anon_sym_PLUS] = ACTIONS(1575),
    [anon_sym_LT_LT] = ACTIONS(1572),
    [anon_sym_GT_GT] = ACTIONS(1575),
    [anon_sym_GT_GT_GT] = ACTIONS(1572),
    [anon_sym_AMP] = ACTIONS(1575),
    [anon_sym_PIPE] = ACTIONS(1575),
    [anon_sym_CARET] = ACTIONS(1572),
    [anon_sym_AMP_AMP] = ACTIONS(1572),
    [anon_sym_PIPE_PIPE] = ACTIONS(1572),
    [anon_sym_EQ_EQ] = ACTIONS(1572),
    [anon_sym_BANG_EQ] = ACTIONS(1572),
    [anon_sym_LT] = ACTIONS(1575),
    [anon_sym_LT_EQ] = ACTIONS(1572),
    [anon_sym_GT] = ACTIONS(1575),
    [anon_sym_GT_EQ] = ACTIONS(1572),
    [anon_sym_EQ_GT] = ACTIONS(1572),
    [anon_sym_QMARK_QMARK] = ACTIONS(1572),
    [anon_sym_EQ] = ACTIONS(1575),
    [sym__rangeOperator] = ACTIONS(1572),
    [anon_sym_null] = ACTIONS(1575),
    [anon_sym_macro] = ACTIONS(1575),
    [anon_sym_abstract] = ACTIONS(1575),
    [anon_sym_static] = ACTIONS(1575),
    [anon_sym_public] = ACTIONS(1575),
    [anon_sym_private] = ACTIONS(1575),
    [anon_sym_extern] = ACTIONS(1575),
    [anon_sym_inline] = ACTIONS(1575),
    [anon_sym_overload] = ACTIONS(1575),
    [anon_sym_override] = ACTIONS(1575),
    [anon_sym_final] = ACTIONS(1575),
    [anon_sym_class] = ACTIONS(1575),
    [anon_sym_interface] = ACTIONS(1575),
    [anon_sym_typedef] = ACTIONS(1575),
    [anon_sym_function] = ACTIONS(1575),
    [anon_sym_var] = ACTIONS(1575),
    [aux_sym_integer_token1] = ACTIONS(1575),
    [aux_sym_integer_token2] = ACTIONS(1572),
    [aux_sym_float_token1] = ACTIONS(1575),
    [aux_sym_float_token2] = ACTIONS(1572),
    [anon_sym_true] = ACTIONS(1575),
    [anon_sym_false] = ACTIONS(1575),
    [aux_sym_string_token1] = ACTIONS(1572),
    [aux_sym_string_token3] = ACTIONS(1572),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1572),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [263] = {
    [sym_identifier] = ACTIONS(1554),
    [anon_sym_POUND] = ACTIONS(1552),
    [anon_sym_package] = ACTIONS(1554),
    [anon_sym_DOT] = ACTIONS(1554),
    [anon_sym_import] = ACTIONS(1554),
    [anon_sym_using] = ACTIONS(1554),
    [anon_sym_throw] = ACTIONS(1554),
    [anon_sym_LPAREN] = ACTIONS(1552),
    [anon_sym_switch] = ACTIONS(1554),
    [anon_sym_LBRACE] = ACTIONS(1552),
    [anon_sym_case] = ACTIONS(1554),
    [anon_sym_default] = ACTIONS(1554),
    [anon_sym_cast] = ACTIONS(1554),
    [anon_sym_COMMA] = ACTIONS(1552),
    [anon_sym_DOLLARtype] = ACTIONS(1552),
    [anon_sym_return] = ACTIONS(1554),
    [anon_sym_untyped] = ACTIONS(1554),
    [anon_sym_break] = ACTIONS(1554),
    [anon_sym_continue] = ACTIONS(1554),
    [anon_sym_LBRACK] = ACTIONS(1552),
    [anon_sym_this] = ACTIONS(1554),
    [anon_sym_QMARK] = ACTIONS(1554),
    [anon_sym_AT] = ACTIONS(1554),
    [anon_sym_AT_COLON] = ACTIONS(1552),
    [anon_sym_if] = ACTIONS(1554),
    [anon_sym_new] = ACTIONS(1554),
    [anon_sym_TILDE] = ACTIONS(1552),
    [anon_sym_BANG] = ACTIONS(1554),
    [anon_sym_DASH] = ACTIONS(1554),
    [anon_sym_PLUS_PLUS] = ACTIONS(1552),
    [anon_sym_DASH_DASH] = ACTIONS(1552),
    [anon_sym_PERCENT] = ACTIONS(1552),
    [anon_sym_STAR] = ACTIONS(1552),
    [anon_sym_SLASH] = ACTIONS(1554),
    [anon_sym_PLUS] = ACTIONS(1554),
    [anon_sym_LT_LT] = ACTIONS(1552),
    [anon_sym_GT_GT] = ACTIONS(1554),
    [anon_sym_GT_GT_GT] = ACTIONS(1552),
    [anon_sym_AMP] = ACTIONS(1554),
    [anon_sym_PIPE] = ACTIONS(1554),
    [anon_sym_CARET] = ACTIONS(1552),
    [anon_sym_AMP_AMP] = ACTIONS(1552),
    [anon_sym_PIPE_PIPE] = ACTIONS(1552),
    [anon_sym_EQ_EQ] = ACTIONS(1552),
    [anon_sym_BANG_EQ] = ACTIONS(1552),
    [anon_sym_LT] = ACTIONS(1554),
    [anon_sym_LT_EQ] = ACTIONS(1552),
    [anon_sym_GT] = ACTIONS(1554),
    [anon_sym_GT_EQ] = ACTIONS(1552),
    [anon_sym_EQ_GT] = ACTIONS(1552),
    [anon_sym_QMARK_QMARK] = ACTIONS(1552),
    [anon_sym_EQ] = ACTIONS(1554),
    [sym__rangeOperator] = ACTIONS(1552),
    [anon_sym_null] = ACTIONS(1554),
    [anon_sym_macro] = ACTIONS(1554),
    [anon_sym_abstract] = ACTIONS(1554),
    [anon_sym_static] = ACTIONS(1554),
    [anon_sym_public] = ACTIONS(1554),
    [anon_sym_private] = ACTIONS(1554),
    [anon_sym_extern] = ACTIONS(1554),
    [anon_sym_inline] = ACTIONS(1554),
    [anon_sym_overload] = ACTIONS(1554),
    [anon_sym_override] = ACTIONS(1554),
    [anon_sym_final] = ACTIONS(1554),
    [anon_sym_class] = ACTIONS(1554),
    [anon_sym_interface] = ACTIONS(1554),
    [anon_sym_typedef] = ACTIONS(1554),
    [anon_sym_function] = ACTIONS(1554),
    [anon_sym_var] = ACTIONS(1554),
    [aux_sym_integer_token1] = ACTIONS(1554),
    [aux_sym_integer_token2] = ACTIONS(1552),
    [aux_sym_float_token1] = ACTIONS(1554),
    [aux_sym_float_token2] = ACTIONS(1552),
    [anon_sym_true] = ACTIONS(1554),
    [anon_sym_false] = ACTIONS(1554),
    [aux_sym_string_token1] = ACTIONS(1552),
    [aux_sym_string_token3] = ACTIONS(1552),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1552),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [264] = {
    [sym_identifier] = ACTIONS(1414),
    [anon_sym_POUND] = ACTIONS(1412),
    [anon_sym_package] = ACTIONS(1414),
    [anon_sym_DOT] = ACTIONS(1414),
    [anon_sym_import] = ACTIONS(1414),
    [anon_sym_using] = ACTIONS(1414),
    [anon_sym_throw] = ACTIONS(1414),
    [anon_sym_LPAREN] = ACTIONS(1412),
    [anon_sym_switch] = ACTIONS(1414),
    [anon_sym_LBRACE] = ACTIONS(1412),
    [anon_sym_case] = ACTIONS(1414),
    [anon_sym_default] = ACTIONS(1414),
    [anon_sym_cast] = ACTIONS(1414),
    [anon_sym_COMMA] = ACTIONS(1412),
    [anon_sym_DOLLARtype] = ACTIONS(1412),
    [anon_sym_return] = ACTIONS(1414),
    [anon_sym_untyped] = ACTIONS(1414),
    [anon_sym_break] = ACTIONS(1414),
    [anon_sym_continue] = ACTIONS(1414),
    [anon_sym_LBRACK] = ACTIONS(1412),
    [anon_sym_this] = ACTIONS(1414),
    [anon_sym_QMARK] = ACTIONS(1414),
    [anon_sym_AT] = ACTIONS(1414),
    [anon_sym_AT_COLON] = ACTIONS(1412),
    [anon_sym_if] = ACTIONS(1414),
    [anon_sym_new] = ACTIONS(1414),
    [anon_sym_TILDE] = ACTIONS(1412),
    [anon_sym_BANG] = ACTIONS(1414),
    [anon_sym_DASH] = ACTIONS(1414),
    [anon_sym_PLUS_PLUS] = ACTIONS(1412),
    [anon_sym_DASH_DASH] = ACTIONS(1412),
    [anon_sym_PERCENT] = ACTIONS(1412),
    [anon_sym_STAR] = ACTIONS(1412),
    [anon_sym_SLASH] = ACTIONS(1414),
    [anon_sym_PLUS] = ACTIONS(1414),
    [anon_sym_LT_LT] = ACTIONS(1412),
    [anon_sym_GT_GT] = ACTIONS(1414),
    [anon_sym_GT_GT_GT] = ACTIONS(1412),
    [anon_sym_AMP] = ACTIONS(1414),
    [anon_sym_PIPE] = ACTIONS(1414),
    [anon_sym_CARET] = ACTIONS(1412),
    [anon_sym_AMP_AMP] = ACTIONS(1412),
    [anon_sym_PIPE_PIPE] = ACTIONS(1412),
    [anon_sym_EQ_EQ] = ACTIONS(1412),
    [anon_sym_BANG_EQ] = ACTIONS(1412),
    [anon_sym_LT] = ACTIONS(1414),
    [anon_sym_LT_EQ] = ACTIONS(1412),
    [anon_sym_GT] = ACTIONS(1414),
    [anon_sym_GT_EQ] = ACTIONS(1412),
    [anon_sym_EQ_GT] = ACTIONS(1412),
    [anon_sym_QMARK_QMARK] = ACTIONS(1412),
    [anon_sym_EQ] = ACTIONS(1414),
    [sym__rangeOperator] = ACTIONS(1412),
    [anon_sym_null] = ACTIONS(1414),
    [anon_sym_macro] = ACTIONS(1414),
    [anon_sym_abstract] = ACTIONS(1414),
    [anon_sym_static] = ACTIONS(1414),
    [anon_sym_public] = ACTIONS(1414),
    [anon_sym_private] = ACTIONS(1414),
    [anon_sym_extern] = ACTIONS(1414),
    [anon_sym_inline] = ACTIONS(1414),
    [anon_sym_overload] = ACTIONS(1414),
    [anon_sym_override] = ACTIONS(1414),
    [anon_sym_final] = ACTIONS(1414),
    [anon_sym_class] = ACTIONS(1414),
    [anon_sym_interface] = ACTIONS(1414),
    [anon_sym_typedef] = ACTIONS(1414),
    [anon_sym_function] = ACTIONS(1414),
    [anon_sym_var] = ACTIONS(1414),
    [aux_sym_integer_token1] = ACTIONS(1414),
    [aux_sym_integer_token2] = ACTIONS(1412),
    [aux_sym_float_token1] = ACTIONS(1414),
    [aux_sym_float_token2] = ACTIONS(1412),
    [anon_sym_true] = ACTIONS(1414),
    [anon_sym_false] = ACTIONS(1414),
    [aux_sym_string_token1] = ACTIONS(1412),
    [aux_sym_string_token3] = ACTIONS(1412),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1412),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [265] = {
    [sym_identifier] = ACTIONS(1534),
    [anon_sym_POUND] = ACTIONS(1532),
    [anon_sym_package] = ACTIONS(1534),
    [anon_sym_DOT] = ACTIONS(1534),
    [anon_sym_import] = ACTIONS(1534),
    [anon_sym_using] = ACTIONS(1534),
    [anon_sym_throw] = ACTIONS(1534),
    [anon_sym_LPAREN] = ACTIONS(1532),
    [anon_sym_switch] = ACTIONS(1534),
    [anon_sym_LBRACE] = ACTIONS(1532),
    [anon_sym_case] = ACTIONS(1534),
    [anon_sym_default] = ACTIONS(1534),
    [anon_sym_cast] = ACTIONS(1534),
    [anon_sym_COMMA] = ACTIONS(1532),
    [anon_sym_DOLLARtype] = ACTIONS(1532),
    [anon_sym_return] = ACTIONS(1534),
    [anon_sym_untyped] = ACTIONS(1534),
    [anon_sym_break] = ACTIONS(1534),
    [anon_sym_continue] = ACTIONS(1534),
    [anon_sym_LBRACK] = ACTIONS(1532),
    [anon_sym_this] = ACTIONS(1534),
    [anon_sym_QMARK] = ACTIONS(1534),
    [anon_sym_AT] = ACTIONS(1534),
    [anon_sym_AT_COLON] = ACTIONS(1532),
    [anon_sym_if] = ACTIONS(1534),
    [anon_sym_new] = ACTIONS(1534),
    [anon_sym_TILDE] = ACTIONS(1532),
    [anon_sym_BANG] = ACTIONS(1534),
    [anon_sym_DASH] = ACTIONS(1534),
    [anon_sym_PLUS_PLUS] = ACTIONS(1532),
    [anon_sym_DASH_DASH] = ACTIONS(1532),
    [anon_sym_PERCENT] = ACTIONS(1532),
    [anon_sym_STAR] = ACTIONS(1532),
    [anon_sym_SLASH] = ACTIONS(1534),
    [anon_sym_PLUS] = ACTIONS(1534),
    [anon_sym_LT_LT] = ACTIONS(1532),
    [anon_sym_GT_GT] = ACTIONS(1534),
    [anon_sym_GT_GT_GT] = ACTIONS(1532),
    [anon_sym_AMP] = ACTIONS(1534),
    [anon_sym_PIPE] = ACTIONS(1534),
    [anon_sym_CARET] = ACTIONS(1532),
    [anon_sym_AMP_AMP] = ACTIONS(1532),
    [anon_sym_PIPE_PIPE] = ACTIONS(1532),
    [anon_sym_EQ_EQ] = ACTIONS(1532),
    [anon_sym_BANG_EQ] = ACTIONS(1532),
    [anon_sym_LT] = ACTIONS(1534),
    [anon_sym_LT_EQ] = ACTIONS(1532),
    [anon_sym_GT] = ACTIONS(1534),
    [anon_sym_GT_EQ] = ACTIONS(1532),
    [anon_sym_EQ_GT] = ACTIONS(1532),
    [anon_sym_QMARK_QMARK] = ACTIONS(1532),
    [anon_sym_EQ] = ACTIONS(1534),
    [sym__rangeOperator] = ACTIONS(1532),
    [anon_sym_null] = ACTIONS(1534),
    [anon_sym_macro] = ACTIONS(1534),
    [anon_sym_abstract] = ACTIONS(1534),
    [anon_sym_static] = ACTIONS(1534),
    [anon_sym_public] = ACTIONS(1534),
    [anon_sym_private] = ACTIONS(1534),
    [anon_sym_extern] = ACTIONS(1534),
    [anon_sym_inline] = ACTIONS(1534),
    [anon_sym_overload] = ACTIONS(1534),
    [anon_sym_override] = ACTIONS(1534),
    [anon_sym_final] = ACTIONS(1534),
    [anon_sym_class] = ACTIONS(1534),
    [anon_sym_interface] = ACTIONS(1534),
    [anon_sym_typedef] = ACTIONS(1534),
    [anon_sym_function] = ACTIONS(1534),
    [anon_sym_var] = ACTIONS(1534),
    [aux_sym_integer_token1] = ACTIONS(1534),
    [aux_sym_integer_token2] = ACTIONS(1532),
    [aux_sym_float_token1] = ACTIONS(1534),
    [aux_sym_float_token2] = ACTIONS(1532),
    [anon_sym_true] = ACTIONS(1534),
    [anon_sym_false] = ACTIONS(1534),
    [aux_sym_string_token1] = ACTIONS(1532),
    [aux_sym_string_token3] = ACTIONS(1532),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1532),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [266] = {
    [sym_identifier] = ACTIONS(1410),
    [anon_sym_POUND] = ACTIONS(1408),
    [anon_sym_package] = ACTIONS(1410),
    [anon_sym_DOT] = ACTIONS(1410),
    [anon_sym_import] = ACTIONS(1410),
    [anon_sym_using] = ACTIONS(1410),
    [anon_sym_throw] = ACTIONS(1410),
    [anon_sym_LPAREN] = ACTIONS(1408),
    [anon_sym_switch] = ACTIONS(1410),
    [anon_sym_LBRACE] = ACTIONS(1408),
    [anon_sym_case] = ACTIONS(1410),
    [anon_sym_default] = ACTIONS(1410),
    [anon_sym_cast] = ACTIONS(1410),
    [anon_sym_COMMA] = ACTIONS(1408),
    [anon_sym_DOLLARtype] = ACTIONS(1408),
    [anon_sym_return] = ACTIONS(1410),
    [anon_sym_untyped] = ACTIONS(1410),
    [anon_sym_break] = ACTIONS(1410),
    [anon_sym_continue] = ACTIONS(1410),
    [anon_sym_LBRACK] = ACTIONS(1408),
    [anon_sym_this] = ACTIONS(1410),
    [anon_sym_QMARK] = ACTIONS(1410),
    [anon_sym_AT] = ACTIONS(1410),
    [anon_sym_AT_COLON] = ACTIONS(1408),
    [anon_sym_if] = ACTIONS(1410),
    [anon_sym_new] = ACTIONS(1410),
    [anon_sym_TILDE] = ACTIONS(1408),
    [anon_sym_BANG] = ACTIONS(1410),
    [anon_sym_DASH] = ACTIONS(1410),
    [anon_sym_PLUS_PLUS] = ACTIONS(1408),
    [anon_sym_DASH_DASH] = ACTIONS(1408),
    [anon_sym_PERCENT] = ACTIONS(1408),
    [anon_sym_STAR] = ACTIONS(1408),
    [anon_sym_SLASH] = ACTIONS(1410),
    [anon_sym_PLUS] = ACTIONS(1410),
    [anon_sym_LT_LT] = ACTIONS(1408),
    [anon_sym_GT_GT] = ACTIONS(1410),
    [anon_sym_GT_GT_GT] = ACTIONS(1408),
    [anon_sym_AMP] = ACTIONS(1410),
    [anon_sym_PIPE] = ACTIONS(1410),
    [anon_sym_CARET] = ACTIONS(1408),
    [anon_sym_AMP_AMP] = ACTIONS(1408),
    [anon_sym_PIPE_PIPE] = ACTIONS(1408),
    [anon_sym_EQ_EQ] = ACTIONS(1408),
    [anon_sym_BANG_EQ] = ACTIONS(1408),
    [anon_sym_LT] = ACTIONS(1410),
    [anon_sym_LT_EQ] = ACTIONS(1408),
    [anon_sym_GT] = ACTIONS(1410),
    [anon_sym_GT_EQ] = ACTIONS(1408),
    [anon_sym_EQ_GT] = ACTIONS(1408),
    [anon_sym_QMARK_QMARK] = ACTIONS(1408),
    [anon_sym_EQ] = ACTIONS(1410),
    [sym__rangeOperator] = ACTIONS(1408),
    [anon_sym_null] = ACTIONS(1410),
    [anon_sym_macro] = ACTIONS(1410),
    [anon_sym_abstract] = ACTIONS(1410),
    [anon_sym_static] = ACTIONS(1410),
    [anon_sym_public] = ACTIONS(1410),
    [anon_sym_private] = ACTIONS(1410),
    [anon_sym_extern] = ACTIONS(1410),
    [anon_sym_inline] = ACTIONS(1410),
    [anon_sym_overload] = ACTIONS(1410),
    [anon_sym_override] = ACTIONS(1410),
    [anon_sym_final] = ACTIONS(1410),
    [anon_sym_class] = ACTIONS(1410),
    [anon_sym_interface] = ACTIONS(1410),
    [anon_sym_typedef] = ACTIONS(1410),
    [anon_sym_function] = ACTIONS(1410),
    [anon_sym_var] = ACTIONS(1410),
    [aux_sym_integer_token1] = ACTIONS(1410),
    [aux_sym_integer_token2] = ACTIONS(1408),
    [aux_sym_float_token1] = ACTIONS(1410),
    [aux_sym_float_token2] = ACTIONS(1408),
    [anon_sym_true] = ACTIONS(1410),
    [anon_sym_false] = ACTIONS(1410),
    [aux_sym_string_token1] = ACTIONS(1408),
    [aux_sym_string_token3] = ACTIONS(1408),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1408),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [267] = {
    [sym_identifier] = ACTIONS(526),
    [anon_sym_POUND] = ACTIONS(528),
    [anon_sym_package] = ACTIONS(526),
    [anon_sym_DOT] = ACTIONS(526),
    [anon_sym_import] = ACTIONS(526),
    [anon_sym_using] = ACTIONS(526),
    [anon_sym_throw] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_case] = ACTIONS(526),
    [anon_sym_default] = ACTIONS(526),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_COMMA] = ACTIONS(528),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_QMARK] = ACTIONS(526),
    [anon_sym_AT] = ACTIONS(526),
    [anon_sym_AT_COLON] = ACTIONS(528),
    [anon_sym_if] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [anon_sym_macro] = ACTIONS(526),
    [anon_sym_abstract] = ACTIONS(526),
    [anon_sym_static] = ACTIONS(526),
    [anon_sym_public] = ACTIONS(526),
    [anon_sym_private] = ACTIONS(526),
    [anon_sym_extern] = ACTIONS(526),
    [anon_sym_inline] = ACTIONS(526),
    [anon_sym_overload] = ACTIONS(526),
    [anon_sym_override] = ACTIONS(526),
    [anon_sym_final] = ACTIONS(526),
    [anon_sym_class] = ACTIONS(526),
    [anon_sym_interface] = ACTIONS(526),
    [anon_sym_typedef] = ACTIONS(526),
    [anon_sym_function] = ACTIONS(526),
    [anon_sym_var] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(528),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [268] = {
    [sym_identifier] = ACTIONS(1530),
    [anon_sym_POUND] = ACTIONS(1528),
    [anon_sym_package] = ACTIONS(1530),
    [anon_sym_DOT] = ACTIONS(1530),
    [anon_sym_import] = ACTIONS(1530),
    [anon_sym_using] = ACTIONS(1530),
    [anon_sym_throw] = ACTIONS(1530),
    [anon_sym_LPAREN] = ACTIONS(1528),
    [anon_sym_switch] = ACTIONS(1530),
    [anon_sym_LBRACE] = ACTIONS(1528),
    [anon_sym_case] = ACTIONS(1530),
    [anon_sym_default] = ACTIONS(1530),
    [anon_sym_cast] = ACTIONS(1530),
    [anon_sym_COMMA] = ACTIONS(1528),
    [anon_sym_DOLLARtype] = ACTIONS(1528),
    [anon_sym_return] = ACTIONS(1530),
    [anon_sym_untyped] = ACTIONS(1530),
    [anon_sym_break] = ACTIONS(1530),
    [anon_sym_continue] = ACTIONS(1530),
    [anon_sym_LBRACK] = ACTIONS(1528),
    [anon_sym_this] = ACTIONS(1530),
    [anon_sym_QMARK] = ACTIONS(1530),
    [anon_sym_AT] = ACTIONS(1530),
    [anon_sym_AT_COLON] = ACTIONS(1528),
    [anon_sym_if] = ACTIONS(1530),
    [anon_sym_new] = ACTIONS(1530),
    [anon_sym_TILDE] = ACTIONS(1528),
    [anon_sym_BANG] = ACTIONS(1530),
    [anon_sym_DASH] = ACTIONS(1530),
    [anon_sym_PLUS_PLUS] = ACTIONS(1528),
    [anon_sym_DASH_DASH] = ACTIONS(1528),
    [anon_sym_PERCENT] = ACTIONS(1528),
    [anon_sym_STAR] = ACTIONS(1528),
    [anon_sym_SLASH] = ACTIONS(1530),
    [anon_sym_PLUS] = ACTIONS(1530),
    [anon_sym_LT_LT] = ACTIONS(1528),
    [anon_sym_GT_GT] = ACTIONS(1530),
    [anon_sym_GT_GT_GT] = ACTIONS(1528),
    [anon_sym_AMP] = ACTIONS(1530),
    [anon_sym_PIPE] = ACTIONS(1530),
    [anon_sym_CARET] = ACTIONS(1528),
    [anon_sym_AMP_AMP] = ACTIONS(1528),
    [anon_sym_PIPE_PIPE] = ACTIONS(1528),
    [anon_sym_EQ_EQ] = ACTIONS(1528),
    [anon_sym_BANG_EQ] = ACTIONS(1528),
    [anon_sym_LT] = ACTIONS(1530),
    [anon_sym_LT_EQ] = ACTIONS(1528),
    [anon_sym_GT] = ACTIONS(1530),
    [anon_sym_GT_EQ] = ACTIONS(1528),
    [anon_sym_EQ_GT] = ACTIONS(1528),
    [anon_sym_QMARK_QMARK] = ACTIONS(1528),
    [anon_sym_EQ] = ACTIONS(1530),
    [sym__rangeOperator] = ACTIONS(1528),
    [anon_sym_null] = ACTIONS(1530),
    [anon_sym_macro] = ACTIONS(1530),
    [anon_sym_abstract] = ACTIONS(1530),
    [anon_sym_static] = ACTIONS(1530),
    [anon_sym_public] = ACTIONS(1530),
    [anon_sym_private] = ACTIONS(1530),
    [anon_sym_extern] = ACTIONS(1530),
    [anon_sym_inline] = ACTIONS(1530),
    [anon_sym_overload] = ACTIONS(1530),
    [anon_sym_override] = ACTIONS(1530),
    [anon_sym_final] = ACTIONS(1530),
    [anon_sym_class] = ACTIONS(1530),
    [anon_sym_interface] = ACTIONS(1530),
    [anon_sym_typedef] = ACTIONS(1530),
    [anon_sym_function] = ACTIONS(1530),
    [anon_sym_var] = ACTIONS(1530),
    [aux_sym_integer_token1] = ACTIONS(1530),
    [aux_sym_integer_token2] = ACTIONS(1528),
    [aux_sym_float_token1] = ACTIONS(1530),
    [aux_sym_float_token2] = ACTIONS(1528),
    [anon_sym_true] = ACTIONS(1530),
    [anon_sym_false] = ACTIONS(1530),
    [aux_sym_string_token1] = ACTIONS(1528),
    [aux_sym_string_token3] = ACTIONS(1528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1528),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [269] = {
    [sym_identifier] = ACTIONS(1546),
    [anon_sym_POUND] = ACTIONS(1544),
    [anon_sym_package] = ACTIONS(1546),
    [anon_sym_DOT] = ACTIONS(1546),
    [anon_sym_import] = ACTIONS(1546),
    [anon_sym_using] = ACTIONS(1546),
    [anon_sym_throw] = ACTIONS(1546),
    [anon_sym_LPAREN] = ACTIONS(1544),
    [anon_sym_switch] = ACTIONS(1546),
    [anon_sym_LBRACE] = ACTIONS(1544),
    [anon_sym_case] = ACTIONS(1546),
    [anon_sym_default] = ACTIONS(1546),
    [anon_sym_cast] = ACTIONS(1546),
    [anon_sym_COMMA] = ACTIONS(1544),
    [anon_sym_DOLLARtype] = ACTIONS(1544),
    [anon_sym_return] = ACTIONS(1546),
    [anon_sym_untyped] = ACTIONS(1546),
    [anon_sym_break] = ACTIONS(1546),
    [anon_sym_continue] = ACTIONS(1546),
    [anon_sym_LBRACK] = ACTIONS(1544),
    [anon_sym_this] = ACTIONS(1546),
    [anon_sym_QMARK] = ACTIONS(1546),
    [anon_sym_AT] = ACTIONS(1546),
    [anon_sym_AT_COLON] = ACTIONS(1544),
    [anon_sym_if] = ACTIONS(1546),
    [anon_sym_new] = ACTIONS(1546),
    [anon_sym_TILDE] = ACTIONS(1544),
    [anon_sym_BANG] = ACTIONS(1546),
    [anon_sym_DASH] = ACTIONS(1546),
    [anon_sym_PLUS_PLUS] = ACTIONS(1544),
    [anon_sym_DASH_DASH] = ACTIONS(1544),
    [anon_sym_PERCENT] = ACTIONS(1544),
    [anon_sym_STAR] = ACTIONS(1544),
    [anon_sym_SLASH] = ACTIONS(1546),
    [anon_sym_PLUS] = ACTIONS(1546),
    [anon_sym_LT_LT] = ACTIONS(1544),
    [anon_sym_GT_GT] = ACTIONS(1546),
    [anon_sym_GT_GT_GT] = ACTIONS(1544),
    [anon_sym_AMP] = ACTIONS(1546),
    [anon_sym_PIPE] = ACTIONS(1546),
    [anon_sym_CARET] = ACTIONS(1544),
    [anon_sym_AMP_AMP] = ACTIONS(1544),
    [anon_sym_PIPE_PIPE] = ACTIONS(1544),
    [anon_sym_EQ_EQ] = ACTIONS(1544),
    [anon_sym_BANG_EQ] = ACTIONS(1544),
    [anon_sym_LT] = ACTIONS(1546),
    [anon_sym_LT_EQ] = ACTIONS(1544),
    [anon_sym_GT] = ACTIONS(1546),
    [anon_sym_GT_EQ] = ACTIONS(1544),
    [anon_sym_EQ_GT] = ACTIONS(1544),
    [anon_sym_QMARK_QMARK] = ACTIONS(1544),
    [anon_sym_EQ] = ACTIONS(1546),
    [sym__rangeOperator] = ACTIONS(1544),
    [anon_sym_null] = ACTIONS(1546),
    [anon_sym_macro] = ACTIONS(1546),
    [anon_sym_abstract] = ACTIONS(1546),
    [anon_sym_static] = ACTIONS(1546),
    [anon_sym_public] = ACTIONS(1546),
    [anon_sym_private] = ACTIONS(1546),
    [anon_sym_extern] = ACTIONS(1546),
    [anon_sym_inline] = ACTIONS(1546),
    [anon_sym_overload] = ACTIONS(1546),
    [anon_sym_override] = ACTIONS(1546),
    [anon_sym_final] = ACTIONS(1546),
    [anon_sym_class] = ACTIONS(1546),
    [anon_sym_interface] = ACTIONS(1546),
    [anon_sym_typedef] = ACTIONS(1546),
    [anon_sym_function] = ACTIONS(1546),
    [anon_sym_var] = ACTIONS(1546),
    [aux_sym_integer_token1] = ACTIONS(1546),
    [aux_sym_integer_token2] = ACTIONS(1544),
    [aux_sym_float_token1] = ACTIONS(1546),
    [aux_sym_float_token2] = ACTIONS(1544),
    [anon_sym_true] = ACTIONS(1546),
    [anon_sym_false] = ACTIONS(1546),
    [aux_sym_string_token1] = ACTIONS(1544),
    [aux_sym_string_token3] = ACTIONS(1544),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1544),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [270] = {
    [sym_identifier] = ACTIONS(1496),
    [anon_sym_POUND] = ACTIONS(1494),
    [anon_sym_package] = ACTIONS(1496),
    [anon_sym_DOT] = ACTIONS(1496),
    [anon_sym_import] = ACTIONS(1496),
    [anon_sym_using] = ACTIONS(1496),
    [anon_sym_throw] = ACTIONS(1496),
    [anon_sym_LPAREN] = ACTIONS(1494),
    [anon_sym_switch] = ACTIONS(1496),
    [anon_sym_LBRACE] = ACTIONS(1494),
    [anon_sym_case] = ACTIONS(1496),
    [anon_sym_default] = ACTIONS(1496),
    [anon_sym_cast] = ACTIONS(1496),
    [anon_sym_COMMA] = ACTIONS(1494),
    [anon_sym_DOLLARtype] = ACTIONS(1494),
    [anon_sym_return] = ACTIONS(1496),
    [anon_sym_untyped] = ACTIONS(1496),
    [anon_sym_break] = ACTIONS(1496),
    [anon_sym_continue] = ACTIONS(1496),
    [anon_sym_LBRACK] = ACTIONS(1494),
    [anon_sym_this] = ACTIONS(1496),
    [anon_sym_QMARK] = ACTIONS(1496),
    [anon_sym_AT] = ACTIONS(1496),
    [anon_sym_AT_COLON] = ACTIONS(1494),
    [anon_sym_if] = ACTIONS(1496),
    [anon_sym_new] = ACTIONS(1496),
    [anon_sym_TILDE] = ACTIONS(1494),
    [anon_sym_BANG] = ACTIONS(1496),
    [anon_sym_DASH] = ACTIONS(1496),
    [anon_sym_PLUS_PLUS] = ACTIONS(1494),
    [anon_sym_DASH_DASH] = ACTIONS(1494),
    [anon_sym_PERCENT] = ACTIONS(1494),
    [anon_sym_STAR] = ACTIONS(1494),
    [anon_sym_SLASH] = ACTIONS(1496),
    [anon_sym_PLUS] = ACTIONS(1496),
    [anon_sym_LT_LT] = ACTIONS(1494),
    [anon_sym_GT_GT] = ACTIONS(1496),
    [anon_sym_GT_GT_GT] = ACTIONS(1494),
    [anon_sym_AMP] = ACTIONS(1496),
    [anon_sym_PIPE] = ACTIONS(1496),
    [anon_sym_CARET] = ACTIONS(1494),
    [anon_sym_AMP_AMP] = ACTIONS(1494),
    [anon_sym_PIPE_PIPE] = ACTIONS(1494),
    [anon_sym_EQ_EQ] = ACTIONS(1494),
    [anon_sym_BANG_EQ] = ACTIONS(1494),
    [anon_sym_LT] = ACTIONS(1496),
    [anon_sym_LT_EQ] = ACTIONS(1494),
    [anon_sym_GT] = ACTIONS(1496),
    [anon_sym_GT_EQ] = ACTIONS(1494),
    [anon_sym_EQ_GT] = ACTIONS(1494),
    [anon_sym_QMARK_QMARK] = ACTIONS(1494),
    [anon_sym_EQ] = ACTIONS(1496),
    [sym__rangeOperator] = ACTIONS(1494),
    [anon_sym_null] = ACTIONS(1496),
    [anon_sym_macro] = ACTIONS(1496),
    [anon_sym_abstract] = ACTIONS(1496),
    [anon_sym_static] = ACTIONS(1496),
    [anon_sym_public] = ACTIONS(1496),
    [anon_sym_private] = ACTIONS(1496),
    [anon_sym_extern] = ACTIONS(1496),
    [anon_sym_inline] = ACTIONS(1496),
    [anon_sym_overload] = ACTIONS(1496),
    [anon_sym_override] = ACTIONS(1496),
    [anon_sym_final] = ACTIONS(1496),
    [anon_sym_class] = ACTIONS(1496),
    [anon_sym_interface] = ACTIONS(1496),
    [anon_sym_typedef] = ACTIONS(1496),
    [anon_sym_function] = ACTIONS(1496),
    [anon_sym_var] = ACTIONS(1496),
    [aux_sym_integer_token1] = ACTIONS(1496),
    [aux_sym_integer_token2] = ACTIONS(1494),
    [aux_sym_float_token1] = ACTIONS(1496),
    [aux_sym_float_token2] = ACTIONS(1494),
    [anon_sym_true] = ACTIONS(1496),
    [anon_sym_false] = ACTIONS(1496),
    [aux_sym_string_token1] = ACTIONS(1494),
    [aux_sym_string_token3] = ACTIONS(1494),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1494),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [271] = {
    [sym_identifier] = ACTIONS(1430),
    [anon_sym_POUND] = ACTIONS(1428),
    [anon_sym_package] = ACTIONS(1430),
    [anon_sym_DOT] = ACTIONS(1430),
    [anon_sym_import] = ACTIONS(1430),
    [anon_sym_using] = ACTIONS(1430),
    [anon_sym_throw] = ACTIONS(1430),
    [anon_sym_LPAREN] = ACTIONS(1428),
    [anon_sym_switch] = ACTIONS(1430),
    [anon_sym_LBRACE] = ACTIONS(1428),
    [anon_sym_case] = ACTIONS(1430),
    [anon_sym_default] = ACTIONS(1430),
    [anon_sym_cast] = ACTIONS(1430),
    [anon_sym_COMMA] = ACTIONS(1428),
    [anon_sym_DOLLARtype] = ACTIONS(1428),
    [anon_sym_return] = ACTIONS(1430),
    [anon_sym_untyped] = ACTIONS(1430),
    [anon_sym_break] = ACTIONS(1430),
    [anon_sym_continue] = ACTIONS(1430),
    [anon_sym_LBRACK] = ACTIONS(1428),
    [anon_sym_this] = ACTIONS(1430),
    [anon_sym_QMARK] = ACTIONS(1430),
    [anon_sym_AT] = ACTIONS(1430),
    [anon_sym_AT_COLON] = ACTIONS(1428),
    [anon_sym_if] = ACTIONS(1430),
    [anon_sym_new] = ACTIONS(1430),
    [anon_sym_TILDE] = ACTIONS(1428),
    [anon_sym_BANG] = ACTIONS(1430),
    [anon_sym_DASH] = ACTIONS(1430),
    [anon_sym_PLUS_PLUS] = ACTIONS(1428),
    [anon_sym_DASH_DASH] = ACTIONS(1428),
    [anon_sym_PERCENT] = ACTIONS(1428),
    [anon_sym_STAR] = ACTIONS(1428),
    [anon_sym_SLASH] = ACTIONS(1430),
    [anon_sym_PLUS] = ACTIONS(1430),
    [anon_sym_LT_LT] = ACTIONS(1428),
    [anon_sym_GT_GT] = ACTIONS(1430),
    [anon_sym_GT_GT_GT] = ACTIONS(1428),
    [anon_sym_AMP] = ACTIONS(1430),
    [anon_sym_PIPE] = ACTIONS(1430),
    [anon_sym_CARET] = ACTIONS(1428),
    [anon_sym_AMP_AMP] = ACTIONS(1428),
    [anon_sym_PIPE_PIPE] = ACTIONS(1428),
    [anon_sym_EQ_EQ] = ACTIONS(1428),
    [anon_sym_BANG_EQ] = ACTIONS(1428),
    [anon_sym_LT] = ACTIONS(1430),
    [anon_sym_LT_EQ] = ACTIONS(1428),
    [anon_sym_GT] = ACTIONS(1430),
    [anon_sym_GT_EQ] = ACTIONS(1428),
    [anon_sym_EQ_GT] = ACTIONS(1428),
    [anon_sym_QMARK_QMARK] = ACTIONS(1428),
    [anon_sym_EQ] = ACTIONS(1430),
    [sym__rangeOperator] = ACTIONS(1428),
    [anon_sym_null] = ACTIONS(1430),
    [anon_sym_macro] = ACTIONS(1430),
    [anon_sym_abstract] = ACTIONS(1430),
    [anon_sym_static] = ACTIONS(1430),
    [anon_sym_public] = ACTIONS(1430),
    [anon_sym_private] = ACTIONS(1430),
    [anon_sym_extern] = ACTIONS(1430),
    [anon_sym_inline] = ACTIONS(1430),
    [anon_sym_overload] = ACTIONS(1430),
    [anon_sym_override] = ACTIONS(1430),
    [anon_sym_final] = ACTIONS(1430),
    [anon_sym_class] = ACTIONS(1430),
    [anon_sym_interface] = ACTIONS(1430),
    [anon_sym_typedef] = ACTIONS(1430),
    [anon_sym_function] = ACTIONS(1430),
    [anon_sym_var] = ACTIONS(1430),
    [aux_sym_integer_token1] = ACTIONS(1430),
    [aux_sym_integer_token2] = ACTIONS(1428),
    [aux_sym_float_token1] = ACTIONS(1430),
    [aux_sym_float_token2] = ACTIONS(1428),
    [anon_sym_true] = ACTIONS(1430),
    [anon_sym_false] = ACTIONS(1430),
    [aux_sym_string_token1] = ACTIONS(1428),
    [aux_sym_string_token3] = ACTIONS(1428),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1428),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [272] = {
    [sym_identifier] = ACTIONS(1550),
    [anon_sym_POUND] = ACTIONS(1548),
    [anon_sym_package] = ACTIONS(1550),
    [anon_sym_DOT] = ACTIONS(1550),
    [anon_sym_import] = ACTIONS(1550),
    [anon_sym_using] = ACTIONS(1550),
    [anon_sym_throw] = ACTIONS(1550),
    [anon_sym_LPAREN] = ACTIONS(1548),
    [anon_sym_switch] = ACTIONS(1550),
    [anon_sym_LBRACE] = ACTIONS(1548),
    [anon_sym_case] = ACTIONS(1550),
    [anon_sym_default] = ACTIONS(1550),
    [anon_sym_cast] = ACTIONS(1550),
    [anon_sym_COMMA] = ACTIONS(1548),
    [anon_sym_DOLLARtype] = ACTIONS(1548),
    [anon_sym_return] = ACTIONS(1550),
    [anon_sym_untyped] = ACTIONS(1550),
    [anon_sym_break] = ACTIONS(1550),
    [anon_sym_continue] = ACTIONS(1550),
    [anon_sym_LBRACK] = ACTIONS(1548),
    [anon_sym_this] = ACTIONS(1550),
    [anon_sym_QMARK] = ACTIONS(1550),
    [anon_sym_AT] = ACTIONS(1550),
    [anon_sym_AT_COLON] = ACTIONS(1548),
    [anon_sym_if] = ACTIONS(1550),
    [anon_sym_new] = ACTIONS(1550),
    [anon_sym_TILDE] = ACTIONS(1548),
    [anon_sym_BANG] = ACTIONS(1550),
    [anon_sym_DASH] = ACTIONS(1550),
    [anon_sym_PLUS_PLUS] = ACTIONS(1548),
    [anon_sym_DASH_DASH] = ACTIONS(1548),
    [anon_sym_PERCENT] = ACTIONS(1548),
    [anon_sym_STAR] = ACTIONS(1548),
    [anon_sym_SLASH] = ACTIONS(1550),
    [anon_sym_PLUS] = ACTIONS(1550),
    [anon_sym_LT_LT] = ACTIONS(1548),
    [anon_sym_GT_GT] = ACTIONS(1550),
    [anon_sym_GT_GT_GT] = ACTIONS(1548),
    [anon_sym_AMP] = ACTIONS(1550),
    [anon_sym_PIPE] = ACTIONS(1550),
    [anon_sym_CARET] = ACTIONS(1548),
    [anon_sym_AMP_AMP] = ACTIONS(1548),
    [anon_sym_PIPE_PIPE] = ACTIONS(1548),
    [anon_sym_EQ_EQ] = ACTIONS(1548),
    [anon_sym_BANG_EQ] = ACTIONS(1548),
    [anon_sym_LT] = ACTIONS(1550),
    [anon_sym_LT_EQ] = ACTIONS(1548),
    [anon_sym_GT] = ACTIONS(1550),
    [anon_sym_GT_EQ] = ACTIONS(1548),
    [anon_sym_EQ_GT] = ACTIONS(1548),
    [anon_sym_QMARK_QMARK] = ACTIONS(1548),
    [anon_sym_EQ] = ACTIONS(1550),
    [sym__rangeOperator] = ACTIONS(1548),
    [anon_sym_null] = ACTIONS(1550),
    [anon_sym_macro] = ACTIONS(1550),
    [anon_sym_abstract] = ACTIONS(1550),
    [anon_sym_static] = ACTIONS(1550),
    [anon_sym_public] = ACTIONS(1550),
    [anon_sym_private] = ACTIONS(1550),
    [anon_sym_extern] = ACTIONS(1550),
    [anon_sym_inline] = ACTIONS(1550),
    [anon_sym_overload] = ACTIONS(1550),
    [anon_sym_override] = ACTIONS(1550),
    [anon_sym_final] = ACTIONS(1550),
    [anon_sym_class] = ACTIONS(1550),
    [anon_sym_interface] = ACTIONS(1550),
    [anon_sym_typedef] = ACTIONS(1550),
    [anon_sym_function] = ACTIONS(1550),
    [anon_sym_var] = ACTIONS(1550),
    [aux_sym_integer_token1] = ACTIONS(1550),
    [aux_sym_integer_token2] = ACTIONS(1548),
    [aux_sym_float_token1] = ACTIONS(1550),
    [aux_sym_float_token2] = ACTIONS(1548),
    [anon_sym_true] = ACTIONS(1550),
    [anon_sym_false] = ACTIONS(1550),
    [aux_sym_string_token1] = ACTIONS(1548),
    [aux_sym_string_token3] = ACTIONS(1548),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1548),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [273] = {
    [sym_identifier] = ACTIONS(1434),
    [anon_sym_POUND] = ACTIONS(1432),
    [anon_sym_package] = ACTIONS(1434),
    [anon_sym_DOT] = ACTIONS(1434),
    [anon_sym_import] = ACTIONS(1434),
    [anon_sym_using] = ACTIONS(1434),
    [anon_sym_throw] = ACTIONS(1434),
    [anon_sym_LPAREN] = ACTIONS(1432),
    [anon_sym_switch] = ACTIONS(1434),
    [anon_sym_LBRACE] = ACTIONS(1432),
    [anon_sym_case] = ACTIONS(1434),
    [anon_sym_default] = ACTIONS(1434),
    [anon_sym_cast] = ACTIONS(1434),
    [anon_sym_COMMA] = ACTIONS(1432),
    [anon_sym_DOLLARtype] = ACTIONS(1432),
    [anon_sym_return] = ACTIONS(1434),
    [anon_sym_untyped] = ACTIONS(1434),
    [anon_sym_break] = ACTIONS(1434),
    [anon_sym_continue] = ACTIONS(1434),
    [anon_sym_LBRACK] = ACTIONS(1432),
    [anon_sym_this] = ACTIONS(1434),
    [anon_sym_QMARK] = ACTIONS(1434),
    [anon_sym_AT] = ACTIONS(1434),
    [anon_sym_AT_COLON] = ACTIONS(1432),
    [anon_sym_if] = ACTIONS(1434),
    [anon_sym_new] = ACTIONS(1434),
    [anon_sym_TILDE] = ACTIONS(1432),
    [anon_sym_BANG] = ACTIONS(1434),
    [anon_sym_DASH] = ACTIONS(1434),
    [anon_sym_PLUS_PLUS] = ACTIONS(1432),
    [anon_sym_DASH_DASH] = ACTIONS(1432),
    [anon_sym_PERCENT] = ACTIONS(1432),
    [anon_sym_STAR] = ACTIONS(1432),
    [anon_sym_SLASH] = ACTIONS(1434),
    [anon_sym_PLUS] = ACTIONS(1434),
    [anon_sym_LT_LT] = ACTIONS(1432),
    [anon_sym_GT_GT] = ACTIONS(1434),
    [anon_sym_GT_GT_GT] = ACTIONS(1432),
    [anon_sym_AMP] = ACTIONS(1434),
    [anon_sym_PIPE] = ACTIONS(1434),
    [anon_sym_CARET] = ACTIONS(1432),
    [anon_sym_AMP_AMP] = ACTIONS(1432),
    [anon_sym_PIPE_PIPE] = ACTIONS(1432),
    [anon_sym_EQ_EQ] = ACTIONS(1432),
    [anon_sym_BANG_EQ] = ACTIONS(1432),
    [anon_sym_LT] = ACTIONS(1434),
    [anon_sym_LT_EQ] = ACTIONS(1432),
    [anon_sym_GT] = ACTIONS(1434),
    [anon_sym_GT_EQ] = ACTIONS(1432),
    [anon_sym_EQ_GT] = ACTIONS(1432),
    [anon_sym_QMARK_QMARK] = ACTIONS(1432),
    [anon_sym_EQ] = ACTIONS(1434),
    [sym__rangeOperator] = ACTIONS(1432),
    [anon_sym_null] = ACTIONS(1434),
    [anon_sym_macro] = ACTIONS(1434),
    [anon_sym_abstract] = ACTIONS(1434),
    [anon_sym_static] = ACTIONS(1434),
    [anon_sym_public] = ACTIONS(1434),
    [anon_sym_private] = ACTIONS(1434),
    [anon_sym_extern] = ACTIONS(1434),
    [anon_sym_inline] = ACTIONS(1434),
    [anon_sym_overload] = ACTIONS(1434),
    [anon_sym_override] = ACTIONS(1434),
    [anon_sym_final] = ACTIONS(1434),
    [anon_sym_class] = ACTIONS(1434),
    [anon_sym_interface] = ACTIONS(1434),
    [anon_sym_typedef] = ACTIONS(1434),
    [anon_sym_function] = ACTIONS(1434),
    [anon_sym_var] = ACTIONS(1434),
    [aux_sym_integer_token1] = ACTIONS(1434),
    [aux_sym_integer_token2] = ACTIONS(1432),
    [aux_sym_float_token1] = ACTIONS(1434),
    [aux_sym_float_token2] = ACTIONS(1432),
    [anon_sym_true] = ACTIONS(1434),
    [anon_sym_false] = ACTIONS(1434),
    [aux_sym_string_token1] = ACTIONS(1432),
    [aux_sym_string_token3] = ACTIONS(1432),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1432),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [274] = {
    [sym_identifier] = ACTIONS(544),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(542),
    [anon_sym_case] = ACTIONS(544),
    [anon_sym_default] = ACTIONS(544),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_COMMA] = ACTIONS(542),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(542),
    [anon_sym_this] = ACTIONS(544),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(544),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(544),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(544),
    [aux_sym_integer_token2] = ACTIONS(542),
    [aux_sym_float_token1] = ACTIONS(544),
    [aux_sym_float_token2] = ACTIONS(542),
    [anon_sym_true] = ACTIONS(544),
    [anon_sym_false] = ACTIONS(544),
    [aux_sym_string_token1] = ACTIONS(542),
    [aux_sym_string_token3] = ACTIONS(542),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(542),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [275] = {
    [sym_identifier] = ACTIONS(1580),
    [anon_sym_POUND] = ACTIONS(1578),
    [anon_sym_package] = ACTIONS(1580),
    [anon_sym_DOT] = ACTIONS(1580),
    [anon_sym_import] = ACTIONS(1580),
    [anon_sym_using] = ACTIONS(1580),
    [anon_sym_throw] = ACTIONS(1580),
    [anon_sym_LPAREN] = ACTIONS(1578),
    [anon_sym_switch] = ACTIONS(1580),
    [anon_sym_LBRACE] = ACTIONS(1578),
    [anon_sym_case] = ACTIONS(1580),
    [anon_sym_default] = ACTIONS(1580),
    [anon_sym_cast] = ACTIONS(1580),
    [anon_sym_COMMA] = ACTIONS(1578),
    [anon_sym_DOLLARtype] = ACTIONS(1578),
    [anon_sym_return] = ACTIONS(1580),
    [anon_sym_untyped] = ACTIONS(1580),
    [anon_sym_break] = ACTIONS(1580),
    [anon_sym_continue] = ACTIONS(1580),
    [anon_sym_LBRACK] = ACTIONS(1578),
    [anon_sym_this] = ACTIONS(1580),
    [anon_sym_QMARK] = ACTIONS(1580),
    [anon_sym_AT] = ACTIONS(1580),
    [anon_sym_AT_COLON] = ACTIONS(1578),
    [anon_sym_if] = ACTIONS(1580),
    [anon_sym_new] = ACTIONS(1580),
    [anon_sym_TILDE] = ACTIONS(1578),
    [anon_sym_BANG] = ACTIONS(1580),
    [anon_sym_DASH] = ACTIONS(1580),
    [anon_sym_PLUS_PLUS] = ACTIONS(1578),
    [anon_sym_DASH_DASH] = ACTIONS(1578),
    [anon_sym_PERCENT] = ACTIONS(1578),
    [anon_sym_STAR] = ACTIONS(1578),
    [anon_sym_SLASH] = ACTIONS(1580),
    [anon_sym_PLUS] = ACTIONS(1580),
    [anon_sym_LT_LT] = ACTIONS(1578),
    [anon_sym_GT_GT] = ACTIONS(1580),
    [anon_sym_GT_GT_GT] = ACTIONS(1578),
    [anon_sym_AMP] = ACTIONS(1580),
    [anon_sym_PIPE] = ACTIONS(1580),
    [anon_sym_CARET] = ACTIONS(1578),
    [anon_sym_AMP_AMP] = ACTIONS(1578),
    [anon_sym_PIPE_PIPE] = ACTIONS(1578),
    [anon_sym_EQ_EQ] = ACTIONS(1578),
    [anon_sym_BANG_EQ] = ACTIONS(1578),
    [anon_sym_LT] = ACTIONS(1580),
    [anon_sym_LT_EQ] = ACTIONS(1578),
    [anon_sym_GT] = ACTIONS(1580),
    [anon_sym_GT_EQ] = ACTIONS(1578),
    [anon_sym_EQ_GT] = ACTIONS(1578),
    [anon_sym_QMARK_QMARK] = ACTIONS(1578),
    [anon_sym_EQ] = ACTIONS(1580),
    [sym__rangeOperator] = ACTIONS(1578),
    [anon_sym_null] = ACTIONS(1580),
    [anon_sym_macro] = ACTIONS(1580),
    [anon_sym_abstract] = ACTIONS(1580),
    [anon_sym_static] = ACTIONS(1580),
    [anon_sym_public] = ACTIONS(1580),
    [anon_sym_private] = ACTIONS(1580),
    [anon_sym_extern] = ACTIONS(1580),
    [anon_sym_inline] = ACTIONS(1580),
    [anon_sym_overload] = ACTIONS(1580),
    [anon_sym_override] = ACTIONS(1580),
    [anon_sym_final] = ACTIONS(1580),
    [anon_sym_class] = ACTIONS(1580),
    [anon_sym_interface] = ACTIONS(1580),
    [anon_sym_typedef] = ACTIONS(1580),
    [anon_sym_function] = ACTIONS(1580),
    [anon_sym_var] = ACTIONS(1580),
    [aux_sym_integer_token1] = ACTIONS(1580),
    [aux_sym_integer_token2] = ACTIONS(1578),
    [aux_sym_float_token1] = ACTIONS(1580),
    [aux_sym_float_token2] = ACTIONS(1578),
    [anon_sym_true] = ACTIONS(1580),
    [anon_sym_false] = ACTIONS(1580),
    [aux_sym_string_token1] = ACTIONS(1578),
    [aux_sym_string_token3] = ACTIONS(1578),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1578),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [276] = {
    [sym_identifier] = ACTIONS(1516),
    [anon_sym_POUND] = ACTIONS(1514),
    [anon_sym_package] = ACTIONS(1516),
    [anon_sym_DOT] = ACTIONS(1516),
    [anon_sym_import] = ACTIONS(1516),
    [anon_sym_using] = ACTIONS(1516),
    [anon_sym_throw] = ACTIONS(1516),
    [anon_sym_LPAREN] = ACTIONS(1514),
    [anon_sym_switch] = ACTIONS(1516),
    [anon_sym_LBRACE] = ACTIONS(1514),
    [anon_sym_case] = ACTIONS(1516),
    [anon_sym_default] = ACTIONS(1516),
    [anon_sym_cast] = ACTIONS(1516),
    [anon_sym_COMMA] = ACTIONS(1514),
    [anon_sym_DOLLARtype] = ACTIONS(1514),
    [anon_sym_return] = ACTIONS(1516),
    [anon_sym_untyped] = ACTIONS(1516),
    [anon_sym_break] = ACTIONS(1516),
    [anon_sym_continue] = ACTIONS(1516),
    [anon_sym_LBRACK] = ACTIONS(1514),
    [anon_sym_this] = ACTIONS(1516),
    [anon_sym_QMARK] = ACTIONS(1516),
    [anon_sym_AT] = ACTIONS(1516),
    [anon_sym_AT_COLON] = ACTIONS(1514),
    [anon_sym_if] = ACTIONS(1516),
    [anon_sym_new] = ACTIONS(1516),
    [anon_sym_TILDE] = ACTIONS(1514),
    [anon_sym_BANG] = ACTIONS(1516),
    [anon_sym_DASH] = ACTIONS(1516),
    [anon_sym_PLUS_PLUS] = ACTIONS(1514),
    [anon_sym_DASH_DASH] = ACTIONS(1514),
    [anon_sym_PERCENT] = ACTIONS(1514),
    [anon_sym_STAR] = ACTIONS(1514),
    [anon_sym_SLASH] = ACTIONS(1516),
    [anon_sym_PLUS] = ACTIONS(1516),
    [anon_sym_LT_LT] = ACTIONS(1514),
    [anon_sym_GT_GT] = ACTIONS(1516),
    [anon_sym_GT_GT_GT] = ACTIONS(1514),
    [anon_sym_AMP] = ACTIONS(1516),
    [anon_sym_PIPE] = ACTIONS(1516),
    [anon_sym_CARET] = ACTIONS(1514),
    [anon_sym_AMP_AMP] = ACTIONS(1514),
    [anon_sym_PIPE_PIPE] = ACTIONS(1514),
    [anon_sym_EQ_EQ] = ACTIONS(1514),
    [anon_sym_BANG_EQ] = ACTIONS(1514),
    [anon_sym_LT] = ACTIONS(1516),
    [anon_sym_LT_EQ] = ACTIONS(1514),
    [anon_sym_GT] = ACTIONS(1516),
    [anon_sym_GT_EQ] = ACTIONS(1514),
    [anon_sym_EQ_GT] = ACTIONS(1514),
    [anon_sym_QMARK_QMARK] = ACTIONS(1514),
    [anon_sym_EQ] = ACTIONS(1516),
    [sym__rangeOperator] = ACTIONS(1514),
    [anon_sym_null] = ACTIONS(1516),
    [anon_sym_macro] = ACTIONS(1516),
    [anon_sym_abstract] = ACTIONS(1516),
    [anon_sym_static] = ACTIONS(1516),
    [anon_sym_public] = ACTIONS(1516),
    [anon_sym_private] = ACTIONS(1516),
    [anon_sym_extern] = ACTIONS(1516),
    [anon_sym_inline] = ACTIONS(1516),
    [anon_sym_overload] = ACTIONS(1516),
    [anon_sym_override] = ACTIONS(1516),
    [anon_sym_final] = ACTIONS(1516),
    [anon_sym_class] = ACTIONS(1516),
    [anon_sym_interface] = ACTIONS(1516),
    [anon_sym_typedef] = ACTIONS(1516),
    [anon_sym_function] = ACTIONS(1516),
    [anon_sym_var] = ACTIONS(1516),
    [aux_sym_integer_token1] = ACTIONS(1516),
    [aux_sym_integer_token2] = ACTIONS(1514),
    [aux_sym_float_token1] = ACTIONS(1516),
    [aux_sym_float_token2] = ACTIONS(1514),
    [anon_sym_true] = ACTIONS(1516),
    [anon_sym_false] = ACTIONS(1516),
    [aux_sym_string_token1] = ACTIONS(1514),
    [aux_sym_string_token3] = ACTIONS(1514),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1514),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [277] = {
    [sym_identifier] = ACTIONS(1473),
    [anon_sym_POUND] = ACTIONS(1470),
    [anon_sym_package] = ACTIONS(1473),
    [anon_sym_DOT] = ACTIONS(1473),
    [anon_sym_import] = ACTIONS(1473),
    [anon_sym_using] = ACTIONS(1473),
    [anon_sym_throw] = ACTIONS(1473),
    [anon_sym_LPAREN] = ACTIONS(1470),
    [anon_sym_switch] = ACTIONS(1473),
    [anon_sym_LBRACE] = ACTIONS(1470),
    [anon_sym_case] = ACTIONS(1473),
    [anon_sym_default] = ACTIONS(1473),
    [anon_sym_cast] = ACTIONS(1473),
    [anon_sym_COMMA] = ACTIONS(1470),
    [anon_sym_DOLLARtype] = ACTIONS(1470),
    [anon_sym_return] = ACTIONS(1473),
    [anon_sym_untyped] = ACTIONS(1473),
    [anon_sym_break] = ACTIONS(1473),
    [anon_sym_continue] = ACTIONS(1473),
    [anon_sym_LBRACK] = ACTIONS(1470),
    [anon_sym_this] = ACTIONS(1473),
    [anon_sym_QMARK] = ACTIONS(1473),
    [anon_sym_AT] = ACTIONS(1473),
    [anon_sym_AT_COLON] = ACTIONS(1470),
    [anon_sym_if] = ACTIONS(1473),
    [anon_sym_new] = ACTIONS(1473),
    [anon_sym_TILDE] = ACTIONS(1470),
    [anon_sym_BANG] = ACTIONS(1473),
    [anon_sym_DASH] = ACTIONS(1473),
    [anon_sym_PLUS_PLUS] = ACTIONS(1470),
    [anon_sym_DASH_DASH] = ACTIONS(1470),
    [anon_sym_PERCENT] = ACTIONS(1470),
    [anon_sym_STAR] = ACTIONS(1470),
    [anon_sym_SLASH] = ACTIONS(1473),
    [anon_sym_PLUS] = ACTIONS(1473),
    [anon_sym_LT_LT] = ACTIONS(1470),
    [anon_sym_GT_GT] = ACTIONS(1473),
    [anon_sym_GT_GT_GT] = ACTIONS(1470),
    [anon_sym_AMP] = ACTIONS(1473),
    [anon_sym_PIPE] = ACTIONS(1473),
    [anon_sym_CARET] = ACTIONS(1470),
    [anon_sym_AMP_AMP] = ACTIONS(1470),
    [anon_sym_PIPE_PIPE] = ACTIONS(1470),
    [anon_sym_EQ_EQ] = ACTIONS(1470),
    [anon_sym_BANG_EQ] = ACTIONS(1470),
    [anon_sym_LT] = ACTIONS(1473),
    [anon_sym_LT_EQ] = ACTIONS(1470),
    [anon_sym_GT] = ACTIONS(1473),
    [anon_sym_GT_EQ] = ACTIONS(1470),
    [anon_sym_EQ_GT] = ACTIONS(1470),
    [anon_sym_QMARK_QMARK] = ACTIONS(1470),
    [anon_sym_EQ] = ACTIONS(1473),
    [sym__rangeOperator] = ACTIONS(1470),
    [anon_sym_null] = ACTIONS(1473),
    [anon_sym_macro] = ACTIONS(1473),
    [anon_sym_abstract] = ACTIONS(1473),
    [anon_sym_static] = ACTIONS(1473),
    [anon_sym_public] = ACTIONS(1473),
    [anon_sym_private] = ACTIONS(1473),
    [anon_sym_extern] = ACTIONS(1473),
    [anon_sym_inline] = ACTIONS(1473),
    [anon_sym_overload] = ACTIONS(1473),
    [anon_sym_override] = ACTIONS(1473),
    [anon_sym_final] = ACTIONS(1473),
    [anon_sym_class] = ACTIONS(1473),
    [anon_sym_interface] = ACTIONS(1473),
    [anon_sym_typedef] = ACTIONS(1473),
    [anon_sym_function] = ACTIONS(1473),
    [anon_sym_var] = ACTIONS(1473),
    [aux_sym_integer_token1] = ACTIONS(1473),
    [aux_sym_integer_token2] = ACTIONS(1470),
    [aux_sym_float_token1] = ACTIONS(1473),
    [aux_sym_float_token2] = ACTIONS(1470),
    [anon_sym_true] = ACTIONS(1473),
    [anon_sym_false] = ACTIONS(1473),
    [aux_sym_string_token1] = ACTIONS(1470),
    [aux_sym_string_token3] = ACTIONS(1470),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1470),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [278] = {
    [sym_identifier] = ACTIONS(1422),
    [anon_sym_POUND] = ACTIONS(1420),
    [anon_sym_package] = ACTIONS(1422),
    [anon_sym_DOT] = ACTIONS(1422),
    [anon_sym_import] = ACTIONS(1422),
    [anon_sym_using] = ACTIONS(1422),
    [anon_sym_throw] = ACTIONS(1422),
    [anon_sym_LPAREN] = ACTIONS(1420),
    [anon_sym_switch] = ACTIONS(1422),
    [anon_sym_LBRACE] = ACTIONS(1420),
    [anon_sym_case] = ACTIONS(1422),
    [anon_sym_default] = ACTIONS(1422),
    [anon_sym_cast] = ACTIONS(1422),
    [anon_sym_COMMA] = ACTIONS(1420),
    [anon_sym_DOLLARtype] = ACTIONS(1420),
    [anon_sym_return] = ACTIONS(1422),
    [anon_sym_untyped] = ACTIONS(1422),
    [anon_sym_break] = ACTIONS(1422),
    [anon_sym_continue] = ACTIONS(1422),
    [anon_sym_LBRACK] = ACTIONS(1420),
    [anon_sym_this] = ACTIONS(1422),
    [anon_sym_QMARK] = ACTIONS(1422),
    [anon_sym_AT] = ACTIONS(1422),
    [anon_sym_AT_COLON] = ACTIONS(1420),
    [anon_sym_if] = ACTIONS(1422),
    [anon_sym_new] = ACTIONS(1422),
    [anon_sym_TILDE] = ACTIONS(1420),
    [anon_sym_BANG] = ACTIONS(1422),
    [anon_sym_DASH] = ACTIONS(1422),
    [anon_sym_PLUS_PLUS] = ACTIONS(1420),
    [anon_sym_DASH_DASH] = ACTIONS(1420),
    [anon_sym_PERCENT] = ACTIONS(1420),
    [anon_sym_STAR] = ACTIONS(1420),
    [anon_sym_SLASH] = ACTIONS(1422),
    [anon_sym_PLUS] = ACTIONS(1422),
    [anon_sym_LT_LT] = ACTIONS(1420),
    [anon_sym_GT_GT] = ACTIONS(1422),
    [anon_sym_GT_GT_GT] = ACTIONS(1420),
    [anon_sym_AMP] = ACTIONS(1422),
    [anon_sym_PIPE] = ACTIONS(1422),
    [anon_sym_CARET] = ACTIONS(1420),
    [anon_sym_AMP_AMP] = ACTIONS(1420),
    [anon_sym_PIPE_PIPE] = ACTIONS(1420),
    [anon_sym_EQ_EQ] = ACTIONS(1420),
    [anon_sym_BANG_EQ] = ACTIONS(1420),
    [anon_sym_LT] = ACTIONS(1422),
    [anon_sym_LT_EQ] = ACTIONS(1420),
    [anon_sym_GT] = ACTIONS(1422),
    [anon_sym_GT_EQ] = ACTIONS(1420),
    [anon_sym_EQ_GT] = ACTIONS(1420),
    [anon_sym_QMARK_QMARK] = ACTIONS(1420),
    [anon_sym_EQ] = ACTIONS(1422),
    [sym__rangeOperator] = ACTIONS(1420),
    [anon_sym_null] = ACTIONS(1422),
    [anon_sym_macro] = ACTIONS(1422),
    [anon_sym_abstract] = ACTIONS(1422),
    [anon_sym_static] = ACTIONS(1422),
    [anon_sym_public] = ACTIONS(1422),
    [anon_sym_private] = ACTIONS(1422),
    [anon_sym_extern] = ACTIONS(1422),
    [anon_sym_inline] = ACTIONS(1422),
    [anon_sym_overload] = ACTIONS(1422),
    [anon_sym_override] = ACTIONS(1422),
    [anon_sym_final] = ACTIONS(1422),
    [anon_sym_class] = ACTIONS(1422),
    [anon_sym_interface] = ACTIONS(1422),
    [anon_sym_typedef] = ACTIONS(1422),
    [anon_sym_function] = ACTIONS(1422),
    [anon_sym_var] = ACTIONS(1422),
    [aux_sym_integer_token1] = ACTIONS(1422),
    [aux_sym_integer_token2] = ACTIONS(1420),
    [aux_sym_float_token1] = ACTIONS(1422),
    [aux_sym_float_token2] = ACTIONS(1420),
    [anon_sym_true] = ACTIONS(1422),
    [anon_sym_false] = ACTIONS(1422),
    [aux_sym_string_token1] = ACTIONS(1420),
    [aux_sym_string_token3] = ACTIONS(1420),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1420),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [279] = {
    [sym_identifier] = ACTIONS(544),
    [anon_sym_POUND] = ACTIONS(542),
    [anon_sym_package] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_import] = ACTIONS(544),
    [anon_sym_using] = ACTIONS(544),
    [anon_sym_throw] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(542),
    [anon_sym_case] = ACTIONS(544),
    [anon_sym_default] = ACTIONS(544),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_COMMA] = ACTIONS(542),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(1594),
    [anon_sym_this] = ACTIONS(544),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_AT] = ACTIONS(544),
    [anon_sym_AT_COLON] = ACTIONS(542),
    [anon_sym_if] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(544),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(544),
    [anon_sym_macro] = ACTIONS(544),
    [anon_sym_abstract] = ACTIONS(544),
    [anon_sym_static] = ACTIONS(544),
    [anon_sym_public] = ACTIONS(544),
    [anon_sym_private] = ACTIONS(544),
    [anon_sym_extern] = ACTIONS(544),
    [anon_sym_inline] = ACTIONS(544),
    [anon_sym_overload] = ACTIONS(544),
    [anon_sym_override] = ACTIONS(544),
    [anon_sym_final] = ACTIONS(544),
    [anon_sym_class] = ACTIONS(544),
    [anon_sym_interface] = ACTIONS(544),
    [anon_sym_typedef] = ACTIONS(544),
    [anon_sym_function] = ACTIONS(544),
    [anon_sym_var] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(544),
    [aux_sym_integer_token2] = ACTIONS(542),
    [aux_sym_float_token1] = ACTIONS(544),
    [aux_sym_float_token2] = ACTIONS(542),
    [anon_sym_true] = ACTIONS(544),
    [anon_sym_false] = ACTIONS(544),
    [aux_sym_string_token1] = ACTIONS(542),
    [aux_sym_string_token3] = ACTIONS(542),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(542),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [280] = {
    [sym_identifier] = ACTIONS(1466),
    [anon_sym_POUND] = ACTIONS(1464),
    [anon_sym_package] = ACTIONS(1466),
    [anon_sym_DOT] = ACTIONS(1466),
    [anon_sym_import] = ACTIONS(1466),
    [anon_sym_using] = ACTIONS(1466),
    [anon_sym_throw] = ACTIONS(1466),
    [anon_sym_LPAREN] = ACTIONS(1464),
    [anon_sym_switch] = ACTIONS(1466),
    [anon_sym_LBRACE] = ACTIONS(1464),
    [anon_sym_case] = ACTIONS(1466),
    [anon_sym_default] = ACTIONS(1466),
    [anon_sym_cast] = ACTIONS(1466),
    [anon_sym_COMMA] = ACTIONS(1464),
    [anon_sym_DOLLARtype] = ACTIONS(1464),
    [anon_sym_return] = ACTIONS(1466),
    [anon_sym_untyped] = ACTIONS(1466),
    [anon_sym_break] = ACTIONS(1466),
    [anon_sym_continue] = ACTIONS(1466),
    [anon_sym_LBRACK] = ACTIONS(1464),
    [anon_sym_this] = ACTIONS(1466),
    [anon_sym_QMARK] = ACTIONS(1466),
    [anon_sym_AT] = ACTIONS(1466),
    [anon_sym_AT_COLON] = ACTIONS(1464),
    [anon_sym_if] = ACTIONS(1466),
    [anon_sym_new] = ACTIONS(1466),
    [anon_sym_TILDE] = ACTIONS(1464),
    [anon_sym_BANG] = ACTIONS(1466),
    [anon_sym_DASH] = ACTIONS(1466),
    [anon_sym_PLUS_PLUS] = ACTIONS(1464),
    [anon_sym_DASH_DASH] = ACTIONS(1464),
    [anon_sym_PERCENT] = ACTIONS(1464),
    [anon_sym_STAR] = ACTIONS(1464),
    [anon_sym_SLASH] = ACTIONS(1466),
    [anon_sym_PLUS] = ACTIONS(1466),
    [anon_sym_LT_LT] = ACTIONS(1464),
    [anon_sym_GT_GT] = ACTIONS(1466),
    [anon_sym_GT_GT_GT] = ACTIONS(1464),
    [anon_sym_AMP] = ACTIONS(1466),
    [anon_sym_PIPE] = ACTIONS(1466),
    [anon_sym_CARET] = ACTIONS(1464),
    [anon_sym_AMP_AMP] = ACTIONS(1464),
    [anon_sym_PIPE_PIPE] = ACTIONS(1464),
    [anon_sym_EQ_EQ] = ACTIONS(1464),
    [anon_sym_BANG_EQ] = ACTIONS(1464),
    [anon_sym_LT] = ACTIONS(1466),
    [anon_sym_LT_EQ] = ACTIONS(1464),
    [anon_sym_GT] = ACTIONS(1466),
    [anon_sym_GT_EQ] = ACTIONS(1464),
    [anon_sym_EQ_GT] = ACTIONS(1464),
    [anon_sym_QMARK_QMARK] = ACTIONS(1464),
    [anon_sym_EQ] = ACTIONS(1466),
    [sym__rangeOperator] = ACTIONS(1464),
    [anon_sym_null] = ACTIONS(1466),
    [anon_sym_macro] = ACTIONS(1466),
    [anon_sym_abstract] = ACTIONS(1466),
    [anon_sym_static] = ACTIONS(1466),
    [anon_sym_public] = ACTIONS(1466),
    [anon_sym_private] = ACTIONS(1466),
    [anon_sym_extern] = ACTIONS(1466),
    [anon_sym_inline] = ACTIONS(1466),
    [anon_sym_overload] = ACTIONS(1466),
    [anon_sym_override] = ACTIONS(1466),
    [anon_sym_final] = ACTIONS(1466),
    [anon_sym_class] = ACTIONS(1466),
    [anon_sym_interface] = ACTIONS(1466),
    [anon_sym_typedef] = ACTIONS(1466),
    [anon_sym_function] = ACTIONS(1466),
    [anon_sym_var] = ACTIONS(1466),
    [aux_sym_integer_token1] = ACTIONS(1466),
    [aux_sym_integer_token2] = ACTIONS(1464),
    [aux_sym_float_token1] = ACTIONS(1466),
    [aux_sym_float_token2] = ACTIONS(1464),
    [anon_sym_true] = ACTIONS(1466),
    [anon_sym_false] = ACTIONS(1466),
    [aux_sym_string_token1] = ACTIONS(1464),
    [aux_sym_string_token3] = ACTIONS(1464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1464),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [281] = {
    [sym_identifier] = ACTIONS(592),
    [anon_sym_POUND] = ACTIONS(594),
    [anon_sym_package] = ACTIONS(592),
    [anon_sym_DOT] = ACTIONS(592),
    [anon_sym_import] = ACTIONS(592),
    [anon_sym_using] = ACTIONS(592),
    [anon_sym_throw] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_case] = ACTIONS(592),
    [anon_sym_default] = ACTIONS(592),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_COMMA] = ACTIONS(594),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_QMARK] = ACTIONS(592),
    [anon_sym_AT] = ACTIONS(592),
    [anon_sym_AT_COLON] = ACTIONS(594),
    [anon_sym_if] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(594),
    [anon_sym_BANG] = ACTIONS(592),
    [anon_sym_DASH] = ACTIONS(592),
    [anon_sym_PLUS_PLUS] = ACTIONS(594),
    [anon_sym_DASH_DASH] = ACTIONS(594),
    [anon_sym_PERCENT] = ACTIONS(594),
    [anon_sym_STAR] = ACTIONS(594),
    [anon_sym_SLASH] = ACTIONS(592),
    [anon_sym_PLUS] = ACTIONS(592),
    [anon_sym_LT_LT] = ACTIONS(594),
    [anon_sym_GT_GT] = ACTIONS(592),
    [anon_sym_GT_GT_GT] = ACTIONS(594),
    [anon_sym_AMP] = ACTIONS(592),
    [anon_sym_PIPE] = ACTIONS(592),
    [anon_sym_CARET] = ACTIONS(594),
    [anon_sym_AMP_AMP] = ACTIONS(594),
    [anon_sym_PIPE_PIPE] = ACTIONS(594),
    [anon_sym_EQ_EQ] = ACTIONS(594),
    [anon_sym_BANG_EQ] = ACTIONS(594),
    [anon_sym_LT] = ACTIONS(592),
    [anon_sym_LT_EQ] = ACTIONS(594),
    [anon_sym_GT] = ACTIONS(592),
    [anon_sym_GT_EQ] = ACTIONS(594),
    [anon_sym_EQ_GT] = ACTIONS(594),
    [anon_sym_QMARK_QMARK] = ACTIONS(594),
    [anon_sym_EQ] = ACTIONS(592),
    [sym__rangeOperator] = ACTIONS(594),
    [anon_sym_null] = ACTIONS(592),
    [anon_sym_macro] = ACTIONS(592),
    [anon_sym_abstract] = ACTIONS(592),
    [anon_sym_static] = ACTIONS(592),
    [anon_sym_public] = ACTIONS(592),
    [anon_sym_private] = ACTIONS(592),
    [anon_sym_extern] = ACTIONS(592),
    [anon_sym_inline] = ACTIONS(592),
    [anon_sym_overload] = ACTIONS(592),
    [anon_sym_override] = ACTIONS(592),
    [anon_sym_final] = ACTIONS(592),
    [anon_sym_class] = ACTIONS(592),
    [anon_sym_interface] = ACTIONS(592),
    [anon_sym_typedef] = ACTIONS(592),
    [anon_sym_function] = ACTIONS(592),
    [anon_sym_var] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(594),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [282] = {
    [sym_identifier] = ACTIONS(580),
    [anon_sym_POUND] = ACTIONS(578),
    [anon_sym_package] = ACTIONS(580),
    [anon_sym_DOT] = ACTIONS(580),
    [anon_sym_import] = ACTIONS(580),
    [anon_sym_using] = ACTIONS(580),
    [anon_sym_throw] = ACTIONS(580),
    [anon_sym_LPAREN] = ACTIONS(578),
    [anon_sym_switch] = ACTIONS(580),
    [anon_sym_LBRACE] = ACTIONS(578),
    [anon_sym_case] = ACTIONS(580),
    [anon_sym_default] = ACTIONS(580),
    [anon_sym_cast] = ACTIONS(580),
    [anon_sym_COMMA] = ACTIONS(578),
    [anon_sym_DOLLARtype] = ACTIONS(578),
    [anon_sym_return] = ACTIONS(580),
    [anon_sym_untyped] = ACTIONS(580),
    [anon_sym_break] = ACTIONS(580),
    [anon_sym_continue] = ACTIONS(580),
    [anon_sym_LBRACK] = ACTIONS(578),
    [anon_sym_this] = ACTIONS(580),
    [anon_sym_QMARK] = ACTIONS(580),
    [anon_sym_AT] = ACTIONS(580),
    [anon_sym_AT_COLON] = ACTIONS(578),
    [anon_sym_if] = ACTIONS(580),
    [anon_sym_new] = ACTIONS(580),
    [anon_sym_TILDE] = ACTIONS(578),
    [anon_sym_BANG] = ACTIONS(580),
    [anon_sym_DASH] = ACTIONS(580),
    [anon_sym_PLUS_PLUS] = ACTIONS(578),
    [anon_sym_DASH_DASH] = ACTIONS(578),
    [anon_sym_PERCENT] = ACTIONS(578),
    [anon_sym_STAR] = ACTIONS(578),
    [anon_sym_SLASH] = ACTIONS(580),
    [anon_sym_PLUS] = ACTIONS(580),
    [anon_sym_LT_LT] = ACTIONS(578),
    [anon_sym_GT_GT] = ACTIONS(580),
    [anon_sym_GT_GT_GT] = ACTIONS(578),
    [anon_sym_AMP] = ACTIONS(580),
    [anon_sym_PIPE] = ACTIONS(580),
    [anon_sym_CARET] = ACTIONS(578),
    [anon_sym_AMP_AMP] = ACTIONS(578),
    [anon_sym_PIPE_PIPE] = ACTIONS(578),
    [anon_sym_EQ_EQ] = ACTIONS(578),
    [anon_sym_BANG_EQ] = ACTIONS(578),
    [anon_sym_LT] = ACTIONS(580),
    [anon_sym_LT_EQ] = ACTIONS(578),
    [anon_sym_GT] = ACTIONS(580),
    [anon_sym_GT_EQ] = ACTIONS(578),
    [anon_sym_EQ_GT] = ACTIONS(578),
    [anon_sym_QMARK_QMARK] = ACTIONS(578),
    [anon_sym_EQ] = ACTIONS(580),
    [sym__rangeOperator] = ACTIONS(578),
    [anon_sym_null] = ACTIONS(580),
    [anon_sym_macro] = ACTIONS(580),
    [anon_sym_abstract] = ACTIONS(580),
    [anon_sym_static] = ACTIONS(580),
    [anon_sym_public] = ACTIONS(580),
    [anon_sym_private] = ACTIONS(580),
    [anon_sym_extern] = ACTIONS(580),
    [anon_sym_inline] = ACTIONS(580),
    [anon_sym_overload] = ACTIONS(580),
    [anon_sym_override] = ACTIONS(580),
    [anon_sym_final] = ACTIONS(580),
    [anon_sym_class] = ACTIONS(580),
    [anon_sym_interface] = ACTIONS(580),
    [anon_sym_typedef] = ACTIONS(580),
    [anon_sym_function] = ACTIONS(580),
    [anon_sym_var] = ACTIONS(580),
    [aux_sym_integer_token1] = ACTIONS(580),
    [aux_sym_integer_token2] = ACTIONS(578),
    [aux_sym_float_token1] = ACTIONS(580),
    [aux_sym_float_token2] = ACTIONS(578),
    [anon_sym_true] = ACTIONS(580),
    [anon_sym_false] = ACTIONS(580),
    [aux_sym_string_token1] = ACTIONS(578),
    [aux_sym_string_token3] = ACTIONS(578),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(578),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [283] = {
    [sym_identifier] = ACTIONS(1596),
    [anon_sym_POUND] = ACTIONS(1598),
    [anon_sym_package] = ACTIONS(1596),
    [anon_sym_import] = ACTIONS(1596),
    [anon_sym_using] = ACTIONS(1596),
    [anon_sym_throw] = ACTIONS(1596),
    [anon_sym_LPAREN] = ACTIONS(1598),
    [anon_sym_switch] = ACTIONS(1596),
    [anon_sym_LBRACE] = ACTIONS(1598),
    [anon_sym_case] = ACTIONS(1596),
    [anon_sym_default] = ACTIONS(1596),
    [anon_sym_cast] = ACTIONS(1596),
    [anon_sym_DOLLARtype] = ACTIONS(1598),
    [anon_sym_return] = ACTIONS(1596),
    [anon_sym_untyped] = ACTIONS(1596),
    [anon_sym_break] = ACTIONS(1596),
    [anon_sym_continue] = ACTIONS(1596),
    [anon_sym_LBRACK] = ACTIONS(1598),
    [anon_sym_this] = ACTIONS(1596),
    [anon_sym_AT] = ACTIONS(1596),
    [anon_sym_AT_COLON] = ACTIONS(1598),
    [anon_sym_if] = ACTIONS(1596),
    [anon_sym_else] = ACTIONS(1596),
    [anon_sym_elseif] = ACTIONS(1598),
    [anon_sym_new] = ACTIONS(1596),
    [anon_sym_TILDE] = ACTIONS(1598),
    [anon_sym_BANG] = ACTIONS(1596),
    [anon_sym_DASH] = ACTIONS(1596),
    [anon_sym_PLUS_PLUS] = ACTIONS(1598),
    [anon_sym_DASH_DASH] = ACTIONS(1598),
    [anon_sym_PERCENT] = ACTIONS(1598),
    [anon_sym_STAR] = ACTIONS(1598),
    [anon_sym_SLASH] = ACTIONS(1596),
    [anon_sym_PLUS] = ACTIONS(1596),
    [anon_sym_LT_LT] = ACTIONS(1598),
    [anon_sym_GT_GT] = ACTIONS(1596),
    [anon_sym_GT_GT_GT] = ACTIONS(1598),
    [anon_sym_AMP] = ACTIONS(1596),
    [anon_sym_PIPE] = ACTIONS(1596),
    [anon_sym_CARET] = ACTIONS(1598),
    [anon_sym_AMP_AMP] = ACTIONS(1598),
    [anon_sym_PIPE_PIPE] = ACTIONS(1598),
    [anon_sym_EQ_EQ] = ACTIONS(1598),
    [anon_sym_BANG_EQ] = ACTIONS(1598),
    [anon_sym_LT] = ACTIONS(1596),
    [anon_sym_LT_EQ] = ACTIONS(1598),
    [anon_sym_GT] = ACTIONS(1596),
    [anon_sym_GT_EQ] = ACTIONS(1598),
    [anon_sym_EQ_GT] = ACTIONS(1598),
    [anon_sym_QMARK_QMARK] = ACTIONS(1598),
    [anon_sym_EQ] = ACTIONS(1596),
    [sym__rangeOperator] = ACTIONS(1598),
    [anon_sym_null] = ACTIONS(1596),
    [anon_sym_macro] = ACTIONS(1596),
    [anon_sym_abstract] = ACTIONS(1596),
    [anon_sym_static] = ACTIONS(1596),
    [anon_sym_public] = ACTIONS(1596),
    [anon_sym_private] = ACTIONS(1596),
    [anon_sym_extern] = ACTIONS(1596),
    [anon_sym_inline] = ACTIONS(1596),
    [anon_sym_overload] = ACTIONS(1596),
    [anon_sym_override] = ACTIONS(1596),
    [anon_sym_final] = ACTIONS(1596),
    [anon_sym_class] = ACTIONS(1596),
    [anon_sym_interface] = ACTIONS(1596),
    [anon_sym_typedef] = ACTIONS(1596),
    [anon_sym_function] = ACTIONS(1596),
    [anon_sym_var] = ACTIONS(1596),
    [aux_sym_integer_token1] = ACTIONS(1596),
    [aux_sym_integer_token2] = ACTIONS(1598),
    [aux_sym_float_token1] = ACTIONS(1596),
    [aux_sym_float_token2] = ACTIONS(1598),
    [anon_sym_true] = ACTIONS(1596),
    [anon_sym_false] = ACTIONS(1596),
    [aux_sym_string_token1] = ACTIONS(1598),
    [aux_sym_string_token3] = ACTIONS(1598),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1598),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [284] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1600),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1602),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_in] = ACTIONS(1604),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1468),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1606),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1602),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [285] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1522),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1602),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_in] = ACTIONS(1604),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1468),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1526),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1602),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [286] = {
    [sym_identifier] = ACTIONS(1520),
    [anon_sym_POUND] = ACTIONS(1518),
    [anon_sym_package] = ACTIONS(1520),
    [anon_sym_import] = ACTIONS(1520),
    [anon_sym_using] = ACTIONS(1520),
    [anon_sym_throw] = ACTIONS(1520),
    [anon_sym_LPAREN] = ACTIONS(1518),
    [anon_sym_switch] = ACTIONS(1520),
    [anon_sym_LBRACE] = ACTIONS(1518),
    [anon_sym_case] = ACTIONS(1520),
    [anon_sym_default] = ACTIONS(1520),
    [anon_sym_cast] = ACTIONS(1520),
    [anon_sym_DOLLARtype] = ACTIONS(1518),
    [anon_sym_return] = ACTIONS(1520),
    [anon_sym_untyped] = ACTIONS(1520),
    [anon_sym_break] = ACTIONS(1520),
    [anon_sym_continue] = ACTIONS(1520),
    [anon_sym_LBRACK] = ACTIONS(1518),
    [anon_sym_this] = ACTIONS(1520),
    [anon_sym_AT] = ACTIONS(1520),
    [anon_sym_AT_COLON] = ACTIONS(1518),
    [anon_sym_if] = ACTIONS(1520),
    [anon_sym_else] = ACTIONS(1520),
    [anon_sym_elseif] = ACTIONS(1518),
    [anon_sym_new] = ACTIONS(1520),
    [anon_sym_TILDE] = ACTIONS(1518),
    [anon_sym_BANG] = ACTIONS(1520),
    [anon_sym_DASH] = ACTIONS(1520),
    [anon_sym_PLUS_PLUS] = ACTIONS(1518),
    [anon_sym_DASH_DASH] = ACTIONS(1518),
    [anon_sym_PERCENT] = ACTIONS(1518),
    [anon_sym_STAR] = ACTIONS(1518),
    [anon_sym_SLASH] = ACTIONS(1520),
    [anon_sym_PLUS] = ACTIONS(1520),
    [anon_sym_LT_LT] = ACTIONS(1518),
    [anon_sym_GT_GT] = ACTIONS(1520),
    [anon_sym_GT_GT_GT] = ACTIONS(1518),
    [anon_sym_AMP] = ACTIONS(1520),
    [anon_sym_PIPE] = ACTIONS(1520),
    [anon_sym_CARET] = ACTIONS(1518),
    [anon_sym_AMP_AMP] = ACTIONS(1518),
    [anon_sym_PIPE_PIPE] = ACTIONS(1518),
    [anon_sym_EQ_EQ] = ACTIONS(1518),
    [anon_sym_BANG_EQ] = ACTIONS(1518),
    [anon_sym_LT] = ACTIONS(1520),
    [anon_sym_LT_EQ] = ACTIONS(1518),
    [anon_sym_GT] = ACTIONS(1520),
    [anon_sym_GT_EQ] = ACTIONS(1518),
    [anon_sym_EQ_GT] = ACTIONS(1518),
    [anon_sym_QMARK_QMARK] = ACTIONS(1518),
    [anon_sym_EQ] = ACTIONS(1520),
    [sym__rangeOperator] = ACTIONS(1518),
    [anon_sym_null] = ACTIONS(1520),
    [anon_sym_macro] = ACTIONS(1520),
    [anon_sym_abstract] = ACTIONS(1520),
    [anon_sym_static] = ACTIONS(1520),
    [anon_sym_public] = ACTIONS(1520),
    [anon_sym_private] = ACTIONS(1520),
    [anon_sym_extern] = ACTIONS(1520),
    [anon_sym_inline] = ACTIONS(1520),
    [anon_sym_overload] = ACTIONS(1520),
    [anon_sym_override] = ACTIONS(1520),
    [anon_sym_final] = ACTIONS(1520),
    [anon_sym_class] = ACTIONS(1520),
    [anon_sym_interface] = ACTIONS(1520),
    [anon_sym_typedef] = ACTIONS(1520),
    [anon_sym_function] = ACTIONS(1520),
    [anon_sym_var] = ACTIONS(1520),
    [aux_sym_integer_token1] = ACTIONS(1520),
    [aux_sym_integer_token2] = ACTIONS(1518),
    [aux_sym_float_token1] = ACTIONS(1520),
    [aux_sym_float_token2] = ACTIONS(1518),
    [anon_sym_true] = ACTIONS(1520),
    [anon_sym_false] = ACTIONS(1520),
    [aux_sym_string_token1] = ACTIONS(1518),
    [aux_sym_string_token3] = ACTIONS(1518),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1518),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [287] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1586),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1608),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_in] = ACTIONS(1610),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1594),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1588),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1608),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [288] = {
    [sym_identifier] = ACTIONS(1590),
    [anon_sym_POUND] = ACTIONS(1592),
    [anon_sym_package] = ACTIONS(1590),
    [anon_sym_import] = ACTIONS(1590),
    [anon_sym_using] = ACTIONS(1590),
    [anon_sym_throw] = ACTIONS(1590),
    [anon_sym_LPAREN] = ACTIONS(1592),
    [anon_sym_switch] = ACTIONS(1590),
    [anon_sym_LBRACE] = ACTIONS(1592),
    [anon_sym_case] = ACTIONS(1590),
    [anon_sym_default] = ACTIONS(1590),
    [anon_sym_cast] = ACTIONS(1590),
    [anon_sym_DOLLARtype] = ACTIONS(1592),
    [anon_sym_return] = ACTIONS(1590),
    [anon_sym_untyped] = ACTIONS(1590),
    [anon_sym_break] = ACTIONS(1590),
    [anon_sym_continue] = ACTIONS(1590),
    [anon_sym_LBRACK] = ACTIONS(1592),
    [anon_sym_this] = ACTIONS(1590),
    [anon_sym_AT] = ACTIONS(1590),
    [anon_sym_AT_COLON] = ACTIONS(1592),
    [anon_sym_if] = ACTIONS(1590),
    [anon_sym_else] = ACTIONS(1590),
    [anon_sym_elseif] = ACTIONS(1592),
    [anon_sym_new] = ACTIONS(1590),
    [anon_sym_TILDE] = ACTIONS(1592),
    [anon_sym_BANG] = ACTIONS(1590),
    [anon_sym_DASH] = ACTIONS(1590),
    [anon_sym_PLUS_PLUS] = ACTIONS(1592),
    [anon_sym_DASH_DASH] = ACTIONS(1592),
    [anon_sym_PERCENT] = ACTIONS(1592),
    [anon_sym_STAR] = ACTIONS(1592),
    [anon_sym_SLASH] = ACTIONS(1590),
    [anon_sym_PLUS] = ACTIONS(1590),
    [anon_sym_LT_LT] = ACTIONS(1592),
    [anon_sym_GT_GT] = ACTIONS(1590),
    [anon_sym_GT_GT_GT] = ACTIONS(1592),
    [anon_sym_AMP] = ACTIONS(1590),
    [anon_sym_PIPE] = ACTIONS(1590),
    [anon_sym_CARET] = ACTIONS(1592),
    [anon_sym_AMP_AMP] = ACTIONS(1592),
    [anon_sym_PIPE_PIPE] = ACTIONS(1592),
    [anon_sym_EQ_EQ] = ACTIONS(1592),
    [anon_sym_BANG_EQ] = ACTIONS(1592),
    [anon_sym_LT] = ACTIONS(1590),
    [anon_sym_LT_EQ] = ACTIONS(1592),
    [anon_sym_GT] = ACTIONS(1590),
    [anon_sym_GT_EQ] = ACTIONS(1592),
    [anon_sym_EQ_GT] = ACTIONS(1592),
    [anon_sym_QMARK_QMARK] = ACTIONS(1592),
    [anon_sym_EQ] = ACTIONS(1590),
    [sym__rangeOperator] = ACTIONS(1592),
    [anon_sym_null] = ACTIONS(1590),
    [anon_sym_macro] = ACTIONS(1590),
    [anon_sym_abstract] = ACTIONS(1590),
    [anon_sym_static] = ACTIONS(1590),
    [anon_sym_public] = ACTIONS(1590),
    [anon_sym_private] = ACTIONS(1590),
    [anon_sym_extern] = ACTIONS(1590),
    [anon_sym_inline] = ACTIONS(1590),
    [anon_sym_overload] = ACTIONS(1590),
    [anon_sym_override] = ACTIONS(1590),
    [anon_sym_final] = ACTIONS(1590),
    [anon_sym_class] = ACTIONS(1590),
    [anon_sym_interface] = ACTIONS(1590),
    [anon_sym_typedef] = ACTIONS(1590),
    [anon_sym_function] = ACTIONS(1590),
    [anon_sym_var] = ACTIONS(1590),
    [aux_sym_integer_token1] = ACTIONS(1590),
    [aux_sym_integer_token2] = ACTIONS(1592),
    [aux_sym_float_token1] = ACTIONS(1590),
    [aux_sym_float_token2] = ACTIONS(1592),
    [anon_sym_true] = ACTIONS(1590),
    [anon_sym_false] = ACTIONS(1590),
    [aux_sym_string_token1] = ACTIONS(1592),
    [aux_sym_string_token3] = ACTIONS(1592),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1592),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [289] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1612),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1608),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_in] = ACTIONS(1610),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1594),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1614),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1608),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [290] = {
    [sym_block] = STATE(379),
    [ts_builtin_sym_end] = ACTIONS(1616),
    [sym_identifier] = ACTIONS(1618),
    [anon_sym_POUND] = ACTIONS(1616),
    [anon_sym_package] = ACTIONS(1618),
    [anon_sym_import] = ACTIONS(1618),
    [anon_sym_using] = ACTIONS(1618),
    [anon_sym_throw] = ACTIONS(1618),
    [anon_sym_LPAREN] = ACTIONS(1616),
    [anon_sym_switch] = ACTIONS(1618),
    [anon_sym_LBRACE] = ACTIONS(1620),
    [anon_sym_cast] = ACTIONS(1618),
    [anon_sym_DOLLARtype] = ACTIONS(1616),
    [anon_sym_return] = ACTIONS(1618),
    [anon_sym_untyped] = ACTIONS(1618),
    [anon_sym_break] = ACTIONS(1618),
    [anon_sym_continue] = ACTIONS(1618),
    [anon_sym_LBRACK] = ACTIONS(1616),
    [anon_sym_this] = ACTIONS(1618),
    [anon_sym_AT] = ACTIONS(1618),
    [anon_sym_AT_COLON] = ACTIONS(1616),
    [anon_sym_if] = ACTIONS(1618),
    [anon_sym_else] = ACTIONS(1622),
    [anon_sym_elseif] = ACTIONS(1624),
    [anon_sym_new] = ACTIONS(1618),
    [anon_sym_TILDE] = ACTIONS(1616),
    [anon_sym_BANG] = ACTIONS(1618),
    [anon_sym_DASH] = ACTIONS(1618),
    [anon_sym_PLUS_PLUS] = ACTIONS(1616),
    [anon_sym_DASH_DASH] = ACTIONS(1616),
    [anon_sym_PERCENT] = ACTIONS(1616),
    [anon_sym_STAR] = ACTIONS(1616),
    [anon_sym_SLASH] = ACTIONS(1618),
    [anon_sym_PLUS] = ACTIONS(1618),
    [anon_sym_LT_LT] = ACTIONS(1616),
    [anon_sym_GT_GT] = ACTIONS(1618),
    [anon_sym_GT_GT_GT] = ACTIONS(1616),
    [anon_sym_AMP] = ACTIONS(1618),
    [anon_sym_PIPE] = ACTIONS(1618),
    [anon_sym_CARET] = ACTIONS(1616),
    [anon_sym_AMP_AMP] = ACTIONS(1616),
    [anon_sym_PIPE_PIPE] = ACTIONS(1616),
    [anon_sym_EQ_EQ] = ACTIONS(1616),
    [anon_sym_BANG_EQ] = ACTIONS(1616),
    [anon_sym_LT] = ACTIONS(1618),
    [anon_sym_LT_EQ] = ACTIONS(1616),
    [anon_sym_GT] = ACTIONS(1618),
    [anon_sym_GT_EQ] = ACTIONS(1616),
    [anon_sym_EQ_GT] = ACTIONS(1616),
    [anon_sym_QMARK_QMARK] = ACTIONS(1616),
    [anon_sym_EQ] = ACTIONS(1618),
    [sym__rangeOperator] = ACTIONS(1616),
    [anon_sym_null] = ACTIONS(1618),
    [anon_sym_macro] = ACTIONS(1618),
    [anon_sym_abstract] = ACTIONS(1618),
    [anon_sym_static] = ACTIONS(1618),
    [anon_sym_public] = ACTIONS(1618),
    [anon_sym_private] = ACTIONS(1618),
    [anon_sym_extern] = ACTIONS(1618),
    [anon_sym_inline] = ACTIONS(1618),
    [anon_sym_overload] = ACTIONS(1618),
    [anon_sym_override] = ACTIONS(1618),
    [anon_sym_final] = ACTIONS(1618),
    [anon_sym_class] = ACTIONS(1618),
    [anon_sym_interface] = ACTIONS(1618),
    [anon_sym_typedef] = ACTIONS(1618),
    [anon_sym_function] = ACTIONS(1618),
    [anon_sym_var] = ACTIONS(1618),
    [aux_sym_integer_token1] = ACTIONS(1618),
    [aux_sym_integer_token2] = ACTIONS(1616),
    [aux_sym_float_token1] = ACTIONS(1618),
    [aux_sym_float_token2] = ACTIONS(1616),
    [anon_sym_true] = ACTIONS(1618),
    [anon_sym_false] = ACTIONS(1618),
    [aux_sym_string_token1] = ACTIONS(1616),
    [aux_sym_string_token3] = ACTIONS(1616),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [291] = {
    [ts_builtin_sym_end] = ACTIONS(1392),
    [sym_identifier] = ACTIONS(1394),
    [anon_sym_POUND] = ACTIONS(1392),
    [anon_sym_package] = ACTIONS(1394),
    [anon_sym_DOT] = ACTIONS(1394),
    [anon_sym_import] = ACTIONS(1394),
    [anon_sym_using] = ACTIONS(1394),
    [anon_sym_throw] = ACTIONS(1394),
    [anon_sym_LPAREN] = ACTIONS(1392),
    [anon_sym_RPAREN] = ACTIONS(1392),
    [anon_sym_switch] = ACTIONS(1394),
    [anon_sym_LBRACE] = ACTIONS(1392),
    [anon_sym_cast] = ACTIONS(1394),
    [anon_sym_DOLLARtype] = ACTIONS(1392),
    [anon_sym_return] = ACTIONS(1394),
    [anon_sym_untyped] = ACTIONS(1394),
    [anon_sym_break] = ACTIONS(1394),
    [anon_sym_continue] = ACTIONS(1394),
    [anon_sym_LBRACK] = ACTIONS(1392),
    [anon_sym_this] = ACTIONS(1394),
    [anon_sym_QMARK] = ACTIONS(1394),
    [anon_sym_AT] = ACTIONS(1394),
    [anon_sym_AT_COLON] = ACTIONS(1392),
    [anon_sym_if] = ACTIONS(1394),
    [anon_sym_new] = ACTIONS(1394),
    [anon_sym_TILDE] = ACTIONS(1392),
    [anon_sym_BANG] = ACTIONS(1394),
    [anon_sym_DASH] = ACTIONS(1394),
    [anon_sym_PLUS_PLUS] = ACTIONS(1392),
    [anon_sym_DASH_DASH] = ACTIONS(1392),
    [anon_sym_PERCENT] = ACTIONS(1392),
    [anon_sym_STAR] = ACTIONS(1392),
    [anon_sym_SLASH] = ACTIONS(1394),
    [anon_sym_PLUS] = ACTIONS(1394),
    [anon_sym_LT_LT] = ACTIONS(1392),
    [anon_sym_GT_GT] = ACTIONS(1394),
    [anon_sym_GT_GT_GT] = ACTIONS(1392),
    [anon_sym_AMP] = ACTIONS(1394),
    [anon_sym_PIPE] = ACTIONS(1394),
    [anon_sym_CARET] = ACTIONS(1392),
    [anon_sym_AMP_AMP] = ACTIONS(1392),
    [anon_sym_PIPE_PIPE] = ACTIONS(1392),
    [anon_sym_EQ_EQ] = ACTIONS(1392),
    [anon_sym_BANG_EQ] = ACTIONS(1392),
    [anon_sym_LT] = ACTIONS(1394),
    [anon_sym_LT_EQ] = ACTIONS(1392),
    [anon_sym_GT] = ACTIONS(1394),
    [anon_sym_GT_EQ] = ACTIONS(1392),
    [anon_sym_EQ_GT] = ACTIONS(1392),
    [anon_sym_QMARK_QMARK] = ACTIONS(1392),
    [anon_sym_EQ] = ACTIONS(1394),
    [sym__rangeOperator] = ACTIONS(1392),
    [anon_sym_null] = ACTIONS(1394),
    [anon_sym_macro] = ACTIONS(1394),
    [anon_sym_abstract] = ACTIONS(1394),
    [anon_sym_static] = ACTIONS(1394),
    [anon_sym_public] = ACTIONS(1394),
    [anon_sym_private] = ACTIONS(1394),
    [anon_sym_extern] = ACTIONS(1394),
    [anon_sym_inline] = ACTIONS(1394),
    [anon_sym_overload] = ACTIONS(1394),
    [anon_sym_override] = ACTIONS(1394),
    [anon_sym_final] = ACTIONS(1394),
    [anon_sym_class] = ACTIONS(1394),
    [anon_sym_interface] = ACTIONS(1394),
    [anon_sym_typedef] = ACTIONS(1394),
    [anon_sym_function] = ACTIONS(1394),
    [anon_sym_var] = ACTIONS(1394),
    [aux_sym_integer_token1] = ACTIONS(1394),
    [aux_sym_integer_token2] = ACTIONS(1392),
    [aux_sym_float_token1] = ACTIONS(1394),
    [aux_sym_float_token2] = ACTIONS(1392),
    [anon_sym_true] = ACTIONS(1394),
    [anon_sym_false] = ACTIONS(1394),
    [aux_sym_string_token1] = ACTIONS(1392),
    [aux_sym_string_token3] = ACTIONS(1392),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [292] = {
    [ts_builtin_sym_end] = ACTIONS(1518),
    [sym_identifier] = ACTIONS(1520),
    [anon_sym_POUND] = ACTIONS(1518),
    [anon_sym_package] = ACTIONS(1520),
    [anon_sym_DOT] = ACTIONS(1520),
    [anon_sym_import] = ACTIONS(1520),
    [anon_sym_using] = ACTIONS(1520),
    [anon_sym_throw] = ACTIONS(1520),
    [anon_sym_LPAREN] = ACTIONS(1518),
    [anon_sym_switch] = ACTIONS(1520),
    [anon_sym_LBRACE] = ACTIONS(1518),
    [anon_sym_cast] = ACTIONS(1520),
    [anon_sym_DOLLARtype] = ACTIONS(1518),
    [anon_sym_return] = ACTIONS(1520),
    [anon_sym_untyped] = ACTIONS(1520),
    [anon_sym_break] = ACTIONS(1520),
    [anon_sym_continue] = ACTIONS(1520),
    [anon_sym_LBRACK] = ACTIONS(1518),
    [anon_sym_this] = ACTIONS(1520),
    [anon_sym_QMARK] = ACTIONS(1520),
    [anon_sym_AT] = ACTIONS(1520),
    [anon_sym_AT_COLON] = ACTIONS(1518),
    [anon_sym_if] = ACTIONS(1520),
    [anon_sym_new] = ACTIONS(1520),
    [anon_sym_TILDE] = ACTIONS(1518),
    [anon_sym_BANG] = ACTIONS(1520),
    [anon_sym_DASH] = ACTIONS(1520),
    [anon_sym_PLUS_PLUS] = ACTIONS(1518),
    [anon_sym_DASH_DASH] = ACTIONS(1518),
    [anon_sym_PERCENT] = ACTIONS(1518),
    [anon_sym_STAR] = ACTIONS(1518),
    [anon_sym_SLASH] = ACTIONS(1520),
    [anon_sym_PLUS] = ACTIONS(1520),
    [anon_sym_LT_LT] = ACTIONS(1518),
    [anon_sym_GT_GT] = ACTIONS(1520),
    [anon_sym_GT_GT_GT] = ACTIONS(1518),
    [anon_sym_AMP] = ACTIONS(1520),
    [anon_sym_PIPE] = ACTIONS(1520),
    [anon_sym_CARET] = ACTIONS(1518),
    [anon_sym_AMP_AMP] = ACTIONS(1518),
    [anon_sym_PIPE_PIPE] = ACTIONS(1518),
    [anon_sym_EQ_EQ] = ACTIONS(1518),
    [anon_sym_BANG_EQ] = ACTIONS(1518),
    [anon_sym_LT] = ACTIONS(1520),
    [anon_sym_LT_EQ] = ACTIONS(1518),
    [anon_sym_GT] = ACTIONS(1520),
    [anon_sym_GT_EQ] = ACTIONS(1518),
    [anon_sym_EQ_GT] = ACTIONS(1518),
    [anon_sym_QMARK_QMARK] = ACTIONS(1518),
    [anon_sym_EQ] = ACTIONS(1520),
    [sym__rangeOperator] = ACTIONS(1518),
    [anon_sym_null] = ACTIONS(1520),
    [anon_sym_macro] = ACTIONS(1520),
    [anon_sym_abstract] = ACTIONS(1520),
    [anon_sym_static] = ACTIONS(1520),
    [anon_sym_public] = ACTIONS(1520),
    [anon_sym_private] = ACTIONS(1520),
    [anon_sym_extern] = ACTIONS(1520),
    [anon_sym_inline] = ACTIONS(1520),
    [anon_sym_overload] = ACTIONS(1520),
    [anon_sym_override] = ACTIONS(1520),
    [anon_sym_final] = ACTIONS(1520),
    [anon_sym_class] = ACTIONS(1520),
    [anon_sym_interface] = ACTIONS(1520),
    [anon_sym_typedef] = ACTIONS(1520),
    [anon_sym_function] = ACTIONS(1520),
    [anon_sym_var] = ACTIONS(1520),
    [aux_sym_integer_token1] = ACTIONS(1520),
    [aux_sym_integer_token2] = ACTIONS(1518),
    [aux_sym_float_token1] = ACTIONS(1520),
    [aux_sym_float_token2] = ACTIONS(1518),
    [anon_sym_true] = ACTIONS(1520),
    [anon_sym_false] = ACTIONS(1520),
    [aux_sym_string_token1] = ACTIONS(1518),
    [aux_sym_string_token3] = ACTIONS(1518),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1518),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [293] = {
    [ts_builtin_sym_end] = ACTIONS(1528),
    [sym_identifier] = ACTIONS(1530),
    [anon_sym_POUND] = ACTIONS(1528),
    [anon_sym_package] = ACTIONS(1530),
    [anon_sym_DOT] = ACTIONS(1530),
    [anon_sym_import] = ACTIONS(1530),
    [anon_sym_using] = ACTIONS(1530),
    [anon_sym_throw] = ACTIONS(1530),
    [anon_sym_LPAREN] = ACTIONS(1528),
    [anon_sym_switch] = ACTIONS(1530),
    [anon_sym_LBRACE] = ACTIONS(1528),
    [anon_sym_cast] = ACTIONS(1530),
    [anon_sym_DOLLARtype] = ACTIONS(1528),
    [anon_sym_return] = ACTIONS(1530),
    [anon_sym_untyped] = ACTIONS(1530),
    [anon_sym_break] = ACTIONS(1530),
    [anon_sym_continue] = ACTIONS(1530),
    [anon_sym_LBRACK] = ACTIONS(1528),
    [anon_sym_this] = ACTIONS(1530),
    [anon_sym_QMARK] = ACTIONS(1530),
    [anon_sym_AT] = ACTIONS(1530),
    [anon_sym_AT_COLON] = ACTIONS(1528),
    [anon_sym_if] = ACTIONS(1530),
    [anon_sym_new] = ACTIONS(1530),
    [anon_sym_TILDE] = ACTIONS(1528),
    [anon_sym_BANG] = ACTIONS(1530),
    [anon_sym_DASH] = ACTIONS(1530),
    [anon_sym_PLUS_PLUS] = ACTIONS(1528),
    [anon_sym_DASH_DASH] = ACTIONS(1528),
    [anon_sym_PERCENT] = ACTIONS(1528),
    [anon_sym_STAR] = ACTIONS(1528),
    [anon_sym_SLASH] = ACTIONS(1530),
    [anon_sym_PLUS] = ACTIONS(1530),
    [anon_sym_LT_LT] = ACTIONS(1528),
    [anon_sym_GT_GT] = ACTIONS(1530),
    [anon_sym_GT_GT_GT] = ACTIONS(1528),
    [anon_sym_AMP] = ACTIONS(1530),
    [anon_sym_PIPE] = ACTIONS(1530),
    [anon_sym_CARET] = ACTIONS(1528),
    [anon_sym_AMP_AMP] = ACTIONS(1528),
    [anon_sym_PIPE_PIPE] = ACTIONS(1528),
    [anon_sym_EQ_EQ] = ACTIONS(1528),
    [anon_sym_BANG_EQ] = ACTIONS(1528),
    [anon_sym_LT] = ACTIONS(1530),
    [anon_sym_LT_EQ] = ACTIONS(1528),
    [anon_sym_GT] = ACTIONS(1530),
    [anon_sym_GT_EQ] = ACTIONS(1528),
    [anon_sym_EQ_GT] = ACTIONS(1528),
    [anon_sym_QMARK_QMARK] = ACTIONS(1528),
    [anon_sym_EQ] = ACTIONS(1530),
    [sym__rangeOperator] = ACTIONS(1528),
    [anon_sym_null] = ACTIONS(1530),
    [anon_sym_macro] = ACTIONS(1530),
    [anon_sym_abstract] = ACTIONS(1530),
    [anon_sym_static] = ACTIONS(1530),
    [anon_sym_public] = ACTIONS(1530),
    [anon_sym_private] = ACTIONS(1530),
    [anon_sym_extern] = ACTIONS(1530),
    [anon_sym_inline] = ACTIONS(1530),
    [anon_sym_overload] = ACTIONS(1530),
    [anon_sym_override] = ACTIONS(1530),
    [anon_sym_final] = ACTIONS(1530),
    [anon_sym_class] = ACTIONS(1530),
    [anon_sym_interface] = ACTIONS(1530),
    [anon_sym_typedef] = ACTIONS(1530),
    [anon_sym_function] = ACTIONS(1530),
    [anon_sym_var] = ACTIONS(1530),
    [aux_sym_integer_token1] = ACTIONS(1530),
    [aux_sym_integer_token2] = ACTIONS(1528),
    [aux_sym_float_token1] = ACTIONS(1530),
    [aux_sym_float_token2] = ACTIONS(1528),
    [anon_sym_true] = ACTIONS(1530),
    [anon_sym_false] = ACTIONS(1530),
    [aux_sym_string_token1] = ACTIONS(1528),
    [aux_sym_string_token3] = ACTIONS(1528),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1528),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [294] = {
    [ts_builtin_sym_end] = ACTIONS(1464),
    [sym_identifier] = ACTIONS(1466),
    [anon_sym_POUND] = ACTIONS(1464),
    [anon_sym_package] = ACTIONS(1466),
    [anon_sym_DOT] = ACTIONS(1466),
    [anon_sym_import] = ACTIONS(1466),
    [anon_sym_using] = ACTIONS(1466),
    [anon_sym_throw] = ACTIONS(1466),
    [anon_sym_LPAREN] = ACTIONS(1464),
    [anon_sym_switch] = ACTIONS(1466),
    [anon_sym_LBRACE] = ACTIONS(1464),
    [anon_sym_cast] = ACTIONS(1466),
    [anon_sym_DOLLARtype] = ACTIONS(1464),
    [anon_sym_return] = ACTIONS(1466),
    [anon_sym_untyped] = ACTIONS(1466),
    [anon_sym_break] = ACTIONS(1466),
    [anon_sym_continue] = ACTIONS(1466),
    [anon_sym_LBRACK] = ACTIONS(1464),
    [anon_sym_this] = ACTIONS(1466),
    [anon_sym_QMARK] = ACTIONS(1466),
    [anon_sym_AT] = ACTIONS(1466),
    [anon_sym_AT_COLON] = ACTIONS(1464),
    [anon_sym_if] = ACTIONS(1466),
    [anon_sym_new] = ACTIONS(1466),
    [anon_sym_TILDE] = ACTIONS(1464),
    [anon_sym_BANG] = ACTIONS(1466),
    [anon_sym_DASH] = ACTIONS(1466),
    [anon_sym_PLUS_PLUS] = ACTIONS(1464),
    [anon_sym_DASH_DASH] = ACTIONS(1464),
    [anon_sym_PERCENT] = ACTIONS(1464),
    [anon_sym_STAR] = ACTIONS(1464),
    [anon_sym_SLASH] = ACTIONS(1466),
    [anon_sym_PLUS] = ACTIONS(1466),
    [anon_sym_LT_LT] = ACTIONS(1464),
    [anon_sym_GT_GT] = ACTIONS(1466),
    [anon_sym_GT_GT_GT] = ACTIONS(1464),
    [anon_sym_AMP] = ACTIONS(1466),
    [anon_sym_PIPE] = ACTIONS(1466),
    [anon_sym_CARET] = ACTIONS(1464),
    [anon_sym_AMP_AMP] = ACTIONS(1464),
    [anon_sym_PIPE_PIPE] = ACTIONS(1464),
    [anon_sym_EQ_EQ] = ACTIONS(1464),
    [anon_sym_BANG_EQ] = ACTIONS(1464),
    [anon_sym_LT] = ACTIONS(1466),
    [anon_sym_LT_EQ] = ACTIONS(1464),
    [anon_sym_GT] = ACTIONS(1466),
    [anon_sym_GT_EQ] = ACTIONS(1464),
    [anon_sym_EQ_GT] = ACTIONS(1464),
    [anon_sym_QMARK_QMARK] = ACTIONS(1464),
    [anon_sym_EQ] = ACTIONS(1466),
    [sym__rangeOperator] = ACTIONS(1464),
    [anon_sym_null] = ACTIONS(1466),
    [anon_sym_macro] = ACTIONS(1466),
    [anon_sym_abstract] = ACTIONS(1466),
    [anon_sym_static] = ACTIONS(1466),
    [anon_sym_public] = ACTIONS(1466),
    [anon_sym_private] = ACTIONS(1466),
    [anon_sym_extern] = ACTIONS(1466),
    [anon_sym_inline] = ACTIONS(1466),
    [anon_sym_overload] = ACTIONS(1466),
    [anon_sym_override] = ACTIONS(1466),
    [anon_sym_final] = ACTIONS(1466),
    [anon_sym_class] = ACTIONS(1466),
    [anon_sym_interface] = ACTIONS(1466),
    [anon_sym_typedef] = ACTIONS(1466),
    [anon_sym_function] = ACTIONS(1466),
    [anon_sym_var] = ACTIONS(1466),
    [aux_sym_integer_token1] = ACTIONS(1466),
    [aux_sym_integer_token2] = ACTIONS(1464),
    [aux_sym_float_token1] = ACTIONS(1466),
    [aux_sym_float_token2] = ACTIONS(1464),
    [anon_sym_true] = ACTIONS(1466),
    [anon_sym_false] = ACTIONS(1466),
    [aux_sym_string_token1] = ACTIONS(1464),
    [aux_sym_string_token3] = ACTIONS(1464),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1464),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [295] = {
    [ts_builtin_sym_end] = ACTIONS(1400),
    [sym_identifier] = ACTIONS(1402),
    [anon_sym_POUND] = ACTIONS(1400),
    [anon_sym_package] = ACTIONS(1402),
    [anon_sym_DOT] = ACTIONS(1402),
    [anon_sym_import] = ACTIONS(1402),
    [anon_sym_using] = ACTIONS(1402),
    [anon_sym_throw] = ACTIONS(1402),
    [anon_sym_LPAREN] = ACTIONS(1400),
    [anon_sym_RPAREN] = ACTIONS(1400),
    [anon_sym_switch] = ACTIONS(1402),
    [anon_sym_LBRACE] = ACTIONS(1400),
    [anon_sym_cast] = ACTIONS(1402),
    [anon_sym_DOLLARtype] = ACTIONS(1400),
    [anon_sym_return] = ACTIONS(1402),
    [anon_sym_untyped] = ACTIONS(1402),
    [anon_sym_break] = ACTIONS(1402),
    [anon_sym_continue] = ACTIONS(1402),
    [anon_sym_LBRACK] = ACTIONS(1400),
    [anon_sym_this] = ACTIONS(1402),
    [anon_sym_QMARK] = ACTIONS(1402),
    [anon_sym_AT] = ACTIONS(1402),
    [anon_sym_AT_COLON] = ACTIONS(1400),
    [anon_sym_if] = ACTIONS(1402),
    [anon_sym_new] = ACTIONS(1402),
    [anon_sym_TILDE] = ACTIONS(1400),
    [anon_sym_BANG] = ACTIONS(1402),
    [anon_sym_DASH] = ACTIONS(1402),
    [anon_sym_PLUS_PLUS] = ACTIONS(1400),
    [anon_sym_DASH_DASH] = ACTIONS(1400),
    [anon_sym_PERCENT] = ACTIONS(1400),
    [anon_sym_STAR] = ACTIONS(1400),
    [anon_sym_SLASH] = ACTIONS(1402),
    [anon_sym_PLUS] = ACTIONS(1402),
    [anon_sym_LT_LT] = ACTIONS(1400),
    [anon_sym_GT_GT] = ACTIONS(1402),
    [anon_sym_GT_GT_GT] = ACTIONS(1400),
    [anon_sym_AMP] = ACTIONS(1402),
    [anon_sym_PIPE] = ACTIONS(1402),
    [anon_sym_CARET] = ACTIONS(1400),
    [anon_sym_AMP_AMP] = ACTIONS(1400),
    [anon_sym_PIPE_PIPE] = ACTIONS(1400),
    [anon_sym_EQ_EQ] = ACTIONS(1400),
    [anon_sym_BANG_EQ] = ACTIONS(1400),
    [anon_sym_LT] = ACTIONS(1402),
    [anon_sym_LT_EQ] = ACTIONS(1400),
    [anon_sym_GT] = ACTIONS(1402),
    [anon_sym_GT_EQ] = ACTIONS(1400),
    [anon_sym_EQ_GT] = ACTIONS(1400),
    [anon_sym_QMARK_QMARK] = ACTIONS(1400),
    [anon_sym_EQ] = ACTIONS(1402),
    [sym__rangeOperator] = ACTIONS(1400),
    [anon_sym_null] = ACTIONS(1402),
    [anon_sym_macro] = ACTIONS(1402),
    [anon_sym_abstract] = ACTIONS(1402),
    [anon_sym_static] = ACTIONS(1402),
    [anon_sym_public] = ACTIONS(1402),
    [anon_sym_private] = ACTIONS(1402),
    [anon_sym_extern] = ACTIONS(1402),
    [anon_sym_inline] = ACTIONS(1402),
    [anon_sym_overload] = ACTIONS(1402),
    [anon_sym_override] = ACTIONS(1402),
    [anon_sym_final] = ACTIONS(1402),
    [anon_sym_class] = ACTIONS(1402),
    [anon_sym_interface] = ACTIONS(1402),
    [anon_sym_typedef] = ACTIONS(1402),
    [anon_sym_function] = ACTIONS(1402),
    [anon_sym_var] = ACTIONS(1402),
    [aux_sym_integer_token1] = ACTIONS(1402),
    [aux_sym_integer_token2] = ACTIONS(1400),
    [aux_sym_float_token1] = ACTIONS(1402),
    [aux_sym_float_token2] = ACTIONS(1400),
    [anon_sym_true] = ACTIONS(1402),
    [anon_sym_false] = ACTIONS(1402),
    [aux_sym_string_token1] = ACTIONS(1400),
    [aux_sym_string_token3] = ACTIONS(1400),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [296] = {
    [sym_identifier] = ACTIONS(1626),
    [anon_sym_POUND] = ACTIONS(1628),
    [anon_sym_package] = ACTIONS(1626),
    [anon_sym_DOT] = ACTIONS(1626),
    [anon_sym_import] = ACTIONS(1626),
    [anon_sym_using] = ACTIONS(1626),
    [anon_sym_throw] = ACTIONS(1626),
    [anon_sym_LPAREN] = ACTIONS(1628),
    [anon_sym_switch] = ACTIONS(1626),
    [anon_sym_LBRACE] = ACTIONS(1628),
    [anon_sym_COLON] = ACTIONS(1608),
    [anon_sym_cast] = ACTIONS(1626),
    [anon_sym_DOLLARtype] = ACTIONS(1628),
    [anon_sym_return] = ACTIONS(1626),
    [anon_sym_untyped] = ACTIONS(1626),
    [anon_sym_break] = ACTIONS(1626),
    [anon_sym_continue] = ACTIONS(1626),
    [anon_sym_LBRACK] = ACTIONS(1628),
    [anon_sym_this] = ACTIONS(1626),
    [anon_sym_QMARK] = ACTIONS(1626),
    [anon_sym_AT] = ACTIONS(1626),
    [anon_sym_AT_COLON] = ACTIONS(1628),
    [anon_sym_if] = ACTIONS(1626),
    [anon_sym_new] = ACTIONS(1626),
    [anon_sym_TILDE] = ACTIONS(1628),
    [anon_sym_BANG] = ACTIONS(1626),
    [anon_sym_DASH] = ACTIONS(1626),
    [anon_sym_PLUS_PLUS] = ACTIONS(1628),
    [anon_sym_DASH_DASH] = ACTIONS(1628),
    [anon_sym_PERCENT] = ACTIONS(1628),
    [anon_sym_STAR] = ACTIONS(1628),
    [anon_sym_SLASH] = ACTIONS(1626),
    [anon_sym_PLUS] = ACTIONS(1626),
    [anon_sym_LT_LT] = ACTIONS(1628),
    [anon_sym_GT_GT] = ACTIONS(1626),
    [anon_sym_GT_GT_GT] = ACTIONS(1628),
    [anon_sym_AMP] = ACTIONS(1626),
    [anon_sym_PIPE] = ACTIONS(1626),
    [anon_sym_CARET] = ACTIONS(1628),
    [anon_sym_AMP_AMP] = ACTIONS(1628),
    [anon_sym_PIPE_PIPE] = ACTIONS(1628),
    [anon_sym_EQ_EQ] = ACTIONS(1628),
    [anon_sym_BANG_EQ] = ACTIONS(1628),
    [anon_sym_LT] = ACTIONS(1626),
    [anon_sym_LT_EQ] = ACTIONS(1628),
    [anon_sym_GT] = ACTIONS(1626),
    [anon_sym_GT_EQ] = ACTIONS(1628),
    [anon_sym_EQ_GT] = ACTIONS(1628),
    [anon_sym_QMARK_QMARK] = ACTIONS(1628),
    [anon_sym_EQ] = ACTIONS(1626),
    [sym__rangeOperator] = ACTIONS(1628),
    [anon_sym_null] = ACTIONS(1626),
    [anon_sym_macro] = ACTIONS(1626),
    [anon_sym_abstract] = ACTIONS(1626),
    [anon_sym_static] = ACTIONS(1626),
    [anon_sym_public] = ACTIONS(1626),
    [anon_sym_private] = ACTIONS(1626),
    [anon_sym_extern] = ACTIONS(1626),
    [anon_sym_inline] = ACTIONS(1626),
    [anon_sym_overload] = ACTIONS(1626),
    [anon_sym_override] = ACTIONS(1626),
    [anon_sym_final] = ACTIONS(1626),
    [anon_sym_class] = ACTIONS(1626),
    [anon_sym_interface] = ACTIONS(1626),
    [anon_sym_typedef] = ACTIONS(1626),
    [anon_sym_function] = ACTIONS(1626),
    [anon_sym_var] = ACTIONS(1626),
    [aux_sym_integer_token1] = ACTIONS(1626),
    [aux_sym_integer_token2] = ACTIONS(1628),
    [aux_sym_float_token1] = ACTIONS(1626),
    [aux_sym_float_token2] = ACTIONS(1628),
    [anon_sym_true] = ACTIONS(1626),
    [anon_sym_false] = ACTIONS(1626),
    [aux_sym_string_token1] = ACTIONS(1628),
    [aux_sym_string_token3] = ACTIONS(1628),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1628),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [297] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1600),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1602),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1606),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1602),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [298] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1522),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1602),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1526),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1602),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [299] = {
    [ts_builtin_sym_end] = ACTIONS(1404),
    [sym_identifier] = ACTIONS(1406),
    [anon_sym_POUND] = ACTIONS(1404),
    [anon_sym_package] = ACTIONS(1406),
    [anon_sym_DOT] = ACTIONS(1406),
    [anon_sym_import] = ACTIONS(1406),
    [anon_sym_using] = ACTIONS(1406),
    [anon_sym_throw] = ACTIONS(1406),
    [anon_sym_LPAREN] = ACTIONS(1404),
    [anon_sym_RPAREN] = ACTIONS(1404),
    [anon_sym_switch] = ACTIONS(1406),
    [anon_sym_LBRACE] = ACTIONS(1404),
    [anon_sym_cast] = ACTIONS(1406),
    [anon_sym_DOLLARtype] = ACTIONS(1404),
    [anon_sym_return] = ACTIONS(1406),
    [anon_sym_untyped] = ACTIONS(1406),
    [anon_sym_break] = ACTIONS(1406),
    [anon_sym_continue] = ACTIONS(1406),
    [anon_sym_LBRACK] = ACTIONS(1404),
    [anon_sym_this] = ACTIONS(1406),
    [anon_sym_QMARK] = ACTIONS(1406),
    [anon_sym_AT] = ACTIONS(1406),
    [anon_sym_AT_COLON] = ACTIONS(1404),
    [anon_sym_if] = ACTIONS(1406),
    [anon_sym_new] = ACTIONS(1406),
    [anon_sym_TILDE] = ACTIONS(1404),
    [anon_sym_BANG] = ACTIONS(1406),
    [anon_sym_DASH] = ACTIONS(1406),
    [anon_sym_PLUS_PLUS] = ACTIONS(1404),
    [anon_sym_DASH_DASH] = ACTIONS(1404),
    [anon_sym_PERCENT] = ACTIONS(1404),
    [anon_sym_STAR] = ACTIONS(1404),
    [anon_sym_SLASH] = ACTIONS(1406),
    [anon_sym_PLUS] = ACTIONS(1406),
    [anon_sym_LT_LT] = ACTIONS(1404),
    [anon_sym_GT_GT] = ACTIONS(1406),
    [anon_sym_GT_GT_GT] = ACTIONS(1404),
    [anon_sym_AMP] = ACTIONS(1406),
    [anon_sym_PIPE] = ACTIONS(1406),
    [anon_sym_CARET] = ACTIONS(1404),
    [anon_sym_AMP_AMP] = ACTIONS(1404),
    [anon_sym_PIPE_PIPE] = ACTIONS(1404),
    [anon_sym_EQ_EQ] = ACTIONS(1404),
    [anon_sym_BANG_EQ] = ACTIONS(1404),
    [anon_sym_LT] = ACTIONS(1406),
    [anon_sym_LT_EQ] = ACTIONS(1404),
    [anon_sym_GT] = ACTIONS(1406),
    [anon_sym_GT_EQ] = ACTIONS(1404),
    [anon_sym_EQ_GT] = ACTIONS(1404),
    [anon_sym_QMARK_QMARK] = ACTIONS(1404),
    [anon_sym_EQ] = ACTIONS(1406),
    [sym__rangeOperator] = ACTIONS(1404),
    [anon_sym_null] = ACTIONS(1406),
    [anon_sym_macro] = ACTIONS(1406),
    [anon_sym_abstract] = ACTIONS(1406),
    [anon_sym_static] = ACTIONS(1406),
    [anon_sym_public] = ACTIONS(1406),
    [anon_sym_private] = ACTIONS(1406),
    [anon_sym_extern] = ACTIONS(1406),
    [anon_sym_inline] = ACTIONS(1406),
    [anon_sym_overload] = ACTIONS(1406),
    [anon_sym_override] = ACTIONS(1406),
    [anon_sym_final] = ACTIONS(1406),
    [anon_sym_class] = ACTIONS(1406),
    [anon_sym_interface] = ACTIONS(1406),
    [anon_sym_typedef] = ACTIONS(1406),
    [anon_sym_function] = ACTIONS(1406),
    [anon_sym_var] = ACTIONS(1406),
    [aux_sym_integer_token1] = ACTIONS(1406),
    [aux_sym_integer_token2] = ACTIONS(1404),
    [aux_sym_float_token1] = ACTIONS(1406),
    [aux_sym_float_token2] = ACTIONS(1404),
    [anon_sym_true] = ACTIONS(1406),
    [anon_sym_false] = ACTIONS(1406),
    [aux_sym_string_token1] = ACTIONS(1404),
    [aux_sym_string_token3] = ACTIONS(1404),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [300] = {
    [ts_builtin_sym_end] = ACTIONS(1396),
    [sym_identifier] = ACTIONS(1398),
    [anon_sym_POUND] = ACTIONS(1396),
    [anon_sym_package] = ACTIONS(1398),
    [anon_sym_DOT] = ACTIONS(1398),
    [anon_sym_import] = ACTIONS(1398),
    [anon_sym_using] = ACTIONS(1398),
    [anon_sym_throw] = ACTIONS(1398),
    [anon_sym_LPAREN] = ACTIONS(1396),
    [anon_sym_RPAREN] = ACTIONS(1396),
    [anon_sym_switch] = ACTIONS(1398),
    [anon_sym_LBRACE] = ACTIONS(1396),
    [anon_sym_cast] = ACTIONS(1398),
    [anon_sym_DOLLARtype] = ACTIONS(1396),
    [anon_sym_return] = ACTIONS(1398),
    [anon_sym_untyped] = ACTIONS(1398),
    [anon_sym_break] = ACTIONS(1398),
    [anon_sym_continue] = ACTIONS(1398),
    [anon_sym_LBRACK] = ACTIONS(1396),
    [anon_sym_this] = ACTIONS(1398),
    [anon_sym_QMARK] = ACTIONS(1398),
    [anon_sym_AT] = ACTIONS(1398),
    [anon_sym_AT_COLON] = ACTIONS(1396),
    [anon_sym_if] = ACTIONS(1398),
    [anon_sym_new] = ACTIONS(1398),
    [anon_sym_TILDE] = ACTIONS(1396),
    [anon_sym_BANG] = ACTIONS(1398),
    [anon_sym_DASH] = ACTIONS(1398),
    [anon_sym_PLUS_PLUS] = ACTIONS(1396),
    [anon_sym_DASH_DASH] = ACTIONS(1396),
    [anon_sym_PERCENT] = ACTIONS(1396),
    [anon_sym_STAR] = ACTIONS(1396),
    [anon_sym_SLASH] = ACTIONS(1398),
    [anon_sym_PLUS] = ACTIONS(1398),
    [anon_sym_LT_LT] = ACTIONS(1396),
    [anon_sym_GT_GT] = ACTIONS(1398),
    [anon_sym_GT_GT_GT] = ACTIONS(1396),
    [anon_sym_AMP] = ACTIONS(1398),
    [anon_sym_PIPE] = ACTIONS(1398),
    [anon_sym_CARET] = ACTIONS(1396),
    [anon_sym_AMP_AMP] = ACTIONS(1396),
    [anon_sym_PIPE_PIPE] = ACTIONS(1396),
    [anon_sym_EQ_EQ] = ACTIONS(1396),
    [anon_sym_BANG_EQ] = ACTIONS(1396),
    [anon_sym_LT] = ACTIONS(1398),
    [anon_sym_LT_EQ] = ACTIONS(1396),
    [anon_sym_GT] = ACTIONS(1398),
    [anon_sym_GT_EQ] = ACTIONS(1396),
    [anon_sym_EQ_GT] = ACTIONS(1396),
    [anon_sym_QMARK_QMARK] = ACTIONS(1396),
    [anon_sym_EQ] = ACTIONS(1398),
    [sym__rangeOperator] = ACTIONS(1396),
    [anon_sym_null] = ACTIONS(1398),
    [anon_sym_macro] = ACTIONS(1398),
    [anon_sym_abstract] = ACTIONS(1398),
    [anon_sym_static] = ACTIONS(1398),
    [anon_sym_public] = ACTIONS(1398),
    [anon_sym_private] = ACTIONS(1398),
    [anon_sym_extern] = ACTIONS(1398),
    [anon_sym_inline] = ACTIONS(1398),
    [anon_sym_overload] = ACTIONS(1398),
    [anon_sym_override] = ACTIONS(1398),
    [anon_sym_final] = ACTIONS(1398),
    [anon_sym_class] = ACTIONS(1398),
    [anon_sym_interface] = ACTIONS(1398),
    [anon_sym_typedef] = ACTIONS(1398),
    [anon_sym_function] = ACTIONS(1398),
    [anon_sym_var] = ACTIONS(1398),
    [aux_sym_integer_token1] = ACTIONS(1398),
    [aux_sym_integer_token2] = ACTIONS(1396),
    [aux_sym_float_token1] = ACTIONS(1398),
    [aux_sym_float_token2] = ACTIONS(1396),
    [anon_sym_true] = ACTIONS(1398),
    [anon_sym_false] = ACTIONS(1398),
    [aux_sym_string_token1] = ACTIONS(1396),
    [aux_sym_string_token3] = ACTIONS(1396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [301] = {
    [ts_builtin_sym_end] = ACTIONS(1412),
    [sym_identifier] = ACTIONS(1414),
    [anon_sym_POUND] = ACTIONS(1412),
    [anon_sym_package] = ACTIONS(1414),
    [anon_sym_DOT] = ACTIONS(1414),
    [anon_sym_import] = ACTIONS(1414),
    [anon_sym_using] = ACTIONS(1414),
    [anon_sym_throw] = ACTIONS(1414),
    [anon_sym_LPAREN] = ACTIONS(1412),
    [anon_sym_switch] = ACTIONS(1414),
    [anon_sym_LBRACE] = ACTIONS(1412),
    [anon_sym_cast] = ACTIONS(1414),
    [anon_sym_DOLLARtype] = ACTIONS(1412),
    [anon_sym_return] = ACTIONS(1414),
    [anon_sym_untyped] = ACTIONS(1414),
    [anon_sym_break] = ACTIONS(1414),
    [anon_sym_continue] = ACTIONS(1414),
    [anon_sym_LBRACK] = ACTIONS(1412),
    [anon_sym_this] = ACTIONS(1414),
    [anon_sym_QMARK] = ACTIONS(1414),
    [anon_sym_AT] = ACTIONS(1414),
    [anon_sym_AT_COLON] = ACTIONS(1412),
    [anon_sym_if] = ACTIONS(1414),
    [anon_sym_new] = ACTIONS(1414),
    [anon_sym_TILDE] = ACTIONS(1412),
    [anon_sym_BANG] = ACTIONS(1414),
    [anon_sym_DASH] = ACTIONS(1414),
    [anon_sym_PLUS_PLUS] = ACTIONS(1412),
    [anon_sym_DASH_DASH] = ACTIONS(1412),
    [anon_sym_PERCENT] = ACTIONS(1412),
    [anon_sym_STAR] = ACTIONS(1412),
    [anon_sym_SLASH] = ACTIONS(1414),
    [anon_sym_PLUS] = ACTIONS(1414),
    [anon_sym_LT_LT] = ACTIONS(1412),
    [anon_sym_GT_GT] = ACTIONS(1414),
    [anon_sym_GT_GT_GT] = ACTIONS(1412),
    [anon_sym_AMP] = ACTIONS(1414),
    [anon_sym_PIPE] = ACTIONS(1414),
    [anon_sym_CARET] = ACTIONS(1412),
    [anon_sym_AMP_AMP] = ACTIONS(1412),
    [anon_sym_PIPE_PIPE] = ACTIONS(1412),
    [anon_sym_EQ_EQ] = ACTIONS(1412),
    [anon_sym_BANG_EQ] = ACTIONS(1412),
    [anon_sym_LT] = ACTIONS(1414),
    [anon_sym_LT_EQ] = ACTIONS(1412),
    [anon_sym_GT] = ACTIONS(1414),
    [anon_sym_GT_EQ] = ACTIONS(1412),
    [anon_sym_EQ_GT] = ACTIONS(1412),
    [anon_sym_QMARK_QMARK] = ACTIONS(1412),
    [anon_sym_EQ] = ACTIONS(1414),
    [sym__rangeOperator] = ACTIONS(1412),
    [anon_sym_null] = ACTIONS(1414),
    [anon_sym_macro] = ACTIONS(1414),
    [anon_sym_abstract] = ACTIONS(1414),
    [anon_sym_static] = ACTIONS(1414),
    [anon_sym_public] = ACTIONS(1414),
    [anon_sym_private] = ACTIONS(1414),
    [anon_sym_extern] = ACTIONS(1414),
    [anon_sym_inline] = ACTIONS(1414),
    [anon_sym_overload] = ACTIONS(1414),
    [anon_sym_override] = ACTIONS(1414),
    [anon_sym_final] = ACTIONS(1414),
    [anon_sym_class] = ACTIONS(1414),
    [anon_sym_interface] = ACTIONS(1414),
    [anon_sym_typedef] = ACTIONS(1414),
    [anon_sym_function] = ACTIONS(1414),
    [anon_sym_var] = ACTIONS(1414),
    [aux_sym_integer_token1] = ACTIONS(1414),
    [aux_sym_integer_token2] = ACTIONS(1412),
    [aux_sym_float_token1] = ACTIONS(1414),
    [aux_sym_float_token2] = ACTIONS(1412),
    [anon_sym_true] = ACTIONS(1414),
    [anon_sym_false] = ACTIONS(1414),
    [aux_sym_string_token1] = ACTIONS(1412),
    [aux_sym_string_token3] = ACTIONS(1412),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1412),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [302] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1586),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1608),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1588),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1608),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [303] = {
    [ts_builtin_sym_end] = ACTIONS(1592),
    [sym_identifier] = ACTIONS(1590),
    [anon_sym_POUND] = ACTIONS(1592),
    [anon_sym_package] = ACTIONS(1590),
    [anon_sym_DOT] = ACTIONS(1546),
    [anon_sym_import] = ACTIONS(1590),
    [anon_sym_using] = ACTIONS(1590),
    [anon_sym_throw] = ACTIONS(1590),
    [anon_sym_LPAREN] = ACTIONS(1592),
    [anon_sym_switch] = ACTIONS(1590),
    [anon_sym_LBRACE] = ACTIONS(1592),
    [anon_sym_cast] = ACTIONS(1590),
    [anon_sym_DOLLARtype] = ACTIONS(1592),
    [anon_sym_return] = ACTIONS(1590),
    [anon_sym_untyped] = ACTIONS(1590),
    [anon_sym_break] = ACTIONS(1590),
    [anon_sym_continue] = ACTIONS(1590),
    [anon_sym_LBRACK] = ACTIONS(1592),
    [anon_sym_this] = ACTIONS(1590),
    [anon_sym_QMARK] = ACTIONS(1546),
    [anon_sym_AT] = ACTIONS(1590),
    [anon_sym_AT_COLON] = ACTIONS(1592),
    [anon_sym_if] = ACTIONS(1590),
    [anon_sym_new] = ACTIONS(1590),
    [anon_sym_TILDE] = ACTIONS(1544),
    [anon_sym_BANG] = ACTIONS(1546),
    [anon_sym_DASH] = ACTIONS(1546),
    [anon_sym_PLUS_PLUS] = ACTIONS(1544),
    [anon_sym_DASH_DASH] = ACTIONS(1544),
    [anon_sym_PERCENT] = ACTIONS(1544),
    [anon_sym_STAR] = ACTIONS(1544),
    [anon_sym_SLASH] = ACTIONS(1546),
    [anon_sym_PLUS] = ACTIONS(1546),
    [anon_sym_LT_LT] = ACTIONS(1544),
    [anon_sym_GT_GT] = ACTIONS(1546),
    [anon_sym_GT_GT_GT] = ACTIONS(1544),
    [anon_sym_AMP] = ACTIONS(1546),
    [anon_sym_PIPE] = ACTIONS(1546),
    [anon_sym_CARET] = ACTIONS(1544),
    [anon_sym_AMP_AMP] = ACTIONS(1544),
    [anon_sym_PIPE_PIPE] = ACTIONS(1544),
    [anon_sym_EQ_EQ] = ACTIONS(1544),
    [anon_sym_BANG_EQ] = ACTIONS(1544),
    [anon_sym_LT] = ACTIONS(1546),
    [anon_sym_LT_EQ] = ACTIONS(1544),
    [anon_sym_GT] = ACTIONS(1546),
    [anon_sym_GT_EQ] = ACTIONS(1544),
    [anon_sym_EQ_GT] = ACTIONS(1544),
    [anon_sym_QMARK_QMARK] = ACTIONS(1544),
    [anon_sym_EQ] = ACTIONS(1546),
    [sym__rangeOperator] = ACTIONS(1544),
    [anon_sym_null] = ACTIONS(1590),
    [anon_sym_macro] = ACTIONS(1590),
    [anon_sym_abstract] = ACTIONS(1590),
    [anon_sym_static] = ACTIONS(1590),
    [anon_sym_public] = ACTIONS(1590),
    [anon_sym_private] = ACTIONS(1590),
    [anon_sym_extern] = ACTIONS(1590),
    [anon_sym_inline] = ACTIONS(1590),
    [anon_sym_overload] = ACTIONS(1590),
    [anon_sym_override] = ACTIONS(1590),
    [anon_sym_final] = ACTIONS(1590),
    [anon_sym_class] = ACTIONS(1590),
    [anon_sym_interface] = ACTIONS(1590),
    [anon_sym_typedef] = ACTIONS(1590),
    [anon_sym_function] = ACTIONS(1590),
    [anon_sym_var] = ACTIONS(1590),
    [aux_sym_integer_token1] = ACTIONS(1590),
    [aux_sym_integer_token2] = ACTIONS(1592),
    [aux_sym_float_token1] = ACTIONS(1590),
    [aux_sym_float_token2] = ACTIONS(1592),
    [anon_sym_true] = ACTIONS(1590),
    [anon_sym_false] = ACTIONS(1590),
    [aux_sym_string_token1] = ACTIONS(1592),
    [aux_sym_string_token3] = ACTIONS(1592),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(1544),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [304] = {
    [ts_builtin_sym_end] = ACTIONS(1628),
    [sym_identifier] = ACTIONS(1626),
    [anon_sym_POUND] = ACTIONS(1628),
    [anon_sym_package] = ACTIONS(1626),
    [anon_sym_DOT] = ACTIONS(1626),
    [anon_sym_import] = ACTIONS(1626),
    [anon_sym_using] = ACTIONS(1626),
    [anon_sym_throw] = ACTIONS(1626),
    [anon_sym_LPAREN] = ACTIONS(1628),
    [anon_sym_switch] = ACTIONS(1626),
    [anon_sym_LBRACE] = ACTIONS(1628),
    [anon_sym_COLON] = ACTIONS(1602),
    [anon_sym_cast] = ACTIONS(1626),
    [anon_sym_DOLLARtype] = ACTIONS(1628),
    [anon_sym_return] = ACTIONS(1626),
    [anon_sym_untyped] = ACTIONS(1626),
    [anon_sym_break] = ACTIONS(1626),
    [anon_sym_continue] = ACTIONS(1626),
    [anon_sym_LBRACK] = ACTIONS(1628),
    [anon_sym_this] = ACTIONS(1626),
    [anon_sym_QMARK] = ACTIONS(1626),
    [anon_sym_AT] = ACTIONS(1626),
    [anon_sym_AT_COLON] = ACTIONS(1628),
    [anon_sym_if] = ACTIONS(1626),
    [anon_sym_new] = ACTIONS(1626),
    [anon_sym_TILDE] = ACTIONS(1628),
    [anon_sym_BANG] = ACTIONS(1626),
    [anon_sym_DASH] = ACTIONS(1626),
    [anon_sym_PLUS_PLUS] = ACTIONS(1628),
    [anon_sym_DASH_DASH] = ACTIONS(1628),
    [anon_sym_PERCENT] = ACTIONS(1628),
    [anon_sym_STAR] = ACTIONS(1628),
    [anon_sym_SLASH] = ACTIONS(1626),
    [anon_sym_PLUS] = ACTIONS(1626),
    [anon_sym_LT_LT] = ACTIONS(1628),
    [anon_sym_GT_GT] = ACTIONS(1626),
    [anon_sym_GT_GT_GT] = ACTIONS(1628),
    [anon_sym_AMP] = ACTIONS(1626),
    [anon_sym_PIPE] = ACTIONS(1626),
    [anon_sym_CARET] = ACTIONS(1628),
    [anon_sym_AMP_AMP] = ACTIONS(1628),
    [anon_sym_PIPE_PIPE] = ACTIONS(1628),
    [anon_sym_EQ_EQ] = ACTIONS(1628),
    [anon_sym_BANG_EQ] = ACTIONS(1628),
    [anon_sym_LT] = ACTIONS(1626),
    [anon_sym_LT_EQ] = ACTIONS(1628),
    [anon_sym_GT] = ACTIONS(1626),
    [anon_sym_GT_EQ] = ACTIONS(1628),
    [anon_sym_EQ_GT] = ACTIONS(1628),
    [anon_sym_QMARK_QMARK] = ACTIONS(1628),
    [anon_sym_EQ] = ACTIONS(1626),
    [sym__rangeOperator] = ACTIONS(1628),
    [anon_sym_null] = ACTIONS(1626),
    [anon_sym_macro] = ACTIONS(1626),
    [anon_sym_abstract] = ACTIONS(1626),
    [anon_sym_static] = ACTIONS(1626),
    [anon_sym_public] = ACTIONS(1626),
    [anon_sym_private] = ACTIONS(1626),
    [anon_sym_extern] = ACTIONS(1626),
    [anon_sym_inline] = ACTIONS(1626),
    [anon_sym_overload] = ACTIONS(1626),
    [anon_sym_override] = ACTIONS(1626),
    [anon_sym_final] = ACTIONS(1626),
    [anon_sym_class] = ACTIONS(1626),
    [anon_sym_interface] = ACTIONS(1626),
    [anon_sym_typedef] = ACTIONS(1626),
    [anon_sym_function] = ACTIONS(1626),
    [anon_sym_var] = ACTIONS(1626),
    [aux_sym_integer_token1] = ACTIONS(1626),
    [aux_sym_integer_token2] = ACTIONS(1628),
    [aux_sym_float_token1] = ACTIONS(1626),
    [aux_sym_float_token2] = ACTIONS(1628),
    [anon_sym_true] = ACTIONS(1626),
    [anon_sym_false] = ACTIONS(1626),
    [aux_sym_string_token1] = ACTIONS(1628),
    [aux_sym_string_token3] = ACTIONS(1628),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [305] = {
    [sym_block] = STATE(441),
    [sym_identifier] = ACTIONS(1618),
    [anon_sym_POUND] = ACTIONS(1616),
    [anon_sym_package] = ACTIONS(1618),
    [anon_sym_import] = ACTIONS(1618),
    [anon_sym_using] = ACTIONS(1618),
    [anon_sym_throw] = ACTIONS(1618),
    [anon_sym_LPAREN] = ACTIONS(1616),
    [anon_sym_switch] = ACTIONS(1618),
    [anon_sym_LBRACE] = ACTIONS(1630),
    [anon_sym_cast] = ACTIONS(1618),
    [anon_sym_DOLLARtype] = ACTIONS(1616),
    [anon_sym_return] = ACTIONS(1618),
    [anon_sym_untyped] = ACTIONS(1618),
    [anon_sym_break] = ACTIONS(1618),
    [anon_sym_continue] = ACTIONS(1618),
    [anon_sym_LBRACK] = ACTIONS(1616),
    [anon_sym_this] = ACTIONS(1618),
    [anon_sym_AT] = ACTIONS(1618),
    [anon_sym_AT_COLON] = ACTIONS(1616),
    [anon_sym_if] = ACTIONS(1618),
    [anon_sym_else] = ACTIONS(1632),
    [anon_sym_elseif] = ACTIONS(1634),
    [anon_sym_new] = ACTIONS(1618),
    [anon_sym_TILDE] = ACTIONS(1616),
    [anon_sym_BANG] = ACTIONS(1618),
    [anon_sym_DASH] = ACTIONS(1618),
    [anon_sym_PLUS_PLUS] = ACTIONS(1616),
    [anon_sym_DASH_DASH] = ACTIONS(1616),
    [anon_sym_PERCENT] = ACTIONS(1616),
    [anon_sym_STAR] = ACTIONS(1616),
    [anon_sym_SLASH] = ACTIONS(1618),
    [anon_sym_PLUS] = ACTIONS(1618),
    [anon_sym_LT_LT] = ACTIONS(1616),
    [anon_sym_GT_GT] = ACTIONS(1618),
    [anon_sym_GT_GT_GT] = ACTIONS(1616),
    [anon_sym_AMP] = ACTIONS(1618),
    [anon_sym_PIPE] = ACTIONS(1618),
    [anon_sym_CARET] = ACTIONS(1616),
    [anon_sym_AMP_AMP] = ACTIONS(1616),
    [anon_sym_PIPE_PIPE] = ACTIONS(1616),
    [anon_sym_EQ_EQ] = ACTIONS(1616),
    [anon_sym_BANG_EQ] = ACTIONS(1616),
    [anon_sym_LT] = ACTIONS(1618),
    [anon_sym_LT_EQ] = ACTIONS(1616),
    [anon_sym_GT] = ACTIONS(1618),
    [anon_sym_GT_EQ] = ACTIONS(1616),
    [anon_sym_EQ_GT] = ACTIONS(1616),
    [anon_sym_QMARK_QMARK] = ACTIONS(1616),
    [anon_sym_EQ] = ACTIONS(1618),
    [sym__rangeOperator] = ACTIONS(1616),
    [anon_sym_null] = ACTIONS(1618),
    [anon_sym_macro] = ACTIONS(1618),
    [anon_sym_abstract] = ACTIONS(1618),
    [anon_sym_static] = ACTIONS(1618),
    [anon_sym_public] = ACTIONS(1618),
    [anon_sym_private] = ACTIONS(1618),
    [anon_sym_extern] = ACTIONS(1618),
    [anon_sym_inline] = ACTIONS(1618),
    [anon_sym_overload] = ACTIONS(1618),
    [anon_sym_override] = ACTIONS(1618),
    [anon_sym_final] = ACTIONS(1618),
    [anon_sym_class] = ACTIONS(1618),
    [anon_sym_interface] = ACTIONS(1618),
    [anon_sym_typedef] = ACTIONS(1618),
    [anon_sym_function] = ACTIONS(1618),
    [anon_sym_var] = ACTIONS(1618),
    [aux_sym_integer_token1] = ACTIONS(1618),
    [aux_sym_integer_token2] = ACTIONS(1616),
    [aux_sym_float_token1] = ACTIONS(1618),
    [aux_sym_float_token2] = ACTIONS(1616),
    [anon_sym_true] = ACTIONS(1618),
    [anon_sym_false] = ACTIONS(1618),
    [aux_sym_string_token1] = ACTIONS(1616),
    [aux_sym_string_token3] = ACTIONS(1616),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1616),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [306] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(1612),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1506),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_COLON] = ACTIONS(1608),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(1614),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1508),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1608),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [307] = {
    [sym_identifier] = ACTIONS(1636),
    [anon_sym_POUND] = ACTIONS(1638),
    [anon_sym_package] = ACTIONS(1636),
    [anon_sym_import] = ACTIONS(1636),
    [anon_sym_using] = ACTIONS(1636),
    [anon_sym_throw] = ACTIONS(1636),
    [anon_sym_LPAREN] = ACTIONS(1638),
    [anon_sym_switch] = ACTIONS(1636),
    [anon_sym_LBRACE] = ACTIONS(1638),
    [anon_sym_case] = ACTIONS(1636),
    [anon_sym_default] = ACTIONS(1636),
    [anon_sym_cast] = ACTIONS(1636),
    [anon_sym_DOLLARtype] = ACTIONS(1638),
    [anon_sym_return] = ACTIONS(1636),
    [anon_sym_untyped] = ACTIONS(1636),
    [anon_sym_break] = ACTIONS(1636),
    [anon_sym_continue] = ACTIONS(1636),
    [anon_sym_LBRACK] = ACTIONS(1638),
    [anon_sym_this] = ACTIONS(1636),
    [anon_sym_AT] = ACTIONS(1636),
    [anon_sym_AT_COLON] = ACTIONS(1638),
    [anon_sym_if] = ACTIONS(1636),
    [anon_sym_new] = ACTIONS(1636),
    [anon_sym_TILDE] = ACTIONS(1638),
    [anon_sym_BANG] = ACTIONS(1636),
    [anon_sym_DASH] = ACTIONS(1636),
    [anon_sym_PLUS_PLUS] = ACTIONS(1638),
    [anon_sym_DASH_DASH] = ACTIONS(1638),
    [anon_sym_PERCENT] = ACTIONS(1638),
    [anon_sym_STAR] = ACTIONS(1638),
    [anon_sym_SLASH] = ACTIONS(1636),
    [anon_sym_PLUS] = ACTIONS(1636),
    [anon_sym_LT_LT] = ACTIONS(1638),
    [anon_sym_GT_GT] = ACTIONS(1636),
    [anon_sym_GT_GT_GT] = ACTIONS(1638),
    [anon_sym_AMP] = ACTIONS(1636),
    [anon_sym_PIPE] = ACTIONS(1636),
    [anon_sym_CARET] = ACTIONS(1638),
    [anon_sym_AMP_AMP] = ACTIONS(1638),
    [anon_sym_PIPE_PIPE] = ACTIONS(1638),
    [anon_sym_EQ_EQ] = ACTIONS(1638),
    [anon_sym_BANG_EQ] = ACTIONS(1638),
    [anon_sym_LT] = ACTIONS(1636),
    [anon_sym_LT_EQ] = ACTIONS(1638),
    [anon_sym_GT] = ACTIONS(1636),
    [anon_sym_GT_EQ] = ACTIONS(1638),
    [anon_sym_EQ_GT] = ACTIONS(1638),
    [anon_sym_QMARK_QMARK] = ACTIONS(1638),
    [anon_sym_EQ] = ACTIONS(1636),
    [sym__rangeOperator] = ACTIONS(1638),
    [anon_sym_null] = ACTIONS(1636),
    [anon_sym_macro] = ACTIONS(1636),
    [anon_sym_abstract] = ACTIONS(1636),
    [anon_sym_static] = ACTIONS(1636),
    [anon_sym_public] = ACTIONS(1636),
    [anon_sym_private] = ACTIONS(1636),
    [anon_sym_extern] = ACTIONS(1636),
    [anon_sym_inline] = ACTIONS(1636),
    [anon_sym_overload] = ACTIONS(1636),
    [anon_sym_override] = ACTIONS(1636),
    [anon_sym_final] = ACTIONS(1636),
    [anon_sym_class] = ACTIONS(1636),
    [anon_sym_interface] = ACTIONS(1636),
    [anon_sym_typedef] = ACTIONS(1636),
    [anon_sym_function] = ACTIONS(1636),
    [anon_sym_var] = ACTIONS(1636),
    [aux_sym_integer_token1] = ACTIONS(1636),
    [aux_sym_integer_token2] = ACTIONS(1638),
    [aux_sym_float_token1] = ACTIONS(1636),
    [aux_sym_float_token2] = ACTIONS(1638),
    [anon_sym_true] = ACTIONS(1636),
    [anon_sym_false] = ACTIONS(1636),
    [aux_sym_string_token1] = ACTIONS(1638),
    [aux_sym_string_token3] = ACTIONS(1638),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1638),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [308] = {
    [sym_identifier] = ACTIONS(1640),
    [anon_sym_POUND] = ACTIONS(1642),
    [anon_sym_package] = ACTIONS(1640),
    [anon_sym_import] = ACTIONS(1640),
    [anon_sym_using] = ACTIONS(1640),
    [anon_sym_throw] = ACTIONS(1640),
    [anon_sym_LPAREN] = ACTIONS(1642),
    [anon_sym_switch] = ACTIONS(1640),
    [anon_sym_LBRACE] = ACTIONS(1642),
    [anon_sym_case] = ACTIONS(1640),
    [anon_sym_default] = ACTIONS(1640),
    [anon_sym_cast] = ACTIONS(1640),
    [anon_sym_DOLLARtype] = ACTIONS(1642),
    [anon_sym_return] = ACTIONS(1640),
    [anon_sym_untyped] = ACTIONS(1640),
    [anon_sym_break] = ACTIONS(1640),
    [anon_sym_continue] = ACTIONS(1640),
    [anon_sym_LBRACK] = ACTIONS(1642),
    [anon_sym_this] = ACTIONS(1640),
    [anon_sym_AT] = ACTIONS(1640),
    [anon_sym_AT_COLON] = ACTIONS(1642),
    [anon_sym_if] = ACTIONS(1640),
    [anon_sym_new] = ACTIONS(1640),
    [anon_sym_TILDE] = ACTIONS(1642),
    [anon_sym_BANG] = ACTIONS(1640),
    [anon_sym_DASH] = ACTIONS(1640),
    [anon_sym_PLUS_PLUS] = ACTIONS(1642),
    [anon_sym_DASH_DASH] = ACTIONS(1642),
    [anon_sym_PERCENT] = ACTIONS(1642),
    [anon_sym_STAR] = ACTIONS(1642),
    [anon_sym_SLASH] = ACTIONS(1640),
    [anon_sym_PLUS] = ACTIONS(1640),
    [anon_sym_LT_LT] = ACTIONS(1642),
    [anon_sym_GT_GT] = ACTIONS(1640),
    [anon_sym_GT_GT_GT] = ACTIONS(1642),
    [anon_sym_AMP] = ACTIONS(1640),
    [anon_sym_PIPE] = ACTIONS(1640),
    [anon_sym_CARET] = ACTIONS(1642),
    [anon_sym_AMP_AMP] = ACTIONS(1642),
    [anon_sym_PIPE_PIPE] = ACTIONS(1642),
    [anon_sym_EQ_EQ] = ACTIONS(1642),
    [anon_sym_BANG_EQ] = ACTIONS(1642),
    [anon_sym_LT] = ACTIONS(1640),
    [anon_sym_LT_EQ] = ACTIONS(1642),
    [anon_sym_GT] = ACTIONS(1640),
    [anon_sym_GT_EQ] = ACTIONS(1642),
    [anon_sym_EQ_GT] = ACTIONS(1642),
    [anon_sym_QMARK_QMARK] = ACTIONS(1642),
    [anon_sym_EQ] = ACTIONS(1640),
    [sym__rangeOperator] = ACTIONS(1642),
    [anon_sym_null] = ACTIONS(1640),
    [anon_sym_macro] = ACTIONS(1640),
    [anon_sym_abstract] = ACTIONS(1640),
    [anon_sym_static] = ACTIONS(1640),
    [anon_sym_public] = ACTIONS(1640),
    [anon_sym_private] = ACTIONS(1640),
    [anon_sym_extern] = ACTIONS(1640),
    [anon_sym_inline] = ACTIONS(1640),
    [anon_sym_overload] = ACTIONS(1640),
    [anon_sym_override] = ACTIONS(1640),
    [anon_sym_final] = ACTIONS(1640),
    [anon_sym_class] = ACTIONS(1640),
    [anon_sym_interface] = ACTIONS(1640),
    [anon_sym_typedef] = ACTIONS(1640),
    [anon_sym_function] = ACTIONS(1640),
    [anon_sym_var] = ACTIONS(1640),
    [aux_sym_integer_token1] = ACTIONS(1640),
    [aux_sym_integer_token2] = ACTIONS(1642),
    [aux_sym_float_token1] = ACTIONS(1640),
    [aux_sym_float_token2] = ACTIONS(1642),
    [anon_sym_true] = ACTIONS(1640),
    [anon_sym_false] = ACTIONS(1640),
    [aux_sym_string_token1] = ACTIONS(1642),
    [aux_sym_string_token3] = ACTIONS(1642),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1642),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [309] = {
    [sym_identifier] = ACTIONS(1644),
    [anon_sym_POUND] = ACTIONS(1646),
    [anon_sym_package] = ACTIONS(1644),
    [anon_sym_import] = ACTIONS(1644),
    [anon_sym_using] = ACTIONS(1644),
    [anon_sym_throw] = ACTIONS(1644),
    [anon_sym_LPAREN] = ACTIONS(1646),
    [anon_sym_switch] = ACTIONS(1644),
    [anon_sym_LBRACE] = ACTIONS(1646),
    [anon_sym_case] = ACTIONS(1644),
    [anon_sym_default] = ACTIONS(1644),
    [anon_sym_cast] = ACTIONS(1644),
    [anon_sym_DOLLARtype] = ACTIONS(1646),
    [anon_sym_return] = ACTIONS(1644),
    [anon_sym_untyped] = ACTIONS(1644),
    [anon_sym_break] = ACTIONS(1644),
    [anon_sym_continue] = ACTIONS(1644),
    [anon_sym_LBRACK] = ACTIONS(1646),
    [anon_sym_this] = ACTIONS(1644),
    [anon_sym_AT] = ACTIONS(1644),
    [anon_sym_AT_COLON] = ACTIONS(1646),
    [anon_sym_if] = ACTIONS(1644),
    [anon_sym_new] = ACTIONS(1644),
    [anon_sym_TILDE] = ACTIONS(1646),
    [anon_sym_BANG] = ACTIONS(1644),
    [anon_sym_DASH] = ACTIONS(1644),
    [anon_sym_PLUS_PLUS] = ACTIONS(1646),
    [anon_sym_DASH_DASH] = ACTIONS(1646),
    [anon_sym_PERCENT] = ACTIONS(1646),
    [anon_sym_STAR] = ACTIONS(1646),
    [anon_sym_SLASH] = ACTIONS(1644),
    [anon_sym_PLUS] = ACTIONS(1644),
    [anon_sym_LT_LT] = ACTIONS(1646),
    [anon_sym_GT_GT] = ACTIONS(1644),
    [anon_sym_GT_GT_GT] = ACTIONS(1646),
    [anon_sym_AMP] = ACTIONS(1644),
    [anon_sym_PIPE] = ACTIONS(1644),
    [anon_sym_CARET] = ACTIONS(1646),
    [anon_sym_AMP_AMP] = ACTIONS(1646),
    [anon_sym_PIPE_PIPE] = ACTIONS(1646),
    [anon_sym_EQ_EQ] = ACTIONS(1646),
    [anon_sym_BANG_EQ] = ACTIONS(1646),
    [anon_sym_LT] = ACTIONS(1644),
    [anon_sym_LT_EQ] = ACTIONS(1646),
    [anon_sym_GT] = ACTIONS(1644),
    [anon_sym_GT_EQ] = ACTIONS(1646),
    [anon_sym_EQ_GT] = ACTIONS(1646),
    [anon_sym_QMARK_QMARK] = ACTIONS(1646),
    [anon_sym_EQ] = ACTIONS(1644),
    [sym__rangeOperator] = ACTIONS(1646),
    [anon_sym_null] = ACTIONS(1644),
    [anon_sym_macro] = ACTIONS(1644),
    [anon_sym_abstract] = ACTIONS(1644),
    [anon_sym_static] = ACTIONS(1644),
    [anon_sym_public] = ACTIONS(1644),
    [anon_sym_private] = ACTIONS(1644),
    [anon_sym_extern] = ACTIONS(1644),
    [anon_sym_inline] = ACTIONS(1644),
    [anon_sym_overload] = ACTIONS(1644),
    [anon_sym_override] = ACTIONS(1644),
    [anon_sym_final] = ACTIONS(1644),
    [anon_sym_class] = ACTIONS(1644),
    [anon_sym_interface] = ACTIONS(1644),
    [anon_sym_typedef] = ACTIONS(1644),
    [anon_sym_function] = ACTIONS(1644),
    [anon_sym_var] = ACTIONS(1644),
    [aux_sym_integer_token1] = ACTIONS(1644),
    [aux_sym_integer_token2] = ACTIONS(1646),
    [aux_sym_float_token1] = ACTIONS(1644),
    [aux_sym_float_token2] = ACTIONS(1646),
    [anon_sym_true] = ACTIONS(1644),
    [anon_sym_false] = ACTIONS(1644),
    [aux_sym_string_token1] = ACTIONS(1646),
    [aux_sym_string_token3] = ACTIONS(1646),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1646),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [310] = {
    [sym_identifier] = ACTIONS(1648),
    [anon_sym_POUND] = ACTIONS(1650),
    [anon_sym_package] = ACTIONS(1648),
    [anon_sym_import] = ACTIONS(1648),
    [anon_sym_using] = ACTIONS(1648),
    [anon_sym_throw] = ACTIONS(1648),
    [anon_sym_LPAREN] = ACTIONS(1650),
    [anon_sym_switch] = ACTIONS(1648),
    [anon_sym_LBRACE] = ACTIONS(1650),
    [anon_sym_case] = ACTIONS(1648),
    [anon_sym_default] = ACTIONS(1648),
    [anon_sym_cast] = ACTIONS(1648),
    [anon_sym_DOLLARtype] = ACTIONS(1650),
    [anon_sym_return] = ACTIONS(1648),
    [anon_sym_untyped] = ACTIONS(1648),
    [anon_sym_break] = ACTIONS(1648),
    [anon_sym_continue] = ACTIONS(1648),
    [anon_sym_LBRACK] = ACTIONS(1650),
    [anon_sym_this] = ACTIONS(1648),
    [anon_sym_AT] = ACTIONS(1648),
    [anon_sym_AT_COLON] = ACTIONS(1650),
    [anon_sym_if] = ACTIONS(1648),
    [anon_sym_new] = ACTIONS(1648),
    [anon_sym_TILDE] = ACTIONS(1650),
    [anon_sym_BANG] = ACTIONS(1648),
    [anon_sym_DASH] = ACTIONS(1648),
    [anon_sym_PLUS_PLUS] = ACTIONS(1650),
    [anon_sym_DASH_DASH] = ACTIONS(1650),
    [anon_sym_PERCENT] = ACTIONS(1650),
    [anon_sym_STAR] = ACTIONS(1650),
    [anon_sym_SLASH] = ACTIONS(1648),
    [anon_sym_PLUS] = ACTIONS(1648),
    [anon_sym_LT_LT] = ACTIONS(1650),
    [anon_sym_GT_GT] = ACTIONS(1648),
    [anon_sym_GT_GT_GT] = ACTIONS(1650),
    [anon_sym_AMP] = ACTIONS(1648),
    [anon_sym_PIPE] = ACTIONS(1648),
    [anon_sym_CARET] = ACTIONS(1650),
    [anon_sym_AMP_AMP] = ACTIONS(1650),
    [anon_sym_PIPE_PIPE] = ACTIONS(1650),
    [anon_sym_EQ_EQ] = ACTIONS(1650),
    [anon_sym_BANG_EQ] = ACTIONS(1650),
    [anon_sym_LT] = ACTIONS(1648),
    [anon_sym_LT_EQ] = ACTIONS(1650),
    [anon_sym_GT] = ACTIONS(1648),
    [anon_sym_GT_EQ] = ACTIONS(1650),
    [anon_sym_EQ_GT] = ACTIONS(1650),
    [anon_sym_QMARK_QMARK] = ACTIONS(1650),
    [anon_sym_EQ] = ACTIONS(1648),
    [sym__rangeOperator] = ACTIONS(1650),
    [anon_sym_null] = ACTIONS(1648),
    [anon_sym_macro] = ACTIONS(1648),
    [anon_sym_abstract] = ACTIONS(1648),
    [anon_sym_static] = ACTIONS(1648),
    [anon_sym_public] = ACTIONS(1648),
    [anon_sym_private] = ACTIONS(1648),
    [anon_sym_extern] = ACTIONS(1648),
    [anon_sym_inline] = ACTIONS(1648),
    [anon_sym_overload] = ACTIONS(1648),
    [anon_sym_override] = ACTIONS(1648),
    [anon_sym_final] = ACTIONS(1648),
    [anon_sym_class] = ACTIONS(1648),
    [anon_sym_interface] = ACTIONS(1648),
    [anon_sym_typedef] = ACTIONS(1648),
    [anon_sym_function] = ACTIONS(1648),
    [anon_sym_var] = ACTIONS(1648),
    [aux_sym_integer_token1] = ACTIONS(1648),
    [aux_sym_integer_token2] = ACTIONS(1650),
    [aux_sym_float_token1] = ACTIONS(1648),
    [aux_sym_float_token2] = ACTIONS(1650),
    [anon_sym_true] = ACTIONS(1648),
    [anon_sym_false] = ACTIONS(1648),
    [aux_sym_string_token1] = ACTIONS(1650),
    [aux_sym_string_token3] = ACTIONS(1650),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1650),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [311] = {
    [sym_identifier] = ACTIONS(1652),
    [anon_sym_POUND] = ACTIONS(1654),
    [anon_sym_package] = ACTIONS(1652),
    [anon_sym_import] = ACTIONS(1652),
    [anon_sym_using] = ACTIONS(1652),
    [anon_sym_throw] = ACTIONS(1652),
    [anon_sym_LPAREN] = ACTIONS(1654),
    [anon_sym_switch] = ACTIONS(1652),
    [anon_sym_LBRACE] = ACTIONS(1654),
    [anon_sym_case] = ACTIONS(1652),
    [anon_sym_default] = ACTIONS(1652),
    [anon_sym_cast] = ACTIONS(1652),
    [anon_sym_DOLLARtype] = ACTIONS(1654),
    [anon_sym_return] = ACTIONS(1652),
    [anon_sym_untyped] = ACTIONS(1652),
    [anon_sym_break] = ACTIONS(1652),
    [anon_sym_continue] = ACTIONS(1652),
    [anon_sym_LBRACK] = ACTIONS(1654),
    [anon_sym_this] = ACTIONS(1652),
    [anon_sym_AT] = ACTIONS(1652),
    [anon_sym_AT_COLON] = ACTIONS(1654),
    [anon_sym_if] = ACTIONS(1652),
    [anon_sym_new] = ACTIONS(1652),
    [anon_sym_TILDE] = ACTIONS(1654),
    [anon_sym_BANG] = ACTIONS(1652),
    [anon_sym_DASH] = ACTIONS(1652),
    [anon_sym_PLUS_PLUS] = ACTIONS(1654),
    [anon_sym_DASH_DASH] = ACTIONS(1654),
    [anon_sym_PERCENT] = ACTIONS(1654),
    [anon_sym_STAR] = ACTIONS(1654),
    [anon_sym_SLASH] = ACTIONS(1652),
    [anon_sym_PLUS] = ACTIONS(1652),
    [anon_sym_LT_LT] = ACTIONS(1654),
    [anon_sym_GT_GT] = ACTIONS(1652),
    [anon_sym_GT_GT_GT] = ACTIONS(1654),
    [anon_sym_AMP] = ACTIONS(1652),
    [anon_sym_PIPE] = ACTIONS(1652),
    [anon_sym_CARET] = ACTIONS(1654),
    [anon_sym_AMP_AMP] = ACTIONS(1654),
    [anon_sym_PIPE_PIPE] = ACTIONS(1654),
    [anon_sym_EQ_EQ] = ACTIONS(1654),
    [anon_sym_BANG_EQ] = ACTIONS(1654),
    [anon_sym_LT] = ACTIONS(1652),
    [anon_sym_LT_EQ] = ACTIONS(1654),
    [anon_sym_GT] = ACTIONS(1652),
    [anon_sym_GT_EQ] = ACTIONS(1654),
    [anon_sym_EQ_GT] = ACTIONS(1654),
    [anon_sym_QMARK_QMARK] = ACTIONS(1654),
    [anon_sym_EQ] = ACTIONS(1652),
    [sym__rangeOperator] = ACTIONS(1654),
    [anon_sym_null] = ACTIONS(1652),
    [anon_sym_macro] = ACTIONS(1652),
    [anon_sym_abstract] = ACTIONS(1652),
    [anon_sym_static] = ACTIONS(1652),
    [anon_sym_public] = ACTIONS(1652),
    [anon_sym_private] = ACTIONS(1652),
    [anon_sym_extern] = ACTIONS(1652),
    [anon_sym_inline] = ACTIONS(1652),
    [anon_sym_overload] = ACTIONS(1652),
    [anon_sym_override] = ACTIONS(1652),
    [anon_sym_final] = ACTIONS(1652),
    [anon_sym_class] = ACTIONS(1652),
    [anon_sym_interface] = ACTIONS(1652),
    [anon_sym_typedef] = ACTIONS(1652),
    [anon_sym_function] = ACTIONS(1652),
    [anon_sym_var] = ACTIONS(1652),
    [aux_sym_integer_token1] = ACTIONS(1652),
    [aux_sym_integer_token2] = ACTIONS(1654),
    [aux_sym_float_token1] = ACTIONS(1652),
    [aux_sym_float_token2] = ACTIONS(1654),
    [anon_sym_true] = ACTIONS(1652),
    [anon_sym_false] = ACTIONS(1652),
    [aux_sym_string_token1] = ACTIONS(1654),
    [aux_sym_string_token3] = ACTIONS(1654),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1654),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [312] = {
    [sym_identifier] = ACTIONS(1656),
    [anon_sym_POUND] = ACTIONS(1658),
    [anon_sym_package] = ACTIONS(1656),
    [anon_sym_import] = ACTIONS(1656),
    [anon_sym_using] = ACTIONS(1656),
    [anon_sym_throw] = ACTIONS(1656),
    [anon_sym_LPAREN] = ACTIONS(1658),
    [anon_sym_switch] = ACTIONS(1656),
    [anon_sym_LBRACE] = ACTIONS(1658),
    [anon_sym_case] = ACTIONS(1656),
    [anon_sym_default] = ACTIONS(1656),
    [anon_sym_cast] = ACTIONS(1656),
    [anon_sym_DOLLARtype] = ACTIONS(1658),
    [anon_sym_return] = ACTIONS(1656),
    [anon_sym_untyped] = ACTIONS(1656),
    [anon_sym_break] = ACTIONS(1656),
    [anon_sym_continue] = ACTIONS(1656),
    [anon_sym_LBRACK] = ACTIONS(1658),
    [anon_sym_this] = ACTIONS(1656),
    [anon_sym_AT] = ACTIONS(1656),
    [anon_sym_AT_COLON] = ACTIONS(1658),
    [anon_sym_if] = ACTIONS(1656),
    [anon_sym_new] = ACTIONS(1656),
    [anon_sym_TILDE] = ACTIONS(1658),
    [anon_sym_BANG] = ACTIONS(1656),
    [anon_sym_DASH] = ACTIONS(1656),
    [anon_sym_PLUS_PLUS] = ACTIONS(1658),
    [anon_sym_DASH_DASH] = ACTIONS(1658),
    [anon_sym_PERCENT] = ACTIONS(1658),
    [anon_sym_STAR] = ACTIONS(1658),
    [anon_sym_SLASH] = ACTIONS(1656),
    [anon_sym_PLUS] = ACTIONS(1656),
    [anon_sym_LT_LT] = ACTIONS(1658),
    [anon_sym_GT_GT] = ACTIONS(1656),
    [anon_sym_GT_GT_GT] = ACTIONS(1658),
    [anon_sym_AMP] = ACTIONS(1656),
    [anon_sym_PIPE] = ACTIONS(1656),
    [anon_sym_CARET] = ACTIONS(1658),
    [anon_sym_AMP_AMP] = ACTIONS(1658),
    [anon_sym_PIPE_PIPE] = ACTIONS(1658),
    [anon_sym_EQ_EQ] = ACTIONS(1658),
    [anon_sym_BANG_EQ] = ACTIONS(1658),
    [anon_sym_LT] = ACTIONS(1656),
    [anon_sym_LT_EQ] = ACTIONS(1658),
    [anon_sym_GT] = ACTIONS(1656),
    [anon_sym_GT_EQ] = ACTIONS(1658),
    [anon_sym_EQ_GT] = ACTIONS(1658),
    [anon_sym_QMARK_QMARK] = ACTIONS(1658),
    [anon_sym_EQ] = ACTIONS(1656),
    [sym__rangeOperator] = ACTIONS(1658),
    [anon_sym_null] = ACTIONS(1656),
    [anon_sym_macro] = ACTIONS(1656),
    [anon_sym_abstract] = ACTIONS(1656),
    [anon_sym_static] = ACTIONS(1656),
    [anon_sym_public] = ACTIONS(1656),
    [anon_sym_private] = ACTIONS(1656),
    [anon_sym_extern] = ACTIONS(1656),
    [anon_sym_inline] = ACTIONS(1656),
    [anon_sym_overload] = ACTIONS(1656),
    [anon_sym_override] = ACTIONS(1656),
    [anon_sym_final] = ACTIONS(1656),
    [anon_sym_class] = ACTIONS(1656),
    [anon_sym_interface] = ACTIONS(1656),
    [anon_sym_typedef] = ACTIONS(1656),
    [anon_sym_function] = ACTIONS(1656),
    [anon_sym_var] = ACTIONS(1656),
    [aux_sym_integer_token1] = ACTIONS(1656),
    [aux_sym_integer_token2] = ACTIONS(1658),
    [aux_sym_float_token1] = ACTIONS(1656),
    [aux_sym_float_token2] = ACTIONS(1658),
    [anon_sym_true] = ACTIONS(1656),
    [anon_sym_false] = ACTIONS(1656),
    [aux_sym_string_token1] = ACTIONS(1658),
    [aux_sym_string_token3] = ACTIONS(1658),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1658),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [313] = {
    [sym_identifier] = ACTIONS(1660),
    [anon_sym_POUND] = ACTIONS(1662),
    [anon_sym_package] = ACTIONS(1660),
    [anon_sym_import] = ACTIONS(1660),
    [anon_sym_using] = ACTIONS(1660),
    [anon_sym_throw] = ACTIONS(1660),
    [anon_sym_LPAREN] = ACTIONS(1662),
    [anon_sym_switch] = ACTIONS(1660),
    [anon_sym_LBRACE] = ACTIONS(1662),
    [anon_sym_case] = ACTIONS(1660),
    [anon_sym_default] = ACTIONS(1660),
    [anon_sym_cast] = ACTIONS(1660),
    [anon_sym_DOLLARtype] = ACTIONS(1662),
    [anon_sym_return] = ACTIONS(1660),
    [anon_sym_untyped] = ACTIONS(1660),
    [anon_sym_break] = ACTIONS(1660),
    [anon_sym_continue] = ACTIONS(1660),
    [anon_sym_LBRACK] = ACTIONS(1662),
    [anon_sym_this] = ACTIONS(1660),
    [anon_sym_AT] = ACTIONS(1660),
    [anon_sym_AT_COLON] = ACTIONS(1662),
    [anon_sym_if] = ACTIONS(1660),
    [anon_sym_new] = ACTIONS(1660),
    [anon_sym_TILDE] = ACTIONS(1662),
    [anon_sym_BANG] = ACTIONS(1660),
    [anon_sym_DASH] = ACTIONS(1660),
    [anon_sym_PLUS_PLUS] = ACTIONS(1662),
    [anon_sym_DASH_DASH] = ACTIONS(1662),
    [anon_sym_PERCENT] = ACTIONS(1662),
    [anon_sym_STAR] = ACTIONS(1662),
    [anon_sym_SLASH] = ACTIONS(1660),
    [anon_sym_PLUS] = ACTIONS(1660),
    [anon_sym_LT_LT] = ACTIONS(1662),
    [anon_sym_GT_GT] = ACTIONS(1660),
    [anon_sym_GT_GT_GT] = ACTIONS(1662),
    [anon_sym_AMP] = ACTIONS(1660),
    [anon_sym_PIPE] = ACTIONS(1660),
    [anon_sym_CARET] = ACTIONS(1662),
    [anon_sym_AMP_AMP] = ACTIONS(1662),
    [anon_sym_PIPE_PIPE] = ACTIONS(1662),
    [anon_sym_EQ_EQ] = ACTIONS(1662),
    [anon_sym_BANG_EQ] = ACTIONS(1662),
    [anon_sym_LT] = ACTIONS(1660),
    [anon_sym_LT_EQ] = ACTIONS(1662),
    [anon_sym_GT] = ACTIONS(1660),
    [anon_sym_GT_EQ] = ACTIONS(1662),
    [anon_sym_EQ_GT] = ACTIONS(1662),
    [anon_sym_QMARK_QMARK] = ACTIONS(1662),
    [anon_sym_EQ] = ACTIONS(1660),
    [sym__rangeOperator] = ACTIONS(1662),
    [anon_sym_null] = ACTIONS(1660),
    [anon_sym_macro] = ACTIONS(1660),
    [anon_sym_abstract] = ACTIONS(1660),
    [anon_sym_static] = ACTIONS(1660),
    [anon_sym_public] = ACTIONS(1660),
    [anon_sym_private] = ACTIONS(1660),
    [anon_sym_extern] = ACTIONS(1660),
    [anon_sym_inline] = ACTIONS(1660),
    [anon_sym_overload] = ACTIONS(1660),
    [anon_sym_override] = ACTIONS(1660),
    [anon_sym_final] = ACTIONS(1660),
    [anon_sym_class] = ACTIONS(1660),
    [anon_sym_interface] = ACTIONS(1660),
    [anon_sym_typedef] = ACTIONS(1660),
    [anon_sym_function] = ACTIONS(1660),
    [anon_sym_var] = ACTIONS(1660),
    [aux_sym_integer_token1] = ACTIONS(1660),
    [aux_sym_integer_token2] = ACTIONS(1662),
    [aux_sym_float_token1] = ACTIONS(1660),
    [aux_sym_float_token2] = ACTIONS(1662),
    [anon_sym_true] = ACTIONS(1660),
    [anon_sym_false] = ACTIONS(1660),
    [aux_sym_string_token1] = ACTIONS(1662),
    [aux_sym_string_token3] = ACTIONS(1662),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1662),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [314] = {
    [sym_identifier] = ACTIONS(1664),
    [anon_sym_POUND] = ACTIONS(1666),
    [anon_sym_package] = ACTIONS(1664),
    [anon_sym_import] = ACTIONS(1664),
    [anon_sym_using] = ACTIONS(1664),
    [anon_sym_throw] = ACTIONS(1664),
    [anon_sym_LPAREN] = ACTIONS(1666),
    [anon_sym_switch] = ACTIONS(1664),
    [anon_sym_LBRACE] = ACTIONS(1666),
    [anon_sym_case] = ACTIONS(1664),
    [anon_sym_default] = ACTIONS(1664),
    [anon_sym_cast] = ACTIONS(1664),
    [anon_sym_DOLLARtype] = ACTIONS(1666),
    [anon_sym_return] = ACTIONS(1664),
    [anon_sym_untyped] = ACTIONS(1664),
    [anon_sym_break] = ACTIONS(1664),
    [anon_sym_continue] = ACTIONS(1664),
    [anon_sym_LBRACK] = ACTIONS(1666),
    [anon_sym_this] = ACTIONS(1664),
    [anon_sym_AT] = ACTIONS(1664),
    [anon_sym_AT_COLON] = ACTIONS(1666),
    [anon_sym_if] = ACTIONS(1664),
    [anon_sym_new] = ACTIONS(1664),
    [anon_sym_TILDE] = ACTIONS(1666),
    [anon_sym_BANG] = ACTIONS(1664),
    [anon_sym_DASH] = ACTIONS(1664),
    [anon_sym_PLUS_PLUS] = ACTIONS(1666),
    [anon_sym_DASH_DASH] = ACTIONS(1666),
    [anon_sym_PERCENT] = ACTIONS(1666),
    [anon_sym_STAR] = ACTIONS(1666),
    [anon_sym_SLASH] = ACTIONS(1664),
    [anon_sym_PLUS] = ACTIONS(1664),
    [anon_sym_LT_LT] = ACTIONS(1666),
    [anon_sym_GT_GT] = ACTIONS(1664),
    [anon_sym_GT_GT_GT] = ACTIONS(1666),
    [anon_sym_AMP] = ACTIONS(1664),
    [anon_sym_PIPE] = ACTIONS(1664),
    [anon_sym_CARET] = ACTIONS(1666),
    [anon_sym_AMP_AMP] = ACTIONS(1666),
    [anon_sym_PIPE_PIPE] = ACTIONS(1666),
    [anon_sym_EQ_EQ] = ACTIONS(1666),
    [anon_sym_BANG_EQ] = ACTIONS(1666),
    [anon_sym_LT] = ACTIONS(1664),
    [anon_sym_LT_EQ] = ACTIONS(1666),
    [anon_sym_GT] = ACTIONS(1664),
    [anon_sym_GT_EQ] = ACTIONS(1666),
    [anon_sym_EQ_GT] = ACTIONS(1666),
    [anon_sym_QMARK_QMARK] = ACTIONS(1666),
    [anon_sym_EQ] = ACTIONS(1664),
    [sym__rangeOperator] = ACTIONS(1666),
    [anon_sym_null] = ACTIONS(1664),
    [anon_sym_macro] = ACTIONS(1664),
    [anon_sym_abstract] = ACTIONS(1664),
    [anon_sym_static] = ACTIONS(1664),
    [anon_sym_public] = ACTIONS(1664),
    [anon_sym_private] = ACTIONS(1664),
    [anon_sym_extern] = ACTIONS(1664),
    [anon_sym_inline] = ACTIONS(1664),
    [anon_sym_overload] = ACTIONS(1664),
    [anon_sym_override] = ACTIONS(1664),
    [anon_sym_final] = ACTIONS(1664),
    [anon_sym_class] = ACTIONS(1664),
    [anon_sym_interface] = ACTIONS(1664),
    [anon_sym_typedef] = ACTIONS(1664),
    [anon_sym_function] = ACTIONS(1664),
    [anon_sym_var] = ACTIONS(1664),
    [aux_sym_integer_token1] = ACTIONS(1664),
    [aux_sym_integer_token2] = ACTIONS(1666),
    [aux_sym_float_token1] = ACTIONS(1664),
    [aux_sym_float_token2] = ACTIONS(1666),
    [anon_sym_true] = ACTIONS(1664),
    [anon_sym_false] = ACTIONS(1664),
    [aux_sym_string_token1] = ACTIONS(1666),
    [aux_sym_string_token3] = ACTIONS(1666),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1666),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [315] = {
    [sym_identifier] = ACTIONS(1668),
    [anon_sym_POUND] = ACTIONS(1670),
    [anon_sym_package] = ACTIONS(1668),
    [anon_sym_import] = ACTIONS(1668),
    [anon_sym_using] = ACTIONS(1668),
    [anon_sym_throw] = ACTIONS(1668),
    [anon_sym_LPAREN] = ACTIONS(1670),
    [anon_sym_switch] = ACTIONS(1668),
    [anon_sym_LBRACE] = ACTIONS(1670),
    [anon_sym_case] = ACTIONS(1668),
    [anon_sym_default] = ACTIONS(1668),
    [anon_sym_cast] = ACTIONS(1668),
    [anon_sym_DOLLARtype] = ACTIONS(1670),
    [anon_sym_return] = ACTIONS(1668),
    [anon_sym_untyped] = ACTIONS(1668),
    [anon_sym_break] = ACTIONS(1668),
    [anon_sym_continue] = ACTIONS(1668),
    [anon_sym_LBRACK] = ACTIONS(1670),
    [anon_sym_this] = ACTIONS(1668),
    [anon_sym_AT] = ACTIONS(1668),
    [anon_sym_AT_COLON] = ACTIONS(1670),
    [anon_sym_if] = ACTIONS(1668),
    [anon_sym_new] = ACTIONS(1668),
    [anon_sym_TILDE] = ACTIONS(1670),
    [anon_sym_BANG] = ACTIONS(1668),
    [anon_sym_DASH] = ACTIONS(1668),
    [anon_sym_PLUS_PLUS] = ACTIONS(1670),
    [anon_sym_DASH_DASH] = ACTIONS(1670),
    [anon_sym_PERCENT] = ACTIONS(1670),
    [anon_sym_STAR] = ACTIONS(1670),
    [anon_sym_SLASH] = ACTIONS(1668),
    [anon_sym_PLUS] = ACTIONS(1668),
    [anon_sym_LT_LT] = ACTIONS(1670),
    [anon_sym_GT_GT] = ACTIONS(1668),
    [anon_sym_GT_GT_GT] = ACTIONS(1670),
    [anon_sym_AMP] = ACTIONS(1668),
    [anon_sym_PIPE] = ACTIONS(1668),
    [anon_sym_CARET] = ACTIONS(1670),
    [anon_sym_AMP_AMP] = ACTIONS(1670),
    [anon_sym_PIPE_PIPE] = ACTIONS(1670),
    [anon_sym_EQ_EQ] = ACTIONS(1670),
    [anon_sym_BANG_EQ] = ACTIONS(1670),
    [anon_sym_LT] = ACTIONS(1668),
    [anon_sym_LT_EQ] = ACTIONS(1670),
    [anon_sym_GT] = ACTIONS(1668),
    [anon_sym_GT_EQ] = ACTIONS(1670),
    [anon_sym_EQ_GT] = ACTIONS(1670),
    [anon_sym_QMARK_QMARK] = ACTIONS(1670),
    [anon_sym_EQ] = ACTIONS(1668),
    [sym__rangeOperator] = ACTIONS(1670),
    [anon_sym_null] = ACTIONS(1668),
    [anon_sym_macro] = ACTIONS(1668),
    [anon_sym_abstract] = ACTIONS(1668),
    [anon_sym_static] = ACTIONS(1668),
    [anon_sym_public] = ACTIONS(1668),
    [anon_sym_private] = ACTIONS(1668),
    [anon_sym_extern] = ACTIONS(1668),
    [anon_sym_inline] = ACTIONS(1668),
    [anon_sym_overload] = ACTIONS(1668),
    [anon_sym_override] = ACTIONS(1668),
    [anon_sym_final] = ACTIONS(1668),
    [anon_sym_class] = ACTIONS(1668),
    [anon_sym_interface] = ACTIONS(1668),
    [anon_sym_typedef] = ACTIONS(1668),
    [anon_sym_function] = ACTIONS(1668),
    [anon_sym_var] = ACTIONS(1668),
    [aux_sym_integer_token1] = ACTIONS(1668),
    [aux_sym_integer_token2] = ACTIONS(1670),
    [aux_sym_float_token1] = ACTIONS(1668),
    [aux_sym_float_token2] = ACTIONS(1670),
    [anon_sym_true] = ACTIONS(1668),
    [anon_sym_false] = ACTIONS(1668),
    [aux_sym_string_token1] = ACTIONS(1670),
    [aux_sym_string_token3] = ACTIONS(1670),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1670),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [316] = {
    [ts_builtin_sym_end] = ACTIONS(1598),
    [sym_identifier] = ACTIONS(1596),
    [anon_sym_POUND] = ACTIONS(1598),
    [anon_sym_package] = ACTIONS(1596),
    [anon_sym_import] = ACTIONS(1596),
    [anon_sym_using] = ACTIONS(1596),
    [anon_sym_throw] = ACTIONS(1596),
    [anon_sym_LPAREN] = ACTIONS(1598),
    [anon_sym_switch] = ACTIONS(1596),
    [anon_sym_LBRACE] = ACTIONS(1598),
    [anon_sym_cast] = ACTIONS(1596),
    [anon_sym_DOLLARtype] = ACTIONS(1598),
    [anon_sym_return] = ACTIONS(1596),
    [anon_sym_untyped] = ACTIONS(1596),
    [anon_sym_break] = ACTIONS(1596),
    [anon_sym_continue] = ACTIONS(1596),
    [anon_sym_LBRACK] = ACTIONS(1598),
    [anon_sym_this] = ACTIONS(1596),
    [anon_sym_AT] = ACTIONS(1596),
    [anon_sym_AT_COLON] = ACTIONS(1598),
    [anon_sym_if] = ACTIONS(1596),
    [anon_sym_else] = ACTIONS(1596),
    [anon_sym_elseif] = ACTIONS(1598),
    [anon_sym_new] = ACTIONS(1596),
    [anon_sym_TILDE] = ACTIONS(1598),
    [anon_sym_BANG] = ACTIONS(1596),
    [anon_sym_DASH] = ACTIONS(1596),
    [anon_sym_PLUS_PLUS] = ACTIONS(1598),
    [anon_sym_DASH_DASH] = ACTIONS(1598),
    [anon_sym_PERCENT] = ACTIONS(1598),
    [anon_sym_STAR] = ACTIONS(1598),
    [anon_sym_SLASH] = ACTIONS(1596),
    [anon_sym_PLUS] = ACTIONS(1596),
    [anon_sym_LT_LT] = ACTIONS(1598),
    [anon_sym_GT_GT] = ACTIONS(1596),
    [anon_sym_GT_GT_GT] = ACTIONS(1598),
    [anon_sym_AMP] = ACTIONS(1596),
    [anon_sym_PIPE] = ACTIONS(1596),
    [anon_sym_CARET] = ACTIONS(1598),
    [anon_sym_AMP_AMP] = ACTIONS(1598),
    [anon_sym_PIPE_PIPE] = ACTIONS(1598),
    [anon_sym_EQ_EQ] = ACTIONS(1598),
    [anon_sym_BANG_EQ] = ACTIONS(1598),
    [anon_sym_LT] = ACTIONS(1596),
    [anon_sym_LT_EQ] = ACTIONS(1598),
    [anon_sym_GT] = ACTIONS(1596),
    [anon_sym_GT_EQ] = ACTIONS(1598),
    [anon_sym_EQ_GT] = ACTIONS(1598),
    [anon_sym_QMARK_QMARK] = ACTIONS(1598),
    [anon_sym_EQ] = ACTIONS(1596),
    [sym__rangeOperator] = ACTIONS(1598),
    [anon_sym_null] = ACTIONS(1596),
    [anon_sym_macro] = ACTIONS(1596),
    [anon_sym_abstract] = ACTIONS(1596),
    [anon_sym_static] = ACTIONS(1596),
    [anon_sym_public] = ACTIONS(1596),
    [anon_sym_private] = ACTIONS(1596),
    [anon_sym_extern] = ACTIONS(1596),
    [anon_sym_inline] = ACTIONS(1596),
    [anon_sym_overload] = ACTIONS(1596),
    [anon_sym_override] = ACTIONS(1596),
    [anon_sym_final] = ACTIONS(1596),
    [anon_sym_class] = ACTIONS(1596),
    [anon_sym_interface] = ACTIONS(1596),
    [anon_sym_typedef] = ACTIONS(1596),
    [anon_sym_function] = ACTIONS(1596),
    [anon_sym_var] = ACTIONS(1596),
    [aux_sym_integer_token1] = ACTIONS(1596),
    [aux_sym_integer_token2] = ACTIONS(1598),
    [aux_sym_float_token1] = ACTIONS(1596),
    [aux_sym_float_token2] = ACTIONS(1598),
    [anon_sym_true] = ACTIONS(1596),
    [anon_sym_false] = ACTIONS(1596),
    [aux_sym_string_token1] = ACTIONS(1598),
    [aux_sym_string_token3] = ACTIONS(1598),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [317] = {
    [sym_identifier] = ACTIONS(1672),
    [anon_sym_POUND] = ACTIONS(1674),
    [anon_sym_package] = ACTIONS(1672),
    [anon_sym_import] = ACTIONS(1672),
    [anon_sym_using] = ACTIONS(1672),
    [anon_sym_throw] = ACTIONS(1672),
    [anon_sym_LPAREN] = ACTIONS(1674),
    [anon_sym_switch] = ACTIONS(1672),
    [anon_sym_LBRACE] = ACTIONS(1674),
    [anon_sym_case] = ACTIONS(1672),
    [anon_sym_default] = ACTIONS(1672),
    [anon_sym_cast] = ACTIONS(1672),
    [anon_sym_DOLLARtype] = ACTIONS(1674),
    [anon_sym_return] = ACTIONS(1672),
    [anon_sym_untyped] = ACTIONS(1672),
    [anon_sym_break] = ACTIONS(1672),
    [anon_sym_continue] = ACTIONS(1672),
    [anon_sym_LBRACK] = ACTIONS(1674),
    [anon_sym_this] = ACTIONS(1672),
    [anon_sym_AT] = ACTIONS(1672),
    [anon_sym_AT_COLON] = ACTIONS(1674),
    [anon_sym_if] = ACTIONS(1672),
    [anon_sym_new] = ACTIONS(1672),
    [anon_sym_TILDE] = ACTIONS(1674),
    [anon_sym_BANG] = ACTIONS(1672),
    [anon_sym_DASH] = ACTIONS(1672),
    [anon_sym_PLUS_PLUS] = ACTIONS(1674),
    [anon_sym_DASH_DASH] = ACTIONS(1674),
    [anon_sym_PERCENT] = ACTIONS(1674),
    [anon_sym_STAR] = ACTIONS(1674),
    [anon_sym_SLASH] = ACTIONS(1672),
    [anon_sym_PLUS] = ACTIONS(1672),
    [anon_sym_LT_LT] = ACTIONS(1674),
    [anon_sym_GT_GT] = ACTIONS(1672),
    [anon_sym_GT_GT_GT] = ACTIONS(1674),
    [anon_sym_AMP] = ACTIONS(1672),
    [anon_sym_PIPE] = ACTIONS(1672),
    [anon_sym_CARET] = ACTIONS(1674),
    [anon_sym_AMP_AMP] = ACTIONS(1674),
    [anon_sym_PIPE_PIPE] = ACTIONS(1674),
    [anon_sym_EQ_EQ] = ACTIONS(1674),
    [anon_sym_BANG_EQ] = ACTIONS(1674),
    [anon_sym_LT] = ACTIONS(1672),
    [anon_sym_LT_EQ] = ACTIONS(1674),
    [anon_sym_GT] = ACTIONS(1672),
    [anon_sym_GT_EQ] = ACTIONS(1674),
    [anon_sym_EQ_GT] = ACTIONS(1674),
    [anon_sym_QMARK_QMARK] = ACTIONS(1674),
    [anon_sym_EQ] = ACTIONS(1672),
    [sym__rangeOperator] = ACTIONS(1674),
    [anon_sym_null] = ACTIONS(1672),
    [anon_sym_macro] = ACTIONS(1672),
    [anon_sym_abstract] = ACTIONS(1672),
    [anon_sym_static] = ACTIONS(1672),
    [anon_sym_public] = ACTIONS(1672),
    [anon_sym_private] = ACTIONS(1672),
    [anon_sym_extern] = ACTIONS(1672),
    [anon_sym_inline] = ACTIONS(1672),
    [anon_sym_overload] = ACTIONS(1672),
    [anon_sym_override] = ACTIONS(1672),
    [anon_sym_final] = ACTIONS(1672),
    [anon_sym_class] = ACTIONS(1672),
    [anon_sym_interface] = ACTIONS(1672),
    [anon_sym_typedef] = ACTIONS(1672),
    [anon_sym_function] = ACTIONS(1672),
    [anon_sym_var] = ACTIONS(1672),
    [aux_sym_integer_token1] = ACTIONS(1672),
    [aux_sym_integer_token2] = ACTIONS(1674),
    [aux_sym_float_token1] = ACTIONS(1672),
    [aux_sym_float_token2] = ACTIONS(1674),
    [anon_sym_true] = ACTIONS(1672),
    [anon_sym_false] = ACTIONS(1672),
    [aux_sym_string_token1] = ACTIONS(1674),
    [aux_sym_string_token3] = ACTIONS(1674),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1674),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [318] = {
    [ts_builtin_sym_end] = ACTIONS(1592),
    [sym_identifier] = ACTIONS(1590),
    [anon_sym_POUND] = ACTIONS(1592),
    [anon_sym_package] = ACTIONS(1590),
    [anon_sym_import] = ACTIONS(1590),
    [anon_sym_using] = ACTIONS(1590),
    [anon_sym_throw] = ACTIONS(1590),
    [anon_sym_LPAREN] = ACTIONS(1592),
    [anon_sym_switch] = ACTIONS(1590),
    [anon_sym_LBRACE] = ACTIONS(1592),
    [anon_sym_cast] = ACTIONS(1590),
    [anon_sym_DOLLARtype] = ACTIONS(1592),
    [anon_sym_return] = ACTIONS(1590),
    [anon_sym_untyped] = ACTIONS(1590),
    [anon_sym_break] = ACTIONS(1590),
    [anon_sym_continue] = ACTIONS(1590),
    [anon_sym_LBRACK] = ACTIONS(1592),
    [anon_sym_this] = ACTIONS(1590),
    [anon_sym_AT] = ACTIONS(1590),
    [anon_sym_AT_COLON] = ACTIONS(1592),
    [anon_sym_if] = ACTIONS(1590),
    [anon_sym_else] = ACTIONS(1590),
    [anon_sym_elseif] = ACTIONS(1592),
    [anon_sym_new] = ACTIONS(1590),
    [anon_sym_TILDE] = ACTIONS(1592),
    [anon_sym_BANG] = ACTIONS(1590),
    [anon_sym_DASH] = ACTIONS(1590),
    [anon_sym_PLUS_PLUS] = ACTIONS(1592),
    [anon_sym_DASH_DASH] = ACTIONS(1592),
    [anon_sym_PERCENT] = ACTIONS(1592),
    [anon_sym_STAR] = ACTIONS(1592),
    [anon_sym_SLASH] = ACTIONS(1590),
    [anon_sym_PLUS] = ACTIONS(1590),
    [anon_sym_LT_LT] = ACTIONS(1592),
    [anon_sym_GT_GT] = ACTIONS(1590),
    [anon_sym_GT_GT_GT] = ACTIONS(1592),
    [anon_sym_AMP] = ACTIONS(1590),
    [anon_sym_PIPE] = ACTIONS(1590),
    [anon_sym_CARET] = ACTIONS(1592),
    [anon_sym_AMP_AMP] = ACTIONS(1592),
    [anon_sym_PIPE_PIPE] = ACTIONS(1592),
    [anon_sym_EQ_EQ] = ACTIONS(1592),
    [anon_sym_BANG_EQ] = ACTIONS(1592),
    [anon_sym_LT] = ACTIONS(1590),
    [anon_sym_LT_EQ] = ACTIONS(1592),
    [anon_sym_GT] = ACTIONS(1590),
    [anon_sym_GT_EQ] = ACTIONS(1592),
    [anon_sym_EQ_GT] = ACTIONS(1592),
    [anon_sym_QMARK_QMARK] = ACTIONS(1592),
    [anon_sym_EQ] = ACTIONS(1590),
    [sym__rangeOperator] = ACTIONS(1592),
    [anon_sym_null] = ACTIONS(1590),
    [anon_sym_macro] = ACTIONS(1590),
    [anon_sym_abstract] = ACTIONS(1590),
    [anon_sym_static] = ACTIONS(1590),
    [anon_sym_public] = ACTIONS(1590),
    [anon_sym_private] = ACTIONS(1590),
    [anon_sym_extern] = ACTIONS(1590),
    [anon_sym_inline] = ACTIONS(1590),
    [anon_sym_overload] = ACTIONS(1590),
    [anon_sym_override] = ACTIONS(1590),
    [anon_sym_final] = ACTIONS(1590),
    [anon_sym_class] = ACTIONS(1590),
    [anon_sym_interface] = ACTIONS(1590),
    [anon_sym_typedef] = ACTIONS(1590),
    [anon_sym_function] = ACTIONS(1590),
    [anon_sym_var] = ACTIONS(1590),
    [aux_sym_integer_token1] = ACTIONS(1590),
    [aux_sym_integer_token2] = ACTIONS(1592),
    [aux_sym_float_token1] = ACTIONS(1590),
    [aux_sym_float_token2] = ACTIONS(1592),
    [anon_sym_true] = ACTIONS(1590),
    [anon_sym_false] = ACTIONS(1590),
    [aux_sym_string_token1] = ACTIONS(1592),
    [aux_sym_string_token3] = ACTIONS(1592),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [319] = {
    [sym_identifier] = ACTIONS(1676),
    [anon_sym_POUND] = ACTIONS(1678),
    [anon_sym_package] = ACTIONS(1676),
    [anon_sym_import] = ACTIONS(1676),
    [anon_sym_using] = ACTIONS(1676),
    [anon_sym_throw] = ACTIONS(1676),
    [anon_sym_LPAREN] = ACTIONS(1678),
    [anon_sym_switch] = ACTIONS(1676),
    [anon_sym_LBRACE] = ACTIONS(1678),
    [anon_sym_case] = ACTIONS(1676),
    [anon_sym_default] = ACTIONS(1676),
    [anon_sym_cast] = ACTIONS(1676),
    [anon_sym_DOLLARtype] = ACTIONS(1678),
    [anon_sym_return] = ACTIONS(1676),
    [anon_sym_untyped] = ACTIONS(1676),
    [anon_sym_break] = ACTIONS(1676),
    [anon_sym_continue] = ACTIONS(1676),
    [anon_sym_LBRACK] = ACTIONS(1678),
    [anon_sym_this] = ACTIONS(1676),
    [anon_sym_AT] = ACTIONS(1676),
    [anon_sym_AT_COLON] = ACTIONS(1678),
    [anon_sym_if] = ACTIONS(1676),
    [anon_sym_new] = ACTIONS(1676),
    [anon_sym_TILDE] = ACTIONS(1678),
    [anon_sym_BANG] = ACTIONS(1676),
    [anon_sym_DASH] = ACTIONS(1676),
    [anon_sym_PLUS_PLUS] = ACTIONS(1678),
    [anon_sym_DASH_DASH] = ACTIONS(1678),
    [anon_sym_PERCENT] = ACTIONS(1678),
    [anon_sym_STAR] = ACTIONS(1678),
    [anon_sym_SLASH] = ACTIONS(1676),
    [anon_sym_PLUS] = ACTIONS(1676),
    [anon_sym_LT_LT] = ACTIONS(1678),
    [anon_sym_GT_GT] = ACTIONS(1676),
    [anon_sym_GT_GT_GT] = ACTIONS(1678),
    [anon_sym_AMP] = ACTIONS(1676),
    [anon_sym_PIPE] = ACTIONS(1676),
    [anon_sym_CARET] = ACTIONS(1678),
    [anon_sym_AMP_AMP] = ACTIONS(1678),
    [anon_sym_PIPE_PIPE] = ACTIONS(1678),
    [anon_sym_EQ_EQ] = ACTIONS(1678),
    [anon_sym_BANG_EQ] = ACTIONS(1678),
    [anon_sym_LT] = ACTIONS(1676),
    [anon_sym_LT_EQ] = ACTIONS(1678),
    [anon_sym_GT] = ACTIONS(1676),
    [anon_sym_GT_EQ] = ACTIONS(1678),
    [anon_sym_EQ_GT] = ACTIONS(1678),
    [anon_sym_QMARK_QMARK] = ACTIONS(1678),
    [anon_sym_EQ] = ACTIONS(1676),
    [sym__rangeOperator] = ACTIONS(1678),
    [anon_sym_null] = ACTIONS(1676),
    [anon_sym_macro] = ACTIONS(1676),
    [anon_sym_abstract] = ACTIONS(1676),
    [anon_sym_static] = ACTIONS(1676),
    [anon_sym_public] = ACTIONS(1676),
    [anon_sym_private] = ACTIONS(1676),
    [anon_sym_extern] = ACTIONS(1676),
    [anon_sym_inline] = ACTIONS(1676),
    [anon_sym_overload] = ACTIONS(1676),
    [anon_sym_override] = ACTIONS(1676),
    [anon_sym_final] = ACTIONS(1676),
    [anon_sym_class] = ACTIONS(1676),
    [anon_sym_interface] = ACTIONS(1676),
    [anon_sym_typedef] = ACTIONS(1676),
    [anon_sym_function] = ACTIONS(1676),
    [anon_sym_var] = ACTIONS(1676),
    [aux_sym_integer_token1] = ACTIONS(1676),
    [aux_sym_integer_token2] = ACTIONS(1678),
    [aux_sym_float_token1] = ACTIONS(1676),
    [aux_sym_float_token2] = ACTIONS(1678),
    [anon_sym_true] = ACTIONS(1676),
    [anon_sym_false] = ACTIONS(1676),
    [aux_sym_string_token1] = ACTIONS(1678),
    [aux_sym_string_token3] = ACTIONS(1678),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1678),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [320] = {
    [sym_identifier] = ACTIONS(1680),
    [anon_sym_POUND] = ACTIONS(1682),
    [anon_sym_package] = ACTIONS(1680),
    [anon_sym_import] = ACTIONS(1680),
    [anon_sym_using] = ACTIONS(1680),
    [anon_sym_throw] = ACTIONS(1680),
    [anon_sym_LPAREN] = ACTIONS(1682),
    [anon_sym_switch] = ACTIONS(1680),
    [anon_sym_LBRACE] = ACTIONS(1682),
    [anon_sym_case] = ACTIONS(1680),
    [anon_sym_default] = ACTIONS(1680),
    [anon_sym_cast] = ACTIONS(1680),
    [anon_sym_DOLLARtype] = ACTIONS(1682),
    [anon_sym_return] = ACTIONS(1680),
    [anon_sym_untyped] = ACTIONS(1680),
    [anon_sym_break] = ACTIONS(1680),
    [anon_sym_continue] = ACTIONS(1680),
    [anon_sym_LBRACK] = ACTIONS(1682),
    [anon_sym_this] = ACTIONS(1680),
    [anon_sym_AT] = ACTIONS(1680),
    [anon_sym_AT_COLON] = ACTIONS(1682),
    [anon_sym_if] = ACTIONS(1680),
    [anon_sym_new] = ACTIONS(1680),
    [anon_sym_TILDE] = ACTIONS(1682),
    [anon_sym_BANG] = ACTIONS(1680),
    [anon_sym_DASH] = ACTIONS(1680),
    [anon_sym_PLUS_PLUS] = ACTIONS(1682),
    [anon_sym_DASH_DASH] = ACTIONS(1682),
    [anon_sym_PERCENT] = ACTIONS(1682),
    [anon_sym_STAR] = ACTIONS(1682),
    [anon_sym_SLASH] = ACTIONS(1680),
    [anon_sym_PLUS] = ACTIONS(1680),
    [anon_sym_LT_LT] = ACTIONS(1682),
    [anon_sym_GT_GT] = ACTIONS(1680),
    [anon_sym_GT_GT_GT] = ACTIONS(1682),
    [anon_sym_AMP] = ACTIONS(1680),
    [anon_sym_PIPE] = ACTIONS(1680),
    [anon_sym_CARET] = ACTIONS(1682),
    [anon_sym_AMP_AMP] = ACTIONS(1682),
    [anon_sym_PIPE_PIPE] = ACTIONS(1682),
    [anon_sym_EQ_EQ] = ACTIONS(1682),
    [anon_sym_BANG_EQ] = ACTIONS(1682),
    [anon_sym_LT] = ACTIONS(1680),
    [anon_sym_LT_EQ] = ACTIONS(1682),
    [anon_sym_GT] = ACTIONS(1680),
    [anon_sym_GT_EQ] = ACTIONS(1682),
    [anon_sym_EQ_GT] = ACTIONS(1682),
    [anon_sym_QMARK_QMARK] = ACTIONS(1682),
    [anon_sym_EQ] = ACTIONS(1680),
    [sym__rangeOperator] = ACTIONS(1682),
    [anon_sym_null] = ACTIONS(1680),
    [anon_sym_macro] = ACTIONS(1680),
    [anon_sym_abstract] = ACTIONS(1680),
    [anon_sym_static] = ACTIONS(1680),
    [anon_sym_public] = ACTIONS(1680),
    [anon_sym_private] = ACTIONS(1680),
    [anon_sym_extern] = ACTIONS(1680),
    [anon_sym_inline] = ACTIONS(1680),
    [anon_sym_overload] = ACTIONS(1680),
    [anon_sym_override] = ACTIONS(1680),
    [anon_sym_final] = ACTIONS(1680),
    [anon_sym_class] = ACTIONS(1680),
    [anon_sym_interface] = ACTIONS(1680),
    [anon_sym_typedef] = ACTIONS(1680),
    [anon_sym_function] = ACTIONS(1680),
    [anon_sym_var] = ACTIONS(1680),
    [aux_sym_integer_token1] = ACTIONS(1680),
    [aux_sym_integer_token2] = ACTIONS(1682),
    [aux_sym_float_token1] = ACTIONS(1680),
    [aux_sym_float_token2] = ACTIONS(1682),
    [anon_sym_true] = ACTIONS(1680),
    [anon_sym_false] = ACTIONS(1680),
    [aux_sym_string_token1] = ACTIONS(1682),
    [aux_sym_string_token3] = ACTIONS(1682),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1682),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [321] = {
    [sym_identifier] = ACTIONS(1684),
    [anon_sym_POUND] = ACTIONS(1686),
    [anon_sym_package] = ACTIONS(1684),
    [anon_sym_import] = ACTIONS(1684),
    [anon_sym_using] = ACTIONS(1684),
    [anon_sym_throw] = ACTIONS(1684),
    [anon_sym_LPAREN] = ACTIONS(1686),
    [anon_sym_switch] = ACTIONS(1684),
    [anon_sym_LBRACE] = ACTIONS(1686),
    [anon_sym_case] = ACTIONS(1684),
    [anon_sym_default] = ACTIONS(1684),
    [anon_sym_cast] = ACTIONS(1684),
    [anon_sym_DOLLARtype] = ACTIONS(1686),
    [anon_sym_return] = ACTIONS(1684),
    [anon_sym_untyped] = ACTIONS(1684),
    [anon_sym_break] = ACTIONS(1684),
    [anon_sym_continue] = ACTIONS(1684),
    [anon_sym_LBRACK] = ACTIONS(1686),
    [anon_sym_this] = ACTIONS(1684),
    [anon_sym_AT] = ACTIONS(1684),
    [anon_sym_AT_COLON] = ACTIONS(1686),
    [anon_sym_if] = ACTIONS(1684),
    [anon_sym_new] = ACTIONS(1684),
    [anon_sym_TILDE] = ACTIONS(1686),
    [anon_sym_BANG] = ACTIONS(1684),
    [anon_sym_DASH] = ACTIONS(1684),
    [anon_sym_PLUS_PLUS] = ACTIONS(1686),
    [anon_sym_DASH_DASH] = ACTIONS(1686),
    [anon_sym_PERCENT] = ACTIONS(1686),
    [anon_sym_STAR] = ACTIONS(1686),
    [anon_sym_SLASH] = ACTIONS(1684),
    [anon_sym_PLUS] = ACTIONS(1684),
    [anon_sym_LT_LT] = ACTIONS(1686),
    [anon_sym_GT_GT] = ACTIONS(1684),
    [anon_sym_GT_GT_GT] = ACTIONS(1686),
    [anon_sym_AMP] = ACTIONS(1684),
    [anon_sym_PIPE] = ACTIONS(1684),
    [anon_sym_CARET] = ACTIONS(1686),
    [anon_sym_AMP_AMP] = ACTIONS(1686),
    [anon_sym_PIPE_PIPE] = ACTIONS(1686),
    [anon_sym_EQ_EQ] = ACTIONS(1686),
    [anon_sym_BANG_EQ] = ACTIONS(1686),
    [anon_sym_LT] = ACTIONS(1684),
    [anon_sym_LT_EQ] = ACTIONS(1686),
    [anon_sym_GT] = ACTIONS(1684),
    [anon_sym_GT_EQ] = ACTIONS(1686),
    [anon_sym_EQ_GT] = ACTIONS(1686),
    [anon_sym_QMARK_QMARK] = ACTIONS(1686),
    [anon_sym_EQ] = ACTIONS(1684),
    [sym__rangeOperator] = ACTIONS(1686),
    [anon_sym_null] = ACTIONS(1684),
    [anon_sym_macro] = ACTIONS(1684),
    [anon_sym_abstract] = ACTIONS(1684),
    [anon_sym_static] = ACTIONS(1684),
    [anon_sym_public] = ACTIONS(1684),
    [anon_sym_private] = ACTIONS(1684),
    [anon_sym_extern] = ACTIONS(1684),
    [anon_sym_inline] = ACTIONS(1684),
    [anon_sym_overload] = ACTIONS(1684),
    [anon_sym_override] = ACTIONS(1684),
    [anon_sym_final] = ACTIONS(1684),
    [anon_sym_class] = ACTIONS(1684),
    [anon_sym_interface] = ACTIONS(1684),
    [anon_sym_typedef] = ACTIONS(1684),
    [anon_sym_function] = ACTIONS(1684),
    [anon_sym_var] = ACTIONS(1684),
    [aux_sym_integer_token1] = ACTIONS(1684),
    [aux_sym_integer_token2] = ACTIONS(1686),
    [aux_sym_float_token1] = ACTIONS(1684),
    [aux_sym_float_token2] = ACTIONS(1686),
    [anon_sym_true] = ACTIONS(1684),
    [anon_sym_false] = ACTIONS(1684),
    [aux_sym_string_token1] = ACTIONS(1686),
    [aux_sym_string_token3] = ACTIONS(1686),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1686),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [322] = {
    [sym_identifier] = ACTIONS(1688),
    [anon_sym_POUND] = ACTIONS(1690),
    [anon_sym_package] = ACTIONS(1688),
    [anon_sym_import] = ACTIONS(1688),
    [anon_sym_using] = ACTIONS(1688),
    [anon_sym_throw] = ACTIONS(1688),
    [anon_sym_LPAREN] = ACTIONS(1690),
    [anon_sym_switch] = ACTIONS(1688),
    [anon_sym_LBRACE] = ACTIONS(1690),
    [anon_sym_case] = ACTIONS(1688),
    [anon_sym_default] = ACTIONS(1688),
    [anon_sym_cast] = ACTIONS(1688),
    [anon_sym_DOLLARtype] = ACTIONS(1690),
    [anon_sym_return] = ACTIONS(1688),
    [anon_sym_untyped] = ACTIONS(1688),
    [anon_sym_break] = ACTIONS(1688),
    [anon_sym_continue] = ACTIONS(1688),
    [anon_sym_LBRACK] = ACTIONS(1690),
    [anon_sym_this] = ACTIONS(1688),
    [anon_sym_AT] = ACTIONS(1688),
    [anon_sym_AT_COLON] = ACTIONS(1690),
    [anon_sym_if] = ACTIONS(1688),
    [anon_sym_new] = ACTIONS(1688),
    [anon_sym_TILDE] = ACTIONS(1690),
    [anon_sym_BANG] = ACTIONS(1688),
    [anon_sym_DASH] = ACTIONS(1688),
    [anon_sym_PLUS_PLUS] = ACTIONS(1690),
    [anon_sym_DASH_DASH] = ACTIONS(1690),
    [anon_sym_PERCENT] = ACTIONS(1690),
    [anon_sym_STAR] = ACTIONS(1690),
    [anon_sym_SLASH] = ACTIONS(1688),
    [anon_sym_PLUS] = ACTIONS(1688),
    [anon_sym_LT_LT] = ACTIONS(1690),
    [anon_sym_GT_GT] = ACTIONS(1688),
    [anon_sym_GT_GT_GT] = ACTIONS(1690),
    [anon_sym_AMP] = ACTIONS(1688),
    [anon_sym_PIPE] = ACTIONS(1688),
    [anon_sym_CARET] = ACTIONS(1690),
    [anon_sym_AMP_AMP] = ACTIONS(1690),
    [anon_sym_PIPE_PIPE] = ACTIONS(1690),
    [anon_sym_EQ_EQ] = ACTIONS(1690),
    [anon_sym_BANG_EQ] = ACTIONS(1690),
    [anon_sym_LT] = ACTIONS(1688),
    [anon_sym_LT_EQ] = ACTIONS(1690),
    [anon_sym_GT] = ACTIONS(1688),
    [anon_sym_GT_EQ] = ACTIONS(1690),
    [anon_sym_EQ_GT] = ACTIONS(1690),
    [anon_sym_QMARK_QMARK] = ACTIONS(1690),
    [anon_sym_EQ] = ACTIONS(1688),
    [sym__rangeOperator] = ACTIONS(1690),
    [anon_sym_null] = ACTIONS(1688),
    [anon_sym_macro] = ACTIONS(1688),
    [anon_sym_abstract] = ACTIONS(1688),
    [anon_sym_static] = ACTIONS(1688),
    [anon_sym_public] = ACTIONS(1688),
    [anon_sym_private] = ACTIONS(1688),
    [anon_sym_extern] = ACTIONS(1688),
    [anon_sym_inline] = ACTIONS(1688),
    [anon_sym_overload] = ACTIONS(1688),
    [anon_sym_override] = ACTIONS(1688),
    [anon_sym_final] = ACTIONS(1688),
    [anon_sym_class] = ACTIONS(1688),
    [anon_sym_interface] = ACTIONS(1688),
    [anon_sym_typedef] = ACTIONS(1688),
    [anon_sym_function] = ACTIONS(1688),
    [anon_sym_var] = ACTIONS(1688),
    [aux_sym_integer_token1] = ACTIONS(1688),
    [aux_sym_integer_token2] = ACTIONS(1690),
    [aux_sym_float_token1] = ACTIONS(1688),
    [aux_sym_float_token2] = ACTIONS(1690),
    [anon_sym_true] = ACTIONS(1688),
    [anon_sym_false] = ACTIONS(1688),
    [aux_sym_string_token1] = ACTIONS(1690),
    [aux_sym_string_token3] = ACTIONS(1690),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1690),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [323] = {
    [sym_identifier] = ACTIONS(1692),
    [anon_sym_POUND] = ACTIONS(1694),
    [anon_sym_package] = ACTIONS(1692),
    [anon_sym_import] = ACTIONS(1692),
    [anon_sym_using] = ACTIONS(1692),
    [anon_sym_throw] = ACTIONS(1692),
    [anon_sym_LPAREN] = ACTIONS(1694),
    [anon_sym_switch] = ACTIONS(1692),
    [anon_sym_LBRACE] = ACTIONS(1694),
    [anon_sym_case] = ACTIONS(1692),
    [anon_sym_default] = ACTIONS(1692),
    [anon_sym_cast] = ACTIONS(1692),
    [anon_sym_DOLLARtype] = ACTIONS(1694),
    [anon_sym_return] = ACTIONS(1692),
    [anon_sym_untyped] = ACTIONS(1692),
    [anon_sym_break] = ACTIONS(1692),
    [anon_sym_continue] = ACTIONS(1692),
    [anon_sym_LBRACK] = ACTIONS(1694),
    [anon_sym_this] = ACTIONS(1692),
    [anon_sym_AT] = ACTIONS(1692),
    [anon_sym_AT_COLON] = ACTIONS(1694),
    [anon_sym_if] = ACTIONS(1692),
    [anon_sym_new] = ACTIONS(1692),
    [anon_sym_TILDE] = ACTIONS(1694),
    [anon_sym_BANG] = ACTIONS(1692),
    [anon_sym_DASH] = ACTIONS(1692),
    [anon_sym_PLUS_PLUS] = ACTIONS(1694),
    [anon_sym_DASH_DASH] = ACTIONS(1694),
    [anon_sym_PERCENT] = ACTIONS(1694),
    [anon_sym_STAR] = ACTIONS(1694),
    [anon_sym_SLASH] = ACTIONS(1692),
    [anon_sym_PLUS] = ACTIONS(1692),
    [anon_sym_LT_LT] = ACTIONS(1694),
    [anon_sym_GT_GT] = ACTIONS(1692),
    [anon_sym_GT_GT_GT] = ACTIONS(1694),
    [anon_sym_AMP] = ACTIONS(1692),
    [anon_sym_PIPE] = ACTIONS(1692),
    [anon_sym_CARET] = ACTIONS(1694),
    [anon_sym_AMP_AMP] = ACTIONS(1694),
    [anon_sym_PIPE_PIPE] = ACTIONS(1694),
    [anon_sym_EQ_EQ] = ACTIONS(1694),
    [anon_sym_BANG_EQ] = ACTIONS(1694),
    [anon_sym_LT] = ACTIONS(1692),
    [anon_sym_LT_EQ] = ACTIONS(1694),
    [anon_sym_GT] = ACTIONS(1692),
    [anon_sym_GT_EQ] = ACTIONS(1694),
    [anon_sym_EQ_GT] = ACTIONS(1694),
    [anon_sym_QMARK_QMARK] = ACTIONS(1694),
    [anon_sym_EQ] = ACTIONS(1692),
    [sym__rangeOperator] = ACTIONS(1694),
    [anon_sym_null] = ACTIONS(1692),
    [anon_sym_macro] = ACTIONS(1692),
    [anon_sym_abstract] = ACTIONS(1692),
    [anon_sym_static] = ACTIONS(1692),
    [anon_sym_public] = ACTIONS(1692),
    [anon_sym_private] = ACTIONS(1692),
    [anon_sym_extern] = ACTIONS(1692),
    [anon_sym_inline] = ACTIONS(1692),
    [anon_sym_overload] = ACTIONS(1692),
    [anon_sym_override] = ACTIONS(1692),
    [anon_sym_final] = ACTIONS(1692),
    [anon_sym_class] = ACTIONS(1692),
    [anon_sym_interface] = ACTIONS(1692),
    [anon_sym_typedef] = ACTIONS(1692),
    [anon_sym_function] = ACTIONS(1692),
    [anon_sym_var] = ACTIONS(1692),
    [aux_sym_integer_token1] = ACTIONS(1692),
    [aux_sym_integer_token2] = ACTIONS(1694),
    [aux_sym_float_token1] = ACTIONS(1692),
    [aux_sym_float_token2] = ACTIONS(1694),
    [anon_sym_true] = ACTIONS(1692),
    [anon_sym_false] = ACTIONS(1692),
    [aux_sym_string_token1] = ACTIONS(1694),
    [aux_sym_string_token3] = ACTIONS(1694),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1694),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [324] = {
    [sym_identifier] = ACTIONS(1696),
    [anon_sym_POUND] = ACTIONS(1698),
    [anon_sym_package] = ACTIONS(1696),
    [anon_sym_import] = ACTIONS(1696),
    [anon_sym_using] = ACTIONS(1696),
    [anon_sym_throw] = ACTIONS(1696),
    [anon_sym_LPAREN] = ACTIONS(1698),
    [anon_sym_switch] = ACTIONS(1696),
    [anon_sym_LBRACE] = ACTIONS(1698),
    [anon_sym_case] = ACTIONS(1696),
    [anon_sym_default] = ACTIONS(1696),
    [anon_sym_cast] = ACTIONS(1696),
    [anon_sym_DOLLARtype] = ACTIONS(1698),
    [anon_sym_return] = ACTIONS(1696),
    [anon_sym_untyped] = ACTIONS(1696),
    [anon_sym_break] = ACTIONS(1696),
    [anon_sym_continue] = ACTIONS(1696),
    [anon_sym_LBRACK] = ACTIONS(1698),
    [anon_sym_this] = ACTIONS(1696),
    [anon_sym_AT] = ACTIONS(1696),
    [anon_sym_AT_COLON] = ACTIONS(1698),
    [anon_sym_if] = ACTIONS(1696),
    [anon_sym_new] = ACTIONS(1696),
    [anon_sym_TILDE] = ACTIONS(1698),
    [anon_sym_BANG] = ACTIONS(1696),
    [anon_sym_DASH] = ACTIONS(1696),
    [anon_sym_PLUS_PLUS] = ACTIONS(1698),
    [anon_sym_DASH_DASH] = ACTIONS(1698),
    [anon_sym_PERCENT] = ACTIONS(1698),
    [anon_sym_STAR] = ACTIONS(1698),
    [anon_sym_SLASH] = ACTIONS(1696),
    [anon_sym_PLUS] = ACTIONS(1696),
    [anon_sym_LT_LT] = ACTIONS(1698),
    [anon_sym_GT_GT] = ACTIONS(1696),
    [anon_sym_GT_GT_GT] = ACTIONS(1698),
    [anon_sym_AMP] = ACTIONS(1696),
    [anon_sym_PIPE] = ACTIONS(1696),
    [anon_sym_CARET] = ACTIONS(1698),
    [anon_sym_AMP_AMP] = ACTIONS(1698),
    [anon_sym_PIPE_PIPE] = ACTIONS(1698),
    [anon_sym_EQ_EQ] = ACTIONS(1698),
    [anon_sym_BANG_EQ] = ACTIONS(1698),
    [anon_sym_LT] = ACTIONS(1696),
    [anon_sym_LT_EQ] = ACTIONS(1698),
    [anon_sym_GT] = ACTIONS(1696),
    [anon_sym_GT_EQ] = ACTIONS(1698),
    [anon_sym_EQ_GT] = ACTIONS(1698),
    [anon_sym_QMARK_QMARK] = ACTIONS(1698),
    [anon_sym_EQ] = ACTIONS(1696),
    [sym__rangeOperator] = ACTIONS(1698),
    [anon_sym_null] = ACTIONS(1696),
    [anon_sym_macro] = ACTIONS(1696),
    [anon_sym_abstract] = ACTIONS(1696),
    [anon_sym_static] = ACTIONS(1696),
    [anon_sym_public] = ACTIONS(1696),
    [anon_sym_private] = ACTIONS(1696),
    [anon_sym_extern] = ACTIONS(1696),
    [anon_sym_inline] = ACTIONS(1696),
    [anon_sym_overload] = ACTIONS(1696),
    [anon_sym_override] = ACTIONS(1696),
    [anon_sym_final] = ACTIONS(1696),
    [anon_sym_class] = ACTIONS(1696),
    [anon_sym_interface] = ACTIONS(1696),
    [anon_sym_typedef] = ACTIONS(1696),
    [anon_sym_function] = ACTIONS(1696),
    [anon_sym_var] = ACTIONS(1696),
    [aux_sym_integer_token1] = ACTIONS(1696),
    [aux_sym_integer_token2] = ACTIONS(1698),
    [aux_sym_float_token1] = ACTIONS(1696),
    [aux_sym_float_token2] = ACTIONS(1698),
    [anon_sym_true] = ACTIONS(1696),
    [anon_sym_false] = ACTIONS(1696),
    [aux_sym_string_token1] = ACTIONS(1698),
    [aux_sym_string_token3] = ACTIONS(1698),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1698),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [325] = {
    [sym_identifier] = ACTIONS(1700),
    [anon_sym_POUND] = ACTIONS(1702),
    [anon_sym_package] = ACTIONS(1700),
    [anon_sym_import] = ACTIONS(1700),
    [anon_sym_using] = ACTIONS(1700),
    [anon_sym_throw] = ACTIONS(1700),
    [anon_sym_LPAREN] = ACTIONS(1702),
    [anon_sym_switch] = ACTIONS(1700),
    [anon_sym_LBRACE] = ACTIONS(1702),
    [anon_sym_case] = ACTIONS(1700),
    [anon_sym_default] = ACTIONS(1700),
    [anon_sym_cast] = ACTIONS(1700),
    [anon_sym_DOLLARtype] = ACTIONS(1702),
    [anon_sym_return] = ACTIONS(1700),
    [anon_sym_untyped] = ACTIONS(1700),
    [anon_sym_break] = ACTIONS(1700),
    [anon_sym_continue] = ACTIONS(1700),
    [anon_sym_LBRACK] = ACTIONS(1702),
    [anon_sym_this] = ACTIONS(1700),
    [anon_sym_AT] = ACTIONS(1700),
    [anon_sym_AT_COLON] = ACTIONS(1702),
    [anon_sym_if] = ACTIONS(1700),
    [anon_sym_new] = ACTIONS(1700),
    [anon_sym_TILDE] = ACTIONS(1702),
    [anon_sym_BANG] = ACTIONS(1700),
    [anon_sym_DASH] = ACTIONS(1700),
    [anon_sym_PLUS_PLUS] = ACTIONS(1702),
    [anon_sym_DASH_DASH] = ACTIONS(1702),
    [anon_sym_PERCENT] = ACTIONS(1702),
    [anon_sym_STAR] = ACTIONS(1702),
    [anon_sym_SLASH] = ACTIONS(1700),
    [anon_sym_PLUS] = ACTIONS(1700),
    [anon_sym_LT_LT] = ACTIONS(1702),
    [anon_sym_GT_GT] = ACTIONS(1700),
    [anon_sym_GT_GT_GT] = ACTIONS(1702),
    [anon_sym_AMP] = ACTIONS(1700),
    [anon_sym_PIPE] = ACTIONS(1700),
    [anon_sym_CARET] = ACTIONS(1702),
    [anon_sym_AMP_AMP] = ACTIONS(1702),
    [anon_sym_PIPE_PIPE] = ACTIONS(1702),
    [anon_sym_EQ_EQ] = ACTIONS(1702),
    [anon_sym_BANG_EQ] = ACTIONS(1702),
    [anon_sym_LT] = ACTIONS(1700),
    [anon_sym_LT_EQ] = ACTIONS(1702),
    [anon_sym_GT] = ACTIONS(1700),
    [anon_sym_GT_EQ] = ACTIONS(1702),
    [anon_sym_EQ_GT] = ACTIONS(1702),
    [anon_sym_QMARK_QMARK] = ACTIONS(1702),
    [anon_sym_EQ] = ACTIONS(1700),
    [sym__rangeOperator] = ACTIONS(1702),
    [anon_sym_null] = ACTIONS(1700),
    [anon_sym_macro] = ACTIONS(1700),
    [anon_sym_abstract] = ACTIONS(1700),
    [anon_sym_static] = ACTIONS(1700),
    [anon_sym_public] = ACTIONS(1700),
    [anon_sym_private] = ACTIONS(1700),
    [anon_sym_extern] = ACTIONS(1700),
    [anon_sym_inline] = ACTIONS(1700),
    [anon_sym_overload] = ACTIONS(1700),
    [anon_sym_override] = ACTIONS(1700),
    [anon_sym_final] = ACTIONS(1700),
    [anon_sym_class] = ACTIONS(1700),
    [anon_sym_interface] = ACTIONS(1700),
    [anon_sym_typedef] = ACTIONS(1700),
    [anon_sym_function] = ACTIONS(1700),
    [anon_sym_var] = ACTIONS(1700),
    [aux_sym_integer_token1] = ACTIONS(1700),
    [aux_sym_integer_token2] = ACTIONS(1702),
    [aux_sym_float_token1] = ACTIONS(1700),
    [aux_sym_float_token2] = ACTIONS(1702),
    [anon_sym_true] = ACTIONS(1700),
    [anon_sym_false] = ACTIONS(1700),
    [aux_sym_string_token1] = ACTIONS(1702),
    [aux_sym_string_token3] = ACTIONS(1702),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1702),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [326] = {
    [sym_identifier] = ACTIONS(1704),
    [anon_sym_POUND] = ACTIONS(1706),
    [anon_sym_package] = ACTIONS(1704),
    [anon_sym_import] = ACTIONS(1704),
    [anon_sym_using] = ACTIONS(1704),
    [anon_sym_throw] = ACTIONS(1704),
    [anon_sym_LPAREN] = ACTIONS(1706),
    [anon_sym_switch] = ACTIONS(1704),
    [anon_sym_LBRACE] = ACTIONS(1706),
    [anon_sym_case] = ACTIONS(1704),
    [anon_sym_default] = ACTIONS(1704),
    [anon_sym_cast] = ACTIONS(1704),
    [anon_sym_DOLLARtype] = ACTIONS(1706),
    [anon_sym_return] = ACTIONS(1704),
    [anon_sym_untyped] = ACTIONS(1704),
    [anon_sym_break] = ACTIONS(1704),
    [anon_sym_continue] = ACTIONS(1704),
    [anon_sym_LBRACK] = ACTIONS(1706),
    [anon_sym_this] = ACTIONS(1704),
    [anon_sym_AT] = ACTIONS(1704),
    [anon_sym_AT_COLON] = ACTIONS(1706),
    [anon_sym_if] = ACTIONS(1704),
    [anon_sym_new] = ACTIONS(1704),
    [anon_sym_TILDE] = ACTIONS(1706),
    [anon_sym_BANG] = ACTIONS(1704),
    [anon_sym_DASH] = ACTIONS(1704),
    [anon_sym_PLUS_PLUS] = ACTIONS(1706),
    [anon_sym_DASH_DASH] = ACTIONS(1706),
    [anon_sym_PERCENT] = ACTIONS(1706),
    [anon_sym_STAR] = ACTIONS(1706),
    [anon_sym_SLASH] = ACTIONS(1704),
    [anon_sym_PLUS] = ACTIONS(1704),
    [anon_sym_LT_LT] = ACTIONS(1706),
    [anon_sym_GT_GT] = ACTIONS(1704),
    [anon_sym_GT_GT_GT] = ACTIONS(1706),
    [anon_sym_AMP] = ACTIONS(1704),
    [anon_sym_PIPE] = ACTIONS(1704),
    [anon_sym_CARET] = ACTIONS(1706),
    [anon_sym_AMP_AMP] = ACTIONS(1706),
    [anon_sym_PIPE_PIPE] = ACTIONS(1706),
    [anon_sym_EQ_EQ] = ACTIONS(1706),
    [anon_sym_BANG_EQ] = ACTIONS(1706),
    [anon_sym_LT] = ACTIONS(1704),
    [anon_sym_LT_EQ] = ACTIONS(1706),
    [anon_sym_GT] = ACTIONS(1704),
    [anon_sym_GT_EQ] = ACTIONS(1706),
    [anon_sym_EQ_GT] = ACTIONS(1706),
    [anon_sym_QMARK_QMARK] = ACTIONS(1706),
    [anon_sym_EQ] = ACTIONS(1704),
    [sym__rangeOperator] = ACTIONS(1706),
    [anon_sym_null] = ACTIONS(1704),
    [anon_sym_macro] = ACTIONS(1704),
    [anon_sym_abstract] = ACTIONS(1704),
    [anon_sym_static] = ACTIONS(1704),
    [anon_sym_public] = ACTIONS(1704),
    [anon_sym_private] = ACTIONS(1704),
    [anon_sym_extern] = ACTIONS(1704),
    [anon_sym_inline] = ACTIONS(1704),
    [anon_sym_overload] = ACTIONS(1704),
    [anon_sym_override] = ACTIONS(1704),
    [anon_sym_final] = ACTIONS(1704),
    [anon_sym_class] = ACTIONS(1704),
    [anon_sym_interface] = ACTIONS(1704),
    [anon_sym_typedef] = ACTIONS(1704),
    [anon_sym_function] = ACTIONS(1704),
    [anon_sym_var] = ACTIONS(1704),
    [aux_sym_integer_token1] = ACTIONS(1704),
    [aux_sym_integer_token2] = ACTIONS(1706),
    [aux_sym_float_token1] = ACTIONS(1704),
    [aux_sym_float_token2] = ACTIONS(1706),
    [anon_sym_true] = ACTIONS(1704),
    [anon_sym_false] = ACTIONS(1704),
    [aux_sym_string_token1] = ACTIONS(1706),
    [aux_sym_string_token3] = ACTIONS(1706),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1706),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [327] = {
    [sym_identifier] = ACTIONS(1708),
    [anon_sym_POUND] = ACTIONS(1710),
    [anon_sym_package] = ACTIONS(1708),
    [anon_sym_import] = ACTIONS(1708),
    [anon_sym_using] = ACTIONS(1708),
    [anon_sym_throw] = ACTIONS(1708),
    [anon_sym_LPAREN] = ACTIONS(1710),
    [anon_sym_switch] = ACTIONS(1708),
    [anon_sym_LBRACE] = ACTIONS(1710),
    [anon_sym_case] = ACTIONS(1708),
    [anon_sym_default] = ACTIONS(1708),
    [anon_sym_cast] = ACTIONS(1708),
    [anon_sym_DOLLARtype] = ACTIONS(1710),
    [anon_sym_return] = ACTIONS(1708),
    [anon_sym_untyped] = ACTIONS(1708),
    [anon_sym_break] = ACTIONS(1708),
    [anon_sym_continue] = ACTIONS(1708),
    [anon_sym_LBRACK] = ACTIONS(1710),
    [anon_sym_this] = ACTIONS(1708),
    [anon_sym_AT] = ACTIONS(1708),
    [anon_sym_AT_COLON] = ACTIONS(1710),
    [anon_sym_if] = ACTIONS(1708),
    [anon_sym_new] = ACTIONS(1708),
    [anon_sym_TILDE] = ACTIONS(1710),
    [anon_sym_BANG] = ACTIONS(1708),
    [anon_sym_DASH] = ACTIONS(1708),
    [anon_sym_PLUS_PLUS] = ACTIONS(1710),
    [anon_sym_DASH_DASH] = ACTIONS(1710),
    [anon_sym_PERCENT] = ACTIONS(1710),
    [anon_sym_STAR] = ACTIONS(1710),
    [anon_sym_SLASH] = ACTIONS(1708),
    [anon_sym_PLUS] = ACTIONS(1708),
    [anon_sym_LT_LT] = ACTIONS(1710),
    [anon_sym_GT_GT] = ACTIONS(1708),
    [anon_sym_GT_GT_GT] = ACTIONS(1710),
    [anon_sym_AMP] = ACTIONS(1708),
    [anon_sym_PIPE] = ACTIONS(1708),
    [anon_sym_CARET] = ACTIONS(1710),
    [anon_sym_AMP_AMP] = ACTIONS(1710),
    [anon_sym_PIPE_PIPE] = ACTIONS(1710),
    [anon_sym_EQ_EQ] = ACTIONS(1710),
    [anon_sym_BANG_EQ] = ACTIONS(1710),
    [anon_sym_LT] = ACTIONS(1708),
    [anon_sym_LT_EQ] = ACTIONS(1710),
    [anon_sym_GT] = ACTIONS(1708),
    [anon_sym_GT_EQ] = ACTIONS(1710),
    [anon_sym_EQ_GT] = ACTIONS(1710),
    [anon_sym_QMARK_QMARK] = ACTIONS(1710),
    [anon_sym_EQ] = ACTIONS(1708),
    [sym__rangeOperator] = ACTIONS(1710),
    [anon_sym_null] = ACTIONS(1708),
    [anon_sym_macro] = ACTIONS(1708),
    [anon_sym_abstract] = ACTIONS(1708),
    [anon_sym_static] = ACTIONS(1708),
    [anon_sym_public] = ACTIONS(1708),
    [anon_sym_private] = ACTIONS(1708),
    [anon_sym_extern] = ACTIONS(1708),
    [anon_sym_inline] = ACTIONS(1708),
    [anon_sym_overload] = ACTIONS(1708),
    [anon_sym_override] = ACTIONS(1708),
    [anon_sym_final] = ACTIONS(1708),
    [anon_sym_class] = ACTIONS(1708),
    [anon_sym_interface] = ACTIONS(1708),
    [anon_sym_typedef] = ACTIONS(1708),
    [anon_sym_function] = ACTIONS(1708),
    [anon_sym_var] = ACTIONS(1708),
    [aux_sym_integer_token1] = ACTIONS(1708),
    [aux_sym_integer_token2] = ACTIONS(1710),
    [aux_sym_float_token1] = ACTIONS(1708),
    [aux_sym_float_token2] = ACTIONS(1710),
    [anon_sym_true] = ACTIONS(1708),
    [anon_sym_false] = ACTIONS(1708),
    [aux_sym_string_token1] = ACTIONS(1710),
    [aux_sym_string_token3] = ACTIONS(1710),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1710),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [328] = {
    [sym_identifier] = ACTIONS(1712),
    [anon_sym_POUND] = ACTIONS(1714),
    [anon_sym_package] = ACTIONS(1712),
    [anon_sym_import] = ACTIONS(1712),
    [anon_sym_using] = ACTIONS(1712),
    [anon_sym_throw] = ACTIONS(1712),
    [anon_sym_LPAREN] = ACTIONS(1714),
    [anon_sym_switch] = ACTIONS(1712),
    [anon_sym_LBRACE] = ACTIONS(1714),
    [anon_sym_case] = ACTIONS(1712),
    [anon_sym_default] = ACTIONS(1712),
    [anon_sym_cast] = ACTIONS(1712),
    [anon_sym_DOLLARtype] = ACTIONS(1714),
    [anon_sym_return] = ACTIONS(1712),
    [anon_sym_untyped] = ACTIONS(1712),
    [anon_sym_break] = ACTIONS(1712),
    [anon_sym_continue] = ACTIONS(1712),
    [anon_sym_LBRACK] = ACTIONS(1714),
    [anon_sym_this] = ACTIONS(1712),
    [anon_sym_AT] = ACTIONS(1712),
    [anon_sym_AT_COLON] = ACTIONS(1714),
    [anon_sym_if] = ACTIONS(1712),
    [anon_sym_new] = ACTIONS(1712),
    [anon_sym_TILDE] = ACTIONS(1714),
    [anon_sym_BANG] = ACTIONS(1712),
    [anon_sym_DASH] = ACTIONS(1712),
    [anon_sym_PLUS_PLUS] = ACTIONS(1714),
    [anon_sym_DASH_DASH] = ACTIONS(1714),
    [anon_sym_PERCENT] = ACTIONS(1714),
    [anon_sym_STAR] = ACTIONS(1714),
    [anon_sym_SLASH] = ACTIONS(1712),
    [anon_sym_PLUS] = ACTIONS(1712),
    [anon_sym_LT_LT] = ACTIONS(1714),
    [anon_sym_GT_GT] = ACTIONS(1712),
    [anon_sym_GT_GT_GT] = ACTIONS(1714),
    [anon_sym_AMP] = ACTIONS(1712),
    [anon_sym_PIPE] = ACTIONS(1712),
    [anon_sym_CARET] = ACTIONS(1714),
    [anon_sym_AMP_AMP] = ACTIONS(1714),
    [anon_sym_PIPE_PIPE] = ACTIONS(1714),
    [anon_sym_EQ_EQ] = ACTIONS(1714),
    [anon_sym_BANG_EQ] = ACTIONS(1714),
    [anon_sym_LT] = ACTIONS(1712),
    [anon_sym_LT_EQ] = ACTIONS(1714),
    [anon_sym_GT] = ACTIONS(1712),
    [anon_sym_GT_EQ] = ACTIONS(1714),
    [anon_sym_EQ_GT] = ACTIONS(1714),
    [anon_sym_QMARK_QMARK] = ACTIONS(1714),
    [anon_sym_EQ] = ACTIONS(1712),
    [sym__rangeOperator] = ACTIONS(1714),
    [anon_sym_null] = ACTIONS(1712),
    [anon_sym_macro] = ACTIONS(1712),
    [anon_sym_abstract] = ACTIONS(1712),
    [anon_sym_static] = ACTIONS(1712),
    [anon_sym_public] = ACTIONS(1712),
    [anon_sym_private] = ACTIONS(1712),
    [anon_sym_extern] = ACTIONS(1712),
    [anon_sym_inline] = ACTIONS(1712),
    [anon_sym_overload] = ACTIONS(1712),
    [anon_sym_override] = ACTIONS(1712),
    [anon_sym_final] = ACTIONS(1712),
    [anon_sym_class] = ACTIONS(1712),
    [anon_sym_interface] = ACTIONS(1712),
    [anon_sym_typedef] = ACTIONS(1712),
    [anon_sym_function] = ACTIONS(1712),
    [anon_sym_var] = ACTIONS(1712),
    [aux_sym_integer_token1] = ACTIONS(1712),
    [aux_sym_integer_token2] = ACTIONS(1714),
    [aux_sym_float_token1] = ACTIONS(1712),
    [aux_sym_float_token2] = ACTIONS(1714),
    [anon_sym_true] = ACTIONS(1712),
    [anon_sym_false] = ACTIONS(1712),
    [aux_sym_string_token1] = ACTIONS(1714),
    [aux_sym_string_token3] = ACTIONS(1714),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1714),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [329] = {
    [sym_identifier] = ACTIONS(1716),
    [anon_sym_POUND] = ACTIONS(1718),
    [anon_sym_package] = ACTIONS(1716),
    [anon_sym_import] = ACTIONS(1716),
    [anon_sym_using] = ACTIONS(1716),
    [anon_sym_throw] = ACTIONS(1716),
    [anon_sym_LPAREN] = ACTIONS(1718),
    [anon_sym_switch] = ACTIONS(1716),
    [anon_sym_LBRACE] = ACTIONS(1718),
    [anon_sym_case] = ACTIONS(1716),
    [anon_sym_default] = ACTIONS(1716),
    [anon_sym_cast] = ACTIONS(1716),
    [anon_sym_DOLLARtype] = ACTIONS(1718),
    [anon_sym_return] = ACTIONS(1716),
    [anon_sym_untyped] = ACTIONS(1716),
    [anon_sym_break] = ACTIONS(1716),
    [anon_sym_continue] = ACTIONS(1716),
    [anon_sym_LBRACK] = ACTIONS(1718),
    [anon_sym_this] = ACTIONS(1716),
    [anon_sym_AT] = ACTIONS(1716),
    [anon_sym_AT_COLON] = ACTIONS(1718),
    [anon_sym_if] = ACTIONS(1716),
    [anon_sym_new] = ACTIONS(1716),
    [anon_sym_TILDE] = ACTIONS(1718),
    [anon_sym_BANG] = ACTIONS(1716),
    [anon_sym_DASH] = ACTIONS(1716),
    [anon_sym_PLUS_PLUS] = ACTIONS(1718),
    [anon_sym_DASH_DASH] = ACTIONS(1718),
    [anon_sym_PERCENT] = ACTIONS(1718),
    [anon_sym_STAR] = ACTIONS(1718),
    [anon_sym_SLASH] = ACTIONS(1716),
    [anon_sym_PLUS] = ACTIONS(1716),
    [anon_sym_LT_LT] = ACTIONS(1718),
    [anon_sym_GT_GT] = ACTIONS(1716),
    [anon_sym_GT_GT_GT] = ACTIONS(1718),
    [anon_sym_AMP] = ACTIONS(1716),
    [anon_sym_PIPE] = ACTIONS(1716),
    [anon_sym_CARET] = ACTIONS(1718),
    [anon_sym_AMP_AMP] = ACTIONS(1718),
    [anon_sym_PIPE_PIPE] = ACTIONS(1718),
    [anon_sym_EQ_EQ] = ACTIONS(1718),
    [anon_sym_BANG_EQ] = ACTIONS(1718),
    [anon_sym_LT] = ACTIONS(1716),
    [anon_sym_LT_EQ] = ACTIONS(1718),
    [anon_sym_GT] = ACTIONS(1716),
    [anon_sym_GT_EQ] = ACTIONS(1718),
    [anon_sym_EQ_GT] = ACTIONS(1718),
    [anon_sym_QMARK_QMARK] = ACTIONS(1718),
    [anon_sym_EQ] = ACTIONS(1716),
    [sym__rangeOperator] = ACTIONS(1718),
    [anon_sym_null] = ACTIONS(1716),
    [anon_sym_macro] = ACTIONS(1716),
    [anon_sym_abstract] = ACTIONS(1716),
    [anon_sym_static] = ACTIONS(1716),
    [anon_sym_public] = ACTIONS(1716),
    [anon_sym_private] = ACTIONS(1716),
    [anon_sym_extern] = ACTIONS(1716),
    [anon_sym_inline] = ACTIONS(1716),
    [anon_sym_overload] = ACTIONS(1716),
    [anon_sym_override] = ACTIONS(1716),
    [anon_sym_final] = ACTIONS(1716),
    [anon_sym_class] = ACTIONS(1716),
    [anon_sym_interface] = ACTIONS(1716),
    [anon_sym_typedef] = ACTIONS(1716),
    [anon_sym_function] = ACTIONS(1716),
    [anon_sym_var] = ACTIONS(1716),
    [aux_sym_integer_token1] = ACTIONS(1716),
    [aux_sym_integer_token2] = ACTIONS(1718),
    [aux_sym_float_token1] = ACTIONS(1716),
    [aux_sym_float_token2] = ACTIONS(1718),
    [anon_sym_true] = ACTIONS(1716),
    [anon_sym_false] = ACTIONS(1716),
    [aux_sym_string_token1] = ACTIONS(1718),
    [aux_sym_string_token3] = ACTIONS(1718),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1718),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [330] = {
    [sym_identifier] = ACTIONS(1720),
    [anon_sym_POUND] = ACTIONS(1722),
    [anon_sym_package] = ACTIONS(1720),
    [anon_sym_import] = ACTIONS(1720),
    [anon_sym_using] = ACTIONS(1720),
    [anon_sym_throw] = ACTIONS(1720),
    [anon_sym_LPAREN] = ACTIONS(1722),
    [anon_sym_switch] = ACTIONS(1720),
    [anon_sym_LBRACE] = ACTIONS(1722),
    [anon_sym_case] = ACTIONS(1720),
    [anon_sym_default] = ACTIONS(1720),
    [anon_sym_cast] = ACTIONS(1720),
    [anon_sym_DOLLARtype] = ACTIONS(1722),
    [anon_sym_return] = ACTIONS(1720),
    [anon_sym_untyped] = ACTIONS(1720),
    [anon_sym_break] = ACTIONS(1720),
    [anon_sym_continue] = ACTIONS(1720),
    [anon_sym_LBRACK] = ACTIONS(1722),
    [anon_sym_this] = ACTIONS(1720),
    [anon_sym_AT] = ACTIONS(1720),
    [anon_sym_AT_COLON] = ACTIONS(1722),
    [anon_sym_if] = ACTIONS(1720),
    [anon_sym_new] = ACTIONS(1720),
    [anon_sym_TILDE] = ACTIONS(1722),
    [anon_sym_BANG] = ACTIONS(1720),
    [anon_sym_DASH] = ACTIONS(1720),
    [anon_sym_PLUS_PLUS] = ACTIONS(1722),
    [anon_sym_DASH_DASH] = ACTIONS(1722),
    [anon_sym_PERCENT] = ACTIONS(1722),
    [anon_sym_STAR] = ACTIONS(1722),
    [anon_sym_SLASH] = ACTIONS(1720),
    [anon_sym_PLUS] = ACTIONS(1720),
    [anon_sym_LT_LT] = ACTIONS(1722),
    [anon_sym_GT_GT] = ACTIONS(1720),
    [anon_sym_GT_GT_GT] = ACTIONS(1722),
    [anon_sym_AMP] = ACTIONS(1720),
    [anon_sym_PIPE] = ACTIONS(1720),
    [anon_sym_CARET] = ACTIONS(1722),
    [anon_sym_AMP_AMP] = ACTIONS(1722),
    [anon_sym_PIPE_PIPE] = ACTIONS(1722),
    [anon_sym_EQ_EQ] = ACTIONS(1722),
    [anon_sym_BANG_EQ] = ACTIONS(1722),
    [anon_sym_LT] = ACTIONS(1720),
    [anon_sym_LT_EQ] = ACTIONS(1722),
    [anon_sym_GT] = ACTIONS(1720),
    [anon_sym_GT_EQ] = ACTIONS(1722),
    [anon_sym_EQ_GT] = ACTIONS(1722),
    [anon_sym_QMARK_QMARK] = ACTIONS(1722),
    [anon_sym_EQ] = ACTIONS(1720),
    [sym__rangeOperator] = ACTIONS(1722),
    [anon_sym_null] = ACTIONS(1720),
    [anon_sym_macro] = ACTIONS(1720),
    [anon_sym_abstract] = ACTIONS(1720),
    [anon_sym_static] = ACTIONS(1720),
    [anon_sym_public] = ACTIONS(1720),
    [anon_sym_private] = ACTIONS(1720),
    [anon_sym_extern] = ACTIONS(1720),
    [anon_sym_inline] = ACTIONS(1720),
    [anon_sym_overload] = ACTIONS(1720),
    [anon_sym_override] = ACTIONS(1720),
    [anon_sym_final] = ACTIONS(1720),
    [anon_sym_class] = ACTIONS(1720),
    [anon_sym_interface] = ACTIONS(1720),
    [anon_sym_typedef] = ACTIONS(1720),
    [anon_sym_function] = ACTIONS(1720),
    [anon_sym_var] = ACTIONS(1720),
    [aux_sym_integer_token1] = ACTIONS(1720),
    [aux_sym_integer_token2] = ACTIONS(1722),
    [aux_sym_float_token1] = ACTIONS(1720),
    [aux_sym_float_token2] = ACTIONS(1722),
    [anon_sym_true] = ACTIONS(1720),
    [anon_sym_false] = ACTIONS(1720),
    [aux_sym_string_token1] = ACTIONS(1722),
    [aux_sym_string_token3] = ACTIONS(1722),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1722),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [331] = {
    [sym_identifier] = ACTIONS(1724),
    [anon_sym_POUND] = ACTIONS(1726),
    [anon_sym_package] = ACTIONS(1724),
    [anon_sym_import] = ACTIONS(1724),
    [anon_sym_using] = ACTIONS(1724),
    [anon_sym_throw] = ACTIONS(1724),
    [anon_sym_LPAREN] = ACTIONS(1726),
    [anon_sym_switch] = ACTIONS(1724),
    [anon_sym_LBRACE] = ACTIONS(1726),
    [anon_sym_case] = ACTIONS(1724),
    [anon_sym_default] = ACTIONS(1724),
    [anon_sym_cast] = ACTIONS(1724),
    [anon_sym_DOLLARtype] = ACTIONS(1726),
    [anon_sym_return] = ACTIONS(1724),
    [anon_sym_untyped] = ACTIONS(1724),
    [anon_sym_break] = ACTIONS(1724),
    [anon_sym_continue] = ACTIONS(1724),
    [anon_sym_LBRACK] = ACTIONS(1726),
    [anon_sym_this] = ACTIONS(1724),
    [anon_sym_AT] = ACTIONS(1724),
    [anon_sym_AT_COLON] = ACTIONS(1726),
    [anon_sym_if] = ACTIONS(1724),
    [anon_sym_new] = ACTIONS(1724),
    [anon_sym_TILDE] = ACTIONS(1726),
    [anon_sym_BANG] = ACTIONS(1724),
    [anon_sym_DASH] = ACTIONS(1724),
    [anon_sym_PLUS_PLUS] = ACTIONS(1726),
    [anon_sym_DASH_DASH] = ACTIONS(1726),
    [anon_sym_PERCENT] = ACTIONS(1726),
    [anon_sym_STAR] = ACTIONS(1726),
    [anon_sym_SLASH] = ACTIONS(1724),
    [anon_sym_PLUS] = ACTIONS(1724),
    [anon_sym_LT_LT] = ACTIONS(1726),
    [anon_sym_GT_GT] = ACTIONS(1724),
    [anon_sym_GT_GT_GT] = ACTIONS(1726),
    [anon_sym_AMP] = ACTIONS(1724),
    [anon_sym_PIPE] = ACTIONS(1724),
    [anon_sym_CARET] = ACTIONS(1726),
    [anon_sym_AMP_AMP] = ACTIONS(1726),
    [anon_sym_PIPE_PIPE] = ACTIONS(1726),
    [anon_sym_EQ_EQ] = ACTIONS(1726),
    [anon_sym_BANG_EQ] = ACTIONS(1726),
    [anon_sym_LT] = ACTIONS(1724),
    [anon_sym_LT_EQ] = ACTIONS(1726),
    [anon_sym_GT] = ACTIONS(1724),
    [anon_sym_GT_EQ] = ACTIONS(1726),
    [anon_sym_EQ_GT] = ACTIONS(1726),
    [anon_sym_QMARK_QMARK] = ACTIONS(1726),
    [anon_sym_EQ] = ACTIONS(1724),
    [sym__rangeOperator] = ACTIONS(1726),
    [anon_sym_null] = ACTIONS(1724),
    [anon_sym_macro] = ACTIONS(1724),
    [anon_sym_abstract] = ACTIONS(1724),
    [anon_sym_static] = ACTIONS(1724),
    [anon_sym_public] = ACTIONS(1724),
    [anon_sym_private] = ACTIONS(1724),
    [anon_sym_extern] = ACTIONS(1724),
    [anon_sym_inline] = ACTIONS(1724),
    [anon_sym_overload] = ACTIONS(1724),
    [anon_sym_override] = ACTIONS(1724),
    [anon_sym_final] = ACTIONS(1724),
    [anon_sym_class] = ACTIONS(1724),
    [anon_sym_interface] = ACTIONS(1724),
    [anon_sym_typedef] = ACTIONS(1724),
    [anon_sym_function] = ACTIONS(1724),
    [anon_sym_var] = ACTIONS(1724),
    [aux_sym_integer_token1] = ACTIONS(1724),
    [aux_sym_integer_token2] = ACTIONS(1726),
    [aux_sym_float_token1] = ACTIONS(1724),
    [aux_sym_float_token2] = ACTIONS(1726),
    [anon_sym_true] = ACTIONS(1724),
    [anon_sym_false] = ACTIONS(1724),
    [aux_sym_string_token1] = ACTIONS(1726),
    [aux_sym_string_token3] = ACTIONS(1726),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1726),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [332] = {
    [sym_identifier] = ACTIONS(1728),
    [anon_sym_POUND] = ACTIONS(1730),
    [anon_sym_package] = ACTIONS(1728),
    [anon_sym_import] = ACTIONS(1728),
    [anon_sym_using] = ACTIONS(1728),
    [anon_sym_throw] = ACTIONS(1728),
    [anon_sym_LPAREN] = ACTIONS(1730),
    [anon_sym_switch] = ACTIONS(1728),
    [anon_sym_LBRACE] = ACTIONS(1730),
    [anon_sym_case] = ACTIONS(1728),
    [anon_sym_default] = ACTIONS(1728),
    [anon_sym_cast] = ACTIONS(1728),
    [anon_sym_DOLLARtype] = ACTIONS(1730),
    [anon_sym_return] = ACTIONS(1728),
    [anon_sym_untyped] = ACTIONS(1728),
    [anon_sym_break] = ACTIONS(1728),
    [anon_sym_continue] = ACTIONS(1728),
    [anon_sym_LBRACK] = ACTIONS(1730),
    [anon_sym_this] = ACTIONS(1728),
    [anon_sym_AT] = ACTIONS(1728),
    [anon_sym_AT_COLON] = ACTIONS(1730),
    [anon_sym_if] = ACTIONS(1728),
    [anon_sym_new] = ACTIONS(1728),
    [anon_sym_TILDE] = ACTIONS(1730),
    [anon_sym_BANG] = ACTIONS(1728),
    [anon_sym_DASH] = ACTIONS(1728),
    [anon_sym_PLUS_PLUS] = ACTIONS(1730),
    [anon_sym_DASH_DASH] = ACTIONS(1730),
    [anon_sym_PERCENT] = ACTIONS(1730),
    [anon_sym_STAR] = ACTIONS(1730),
    [anon_sym_SLASH] = ACTIONS(1728),
    [anon_sym_PLUS] = ACTIONS(1728),
    [anon_sym_LT_LT] = ACTIONS(1730),
    [anon_sym_GT_GT] = ACTIONS(1728),
    [anon_sym_GT_GT_GT] = ACTIONS(1730),
    [anon_sym_AMP] = ACTIONS(1728),
    [anon_sym_PIPE] = ACTIONS(1728),
    [anon_sym_CARET] = ACTIONS(1730),
    [anon_sym_AMP_AMP] = ACTIONS(1730),
    [anon_sym_PIPE_PIPE] = ACTIONS(1730),
    [anon_sym_EQ_EQ] = ACTIONS(1730),
    [anon_sym_BANG_EQ] = ACTIONS(1730),
    [anon_sym_LT] = ACTIONS(1728),
    [anon_sym_LT_EQ] = ACTIONS(1730),
    [anon_sym_GT] = ACTIONS(1728),
    [anon_sym_GT_EQ] = ACTIONS(1730),
    [anon_sym_EQ_GT] = ACTIONS(1730),
    [anon_sym_QMARK_QMARK] = ACTIONS(1730),
    [anon_sym_EQ] = ACTIONS(1728),
    [sym__rangeOperator] = ACTIONS(1730),
    [anon_sym_null] = ACTIONS(1728),
    [anon_sym_macro] = ACTIONS(1728),
    [anon_sym_abstract] = ACTIONS(1728),
    [anon_sym_static] = ACTIONS(1728),
    [anon_sym_public] = ACTIONS(1728),
    [anon_sym_private] = ACTIONS(1728),
    [anon_sym_extern] = ACTIONS(1728),
    [anon_sym_inline] = ACTIONS(1728),
    [anon_sym_overload] = ACTIONS(1728),
    [anon_sym_override] = ACTIONS(1728),
    [anon_sym_final] = ACTIONS(1728),
    [anon_sym_class] = ACTIONS(1728),
    [anon_sym_interface] = ACTIONS(1728),
    [anon_sym_typedef] = ACTIONS(1728),
    [anon_sym_function] = ACTIONS(1728),
    [anon_sym_var] = ACTIONS(1728),
    [aux_sym_integer_token1] = ACTIONS(1728),
    [aux_sym_integer_token2] = ACTIONS(1730),
    [aux_sym_float_token1] = ACTIONS(1728),
    [aux_sym_float_token2] = ACTIONS(1730),
    [anon_sym_true] = ACTIONS(1728),
    [anon_sym_false] = ACTIONS(1728),
    [aux_sym_string_token1] = ACTIONS(1730),
    [aux_sym_string_token3] = ACTIONS(1730),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1730),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [333] = {
    [sym_identifier] = ACTIONS(1732),
    [anon_sym_POUND] = ACTIONS(1734),
    [anon_sym_package] = ACTIONS(1732),
    [anon_sym_import] = ACTIONS(1732),
    [anon_sym_using] = ACTIONS(1732),
    [anon_sym_throw] = ACTIONS(1732),
    [anon_sym_LPAREN] = ACTIONS(1734),
    [anon_sym_switch] = ACTIONS(1732),
    [anon_sym_LBRACE] = ACTIONS(1734),
    [anon_sym_case] = ACTIONS(1732),
    [anon_sym_default] = ACTIONS(1732),
    [anon_sym_cast] = ACTIONS(1732),
    [anon_sym_DOLLARtype] = ACTIONS(1734),
    [anon_sym_return] = ACTIONS(1732),
    [anon_sym_untyped] = ACTIONS(1732),
    [anon_sym_break] = ACTIONS(1732),
    [anon_sym_continue] = ACTIONS(1732),
    [anon_sym_LBRACK] = ACTIONS(1734),
    [anon_sym_this] = ACTIONS(1732),
    [anon_sym_AT] = ACTIONS(1732),
    [anon_sym_AT_COLON] = ACTIONS(1734),
    [anon_sym_if] = ACTIONS(1732),
    [anon_sym_new] = ACTIONS(1732),
    [anon_sym_TILDE] = ACTIONS(1734),
    [anon_sym_BANG] = ACTIONS(1732),
    [anon_sym_DASH] = ACTIONS(1732),
    [anon_sym_PLUS_PLUS] = ACTIONS(1734),
    [anon_sym_DASH_DASH] = ACTIONS(1734),
    [anon_sym_PERCENT] = ACTIONS(1734),
    [anon_sym_STAR] = ACTIONS(1734),
    [anon_sym_SLASH] = ACTIONS(1732),
    [anon_sym_PLUS] = ACTIONS(1732),
    [anon_sym_LT_LT] = ACTIONS(1734),
    [anon_sym_GT_GT] = ACTIONS(1732),
    [anon_sym_GT_GT_GT] = ACTIONS(1734),
    [anon_sym_AMP] = ACTIONS(1732),
    [anon_sym_PIPE] = ACTIONS(1732),
    [anon_sym_CARET] = ACTIONS(1734),
    [anon_sym_AMP_AMP] = ACTIONS(1734),
    [anon_sym_PIPE_PIPE] = ACTIONS(1734),
    [anon_sym_EQ_EQ] = ACTIONS(1734),
    [anon_sym_BANG_EQ] = ACTIONS(1734),
    [anon_sym_LT] = ACTIONS(1732),
    [anon_sym_LT_EQ] = ACTIONS(1734),
    [anon_sym_GT] = ACTIONS(1732),
    [anon_sym_GT_EQ] = ACTIONS(1734),
    [anon_sym_EQ_GT] = ACTIONS(1734),
    [anon_sym_QMARK_QMARK] = ACTIONS(1734),
    [anon_sym_EQ] = ACTIONS(1732),
    [sym__rangeOperator] = ACTIONS(1734),
    [anon_sym_null] = ACTIONS(1732),
    [anon_sym_macro] = ACTIONS(1732),
    [anon_sym_abstract] = ACTIONS(1732),
    [anon_sym_static] = ACTIONS(1732),
    [anon_sym_public] = ACTIONS(1732),
    [anon_sym_private] = ACTIONS(1732),
    [anon_sym_extern] = ACTIONS(1732),
    [anon_sym_inline] = ACTIONS(1732),
    [anon_sym_overload] = ACTIONS(1732),
    [anon_sym_override] = ACTIONS(1732),
    [anon_sym_final] = ACTIONS(1732),
    [anon_sym_class] = ACTIONS(1732),
    [anon_sym_interface] = ACTIONS(1732),
    [anon_sym_typedef] = ACTIONS(1732),
    [anon_sym_function] = ACTIONS(1732),
    [anon_sym_var] = ACTIONS(1732),
    [aux_sym_integer_token1] = ACTIONS(1732),
    [aux_sym_integer_token2] = ACTIONS(1734),
    [aux_sym_float_token1] = ACTIONS(1732),
    [aux_sym_float_token2] = ACTIONS(1734),
    [anon_sym_true] = ACTIONS(1732),
    [anon_sym_false] = ACTIONS(1732),
    [aux_sym_string_token1] = ACTIONS(1734),
    [aux_sym_string_token3] = ACTIONS(1734),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1734),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [334] = {
    [sym_identifier] = ACTIONS(1736),
    [anon_sym_POUND] = ACTIONS(1738),
    [anon_sym_package] = ACTIONS(1736),
    [anon_sym_import] = ACTIONS(1736),
    [anon_sym_using] = ACTIONS(1736),
    [anon_sym_throw] = ACTIONS(1736),
    [anon_sym_LPAREN] = ACTIONS(1738),
    [anon_sym_switch] = ACTIONS(1736),
    [anon_sym_LBRACE] = ACTIONS(1738),
    [anon_sym_case] = ACTIONS(1736),
    [anon_sym_default] = ACTIONS(1736),
    [anon_sym_cast] = ACTIONS(1736),
    [anon_sym_DOLLARtype] = ACTIONS(1738),
    [anon_sym_return] = ACTIONS(1736),
    [anon_sym_untyped] = ACTIONS(1736),
    [anon_sym_break] = ACTIONS(1736),
    [anon_sym_continue] = ACTIONS(1736),
    [anon_sym_LBRACK] = ACTIONS(1738),
    [anon_sym_this] = ACTIONS(1736),
    [anon_sym_AT] = ACTIONS(1736),
    [anon_sym_AT_COLON] = ACTIONS(1738),
    [anon_sym_if] = ACTIONS(1736),
    [anon_sym_new] = ACTIONS(1736),
    [anon_sym_TILDE] = ACTIONS(1738),
    [anon_sym_BANG] = ACTIONS(1736),
    [anon_sym_DASH] = ACTIONS(1736),
    [anon_sym_PLUS_PLUS] = ACTIONS(1738),
    [anon_sym_DASH_DASH] = ACTIONS(1738),
    [anon_sym_PERCENT] = ACTIONS(1738),
    [anon_sym_STAR] = ACTIONS(1738),
    [anon_sym_SLASH] = ACTIONS(1736),
    [anon_sym_PLUS] = ACTIONS(1736),
    [anon_sym_LT_LT] = ACTIONS(1738),
    [anon_sym_GT_GT] = ACTIONS(1736),
    [anon_sym_GT_GT_GT] = ACTIONS(1738),
    [anon_sym_AMP] = ACTIONS(1736),
    [anon_sym_PIPE] = ACTIONS(1736),
    [anon_sym_CARET] = ACTIONS(1738),
    [anon_sym_AMP_AMP] = ACTIONS(1738),
    [anon_sym_PIPE_PIPE] = ACTIONS(1738),
    [anon_sym_EQ_EQ] = ACTIONS(1738),
    [anon_sym_BANG_EQ] = ACTIONS(1738),
    [anon_sym_LT] = ACTIONS(1736),
    [anon_sym_LT_EQ] = ACTIONS(1738),
    [anon_sym_GT] = ACTIONS(1736),
    [anon_sym_GT_EQ] = ACTIONS(1738),
    [anon_sym_EQ_GT] = ACTIONS(1738),
    [anon_sym_QMARK_QMARK] = ACTIONS(1738),
    [anon_sym_EQ] = ACTIONS(1736),
    [sym__rangeOperator] = ACTIONS(1738),
    [anon_sym_null] = ACTIONS(1736),
    [anon_sym_macro] = ACTIONS(1736),
    [anon_sym_abstract] = ACTIONS(1736),
    [anon_sym_static] = ACTIONS(1736),
    [anon_sym_public] = ACTIONS(1736),
    [anon_sym_private] = ACTIONS(1736),
    [anon_sym_extern] = ACTIONS(1736),
    [anon_sym_inline] = ACTIONS(1736),
    [anon_sym_overload] = ACTIONS(1736),
    [anon_sym_override] = ACTIONS(1736),
    [anon_sym_final] = ACTIONS(1736),
    [anon_sym_class] = ACTIONS(1736),
    [anon_sym_interface] = ACTIONS(1736),
    [anon_sym_typedef] = ACTIONS(1736),
    [anon_sym_function] = ACTIONS(1736),
    [anon_sym_var] = ACTIONS(1736),
    [aux_sym_integer_token1] = ACTIONS(1736),
    [aux_sym_integer_token2] = ACTIONS(1738),
    [aux_sym_float_token1] = ACTIONS(1736),
    [aux_sym_float_token2] = ACTIONS(1738),
    [anon_sym_true] = ACTIONS(1736),
    [anon_sym_false] = ACTIONS(1736),
    [aux_sym_string_token1] = ACTIONS(1738),
    [aux_sym_string_token3] = ACTIONS(1738),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1738),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [335] = {
    [sym_identifier] = ACTIONS(1740),
    [anon_sym_POUND] = ACTIONS(1742),
    [anon_sym_package] = ACTIONS(1740),
    [anon_sym_import] = ACTIONS(1740),
    [anon_sym_using] = ACTIONS(1740),
    [anon_sym_throw] = ACTIONS(1740),
    [anon_sym_LPAREN] = ACTIONS(1742),
    [anon_sym_switch] = ACTIONS(1740),
    [anon_sym_LBRACE] = ACTIONS(1742),
    [anon_sym_case] = ACTIONS(1740),
    [anon_sym_default] = ACTIONS(1740),
    [anon_sym_cast] = ACTIONS(1740),
    [anon_sym_DOLLARtype] = ACTIONS(1742),
    [anon_sym_return] = ACTIONS(1740),
    [anon_sym_untyped] = ACTIONS(1740),
    [anon_sym_break] = ACTIONS(1740),
    [anon_sym_continue] = ACTIONS(1740),
    [anon_sym_LBRACK] = ACTIONS(1742),
    [anon_sym_this] = ACTIONS(1740),
    [anon_sym_AT] = ACTIONS(1740),
    [anon_sym_AT_COLON] = ACTIONS(1742),
    [anon_sym_if] = ACTIONS(1740),
    [anon_sym_new] = ACTIONS(1740),
    [anon_sym_TILDE] = ACTIONS(1742),
    [anon_sym_BANG] = ACTIONS(1740),
    [anon_sym_DASH] = ACTIONS(1740),
    [anon_sym_PLUS_PLUS] = ACTIONS(1742),
    [anon_sym_DASH_DASH] = ACTIONS(1742),
    [anon_sym_PERCENT] = ACTIONS(1742),
    [anon_sym_STAR] = ACTIONS(1742),
    [anon_sym_SLASH] = ACTIONS(1740),
    [anon_sym_PLUS] = ACTIONS(1740),
    [anon_sym_LT_LT] = ACTIONS(1742),
    [anon_sym_GT_GT] = ACTIONS(1740),
    [anon_sym_GT_GT_GT] = ACTIONS(1742),
    [anon_sym_AMP] = ACTIONS(1740),
    [anon_sym_PIPE] = ACTIONS(1740),
    [anon_sym_CARET] = ACTIONS(1742),
    [anon_sym_AMP_AMP] = ACTIONS(1742),
    [anon_sym_PIPE_PIPE] = ACTIONS(1742),
    [anon_sym_EQ_EQ] = ACTIONS(1742),
    [anon_sym_BANG_EQ] = ACTIONS(1742),
    [anon_sym_LT] = ACTIONS(1740),
    [anon_sym_LT_EQ] = ACTIONS(1742),
    [anon_sym_GT] = ACTIONS(1740),
    [anon_sym_GT_EQ] = ACTIONS(1742),
    [anon_sym_EQ_GT] = ACTIONS(1742),
    [anon_sym_QMARK_QMARK] = ACTIONS(1742),
    [anon_sym_EQ] = ACTIONS(1740),
    [sym__rangeOperator] = ACTIONS(1742),
    [anon_sym_null] = ACTIONS(1740),
    [anon_sym_macro] = ACTIONS(1740),
    [anon_sym_abstract] = ACTIONS(1740),
    [anon_sym_static] = ACTIONS(1740),
    [anon_sym_public] = ACTIONS(1740),
    [anon_sym_private] = ACTIONS(1740),
    [anon_sym_extern] = ACTIONS(1740),
    [anon_sym_inline] = ACTIONS(1740),
    [anon_sym_overload] = ACTIONS(1740),
    [anon_sym_override] = ACTIONS(1740),
    [anon_sym_final] = ACTIONS(1740),
    [anon_sym_class] = ACTIONS(1740),
    [anon_sym_interface] = ACTIONS(1740),
    [anon_sym_typedef] = ACTIONS(1740),
    [anon_sym_function] = ACTIONS(1740),
    [anon_sym_var] = ACTIONS(1740),
    [aux_sym_integer_token1] = ACTIONS(1740),
    [aux_sym_integer_token2] = ACTIONS(1742),
    [aux_sym_float_token1] = ACTIONS(1740),
    [aux_sym_float_token2] = ACTIONS(1742),
    [anon_sym_true] = ACTIONS(1740),
    [anon_sym_false] = ACTIONS(1740),
    [aux_sym_string_token1] = ACTIONS(1742),
    [aux_sym_string_token3] = ACTIONS(1742),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1742),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [336] = {
    [sym_identifier] = ACTIONS(1744),
    [anon_sym_POUND] = ACTIONS(1746),
    [anon_sym_package] = ACTIONS(1744),
    [anon_sym_import] = ACTIONS(1744),
    [anon_sym_using] = ACTIONS(1744),
    [anon_sym_throw] = ACTIONS(1744),
    [anon_sym_LPAREN] = ACTIONS(1746),
    [anon_sym_switch] = ACTIONS(1744),
    [anon_sym_LBRACE] = ACTIONS(1746),
    [anon_sym_case] = ACTIONS(1744),
    [anon_sym_default] = ACTIONS(1744),
    [anon_sym_cast] = ACTIONS(1744),
    [anon_sym_DOLLARtype] = ACTIONS(1746),
    [anon_sym_return] = ACTIONS(1744),
    [anon_sym_untyped] = ACTIONS(1744),
    [anon_sym_break] = ACTIONS(1744),
    [anon_sym_continue] = ACTIONS(1744),
    [anon_sym_LBRACK] = ACTIONS(1746),
    [anon_sym_this] = ACTIONS(1744),
    [anon_sym_AT] = ACTIONS(1744),
    [anon_sym_AT_COLON] = ACTIONS(1746),
    [anon_sym_if] = ACTIONS(1744),
    [anon_sym_new] = ACTIONS(1744),
    [anon_sym_TILDE] = ACTIONS(1746),
    [anon_sym_BANG] = ACTIONS(1744),
    [anon_sym_DASH] = ACTIONS(1744),
    [anon_sym_PLUS_PLUS] = ACTIONS(1746),
    [anon_sym_DASH_DASH] = ACTIONS(1746),
    [anon_sym_PERCENT] = ACTIONS(1746),
    [anon_sym_STAR] = ACTIONS(1746),
    [anon_sym_SLASH] = ACTIONS(1744),
    [anon_sym_PLUS] = ACTIONS(1744),
    [anon_sym_LT_LT] = ACTIONS(1746),
    [anon_sym_GT_GT] = ACTIONS(1744),
    [anon_sym_GT_GT_GT] = ACTIONS(1746),
    [anon_sym_AMP] = ACTIONS(1744),
    [anon_sym_PIPE] = ACTIONS(1744),
    [anon_sym_CARET] = ACTIONS(1746),
    [anon_sym_AMP_AMP] = ACTIONS(1746),
    [anon_sym_PIPE_PIPE] = ACTIONS(1746),
    [anon_sym_EQ_EQ] = ACTIONS(1746),
    [anon_sym_BANG_EQ] = ACTIONS(1746),
    [anon_sym_LT] = ACTIONS(1744),
    [anon_sym_LT_EQ] = ACTIONS(1746),
    [anon_sym_GT] = ACTIONS(1744),
    [anon_sym_GT_EQ] = ACTIONS(1746),
    [anon_sym_EQ_GT] = ACTIONS(1746),
    [anon_sym_QMARK_QMARK] = ACTIONS(1746),
    [anon_sym_EQ] = ACTIONS(1744),
    [sym__rangeOperator] = ACTIONS(1746),
    [anon_sym_null] = ACTIONS(1744),
    [anon_sym_macro] = ACTIONS(1744),
    [anon_sym_abstract] = ACTIONS(1744),
    [anon_sym_static] = ACTIONS(1744),
    [anon_sym_public] = ACTIONS(1744),
    [anon_sym_private] = ACTIONS(1744),
    [anon_sym_extern] = ACTIONS(1744),
    [anon_sym_inline] = ACTIONS(1744),
    [anon_sym_overload] = ACTIONS(1744),
    [anon_sym_override] = ACTIONS(1744),
    [anon_sym_final] = ACTIONS(1744),
    [anon_sym_class] = ACTIONS(1744),
    [anon_sym_interface] = ACTIONS(1744),
    [anon_sym_typedef] = ACTIONS(1744),
    [anon_sym_function] = ACTIONS(1744),
    [anon_sym_var] = ACTIONS(1744),
    [aux_sym_integer_token1] = ACTIONS(1744),
    [aux_sym_integer_token2] = ACTIONS(1746),
    [aux_sym_float_token1] = ACTIONS(1744),
    [aux_sym_float_token2] = ACTIONS(1746),
    [anon_sym_true] = ACTIONS(1744),
    [anon_sym_false] = ACTIONS(1744),
    [aux_sym_string_token1] = ACTIONS(1746),
    [aux_sym_string_token3] = ACTIONS(1746),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1746),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [337] = {
    [sym_identifier] = ACTIONS(1748),
    [anon_sym_POUND] = ACTIONS(1750),
    [anon_sym_package] = ACTIONS(1748),
    [anon_sym_import] = ACTIONS(1748),
    [anon_sym_using] = ACTIONS(1748),
    [anon_sym_throw] = ACTIONS(1748),
    [anon_sym_LPAREN] = ACTIONS(1750),
    [anon_sym_switch] = ACTIONS(1748),
    [anon_sym_LBRACE] = ACTIONS(1750),
    [anon_sym_case] = ACTIONS(1748),
    [anon_sym_default] = ACTIONS(1748),
    [anon_sym_cast] = ACTIONS(1748),
    [anon_sym_DOLLARtype] = ACTIONS(1750),
    [anon_sym_return] = ACTIONS(1748),
    [anon_sym_untyped] = ACTIONS(1748),
    [anon_sym_break] = ACTIONS(1748),
    [anon_sym_continue] = ACTIONS(1748),
    [anon_sym_LBRACK] = ACTIONS(1750),
    [anon_sym_this] = ACTIONS(1748),
    [anon_sym_AT] = ACTIONS(1748),
    [anon_sym_AT_COLON] = ACTIONS(1750),
    [anon_sym_if] = ACTIONS(1748),
    [anon_sym_new] = ACTIONS(1748),
    [anon_sym_TILDE] = ACTIONS(1750),
    [anon_sym_BANG] = ACTIONS(1748),
    [anon_sym_DASH] = ACTIONS(1748),
    [anon_sym_PLUS_PLUS] = ACTIONS(1750),
    [anon_sym_DASH_DASH] = ACTIONS(1750),
    [anon_sym_PERCENT] = ACTIONS(1750),
    [anon_sym_STAR] = ACTIONS(1750),
    [anon_sym_SLASH] = ACTIONS(1748),
    [anon_sym_PLUS] = ACTIONS(1748),
    [anon_sym_LT_LT] = ACTIONS(1750),
    [anon_sym_GT_GT] = ACTIONS(1748),
    [anon_sym_GT_GT_GT] = ACTIONS(1750),
    [anon_sym_AMP] = ACTIONS(1748),
    [anon_sym_PIPE] = ACTIONS(1748),
    [anon_sym_CARET] = ACTIONS(1750),
    [anon_sym_AMP_AMP] = ACTIONS(1750),
    [anon_sym_PIPE_PIPE] = ACTIONS(1750),
    [anon_sym_EQ_EQ] = ACTIONS(1750),
    [anon_sym_BANG_EQ] = ACTIONS(1750),
    [anon_sym_LT] = ACTIONS(1748),
    [anon_sym_LT_EQ] = ACTIONS(1750),
    [anon_sym_GT] = ACTIONS(1748),
    [anon_sym_GT_EQ] = ACTIONS(1750),
    [anon_sym_EQ_GT] = ACTIONS(1750),
    [anon_sym_QMARK_QMARK] = ACTIONS(1750),
    [anon_sym_EQ] = ACTIONS(1748),
    [sym__rangeOperator] = ACTIONS(1750),
    [anon_sym_null] = ACTIONS(1748),
    [anon_sym_macro] = ACTIONS(1748),
    [anon_sym_abstract] = ACTIONS(1748),
    [anon_sym_static] = ACTIONS(1748),
    [anon_sym_public] = ACTIONS(1748),
    [anon_sym_private] = ACTIONS(1748),
    [anon_sym_extern] = ACTIONS(1748),
    [anon_sym_inline] = ACTIONS(1748),
    [anon_sym_overload] = ACTIONS(1748),
    [anon_sym_override] = ACTIONS(1748),
    [anon_sym_final] = ACTIONS(1748),
    [anon_sym_class] = ACTIONS(1748),
    [anon_sym_interface] = ACTIONS(1748),
    [anon_sym_typedef] = ACTIONS(1748),
    [anon_sym_function] = ACTIONS(1748),
    [anon_sym_var] = ACTIONS(1748),
    [aux_sym_integer_token1] = ACTIONS(1748),
    [aux_sym_integer_token2] = ACTIONS(1750),
    [aux_sym_float_token1] = ACTIONS(1748),
    [aux_sym_float_token2] = ACTIONS(1750),
    [anon_sym_true] = ACTIONS(1748),
    [anon_sym_false] = ACTIONS(1748),
    [aux_sym_string_token1] = ACTIONS(1750),
    [aux_sym_string_token3] = ACTIONS(1750),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1750),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [338] = {
    [sym_identifier] = ACTIONS(1752),
    [anon_sym_POUND] = ACTIONS(1754),
    [anon_sym_package] = ACTIONS(1752),
    [anon_sym_import] = ACTIONS(1752),
    [anon_sym_using] = ACTIONS(1752),
    [anon_sym_throw] = ACTIONS(1752),
    [anon_sym_LPAREN] = ACTIONS(1754),
    [anon_sym_switch] = ACTIONS(1752),
    [anon_sym_LBRACE] = ACTIONS(1754),
    [anon_sym_case] = ACTIONS(1752),
    [anon_sym_default] = ACTIONS(1752),
    [anon_sym_cast] = ACTIONS(1752),
    [anon_sym_DOLLARtype] = ACTIONS(1754),
    [anon_sym_return] = ACTIONS(1752),
    [anon_sym_untyped] = ACTIONS(1752),
    [anon_sym_break] = ACTIONS(1752),
    [anon_sym_continue] = ACTIONS(1752),
    [anon_sym_LBRACK] = ACTIONS(1754),
    [anon_sym_this] = ACTIONS(1752),
    [anon_sym_AT] = ACTIONS(1752),
    [anon_sym_AT_COLON] = ACTIONS(1754),
    [anon_sym_if] = ACTIONS(1752),
    [anon_sym_new] = ACTIONS(1752),
    [anon_sym_TILDE] = ACTIONS(1754),
    [anon_sym_BANG] = ACTIONS(1752),
    [anon_sym_DASH] = ACTIONS(1752),
    [anon_sym_PLUS_PLUS] = ACTIONS(1754),
    [anon_sym_DASH_DASH] = ACTIONS(1754),
    [anon_sym_PERCENT] = ACTIONS(1754),
    [anon_sym_STAR] = ACTIONS(1754),
    [anon_sym_SLASH] = ACTIONS(1752),
    [anon_sym_PLUS] = ACTIONS(1752),
    [anon_sym_LT_LT] = ACTIONS(1754),
    [anon_sym_GT_GT] = ACTIONS(1752),
    [anon_sym_GT_GT_GT] = ACTIONS(1754),
    [anon_sym_AMP] = ACTIONS(1752),
    [anon_sym_PIPE] = ACTIONS(1752),
    [anon_sym_CARET] = ACTIONS(1754),
    [anon_sym_AMP_AMP] = ACTIONS(1754),
    [anon_sym_PIPE_PIPE] = ACTIONS(1754),
    [anon_sym_EQ_EQ] = ACTIONS(1754),
    [anon_sym_BANG_EQ] = ACTIONS(1754),
    [anon_sym_LT] = ACTIONS(1752),
    [anon_sym_LT_EQ] = ACTIONS(1754),
    [anon_sym_GT] = ACTIONS(1752),
    [anon_sym_GT_EQ] = ACTIONS(1754),
    [anon_sym_EQ_GT] = ACTIONS(1754),
    [anon_sym_QMARK_QMARK] = ACTIONS(1754),
    [anon_sym_EQ] = ACTIONS(1752),
    [sym__rangeOperator] = ACTIONS(1754),
    [anon_sym_null] = ACTIONS(1752),
    [anon_sym_macro] = ACTIONS(1752),
    [anon_sym_abstract] = ACTIONS(1752),
    [anon_sym_static] = ACTIONS(1752),
    [anon_sym_public] = ACTIONS(1752),
    [anon_sym_private] = ACTIONS(1752),
    [anon_sym_extern] = ACTIONS(1752),
    [anon_sym_inline] = ACTIONS(1752),
    [anon_sym_overload] = ACTIONS(1752),
    [anon_sym_override] = ACTIONS(1752),
    [anon_sym_final] = ACTIONS(1752),
    [anon_sym_class] = ACTIONS(1752),
    [anon_sym_interface] = ACTIONS(1752),
    [anon_sym_typedef] = ACTIONS(1752),
    [anon_sym_function] = ACTIONS(1752),
    [anon_sym_var] = ACTIONS(1752),
    [aux_sym_integer_token1] = ACTIONS(1752),
    [aux_sym_integer_token2] = ACTIONS(1754),
    [aux_sym_float_token1] = ACTIONS(1752),
    [aux_sym_float_token2] = ACTIONS(1754),
    [anon_sym_true] = ACTIONS(1752),
    [anon_sym_false] = ACTIONS(1752),
    [aux_sym_string_token1] = ACTIONS(1754),
    [aux_sym_string_token3] = ACTIONS(1754),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1754),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [339] = {
    [sym_identifier] = ACTIONS(1756),
    [anon_sym_POUND] = ACTIONS(1758),
    [anon_sym_package] = ACTIONS(1756),
    [anon_sym_import] = ACTIONS(1756),
    [anon_sym_using] = ACTIONS(1756),
    [anon_sym_throw] = ACTIONS(1756),
    [anon_sym_LPAREN] = ACTIONS(1758),
    [anon_sym_switch] = ACTIONS(1756),
    [anon_sym_LBRACE] = ACTIONS(1758),
    [anon_sym_case] = ACTIONS(1756),
    [anon_sym_default] = ACTIONS(1756),
    [anon_sym_cast] = ACTIONS(1756),
    [anon_sym_DOLLARtype] = ACTIONS(1758),
    [anon_sym_return] = ACTIONS(1756),
    [anon_sym_untyped] = ACTIONS(1756),
    [anon_sym_break] = ACTIONS(1756),
    [anon_sym_continue] = ACTIONS(1756),
    [anon_sym_LBRACK] = ACTIONS(1758),
    [anon_sym_this] = ACTIONS(1756),
    [anon_sym_AT] = ACTIONS(1756),
    [anon_sym_AT_COLON] = ACTIONS(1758),
    [anon_sym_if] = ACTIONS(1756),
    [anon_sym_new] = ACTIONS(1756),
    [anon_sym_TILDE] = ACTIONS(1758),
    [anon_sym_BANG] = ACTIONS(1756),
    [anon_sym_DASH] = ACTIONS(1756),
    [anon_sym_PLUS_PLUS] = ACTIONS(1758),
    [anon_sym_DASH_DASH] = ACTIONS(1758),
    [anon_sym_PERCENT] = ACTIONS(1758),
    [anon_sym_STAR] = ACTIONS(1758),
    [anon_sym_SLASH] = ACTIONS(1756),
    [anon_sym_PLUS] = ACTIONS(1756),
    [anon_sym_LT_LT] = ACTIONS(1758),
    [anon_sym_GT_GT] = ACTIONS(1756),
    [anon_sym_GT_GT_GT] = ACTIONS(1758),
    [anon_sym_AMP] = ACTIONS(1756),
    [anon_sym_PIPE] = ACTIONS(1756),
    [anon_sym_CARET] = ACTIONS(1758),
    [anon_sym_AMP_AMP] = ACTIONS(1758),
    [anon_sym_PIPE_PIPE] = ACTIONS(1758),
    [anon_sym_EQ_EQ] = ACTIONS(1758),
    [anon_sym_BANG_EQ] = ACTIONS(1758),
    [anon_sym_LT] = ACTIONS(1756),
    [anon_sym_LT_EQ] = ACTIONS(1758),
    [anon_sym_GT] = ACTIONS(1756),
    [anon_sym_GT_EQ] = ACTIONS(1758),
    [anon_sym_EQ_GT] = ACTIONS(1758),
    [anon_sym_QMARK_QMARK] = ACTIONS(1758),
    [anon_sym_EQ] = ACTIONS(1756),
    [sym__rangeOperator] = ACTIONS(1758),
    [anon_sym_null] = ACTIONS(1756),
    [anon_sym_macro] = ACTIONS(1756),
    [anon_sym_abstract] = ACTIONS(1756),
    [anon_sym_static] = ACTIONS(1756),
    [anon_sym_public] = ACTIONS(1756),
    [anon_sym_private] = ACTIONS(1756),
    [anon_sym_extern] = ACTIONS(1756),
    [anon_sym_inline] = ACTIONS(1756),
    [anon_sym_overload] = ACTIONS(1756),
    [anon_sym_override] = ACTIONS(1756),
    [anon_sym_final] = ACTIONS(1756),
    [anon_sym_class] = ACTIONS(1756),
    [anon_sym_interface] = ACTIONS(1756),
    [anon_sym_typedef] = ACTIONS(1756),
    [anon_sym_function] = ACTIONS(1756),
    [anon_sym_var] = ACTIONS(1756),
    [aux_sym_integer_token1] = ACTIONS(1756),
    [aux_sym_integer_token2] = ACTIONS(1758),
    [aux_sym_float_token1] = ACTIONS(1756),
    [aux_sym_float_token2] = ACTIONS(1758),
    [anon_sym_true] = ACTIONS(1756),
    [anon_sym_false] = ACTIONS(1756),
    [aux_sym_string_token1] = ACTIONS(1758),
    [aux_sym_string_token3] = ACTIONS(1758),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1758),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [340] = {
    [sym_identifier] = ACTIONS(1760),
    [anon_sym_POUND] = ACTIONS(1762),
    [anon_sym_package] = ACTIONS(1760),
    [anon_sym_import] = ACTIONS(1760),
    [anon_sym_using] = ACTIONS(1760),
    [anon_sym_throw] = ACTIONS(1760),
    [anon_sym_LPAREN] = ACTIONS(1762),
    [anon_sym_switch] = ACTIONS(1760),
    [anon_sym_LBRACE] = ACTIONS(1762),
    [anon_sym_case] = ACTIONS(1760),
    [anon_sym_default] = ACTIONS(1760),
    [anon_sym_cast] = ACTIONS(1760),
    [anon_sym_DOLLARtype] = ACTIONS(1762),
    [anon_sym_return] = ACTIONS(1760),
    [anon_sym_untyped] = ACTIONS(1760),
    [anon_sym_break] = ACTIONS(1760),
    [anon_sym_continue] = ACTIONS(1760),
    [anon_sym_LBRACK] = ACTIONS(1762),
    [anon_sym_this] = ACTIONS(1760),
    [anon_sym_AT] = ACTIONS(1760),
    [anon_sym_AT_COLON] = ACTIONS(1762),
    [anon_sym_if] = ACTIONS(1760),
    [anon_sym_new] = ACTIONS(1760),
    [anon_sym_TILDE] = ACTIONS(1762),
    [anon_sym_BANG] = ACTIONS(1760),
    [anon_sym_DASH] = ACTIONS(1760),
    [anon_sym_PLUS_PLUS] = ACTIONS(1762),
    [anon_sym_DASH_DASH] = ACTIONS(1762),
    [anon_sym_PERCENT] = ACTIONS(1762),
    [anon_sym_STAR] = ACTIONS(1762),
    [anon_sym_SLASH] = ACTIONS(1760),
    [anon_sym_PLUS] = ACTIONS(1760),
    [anon_sym_LT_LT] = ACTIONS(1762),
    [anon_sym_GT_GT] = ACTIONS(1760),
    [anon_sym_GT_GT_GT] = ACTIONS(1762),
    [anon_sym_AMP] = ACTIONS(1760),
    [anon_sym_PIPE] = ACTIONS(1760),
    [anon_sym_CARET] = ACTIONS(1762),
    [anon_sym_AMP_AMP] = ACTIONS(1762),
    [anon_sym_PIPE_PIPE] = ACTIONS(1762),
    [anon_sym_EQ_EQ] = ACTIONS(1762),
    [anon_sym_BANG_EQ] = ACTIONS(1762),
    [anon_sym_LT] = ACTIONS(1760),
    [anon_sym_LT_EQ] = ACTIONS(1762),
    [anon_sym_GT] = ACTIONS(1760),
    [anon_sym_GT_EQ] = ACTIONS(1762),
    [anon_sym_EQ_GT] = ACTIONS(1762),
    [anon_sym_QMARK_QMARK] = ACTIONS(1762),
    [anon_sym_EQ] = ACTIONS(1760),
    [sym__rangeOperator] = ACTIONS(1762),
    [anon_sym_null] = ACTIONS(1760),
    [anon_sym_macro] = ACTIONS(1760),
    [anon_sym_abstract] = ACTIONS(1760),
    [anon_sym_static] = ACTIONS(1760),
    [anon_sym_public] = ACTIONS(1760),
    [anon_sym_private] = ACTIONS(1760),
    [anon_sym_extern] = ACTIONS(1760),
    [anon_sym_inline] = ACTIONS(1760),
    [anon_sym_overload] = ACTIONS(1760),
    [anon_sym_override] = ACTIONS(1760),
    [anon_sym_final] = ACTIONS(1760),
    [anon_sym_class] = ACTIONS(1760),
    [anon_sym_interface] = ACTIONS(1760),
    [anon_sym_typedef] = ACTIONS(1760),
    [anon_sym_function] = ACTIONS(1760),
    [anon_sym_var] = ACTIONS(1760),
    [aux_sym_integer_token1] = ACTIONS(1760),
    [aux_sym_integer_token2] = ACTIONS(1762),
    [aux_sym_float_token1] = ACTIONS(1760),
    [aux_sym_float_token2] = ACTIONS(1762),
    [anon_sym_true] = ACTIONS(1760),
    [anon_sym_false] = ACTIONS(1760),
    [aux_sym_string_token1] = ACTIONS(1762),
    [aux_sym_string_token3] = ACTIONS(1762),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1762),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [341] = {
    [sym_identifier] = ACTIONS(1764),
    [anon_sym_POUND] = ACTIONS(1766),
    [anon_sym_package] = ACTIONS(1764),
    [anon_sym_import] = ACTIONS(1764),
    [anon_sym_using] = ACTIONS(1764),
    [anon_sym_throw] = ACTIONS(1764),
    [anon_sym_LPAREN] = ACTIONS(1766),
    [anon_sym_switch] = ACTIONS(1764),
    [anon_sym_LBRACE] = ACTIONS(1766),
    [anon_sym_case] = ACTIONS(1764),
    [anon_sym_default] = ACTIONS(1764),
    [anon_sym_cast] = ACTIONS(1764),
    [anon_sym_DOLLARtype] = ACTIONS(1766),
    [anon_sym_return] = ACTIONS(1764),
    [anon_sym_untyped] = ACTIONS(1764),
    [anon_sym_break] = ACTIONS(1764),
    [anon_sym_continue] = ACTIONS(1764),
    [anon_sym_LBRACK] = ACTIONS(1766),
    [anon_sym_this] = ACTIONS(1764),
    [anon_sym_AT] = ACTIONS(1764),
    [anon_sym_AT_COLON] = ACTIONS(1766),
    [anon_sym_if] = ACTIONS(1764),
    [anon_sym_new] = ACTIONS(1764),
    [anon_sym_TILDE] = ACTIONS(1766),
    [anon_sym_BANG] = ACTIONS(1764),
    [anon_sym_DASH] = ACTIONS(1764),
    [anon_sym_PLUS_PLUS] = ACTIONS(1766),
    [anon_sym_DASH_DASH] = ACTIONS(1766),
    [anon_sym_PERCENT] = ACTIONS(1766),
    [anon_sym_STAR] = ACTIONS(1766),
    [anon_sym_SLASH] = ACTIONS(1764),
    [anon_sym_PLUS] = ACTIONS(1764),
    [anon_sym_LT_LT] = ACTIONS(1766),
    [anon_sym_GT_GT] = ACTIONS(1764),
    [anon_sym_GT_GT_GT] = ACTIONS(1766),
    [anon_sym_AMP] = ACTIONS(1764),
    [anon_sym_PIPE] = ACTIONS(1764),
    [anon_sym_CARET] = ACTIONS(1766),
    [anon_sym_AMP_AMP] = ACTIONS(1766),
    [anon_sym_PIPE_PIPE] = ACTIONS(1766),
    [anon_sym_EQ_EQ] = ACTIONS(1766),
    [anon_sym_BANG_EQ] = ACTIONS(1766),
    [anon_sym_LT] = ACTIONS(1764),
    [anon_sym_LT_EQ] = ACTIONS(1766),
    [anon_sym_GT] = ACTIONS(1764),
    [anon_sym_GT_EQ] = ACTIONS(1766),
    [anon_sym_EQ_GT] = ACTIONS(1766),
    [anon_sym_QMARK_QMARK] = ACTIONS(1766),
    [anon_sym_EQ] = ACTIONS(1764),
    [sym__rangeOperator] = ACTIONS(1766),
    [anon_sym_null] = ACTIONS(1764),
    [anon_sym_macro] = ACTIONS(1764),
    [anon_sym_abstract] = ACTIONS(1764),
    [anon_sym_static] = ACTIONS(1764),
    [anon_sym_public] = ACTIONS(1764),
    [anon_sym_private] = ACTIONS(1764),
    [anon_sym_extern] = ACTIONS(1764),
    [anon_sym_inline] = ACTIONS(1764),
    [anon_sym_overload] = ACTIONS(1764),
    [anon_sym_override] = ACTIONS(1764),
    [anon_sym_final] = ACTIONS(1764),
    [anon_sym_class] = ACTIONS(1764),
    [anon_sym_interface] = ACTIONS(1764),
    [anon_sym_typedef] = ACTIONS(1764),
    [anon_sym_function] = ACTIONS(1764),
    [anon_sym_var] = ACTIONS(1764),
    [aux_sym_integer_token1] = ACTIONS(1764),
    [aux_sym_integer_token2] = ACTIONS(1766),
    [aux_sym_float_token1] = ACTIONS(1764),
    [aux_sym_float_token2] = ACTIONS(1766),
    [anon_sym_true] = ACTIONS(1764),
    [anon_sym_false] = ACTIONS(1764),
    [aux_sym_string_token1] = ACTIONS(1766),
    [aux_sym_string_token3] = ACTIONS(1766),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1766),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [342] = {
    [sym_identifier] = ACTIONS(1768),
    [anon_sym_POUND] = ACTIONS(1770),
    [anon_sym_package] = ACTIONS(1768),
    [anon_sym_import] = ACTIONS(1768),
    [anon_sym_using] = ACTIONS(1768),
    [anon_sym_throw] = ACTIONS(1768),
    [anon_sym_LPAREN] = ACTIONS(1770),
    [anon_sym_switch] = ACTIONS(1768),
    [anon_sym_LBRACE] = ACTIONS(1770),
    [anon_sym_case] = ACTIONS(1768),
    [anon_sym_default] = ACTIONS(1768),
    [anon_sym_cast] = ACTIONS(1768),
    [anon_sym_DOLLARtype] = ACTIONS(1770),
    [anon_sym_return] = ACTIONS(1768),
    [anon_sym_untyped] = ACTIONS(1768),
    [anon_sym_break] = ACTIONS(1768),
    [anon_sym_continue] = ACTIONS(1768),
    [anon_sym_LBRACK] = ACTIONS(1770),
    [anon_sym_this] = ACTIONS(1768),
    [anon_sym_AT] = ACTIONS(1768),
    [anon_sym_AT_COLON] = ACTIONS(1770),
    [anon_sym_if] = ACTIONS(1768),
    [anon_sym_new] = ACTIONS(1768),
    [anon_sym_TILDE] = ACTIONS(1770),
    [anon_sym_BANG] = ACTIONS(1768),
    [anon_sym_DASH] = ACTIONS(1768),
    [anon_sym_PLUS_PLUS] = ACTIONS(1770),
    [anon_sym_DASH_DASH] = ACTIONS(1770),
    [anon_sym_PERCENT] = ACTIONS(1770),
    [anon_sym_STAR] = ACTIONS(1770),
    [anon_sym_SLASH] = ACTIONS(1768),
    [anon_sym_PLUS] = ACTIONS(1768),
    [anon_sym_LT_LT] = ACTIONS(1770),
    [anon_sym_GT_GT] = ACTIONS(1768),
    [anon_sym_GT_GT_GT] = ACTIONS(1770),
    [anon_sym_AMP] = ACTIONS(1768),
    [anon_sym_PIPE] = ACTIONS(1768),
    [anon_sym_CARET] = ACTIONS(1770),
    [anon_sym_AMP_AMP] = ACTIONS(1770),
    [anon_sym_PIPE_PIPE] = ACTIONS(1770),
    [anon_sym_EQ_EQ] = ACTIONS(1770),
    [anon_sym_BANG_EQ] = ACTIONS(1770),
    [anon_sym_LT] = ACTIONS(1768),
    [anon_sym_LT_EQ] = ACTIONS(1770),
    [anon_sym_GT] = ACTIONS(1768),
    [anon_sym_GT_EQ] = ACTIONS(1770),
    [anon_sym_EQ_GT] = ACTIONS(1770),
    [anon_sym_QMARK_QMARK] = ACTIONS(1770),
    [anon_sym_EQ] = ACTIONS(1768),
    [sym__rangeOperator] = ACTIONS(1770),
    [anon_sym_null] = ACTIONS(1768),
    [anon_sym_macro] = ACTIONS(1768),
    [anon_sym_abstract] = ACTIONS(1768),
    [anon_sym_static] = ACTIONS(1768),
    [anon_sym_public] = ACTIONS(1768),
    [anon_sym_private] = ACTIONS(1768),
    [anon_sym_extern] = ACTIONS(1768),
    [anon_sym_inline] = ACTIONS(1768),
    [anon_sym_overload] = ACTIONS(1768),
    [anon_sym_override] = ACTIONS(1768),
    [anon_sym_final] = ACTIONS(1768),
    [anon_sym_class] = ACTIONS(1768),
    [anon_sym_interface] = ACTIONS(1768),
    [anon_sym_typedef] = ACTIONS(1768),
    [anon_sym_function] = ACTIONS(1768),
    [anon_sym_var] = ACTIONS(1768),
    [aux_sym_integer_token1] = ACTIONS(1768),
    [aux_sym_integer_token2] = ACTIONS(1770),
    [aux_sym_float_token1] = ACTIONS(1768),
    [aux_sym_float_token2] = ACTIONS(1770),
    [anon_sym_true] = ACTIONS(1768),
    [anon_sym_false] = ACTIONS(1768),
    [aux_sym_string_token1] = ACTIONS(1770),
    [aux_sym_string_token3] = ACTIONS(1770),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1770),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [343] = {
    [sym_identifier] = ACTIONS(1772),
    [anon_sym_POUND] = ACTIONS(1774),
    [anon_sym_package] = ACTIONS(1772),
    [anon_sym_import] = ACTIONS(1772),
    [anon_sym_using] = ACTIONS(1772),
    [anon_sym_throw] = ACTIONS(1772),
    [anon_sym_LPAREN] = ACTIONS(1774),
    [anon_sym_switch] = ACTIONS(1772),
    [anon_sym_LBRACE] = ACTIONS(1774),
    [anon_sym_case] = ACTIONS(1772),
    [anon_sym_default] = ACTIONS(1772),
    [anon_sym_cast] = ACTIONS(1772),
    [anon_sym_DOLLARtype] = ACTIONS(1774),
    [anon_sym_return] = ACTIONS(1772),
    [anon_sym_untyped] = ACTIONS(1772),
    [anon_sym_break] = ACTIONS(1772),
    [anon_sym_continue] = ACTIONS(1772),
    [anon_sym_LBRACK] = ACTIONS(1774),
    [anon_sym_this] = ACTIONS(1772),
    [anon_sym_AT] = ACTIONS(1772),
    [anon_sym_AT_COLON] = ACTIONS(1774),
    [anon_sym_if] = ACTIONS(1772),
    [anon_sym_new] = ACTIONS(1772),
    [anon_sym_TILDE] = ACTIONS(1774),
    [anon_sym_BANG] = ACTIONS(1772),
    [anon_sym_DASH] = ACTIONS(1772),
    [anon_sym_PLUS_PLUS] = ACTIONS(1774),
    [anon_sym_DASH_DASH] = ACTIONS(1774),
    [anon_sym_PERCENT] = ACTIONS(1774),
    [anon_sym_STAR] = ACTIONS(1774),
    [anon_sym_SLASH] = ACTIONS(1772),
    [anon_sym_PLUS] = ACTIONS(1772),
    [anon_sym_LT_LT] = ACTIONS(1774),
    [anon_sym_GT_GT] = ACTIONS(1772),
    [anon_sym_GT_GT_GT] = ACTIONS(1774),
    [anon_sym_AMP] = ACTIONS(1772),
    [anon_sym_PIPE] = ACTIONS(1772),
    [anon_sym_CARET] = ACTIONS(1774),
    [anon_sym_AMP_AMP] = ACTIONS(1774),
    [anon_sym_PIPE_PIPE] = ACTIONS(1774),
    [anon_sym_EQ_EQ] = ACTIONS(1774),
    [anon_sym_BANG_EQ] = ACTIONS(1774),
    [anon_sym_LT] = ACTIONS(1772),
    [anon_sym_LT_EQ] = ACTIONS(1774),
    [anon_sym_GT] = ACTIONS(1772),
    [anon_sym_GT_EQ] = ACTIONS(1774),
    [anon_sym_EQ_GT] = ACTIONS(1774),
    [anon_sym_QMARK_QMARK] = ACTIONS(1774),
    [anon_sym_EQ] = ACTIONS(1772),
    [sym__rangeOperator] = ACTIONS(1774),
    [anon_sym_null] = ACTIONS(1772),
    [anon_sym_macro] = ACTIONS(1772),
    [anon_sym_abstract] = ACTIONS(1772),
    [anon_sym_static] = ACTIONS(1772),
    [anon_sym_public] = ACTIONS(1772),
    [anon_sym_private] = ACTIONS(1772),
    [anon_sym_extern] = ACTIONS(1772),
    [anon_sym_inline] = ACTIONS(1772),
    [anon_sym_overload] = ACTIONS(1772),
    [anon_sym_override] = ACTIONS(1772),
    [anon_sym_final] = ACTIONS(1772),
    [anon_sym_class] = ACTIONS(1772),
    [anon_sym_interface] = ACTIONS(1772),
    [anon_sym_typedef] = ACTIONS(1772),
    [anon_sym_function] = ACTIONS(1772),
    [anon_sym_var] = ACTIONS(1772),
    [aux_sym_integer_token1] = ACTIONS(1772),
    [aux_sym_integer_token2] = ACTIONS(1774),
    [aux_sym_float_token1] = ACTIONS(1772),
    [aux_sym_float_token2] = ACTIONS(1774),
    [anon_sym_true] = ACTIONS(1772),
    [anon_sym_false] = ACTIONS(1772),
    [aux_sym_string_token1] = ACTIONS(1774),
    [aux_sym_string_token3] = ACTIONS(1774),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1774),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [344] = {
    [sym_identifier] = ACTIONS(1776),
    [anon_sym_POUND] = ACTIONS(1778),
    [anon_sym_package] = ACTIONS(1776),
    [anon_sym_import] = ACTIONS(1776),
    [anon_sym_using] = ACTIONS(1776),
    [anon_sym_throw] = ACTIONS(1776),
    [anon_sym_LPAREN] = ACTIONS(1778),
    [anon_sym_switch] = ACTIONS(1776),
    [anon_sym_LBRACE] = ACTIONS(1778),
    [anon_sym_case] = ACTIONS(1776),
    [anon_sym_default] = ACTIONS(1776),
    [anon_sym_cast] = ACTIONS(1776),
    [anon_sym_DOLLARtype] = ACTIONS(1778),
    [anon_sym_return] = ACTIONS(1776),
    [anon_sym_untyped] = ACTIONS(1776),
    [anon_sym_break] = ACTIONS(1776),
    [anon_sym_continue] = ACTIONS(1776),
    [anon_sym_LBRACK] = ACTIONS(1778),
    [anon_sym_this] = ACTIONS(1776),
    [anon_sym_AT] = ACTIONS(1776),
    [anon_sym_AT_COLON] = ACTIONS(1778),
    [anon_sym_if] = ACTIONS(1776),
    [anon_sym_new] = ACTIONS(1776),
    [anon_sym_TILDE] = ACTIONS(1778),
    [anon_sym_BANG] = ACTIONS(1776),
    [anon_sym_DASH] = ACTIONS(1776),
    [anon_sym_PLUS_PLUS] = ACTIONS(1778),
    [anon_sym_DASH_DASH] = ACTIONS(1778),
    [anon_sym_PERCENT] = ACTIONS(1778),
    [anon_sym_STAR] = ACTIONS(1778),
    [anon_sym_SLASH] = ACTIONS(1776),
    [anon_sym_PLUS] = ACTIONS(1776),
    [anon_sym_LT_LT] = ACTIONS(1778),
    [anon_sym_GT_GT] = ACTIONS(1776),
    [anon_sym_GT_GT_GT] = ACTIONS(1778),
    [anon_sym_AMP] = ACTIONS(1776),
    [anon_sym_PIPE] = ACTIONS(1776),
    [anon_sym_CARET] = ACTIONS(1778),
    [anon_sym_AMP_AMP] = ACTIONS(1778),
    [anon_sym_PIPE_PIPE] = ACTIONS(1778),
    [anon_sym_EQ_EQ] = ACTIONS(1778),
    [anon_sym_BANG_EQ] = ACTIONS(1778),
    [anon_sym_LT] = ACTIONS(1776),
    [anon_sym_LT_EQ] = ACTIONS(1778),
    [anon_sym_GT] = ACTIONS(1776),
    [anon_sym_GT_EQ] = ACTIONS(1778),
    [anon_sym_EQ_GT] = ACTIONS(1778),
    [anon_sym_QMARK_QMARK] = ACTIONS(1778),
    [anon_sym_EQ] = ACTIONS(1776),
    [sym__rangeOperator] = ACTIONS(1778),
    [anon_sym_null] = ACTIONS(1776),
    [anon_sym_macro] = ACTIONS(1776),
    [anon_sym_abstract] = ACTIONS(1776),
    [anon_sym_static] = ACTIONS(1776),
    [anon_sym_public] = ACTIONS(1776),
    [anon_sym_private] = ACTIONS(1776),
    [anon_sym_extern] = ACTIONS(1776),
    [anon_sym_inline] = ACTIONS(1776),
    [anon_sym_overload] = ACTIONS(1776),
    [anon_sym_override] = ACTIONS(1776),
    [anon_sym_final] = ACTIONS(1776),
    [anon_sym_class] = ACTIONS(1776),
    [anon_sym_interface] = ACTIONS(1776),
    [anon_sym_typedef] = ACTIONS(1776),
    [anon_sym_function] = ACTIONS(1776),
    [anon_sym_var] = ACTIONS(1776),
    [aux_sym_integer_token1] = ACTIONS(1776),
    [aux_sym_integer_token2] = ACTIONS(1778),
    [aux_sym_float_token1] = ACTIONS(1776),
    [aux_sym_float_token2] = ACTIONS(1778),
    [anon_sym_true] = ACTIONS(1776),
    [anon_sym_false] = ACTIONS(1776),
    [aux_sym_string_token1] = ACTIONS(1778),
    [aux_sym_string_token3] = ACTIONS(1778),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1778),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [345] = {
    [sym_identifier] = ACTIONS(1780),
    [anon_sym_POUND] = ACTIONS(1782),
    [anon_sym_package] = ACTIONS(1780),
    [anon_sym_import] = ACTIONS(1780),
    [anon_sym_using] = ACTIONS(1780),
    [anon_sym_throw] = ACTIONS(1780),
    [anon_sym_LPAREN] = ACTIONS(1782),
    [anon_sym_switch] = ACTIONS(1780),
    [anon_sym_LBRACE] = ACTIONS(1782),
    [anon_sym_case] = ACTIONS(1780),
    [anon_sym_default] = ACTIONS(1780),
    [anon_sym_cast] = ACTIONS(1780),
    [anon_sym_DOLLARtype] = ACTIONS(1782),
    [anon_sym_return] = ACTIONS(1780),
    [anon_sym_untyped] = ACTIONS(1780),
    [anon_sym_break] = ACTIONS(1780),
    [anon_sym_continue] = ACTIONS(1780),
    [anon_sym_LBRACK] = ACTIONS(1782),
    [anon_sym_this] = ACTIONS(1780),
    [anon_sym_AT] = ACTIONS(1780),
    [anon_sym_AT_COLON] = ACTIONS(1782),
    [anon_sym_if] = ACTIONS(1780),
    [anon_sym_new] = ACTIONS(1780),
    [anon_sym_TILDE] = ACTIONS(1782),
    [anon_sym_BANG] = ACTIONS(1780),
    [anon_sym_DASH] = ACTIONS(1780),
    [anon_sym_PLUS_PLUS] = ACTIONS(1782),
    [anon_sym_DASH_DASH] = ACTIONS(1782),
    [anon_sym_PERCENT] = ACTIONS(1782),
    [anon_sym_STAR] = ACTIONS(1782),
    [anon_sym_SLASH] = ACTIONS(1780),
    [anon_sym_PLUS] = ACTIONS(1780),
    [anon_sym_LT_LT] = ACTIONS(1782),
    [anon_sym_GT_GT] = ACTIONS(1780),
    [anon_sym_GT_GT_GT] = ACTIONS(1782),
    [anon_sym_AMP] = ACTIONS(1780),
    [anon_sym_PIPE] = ACTIONS(1780),
    [anon_sym_CARET] = ACTIONS(1782),
    [anon_sym_AMP_AMP] = ACTIONS(1782),
    [anon_sym_PIPE_PIPE] = ACTIONS(1782),
    [anon_sym_EQ_EQ] = ACTIONS(1782),
    [anon_sym_BANG_EQ] = ACTIONS(1782),
    [anon_sym_LT] = ACTIONS(1780),
    [anon_sym_LT_EQ] = ACTIONS(1782),
    [anon_sym_GT] = ACTIONS(1780),
    [anon_sym_GT_EQ] = ACTIONS(1782),
    [anon_sym_EQ_GT] = ACTIONS(1782),
    [anon_sym_QMARK_QMARK] = ACTIONS(1782),
    [anon_sym_EQ] = ACTIONS(1780),
    [sym__rangeOperator] = ACTIONS(1782),
    [anon_sym_null] = ACTIONS(1780),
    [anon_sym_macro] = ACTIONS(1780),
    [anon_sym_abstract] = ACTIONS(1780),
    [anon_sym_static] = ACTIONS(1780),
    [anon_sym_public] = ACTIONS(1780),
    [anon_sym_private] = ACTIONS(1780),
    [anon_sym_extern] = ACTIONS(1780),
    [anon_sym_inline] = ACTIONS(1780),
    [anon_sym_overload] = ACTIONS(1780),
    [anon_sym_override] = ACTIONS(1780),
    [anon_sym_final] = ACTIONS(1780),
    [anon_sym_class] = ACTIONS(1780),
    [anon_sym_interface] = ACTIONS(1780),
    [anon_sym_typedef] = ACTIONS(1780),
    [anon_sym_function] = ACTIONS(1780),
    [anon_sym_var] = ACTIONS(1780),
    [aux_sym_integer_token1] = ACTIONS(1780),
    [aux_sym_integer_token2] = ACTIONS(1782),
    [aux_sym_float_token1] = ACTIONS(1780),
    [aux_sym_float_token2] = ACTIONS(1782),
    [anon_sym_true] = ACTIONS(1780),
    [anon_sym_false] = ACTIONS(1780),
    [aux_sym_string_token1] = ACTIONS(1782),
    [aux_sym_string_token3] = ACTIONS(1782),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1782),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [346] = {
    [sym_identifier] = ACTIONS(1784),
    [anon_sym_POUND] = ACTIONS(1786),
    [anon_sym_package] = ACTIONS(1784),
    [anon_sym_import] = ACTIONS(1784),
    [anon_sym_using] = ACTIONS(1784),
    [anon_sym_throw] = ACTIONS(1784),
    [anon_sym_LPAREN] = ACTIONS(1786),
    [anon_sym_switch] = ACTIONS(1784),
    [anon_sym_LBRACE] = ACTIONS(1786),
    [anon_sym_case] = ACTIONS(1784),
    [anon_sym_default] = ACTIONS(1784),
    [anon_sym_cast] = ACTIONS(1784),
    [anon_sym_DOLLARtype] = ACTIONS(1786),
    [anon_sym_return] = ACTIONS(1784),
    [anon_sym_untyped] = ACTIONS(1784),
    [anon_sym_break] = ACTIONS(1784),
    [anon_sym_continue] = ACTIONS(1784),
    [anon_sym_LBRACK] = ACTIONS(1786),
    [anon_sym_this] = ACTIONS(1784),
    [anon_sym_AT] = ACTIONS(1784),
    [anon_sym_AT_COLON] = ACTIONS(1786),
    [anon_sym_if] = ACTIONS(1784),
    [anon_sym_new] = ACTIONS(1784),
    [anon_sym_TILDE] = ACTIONS(1786),
    [anon_sym_BANG] = ACTIONS(1784),
    [anon_sym_DASH] = ACTIONS(1784),
    [anon_sym_PLUS_PLUS] = ACTIONS(1786),
    [anon_sym_DASH_DASH] = ACTIONS(1786),
    [anon_sym_PERCENT] = ACTIONS(1786),
    [anon_sym_STAR] = ACTIONS(1786),
    [anon_sym_SLASH] = ACTIONS(1784),
    [anon_sym_PLUS] = ACTIONS(1784),
    [anon_sym_LT_LT] = ACTIONS(1786),
    [anon_sym_GT_GT] = ACTIONS(1784),
    [anon_sym_GT_GT_GT] = ACTIONS(1786),
    [anon_sym_AMP] = ACTIONS(1784),
    [anon_sym_PIPE] = ACTIONS(1784),
    [anon_sym_CARET] = ACTIONS(1786),
    [anon_sym_AMP_AMP] = ACTIONS(1786),
    [anon_sym_PIPE_PIPE] = ACTIONS(1786),
    [anon_sym_EQ_EQ] = ACTIONS(1786),
    [anon_sym_BANG_EQ] = ACTIONS(1786),
    [anon_sym_LT] = ACTIONS(1784),
    [anon_sym_LT_EQ] = ACTIONS(1786),
    [anon_sym_GT] = ACTIONS(1784),
    [anon_sym_GT_EQ] = ACTIONS(1786),
    [anon_sym_EQ_GT] = ACTIONS(1786),
    [anon_sym_QMARK_QMARK] = ACTIONS(1786),
    [anon_sym_EQ] = ACTIONS(1784),
    [sym__rangeOperator] = ACTIONS(1786),
    [anon_sym_null] = ACTIONS(1784),
    [anon_sym_macro] = ACTIONS(1784),
    [anon_sym_abstract] = ACTIONS(1784),
    [anon_sym_static] = ACTIONS(1784),
    [anon_sym_public] = ACTIONS(1784),
    [anon_sym_private] = ACTIONS(1784),
    [anon_sym_extern] = ACTIONS(1784),
    [anon_sym_inline] = ACTIONS(1784),
    [anon_sym_overload] = ACTIONS(1784),
    [anon_sym_override] = ACTIONS(1784),
    [anon_sym_final] = ACTIONS(1784),
    [anon_sym_class] = ACTIONS(1784),
    [anon_sym_interface] = ACTIONS(1784),
    [anon_sym_typedef] = ACTIONS(1784),
    [anon_sym_function] = ACTIONS(1784),
    [anon_sym_var] = ACTIONS(1784),
    [aux_sym_integer_token1] = ACTIONS(1784),
    [aux_sym_integer_token2] = ACTIONS(1786),
    [aux_sym_float_token1] = ACTIONS(1784),
    [aux_sym_float_token2] = ACTIONS(1786),
    [anon_sym_true] = ACTIONS(1784),
    [anon_sym_false] = ACTIONS(1784),
    [aux_sym_string_token1] = ACTIONS(1786),
    [aux_sym_string_token3] = ACTIONS(1786),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1786),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [347] = {
    [sym_identifier] = ACTIONS(1788),
    [anon_sym_POUND] = ACTIONS(1790),
    [anon_sym_package] = ACTIONS(1788),
    [anon_sym_import] = ACTIONS(1788),
    [anon_sym_using] = ACTIONS(1788),
    [anon_sym_throw] = ACTIONS(1788),
    [anon_sym_LPAREN] = ACTIONS(1790),
    [anon_sym_switch] = ACTIONS(1788),
    [anon_sym_LBRACE] = ACTIONS(1790),
    [anon_sym_case] = ACTIONS(1788),
    [anon_sym_default] = ACTIONS(1788),
    [anon_sym_cast] = ACTIONS(1788),
    [anon_sym_DOLLARtype] = ACTIONS(1790),
    [anon_sym_return] = ACTIONS(1788),
    [anon_sym_untyped] = ACTIONS(1788),
    [anon_sym_break] = ACTIONS(1788),
    [anon_sym_continue] = ACTIONS(1788),
    [anon_sym_LBRACK] = ACTIONS(1790),
    [anon_sym_this] = ACTIONS(1788),
    [anon_sym_AT] = ACTIONS(1788),
    [anon_sym_AT_COLON] = ACTIONS(1790),
    [anon_sym_if] = ACTIONS(1788),
    [anon_sym_new] = ACTIONS(1788),
    [anon_sym_TILDE] = ACTIONS(1790),
    [anon_sym_BANG] = ACTIONS(1788),
    [anon_sym_DASH] = ACTIONS(1788),
    [anon_sym_PLUS_PLUS] = ACTIONS(1790),
    [anon_sym_DASH_DASH] = ACTIONS(1790),
    [anon_sym_PERCENT] = ACTIONS(1790),
    [anon_sym_STAR] = ACTIONS(1790),
    [anon_sym_SLASH] = ACTIONS(1788),
    [anon_sym_PLUS] = ACTIONS(1788),
    [anon_sym_LT_LT] = ACTIONS(1790),
    [anon_sym_GT_GT] = ACTIONS(1788),
    [anon_sym_GT_GT_GT] = ACTIONS(1790),
    [anon_sym_AMP] = ACTIONS(1788),
    [anon_sym_PIPE] = ACTIONS(1788),
    [anon_sym_CARET] = ACTIONS(1790),
    [anon_sym_AMP_AMP] = ACTIONS(1790),
    [anon_sym_PIPE_PIPE] = ACTIONS(1790),
    [anon_sym_EQ_EQ] = ACTIONS(1790),
    [anon_sym_BANG_EQ] = ACTIONS(1790),
    [anon_sym_LT] = ACTIONS(1788),
    [anon_sym_LT_EQ] = ACTIONS(1790),
    [anon_sym_GT] = ACTIONS(1788),
    [anon_sym_GT_EQ] = ACTIONS(1790),
    [anon_sym_EQ_GT] = ACTIONS(1790),
    [anon_sym_QMARK_QMARK] = ACTIONS(1790),
    [anon_sym_EQ] = ACTIONS(1788),
    [sym__rangeOperator] = ACTIONS(1790),
    [anon_sym_null] = ACTIONS(1788),
    [anon_sym_macro] = ACTIONS(1788),
    [anon_sym_abstract] = ACTIONS(1788),
    [anon_sym_static] = ACTIONS(1788),
    [anon_sym_public] = ACTIONS(1788),
    [anon_sym_private] = ACTIONS(1788),
    [anon_sym_extern] = ACTIONS(1788),
    [anon_sym_inline] = ACTIONS(1788),
    [anon_sym_overload] = ACTIONS(1788),
    [anon_sym_override] = ACTIONS(1788),
    [anon_sym_final] = ACTIONS(1788),
    [anon_sym_class] = ACTIONS(1788),
    [anon_sym_interface] = ACTIONS(1788),
    [anon_sym_typedef] = ACTIONS(1788),
    [anon_sym_function] = ACTIONS(1788),
    [anon_sym_var] = ACTIONS(1788),
    [aux_sym_integer_token1] = ACTIONS(1788),
    [aux_sym_integer_token2] = ACTIONS(1790),
    [aux_sym_float_token1] = ACTIONS(1788),
    [aux_sym_float_token2] = ACTIONS(1790),
    [anon_sym_true] = ACTIONS(1788),
    [anon_sym_false] = ACTIONS(1788),
    [aux_sym_string_token1] = ACTIONS(1790),
    [aux_sym_string_token3] = ACTIONS(1790),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1790),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [348] = {
    [sym_identifier] = ACTIONS(1792),
    [anon_sym_POUND] = ACTIONS(1794),
    [anon_sym_package] = ACTIONS(1792),
    [anon_sym_import] = ACTIONS(1792),
    [anon_sym_using] = ACTIONS(1792),
    [anon_sym_throw] = ACTIONS(1792),
    [anon_sym_LPAREN] = ACTIONS(1794),
    [anon_sym_switch] = ACTIONS(1792),
    [anon_sym_LBRACE] = ACTIONS(1794),
    [anon_sym_case] = ACTIONS(1792),
    [anon_sym_default] = ACTIONS(1792),
    [anon_sym_cast] = ACTIONS(1792),
    [anon_sym_DOLLARtype] = ACTIONS(1794),
    [anon_sym_return] = ACTIONS(1792),
    [anon_sym_untyped] = ACTIONS(1792),
    [anon_sym_break] = ACTIONS(1792),
    [anon_sym_continue] = ACTIONS(1792),
    [anon_sym_LBRACK] = ACTIONS(1794),
    [anon_sym_this] = ACTIONS(1792),
    [anon_sym_AT] = ACTIONS(1792),
    [anon_sym_AT_COLON] = ACTIONS(1794),
    [anon_sym_if] = ACTIONS(1792),
    [anon_sym_new] = ACTIONS(1792),
    [anon_sym_TILDE] = ACTIONS(1794),
    [anon_sym_BANG] = ACTIONS(1792),
    [anon_sym_DASH] = ACTIONS(1792),
    [anon_sym_PLUS_PLUS] = ACTIONS(1794),
    [anon_sym_DASH_DASH] = ACTIONS(1794),
    [anon_sym_PERCENT] = ACTIONS(1794),
    [anon_sym_STAR] = ACTIONS(1794),
    [anon_sym_SLASH] = ACTIONS(1792),
    [anon_sym_PLUS] = ACTIONS(1792),
    [anon_sym_LT_LT] = ACTIONS(1794),
    [anon_sym_GT_GT] = ACTIONS(1792),
    [anon_sym_GT_GT_GT] = ACTIONS(1794),
    [anon_sym_AMP] = ACTIONS(1792),
    [anon_sym_PIPE] = ACTIONS(1792),
    [anon_sym_CARET] = ACTIONS(1794),
    [anon_sym_AMP_AMP] = ACTIONS(1794),
    [anon_sym_PIPE_PIPE] = ACTIONS(1794),
    [anon_sym_EQ_EQ] = ACTIONS(1794),
    [anon_sym_BANG_EQ] = ACTIONS(1794),
    [anon_sym_LT] = ACTIONS(1792),
    [anon_sym_LT_EQ] = ACTIONS(1794),
    [anon_sym_GT] = ACTIONS(1792),
    [anon_sym_GT_EQ] = ACTIONS(1794),
    [anon_sym_EQ_GT] = ACTIONS(1794),
    [anon_sym_QMARK_QMARK] = ACTIONS(1794),
    [anon_sym_EQ] = ACTIONS(1792),
    [sym__rangeOperator] = ACTIONS(1794),
    [anon_sym_null] = ACTIONS(1792),
    [anon_sym_macro] = ACTIONS(1792),
    [anon_sym_abstract] = ACTIONS(1792),
    [anon_sym_static] = ACTIONS(1792),
    [anon_sym_public] = ACTIONS(1792),
    [anon_sym_private] = ACTIONS(1792),
    [anon_sym_extern] = ACTIONS(1792),
    [anon_sym_inline] = ACTIONS(1792),
    [anon_sym_overload] = ACTIONS(1792),
    [anon_sym_override] = ACTIONS(1792),
    [anon_sym_final] = ACTIONS(1792),
    [anon_sym_class] = ACTIONS(1792),
    [anon_sym_interface] = ACTIONS(1792),
    [anon_sym_typedef] = ACTIONS(1792),
    [anon_sym_function] = ACTIONS(1792),
    [anon_sym_var] = ACTIONS(1792),
    [aux_sym_integer_token1] = ACTIONS(1792),
    [aux_sym_integer_token2] = ACTIONS(1794),
    [aux_sym_float_token1] = ACTIONS(1792),
    [aux_sym_float_token2] = ACTIONS(1794),
    [anon_sym_true] = ACTIONS(1792),
    [anon_sym_false] = ACTIONS(1792),
    [aux_sym_string_token1] = ACTIONS(1794),
    [aux_sym_string_token3] = ACTIONS(1794),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1794),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [349] = {
    [sym_identifier] = ACTIONS(1796),
    [anon_sym_POUND] = ACTIONS(1798),
    [anon_sym_package] = ACTIONS(1796),
    [anon_sym_import] = ACTIONS(1796),
    [anon_sym_using] = ACTIONS(1796),
    [anon_sym_throw] = ACTIONS(1796),
    [anon_sym_LPAREN] = ACTIONS(1798),
    [anon_sym_switch] = ACTIONS(1796),
    [anon_sym_LBRACE] = ACTIONS(1798),
    [anon_sym_case] = ACTIONS(1796),
    [anon_sym_default] = ACTIONS(1796),
    [anon_sym_cast] = ACTIONS(1796),
    [anon_sym_DOLLARtype] = ACTIONS(1798),
    [anon_sym_return] = ACTIONS(1796),
    [anon_sym_untyped] = ACTIONS(1796),
    [anon_sym_break] = ACTIONS(1796),
    [anon_sym_continue] = ACTIONS(1796),
    [anon_sym_LBRACK] = ACTIONS(1798),
    [anon_sym_this] = ACTIONS(1796),
    [anon_sym_AT] = ACTIONS(1796),
    [anon_sym_AT_COLON] = ACTIONS(1798),
    [anon_sym_if] = ACTIONS(1796),
    [anon_sym_new] = ACTIONS(1796),
    [anon_sym_TILDE] = ACTIONS(1798),
    [anon_sym_BANG] = ACTIONS(1796),
    [anon_sym_DASH] = ACTIONS(1796),
    [anon_sym_PLUS_PLUS] = ACTIONS(1798),
    [anon_sym_DASH_DASH] = ACTIONS(1798),
    [anon_sym_PERCENT] = ACTIONS(1798),
    [anon_sym_STAR] = ACTIONS(1798),
    [anon_sym_SLASH] = ACTIONS(1796),
    [anon_sym_PLUS] = ACTIONS(1796),
    [anon_sym_LT_LT] = ACTIONS(1798),
    [anon_sym_GT_GT] = ACTIONS(1796),
    [anon_sym_GT_GT_GT] = ACTIONS(1798),
    [anon_sym_AMP] = ACTIONS(1796),
    [anon_sym_PIPE] = ACTIONS(1796),
    [anon_sym_CARET] = ACTIONS(1798),
    [anon_sym_AMP_AMP] = ACTIONS(1798),
    [anon_sym_PIPE_PIPE] = ACTIONS(1798),
    [anon_sym_EQ_EQ] = ACTIONS(1798),
    [anon_sym_BANG_EQ] = ACTIONS(1798),
    [anon_sym_LT] = ACTIONS(1796),
    [anon_sym_LT_EQ] = ACTIONS(1798),
    [anon_sym_GT] = ACTIONS(1796),
    [anon_sym_GT_EQ] = ACTIONS(1798),
    [anon_sym_EQ_GT] = ACTIONS(1798),
    [anon_sym_QMARK_QMARK] = ACTIONS(1798),
    [anon_sym_EQ] = ACTIONS(1796),
    [sym__rangeOperator] = ACTIONS(1798),
    [anon_sym_null] = ACTIONS(1796),
    [anon_sym_macro] = ACTIONS(1796),
    [anon_sym_abstract] = ACTIONS(1796),
    [anon_sym_static] = ACTIONS(1796),
    [anon_sym_public] = ACTIONS(1796),
    [anon_sym_private] = ACTIONS(1796),
    [anon_sym_extern] = ACTIONS(1796),
    [anon_sym_inline] = ACTIONS(1796),
    [anon_sym_overload] = ACTIONS(1796),
    [anon_sym_override] = ACTIONS(1796),
    [anon_sym_final] = ACTIONS(1796),
    [anon_sym_class] = ACTIONS(1796),
    [anon_sym_interface] = ACTIONS(1796),
    [anon_sym_typedef] = ACTIONS(1796),
    [anon_sym_function] = ACTIONS(1796),
    [anon_sym_var] = ACTIONS(1796),
    [aux_sym_integer_token1] = ACTIONS(1796),
    [aux_sym_integer_token2] = ACTIONS(1798),
    [aux_sym_float_token1] = ACTIONS(1796),
    [aux_sym_float_token2] = ACTIONS(1798),
    [anon_sym_true] = ACTIONS(1796),
    [anon_sym_false] = ACTIONS(1796),
    [aux_sym_string_token1] = ACTIONS(1798),
    [aux_sym_string_token3] = ACTIONS(1798),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1798),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [350] = {
    [sym_identifier] = ACTIONS(1800),
    [anon_sym_POUND] = ACTIONS(1802),
    [anon_sym_package] = ACTIONS(1800),
    [anon_sym_import] = ACTIONS(1800),
    [anon_sym_using] = ACTIONS(1800),
    [anon_sym_throw] = ACTIONS(1800),
    [anon_sym_LPAREN] = ACTIONS(1802),
    [anon_sym_switch] = ACTIONS(1800),
    [anon_sym_LBRACE] = ACTIONS(1802),
    [anon_sym_case] = ACTIONS(1800),
    [anon_sym_default] = ACTIONS(1800),
    [anon_sym_cast] = ACTIONS(1800),
    [anon_sym_DOLLARtype] = ACTIONS(1802),
    [anon_sym_return] = ACTIONS(1800),
    [anon_sym_untyped] = ACTIONS(1800),
    [anon_sym_break] = ACTIONS(1800),
    [anon_sym_continue] = ACTIONS(1800),
    [anon_sym_LBRACK] = ACTIONS(1802),
    [anon_sym_this] = ACTIONS(1800),
    [anon_sym_AT] = ACTIONS(1800),
    [anon_sym_AT_COLON] = ACTIONS(1802),
    [anon_sym_if] = ACTIONS(1800),
    [anon_sym_new] = ACTIONS(1800),
    [anon_sym_TILDE] = ACTIONS(1802),
    [anon_sym_BANG] = ACTIONS(1800),
    [anon_sym_DASH] = ACTIONS(1800),
    [anon_sym_PLUS_PLUS] = ACTIONS(1802),
    [anon_sym_DASH_DASH] = ACTIONS(1802),
    [anon_sym_PERCENT] = ACTIONS(1802),
    [anon_sym_STAR] = ACTIONS(1802),
    [anon_sym_SLASH] = ACTIONS(1800),
    [anon_sym_PLUS] = ACTIONS(1800),
    [anon_sym_LT_LT] = ACTIONS(1802),
    [anon_sym_GT_GT] = ACTIONS(1800),
    [anon_sym_GT_GT_GT] = ACTIONS(1802),
    [anon_sym_AMP] = ACTIONS(1800),
    [anon_sym_PIPE] = ACTIONS(1800),
    [anon_sym_CARET] = ACTIONS(1802),
    [anon_sym_AMP_AMP] = ACTIONS(1802),
    [anon_sym_PIPE_PIPE] = ACTIONS(1802),
    [anon_sym_EQ_EQ] = ACTIONS(1802),
    [anon_sym_BANG_EQ] = ACTIONS(1802),
    [anon_sym_LT] = ACTIONS(1800),
    [anon_sym_LT_EQ] = ACTIONS(1802),
    [anon_sym_GT] = ACTIONS(1800),
    [anon_sym_GT_EQ] = ACTIONS(1802),
    [anon_sym_EQ_GT] = ACTIONS(1802),
    [anon_sym_QMARK_QMARK] = ACTIONS(1802),
    [anon_sym_EQ] = ACTIONS(1800),
    [sym__rangeOperator] = ACTIONS(1802),
    [anon_sym_null] = ACTIONS(1800),
    [anon_sym_macro] = ACTIONS(1800),
    [anon_sym_abstract] = ACTIONS(1800),
    [anon_sym_static] = ACTIONS(1800),
    [anon_sym_public] = ACTIONS(1800),
    [anon_sym_private] = ACTIONS(1800),
    [anon_sym_extern] = ACTIONS(1800),
    [anon_sym_inline] = ACTIONS(1800),
    [anon_sym_overload] = ACTIONS(1800),
    [anon_sym_override] = ACTIONS(1800),
    [anon_sym_final] = ACTIONS(1800),
    [anon_sym_class] = ACTIONS(1800),
    [anon_sym_interface] = ACTIONS(1800),
    [anon_sym_typedef] = ACTIONS(1800),
    [anon_sym_function] = ACTIONS(1800),
    [anon_sym_var] = ACTIONS(1800),
    [aux_sym_integer_token1] = ACTIONS(1800),
    [aux_sym_integer_token2] = ACTIONS(1802),
    [aux_sym_float_token1] = ACTIONS(1800),
    [aux_sym_float_token2] = ACTIONS(1802),
    [anon_sym_true] = ACTIONS(1800),
    [anon_sym_false] = ACTIONS(1800),
    [aux_sym_string_token1] = ACTIONS(1802),
    [aux_sym_string_token3] = ACTIONS(1802),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1802),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [351] = {
    [sym_identifier] = ACTIONS(1804),
    [anon_sym_POUND] = ACTIONS(1806),
    [anon_sym_package] = ACTIONS(1804),
    [anon_sym_import] = ACTIONS(1804),
    [anon_sym_using] = ACTIONS(1804),
    [anon_sym_throw] = ACTIONS(1804),
    [anon_sym_LPAREN] = ACTIONS(1806),
    [anon_sym_switch] = ACTIONS(1804),
    [anon_sym_LBRACE] = ACTIONS(1806),
    [anon_sym_case] = ACTIONS(1804),
    [anon_sym_default] = ACTIONS(1804),
    [anon_sym_cast] = ACTIONS(1804),
    [anon_sym_DOLLARtype] = ACTIONS(1806),
    [anon_sym_return] = ACTIONS(1804),
    [anon_sym_untyped] = ACTIONS(1804),
    [anon_sym_break] = ACTIONS(1804),
    [anon_sym_continue] = ACTIONS(1804),
    [anon_sym_LBRACK] = ACTIONS(1806),
    [anon_sym_this] = ACTIONS(1804),
    [anon_sym_AT] = ACTIONS(1804),
    [anon_sym_AT_COLON] = ACTIONS(1806),
    [anon_sym_if] = ACTIONS(1804),
    [anon_sym_new] = ACTIONS(1804),
    [anon_sym_TILDE] = ACTIONS(1806),
    [anon_sym_BANG] = ACTIONS(1804),
    [anon_sym_DASH] = ACTIONS(1804),
    [anon_sym_PLUS_PLUS] = ACTIONS(1806),
    [anon_sym_DASH_DASH] = ACTIONS(1806),
    [anon_sym_PERCENT] = ACTIONS(1806),
    [anon_sym_STAR] = ACTIONS(1806),
    [anon_sym_SLASH] = ACTIONS(1804),
    [anon_sym_PLUS] = ACTIONS(1804),
    [anon_sym_LT_LT] = ACTIONS(1806),
    [anon_sym_GT_GT] = ACTIONS(1804),
    [anon_sym_GT_GT_GT] = ACTIONS(1806),
    [anon_sym_AMP] = ACTIONS(1804),
    [anon_sym_PIPE] = ACTIONS(1804),
    [anon_sym_CARET] = ACTIONS(1806),
    [anon_sym_AMP_AMP] = ACTIONS(1806),
    [anon_sym_PIPE_PIPE] = ACTIONS(1806),
    [anon_sym_EQ_EQ] = ACTIONS(1806),
    [anon_sym_BANG_EQ] = ACTIONS(1806),
    [anon_sym_LT] = ACTIONS(1804),
    [anon_sym_LT_EQ] = ACTIONS(1806),
    [anon_sym_GT] = ACTIONS(1804),
    [anon_sym_GT_EQ] = ACTIONS(1806),
    [anon_sym_EQ_GT] = ACTIONS(1806),
    [anon_sym_QMARK_QMARK] = ACTIONS(1806),
    [anon_sym_EQ] = ACTIONS(1804),
    [sym__rangeOperator] = ACTIONS(1806),
    [anon_sym_null] = ACTIONS(1804),
    [anon_sym_macro] = ACTIONS(1804),
    [anon_sym_abstract] = ACTIONS(1804),
    [anon_sym_static] = ACTIONS(1804),
    [anon_sym_public] = ACTIONS(1804),
    [anon_sym_private] = ACTIONS(1804),
    [anon_sym_extern] = ACTIONS(1804),
    [anon_sym_inline] = ACTIONS(1804),
    [anon_sym_overload] = ACTIONS(1804),
    [anon_sym_override] = ACTIONS(1804),
    [anon_sym_final] = ACTIONS(1804),
    [anon_sym_class] = ACTIONS(1804),
    [anon_sym_interface] = ACTIONS(1804),
    [anon_sym_typedef] = ACTIONS(1804),
    [anon_sym_function] = ACTIONS(1804),
    [anon_sym_var] = ACTIONS(1804),
    [aux_sym_integer_token1] = ACTIONS(1804),
    [aux_sym_integer_token2] = ACTIONS(1806),
    [aux_sym_float_token1] = ACTIONS(1804),
    [aux_sym_float_token2] = ACTIONS(1806),
    [anon_sym_true] = ACTIONS(1804),
    [anon_sym_false] = ACTIONS(1804),
    [aux_sym_string_token1] = ACTIONS(1806),
    [aux_sym_string_token3] = ACTIONS(1806),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1806),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [352] = {
    [sym_identifier] = ACTIONS(1808),
    [anon_sym_POUND] = ACTIONS(1810),
    [anon_sym_package] = ACTIONS(1808),
    [anon_sym_import] = ACTIONS(1808),
    [anon_sym_using] = ACTIONS(1808),
    [anon_sym_throw] = ACTIONS(1808),
    [anon_sym_LPAREN] = ACTIONS(1810),
    [anon_sym_switch] = ACTIONS(1808),
    [anon_sym_LBRACE] = ACTIONS(1810),
    [anon_sym_case] = ACTIONS(1808),
    [anon_sym_default] = ACTIONS(1808),
    [anon_sym_cast] = ACTIONS(1808),
    [anon_sym_DOLLARtype] = ACTIONS(1810),
    [anon_sym_return] = ACTIONS(1808),
    [anon_sym_untyped] = ACTIONS(1808),
    [anon_sym_break] = ACTIONS(1808),
    [anon_sym_continue] = ACTIONS(1808),
    [anon_sym_LBRACK] = ACTIONS(1810),
    [anon_sym_this] = ACTIONS(1808),
    [anon_sym_AT] = ACTIONS(1808),
    [anon_sym_AT_COLON] = ACTIONS(1810),
    [anon_sym_if] = ACTIONS(1808),
    [anon_sym_new] = ACTIONS(1808),
    [anon_sym_TILDE] = ACTIONS(1810),
    [anon_sym_BANG] = ACTIONS(1808),
    [anon_sym_DASH] = ACTIONS(1808),
    [anon_sym_PLUS_PLUS] = ACTIONS(1810),
    [anon_sym_DASH_DASH] = ACTIONS(1810),
    [anon_sym_PERCENT] = ACTIONS(1810),
    [anon_sym_STAR] = ACTIONS(1810),
    [anon_sym_SLASH] = ACTIONS(1808),
    [anon_sym_PLUS] = ACTIONS(1808),
    [anon_sym_LT_LT] = ACTIONS(1810),
    [anon_sym_GT_GT] = ACTIONS(1808),
    [anon_sym_GT_GT_GT] = ACTIONS(1810),
    [anon_sym_AMP] = ACTIONS(1808),
    [anon_sym_PIPE] = ACTIONS(1808),
    [anon_sym_CARET] = ACTIONS(1810),
    [anon_sym_AMP_AMP] = ACTIONS(1810),
    [anon_sym_PIPE_PIPE] = ACTIONS(1810),
    [anon_sym_EQ_EQ] = ACTIONS(1810),
    [anon_sym_BANG_EQ] = ACTIONS(1810),
    [anon_sym_LT] = ACTIONS(1808),
    [anon_sym_LT_EQ] = ACTIONS(1810),
    [anon_sym_GT] = ACTIONS(1808),
    [anon_sym_GT_EQ] = ACTIONS(1810),
    [anon_sym_EQ_GT] = ACTIONS(1810),
    [anon_sym_QMARK_QMARK] = ACTIONS(1810),
    [anon_sym_EQ] = ACTIONS(1808),
    [sym__rangeOperator] = ACTIONS(1810),
    [anon_sym_null] = ACTIONS(1808),
    [anon_sym_macro] = ACTIONS(1808),
    [anon_sym_abstract] = ACTIONS(1808),
    [anon_sym_static] = ACTIONS(1808),
    [anon_sym_public] = ACTIONS(1808),
    [anon_sym_private] = ACTIONS(1808),
    [anon_sym_extern] = ACTIONS(1808),
    [anon_sym_inline] = ACTIONS(1808),
    [anon_sym_overload] = ACTIONS(1808),
    [anon_sym_override] = ACTIONS(1808),
    [anon_sym_final] = ACTIONS(1808),
    [anon_sym_class] = ACTIONS(1808),
    [anon_sym_interface] = ACTIONS(1808),
    [anon_sym_typedef] = ACTIONS(1808),
    [anon_sym_function] = ACTIONS(1808),
    [anon_sym_var] = ACTIONS(1808),
    [aux_sym_integer_token1] = ACTIONS(1808),
    [aux_sym_integer_token2] = ACTIONS(1810),
    [aux_sym_float_token1] = ACTIONS(1808),
    [aux_sym_float_token2] = ACTIONS(1810),
    [anon_sym_true] = ACTIONS(1808),
    [anon_sym_false] = ACTIONS(1808),
    [aux_sym_string_token1] = ACTIONS(1810),
    [aux_sym_string_token3] = ACTIONS(1810),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1810),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [353] = {
    [sym_identifier] = ACTIONS(1812),
    [anon_sym_POUND] = ACTIONS(1814),
    [anon_sym_package] = ACTIONS(1812),
    [anon_sym_import] = ACTIONS(1812),
    [anon_sym_using] = ACTIONS(1812),
    [anon_sym_throw] = ACTIONS(1812),
    [anon_sym_LPAREN] = ACTIONS(1814),
    [anon_sym_switch] = ACTIONS(1812),
    [anon_sym_LBRACE] = ACTIONS(1814),
    [anon_sym_case] = ACTIONS(1812),
    [anon_sym_default] = ACTIONS(1812),
    [anon_sym_cast] = ACTIONS(1812),
    [anon_sym_DOLLARtype] = ACTIONS(1814),
    [anon_sym_return] = ACTIONS(1812),
    [anon_sym_untyped] = ACTIONS(1812),
    [anon_sym_break] = ACTIONS(1812),
    [anon_sym_continue] = ACTIONS(1812),
    [anon_sym_LBRACK] = ACTIONS(1814),
    [anon_sym_this] = ACTIONS(1812),
    [anon_sym_AT] = ACTIONS(1812),
    [anon_sym_AT_COLON] = ACTIONS(1814),
    [anon_sym_if] = ACTIONS(1812),
    [anon_sym_new] = ACTIONS(1812),
    [anon_sym_TILDE] = ACTIONS(1814),
    [anon_sym_BANG] = ACTIONS(1812),
    [anon_sym_DASH] = ACTIONS(1812),
    [anon_sym_PLUS_PLUS] = ACTIONS(1814),
    [anon_sym_DASH_DASH] = ACTIONS(1814),
    [anon_sym_PERCENT] = ACTIONS(1814),
    [anon_sym_STAR] = ACTIONS(1814),
    [anon_sym_SLASH] = ACTIONS(1812),
    [anon_sym_PLUS] = ACTIONS(1812),
    [anon_sym_LT_LT] = ACTIONS(1814),
    [anon_sym_GT_GT] = ACTIONS(1812),
    [anon_sym_GT_GT_GT] = ACTIONS(1814),
    [anon_sym_AMP] = ACTIONS(1812),
    [anon_sym_PIPE] = ACTIONS(1812),
    [anon_sym_CARET] = ACTIONS(1814),
    [anon_sym_AMP_AMP] = ACTIONS(1814),
    [anon_sym_PIPE_PIPE] = ACTIONS(1814),
    [anon_sym_EQ_EQ] = ACTIONS(1814),
    [anon_sym_BANG_EQ] = ACTIONS(1814),
    [anon_sym_LT] = ACTIONS(1812),
    [anon_sym_LT_EQ] = ACTIONS(1814),
    [anon_sym_GT] = ACTIONS(1812),
    [anon_sym_GT_EQ] = ACTIONS(1814),
    [anon_sym_EQ_GT] = ACTIONS(1814),
    [anon_sym_QMARK_QMARK] = ACTIONS(1814),
    [anon_sym_EQ] = ACTIONS(1812),
    [sym__rangeOperator] = ACTIONS(1814),
    [anon_sym_null] = ACTIONS(1812),
    [anon_sym_macro] = ACTIONS(1812),
    [anon_sym_abstract] = ACTIONS(1812),
    [anon_sym_static] = ACTIONS(1812),
    [anon_sym_public] = ACTIONS(1812),
    [anon_sym_private] = ACTIONS(1812),
    [anon_sym_extern] = ACTIONS(1812),
    [anon_sym_inline] = ACTIONS(1812),
    [anon_sym_overload] = ACTIONS(1812),
    [anon_sym_override] = ACTIONS(1812),
    [anon_sym_final] = ACTIONS(1812),
    [anon_sym_class] = ACTIONS(1812),
    [anon_sym_interface] = ACTIONS(1812),
    [anon_sym_typedef] = ACTIONS(1812),
    [anon_sym_function] = ACTIONS(1812),
    [anon_sym_var] = ACTIONS(1812),
    [aux_sym_integer_token1] = ACTIONS(1812),
    [aux_sym_integer_token2] = ACTIONS(1814),
    [aux_sym_float_token1] = ACTIONS(1812),
    [aux_sym_float_token2] = ACTIONS(1814),
    [anon_sym_true] = ACTIONS(1812),
    [anon_sym_false] = ACTIONS(1812),
    [aux_sym_string_token1] = ACTIONS(1814),
    [aux_sym_string_token3] = ACTIONS(1814),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1814),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [354] = {
    [sym_identifier] = ACTIONS(1816),
    [anon_sym_POUND] = ACTIONS(1818),
    [anon_sym_package] = ACTIONS(1816),
    [anon_sym_import] = ACTIONS(1816),
    [anon_sym_using] = ACTIONS(1816),
    [anon_sym_throw] = ACTIONS(1816),
    [anon_sym_LPAREN] = ACTIONS(1818),
    [anon_sym_switch] = ACTIONS(1816),
    [anon_sym_LBRACE] = ACTIONS(1818),
    [anon_sym_case] = ACTIONS(1816),
    [anon_sym_default] = ACTIONS(1816),
    [anon_sym_cast] = ACTIONS(1816),
    [anon_sym_DOLLARtype] = ACTIONS(1818),
    [anon_sym_return] = ACTIONS(1816),
    [anon_sym_untyped] = ACTIONS(1816),
    [anon_sym_break] = ACTIONS(1816),
    [anon_sym_continue] = ACTIONS(1816),
    [anon_sym_LBRACK] = ACTIONS(1818),
    [anon_sym_this] = ACTIONS(1816),
    [anon_sym_AT] = ACTIONS(1816),
    [anon_sym_AT_COLON] = ACTIONS(1818),
    [anon_sym_if] = ACTIONS(1816),
    [anon_sym_new] = ACTIONS(1816),
    [anon_sym_TILDE] = ACTIONS(1818),
    [anon_sym_BANG] = ACTIONS(1816),
    [anon_sym_DASH] = ACTIONS(1816),
    [anon_sym_PLUS_PLUS] = ACTIONS(1818),
    [anon_sym_DASH_DASH] = ACTIONS(1818),
    [anon_sym_PERCENT] = ACTIONS(1818),
    [anon_sym_STAR] = ACTIONS(1818),
    [anon_sym_SLASH] = ACTIONS(1816),
    [anon_sym_PLUS] = ACTIONS(1816),
    [anon_sym_LT_LT] = ACTIONS(1818),
    [anon_sym_GT_GT] = ACTIONS(1816),
    [anon_sym_GT_GT_GT] = ACTIONS(1818),
    [anon_sym_AMP] = ACTIONS(1816),
    [anon_sym_PIPE] = ACTIONS(1816),
    [anon_sym_CARET] = ACTIONS(1818),
    [anon_sym_AMP_AMP] = ACTIONS(1818),
    [anon_sym_PIPE_PIPE] = ACTIONS(1818),
    [anon_sym_EQ_EQ] = ACTIONS(1818),
    [anon_sym_BANG_EQ] = ACTIONS(1818),
    [anon_sym_LT] = ACTIONS(1816),
    [anon_sym_LT_EQ] = ACTIONS(1818),
    [anon_sym_GT] = ACTIONS(1816),
    [anon_sym_GT_EQ] = ACTIONS(1818),
    [anon_sym_EQ_GT] = ACTIONS(1818),
    [anon_sym_QMARK_QMARK] = ACTIONS(1818),
    [anon_sym_EQ] = ACTIONS(1816),
    [sym__rangeOperator] = ACTIONS(1818),
    [anon_sym_null] = ACTIONS(1816),
    [anon_sym_macro] = ACTIONS(1816),
    [anon_sym_abstract] = ACTIONS(1816),
    [anon_sym_static] = ACTIONS(1816),
    [anon_sym_public] = ACTIONS(1816),
    [anon_sym_private] = ACTIONS(1816),
    [anon_sym_extern] = ACTIONS(1816),
    [anon_sym_inline] = ACTIONS(1816),
    [anon_sym_overload] = ACTIONS(1816),
    [anon_sym_override] = ACTIONS(1816),
    [anon_sym_final] = ACTIONS(1816),
    [anon_sym_class] = ACTIONS(1816),
    [anon_sym_interface] = ACTIONS(1816),
    [anon_sym_typedef] = ACTIONS(1816),
    [anon_sym_function] = ACTIONS(1816),
    [anon_sym_var] = ACTIONS(1816),
    [aux_sym_integer_token1] = ACTIONS(1816),
    [aux_sym_integer_token2] = ACTIONS(1818),
    [aux_sym_float_token1] = ACTIONS(1816),
    [aux_sym_float_token2] = ACTIONS(1818),
    [anon_sym_true] = ACTIONS(1816),
    [anon_sym_false] = ACTIONS(1816),
    [aux_sym_string_token1] = ACTIONS(1818),
    [aux_sym_string_token3] = ACTIONS(1818),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1818),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [355] = {
    [sym_identifier] = ACTIONS(1820),
    [anon_sym_POUND] = ACTIONS(1822),
    [anon_sym_package] = ACTIONS(1820),
    [anon_sym_import] = ACTIONS(1820),
    [anon_sym_using] = ACTIONS(1820),
    [anon_sym_throw] = ACTIONS(1820),
    [anon_sym_LPAREN] = ACTIONS(1822),
    [anon_sym_switch] = ACTIONS(1820),
    [anon_sym_LBRACE] = ACTIONS(1822),
    [anon_sym_case] = ACTIONS(1820),
    [anon_sym_default] = ACTIONS(1820),
    [anon_sym_cast] = ACTIONS(1820),
    [anon_sym_DOLLARtype] = ACTIONS(1822),
    [anon_sym_return] = ACTIONS(1820),
    [anon_sym_untyped] = ACTIONS(1820),
    [anon_sym_break] = ACTIONS(1820),
    [anon_sym_continue] = ACTIONS(1820),
    [anon_sym_LBRACK] = ACTIONS(1822),
    [anon_sym_this] = ACTIONS(1820),
    [anon_sym_AT] = ACTIONS(1820),
    [anon_sym_AT_COLON] = ACTIONS(1822),
    [anon_sym_if] = ACTIONS(1820),
    [anon_sym_new] = ACTIONS(1820),
    [anon_sym_TILDE] = ACTIONS(1822),
    [anon_sym_BANG] = ACTIONS(1820),
    [anon_sym_DASH] = ACTIONS(1820),
    [anon_sym_PLUS_PLUS] = ACTIONS(1822),
    [anon_sym_DASH_DASH] = ACTIONS(1822),
    [anon_sym_PERCENT] = ACTIONS(1822),
    [anon_sym_STAR] = ACTIONS(1822),
    [anon_sym_SLASH] = ACTIONS(1820),
    [anon_sym_PLUS] = ACTIONS(1820),
    [anon_sym_LT_LT] = ACTIONS(1822),
    [anon_sym_GT_GT] = ACTIONS(1820),
    [anon_sym_GT_GT_GT] = ACTIONS(1822),
    [anon_sym_AMP] = ACTIONS(1820),
    [anon_sym_PIPE] = ACTIONS(1820),
    [anon_sym_CARET] = ACTIONS(1822),
    [anon_sym_AMP_AMP] = ACTIONS(1822),
    [anon_sym_PIPE_PIPE] = ACTIONS(1822),
    [anon_sym_EQ_EQ] = ACTIONS(1822),
    [anon_sym_BANG_EQ] = ACTIONS(1822),
    [anon_sym_LT] = ACTIONS(1820),
    [anon_sym_LT_EQ] = ACTIONS(1822),
    [anon_sym_GT] = ACTIONS(1820),
    [anon_sym_GT_EQ] = ACTIONS(1822),
    [anon_sym_EQ_GT] = ACTIONS(1822),
    [anon_sym_QMARK_QMARK] = ACTIONS(1822),
    [anon_sym_EQ] = ACTIONS(1820),
    [sym__rangeOperator] = ACTIONS(1822),
    [anon_sym_null] = ACTIONS(1820),
    [anon_sym_macro] = ACTIONS(1820),
    [anon_sym_abstract] = ACTIONS(1820),
    [anon_sym_static] = ACTIONS(1820),
    [anon_sym_public] = ACTIONS(1820),
    [anon_sym_private] = ACTIONS(1820),
    [anon_sym_extern] = ACTIONS(1820),
    [anon_sym_inline] = ACTIONS(1820),
    [anon_sym_overload] = ACTIONS(1820),
    [anon_sym_override] = ACTIONS(1820),
    [anon_sym_final] = ACTIONS(1820),
    [anon_sym_class] = ACTIONS(1820),
    [anon_sym_interface] = ACTIONS(1820),
    [anon_sym_typedef] = ACTIONS(1820),
    [anon_sym_function] = ACTIONS(1820),
    [anon_sym_var] = ACTIONS(1820),
    [aux_sym_integer_token1] = ACTIONS(1820),
    [aux_sym_integer_token2] = ACTIONS(1822),
    [aux_sym_float_token1] = ACTIONS(1820),
    [aux_sym_float_token2] = ACTIONS(1822),
    [anon_sym_true] = ACTIONS(1820),
    [anon_sym_false] = ACTIONS(1820),
    [aux_sym_string_token1] = ACTIONS(1822),
    [aux_sym_string_token3] = ACTIONS(1822),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1822),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [356] = {
    [sym_identifier] = ACTIONS(1824),
    [anon_sym_POUND] = ACTIONS(1826),
    [anon_sym_package] = ACTIONS(1824),
    [anon_sym_import] = ACTIONS(1824),
    [anon_sym_using] = ACTIONS(1824),
    [anon_sym_throw] = ACTIONS(1824),
    [anon_sym_LPAREN] = ACTIONS(1826),
    [anon_sym_switch] = ACTIONS(1824),
    [anon_sym_LBRACE] = ACTIONS(1826),
    [anon_sym_case] = ACTIONS(1824),
    [anon_sym_default] = ACTIONS(1824),
    [anon_sym_cast] = ACTIONS(1824),
    [anon_sym_DOLLARtype] = ACTIONS(1826),
    [anon_sym_return] = ACTIONS(1824),
    [anon_sym_untyped] = ACTIONS(1824),
    [anon_sym_break] = ACTIONS(1824),
    [anon_sym_continue] = ACTIONS(1824),
    [anon_sym_LBRACK] = ACTIONS(1826),
    [anon_sym_this] = ACTIONS(1824),
    [anon_sym_AT] = ACTIONS(1824),
    [anon_sym_AT_COLON] = ACTIONS(1826),
    [anon_sym_if] = ACTIONS(1824),
    [anon_sym_new] = ACTIONS(1824),
    [anon_sym_TILDE] = ACTIONS(1826),
    [anon_sym_BANG] = ACTIONS(1824),
    [anon_sym_DASH] = ACTIONS(1824),
    [anon_sym_PLUS_PLUS] = ACTIONS(1826),
    [anon_sym_DASH_DASH] = ACTIONS(1826),
    [anon_sym_PERCENT] = ACTIONS(1826),
    [anon_sym_STAR] = ACTIONS(1826),
    [anon_sym_SLASH] = ACTIONS(1824),
    [anon_sym_PLUS] = ACTIONS(1824),
    [anon_sym_LT_LT] = ACTIONS(1826),
    [anon_sym_GT_GT] = ACTIONS(1824),
    [anon_sym_GT_GT_GT] = ACTIONS(1826),
    [anon_sym_AMP] = ACTIONS(1824),
    [anon_sym_PIPE] = ACTIONS(1824),
    [anon_sym_CARET] = ACTIONS(1826),
    [anon_sym_AMP_AMP] = ACTIONS(1826),
    [anon_sym_PIPE_PIPE] = ACTIONS(1826),
    [anon_sym_EQ_EQ] = ACTIONS(1826),
    [anon_sym_BANG_EQ] = ACTIONS(1826),
    [anon_sym_LT] = ACTIONS(1824),
    [anon_sym_LT_EQ] = ACTIONS(1826),
    [anon_sym_GT] = ACTIONS(1824),
    [anon_sym_GT_EQ] = ACTIONS(1826),
    [anon_sym_EQ_GT] = ACTIONS(1826),
    [anon_sym_QMARK_QMARK] = ACTIONS(1826),
    [anon_sym_EQ] = ACTIONS(1824),
    [sym__rangeOperator] = ACTIONS(1826),
    [anon_sym_null] = ACTIONS(1824),
    [anon_sym_macro] = ACTIONS(1824),
    [anon_sym_abstract] = ACTIONS(1824),
    [anon_sym_static] = ACTIONS(1824),
    [anon_sym_public] = ACTIONS(1824),
    [anon_sym_private] = ACTIONS(1824),
    [anon_sym_extern] = ACTIONS(1824),
    [anon_sym_inline] = ACTIONS(1824),
    [anon_sym_overload] = ACTIONS(1824),
    [anon_sym_override] = ACTIONS(1824),
    [anon_sym_final] = ACTIONS(1824),
    [anon_sym_class] = ACTIONS(1824),
    [anon_sym_interface] = ACTIONS(1824),
    [anon_sym_typedef] = ACTIONS(1824),
    [anon_sym_function] = ACTIONS(1824),
    [anon_sym_var] = ACTIONS(1824),
    [aux_sym_integer_token1] = ACTIONS(1824),
    [aux_sym_integer_token2] = ACTIONS(1826),
    [aux_sym_float_token1] = ACTIONS(1824),
    [aux_sym_float_token2] = ACTIONS(1826),
    [anon_sym_true] = ACTIONS(1824),
    [anon_sym_false] = ACTIONS(1824),
    [aux_sym_string_token1] = ACTIONS(1826),
    [aux_sym_string_token3] = ACTIONS(1826),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1826),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [357] = {
    [sym_identifier] = ACTIONS(1828),
    [anon_sym_POUND] = ACTIONS(1830),
    [anon_sym_package] = ACTIONS(1828),
    [anon_sym_import] = ACTIONS(1828),
    [anon_sym_using] = ACTIONS(1828),
    [anon_sym_throw] = ACTIONS(1828),
    [anon_sym_LPAREN] = ACTIONS(1830),
    [anon_sym_switch] = ACTIONS(1828),
    [anon_sym_LBRACE] = ACTIONS(1830),
    [anon_sym_case] = ACTIONS(1828),
    [anon_sym_default] = ACTIONS(1828),
    [anon_sym_cast] = ACTIONS(1828),
    [anon_sym_DOLLARtype] = ACTIONS(1830),
    [anon_sym_return] = ACTIONS(1828),
    [anon_sym_untyped] = ACTIONS(1828),
    [anon_sym_break] = ACTIONS(1828),
    [anon_sym_continue] = ACTIONS(1828),
    [anon_sym_LBRACK] = ACTIONS(1830),
    [anon_sym_this] = ACTIONS(1828),
    [anon_sym_AT] = ACTIONS(1828),
    [anon_sym_AT_COLON] = ACTIONS(1830),
    [anon_sym_if] = ACTIONS(1828),
    [anon_sym_new] = ACTIONS(1828),
    [anon_sym_TILDE] = ACTIONS(1830),
    [anon_sym_BANG] = ACTIONS(1828),
    [anon_sym_DASH] = ACTIONS(1828),
    [anon_sym_PLUS_PLUS] = ACTIONS(1830),
    [anon_sym_DASH_DASH] = ACTIONS(1830),
    [anon_sym_PERCENT] = ACTIONS(1830),
    [anon_sym_STAR] = ACTIONS(1830),
    [anon_sym_SLASH] = ACTIONS(1828),
    [anon_sym_PLUS] = ACTIONS(1828),
    [anon_sym_LT_LT] = ACTIONS(1830),
    [anon_sym_GT_GT] = ACTIONS(1828),
    [anon_sym_GT_GT_GT] = ACTIONS(1830),
    [anon_sym_AMP] = ACTIONS(1828),
    [anon_sym_PIPE] = ACTIONS(1828),
    [anon_sym_CARET] = ACTIONS(1830),
    [anon_sym_AMP_AMP] = ACTIONS(1830),
    [anon_sym_PIPE_PIPE] = ACTIONS(1830),
    [anon_sym_EQ_EQ] = ACTIONS(1830),
    [anon_sym_BANG_EQ] = ACTIONS(1830),
    [anon_sym_LT] = ACTIONS(1828),
    [anon_sym_LT_EQ] = ACTIONS(1830),
    [anon_sym_GT] = ACTIONS(1828),
    [anon_sym_GT_EQ] = ACTIONS(1830),
    [anon_sym_EQ_GT] = ACTIONS(1830),
    [anon_sym_QMARK_QMARK] = ACTIONS(1830),
    [anon_sym_EQ] = ACTIONS(1828),
    [sym__rangeOperator] = ACTIONS(1830),
    [anon_sym_null] = ACTIONS(1828),
    [anon_sym_macro] = ACTIONS(1828),
    [anon_sym_abstract] = ACTIONS(1828),
    [anon_sym_static] = ACTIONS(1828),
    [anon_sym_public] = ACTIONS(1828),
    [anon_sym_private] = ACTIONS(1828),
    [anon_sym_extern] = ACTIONS(1828),
    [anon_sym_inline] = ACTIONS(1828),
    [anon_sym_overload] = ACTIONS(1828),
    [anon_sym_override] = ACTIONS(1828),
    [anon_sym_final] = ACTIONS(1828),
    [anon_sym_class] = ACTIONS(1828),
    [anon_sym_interface] = ACTIONS(1828),
    [anon_sym_typedef] = ACTIONS(1828),
    [anon_sym_function] = ACTIONS(1828),
    [anon_sym_var] = ACTIONS(1828),
    [aux_sym_integer_token1] = ACTIONS(1828),
    [aux_sym_integer_token2] = ACTIONS(1830),
    [aux_sym_float_token1] = ACTIONS(1828),
    [aux_sym_float_token2] = ACTIONS(1830),
    [anon_sym_true] = ACTIONS(1828),
    [anon_sym_false] = ACTIONS(1828),
    [aux_sym_string_token1] = ACTIONS(1830),
    [aux_sym_string_token3] = ACTIONS(1830),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1830),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [358] = {
    [sym_identifier] = ACTIONS(1832),
    [anon_sym_POUND] = ACTIONS(1834),
    [anon_sym_package] = ACTIONS(1832),
    [anon_sym_import] = ACTIONS(1832),
    [anon_sym_using] = ACTIONS(1832),
    [anon_sym_throw] = ACTIONS(1832),
    [anon_sym_LPAREN] = ACTIONS(1834),
    [anon_sym_switch] = ACTIONS(1832),
    [anon_sym_LBRACE] = ACTIONS(1834),
    [anon_sym_case] = ACTIONS(1832),
    [anon_sym_default] = ACTIONS(1832),
    [anon_sym_cast] = ACTIONS(1832),
    [anon_sym_DOLLARtype] = ACTIONS(1834),
    [anon_sym_return] = ACTIONS(1832),
    [anon_sym_untyped] = ACTIONS(1832),
    [anon_sym_break] = ACTIONS(1832),
    [anon_sym_continue] = ACTIONS(1832),
    [anon_sym_LBRACK] = ACTIONS(1834),
    [anon_sym_this] = ACTIONS(1832),
    [anon_sym_AT] = ACTIONS(1832),
    [anon_sym_AT_COLON] = ACTIONS(1834),
    [anon_sym_if] = ACTIONS(1832),
    [anon_sym_new] = ACTIONS(1832),
    [anon_sym_TILDE] = ACTIONS(1834),
    [anon_sym_BANG] = ACTIONS(1832),
    [anon_sym_DASH] = ACTIONS(1832),
    [anon_sym_PLUS_PLUS] = ACTIONS(1834),
    [anon_sym_DASH_DASH] = ACTIONS(1834),
    [anon_sym_PERCENT] = ACTIONS(1834),
    [anon_sym_STAR] = ACTIONS(1834),
    [anon_sym_SLASH] = ACTIONS(1832),
    [anon_sym_PLUS] = ACTIONS(1832),
    [anon_sym_LT_LT] = ACTIONS(1834),
    [anon_sym_GT_GT] = ACTIONS(1832),
    [anon_sym_GT_GT_GT] = ACTIONS(1834),
    [anon_sym_AMP] = ACTIONS(1832),
    [anon_sym_PIPE] = ACTIONS(1832),
    [anon_sym_CARET] = ACTIONS(1834),
    [anon_sym_AMP_AMP] = ACTIONS(1834),
    [anon_sym_PIPE_PIPE] = ACTIONS(1834),
    [anon_sym_EQ_EQ] = ACTIONS(1834),
    [anon_sym_BANG_EQ] = ACTIONS(1834),
    [anon_sym_LT] = ACTIONS(1832),
    [anon_sym_LT_EQ] = ACTIONS(1834),
    [anon_sym_GT] = ACTIONS(1832),
    [anon_sym_GT_EQ] = ACTIONS(1834),
    [anon_sym_EQ_GT] = ACTIONS(1834),
    [anon_sym_QMARK_QMARK] = ACTIONS(1834),
    [anon_sym_EQ] = ACTIONS(1832),
    [sym__rangeOperator] = ACTIONS(1834),
    [anon_sym_null] = ACTIONS(1832),
    [anon_sym_macro] = ACTIONS(1832),
    [anon_sym_abstract] = ACTIONS(1832),
    [anon_sym_static] = ACTIONS(1832),
    [anon_sym_public] = ACTIONS(1832),
    [anon_sym_private] = ACTIONS(1832),
    [anon_sym_extern] = ACTIONS(1832),
    [anon_sym_inline] = ACTIONS(1832),
    [anon_sym_overload] = ACTIONS(1832),
    [anon_sym_override] = ACTIONS(1832),
    [anon_sym_final] = ACTIONS(1832),
    [anon_sym_class] = ACTIONS(1832),
    [anon_sym_interface] = ACTIONS(1832),
    [anon_sym_typedef] = ACTIONS(1832),
    [anon_sym_function] = ACTIONS(1832),
    [anon_sym_var] = ACTIONS(1832),
    [aux_sym_integer_token1] = ACTIONS(1832),
    [aux_sym_integer_token2] = ACTIONS(1834),
    [aux_sym_float_token1] = ACTIONS(1832),
    [aux_sym_float_token2] = ACTIONS(1834),
    [anon_sym_true] = ACTIONS(1832),
    [anon_sym_false] = ACTIONS(1832),
    [aux_sym_string_token1] = ACTIONS(1834),
    [aux_sym_string_token3] = ACTIONS(1834),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1834),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [359] = {
    [sym_identifier] = ACTIONS(1836),
    [anon_sym_POUND] = ACTIONS(1838),
    [anon_sym_package] = ACTIONS(1836),
    [anon_sym_import] = ACTIONS(1836),
    [anon_sym_using] = ACTIONS(1836),
    [anon_sym_throw] = ACTIONS(1836),
    [anon_sym_LPAREN] = ACTIONS(1838),
    [anon_sym_switch] = ACTIONS(1836),
    [anon_sym_LBRACE] = ACTIONS(1838),
    [anon_sym_case] = ACTIONS(1836),
    [anon_sym_default] = ACTIONS(1836),
    [anon_sym_cast] = ACTIONS(1836),
    [anon_sym_DOLLARtype] = ACTIONS(1838),
    [anon_sym_return] = ACTIONS(1836),
    [anon_sym_untyped] = ACTIONS(1836),
    [anon_sym_break] = ACTIONS(1836),
    [anon_sym_continue] = ACTIONS(1836),
    [anon_sym_LBRACK] = ACTIONS(1838),
    [anon_sym_this] = ACTIONS(1836),
    [anon_sym_AT] = ACTIONS(1836),
    [anon_sym_AT_COLON] = ACTIONS(1838),
    [anon_sym_if] = ACTIONS(1836),
    [anon_sym_new] = ACTIONS(1836),
    [anon_sym_TILDE] = ACTIONS(1838),
    [anon_sym_BANG] = ACTIONS(1836),
    [anon_sym_DASH] = ACTIONS(1836),
    [anon_sym_PLUS_PLUS] = ACTIONS(1838),
    [anon_sym_DASH_DASH] = ACTIONS(1838),
    [anon_sym_PERCENT] = ACTIONS(1838),
    [anon_sym_STAR] = ACTIONS(1838),
    [anon_sym_SLASH] = ACTIONS(1836),
    [anon_sym_PLUS] = ACTIONS(1836),
    [anon_sym_LT_LT] = ACTIONS(1838),
    [anon_sym_GT_GT] = ACTIONS(1836),
    [anon_sym_GT_GT_GT] = ACTIONS(1838),
    [anon_sym_AMP] = ACTIONS(1836),
    [anon_sym_PIPE] = ACTIONS(1836),
    [anon_sym_CARET] = ACTIONS(1838),
    [anon_sym_AMP_AMP] = ACTIONS(1838),
    [anon_sym_PIPE_PIPE] = ACTIONS(1838),
    [anon_sym_EQ_EQ] = ACTIONS(1838),
    [anon_sym_BANG_EQ] = ACTIONS(1838),
    [anon_sym_LT] = ACTIONS(1836),
    [anon_sym_LT_EQ] = ACTIONS(1838),
    [anon_sym_GT] = ACTIONS(1836),
    [anon_sym_GT_EQ] = ACTIONS(1838),
    [anon_sym_EQ_GT] = ACTIONS(1838),
    [anon_sym_QMARK_QMARK] = ACTIONS(1838),
    [anon_sym_EQ] = ACTIONS(1836),
    [sym__rangeOperator] = ACTIONS(1838),
    [anon_sym_null] = ACTIONS(1836),
    [anon_sym_macro] = ACTIONS(1836),
    [anon_sym_abstract] = ACTIONS(1836),
    [anon_sym_static] = ACTIONS(1836),
    [anon_sym_public] = ACTIONS(1836),
    [anon_sym_private] = ACTIONS(1836),
    [anon_sym_extern] = ACTIONS(1836),
    [anon_sym_inline] = ACTIONS(1836),
    [anon_sym_overload] = ACTIONS(1836),
    [anon_sym_override] = ACTIONS(1836),
    [anon_sym_final] = ACTIONS(1836),
    [anon_sym_class] = ACTIONS(1836),
    [anon_sym_interface] = ACTIONS(1836),
    [anon_sym_typedef] = ACTIONS(1836),
    [anon_sym_function] = ACTIONS(1836),
    [anon_sym_var] = ACTIONS(1836),
    [aux_sym_integer_token1] = ACTIONS(1836),
    [aux_sym_integer_token2] = ACTIONS(1838),
    [aux_sym_float_token1] = ACTIONS(1836),
    [aux_sym_float_token2] = ACTIONS(1838),
    [anon_sym_true] = ACTIONS(1836),
    [anon_sym_false] = ACTIONS(1836),
    [aux_sym_string_token1] = ACTIONS(1838),
    [aux_sym_string_token3] = ACTIONS(1838),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1838),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [360] = {
    [sym_identifier] = ACTIONS(1840),
    [anon_sym_POUND] = ACTIONS(1842),
    [anon_sym_package] = ACTIONS(1840),
    [anon_sym_import] = ACTIONS(1840),
    [anon_sym_using] = ACTIONS(1840),
    [anon_sym_throw] = ACTIONS(1840),
    [anon_sym_LPAREN] = ACTIONS(1842),
    [anon_sym_switch] = ACTIONS(1840),
    [anon_sym_LBRACE] = ACTIONS(1842),
    [anon_sym_case] = ACTIONS(1840),
    [anon_sym_default] = ACTIONS(1840),
    [anon_sym_cast] = ACTIONS(1840),
    [anon_sym_DOLLARtype] = ACTIONS(1842),
    [anon_sym_return] = ACTIONS(1840),
    [anon_sym_untyped] = ACTIONS(1840),
    [anon_sym_break] = ACTIONS(1840),
    [anon_sym_continue] = ACTIONS(1840),
    [anon_sym_LBRACK] = ACTIONS(1842),
    [anon_sym_this] = ACTIONS(1840),
    [anon_sym_AT] = ACTIONS(1840),
    [anon_sym_AT_COLON] = ACTIONS(1842),
    [anon_sym_if] = ACTIONS(1840),
    [anon_sym_new] = ACTIONS(1840),
    [anon_sym_TILDE] = ACTIONS(1842),
    [anon_sym_BANG] = ACTIONS(1840),
    [anon_sym_DASH] = ACTIONS(1840),
    [anon_sym_PLUS_PLUS] = ACTIONS(1842),
    [anon_sym_DASH_DASH] = ACTIONS(1842),
    [anon_sym_PERCENT] = ACTIONS(1842),
    [anon_sym_STAR] = ACTIONS(1842),
    [anon_sym_SLASH] = ACTIONS(1840),
    [anon_sym_PLUS] = ACTIONS(1840),
    [anon_sym_LT_LT] = ACTIONS(1842),
    [anon_sym_GT_GT] = ACTIONS(1840),
    [anon_sym_GT_GT_GT] = ACTIONS(1842),
    [anon_sym_AMP] = ACTIONS(1840),
    [anon_sym_PIPE] = ACTIONS(1840),
    [anon_sym_CARET] = ACTIONS(1842),
    [anon_sym_AMP_AMP] = ACTIONS(1842),
    [anon_sym_PIPE_PIPE] = ACTIONS(1842),
    [anon_sym_EQ_EQ] = ACTIONS(1842),
    [anon_sym_BANG_EQ] = ACTIONS(1842),
    [anon_sym_LT] = ACTIONS(1840),
    [anon_sym_LT_EQ] = ACTIONS(1842),
    [anon_sym_GT] = ACTIONS(1840),
    [anon_sym_GT_EQ] = ACTIONS(1842),
    [anon_sym_EQ_GT] = ACTIONS(1842),
    [anon_sym_QMARK_QMARK] = ACTIONS(1842),
    [anon_sym_EQ] = ACTIONS(1840),
    [sym__rangeOperator] = ACTIONS(1842),
    [anon_sym_null] = ACTIONS(1840),
    [anon_sym_macro] = ACTIONS(1840),
    [anon_sym_abstract] = ACTIONS(1840),
    [anon_sym_static] = ACTIONS(1840),
    [anon_sym_public] = ACTIONS(1840),
    [anon_sym_private] = ACTIONS(1840),
    [anon_sym_extern] = ACTIONS(1840),
    [anon_sym_inline] = ACTIONS(1840),
    [anon_sym_overload] = ACTIONS(1840),
    [anon_sym_override] = ACTIONS(1840),
    [anon_sym_final] = ACTIONS(1840),
    [anon_sym_class] = ACTIONS(1840),
    [anon_sym_interface] = ACTIONS(1840),
    [anon_sym_typedef] = ACTIONS(1840),
    [anon_sym_function] = ACTIONS(1840),
    [anon_sym_var] = ACTIONS(1840),
    [aux_sym_integer_token1] = ACTIONS(1840),
    [aux_sym_integer_token2] = ACTIONS(1842),
    [aux_sym_float_token1] = ACTIONS(1840),
    [aux_sym_float_token2] = ACTIONS(1842),
    [anon_sym_true] = ACTIONS(1840),
    [anon_sym_false] = ACTIONS(1840),
    [aux_sym_string_token1] = ACTIONS(1842),
    [aux_sym_string_token3] = ACTIONS(1842),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1842),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [361] = {
    [sym_identifier] = ACTIONS(1844),
    [anon_sym_POUND] = ACTIONS(1846),
    [anon_sym_package] = ACTIONS(1844),
    [anon_sym_import] = ACTIONS(1844),
    [anon_sym_using] = ACTIONS(1844),
    [anon_sym_throw] = ACTIONS(1844),
    [anon_sym_LPAREN] = ACTIONS(1846),
    [anon_sym_switch] = ACTIONS(1844),
    [anon_sym_LBRACE] = ACTIONS(1846),
    [anon_sym_case] = ACTIONS(1844),
    [anon_sym_default] = ACTIONS(1844),
    [anon_sym_cast] = ACTIONS(1844),
    [anon_sym_DOLLARtype] = ACTIONS(1846),
    [anon_sym_return] = ACTIONS(1844),
    [anon_sym_untyped] = ACTIONS(1844),
    [anon_sym_break] = ACTIONS(1844),
    [anon_sym_continue] = ACTIONS(1844),
    [anon_sym_LBRACK] = ACTIONS(1846),
    [anon_sym_this] = ACTIONS(1844),
    [anon_sym_AT] = ACTIONS(1844),
    [anon_sym_AT_COLON] = ACTIONS(1846),
    [anon_sym_if] = ACTIONS(1844),
    [anon_sym_new] = ACTIONS(1844),
    [anon_sym_TILDE] = ACTIONS(1846),
    [anon_sym_BANG] = ACTIONS(1844),
    [anon_sym_DASH] = ACTIONS(1844),
    [anon_sym_PLUS_PLUS] = ACTIONS(1846),
    [anon_sym_DASH_DASH] = ACTIONS(1846),
    [anon_sym_PERCENT] = ACTIONS(1846),
    [anon_sym_STAR] = ACTIONS(1846),
    [anon_sym_SLASH] = ACTIONS(1844),
    [anon_sym_PLUS] = ACTIONS(1844),
    [anon_sym_LT_LT] = ACTIONS(1846),
    [anon_sym_GT_GT] = ACTIONS(1844),
    [anon_sym_GT_GT_GT] = ACTIONS(1846),
    [anon_sym_AMP] = ACTIONS(1844),
    [anon_sym_PIPE] = ACTIONS(1844),
    [anon_sym_CARET] = ACTIONS(1846),
    [anon_sym_AMP_AMP] = ACTIONS(1846),
    [anon_sym_PIPE_PIPE] = ACTIONS(1846),
    [anon_sym_EQ_EQ] = ACTIONS(1846),
    [anon_sym_BANG_EQ] = ACTIONS(1846),
    [anon_sym_LT] = ACTIONS(1844),
    [anon_sym_LT_EQ] = ACTIONS(1846),
    [anon_sym_GT] = ACTIONS(1844),
    [anon_sym_GT_EQ] = ACTIONS(1846),
    [anon_sym_EQ_GT] = ACTIONS(1846),
    [anon_sym_QMARK_QMARK] = ACTIONS(1846),
    [anon_sym_EQ] = ACTIONS(1844),
    [sym__rangeOperator] = ACTIONS(1846),
    [anon_sym_null] = ACTIONS(1844),
    [anon_sym_macro] = ACTIONS(1844),
    [anon_sym_abstract] = ACTIONS(1844),
    [anon_sym_static] = ACTIONS(1844),
    [anon_sym_public] = ACTIONS(1844),
    [anon_sym_private] = ACTIONS(1844),
    [anon_sym_extern] = ACTIONS(1844),
    [anon_sym_inline] = ACTIONS(1844),
    [anon_sym_overload] = ACTIONS(1844),
    [anon_sym_override] = ACTIONS(1844),
    [anon_sym_final] = ACTIONS(1844),
    [anon_sym_class] = ACTIONS(1844),
    [anon_sym_interface] = ACTIONS(1844),
    [anon_sym_typedef] = ACTIONS(1844),
    [anon_sym_function] = ACTIONS(1844),
    [anon_sym_var] = ACTIONS(1844),
    [aux_sym_integer_token1] = ACTIONS(1844),
    [aux_sym_integer_token2] = ACTIONS(1846),
    [aux_sym_float_token1] = ACTIONS(1844),
    [aux_sym_float_token2] = ACTIONS(1846),
    [anon_sym_true] = ACTIONS(1844),
    [anon_sym_false] = ACTIONS(1844),
    [aux_sym_string_token1] = ACTIONS(1846),
    [aux_sym_string_token3] = ACTIONS(1846),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1846),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [362] = {
    [sym_identifier] = ACTIONS(1848),
    [anon_sym_POUND] = ACTIONS(1850),
    [anon_sym_package] = ACTIONS(1848),
    [anon_sym_import] = ACTIONS(1848),
    [anon_sym_using] = ACTIONS(1848),
    [anon_sym_throw] = ACTIONS(1848),
    [anon_sym_LPAREN] = ACTIONS(1850),
    [anon_sym_switch] = ACTIONS(1848),
    [anon_sym_LBRACE] = ACTIONS(1850),
    [anon_sym_case] = ACTIONS(1848),
    [anon_sym_default] = ACTIONS(1848),
    [anon_sym_cast] = ACTIONS(1848),
    [anon_sym_DOLLARtype] = ACTIONS(1850),
    [anon_sym_return] = ACTIONS(1848),
    [anon_sym_untyped] = ACTIONS(1848),
    [anon_sym_break] = ACTIONS(1848),
    [anon_sym_continue] = ACTIONS(1848),
    [anon_sym_LBRACK] = ACTIONS(1850),
    [anon_sym_this] = ACTIONS(1848),
    [anon_sym_AT] = ACTIONS(1848),
    [anon_sym_AT_COLON] = ACTIONS(1850),
    [anon_sym_if] = ACTIONS(1848),
    [anon_sym_new] = ACTIONS(1848),
    [anon_sym_TILDE] = ACTIONS(1850),
    [anon_sym_BANG] = ACTIONS(1848),
    [anon_sym_DASH] = ACTIONS(1848),
    [anon_sym_PLUS_PLUS] = ACTIONS(1850),
    [anon_sym_DASH_DASH] = ACTIONS(1850),
    [anon_sym_PERCENT] = ACTIONS(1850),
    [anon_sym_STAR] = ACTIONS(1850),
    [anon_sym_SLASH] = ACTIONS(1848),
    [anon_sym_PLUS] = ACTIONS(1848),
    [anon_sym_LT_LT] = ACTIONS(1850),
    [anon_sym_GT_GT] = ACTIONS(1848),
    [anon_sym_GT_GT_GT] = ACTIONS(1850),
    [anon_sym_AMP] = ACTIONS(1848),
    [anon_sym_PIPE] = ACTIONS(1848),
    [anon_sym_CARET] = ACTIONS(1850),
    [anon_sym_AMP_AMP] = ACTIONS(1850),
    [anon_sym_PIPE_PIPE] = ACTIONS(1850),
    [anon_sym_EQ_EQ] = ACTIONS(1850),
    [anon_sym_BANG_EQ] = ACTIONS(1850),
    [anon_sym_LT] = ACTIONS(1848),
    [anon_sym_LT_EQ] = ACTIONS(1850),
    [anon_sym_GT] = ACTIONS(1848),
    [anon_sym_GT_EQ] = ACTIONS(1850),
    [anon_sym_EQ_GT] = ACTIONS(1850),
    [anon_sym_QMARK_QMARK] = ACTIONS(1850),
    [anon_sym_EQ] = ACTIONS(1848),
    [sym__rangeOperator] = ACTIONS(1850),
    [anon_sym_null] = ACTIONS(1848),
    [anon_sym_macro] = ACTIONS(1848),
    [anon_sym_abstract] = ACTIONS(1848),
    [anon_sym_static] = ACTIONS(1848),
    [anon_sym_public] = ACTIONS(1848),
    [anon_sym_private] = ACTIONS(1848),
    [anon_sym_extern] = ACTIONS(1848),
    [anon_sym_inline] = ACTIONS(1848),
    [anon_sym_overload] = ACTIONS(1848),
    [anon_sym_override] = ACTIONS(1848),
    [anon_sym_final] = ACTIONS(1848),
    [anon_sym_class] = ACTIONS(1848),
    [anon_sym_interface] = ACTIONS(1848),
    [anon_sym_typedef] = ACTIONS(1848),
    [anon_sym_function] = ACTIONS(1848),
    [anon_sym_var] = ACTIONS(1848),
    [aux_sym_integer_token1] = ACTIONS(1848),
    [aux_sym_integer_token2] = ACTIONS(1850),
    [aux_sym_float_token1] = ACTIONS(1848),
    [aux_sym_float_token2] = ACTIONS(1850),
    [anon_sym_true] = ACTIONS(1848),
    [anon_sym_false] = ACTIONS(1848),
    [aux_sym_string_token1] = ACTIONS(1850),
    [aux_sym_string_token3] = ACTIONS(1850),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1850),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [363] = {
    [sym_identifier] = ACTIONS(1852),
    [anon_sym_POUND] = ACTIONS(1854),
    [anon_sym_package] = ACTIONS(1852),
    [anon_sym_import] = ACTIONS(1852),
    [anon_sym_using] = ACTIONS(1852),
    [anon_sym_throw] = ACTIONS(1852),
    [anon_sym_LPAREN] = ACTIONS(1854),
    [anon_sym_switch] = ACTIONS(1852),
    [anon_sym_LBRACE] = ACTIONS(1854),
    [anon_sym_case] = ACTIONS(1852),
    [anon_sym_default] = ACTIONS(1852),
    [anon_sym_cast] = ACTIONS(1852),
    [anon_sym_DOLLARtype] = ACTIONS(1854),
    [anon_sym_return] = ACTIONS(1852),
    [anon_sym_untyped] = ACTIONS(1852),
    [anon_sym_break] = ACTIONS(1852),
    [anon_sym_continue] = ACTIONS(1852),
    [anon_sym_LBRACK] = ACTIONS(1854),
    [anon_sym_this] = ACTIONS(1852),
    [anon_sym_AT] = ACTIONS(1852),
    [anon_sym_AT_COLON] = ACTIONS(1854),
    [anon_sym_if] = ACTIONS(1852),
    [anon_sym_new] = ACTIONS(1852),
    [anon_sym_TILDE] = ACTIONS(1854),
    [anon_sym_BANG] = ACTIONS(1852),
    [anon_sym_DASH] = ACTIONS(1852),
    [anon_sym_PLUS_PLUS] = ACTIONS(1854),
    [anon_sym_DASH_DASH] = ACTIONS(1854),
    [anon_sym_PERCENT] = ACTIONS(1854),
    [anon_sym_STAR] = ACTIONS(1854),
    [anon_sym_SLASH] = ACTIONS(1852),
    [anon_sym_PLUS] = ACTIONS(1852),
    [anon_sym_LT_LT] = ACTIONS(1854),
    [anon_sym_GT_GT] = ACTIONS(1852),
    [anon_sym_GT_GT_GT] = ACTIONS(1854),
    [anon_sym_AMP] = ACTIONS(1852),
    [anon_sym_PIPE] = ACTIONS(1852),
    [anon_sym_CARET] = ACTIONS(1854),
    [anon_sym_AMP_AMP] = ACTIONS(1854),
    [anon_sym_PIPE_PIPE] = ACTIONS(1854),
    [anon_sym_EQ_EQ] = ACTIONS(1854),
    [anon_sym_BANG_EQ] = ACTIONS(1854),
    [anon_sym_LT] = ACTIONS(1852),
    [anon_sym_LT_EQ] = ACTIONS(1854),
    [anon_sym_GT] = ACTIONS(1852),
    [anon_sym_GT_EQ] = ACTIONS(1854),
    [anon_sym_EQ_GT] = ACTIONS(1854),
    [anon_sym_QMARK_QMARK] = ACTIONS(1854),
    [anon_sym_EQ] = ACTIONS(1852),
    [sym__rangeOperator] = ACTIONS(1854),
    [anon_sym_null] = ACTIONS(1852),
    [anon_sym_macro] = ACTIONS(1852),
    [anon_sym_abstract] = ACTIONS(1852),
    [anon_sym_static] = ACTIONS(1852),
    [anon_sym_public] = ACTIONS(1852),
    [anon_sym_private] = ACTIONS(1852),
    [anon_sym_extern] = ACTIONS(1852),
    [anon_sym_inline] = ACTIONS(1852),
    [anon_sym_overload] = ACTIONS(1852),
    [anon_sym_override] = ACTIONS(1852),
    [anon_sym_final] = ACTIONS(1852),
    [anon_sym_class] = ACTIONS(1852),
    [anon_sym_interface] = ACTIONS(1852),
    [anon_sym_typedef] = ACTIONS(1852),
    [anon_sym_function] = ACTIONS(1852),
    [anon_sym_var] = ACTIONS(1852),
    [aux_sym_integer_token1] = ACTIONS(1852),
    [aux_sym_integer_token2] = ACTIONS(1854),
    [aux_sym_float_token1] = ACTIONS(1852),
    [aux_sym_float_token2] = ACTIONS(1854),
    [anon_sym_true] = ACTIONS(1852),
    [anon_sym_false] = ACTIONS(1852),
    [aux_sym_string_token1] = ACTIONS(1854),
    [aux_sym_string_token3] = ACTIONS(1854),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1854),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [364] = {
    [sym_identifier] = ACTIONS(1856),
    [anon_sym_POUND] = ACTIONS(1858),
    [anon_sym_package] = ACTIONS(1856),
    [anon_sym_import] = ACTIONS(1856),
    [anon_sym_using] = ACTIONS(1856),
    [anon_sym_throw] = ACTIONS(1856),
    [anon_sym_LPAREN] = ACTIONS(1858),
    [anon_sym_switch] = ACTIONS(1856),
    [anon_sym_LBRACE] = ACTIONS(1858),
    [anon_sym_case] = ACTIONS(1856),
    [anon_sym_default] = ACTIONS(1856),
    [anon_sym_cast] = ACTIONS(1856),
    [anon_sym_DOLLARtype] = ACTIONS(1858),
    [anon_sym_return] = ACTIONS(1856),
    [anon_sym_untyped] = ACTIONS(1856),
    [anon_sym_break] = ACTIONS(1856),
    [anon_sym_continue] = ACTIONS(1856),
    [anon_sym_LBRACK] = ACTIONS(1858),
    [anon_sym_this] = ACTIONS(1856),
    [anon_sym_AT] = ACTIONS(1856),
    [anon_sym_AT_COLON] = ACTIONS(1858),
    [anon_sym_if] = ACTIONS(1856),
    [anon_sym_new] = ACTIONS(1856),
    [anon_sym_TILDE] = ACTIONS(1858),
    [anon_sym_BANG] = ACTIONS(1856),
    [anon_sym_DASH] = ACTIONS(1856),
    [anon_sym_PLUS_PLUS] = ACTIONS(1858),
    [anon_sym_DASH_DASH] = ACTIONS(1858),
    [anon_sym_PERCENT] = ACTIONS(1858),
    [anon_sym_STAR] = ACTIONS(1858),
    [anon_sym_SLASH] = ACTIONS(1856),
    [anon_sym_PLUS] = ACTIONS(1856),
    [anon_sym_LT_LT] = ACTIONS(1858),
    [anon_sym_GT_GT] = ACTIONS(1856),
    [anon_sym_GT_GT_GT] = ACTIONS(1858),
    [anon_sym_AMP] = ACTIONS(1856),
    [anon_sym_PIPE] = ACTIONS(1856),
    [anon_sym_CARET] = ACTIONS(1858),
    [anon_sym_AMP_AMP] = ACTIONS(1858),
    [anon_sym_PIPE_PIPE] = ACTIONS(1858),
    [anon_sym_EQ_EQ] = ACTIONS(1858),
    [anon_sym_BANG_EQ] = ACTIONS(1858),
    [anon_sym_LT] = ACTIONS(1856),
    [anon_sym_LT_EQ] = ACTIONS(1858),
    [anon_sym_GT] = ACTIONS(1856),
    [anon_sym_GT_EQ] = ACTIONS(1858),
    [anon_sym_EQ_GT] = ACTIONS(1858),
    [anon_sym_QMARK_QMARK] = ACTIONS(1858),
    [anon_sym_EQ] = ACTIONS(1856),
    [sym__rangeOperator] = ACTIONS(1858),
    [anon_sym_null] = ACTIONS(1856),
    [anon_sym_macro] = ACTIONS(1856),
    [anon_sym_abstract] = ACTIONS(1856),
    [anon_sym_static] = ACTIONS(1856),
    [anon_sym_public] = ACTIONS(1856),
    [anon_sym_private] = ACTIONS(1856),
    [anon_sym_extern] = ACTIONS(1856),
    [anon_sym_inline] = ACTIONS(1856),
    [anon_sym_overload] = ACTIONS(1856),
    [anon_sym_override] = ACTIONS(1856),
    [anon_sym_final] = ACTIONS(1856),
    [anon_sym_class] = ACTIONS(1856),
    [anon_sym_interface] = ACTIONS(1856),
    [anon_sym_typedef] = ACTIONS(1856),
    [anon_sym_function] = ACTIONS(1856),
    [anon_sym_var] = ACTIONS(1856),
    [aux_sym_integer_token1] = ACTIONS(1856),
    [aux_sym_integer_token2] = ACTIONS(1858),
    [aux_sym_float_token1] = ACTIONS(1856),
    [aux_sym_float_token2] = ACTIONS(1858),
    [anon_sym_true] = ACTIONS(1856),
    [anon_sym_false] = ACTIONS(1856),
    [aux_sym_string_token1] = ACTIONS(1858),
    [aux_sym_string_token3] = ACTIONS(1858),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1858),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [365] = {
    [sym_identifier] = ACTIONS(1860),
    [anon_sym_POUND] = ACTIONS(1862),
    [anon_sym_package] = ACTIONS(1860),
    [anon_sym_import] = ACTIONS(1860),
    [anon_sym_using] = ACTIONS(1860),
    [anon_sym_throw] = ACTIONS(1860),
    [anon_sym_LPAREN] = ACTIONS(1862),
    [anon_sym_switch] = ACTIONS(1860),
    [anon_sym_LBRACE] = ACTIONS(1862),
    [anon_sym_case] = ACTIONS(1860),
    [anon_sym_default] = ACTIONS(1860),
    [anon_sym_cast] = ACTIONS(1860),
    [anon_sym_DOLLARtype] = ACTIONS(1862),
    [anon_sym_return] = ACTIONS(1860),
    [anon_sym_untyped] = ACTIONS(1860),
    [anon_sym_break] = ACTIONS(1860),
    [anon_sym_continue] = ACTIONS(1860),
    [anon_sym_LBRACK] = ACTIONS(1862),
    [anon_sym_this] = ACTIONS(1860),
    [anon_sym_AT] = ACTIONS(1860),
    [anon_sym_AT_COLON] = ACTIONS(1862),
    [anon_sym_if] = ACTIONS(1860),
    [anon_sym_new] = ACTIONS(1860),
    [anon_sym_TILDE] = ACTIONS(1862),
    [anon_sym_BANG] = ACTIONS(1860),
    [anon_sym_DASH] = ACTIONS(1860),
    [anon_sym_PLUS_PLUS] = ACTIONS(1862),
    [anon_sym_DASH_DASH] = ACTIONS(1862),
    [anon_sym_PERCENT] = ACTIONS(1862),
    [anon_sym_STAR] = ACTIONS(1862),
    [anon_sym_SLASH] = ACTIONS(1860),
    [anon_sym_PLUS] = ACTIONS(1860),
    [anon_sym_LT_LT] = ACTIONS(1862),
    [anon_sym_GT_GT] = ACTIONS(1860),
    [anon_sym_GT_GT_GT] = ACTIONS(1862),
    [anon_sym_AMP] = ACTIONS(1860),
    [anon_sym_PIPE] = ACTIONS(1860),
    [anon_sym_CARET] = ACTIONS(1862),
    [anon_sym_AMP_AMP] = ACTIONS(1862),
    [anon_sym_PIPE_PIPE] = ACTIONS(1862),
    [anon_sym_EQ_EQ] = ACTIONS(1862),
    [anon_sym_BANG_EQ] = ACTIONS(1862),
    [anon_sym_LT] = ACTIONS(1860),
    [anon_sym_LT_EQ] = ACTIONS(1862),
    [anon_sym_GT] = ACTIONS(1860),
    [anon_sym_GT_EQ] = ACTIONS(1862),
    [anon_sym_EQ_GT] = ACTIONS(1862),
    [anon_sym_QMARK_QMARK] = ACTIONS(1862),
    [anon_sym_EQ] = ACTIONS(1860),
    [sym__rangeOperator] = ACTIONS(1862),
    [anon_sym_null] = ACTIONS(1860),
    [anon_sym_macro] = ACTIONS(1860),
    [anon_sym_abstract] = ACTIONS(1860),
    [anon_sym_static] = ACTIONS(1860),
    [anon_sym_public] = ACTIONS(1860),
    [anon_sym_private] = ACTIONS(1860),
    [anon_sym_extern] = ACTIONS(1860),
    [anon_sym_inline] = ACTIONS(1860),
    [anon_sym_overload] = ACTIONS(1860),
    [anon_sym_override] = ACTIONS(1860),
    [anon_sym_final] = ACTIONS(1860),
    [anon_sym_class] = ACTIONS(1860),
    [anon_sym_interface] = ACTIONS(1860),
    [anon_sym_typedef] = ACTIONS(1860),
    [anon_sym_function] = ACTIONS(1860),
    [anon_sym_var] = ACTIONS(1860),
    [aux_sym_integer_token1] = ACTIONS(1860),
    [aux_sym_integer_token2] = ACTIONS(1862),
    [aux_sym_float_token1] = ACTIONS(1860),
    [aux_sym_float_token2] = ACTIONS(1862),
    [anon_sym_true] = ACTIONS(1860),
    [anon_sym_false] = ACTIONS(1860),
    [aux_sym_string_token1] = ACTIONS(1862),
    [aux_sym_string_token3] = ACTIONS(1862),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1862),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [366] = {
    [sym_identifier] = ACTIONS(1864),
    [anon_sym_POUND] = ACTIONS(1866),
    [anon_sym_package] = ACTIONS(1864),
    [anon_sym_import] = ACTIONS(1864),
    [anon_sym_using] = ACTIONS(1864),
    [anon_sym_throw] = ACTIONS(1864),
    [anon_sym_LPAREN] = ACTIONS(1866),
    [anon_sym_switch] = ACTIONS(1864),
    [anon_sym_LBRACE] = ACTIONS(1866),
    [anon_sym_case] = ACTIONS(1864),
    [anon_sym_default] = ACTIONS(1864),
    [anon_sym_cast] = ACTIONS(1864),
    [anon_sym_DOLLARtype] = ACTIONS(1866),
    [anon_sym_return] = ACTIONS(1864),
    [anon_sym_untyped] = ACTIONS(1864),
    [anon_sym_break] = ACTIONS(1864),
    [anon_sym_continue] = ACTIONS(1864),
    [anon_sym_LBRACK] = ACTIONS(1866),
    [anon_sym_this] = ACTIONS(1864),
    [anon_sym_AT] = ACTIONS(1864),
    [anon_sym_AT_COLON] = ACTIONS(1866),
    [anon_sym_if] = ACTIONS(1864),
    [anon_sym_new] = ACTIONS(1864),
    [anon_sym_TILDE] = ACTIONS(1866),
    [anon_sym_BANG] = ACTIONS(1864),
    [anon_sym_DASH] = ACTIONS(1864),
    [anon_sym_PLUS_PLUS] = ACTIONS(1866),
    [anon_sym_DASH_DASH] = ACTIONS(1866),
    [anon_sym_PERCENT] = ACTIONS(1866),
    [anon_sym_STAR] = ACTIONS(1866),
    [anon_sym_SLASH] = ACTIONS(1864),
    [anon_sym_PLUS] = ACTIONS(1864),
    [anon_sym_LT_LT] = ACTIONS(1866),
    [anon_sym_GT_GT] = ACTIONS(1864),
    [anon_sym_GT_GT_GT] = ACTIONS(1866),
    [anon_sym_AMP] = ACTIONS(1864),
    [anon_sym_PIPE] = ACTIONS(1864),
    [anon_sym_CARET] = ACTIONS(1866),
    [anon_sym_AMP_AMP] = ACTIONS(1866),
    [anon_sym_PIPE_PIPE] = ACTIONS(1866),
    [anon_sym_EQ_EQ] = ACTIONS(1866),
    [anon_sym_BANG_EQ] = ACTIONS(1866),
    [anon_sym_LT] = ACTIONS(1864),
    [anon_sym_LT_EQ] = ACTIONS(1866),
    [anon_sym_GT] = ACTIONS(1864),
    [anon_sym_GT_EQ] = ACTIONS(1866),
    [anon_sym_EQ_GT] = ACTIONS(1866),
    [anon_sym_QMARK_QMARK] = ACTIONS(1866),
    [anon_sym_EQ] = ACTIONS(1864),
    [sym__rangeOperator] = ACTIONS(1866),
    [anon_sym_null] = ACTIONS(1864),
    [anon_sym_macro] = ACTIONS(1864),
    [anon_sym_abstract] = ACTIONS(1864),
    [anon_sym_static] = ACTIONS(1864),
    [anon_sym_public] = ACTIONS(1864),
    [anon_sym_private] = ACTIONS(1864),
    [anon_sym_extern] = ACTIONS(1864),
    [anon_sym_inline] = ACTIONS(1864),
    [anon_sym_overload] = ACTIONS(1864),
    [anon_sym_override] = ACTIONS(1864),
    [anon_sym_final] = ACTIONS(1864),
    [anon_sym_class] = ACTIONS(1864),
    [anon_sym_interface] = ACTIONS(1864),
    [anon_sym_typedef] = ACTIONS(1864),
    [anon_sym_function] = ACTIONS(1864),
    [anon_sym_var] = ACTIONS(1864),
    [aux_sym_integer_token1] = ACTIONS(1864),
    [aux_sym_integer_token2] = ACTIONS(1866),
    [aux_sym_float_token1] = ACTIONS(1864),
    [aux_sym_float_token2] = ACTIONS(1866),
    [anon_sym_true] = ACTIONS(1864),
    [anon_sym_false] = ACTIONS(1864),
    [aux_sym_string_token1] = ACTIONS(1866),
    [aux_sym_string_token3] = ACTIONS(1866),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1866),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [367] = {
    [sym_identifier] = ACTIONS(1868),
    [anon_sym_POUND] = ACTIONS(1870),
    [anon_sym_package] = ACTIONS(1868),
    [anon_sym_import] = ACTIONS(1868),
    [anon_sym_using] = ACTIONS(1868),
    [anon_sym_throw] = ACTIONS(1868),
    [anon_sym_LPAREN] = ACTIONS(1870),
    [anon_sym_switch] = ACTIONS(1868),
    [anon_sym_LBRACE] = ACTIONS(1870),
    [anon_sym_case] = ACTIONS(1868),
    [anon_sym_default] = ACTIONS(1868),
    [anon_sym_cast] = ACTIONS(1868),
    [anon_sym_DOLLARtype] = ACTIONS(1870),
    [anon_sym_return] = ACTIONS(1868),
    [anon_sym_untyped] = ACTIONS(1868),
    [anon_sym_break] = ACTIONS(1868),
    [anon_sym_continue] = ACTIONS(1868),
    [anon_sym_LBRACK] = ACTIONS(1870),
    [anon_sym_this] = ACTIONS(1868),
    [anon_sym_AT] = ACTIONS(1868),
    [anon_sym_AT_COLON] = ACTIONS(1870),
    [anon_sym_if] = ACTIONS(1868),
    [anon_sym_new] = ACTIONS(1868),
    [anon_sym_TILDE] = ACTIONS(1870),
    [anon_sym_BANG] = ACTIONS(1868),
    [anon_sym_DASH] = ACTIONS(1868),
    [anon_sym_PLUS_PLUS] = ACTIONS(1870),
    [anon_sym_DASH_DASH] = ACTIONS(1870),
    [anon_sym_PERCENT] = ACTIONS(1870),
    [anon_sym_STAR] = ACTIONS(1870),
    [anon_sym_SLASH] = ACTIONS(1868),
    [anon_sym_PLUS] = ACTIONS(1868),
    [anon_sym_LT_LT] = ACTIONS(1870),
    [anon_sym_GT_GT] = ACTIONS(1868),
    [anon_sym_GT_GT_GT] = ACTIONS(1870),
    [anon_sym_AMP] = ACTIONS(1868),
    [anon_sym_PIPE] = ACTIONS(1868),
    [anon_sym_CARET] = ACTIONS(1870),
    [anon_sym_AMP_AMP] = ACTIONS(1870),
    [anon_sym_PIPE_PIPE] = ACTIONS(1870),
    [anon_sym_EQ_EQ] = ACTIONS(1870),
    [anon_sym_BANG_EQ] = ACTIONS(1870),
    [anon_sym_LT] = ACTIONS(1868),
    [anon_sym_LT_EQ] = ACTIONS(1870),
    [anon_sym_GT] = ACTIONS(1868),
    [anon_sym_GT_EQ] = ACTIONS(1870),
    [anon_sym_EQ_GT] = ACTIONS(1870),
    [anon_sym_QMARK_QMARK] = ACTIONS(1870),
    [anon_sym_EQ] = ACTIONS(1868),
    [sym__rangeOperator] = ACTIONS(1870),
    [anon_sym_null] = ACTIONS(1868),
    [anon_sym_macro] = ACTIONS(1868),
    [anon_sym_abstract] = ACTIONS(1868),
    [anon_sym_static] = ACTIONS(1868),
    [anon_sym_public] = ACTIONS(1868),
    [anon_sym_private] = ACTIONS(1868),
    [anon_sym_extern] = ACTIONS(1868),
    [anon_sym_inline] = ACTIONS(1868),
    [anon_sym_overload] = ACTIONS(1868),
    [anon_sym_override] = ACTIONS(1868),
    [anon_sym_final] = ACTIONS(1868),
    [anon_sym_class] = ACTIONS(1868),
    [anon_sym_interface] = ACTIONS(1868),
    [anon_sym_typedef] = ACTIONS(1868),
    [anon_sym_function] = ACTIONS(1868),
    [anon_sym_var] = ACTIONS(1868),
    [aux_sym_integer_token1] = ACTIONS(1868),
    [aux_sym_integer_token2] = ACTIONS(1870),
    [aux_sym_float_token1] = ACTIONS(1868),
    [aux_sym_float_token2] = ACTIONS(1870),
    [anon_sym_true] = ACTIONS(1868),
    [anon_sym_false] = ACTIONS(1868),
    [aux_sym_string_token1] = ACTIONS(1870),
    [aux_sym_string_token3] = ACTIONS(1870),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1870),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [368] = {
    [sym_identifier] = ACTIONS(1872),
    [anon_sym_POUND] = ACTIONS(1874),
    [anon_sym_package] = ACTIONS(1872),
    [anon_sym_import] = ACTIONS(1872),
    [anon_sym_using] = ACTIONS(1872),
    [anon_sym_throw] = ACTIONS(1872),
    [anon_sym_LPAREN] = ACTIONS(1874),
    [anon_sym_switch] = ACTIONS(1872),
    [anon_sym_LBRACE] = ACTIONS(1874),
    [anon_sym_case] = ACTIONS(1872),
    [anon_sym_default] = ACTIONS(1872),
    [anon_sym_cast] = ACTIONS(1872),
    [anon_sym_DOLLARtype] = ACTIONS(1874),
    [anon_sym_return] = ACTIONS(1872),
    [anon_sym_untyped] = ACTIONS(1872),
    [anon_sym_break] = ACTIONS(1872),
    [anon_sym_continue] = ACTIONS(1872),
    [anon_sym_LBRACK] = ACTIONS(1874),
    [anon_sym_this] = ACTIONS(1872),
    [anon_sym_AT] = ACTIONS(1872),
    [anon_sym_AT_COLON] = ACTIONS(1874),
    [anon_sym_if] = ACTIONS(1872),
    [anon_sym_new] = ACTIONS(1872),
    [anon_sym_TILDE] = ACTIONS(1874),
    [anon_sym_BANG] = ACTIONS(1872),
    [anon_sym_DASH] = ACTIONS(1872),
    [anon_sym_PLUS_PLUS] = ACTIONS(1874),
    [anon_sym_DASH_DASH] = ACTIONS(1874),
    [anon_sym_PERCENT] = ACTIONS(1874),
    [anon_sym_STAR] = ACTIONS(1874),
    [anon_sym_SLASH] = ACTIONS(1872),
    [anon_sym_PLUS] = ACTIONS(1872),
    [anon_sym_LT_LT] = ACTIONS(1874),
    [anon_sym_GT_GT] = ACTIONS(1872),
    [anon_sym_GT_GT_GT] = ACTIONS(1874),
    [anon_sym_AMP] = ACTIONS(1872),
    [anon_sym_PIPE] = ACTIONS(1872),
    [anon_sym_CARET] = ACTIONS(1874),
    [anon_sym_AMP_AMP] = ACTIONS(1874),
    [anon_sym_PIPE_PIPE] = ACTIONS(1874),
    [anon_sym_EQ_EQ] = ACTIONS(1874),
    [anon_sym_BANG_EQ] = ACTIONS(1874),
    [anon_sym_LT] = ACTIONS(1872),
    [anon_sym_LT_EQ] = ACTIONS(1874),
    [anon_sym_GT] = ACTIONS(1872),
    [anon_sym_GT_EQ] = ACTIONS(1874),
    [anon_sym_EQ_GT] = ACTIONS(1874),
    [anon_sym_QMARK_QMARK] = ACTIONS(1874),
    [anon_sym_EQ] = ACTIONS(1872),
    [sym__rangeOperator] = ACTIONS(1874),
    [anon_sym_null] = ACTIONS(1872),
    [anon_sym_macro] = ACTIONS(1872),
    [anon_sym_abstract] = ACTIONS(1872),
    [anon_sym_static] = ACTIONS(1872),
    [anon_sym_public] = ACTIONS(1872),
    [anon_sym_private] = ACTIONS(1872),
    [anon_sym_extern] = ACTIONS(1872),
    [anon_sym_inline] = ACTIONS(1872),
    [anon_sym_overload] = ACTIONS(1872),
    [anon_sym_override] = ACTIONS(1872),
    [anon_sym_final] = ACTIONS(1872),
    [anon_sym_class] = ACTIONS(1872),
    [anon_sym_interface] = ACTIONS(1872),
    [anon_sym_typedef] = ACTIONS(1872),
    [anon_sym_function] = ACTIONS(1872),
    [anon_sym_var] = ACTIONS(1872),
    [aux_sym_integer_token1] = ACTIONS(1872),
    [aux_sym_integer_token2] = ACTIONS(1874),
    [aux_sym_float_token1] = ACTIONS(1872),
    [aux_sym_float_token2] = ACTIONS(1874),
    [anon_sym_true] = ACTIONS(1872),
    [anon_sym_false] = ACTIONS(1872),
    [aux_sym_string_token1] = ACTIONS(1874),
    [aux_sym_string_token3] = ACTIONS(1874),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1874),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [369] = {
    [sym_identifier] = ACTIONS(1876),
    [anon_sym_POUND] = ACTIONS(1878),
    [anon_sym_package] = ACTIONS(1876),
    [anon_sym_import] = ACTIONS(1876),
    [anon_sym_using] = ACTIONS(1876),
    [anon_sym_throw] = ACTIONS(1876),
    [anon_sym_LPAREN] = ACTIONS(1878),
    [anon_sym_switch] = ACTIONS(1876),
    [anon_sym_LBRACE] = ACTIONS(1878),
    [anon_sym_case] = ACTIONS(1876),
    [anon_sym_default] = ACTIONS(1876),
    [anon_sym_cast] = ACTIONS(1876),
    [anon_sym_DOLLARtype] = ACTIONS(1878),
    [anon_sym_return] = ACTIONS(1876),
    [anon_sym_untyped] = ACTIONS(1876),
    [anon_sym_break] = ACTIONS(1876),
    [anon_sym_continue] = ACTIONS(1876),
    [anon_sym_LBRACK] = ACTIONS(1878),
    [anon_sym_this] = ACTIONS(1876),
    [anon_sym_AT] = ACTIONS(1876),
    [anon_sym_AT_COLON] = ACTIONS(1878),
    [anon_sym_if] = ACTIONS(1876),
    [anon_sym_new] = ACTIONS(1876),
    [anon_sym_TILDE] = ACTIONS(1878),
    [anon_sym_BANG] = ACTIONS(1876),
    [anon_sym_DASH] = ACTIONS(1876),
    [anon_sym_PLUS_PLUS] = ACTIONS(1878),
    [anon_sym_DASH_DASH] = ACTIONS(1878),
    [anon_sym_PERCENT] = ACTIONS(1878),
    [anon_sym_STAR] = ACTIONS(1878),
    [anon_sym_SLASH] = ACTIONS(1876),
    [anon_sym_PLUS] = ACTIONS(1876),
    [anon_sym_LT_LT] = ACTIONS(1878),
    [anon_sym_GT_GT] = ACTIONS(1876),
    [anon_sym_GT_GT_GT] = ACTIONS(1878),
    [anon_sym_AMP] = ACTIONS(1876),
    [anon_sym_PIPE] = ACTIONS(1876),
    [anon_sym_CARET] = ACTIONS(1878),
    [anon_sym_AMP_AMP] = ACTIONS(1878),
    [anon_sym_PIPE_PIPE] = ACTIONS(1878),
    [anon_sym_EQ_EQ] = ACTIONS(1878),
    [anon_sym_BANG_EQ] = ACTIONS(1878),
    [anon_sym_LT] = ACTIONS(1876),
    [anon_sym_LT_EQ] = ACTIONS(1878),
    [anon_sym_GT] = ACTIONS(1876),
    [anon_sym_GT_EQ] = ACTIONS(1878),
    [anon_sym_EQ_GT] = ACTIONS(1878),
    [anon_sym_QMARK_QMARK] = ACTIONS(1878),
    [anon_sym_EQ] = ACTIONS(1876),
    [sym__rangeOperator] = ACTIONS(1878),
    [anon_sym_null] = ACTIONS(1876),
    [anon_sym_macro] = ACTIONS(1876),
    [anon_sym_abstract] = ACTIONS(1876),
    [anon_sym_static] = ACTIONS(1876),
    [anon_sym_public] = ACTIONS(1876),
    [anon_sym_private] = ACTIONS(1876),
    [anon_sym_extern] = ACTIONS(1876),
    [anon_sym_inline] = ACTIONS(1876),
    [anon_sym_overload] = ACTIONS(1876),
    [anon_sym_override] = ACTIONS(1876),
    [anon_sym_final] = ACTIONS(1876),
    [anon_sym_class] = ACTIONS(1876),
    [anon_sym_interface] = ACTIONS(1876),
    [anon_sym_typedef] = ACTIONS(1876),
    [anon_sym_function] = ACTIONS(1876),
    [anon_sym_var] = ACTIONS(1876),
    [aux_sym_integer_token1] = ACTIONS(1876),
    [aux_sym_integer_token2] = ACTIONS(1878),
    [aux_sym_float_token1] = ACTIONS(1876),
    [aux_sym_float_token2] = ACTIONS(1878),
    [anon_sym_true] = ACTIONS(1876),
    [anon_sym_false] = ACTIONS(1876),
    [aux_sym_string_token1] = ACTIONS(1878),
    [aux_sym_string_token3] = ACTIONS(1878),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1878),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [370] = {
    [sym_identifier] = ACTIONS(1880),
    [anon_sym_POUND] = ACTIONS(1882),
    [anon_sym_package] = ACTIONS(1880),
    [anon_sym_import] = ACTIONS(1880),
    [anon_sym_using] = ACTIONS(1880),
    [anon_sym_throw] = ACTIONS(1880),
    [anon_sym_LPAREN] = ACTIONS(1882),
    [anon_sym_switch] = ACTIONS(1880),
    [anon_sym_LBRACE] = ACTIONS(1882),
    [anon_sym_case] = ACTIONS(1880),
    [anon_sym_default] = ACTIONS(1880),
    [anon_sym_cast] = ACTIONS(1880),
    [anon_sym_DOLLARtype] = ACTIONS(1882),
    [anon_sym_return] = ACTIONS(1880),
    [anon_sym_untyped] = ACTIONS(1880),
    [anon_sym_break] = ACTIONS(1880),
    [anon_sym_continue] = ACTIONS(1880),
    [anon_sym_LBRACK] = ACTIONS(1882),
    [anon_sym_this] = ACTIONS(1880),
    [anon_sym_AT] = ACTIONS(1880),
    [anon_sym_AT_COLON] = ACTIONS(1882),
    [anon_sym_if] = ACTIONS(1880),
    [anon_sym_new] = ACTIONS(1880),
    [anon_sym_TILDE] = ACTIONS(1882),
    [anon_sym_BANG] = ACTIONS(1880),
    [anon_sym_DASH] = ACTIONS(1880),
    [anon_sym_PLUS_PLUS] = ACTIONS(1882),
    [anon_sym_DASH_DASH] = ACTIONS(1882),
    [anon_sym_PERCENT] = ACTIONS(1882),
    [anon_sym_STAR] = ACTIONS(1882),
    [anon_sym_SLASH] = ACTIONS(1880),
    [anon_sym_PLUS] = ACTIONS(1880),
    [anon_sym_LT_LT] = ACTIONS(1882),
    [anon_sym_GT_GT] = ACTIONS(1880),
    [anon_sym_GT_GT_GT] = ACTIONS(1882),
    [anon_sym_AMP] = ACTIONS(1880),
    [anon_sym_PIPE] = ACTIONS(1880),
    [anon_sym_CARET] = ACTIONS(1882),
    [anon_sym_AMP_AMP] = ACTIONS(1882),
    [anon_sym_PIPE_PIPE] = ACTIONS(1882),
    [anon_sym_EQ_EQ] = ACTIONS(1882),
    [anon_sym_BANG_EQ] = ACTIONS(1882),
    [anon_sym_LT] = ACTIONS(1880),
    [anon_sym_LT_EQ] = ACTIONS(1882),
    [anon_sym_GT] = ACTIONS(1880),
    [anon_sym_GT_EQ] = ACTIONS(1882),
    [anon_sym_EQ_GT] = ACTIONS(1882),
    [anon_sym_QMARK_QMARK] = ACTIONS(1882),
    [anon_sym_EQ] = ACTIONS(1880),
    [sym__rangeOperator] = ACTIONS(1882),
    [anon_sym_null] = ACTIONS(1880),
    [anon_sym_macro] = ACTIONS(1880),
    [anon_sym_abstract] = ACTIONS(1880),
    [anon_sym_static] = ACTIONS(1880),
    [anon_sym_public] = ACTIONS(1880),
    [anon_sym_private] = ACTIONS(1880),
    [anon_sym_extern] = ACTIONS(1880),
    [anon_sym_inline] = ACTIONS(1880),
    [anon_sym_overload] = ACTIONS(1880),
    [anon_sym_override] = ACTIONS(1880),
    [anon_sym_final] = ACTIONS(1880),
    [anon_sym_class] = ACTIONS(1880),
    [anon_sym_interface] = ACTIONS(1880),
    [anon_sym_typedef] = ACTIONS(1880),
    [anon_sym_function] = ACTIONS(1880),
    [anon_sym_var] = ACTIONS(1880),
    [aux_sym_integer_token1] = ACTIONS(1880),
    [aux_sym_integer_token2] = ACTIONS(1882),
    [aux_sym_float_token1] = ACTIONS(1880),
    [aux_sym_float_token2] = ACTIONS(1882),
    [anon_sym_true] = ACTIONS(1880),
    [anon_sym_false] = ACTIONS(1880),
    [aux_sym_string_token1] = ACTIONS(1882),
    [aux_sym_string_token3] = ACTIONS(1882),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1882),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [371] = {
    [sym_identifier] = ACTIONS(1884),
    [anon_sym_POUND] = ACTIONS(1886),
    [anon_sym_package] = ACTIONS(1884),
    [anon_sym_import] = ACTIONS(1884),
    [anon_sym_using] = ACTIONS(1884),
    [anon_sym_throw] = ACTIONS(1884),
    [anon_sym_LPAREN] = ACTIONS(1886),
    [anon_sym_switch] = ACTIONS(1884),
    [anon_sym_LBRACE] = ACTIONS(1886),
    [anon_sym_case] = ACTIONS(1884),
    [anon_sym_default] = ACTIONS(1884),
    [anon_sym_cast] = ACTIONS(1884),
    [anon_sym_DOLLARtype] = ACTIONS(1886),
    [anon_sym_return] = ACTIONS(1884),
    [anon_sym_untyped] = ACTIONS(1884),
    [anon_sym_break] = ACTIONS(1884),
    [anon_sym_continue] = ACTIONS(1884),
    [anon_sym_LBRACK] = ACTIONS(1886),
    [anon_sym_this] = ACTIONS(1884),
    [anon_sym_AT] = ACTIONS(1884),
    [anon_sym_AT_COLON] = ACTIONS(1886),
    [anon_sym_if] = ACTIONS(1884),
    [anon_sym_new] = ACTIONS(1884),
    [anon_sym_TILDE] = ACTIONS(1886),
    [anon_sym_BANG] = ACTIONS(1884),
    [anon_sym_DASH] = ACTIONS(1884),
    [anon_sym_PLUS_PLUS] = ACTIONS(1886),
    [anon_sym_DASH_DASH] = ACTIONS(1886),
    [anon_sym_PERCENT] = ACTIONS(1886),
    [anon_sym_STAR] = ACTIONS(1886),
    [anon_sym_SLASH] = ACTIONS(1884),
    [anon_sym_PLUS] = ACTIONS(1884),
    [anon_sym_LT_LT] = ACTIONS(1886),
    [anon_sym_GT_GT] = ACTIONS(1884),
    [anon_sym_GT_GT_GT] = ACTIONS(1886),
    [anon_sym_AMP] = ACTIONS(1884),
    [anon_sym_PIPE] = ACTIONS(1884),
    [anon_sym_CARET] = ACTIONS(1886),
    [anon_sym_AMP_AMP] = ACTIONS(1886),
    [anon_sym_PIPE_PIPE] = ACTIONS(1886),
    [anon_sym_EQ_EQ] = ACTIONS(1886),
    [anon_sym_BANG_EQ] = ACTIONS(1886),
    [anon_sym_LT] = ACTIONS(1884),
    [anon_sym_LT_EQ] = ACTIONS(1886),
    [anon_sym_GT] = ACTIONS(1884),
    [anon_sym_GT_EQ] = ACTIONS(1886),
    [anon_sym_EQ_GT] = ACTIONS(1886),
    [anon_sym_QMARK_QMARK] = ACTIONS(1886),
    [anon_sym_EQ] = ACTIONS(1884),
    [sym__rangeOperator] = ACTIONS(1886),
    [anon_sym_null] = ACTIONS(1884),
    [anon_sym_macro] = ACTIONS(1884),
    [anon_sym_abstract] = ACTIONS(1884),
    [anon_sym_static] = ACTIONS(1884),
    [anon_sym_public] = ACTIONS(1884),
    [anon_sym_private] = ACTIONS(1884),
    [anon_sym_extern] = ACTIONS(1884),
    [anon_sym_inline] = ACTIONS(1884),
    [anon_sym_overload] = ACTIONS(1884),
    [anon_sym_override] = ACTIONS(1884),
    [anon_sym_final] = ACTIONS(1884),
    [anon_sym_class] = ACTIONS(1884),
    [anon_sym_interface] = ACTIONS(1884),
    [anon_sym_typedef] = ACTIONS(1884),
    [anon_sym_function] = ACTIONS(1884),
    [anon_sym_var] = ACTIONS(1884),
    [aux_sym_integer_token1] = ACTIONS(1884),
    [aux_sym_integer_token2] = ACTIONS(1886),
    [aux_sym_float_token1] = ACTIONS(1884),
    [aux_sym_float_token2] = ACTIONS(1886),
    [anon_sym_true] = ACTIONS(1884),
    [anon_sym_false] = ACTIONS(1884),
    [aux_sym_string_token1] = ACTIONS(1886),
    [aux_sym_string_token3] = ACTIONS(1886),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1886),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [372] = {
    [sym_identifier] = ACTIONS(1888),
    [anon_sym_POUND] = ACTIONS(1890),
    [anon_sym_package] = ACTIONS(1888),
    [anon_sym_import] = ACTIONS(1888),
    [anon_sym_using] = ACTIONS(1888),
    [anon_sym_throw] = ACTIONS(1888),
    [anon_sym_LPAREN] = ACTIONS(1890),
    [anon_sym_switch] = ACTIONS(1888),
    [anon_sym_LBRACE] = ACTIONS(1890),
    [anon_sym_case] = ACTIONS(1888),
    [anon_sym_default] = ACTIONS(1888),
    [anon_sym_cast] = ACTIONS(1888),
    [anon_sym_DOLLARtype] = ACTIONS(1890),
    [anon_sym_return] = ACTIONS(1888),
    [anon_sym_untyped] = ACTIONS(1888),
    [anon_sym_break] = ACTIONS(1888),
    [anon_sym_continue] = ACTIONS(1888),
    [anon_sym_LBRACK] = ACTIONS(1890),
    [anon_sym_this] = ACTIONS(1888),
    [anon_sym_AT] = ACTIONS(1888),
    [anon_sym_AT_COLON] = ACTIONS(1890),
    [anon_sym_if] = ACTIONS(1888),
    [anon_sym_new] = ACTIONS(1888),
    [anon_sym_TILDE] = ACTIONS(1890),
    [anon_sym_BANG] = ACTIONS(1888),
    [anon_sym_DASH] = ACTIONS(1888),
    [anon_sym_PLUS_PLUS] = ACTIONS(1890),
    [anon_sym_DASH_DASH] = ACTIONS(1890),
    [anon_sym_PERCENT] = ACTIONS(1890),
    [anon_sym_STAR] = ACTIONS(1890),
    [anon_sym_SLASH] = ACTIONS(1888),
    [anon_sym_PLUS] = ACTIONS(1888),
    [anon_sym_LT_LT] = ACTIONS(1890),
    [anon_sym_GT_GT] = ACTIONS(1888),
    [anon_sym_GT_GT_GT] = ACTIONS(1890),
    [anon_sym_AMP] = ACTIONS(1888),
    [anon_sym_PIPE] = ACTIONS(1888),
    [anon_sym_CARET] = ACTIONS(1890),
    [anon_sym_AMP_AMP] = ACTIONS(1890),
    [anon_sym_PIPE_PIPE] = ACTIONS(1890),
    [anon_sym_EQ_EQ] = ACTIONS(1890),
    [anon_sym_BANG_EQ] = ACTIONS(1890),
    [anon_sym_LT] = ACTIONS(1888),
    [anon_sym_LT_EQ] = ACTIONS(1890),
    [anon_sym_GT] = ACTIONS(1888),
    [anon_sym_GT_EQ] = ACTIONS(1890),
    [anon_sym_EQ_GT] = ACTIONS(1890),
    [anon_sym_QMARK_QMARK] = ACTIONS(1890),
    [anon_sym_EQ] = ACTIONS(1888),
    [sym__rangeOperator] = ACTIONS(1890),
    [anon_sym_null] = ACTIONS(1888),
    [anon_sym_macro] = ACTIONS(1888),
    [anon_sym_abstract] = ACTIONS(1888),
    [anon_sym_static] = ACTIONS(1888),
    [anon_sym_public] = ACTIONS(1888),
    [anon_sym_private] = ACTIONS(1888),
    [anon_sym_extern] = ACTIONS(1888),
    [anon_sym_inline] = ACTIONS(1888),
    [anon_sym_overload] = ACTIONS(1888),
    [anon_sym_override] = ACTIONS(1888),
    [anon_sym_final] = ACTIONS(1888),
    [anon_sym_class] = ACTIONS(1888),
    [anon_sym_interface] = ACTIONS(1888),
    [anon_sym_typedef] = ACTIONS(1888),
    [anon_sym_function] = ACTIONS(1888),
    [anon_sym_var] = ACTIONS(1888),
    [aux_sym_integer_token1] = ACTIONS(1888),
    [aux_sym_integer_token2] = ACTIONS(1890),
    [aux_sym_float_token1] = ACTIONS(1888),
    [aux_sym_float_token2] = ACTIONS(1890),
    [anon_sym_true] = ACTIONS(1888),
    [anon_sym_false] = ACTIONS(1888),
    [aux_sym_string_token1] = ACTIONS(1890),
    [aux_sym_string_token3] = ACTIONS(1890),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1890),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [373] = {
    [sym_identifier] = ACTIONS(1892),
    [anon_sym_POUND] = ACTIONS(1894),
    [anon_sym_package] = ACTIONS(1892),
    [anon_sym_import] = ACTIONS(1892),
    [anon_sym_using] = ACTIONS(1892),
    [anon_sym_throw] = ACTIONS(1892),
    [anon_sym_LPAREN] = ACTIONS(1894),
    [anon_sym_switch] = ACTIONS(1892),
    [anon_sym_LBRACE] = ACTIONS(1894),
    [anon_sym_case] = ACTIONS(1892),
    [anon_sym_default] = ACTIONS(1892),
    [anon_sym_cast] = ACTIONS(1892),
    [anon_sym_DOLLARtype] = ACTIONS(1894),
    [anon_sym_return] = ACTIONS(1892),
    [anon_sym_untyped] = ACTIONS(1892),
    [anon_sym_break] = ACTIONS(1892),
    [anon_sym_continue] = ACTIONS(1892),
    [anon_sym_LBRACK] = ACTIONS(1894),
    [anon_sym_this] = ACTIONS(1892),
    [anon_sym_AT] = ACTIONS(1892),
    [anon_sym_AT_COLON] = ACTIONS(1894),
    [anon_sym_if] = ACTIONS(1892),
    [anon_sym_new] = ACTIONS(1892),
    [anon_sym_TILDE] = ACTIONS(1894),
    [anon_sym_BANG] = ACTIONS(1892),
    [anon_sym_DASH] = ACTIONS(1892),
    [anon_sym_PLUS_PLUS] = ACTIONS(1894),
    [anon_sym_DASH_DASH] = ACTIONS(1894),
    [anon_sym_PERCENT] = ACTIONS(1894),
    [anon_sym_STAR] = ACTIONS(1894),
    [anon_sym_SLASH] = ACTIONS(1892),
    [anon_sym_PLUS] = ACTIONS(1892),
    [anon_sym_LT_LT] = ACTIONS(1894),
    [anon_sym_GT_GT] = ACTIONS(1892),
    [anon_sym_GT_GT_GT] = ACTIONS(1894),
    [anon_sym_AMP] = ACTIONS(1892),
    [anon_sym_PIPE] = ACTIONS(1892),
    [anon_sym_CARET] = ACTIONS(1894),
    [anon_sym_AMP_AMP] = ACTIONS(1894),
    [anon_sym_PIPE_PIPE] = ACTIONS(1894),
    [anon_sym_EQ_EQ] = ACTIONS(1894),
    [anon_sym_BANG_EQ] = ACTIONS(1894),
    [anon_sym_LT] = ACTIONS(1892),
    [anon_sym_LT_EQ] = ACTIONS(1894),
    [anon_sym_GT] = ACTIONS(1892),
    [anon_sym_GT_EQ] = ACTIONS(1894),
    [anon_sym_EQ_GT] = ACTIONS(1894),
    [anon_sym_QMARK_QMARK] = ACTIONS(1894),
    [anon_sym_EQ] = ACTIONS(1892),
    [sym__rangeOperator] = ACTIONS(1894),
    [anon_sym_null] = ACTIONS(1892),
    [anon_sym_macro] = ACTIONS(1892),
    [anon_sym_abstract] = ACTIONS(1892),
    [anon_sym_static] = ACTIONS(1892),
    [anon_sym_public] = ACTIONS(1892),
    [anon_sym_private] = ACTIONS(1892),
    [anon_sym_extern] = ACTIONS(1892),
    [anon_sym_inline] = ACTIONS(1892),
    [anon_sym_overload] = ACTIONS(1892),
    [anon_sym_override] = ACTIONS(1892),
    [anon_sym_final] = ACTIONS(1892),
    [anon_sym_class] = ACTIONS(1892),
    [anon_sym_interface] = ACTIONS(1892),
    [anon_sym_typedef] = ACTIONS(1892),
    [anon_sym_function] = ACTIONS(1892),
    [anon_sym_var] = ACTIONS(1892),
    [aux_sym_integer_token1] = ACTIONS(1892),
    [aux_sym_integer_token2] = ACTIONS(1894),
    [aux_sym_float_token1] = ACTIONS(1892),
    [aux_sym_float_token2] = ACTIONS(1894),
    [anon_sym_true] = ACTIONS(1892),
    [anon_sym_false] = ACTIONS(1892),
    [aux_sym_string_token1] = ACTIONS(1894),
    [aux_sym_string_token3] = ACTIONS(1894),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1894),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [374] = {
    [sym_identifier] = ACTIONS(1896),
    [anon_sym_POUND] = ACTIONS(1898),
    [anon_sym_package] = ACTIONS(1896),
    [anon_sym_import] = ACTIONS(1896),
    [anon_sym_using] = ACTIONS(1896),
    [anon_sym_throw] = ACTIONS(1896),
    [anon_sym_LPAREN] = ACTIONS(1898),
    [anon_sym_switch] = ACTIONS(1896),
    [anon_sym_LBRACE] = ACTIONS(1898),
    [anon_sym_case] = ACTIONS(1896),
    [anon_sym_default] = ACTIONS(1896),
    [anon_sym_cast] = ACTIONS(1896),
    [anon_sym_DOLLARtype] = ACTIONS(1898),
    [anon_sym_return] = ACTIONS(1896),
    [anon_sym_untyped] = ACTIONS(1896),
    [anon_sym_break] = ACTIONS(1896),
    [anon_sym_continue] = ACTIONS(1896),
    [anon_sym_LBRACK] = ACTIONS(1898),
    [anon_sym_this] = ACTIONS(1896),
    [anon_sym_AT] = ACTIONS(1896),
    [anon_sym_AT_COLON] = ACTIONS(1898),
    [anon_sym_if] = ACTIONS(1896),
    [anon_sym_new] = ACTIONS(1896),
    [anon_sym_TILDE] = ACTIONS(1898),
    [anon_sym_BANG] = ACTIONS(1896),
    [anon_sym_DASH] = ACTIONS(1896),
    [anon_sym_PLUS_PLUS] = ACTIONS(1898),
    [anon_sym_DASH_DASH] = ACTIONS(1898),
    [anon_sym_PERCENT] = ACTIONS(1898),
    [anon_sym_STAR] = ACTIONS(1898),
    [anon_sym_SLASH] = ACTIONS(1896),
    [anon_sym_PLUS] = ACTIONS(1896),
    [anon_sym_LT_LT] = ACTIONS(1898),
    [anon_sym_GT_GT] = ACTIONS(1896),
    [anon_sym_GT_GT_GT] = ACTIONS(1898),
    [anon_sym_AMP] = ACTIONS(1896),
    [anon_sym_PIPE] = ACTIONS(1896),
    [anon_sym_CARET] = ACTIONS(1898),
    [anon_sym_AMP_AMP] = ACTIONS(1898),
    [anon_sym_PIPE_PIPE] = ACTIONS(1898),
    [anon_sym_EQ_EQ] = ACTIONS(1898),
    [anon_sym_BANG_EQ] = ACTIONS(1898),
    [anon_sym_LT] = ACTIONS(1896),
    [anon_sym_LT_EQ] = ACTIONS(1898),
    [anon_sym_GT] = ACTIONS(1896),
    [anon_sym_GT_EQ] = ACTIONS(1898),
    [anon_sym_EQ_GT] = ACTIONS(1898),
    [anon_sym_QMARK_QMARK] = ACTIONS(1898),
    [anon_sym_EQ] = ACTIONS(1896),
    [sym__rangeOperator] = ACTIONS(1898),
    [anon_sym_null] = ACTIONS(1896),
    [anon_sym_macro] = ACTIONS(1896),
    [anon_sym_abstract] = ACTIONS(1896),
    [anon_sym_static] = ACTIONS(1896),
    [anon_sym_public] = ACTIONS(1896),
    [anon_sym_private] = ACTIONS(1896),
    [anon_sym_extern] = ACTIONS(1896),
    [anon_sym_inline] = ACTIONS(1896),
    [anon_sym_overload] = ACTIONS(1896),
    [anon_sym_override] = ACTIONS(1896),
    [anon_sym_final] = ACTIONS(1896),
    [anon_sym_class] = ACTIONS(1896),
    [anon_sym_interface] = ACTIONS(1896),
    [anon_sym_typedef] = ACTIONS(1896),
    [anon_sym_function] = ACTIONS(1896),
    [anon_sym_var] = ACTIONS(1896),
    [aux_sym_integer_token1] = ACTIONS(1896),
    [aux_sym_integer_token2] = ACTIONS(1898),
    [aux_sym_float_token1] = ACTIONS(1896),
    [aux_sym_float_token2] = ACTIONS(1898),
    [anon_sym_true] = ACTIONS(1896),
    [anon_sym_false] = ACTIONS(1896),
    [aux_sym_string_token1] = ACTIONS(1898),
    [aux_sym_string_token3] = ACTIONS(1898),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1898),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [375] = {
    [sym_identifier] = ACTIONS(1900),
    [anon_sym_POUND] = ACTIONS(1902),
    [anon_sym_package] = ACTIONS(1900),
    [anon_sym_import] = ACTIONS(1900),
    [anon_sym_using] = ACTIONS(1900),
    [anon_sym_throw] = ACTIONS(1900),
    [anon_sym_LPAREN] = ACTIONS(1902),
    [anon_sym_switch] = ACTIONS(1900),
    [anon_sym_LBRACE] = ACTIONS(1902),
    [anon_sym_case] = ACTIONS(1900),
    [anon_sym_default] = ACTIONS(1900),
    [anon_sym_cast] = ACTIONS(1900),
    [anon_sym_DOLLARtype] = ACTIONS(1902),
    [anon_sym_return] = ACTIONS(1900),
    [anon_sym_untyped] = ACTIONS(1900),
    [anon_sym_break] = ACTIONS(1900),
    [anon_sym_continue] = ACTIONS(1900),
    [anon_sym_LBRACK] = ACTIONS(1902),
    [anon_sym_this] = ACTIONS(1900),
    [anon_sym_AT] = ACTIONS(1900),
    [anon_sym_AT_COLON] = ACTIONS(1902),
    [anon_sym_if] = ACTIONS(1900),
    [anon_sym_new] = ACTIONS(1900),
    [anon_sym_TILDE] = ACTIONS(1902),
    [anon_sym_BANG] = ACTIONS(1900),
    [anon_sym_DASH] = ACTIONS(1900),
    [anon_sym_PLUS_PLUS] = ACTIONS(1902),
    [anon_sym_DASH_DASH] = ACTIONS(1902),
    [anon_sym_PERCENT] = ACTIONS(1902),
    [anon_sym_STAR] = ACTIONS(1902),
    [anon_sym_SLASH] = ACTIONS(1900),
    [anon_sym_PLUS] = ACTIONS(1900),
    [anon_sym_LT_LT] = ACTIONS(1902),
    [anon_sym_GT_GT] = ACTIONS(1900),
    [anon_sym_GT_GT_GT] = ACTIONS(1902),
    [anon_sym_AMP] = ACTIONS(1900),
    [anon_sym_PIPE] = ACTIONS(1900),
    [anon_sym_CARET] = ACTIONS(1902),
    [anon_sym_AMP_AMP] = ACTIONS(1902),
    [anon_sym_PIPE_PIPE] = ACTIONS(1902),
    [anon_sym_EQ_EQ] = ACTIONS(1902),
    [anon_sym_BANG_EQ] = ACTIONS(1902),
    [anon_sym_LT] = ACTIONS(1900),
    [anon_sym_LT_EQ] = ACTIONS(1902),
    [anon_sym_GT] = ACTIONS(1900),
    [anon_sym_GT_EQ] = ACTIONS(1902),
    [anon_sym_EQ_GT] = ACTIONS(1902),
    [anon_sym_QMARK_QMARK] = ACTIONS(1902),
    [anon_sym_EQ] = ACTIONS(1900),
    [sym__rangeOperator] = ACTIONS(1902),
    [anon_sym_null] = ACTIONS(1900),
    [anon_sym_macro] = ACTIONS(1900),
    [anon_sym_abstract] = ACTIONS(1900),
    [anon_sym_static] = ACTIONS(1900),
    [anon_sym_public] = ACTIONS(1900),
    [anon_sym_private] = ACTIONS(1900),
    [anon_sym_extern] = ACTIONS(1900),
    [anon_sym_inline] = ACTIONS(1900),
    [anon_sym_overload] = ACTIONS(1900),
    [anon_sym_override] = ACTIONS(1900),
    [anon_sym_final] = ACTIONS(1900),
    [anon_sym_class] = ACTIONS(1900),
    [anon_sym_interface] = ACTIONS(1900),
    [anon_sym_typedef] = ACTIONS(1900),
    [anon_sym_function] = ACTIONS(1900),
    [anon_sym_var] = ACTIONS(1900),
    [aux_sym_integer_token1] = ACTIONS(1900),
    [aux_sym_integer_token2] = ACTIONS(1902),
    [aux_sym_float_token1] = ACTIONS(1900),
    [aux_sym_float_token2] = ACTIONS(1902),
    [anon_sym_true] = ACTIONS(1900),
    [anon_sym_false] = ACTIONS(1900),
    [aux_sym_string_token1] = ACTIONS(1902),
    [aux_sym_string_token3] = ACTIONS(1902),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1902),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [376] = {
    [sym_identifier] = ACTIONS(1904),
    [anon_sym_POUND] = ACTIONS(1906),
    [anon_sym_package] = ACTIONS(1904),
    [anon_sym_import] = ACTIONS(1904),
    [anon_sym_using] = ACTIONS(1904),
    [anon_sym_throw] = ACTIONS(1904),
    [anon_sym_LPAREN] = ACTIONS(1906),
    [anon_sym_switch] = ACTIONS(1904),
    [anon_sym_LBRACE] = ACTIONS(1906),
    [anon_sym_case] = ACTIONS(1904),
    [anon_sym_default] = ACTIONS(1904),
    [anon_sym_cast] = ACTIONS(1904),
    [anon_sym_DOLLARtype] = ACTIONS(1906),
    [anon_sym_return] = ACTIONS(1904),
    [anon_sym_untyped] = ACTIONS(1904),
    [anon_sym_break] = ACTIONS(1904),
    [anon_sym_continue] = ACTIONS(1904),
    [anon_sym_LBRACK] = ACTIONS(1906),
    [anon_sym_this] = ACTIONS(1904),
    [anon_sym_AT] = ACTIONS(1904),
    [anon_sym_AT_COLON] = ACTIONS(1906),
    [anon_sym_if] = ACTIONS(1904),
    [anon_sym_new] = ACTIONS(1904),
    [anon_sym_TILDE] = ACTIONS(1906),
    [anon_sym_BANG] = ACTIONS(1904),
    [anon_sym_DASH] = ACTIONS(1904),
    [anon_sym_PLUS_PLUS] = ACTIONS(1906),
    [anon_sym_DASH_DASH] = ACTIONS(1906),
    [anon_sym_PERCENT] = ACTIONS(1906),
    [anon_sym_STAR] = ACTIONS(1906),
    [anon_sym_SLASH] = ACTIONS(1904),
    [anon_sym_PLUS] = ACTIONS(1904),
    [anon_sym_LT_LT] = ACTIONS(1906),
    [anon_sym_GT_GT] = ACTIONS(1904),
    [anon_sym_GT_GT_GT] = ACTIONS(1906),
    [anon_sym_AMP] = ACTIONS(1904),
    [anon_sym_PIPE] = ACTIONS(1904),
    [anon_sym_CARET] = ACTIONS(1906),
    [anon_sym_AMP_AMP] = ACTIONS(1906),
    [anon_sym_PIPE_PIPE] = ACTIONS(1906),
    [anon_sym_EQ_EQ] = ACTIONS(1906),
    [anon_sym_BANG_EQ] = ACTIONS(1906),
    [anon_sym_LT] = ACTIONS(1904),
    [anon_sym_LT_EQ] = ACTIONS(1906),
    [anon_sym_GT] = ACTIONS(1904),
    [anon_sym_GT_EQ] = ACTIONS(1906),
    [anon_sym_EQ_GT] = ACTIONS(1906),
    [anon_sym_QMARK_QMARK] = ACTIONS(1906),
    [anon_sym_EQ] = ACTIONS(1904),
    [sym__rangeOperator] = ACTIONS(1906),
    [anon_sym_null] = ACTIONS(1904),
    [anon_sym_macro] = ACTIONS(1904),
    [anon_sym_abstract] = ACTIONS(1904),
    [anon_sym_static] = ACTIONS(1904),
    [anon_sym_public] = ACTIONS(1904),
    [anon_sym_private] = ACTIONS(1904),
    [anon_sym_extern] = ACTIONS(1904),
    [anon_sym_inline] = ACTIONS(1904),
    [anon_sym_overload] = ACTIONS(1904),
    [anon_sym_override] = ACTIONS(1904),
    [anon_sym_final] = ACTIONS(1904),
    [anon_sym_class] = ACTIONS(1904),
    [anon_sym_interface] = ACTIONS(1904),
    [anon_sym_typedef] = ACTIONS(1904),
    [anon_sym_function] = ACTIONS(1904),
    [anon_sym_var] = ACTIONS(1904),
    [aux_sym_integer_token1] = ACTIONS(1904),
    [aux_sym_integer_token2] = ACTIONS(1906),
    [aux_sym_float_token1] = ACTIONS(1904),
    [aux_sym_float_token2] = ACTIONS(1906),
    [anon_sym_true] = ACTIONS(1904),
    [anon_sym_false] = ACTIONS(1904),
    [aux_sym_string_token1] = ACTIONS(1906),
    [aux_sym_string_token3] = ACTIONS(1906),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1906),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [377] = {
    [sym_identifier] = ACTIONS(1908),
    [anon_sym_POUND] = ACTIONS(1910),
    [anon_sym_package] = ACTIONS(1908),
    [anon_sym_import] = ACTIONS(1908),
    [anon_sym_using] = ACTIONS(1908),
    [anon_sym_throw] = ACTIONS(1908),
    [anon_sym_LPAREN] = ACTIONS(1910),
    [anon_sym_switch] = ACTIONS(1908),
    [anon_sym_LBRACE] = ACTIONS(1910),
    [anon_sym_case] = ACTIONS(1908),
    [anon_sym_default] = ACTIONS(1908),
    [anon_sym_cast] = ACTIONS(1908),
    [anon_sym_DOLLARtype] = ACTIONS(1910),
    [anon_sym_return] = ACTIONS(1908),
    [anon_sym_untyped] = ACTIONS(1908),
    [anon_sym_break] = ACTIONS(1908),
    [anon_sym_continue] = ACTIONS(1908),
    [anon_sym_LBRACK] = ACTIONS(1910),
    [anon_sym_this] = ACTIONS(1908),
    [anon_sym_AT] = ACTIONS(1908),
    [anon_sym_AT_COLON] = ACTIONS(1910),
    [anon_sym_if] = ACTIONS(1908),
    [anon_sym_new] = ACTIONS(1908),
    [anon_sym_TILDE] = ACTIONS(1910),
    [anon_sym_BANG] = ACTIONS(1908),
    [anon_sym_DASH] = ACTIONS(1908),
    [anon_sym_PLUS_PLUS] = ACTIONS(1910),
    [anon_sym_DASH_DASH] = ACTIONS(1910),
    [anon_sym_PERCENT] = ACTIONS(1910),
    [anon_sym_STAR] = ACTIONS(1910),
    [anon_sym_SLASH] = ACTIONS(1908),
    [anon_sym_PLUS] = ACTIONS(1908),
    [anon_sym_LT_LT] = ACTIONS(1910),
    [anon_sym_GT_GT] = ACTIONS(1908),
    [anon_sym_GT_GT_GT] = ACTIONS(1910),
    [anon_sym_AMP] = ACTIONS(1908),
    [anon_sym_PIPE] = ACTIONS(1908),
    [anon_sym_CARET] = ACTIONS(1910),
    [anon_sym_AMP_AMP] = ACTIONS(1910),
    [anon_sym_PIPE_PIPE] = ACTIONS(1910),
    [anon_sym_EQ_EQ] = ACTIONS(1910),
    [anon_sym_BANG_EQ] = ACTIONS(1910),
    [anon_sym_LT] = ACTIONS(1908),
    [anon_sym_LT_EQ] = ACTIONS(1910),
    [anon_sym_GT] = ACTIONS(1908),
    [anon_sym_GT_EQ] = ACTIONS(1910),
    [anon_sym_EQ_GT] = ACTIONS(1910),
    [anon_sym_QMARK_QMARK] = ACTIONS(1910),
    [anon_sym_EQ] = ACTIONS(1908),
    [sym__rangeOperator] = ACTIONS(1910),
    [anon_sym_null] = ACTIONS(1908),
    [anon_sym_macro] = ACTIONS(1908),
    [anon_sym_abstract] = ACTIONS(1908),
    [anon_sym_static] = ACTIONS(1908),
    [anon_sym_public] = ACTIONS(1908),
    [anon_sym_private] = ACTIONS(1908),
    [anon_sym_extern] = ACTIONS(1908),
    [anon_sym_inline] = ACTIONS(1908),
    [anon_sym_overload] = ACTIONS(1908),
    [anon_sym_override] = ACTIONS(1908),
    [anon_sym_final] = ACTIONS(1908),
    [anon_sym_class] = ACTIONS(1908),
    [anon_sym_interface] = ACTIONS(1908),
    [anon_sym_typedef] = ACTIONS(1908),
    [anon_sym_function] = ACTIONS(1908),
    [anon_sym_var] = ACTIONS(1908),
    [aux_sym_integer_token1] = ACTIONS(1908),
    [aux_sym_integer_token2] = ACTIONS(1910),
    [aux_sym_float_token1] = ACTIONS(1908),
    [aux_sym_float_token2] = ACTIONS(1910),
    [anon_sym_true] = ACTIONS(1908),
    [anon_sym_false] = ACTIONS(1908),
    [aux_sym_string_token1] = ACTIONS(1910),
    [aux_sym_string_token3] = ACTIONS(1910),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1910),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [378] = {
    [sym_identifier] = ACTIONS(1912),
    [anon_sym_POUND] = ACTIONS(1914),
    [anon_sym_package] = ACTIONS(1912),
    [anon_sym_import] = ACTIONS(1912),
    [anon_sym_using] = ACTIONS(1912),
    [anon_sym_throw] = ACTIONS(1912),
    [anon_sym_LPAREN] = ACTIONS(1914),
    [anon_sym_switch] = ACTIONS(1912),
    [anon_sym_LBRACE] = ACTIONS(1914),
    [anon_sym_case] = ACTIONS(1912),
    [anon_sym_default] = ACTIONS(1912),
    [anon_sym_cast] = ACTIONS(1912),
    [anon_sym_DOLLARtype] = ACTIONS(1914),
    [anon_sym_return] = ACTIONS(1912),
    [anon_sym_untyped] = ACTIONS(1912),
    [anon_sym_break] = ACTIONS(1912),
    [anon_sym_continue] = ACTIONS(1912),
    [anon_sym_LBRACK] = ACTIONS(1914),
    [anon_sym_this] = ACTIONS(1912),
    [anon_sym_AT] = ACTIONS(1912),
    [anon_sym_AT_COLON] = ACTIONS(1914),
    [anon_sym_if] = ACTIONS(1912),
    [anon_sym_new] = ACTIONS(1912),
    [anon_sym_TILDE] = ACTIONS(1914),
    [anon_sym_BANG] = ACTIONS(1912),
    [anon_sym_DASH] = ACTIONS(1912),
    [anon_sym_PLUS_PLUS] = ACTIONS(1914),
    [anon_sym_DASH_DASH] = ACTIONS(1914),
    [anon_sym_PERCENT] = ACTIONS(1914),
    [anon_sym_STAR] = ACTIONS(1914),
    [anon_sym_SLASH] = ACTIONS(1912),
    [anon_sym_PLUS] = ACTIONS(1912),
    [anon_sym_LT_LT] = ACTIONS(1914),
    [anon_sym_GT_GT] = ACTIONS(1912),
    [anon_sym_GT_GT_GT] = ACTIONS(1914),
    [anon_sym_AMP] = ACTIONS(1912),
    [anon_sym_PIPE] = ACTIONS(1912),
    [anon_sym_CARET] = ACTIONS(1914),
    [anon_sym_AMP_AMP] = ACTIONS(1914),
    [anon_sym_PIPE_PIPE] = ACTIONS(1914),
    [anon_sym_EQ_EQ] = ACTIONS(1914),
    [anon_sym_BANG_EQ] = ACTIONS(1914),
    [anon_sym_LT] = ACTIONS(1912),
    [anon_sym_LT_EQ] = ACTIONS(1914),
    [anon_sym_GT] = ACTIONS(1912),
    [anon_sym_GT_EQ] = ACTIONS(1914),
    [anon_sym_EQ_GT] = ACTIONS(1914),
    [anon_sym_QMARK_QMARK] = ACTIONS(1914),
    [anon_sym_EQ] = ACTIONS(1912),
    [sym__rangeOperator] = ACTIONS(1914),
    [anon_sym_null] = ACTIONS(1912),
    [anon_sym_macro] = ACTIONS(1912),
    [anon_sym_abstract] = ACTIONS(1912),
    [anon_sym_static] = ACTIONS(1912),
    [anon_sym_public] = ACTIONS(1912),
    [anon_sym_private] = ACTIONS(1912),
    [anon_sym_extern] = ACTIONS(1912),
    [anon_sym_inline] = ACTIONS(1912),
    [anon_sym_overload] = ACTIONS(1912),
    [anon_sym_override] = ACTIONS(1912),
    [anon_sym_final] = ACTIONS(1912),
    [anon_sym_class] = ACTIONS(1912),
    [anon_sym_interface] = ACTIONS(1912),
    [anon_sym_typedef] = ACTIONS(1912),
    [anon_sym_function] = ACTIONS(1912),
    [anon_sym_var] = ACTIONS(1912),
    [aux_sym_integer_token1] = ACTIONS(1912),
    [aux_sym_integer_token2] = ACTIONS(1914),
    [aux_sym_float_token1] = ACTIONS(1912),
    [aux_sym_float_token2] = ACTIONS(1914),
    [anon_sym_true] = ACTIONS(1912),
    [anon_sym_false] = ACTIONS(1912),
    [aux_sym_string_token1] = ACTIONS(1914),
    [aux_sym_string_token3] = ACTIONS(1914),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1914),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [379] = {
    [ts_builtin_sym_end] = ACTIONS(1916),
    [sym_identifier] = ACTIONS(1918),
    [anon_sym_POUND] = ACTIONS(1916),
    [anon_sym_package] = ACTIONS(1918),
    [anon_sym_import] = ACTIONS(1918),
    [anon_sym_using] = ACTIONS(1918),
    [anon_sym_throw] = ACTIONS(1918),
    [anon_sym_LPAREN] = ACTIONS(1916),
    [anon_sym_switch] = ACTIONS(1918),
    [anon_sym_LBRACE] = ACTIONS(1916),
    [anon_sym_cast] = ACTIONS(1918),
    [anon_sym_DOLLARtype] = ACTIONS(1916),
    [anon_sym_return] = ACTIONS(1918),
    [anon_sym_untyped] = ACTIONS(1918),
    [anon_sym_break] = ACTIONS(1918),
    [anon_sym_continue] = ACTIONS(1918),
    [anon_sym_LBRACK] = ACTIONS(1916),
    [anon_sym_this] = ACTIONS(1918),
    [anon_sym_AT] = ACTIONS(1918),
    [anon_sym_AT_COLON] = ACTIONS(1916),
    [anon_sym_if] = ACTIONS(1918),
    [anon_sym_else] = ACTIONS(1920),
    [anon_sym_elseif] = ACTIONS(1922),
    [anon_sym_new] = ACTIONS(1918),
    [anon_sym_TILDE] = ACTIONS(1916),
    [anon_sym_BANG] = ACTIONS(1918),
    [anon_sym_DASH] = ACTIONS(1918),
    [anon_sym_PLUS_PLUS] = ACTIONS(1916),
    [anon_sym_DASH_DASH] = ACTIONS(1916),
    [anon_sym_PERCENT] = ACTIONS(1916),
    [anon_sym_STAR] = ACTIONS(1916),
    [anon_sym_SLASH] = ACTIONS(1918),
    [anon_sym_PLUS] = ACTIONS(1918),
    [anon_sym_LT_LT] = ACTIONS(1916),
    [anon_sym_GT_GT] = ACTIONS(1918),
    [anon_sym_GT_GT_GT] = ACTIONS(1916),
    [anon_sym_AMP] = ACTIONS(1918),
    [anon_sym_PIPE] = ACTIONS(1918),
    [anon_sym_CARET] = ACTIONS(1916),
    [anon_sym_AMP_AMP] = ACTIONS(1916),
    [anon_sym_PIPE_PIPE] = ACTIONS(1916),
    [anon_sym_EQ_EQ] = ACTIONS(1916),
    [anon_sym_BANG_EQ] = ACTIONS(1916),
    [anon_sym_LT] = ACTIONS(1918),
    [anon_sym_LT_EQ] = ACTIONS(1916),
    [anon_sym_GT] = ACTIONS(1918),
    [anon_sym_GT_EQ] = ACTIONS(1916),
    [anon_sym_EQ_GT] = ACTIONS(1916),
    [anon_sym_QMARK_QMARK] = ACTIONS(1916),
    [anon_sym_EQ] = ACTIONS(1918),
    [sym__rangeOperator] = ACTIONS(1916),
    [anon_sym_null] = ACTIONS(1918),
    [anon_sym_macro] = ACTIONS(1918),
    [anon_sym_abstract] = ACTIONS(1918),
    [anon_sym_static] = ACTIONS(1918),
    [anon_sym_public] = ACTIONS(1918),
    [anon_sym_private] = ACTIONS(1918),
    [anon_sym_extern] = ACTIONS(1918),
    [anon_sym_inline] = ACTIONS(1918),
    [anon_sym_overload] = ACTIONS(1918),
    [anon_sym_override] = ACTIONS(1918),
    [anon_sym_final] = ACTIONS(1918),
    [anon_sym_class] = ACTIONS(1918),
    [anon_sym_interface] = ACTIONS(1918),
    [anon_sym_typedef] = ACTIONS(1918),
    [anon_sym_function] = ACTIONS(1918),
    [anon_sym_var] = ACTIONS(1918),
    [aux_sym_integer_token1] = ACTIONS(1918),
    [aux_sym_integer_token2] = ACTIONS(1916),
    [aux_sym_float_token1] = ACTIONS(1918),
    [aux_sym_float_token2] = ACTIONS(1916),
    [anon_sym_true] = ACTIONS(1918),
    [anon_sym_false] = ACTIONS(1918),
    [aux_sym_string_token1] = ACTIONS(1916),
    [aux_sym_string_token3] = ACTIONS(1916),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [380] = {
    [sym_identifier] = ACTIONS(1924),
    [anon_sym_POUND] = ACTIONS(1926),
    [anon_sym_package] = ACTIONS(1924),
    [anon_sym_import] = ACTIONS(1924),
    [anon_sym_using] = ACTIONS(1924),
    [anon_sym_throw] = ACTIONS(1924),
    [anon_sym_LPAREN] = ACTIONS(1926),
    [anon_sym_switch] = ACTIONS(1924),
    [anon_sym_LBRACE] = ACTIONS(1926),
    [anon_sym_case] = ACTIONS(1924),
    [anon_sym_default] = ACTIONS(1924),
    [anon_sym_cast] = ACTIONS(1924),
    [anon_sym_DOLLARtype] = ACTIONS(1926),
    [anon_sym_return] = ACTIONS(1924),
    [anon_sym_untyped] = ACTIONS(1924),
    [anon_sym_break] = ACTIONS(1924),
    [anon_sym_continue] = ACTIONS(1924),
    [anon_sym_LBRACK] = ACTIONS(1926),
    [anon_sym_this] = ACTIONS(1924),
    [anon_sym_AT] = ACTIONS(1924),
    [anon_sym_AT_COLON] = ACTIONS(1926),
    [anon_sym_if] = ACTIONS(1924),
    [anon_sym_new] = ACTIONS(1924),
    [anon_sym_TILDE] = ACTIONS(1926),
    [anon_sym_BANG] = ACTIONS(1924),
    [anon_sym_DASH] = ACTIONS(1924),
    [anon_sym_PLUS_PLUS] = ACTIONS(1926),
    [anon_sym_DASH_DASH] = ACTIONS(1926),
    [anon_sym_PERCENT] = ACTIONS(1926),
    [anon_sym_STAR] = ACTIONS(1926),
    [anon_sym_SLASH] = ACTIONS(1924),
    [anon_sym_PLUS] = ACTIONS(1924),
    [anon_sym_LT_LT] = ACTIONS(1926),
    [anon_sym_GT_GT] = ACTIONS(1924),
    [anon_sym_GT_GT_GT] = ACTIONS(1926),
    [anon_sym_AMP] = ACTIONS(1924),
    [anon_sym_PIPE] = ACTIONS(1924),
    [anon_sym_CARET] = ACTIONS(1926),
    [anon_sym_AMP_AMP] = ACTIONS(1926),
    [anon_sym_PIPE_PIPE] = ACTIONS(1926),
    [anon_sym_EQ_EQ] = ACTIONS(1926),
    [anon_sym_BANG_EQ] = ACTIONS(1926),
    [anon_sym_LT] = ACTIONS(1924),
    [anon_sym_LT_EQ] = ACTIONS(1926),
    [anon_sym_GT] = ACTIONS(1924),
    [anon_sym_GT_EQ] = ACTIONS(1926),
    [anon_sym_EQ_GT] = ACTIONS(1926),
    [anon_sym_QMARK_QMARK] = ACTIONS(1926),
    [anon_sym_EQ] = ACTIONS(1924),
    [sym__rangeOperator] = ACTIONS(1926),
    [anon_sym_null] = ACTIONS(1924),
    [anon_sym_macro] = ACTIONS(1924),
    [anon_sym_abstract] = ACTIONS(1924),
    [anon_sym_static] = ACTIONS(1924),
    [anon_sym_public] = ACTIONS(1924),
    [anon_sym_private] = ACTIONS(1924),
    [anon_sym_extern] = ACTIONS(1924),
    [anon_sym_inline] = ACTIONS(1924),
    [anon_sym_overload] = ACTIONS(1924),
    [anon_sym_override] = ACTIONS(1924),
    [anon_sym_final] = ACTIONS(1924),
    [anon_sym_class] = ACTIONS(1924),
    [anon_sym_interface] = ACTIONS(1924),
    [anon_sym_typedef] = ACTIONS(1924),
    [anon_sym_function] = ACTIONS(1924),
    [anon_sym_var] = ACTIONS(1924),
    [aux_sym_integer_token1] = ACTIONS(1924),
    [aux_sym_integer_token2] = ACTIONS(1926),
    [aux_sym_float_token1] = ACTIONS(1924),
    [aux_sym_float_token2] = ACTIONS(1926),
    [anon_sym_true] = ACTIONS(1924),
    [anon_sym_false] = ACTIONS(1924),
    [aux_sym_string_token1] = ACTIONS(1926),
    [aux_sym_string_token3] = ACTIONS(1926),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1926),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [381] = {
    [sym_identifier] = ACTIONS(1928),
    [anon_sym_POUND] = ACTIONS(1930),
    [anon_sym_package] = ACTIONS(1928),
    [anon_sym_import] = ACTIONS(1928),
    [anon_sym_using] = ACTIONS(1928),
    [anon_sym_throw] = ACTIONS(1928),
    [anon_sym_LPAREN] = ACTIONS(1930),
    [anon_sym_switch] = ACTIONS(1928),
    [anon_sym_LBRACE] = ACTIONS(1930),
    [anon_sym_case] = ACTIONS(1928),
    [anon_sym_default] = ACTIONS(1928),
    [anon_sym_cast] = ACTIONS(1928),
    [anon_sym_DOLLARtype] = ACTIONS(1930),
    [anon_sym_return] = ACTIONS(1928),
    [anon_sym_untyped] = ACTIONS(1928),
    [anon_sym_break] = ACTIONS(1928),
    [anon_sym_continue] = ACTIONS(1928),
    [anon_sym_LBRACK] = ACTIONS(1930),
    [anon_sym_this] = ACTIONS(1928),
    [anon_sym_AT] = ACTIONS(1928),
    [anon_sym_AT_COLON] = ACTIONS(1930),
    [anon_sym_if] = ACTIONS(1928),
    [anon_sym_new] = ACTIONS(1928),
    [anon_sym_TILDE] = ACTIONS(1930),
    [anon_sym_BANG] = ACTIONS(1928),
    [anon_sym_DASH] = ACTIONS(1928),
    [anon_sym_PLUS_PLUS] = ACTIONS(1930),
    [anon_sym_DASH_DASH] = ACTIONS(1930),
    [anon_sym_PERCENT] = ACTIONS(1930),
    [anon_sym_STAR] = ACTIONS(1930),
    [anon_sym_SLASH] = ACTIONS(1928),
    [anon_sym_PLUS] = ACTIONS(1928),
    [anon_sym_LT_LT] = ACTIONS(1930),
    [anon_sym_GT_GT] = ACTIONS(1928),
    [anon_sym_GT_GT_GT] = ACTIONS(1930),
    [anon_sym_AMP] = ACTIONS(1928),
    [anon_sym_PIPE] = ACTIONS(1928),
    [anon_sym_CARET] = ACTIONS(1930),
    [anon_sym_AMP_AMP] = ACTIONS(1930),
    [anon_sym_PIPE_PIPE] = ACTIONS(1930),
    [anon_sym_EQ_EQ] = ACTIONS(1930),
    [anon_sym_BANG_EQ] = ACTIONS(1930),
    [anon_sym_LT] = ACTIONS(1928),
    [anon_sym_LT_EQ] = ACTIONS(1930),
    [anon_sym_GT] = ACTIONS(1928),
    [anon_sym_GT_EQ] = ACTIONS(1930),
    [anon_sym_EQ_GT] = ACTIONS(1930),
    [anon_sym_QMARK_QMARK] = ACTIONS(1930),
    [anon_sym_EQ] = ACTIONS(1928),
    [sym__rangeOperator] = ACTIONS(1930),
    [anon_sym_null] = ACTIONS(1928),
    [anon_sym_macro] = ACTIONS(1928),
    [anon_sym_abstract] = ACTIONS(1928),
    [anon_sym_static] = ACTIONS(1928),
    [anon_sym_public] = ACTIONS(1928),
    [anon_sym_private] = ACTIONS(1928),
    [anon_sym_extern] = ACTIONS(1928),
    [anon_sym_inline] = ACTIONS(1928),
    [anon_sym_overload] = ACTIONS(1928),
    [anon_sym_override] = ACTIONS(1928),
    [anon_sym_final] = ACTIONS(1928),
    [anon_sym_class] = ACTIONS(1928),
    [anon_sym_interface] = ACTIONS(1928),
    [anon_sym_typedef] = ACTIONS(1928),
    [anon_sym_function] = ACTIONS(1928),
    [anon_sym_var] = ACTIONS(1928),
    [aux_sym_integer_token1] = ACTIONS(1928),
    [aux_sym_integer_token2] = ACTIONS(1930),
    [aux_sym_float_token1] = ACTIONS(1928),
    [aux_sym_float_token2] = ACTIONS(1930),
    [anon_sym_true] = ACTIONS(1928),
    [anon_sym_false] = ACTIONS(1928),
    [aux_sym_string_token1] = ACTIONS(1930),
    [aux_sym_string_token3] = ACTIONS(1930),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1930),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [382] = {
    [sym_identifier] = ACTIONS(1932),
    [anon_sym_POUND] = ACTIONS(1934),
    [anon_sym_package] = ACTIONS(1932),
    [anon_sym_import] = ACTIONS(1932),
    [anon_sym_using] = ACTIONS(1932),
    [anon_sym_throw] = ACTIONS(1932),
    [anon_sym_LPAREN] = ACTIONS(1934),
    [anon_sym_switch] = ACTIONS(1932),
    [anon_sym_LBRACE] = ACTIONS(1934),
    [anon_sym_case] = ACTIONS(1932),
    [anon_sym_default] = ACTIONS(1932),
    [anon_sym_cast] = ACTIONS(1932),
    [anon_sym_DOLLARtype] = ACTIONS(1934),
    [anon_sym_return] = ACTIONS(1932),
    [anon_sym_untyped] = ACTIONS(1932),
    [anon_sym_break] = ACTIONS(1932),
    [anon_sym_continue] = ACTIONS(1932),
    [anon_sym_LBRACK] = ACTIONS(1934),
    [anon_sym_this] = ACTIONS(1932),
    [anon_sym_AT] = ACTIONS(1932),
    [anon_sym_AT_COLON] = ACTIONS(1934),
    [anon_sym_if] = ACTIONS(1932),
    [anon_sym_new] = ACTIONS(1932),
    [anon_sym_TILDE] = ACTIONS(1934),
    [anon_sym_BANG] = ACTIONS(1932),
    [anon_sym_DASH] = ACTIONS(1932),
    [anon_sym_PLUS_PLUS] = ACTIONS(1934),
    [anon_sym_DASH_DASH] = ACTIONS(1934),
    [anon_sym_PERCENT] = ACTIONS(1934),
    [anon_sym_STAR] = ACTIONS(1934),
    [anon_sym_SLASH] = ACTIONS(1932),
    [anon_sym_PLUS] = ACTIONS(1932),
    [anon_sym_LT_LT] = ACTIONS(1934),
    [anon_sym_GT_GT] = ACTIONS(1932),
    [anon_sym_GT_GT_GT] = ACTIONS(1934),
    [anon_sym_AMP] = ACTIONS(1932),
    [anon_sym_PIPE] = ACTIONS(1932),
    [anon_sym_CARET] = ACTIONS(1934),
    [anon_sym_AMP_AMP] = ACTIONS(1934),
    [anon_sym_PIPE_PIPE] = ACTIONS(1934),
    [anon_sym_EQ_EQ] = ACTIONS(1934),
    [anon_sym_BANG_EQ] = ACTIONS(1934),
    [anon_sym_LT] = ACTIONS(1932),
    [anon_sym_LT_EQ] = ACTIONS(1934),
    [anon_sym_GT] = ACTIONS(1932),
    [anon_sym_GT_EQ] = ACTIONS(1934),
    [anon_sym_EQ_GT] = ACTIONS(1934),
    [anon_sym_QMARK_QMARK] = ACTIONS(1934),
    [anon_sym_EQ] = ACTIONS(1932),
    [sym__rangeOperator] = ACTIONS(1934),
    [anon_sym_null] = ACTIONS(1932),
    [anon_sym_macro] = ACTIONS(1932),
    [anon_sym_abstract] = ACTIONS(1932),
    [anon_sym_static] = ACTIONS(1932),
    [anon_sym_public] = ACTIONS(1932),
    [anon_sym_private] = ACTIONS(1932),
    [anon_sym_extern] = ACTIONS(1932),
    [anon_sym_inline] = ACTIONS(1932),
    [anon_sym_overload] = ACTIONS(1932),
    [anon_sym_override] = ACTIONS(1932),
    [anon_sym_final] = ACTIONS(1932),
    [anon_sym_class] = ACTIONS(1932),
    [anon_sym_interface] = ACTIONS(1932),
    [anon_sym_typedef] = ACTIONS(1932),
    [anon_sym_function] = ACTIONS(1932),
    [anon_sym_var] = ACTIONS(1932),
    [aux_sym_integer_token1] = ACTIONS(1932),
    [aux_sym_integer_token2] = ACTIONS(1934),
    [aux_sym_float_token1] = ACTIONS(1932),
    [aux_sym_float_token2] = ACTIONS(1934),
    [anon_sym_true] = ACTIONS(1932),
    [anon_sym_false] = ACTIONS(1932),
    [aux_sym_string_token1] = ACTIONS(1934),
    [aux_sym_string_token3] = ACTIONS(1934),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1934),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [383] = {
    [sym_identifier] = ACTIONS(1936),
    [anon_sym_POUND] = ACTIONS(1938),
    [anon_sym_package] = ACTIONS(1936),
    [anon_sym_import] = ACTIONS(1936),
    [anon_sym_using] = ACTIONS(1936),
    [anon_sym_throw] = ACTIONS(1936),
    [anon_sym_LPAREN] = ACTIONS(1938),
    [anon_sym_switch] = ACTIONS(1936),
    [anon_sym_LBRACE] = ACTIONS(1938),
    [anon_sym_case] = ACTIONS(1936),
    [anon_sym_default] = ACTIONS(1936),
    [anon_sym_cast] = ACTIONS(1936),
    [anon_sym_DOLLARtype] = ACTIONS(1938),
    [anon_sym_return] = ACTIONS(1936),
    [anon_sym_untyped] = ACTIONS(1936),
    [anon_sym_break] = ACTIONS(1936),
    [anon_sym_continue] = ACTIONS(1936),
    [anon_sym_LBRACK] = ACTIONS(1938),
    [anon_sym_this] = ACTIONS(1936),
    [anon_sym_AT] = ACTIONS(1936),
    [anon_sym_AT_COLON] = ACTIONS(1938),
    [anon_sym_if] = ACTIONS(1936),
    [anon_sym_new] = ACTIONS(1936),
    [anon_sym_TILDE] = ACTIONS(1938),
    [anon_sym_BANG] = ACTIONS(1936),
    [anon_sym_DASH] = ACTIONS(1936),
    [anon_sym_PLUS_PLUS] = ACTIONS(1938),
    [anon_sym_DASH_DASH] = ACTIONS(1938),
    [anon_sym_PERCENT] = ACTIONS(1938),
    [anon_sym_STAR] = ACTIONS(1938),
    [anon_sym_SLASH] = ACTIONS(1936),
    [anon_sym_PLUS] = ACTIONS(1936),
    [anon_sym_LT_LT] = ACTIONS(1938),
    [anon_sym_GT_GT] = ACTIONS(1936),
    [anon_sym_GT_GT_GT] = ACTIONS(1938),
    [anon_sym_AMP] = ACTIONS(1936),
    [anon_sym_PIPE] = ACTIONS(1936),
    [anon_sym_CARET] = ACTIONS(1938),
    [anon_sym_AMP_AMP] = ACTIONS(1938),
    [anon_sym_PIPE_PIPE] = ACTIONS(1938),
    [anon_sym_EQ_EQ] = ACTIONS(1938),
    [anon_sym_BANG_EQ] = ACTIONS(1938),
    [anon_sym_LT] = ACTIONS(1936),
    [anon_sym_LT_EQ] = ACTIONS(1938),
    [anon_sym_GT] = ACTIONS(1936),
    [anon_sym_GT_EQ] = ACTIONS(1938),
    [anon_sym_EQ_GT] = ACTIONS(1938),
    [anon_sym_QMARK_QMARK] = ACTIONS(1938),
    [anon_sym_EQ] = ACTIONS(1936),
    [sym__rangeOperator] = ACTIONS(1938),
    [anon_sym_null] = ACTIONS(1936),
    [anon_sym_macro] = ACTIONS(1936),
    [anon_sym_abstract] = ACTIONS(1936),
    [anon_sym_static] = ACTIONS(1936),
    [anon_sym_public] = ACTIONS(1936),
    [anon_sym_private] = ACTIONS(1936),
    [anon_sym_extern] = ACTIONS(1936),
    [anon_sym_inline] = ACTIONS(1936),
    [anon_sym_overload] = ACTIONS(1936),
    [anon_sym_override] = ACTIONS(1936),
    [anon_sym_final] = ACTIONS(1936),
    [anon_sym_class] = ACTIONS(1936),
    [anon_sym_interface] = ACTIONS(1936),
    [anon_sym_typedef] = ACTIONS(1936),
    [anon_sym_function] = ACTIONS(1936),
    [anon_sym_var] = ACTIONS(1936),
    [aux_sym_integer_token1] = ACTIONS(1936),
    [aux_sym_integer_token2] = ACTIONS(1938),
    [aux_sym_float_token1] = ACTIONS(1936),
    [aux_sym_float_token2] = ACTIONS(1938),
    [anon_sym_true] = ACTIONS(1936),
    [anon_sym_false] = ACTIONS(1936),
    [aux_sym_string_token1] = ACTIONS(1938),
    [aux_sym_string_token3] = ACTIONS(1938),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1938),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [384] = {
    [sym_identifier] = ACTIONS(1940),
    [anon_sym_POUND] = ACTIONS(1942),
    [anon_sym_package] = ACTIONS(1940),
    [anon_sym_import] = ACTIONS(1940),
    [anon_sym_using] = ACTIONS(1940),
    [anon_sym_throw] = ACTIONS(1940),
    [anon_sym_LPAREN] = ACTIONS(1942),
    [anon_sym_switch] = ACTIONS(1940),
    [anon_sym_LBRACE] = ACTIONS(1942),
    [anon_sym_case] = ACTIONS(1940),
    [anon_sym_default] = ACTIONS(1940),
    [anon_sym_cast] = ACTIONS(1940),
    [anon_sym_DOLLARtype] = ACTIONS(1942),
    [anon_sym_return] = ACTIONS(1940),
    [anon_sym_untyped] = ACTIONS(1940),
    [anon_sym_break] = ACTIONS(1940),
    [anon_sym_continue] = ACTIONS(1940),
    [anon_sym_LBRACK] = ACTIONS(1942),
    [anon_sym_this] = ACTIONS(1940),
    [anon_sym_AT] = ACTIONS(1940),
    [anon_sym_AT_COLON] = ACTIONS(1942),
    [anon_sym_if] = ACTIONS(1940),
    [anon_sym_new] = ACTIONS(1940),
    [anon_sym_TILDE] = ACTIONS(1942),
    [anon_sym_BANG] = ACTIONS(1940),
    [anon_sym_DASH] = ACTIONS(1940),
    [anon_sym_PLUS_PLUS] = ACTIONS(1942),
    [anon_sym_DASH_DASH] = ACTIONS(1942),
    [anon_sym_PERCENT] = ACTIONS(1942),
    [anon_sym_STAR] = ACTIONS(1942),
    [anon_sym_SLASH] = ACTIONS(1940),
    [anon_sym_PLUS] = ACTIONS(1940),
    [anon_sym_LT_LT] = ACTIONS(1942),
    [anon_sym_GT_GT] = ACTIONS(1940),
    [anon_sym_GT_GT_GT] = ACTIONS(1942),
    [anon_sym_AMP] = ACTIONS(1940),
    [anon_sym_PIPE] = ACTIONS(1940),
    [anon_sym_CARET] = ACTIONS(1942),
    [anon_sym_AMP_AMP] = ACTIONS(1942),
    [anon_sym_PIPE_PIPE] = ACTIONS(1942),
    [anon_sym_EQ_EQ] = ACTIONS(1942),
    [anon_sym_BANG_EQ] = ACTIONS(1942),
    [anon_sym_LT] = ACTIONS(1940),
    [anon_sym_LT_EQ] = ACTIONS(1942),
    [anon_sym_GT] = ACTIONS(1940),
    [anon_sym_GT_EQ] = ACTIONS(1942),
    [anon_sym_EQ_GT] = ACTIONS(1942),
    [anon_sym_QMARK_QMARK] = ACTIONS(1942),
    [anon_sym_EQ] = ACTIONS(1940),
    [sym__rangeOperator] = ACTIONS(1942),
    [anon_sym_null] = ACTIONS(1940),
    [anon_sym_macro] = ACTIONS(1940),
    [anon_sym_abstract] = ACTIONS(1940),
    [anon_sym_static] = ACTIONS(1940),
    [anon_sym_public] = ACTIONS(1940),
    [anon_sym_private] = ACTIONS(1940),
    [anon_sym_extern] = ACTIONS(1940),
    [anon_sym_inline] = ACTIONS(1940),
    [anon_sym_overload] = ACTIONS(1940),
    [anon_sym_override] = ACTIONS(1940),
    [anon_sym_final] = ACTIONS(1940),
    [anon_sym_class] = ACTIONS(1940),
    [anon_sym_interface] = ACTIONS(1940),
    [anon_sym_typedef] = ACTIONS(1940),
    [anon_sym_function] = ACTIONS(1940),
    [anon_sym_var] = ACTIONS(1940),
    [aux_sym_integer_token1] = ACTIONS(1940),
    [aux_sym_integer_token2] = ACTIONS(1942),
    [aux_sym_float_token1] = ACTIONS(1940),
    [aux_sym_float_token2] = ACTIONS(1942),
    [anon_sym_true] = ACTIONS(1940),
    [anon_sym_false] = ACTIONS(1940),
    [aux_sym_string_token1] = ACTIONS(1942),
    [aux_sym_string_token3] = ACTIONS(1942),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1942),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [385] = {
    [sym_identifier] = ACTIONS(564),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(562),
    [anon_sym_case] = ACTIONS(564),
    [anon_sym_default] = ACTIONS(564),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(562),
    [anon_sym_this] = ACTIONS(564),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(564),
    [anon_sym_TILDE] = ACTIONS(562),
    [anon_sym_BANG] = ACTIONS(564),
    [anon_sym_DASH] = ACTIONS(564),
    [anon_sym_PLUS_PLUS] = ACTIONS(562),
    [anon_sym_DASH_DASH] = ACTIONS(562),
    [anon_sym_PERCENT] = ACTIONS(562),
    [anon_sym_STAR] = ACTIONS(562),
    [anon_sym_SLASH] = ACTIONS(564),
    [anon_sym_PLUS] = ACTIONS(564),
    [anon_sym_LT_LT] = ACTIONS(562),
    [anon_sym_GT_GT] = ACTIONS(564),
    [anon_sym_GT_GT_GT] = ACTIONS(562),
    [anon_sym_AMP] = ACTIONS(564),
    [anon_sym_PIPE] = ACTIONS(564),
    [anon_sym_CARET] = ACTIONS(562),
    [anon_sym_AMP_AMP] = ACTIONS(562),
    [anon_sym_PIPE_PIPE] = ACTIONS(562),
    [anon_sym_EQ_EQ] = ACTIONS(562),
    [anon_sym_BANG_EQ] = ACTIONS(562),
    [anon_sym_LT] = ACTIONS(564),
    [anon_sym_LT_EQ] = ACTIONS(562),
    [anon_sym_GT] = ACTIONS(564),
    [anon_sym_GT_EQ] = ACTIONS(562),
    [anon_sym_EQ_GT] = ACTIONS(562),
    [anon_sym_QMARK_QMARK] = ACTIONS(562),
    [anon_sym_EQ] = ACTIONS(564),
    [sym__rangeOperator] = ACTIONS(562),
    [anon_sym_null] = ACTIONS(564),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(564),
    [aux_sym_integer_token2] = ACTIONS(562),
    [aux_sym_float_token1] = ACTIONS(564),
    [aux_sym_float_token2] = ACTIONS(562),
    [anon_sym_true] = ACTIONS(564),
    [anon_sym_false] = ACTIONS(564),
    [aux_sym_string_token1] = ACTIONS(562),
    [aux_sym_string_token3] = ACTIONS(562),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(562),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [386] = {
    [sym_identifier] = ACTIONS(1944),
    [anon_sym_POUND] = ACTIONS(1946),
    [anon_sym_package] = ACTIONS(1944),
    [anon_sym_import] = ACTIONS(1944),
    [anon_sym_using] = ACTIONS(1944),
    [anon_sym_throw] = ACTIONS(1944),
    [anon_sym_LPAREN] = ACTIONS(1946),
    [anon_sym_switch] = ACTIONS(1944),
    [anon_sym_LBRACE] = ACTIONS(1946),
    [anon_sym_case] = ACTIONS(1944),
    [anon_sym_default] = ACTIONS(1944),
    [anon_sym_cast] = ACTIONS(1944),
    [anon_sym_DOLLARtype] = ACTIONS(1946),
    [anon_sym_return] = ACTIONS(1944),
    [anon_sym_untyped] = ACTIONS(1944),
    [anon_sym_break] = ACTIONS(1944),
    [anon_sym_continue] = ACTIONS(1944),
    [anon_sym_LBRACK] = ACTIONS(1946),
    [anon_sym_this] = ACTIONS(1944),
    [anon_sym_AT] = ACTIONS(1944),
    [anon_sym_AT_COLON] = ACTIONS(1946),
    [anon_sym_if] = ACTIONS(1944),
    [anon_sym_new] = ACTIONS(1944),
    [anon_sym_TILDE] = ACTIONS(1946),
    [anon_sym_BANG] = ACTIONS(1944),
    [anon_sym_DASH] = ACTIONS(1944),
    [anon_sym_PLUS_PLUS] = ACTIONS(1946),
    [anon_sym_DASH_DASH] = ACTIONS(1946),
    [anon_sym_PERCENT] = ACTIONS(1946),
    [anon_sym_STAR] = ACTIONS(1946),
    [anon_sym_SLASH] = ACTIONS(1944),
    [anon_sym_PLUS] = ACTIONS(1944),
    [anon_sym_LT_LT] = ACTIONS(1946),
    [anon_sym_GT_GT] = ACTIONS(1944),
    [anon_sym_GT_GT_GT] = ACTIONS(1946),
    [anon_sym_AMP] = ACTIONS(1944),
    [anon_sym_PIPE] = ACTIONS(1944),
    [anon_sym_CARET] = ACTIONS(1946),
    [anon_sym_AMP_AMP] = ACTIONS(1946),
    [anon_sym_PIPE_PIPE] = ACTIONS(1946),
    [anon_sym_EQ_EQ] = ACTIONS(1946),
    [anon_sym_BANG_EQ] = ACTIONS(1946),
    [anon_sym_LT] = ACTIONS(1944),
    [anon_sym_LT_EQ] = ACTIONS(1946),
    [anon_sym_GT] = ACTIONS(1944),
    [anon_sym_GT_EQ] = ACTIONS(1946),
    [anon_sym_EQ_GT] = ACTIONS(1946),
    [anon_sym_QMARK_QMARK] = ACTIONS(1946),
    [anon_sym_EQ] = ACTIONS(1944),
    [sym__rangeOperator] = ACTIONS(1946),
    [anon_sym_null] = ACTIONS(1944),
    [anon_sym_macro] = ACTIONS(1944),
    [anon_sym_abstract] = ACTIONS(1944),
    [anon_sym_static] = ACTIONS(1944),
    [anon_sym_public] = ACTIONS(1944),
    [anon_sym_private] = ACTIONS(1944),
    [anon_sym_extern] = ACTIONS(1944),
    [anon_sym_inline] = ACTIONS(1944),
    [anon_sym_overload] = ACTIONS(1944),
    [anon_sym_override] = ACTIONS(1944),
    [anon_sym_final] = ACTIONS(1944),
    [anon_sym_class] = ACTIONS(1944),
    [anon_sym_interface] = ACTIONS(1944),
    [anon_sym_typedef] = ACTIONS(1944),
    [anon_sym_function] = ACTIONS(1944),
    [anon_sym_var] = ACTIONS(1944),
    [aux_sym_integer_token1] = ACTIONS(1944),
    [aux_sym_integer_token2] = ACTIONS(1946),
    [aux_sym_float_token1] = ACTIONS(1944),
    [aux_sym_float_token2] = ACTIONS(1946),
    [anon_sym_true] = ACTIONS(1944),
    [anon_sym_false] = ACTIONS(1944),
    [aux_sym_string_token1] = ACTIONS(1946),
    [aux_sym_string_token3] = ACTIONS(1946),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1946),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [387] = {
    [sym_identifier] = ACTIONS(564),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(562),
    [anon_sym_case] = ACTIONS(564),
    [anon_sym_default] = ACTIONS(564),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(1594),
    [anon_sym_this] = ACTIONS(564),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(564),
    [anon_sym_TILDE] = ACTIONS(562),
    [anon_sym_BANG] = ACTIONS(564),
    [anon_sym_DASH] = ACTIONS(564),
    [anon_sym_PLUS_PLUS] = ACTIONS(562),
    [anon_sym_DASH_DASH] = ACTIONS(562),
    [anon_sym_PERCENT] = ACTIONS(562),
    [anon_sym_STAR] = ACTIONS(562),
    [anon_sym_SLASH] = ACTIONS(564),
    [anon_sym_PLUS] = ACTIONS(564),
    [anon_sym_LT_LT] = ACTIONS(562),
    [anon_sym_GT_GT] = ACTIONS(564),
    [anon_sym_GT_GT_GT] = ACTIONS(562),
    [anon_sym_AMP] = ACTIONS(564),
    [anon_sym_PIPE] = ACTIONS(564),
    [anon_sym_CARET] = ACTIONS(562),
    [anon_sym_AMP_AMP] = ACTIONS(562),
    [anon_sym_PIPE_PIPE] = ACTIONS(562),
    [anon_sym_EQ_EQ] = ACTIONS(562),
    [anon_sym_BANG_EQ] = ACTIONS(562),
    [anon_sym_LT] = ACTIONS(564),
    [anon_sym_LT_EQ] = ACTIONS(562),
    [anon_sym_GT] = ACTIONS(564),
    [anon_sym_GT_EQ] = ACTIONS(562),
    [anon_sym_EQ_GT] = ACTIONS(562),
    [anon_sym_QMARK_QMARK] = ACTIONS(562),
    [anon_sym_EQ] = ACTIONS(564),
    [sym__rangeOperator] = ACTIONS(562),
    [anon_sym_null] = ACTIONS(564),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(564),
    [aux_sym_integer_token2] = ACTIONS(562),
    [aux_sym_float_token1] = ACTIONS(564),
    [aux_sym_float_token2] = ACTIONS(562),
    [anon_sym_true] = ACTIONS(564),
    [anon_sym_false] = ACTIONS(564),
    [aux_sym_string_token1] = ACTIONS(562),
    [aux_sym_string_token3] = ACTIONS(562),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(562),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [388] = {
    [sym_identifier] = ACTIONS(1948),
    [anon_sym_POUND] = ACTIONS(1950),
    [anon_sym_package] = ACTIONS(1948),
    [anon_sym_import] = ACTIONS(1948),
    [anon_sym_using] = ACTIONS(1948),
    [anon_sym_throw] = ACTIONS(1948),
    [anon_sym_LPAREN] = ACTIONS(1950),
    [anon_sym_switch] = ACTIONS(1948),
    [anon_sym_LBRACE] = ACTIONS(1950),
    [anon_sym_case] = ACTIONS(1948),
    [anon_sym_default] = ACTIONS(1948),
    [anon_sym_cast] = ACTIONS(1948),
    [anon_sym_DOLLARtype] = ACTIONS(1950),
    [anon_sym_return] = ACTIONS(1948),
    [anon_sym_untyped] = ACTIONS(1948),
    [anon_sym_break] = ACTIONS(1948),
    [anon_sym_continue] = ACTIONS(1948),
    [anon_sym_LBRACK] = ACTIONS(1950),
    [anon_sym_this] = ACTIONS(1948),
    [anon_sym_AT] = ACTIONS(1948),
    [anon_sym_AT_COLON] = ACTIONS(1950),
    [anon_sym_if] = ACTIONS(1948),
    [anon_sym_new] = ACTIONS(1948),
    [anon_sym_TILDE] = ACTIONS(1950),
    [anon_sym_BANG] = ACTIONS(1948),
    [anon_sym_DASH] = ACTIONS(1948),
    [anon_sym_PLUS_PLUS] = ACTIONS(1950),
    [anon_sym_DASH_DASH] = ACTIONS(1950),
    [anon_sym_PERCENT] = ACTIONS(1950),
    [anon_sym_STAR] = ACTIONS(1950),
    [anon_sym_SLASH] = ACTIONS(1948),
    [anon_sym_PLUS] = ACTIONS(1948),
    [anon_sym_LT_LT] = ACTIONS(1950),
    [anon_sym_GT_GT] = ACTIONS(1948),
    [anon_sym_GT_GT_GT] = ACTIONS(1950),
    [anon_sym_AMP] = ACTIONS(1948),
    [anon_sym_PIPE] = ACTIONS(1948),
    [anon_sym_CARET] = ACTIONS(1950),
    [anon_sym_AMP_AMP] = ACTIONS(1950),
    [anon_sym_PIPE_PIPE] = ACTIONS(1950),
    [anon_sym_EQ_EQ] = ACTIONS(1950),
    [anon_sym_BANG_EQ] = ACTIONS(1950),
    [anon_sym_LT] = ACTIONS(1948),
    [anon_sym_LT_EQ] = ACTIONS(1950),
    [anon_sym_GT] = ACTIONS(1948),
    [anon_sym_GT_EQ] = ACTIONS(1950),
    [anon_sym_EQ_GT] = ACTIONS(1950),
    [anon_sym_QMARK_QMARK] = ACTIONS(1950),
    [anon_sym_EQ] = ACTIONS(1948),
    [sym__rangeOperator] = ACTIONS(1950),
    [anon_sym_null] = ACTIONS(1948),
    [anon_sym_macro] = ACTIONS(1948),
    [anon_sym_abstract] = ACTIONS(1948),
    [anon_sym_static] = ACTIONS(1948),
    [anon_sym_public] = ACTIONS(1948),
    [anon_sym_private] = ACTIONS(1948),
    [anon_sym_extern] = ACTIONS(1948),
    [anon_sym_inline] = ACTIONS(1948),
    [anon_sym_overload] = ACTIONS(1948),
    [anon_sym_override] = ACTIONS(1948),
    [anon_sym_final] = ACTIONS(1948),
    [anon_sym_class] = ACTIONS(1948),
    [anon_sym_interface] = ACTIONS(1948),
    [anon_sym_typedef] = ACTIONS(1948),
    [anon_sym_function] = ACTIONS(1948),
    [anon_sym_var] = ACTIONS(1948),
    [aux_sym_integer_token1] = ACTIONS(1948),
    [aux_sym_integer_token2] = ACTIONS(1950),
    [aux_sym_float_token1] = ACTIONS(1948),
    [aux_sym_float_token2] = ACTIONS(1950),
    [anon_sym_true] = ACTIONS(1948),
    [anon_sym_false] = ACTIONS(1948),
    [aux_sym_string_token1] = ACTIONS(1950),
    [aux_sym_string_token3] = ACTIONS(1950),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1950),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [389] = {
    [sym_identifier] = ACTIONS(1952),
    [anon_sym_POUND] = ACTIONS(1954),
    [anon_sym_package] = ACTIONS(1952),
    [anon_sym_import] = ACTIONS(1952),
    [anon_sym_using] = ACTIONS(1952),
    [anon_sym_throw] = ACTIONS(1952),
    [anon_sym_LPAREN] = ACTIONS(1954),
    [anon_sym_switch] = ACTIONS(1952),
    [anon_sym_LBRACE] = ACTIONS(1954),
    [anon_sym_case] = ACTIONS(1952),
    [anon_sym_default] = ACTIONS(1952),
    [anon_sym_cast] = ACTIONS(1952),
    [anon_sym_DOLLARtype] = ACTIONS(1954),
    [anon_sym_return] = ACTIONS(1952),
    [anon_sym_untyped] = ACTIONS(1952),
    [anon_sym_break] = ACTIONS(1952),
    [anon_sym_continue] = ACTIONS(1952),
    [anon_sym_LBRACK] = ACTIONS(1954),
    [anon_sym_this] = ACTIONS(1952),
    [anon_sym_AT] = ACTIONS(1952),
    [anon_sym_AT_COLON] = ACTIONS(1954),
    [anon_sym_if] = ACTIONS(1952),
    [anon_sym_new] = ACTIONS(1952),
    [anon_sym_TILDE] = ACTIONS(1954),
    [anon_sym_BANG] = ACTIONS(1952),
    [anon_sym_DASH] = ACTIONS(1952),
    [anon_sym_PLUS_PLUS] = ACTIONS(1954),
    [anon_sym_DASH_DASH] = ACTIONS(1954),
    [anon_sym_PERCENT] = ACTIONS(1954),
    [anon_sym_STAR] = ACTIONS(1954),
    [anon_sym_SLASH] = ACTIONS(1952),
    [anon_sym_PLUS] = ACTIONS(1952),
    [anon_sym_LT_LT] = ACTIONS(1954),
    [anon_sym_GT_GT] = ACTIONS(1952),
    [anon_sym_GT_GT_GT] = ACTIONS(1954),
    [anon_sym_AMP] = ACTIONS(1952),
    [anon_sym_PIPE] = ACTIONS(1952),
    [anon_sym_CARET] = ACTIONS(1954),
    [anon_sym_AMP_AMP] = ACTIONS(1954),
    [anon_sym_PIPE_PIPE] = ACTIONS(1954),
    [anon_sym_EQ_EQ] = ACTIONS(1954),
    [anon_sym_BANG_EQ] = ACTIONS(1954),
    [anon_sym_LT] = ACTIONS(1952),
    [anon_sym_LT_EQ] = ACTIONS(1954),
    [anon_sym_GT] = ACTIONS(1952),
    [anon_sym_GT_EQ] = ACTIONS(1954),
    [anon_sym_EQ_GT] = ACTIONS(1954),
    [anon_sym_QMARK_QMARK] = ACTIONS(1954),
    [anon_sym_EQ] = ACTIONS(1952),
    [sym__rangeOperator] = ACTIONS(1954),
    [anon_sym_null] = ACTIONS(1952),
    [anon_sym_macro] = ACTIONS(1952),
    [anon_sym_abstract] = ACTIONS(1952),
    [anon_sym_static] = ACTIONS(1952),
    [anon_sym_public] = ACTIONS(1952),
    [anon_sym_private] = ACTIONS(1952),
    [anon_sym_extern] = ACTIONS(1952),
    [anon_sym_inline] = ACTIONS(1952),
    [anon_sym_overload] = ACTIONS(1952),
    [anon_sym_override] = ACTIONS(1952),
    [anon_sym_final] = ACTIONS(1952),
    [anon_sym_class] = ACTIONS(1952),
    [anon_sym_interface] = ACTIONS(1952),
    [anon_sym_typedef] = ACTIONS(1952),
    [anon_sym_function] = ACTIONS(1952),
    [anon_sym_var] = ACTIONS(1952),
    [aux_sym_integer_token1] = ACTIONS(1952),
    [aux_sym_integer_token2] = ACTIONS(1954),
    [aux_sym_float_token1] = ACTIONS(1952),
    [aux_sym_float_token2] = ACTIONS(1954),
    [anon_sym_true] = ACTIONS(1952),
    [anon_sym_false] = ACTIONS(1952),
    [aux_sym_string_token1] = ACTIONS(1954),
    [aux_sym_string_token3] = ACTIONS(1954),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1954),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [390] = {
    [sym_identifier] = ACTIONS(1956),
    [anon_sym_POUND] = ACTIONS(1958),
    [anon_sym_package] = ACTIONS(1956),
    [anon_sym_import] = ACTIONS(1956),
    [anon_sym_using] = ACTIONS(1956),
    [anon_sym_throw] = ACTIONS(1956),
    [anon_sym_LPAREN] = ACTIONS(1958),
    [anon_sym_switch] = ACTIONS(1956),
    [anon_sym_LBRACE] = ACTIONS(1958),
    [anon_sym_case] = ACTIONS(1956),
    [anon_sym_default] = ACTIONS(1956),
    [anon_sym_cast] = ACTIONS(1956),
    [anon_sym_DOLLARtype] = ACTIONS(1958),
    [anon_sym_return] = ACTIONS(1956),
    [anon_sym_untyped] = ACTIONS(1956),
    [anon_sym_break] = ACTIONS(1956),
    [anon_sym_continue] = ACTIONS(1956),
    [anon_sym_LBRACK] = ACTIONS(1958),
    [anon_sym_this] = ACTIONS(1956),
    [anon_sym_AT] = ACTIONS(1956),
    [anon_sym_AT_COLON] = ACTIONS(1958),
    [anon_sym_if] = ACTIONS(1956),
    [anon_sym_new] = ACTIONS(1956),
    [anon_sym_TILDE] = ACTIONS(1958),
    [anon_sym_BANG] = ACTIONS(1956),
    [anon_sym_DASH] = ACTIONS(1956),
    [anon_sym_PLUS_PLUS] = ACTIONS(1958),
    [anon_sym_DASH_DASH] = ACTIONS(1958),
    [anon_sym_PERCENT] = ACTIONS(1958),
    [anon_sym_STAR] = ACTIONS(1958),
    [anon_sym_SLASH] = ACTIONS(1956),
    [anon_sym_PLUS] = ACTIONS(1956),
    [anon_sym_LT_LT] = ACTIONS(1958),
    [anon_sym_GT_GT] = ACTIONS(1956),
    [anon_sym_GT_GT_GT] = ACTIONS(1958),
    [anon_sym_AMP] = ACTIONS(1956),
    [anon_sym_PIPE] = ACTIONS(1956),
    [anon_sym_CARET] = ACTIONS(1958),
    [anon_sym_AMP_AMP] = ACTIONS(1958),
    [anon_sym_PIPE_PIPE] = ACTIONS(1958),
    [anon_sym_EQ_EQ] = ACTIONS(1958),
    [anon_sym_BANG_EQ] = ACTIONS(1958),
    [anon_sym_LT] = ACTIONS(1956),
    [anon_sym_LT_EQ] = ACTIONS(1958),
    [anon_sym_GT] = ACTIONS(1956),
    [anon_sym_GT_EQ] = ACTIONS(1958),
    [anon_sym_EQ_GT] = ACTIONS(1958),
    [anon_sym_QMARK_QMARK] = ACTIONS(1958),
    [anon_sym_EQ] = ACTIONS(1956),
    [sym__rangeOperator] = ACTIONS(1958),
    [anon_sym_null] = ACTIONS(1956),
    [anon_sym_macro] = ACTIONS(1956),
    [anon_sym_abstract] = ACTIONS(1956),
    [anon_sym_static] = ACTIONS(1956),
    [anon_sym_public] = ACTIONS(1956),
    [anon_sym_private] = ACTIONS(1956),
    [anon_sym_extern] = ACTIONS(1956),
    [anon_sym_inline] = ACTIONS(1956),
    [anon_sym_overload] = ACTIONS(1956),
    [anon_sym_override] = ACTIONS(1956),
    [anon_sym_final] = ACTIONS(1956),
    [anon_sym_class] = ACTIONS(1956),
    [anon_sym_interface] = ACTIONS(1956),
    [anon_sym_typedef] = ACTIONS(1956),
    [anon_sym_function] = ACTIONS(1956),
    [anon_sym_var] = ACTIONS(1956),
    [aux_sym_integer_token1] = ACTIONS(1956),
    [aux_sym_integer_token2] = ACTIONS(1958),
    [aux_sym_float_token1] = ACTIONS(1956),
    [aux_sym_float_token2] = ACTIONS(1958),
    [anon_sym_true] = ACTIONS(1956),
    [anon_sym_false] = ACTIONS(1956),
    [aux_sym_string_token1] = ACTIONS(1958),
    [aux_sym_string_token3] = ACTIONS(1958),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1958),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [391] = {
    [sym_identifier] = ACTIONS(1960),
    [anon_sym_POUND] = ACTIONS(1962),
    [anon_sym_package] = ACTIONS(1960),
    [anon_sym_import] = ACTIONS(1960),
    [anon_sym_using] = ACTIONS(1960),
    [anon_sym_throw] = ACTIONS(1960),
    [anon_sym_LPAREN] = ACTIONS(1962),
    [anon_sym_switch] = ACTIONS(1960),
    [anon_sym_LBRACE] = ACTIONS(1962),
    [anon_sym_case] = ACTIONS(1960),
    [anon_sym_default] = ACTIONS(1960),
    [anon_sym_cast] = ACTIONS(1960),
    [anon_sym_DOLLARtype] = ACTIONS(1962),
    [anon_sym_return] = ACTIONS(1960),
    [anon_sym_untyped] = ACTIONS(1960),
    [anon_sym_break] = ACTIONS(1960),
    [anon_sym_continue] = ACTIONS(1960),
    [anon_sym_LBRACK] = ACTIONS(1962),
    [anon_sym_this] = ACTIONS(1960),
    [anon_sym_AT] = ACTIONS(1960),
    [anon_sym_AT_COLON] = ACTIONS(1962),
    [anon_sym_if] = ACTIONS(1960),
    [anon_sym_new] = ACTIONS(1960),
    [anon_sym_TILDE] = ACTIONS(1962),
    [anon_sym_BANG] = ACTIONS(1960),
    [anon_sym_DASH] = ACTIONS(1960),
    [anon_sym_PLUS_PLUS] = ACTIONS(1962),
    [anon_sym_DASH_DASH] = ACTIONS(1962),
    [anon_sym_PERCENT] = ACTIONS(1962),
    [anon_sym_STAR] = ACTIONS(1962),
    [anon_sym_SLASH] = ACTIONS(1960),
    [anon_sym_PLUS] = ACTIONS(1960),
    [anon_sym_LT_LT] = ACTIONS(1962),
    [anon_sym_GT_GT] = ACTIONS(1960),
    [anon_sym_GT_GT_GT] = ACTIONS(1962),
    [anon_sym_AMP] = ACTIONS(1960),
    [anon_sym_PIPE] = ACTIONS(1960),
    [anon_sym_CARET] = ACTIONS(1962),
    [anon_sym_AMP_AMP] = ACTIONS(1962),
    [anon_sym_PIPE_PIPE] = ACTIONS(1962),
    [anon_sym_EQ_EQ] = ACTIONS(1962),
    [anon_sym_BANG_EQ] = ACTIONS(1962),
    [anon_sym_LT] = ACTIONS(1960),
    [anon_sym_LT_EQ] = ACTIONS(1962),
    [anon_sym_GT] = ACTIONS(1960),
    [anon_sym_GT_EQ] = ACTIONS(1962),
    [anon_sym_EQ_GT] = ACTIONS(1962),
    [anon_sym_QMARK_QMARK] = ACTIONS(1962),
    [anon_sym_EQ] = ACTIONS(1960),
    [sym__rangeOperator] = ACTIONS(1962),
    [anon_sym_null] = ACTIONS(1960),
    [anon_sym_macro] = ACTIONS(1960),
    [anon_sym_abstract] = ACTIONS(1960),
    [anon_sym_static] = ACTIONS(1960),
    [anon_sym_public] = ACTIONS(1960),
    [anon_sym_private] = ACTIONS(1960),
    [anon_sym_extern] = ACTIONS(1960),
    [anon_sym_inline] = ACTIONS(1960),
    [anon_sym_overload] = ACTIONS(1960),
    [anon_sym_override] = ACTIONS(1960),
    [anon_sym_final] = ACTIONS(1960),
    [anon_sym_class] = ACTIONS(1960),
    [anon_sym_interface] = ACTIONS(1960),
    [anon_sym_typedef] = ACTIONS(1960),
    [anon_sym_function] = ACTIONS(1960),
    [anon_sym_var] = ACTIONS(1960),
    [aux_sym_integer_token1] = ACTIONS(1960),
    [aux_sym_integer_token2] = ACTIONS(1962),
    [aux_sym_float_token1] = ACTIONS(1960),
    [aux_sym_float_token2] = ACTIONS(1962),
    [anon_sym_true] = ACTIONS(1960),
    [anon_sym_false] = ACTIONS(1960),
    [aux_sym_string_token1] = ACTIONS(1962),
    [aux_sym_string_token3] = ACTIONS(1962),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1962),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [392] = {
    [sym_identifier] = ACTIONS(1964),
    [anon_sym_POUND] = ACTIONS(1966),
    [anon_sym_package] = ACTIONS(1964),
    [anon_sym_import] = ACTIONS(1964),
    [anon_sym_using] = ACTIONS(1964),
    [anon_sym_throw] = ACTIONS(1964),
    [anon_sym_LPAREN] = ACTIONS(1966),
    [anon_sym_switch] = ACTIONS(1964),
    [anon_sym_LBRACE] = ACTIONS(1966),
    [anon_sym_case] = ACTIONS(1964),
    [anon_sym_default] = ACTIONS(1964),
    [anon_sym_cast] = ACTIONS(1964),
    [anon_sym_DOLLARtype] = ACTIONS(1966),
    [anon_sym_return] = ACTIONS(1964),
    [anon_sym_untyped] = ACTIONS(1964),
    [anon_sym_break] = ACTIONS(1964),
    [anon_sym_continue] = ACTIONS(1964),
    [anon_sym_LBRACK] = ACTIONS(1966),
    [anon_sym_this] = ACTIONS(1964),
    [anon_sym_AT] = ACTIONS(1964),
    [anon_sym_AT_COLON] = ACTIONS(1966),
    [anon_sym_if] = ACTIONS(1964),
    [anon_sym_new] = ACTIONS(1964),
    [anon_sym_TILDE] = ACTIONS(1966),
    [anon_sym_BANG] = ACTIONS(1964),
    [anon_sym_DASH] = ACTIONS(1964),
    [anon_sym_PLUS_PLUS] = ACTIONS(1966),
    [anon_sym_DASH_DASH] = ACTIONS(1966),
    [anon_sym_PERCENT] = ACTIONS(1966),
    [anon_sym_STAR] = ACTIONS(1966),
    [anon_sym_SLASH] = ACTIONS(1964),
    [anon_sym_PLUS] = ACTIONS(1964),
    [anon_sym_LT_LT] = ACTIONS(1966),
    [anon_sym_GT_GT] = ACTIONS(1964),
    [anon_sym_GT_GT_GT] = ACTIONS(1966),
    [anon_sym_AMP] = ACTIONS(1964),
    [anon_sym_PIPE] = ACTIONS(1964),
    [anon_sym_CARET] = ACTIONS(1966),
    [anon_sym_AMP_AMP] = ACTIONS(1966),
    [anon_sym_PIPE_PIPE] = ACTIONS(1966),
    [anon_sym_EQ_EQ] = ACTIONS(1966),
    [anon_sym_BANG_EQ] = ACTIONS(1966),
    [anon_sym_LT] = ACTIONS(1964),
    [anon_sym_LT_EQ] = ACTIONS(1966),
    [anon_sym_GT] = ACTIONS(1964),
    [anon_sym_GT_EQ] = ACTIONS(1966),
    [anon_sym_EQ_GT] = ACTIONS(1966),
    [anon_sym_QMARK_QMARK] = ACTIONS(1966),
    [anon_sym_EQ] = ACTIONS(1964),
    [sym__rangeOperator] = ACTIONS(1966),
    [anon_sym_null] = ACTIONS(1964),
    [anon_sym_macro] = ACTIONS(1964),
    [anon_sym_abstract] = ACTIONS(1964),
    [anon_sym_static] = ACTIONS(1964),
    [anon_sym_public] = ACTIONS(1964),
    [anon_sym_private] = ACTIONS(1964),
    [anon_sym_extern] = ACTIONS(1964),
    [anon_sym_inline] = ACTIONS(1964),
    [anon_sym_overload] = ACTIONS(1964),
    [anon_sym_override] = ACTIONS(1964),
    [anon_sym_final] = ACTIONS(1964),
    [anon_sym_class] = ACTIONS(1964),
    [anon_sym_interface] = ACTIONS(1964),
    [anon_sym_typedef] = ACTIONS(1964),
    [anon_sym_function] = ACTIONS(1964),
    [anon_sym_var] = ACTIONS(1964),
    [aux_sym_integer_token1] = ACTIONS(1964),
    [aux_sym_integer_token2] = ACTIONS(1966),
    [aux_sym_float_token1] = ACTIONS(1964),
    [aux_sym_float_token2] = ACTIONS(1966),
    [anon_sym_true] = ACTIONS(1964),
    [anon_sym_false] = ACTIONS(1964),
    [aux_sym_string_token1] = ACTIONS(1966),
    [aux_sym_string_token3] = ACTIONS(1966),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1966),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [393] = {
    [sym_identifier] = ACTIONS(1968),
    [anon_sym_POUND] = ACTIONS(1970),
    [anon_sym_package] = ACTIONS(1968),
    [anon_sym_import] = ACTIONS(1968),
    [anon_sym_using] = ACTIONS(1968),
    [anon_sym_throw] = ACTIONS(1968),
    [anon_sym_LPAREN] = ACTIONS(1970),
    [anon_sym_switch] = ACTIONS(1968),
    [anon_sym_LBRACE] = ACTIONS(1970),
    [anon_sym_case] = ACTIONS(1968),
    [anon_sym_default] = ACTIONS(1968),
    [anon_sym_cast] = ACTIONS(1968),
    [anon_sym_DOLLARtype] = ACTIONS(1970),
    [anon_sym_return] = ACTIONS(1968),
    [anon_sym_untyped] = ACTIONS(1968),
    [anon_sym_break] = ACTIONS(1968),
    [anon_sym_continue] = ACTIONS(1968),
    [anon_sym_LBRACK] = ACTIONS(1970),
    [anon_sym_this] = ACTIONS(1968),
    [anon_sym_AT] = ACTIONS(1968),
    [anon_sym_AT_COLON] = ACTIONS(1970),
    [anon_sym_if] = ACTIONS(1968),
    [anon_sym_new] = ACTIONS(1968),
    [anon_sym_TILDE] = ACTIONS(1970),
    [anon_sym_BANG] = ACTIONS(1968),
    [anon_sym_DASH] = ACTIONS(1968),
    [anon_sym_PLUS_PLUS] = ACTIONS(1970),
    [anon_sym_DASH_DASH] = ACTIONS(1970),
    [anon_sym_PERCENT] = ACTIONS(1970),
    [anon_sym_STAR] = ACTIONS(1970),
    [anon_sym_SLASH] = ACTIONS(1968),
    [anon_sym_PLUS] = ACTIONS(1968),
    [anon_sym_LT_LT] = ACTIONS(1970),
    [anon_sym_GT_GT] = ACTIONS(1968),
    [anon_sym_GT_GT_GT] = ACTIONS(1970),
    [anon_sym_AMP] = ACTIONS(1968),
    [anon_sym_PIPE] = ACTIONS(1968),
    [anon_sym_CARET] = ACTIONS(1970),
    [anon_sym_AMP_AMP] = ACTIONS(1970),
    [anon_sym_PIPE_PIPE] = ACTIONS(1970),
    [anon_sym_EQ_EQ] = ACTIONS(1970),
    [anon_sym_BANG_EQ] = ACTIONS(1970),
    [anon_sym_LT] = ACTIONS(1968),
    [anon_sym_LT_EQ] = ACTIONS(1970),
    [anon_sym_GT] = ACTIONS(1968),
    [anon_sym_GT_EQ] = ACTIONS(1970),
    [anon_sym_EQ_GT] = ACTIONS(1970),
    [anon_sym_QMARK_QMARK] = ACTIONS(1970),
    [anon_sym_EQ] = ACTIONS(1968),
    [sym__rangeOperator] = ACTIONS(1970),
    [anon_sym_null] = ACTIONS(1968),
    [anon_sym_macro] = ACTIONS(1968),
    [anon_sym_abstract] = ACTIONS(1968),
    [anon_sym_static] = ACTIONS(1968),
    [anon_sym_public] = ACTIONS(1968),
    [anon_sym_private] = ACTIONS(1968),
    [anon_sym_extern] = ACTIONS(1968),
    [anon_sym_inline] = ACTIONS(1968),
    [anon_sym_overload] = ACTIONS(1968),
    [anon_sym_override] = ACTIONS(1968),
    [anon_sym_final] = ACTIONS(1968),
    [anon_sym_class] = ACTIONS(1968),
    [anon_sym_interface] = ACTIONS(1968),
    [anon_sym_typedef] = ACTIONS(1968),
    [anon_sym_function] = ACTIONS(1968),
    [anon_sym_var] = ACTIONS(1968),
    [aux_sym_integer_token1] = ACTIONS(1968),
    [aux_sym_integer_token2] = ACTIONS(1970),
    [aux_sym_float_token1] = ACTIONS(1968),
    [aux_sym_float_token2] = ACTIONS(1970),
    [anon_sym_true] = ACTIONS(1968),
    [anon_sym_false] = ACTIONS(1968),
    [aux_sym_string_token1] = ACTIONS(1970),
    [aux_sym_string_token3] = ACTIONS(1970),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1970),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [394] = {
    [sym_identifier] = ACTIONS(1972),
    [anon_sym_POUND] = ACTIONS(1974),
    [anon_sym_package] = ACTIONS(1972),
    [anon_sym_import] = ACTIONS(1972),
    [anon_sym_using] = ACTIONS(1972),
    [anon_sym_throw] = ACTIONS(1972),
    [anon_sym_LPAREN] = ACTIONS(1974),
    [anon_sym_switch] = ACTIONS(1972),
    [anon_sym_LBRACE] = ACTIONS(1974),
    [anon_sym_case] = ACTIONS(1972),
    [anon_sym_default] = ACTIONS(1972),
    [anon_sym_cast] = ACTIONS(1972),
    [anon_sym_DOLLARtype] = ACTIONS(1974),
    [anon_sym_return] = ACTIONS(1972),
    [anon_sym_untyped] = ACTIONS(1972),
    [anon_sym_break] = ACTIONS(1972),
    [anon_sym_continue] = ACTIONS(1972),
    [anon_sym_LBRACK] = ACTIONS(1974),
    [anon_sym_this] = ACTIONS(1972),
    [anon_sym_AT] = ACTIONS(1972),
    [anon_sym_AT_COLON] = ACTIONS(1974),
    [anon_sym_if] = ACTIONS(1972),
    [anon_sym_new] = ACTIONS(1972),
    [anon_sym_TILDE] = ACTIONS(1974),
    [anon_sym_BANG] = ACTIONS(1972),
    [anon_sym_DASH] = ACTIONS(1972),
    [anon_sym_PLUS_PLUS] = ACTIONS(1974),
    [anon_sym_DASH_DASH] = ACTIONS(1974),
    [anon_sym_PERCENT] = ACTIONS(1974),
    [anon_sym_STAR] = ACTIONS(1974),
    [anon_sym_SLASH] = ACTIONS(1972),
    [anon_sym_PLUS] = ACTIONS(1972),
    [anon_sym_LT_LT] = ACTIONS(1974),
    [anon_sym_GT_GT] = ACTIONS(1972),
    [anon_sym_GT_GT_GT] = ACTIONS(1974),
    [anon_sym_AMP] = ACTIONS(1972),
    [anon_sym_PIPE] = ACTIONS(1972),
    [anon_sym_CARET] = ACTIONS(1974),
    [anon_sym_AMP_AMP] = ACTIONS(1974),
    [anon_sym_PIPE_PIPE] = ACTIONS(1974),
    [anon_sym_EQ_EQ] = ACTIONS(1974),
    [anon_sym_BANG_EQ] = ACTIONS(1974),
    [anon_sym_LT] = ACTIONS(1972),
    [anon_sym_LT_EQ] = ACTIONS(1974),
    [anon_sym_GT] = ACTIONS(1972),
    [anon_sym_GT_EQ] = ACTIONS(1974),
    [anon_sym_EQ_GT] = ACTIONS(1974),
    [anon_sym_QMARK_QMARK] = ACTIONS(1974),
    [anon_sym_EQ] = ACTIONS(1972),
    [sym__rangeOperator] = ACTIONS(1974),
    [anon_sym_null] = ACTIONS(1972),
    [anon_sym_macro] = ACTIONS(1972),
    [anon_sym_abstract] = ACTIONS(1972),
    [anon_sym_static] = ACTIONS(1972),
    [anon_sym_public] = ACTIONS(1972),
    [anon_sym_private] = ACTIONS(1972),
    [anon_sym_extern] = ACTIONS(1972),
    [anon_sym_inline] = ACTIONS(1972),
    [anon_sym_overload] = ACTIONS(1972),
    [anon_sym_override] = ACTIONS(1972),
    [anon_sym_final] = ACTIONS(1972),
    [anon_sym_class] = ACTIONS(1972),
    [anon_sym_interface] = ACTIONS(1972),
    [anon_sym_typedef] = ACTIONS(1972),
    [anon_sym_function] = ACTIONS(1972),
    [anon_sym_var] = ACTIONS(1972),
    [aux_sym_integer_token1] = ACTIONS(1972),
    [aux_sym_integer_token2] = ACTIONS(1974),
    [aux_sym_float_token1] = ACTIONS(1972),
    [aux_sym_float_token2] = ACTIONS(1974),
    [anon_sym_true] = ACTIONS(1972),
    [anon_sym_false] = ACTIONS(1972),
    [aux_sym_string_token1] = ACTIONS(1974),
    [aux_sym_string_token3] = ACTIONS(1974),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1974),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [395] = {
    [sym_identifier] = ACTIONS(1976),
    [anon_sym_POUND] = ACTIONS(1978),
    [anon_sym_package] = ACTIONS(1976),
    [anon_sym_import] = ACTIONS(1976),
    [anon_sym_using] = ACTIONS(1976),
    [anon_sym_throw] = ACTIONS(1976),
    [anon_sym_LPAREN] = ACTIONS(1978),
    [anon_sym_switch] = ACTIONS(1976),
    [anon_sym_LBRACE] = ACTIONS(1978),
    [anon_sym_case] = ACTIONS(1976),
    [anon_sym_default] = ACTIONS(1976),
    [anon_sym_cast] = ACTIONS(1976),
    [anon_sym_DOLLARtype] = ACTIONS(1978),
    [anon_sym_return] = ACTIONS(1976),
    [anon_sym_untyped] = ACTIONS(1976),
    [anon_sym_break] = ACTIONS(1976),
    [anon_sym_continue] = ACTIONS(1976),
    [anon_sym_LBRACK] = ACTIONS(1978),
    [anon_sym_this] = ACTIONS(1976),
    [anon_sym_AT] = ACTIONS(1976),
    [anon_sym_AT_COLON] = ACTIONS(1978),
    [anon_sym_if] = ACTIONS(1976),
    [anon_sym_new] = ACTIONS(1976),
    [anon_sym_TILDE] = ACTIONS(1978),
    [anon_sym_BANG] = ACTIONS(1976),
    [anon_sym_DASH] = ACTIONS(1976),
    [anon_sym_PLUS_PLUS] = ACTIONS(1978),
    [anon_sym_DASH_DASH] = ACTIONS(1978),
    [anon_sym_PERCENT] = ACTIONS(1978),
    [anon_sym_STAR] = ACTIONS(1978),
    [anon_sym_SLASH] = ACTIONS(1976),
    [anon_sym_PLUS] = ACTIONS(1976),
    [anon_sym_LT_LT] = ACTIONS(1978),
    [anon_sym_GT_GT] = ACTIONS(1976),
    [anon_sym_GT_GT_GT] = ACTIONS(1978),
    [anon_sym_AMP] = ACTIONS(1976),
    [anon_sym_PIPE] = ACTIONS(1976),
    [anon_sym_CARET] = ACTIONS(1978),
    [anon_sym_AMP_AMP] = ACTIONS(1978),
    [anon_sym_PIPE_PIPE] = ACTIONS(1978),
    [anon_sym_EQ_EQ] = ACTIONS(1978),
    [anon_sym_BANG_EQ] = ACTIONS(1978),
    [anon_sym_LT] = ACTIONS(1976),
    [anon_sym_LT_EQ] = ACTIONS(1978),
    [anon_sym_GT] = ACTIONS(1976),
    [anon_sym_GT_EQ] = ACTIONS(1978),
    [anon_sym_EQ_GT] = ACTIONS(1978),
    [anon_sym_QMARK_QMARK] = ACTIONS(1978),
    [anon_sym_EQ] = ACTIONS(1976),
    [sym__rangeOperator] = ACTIONS(1978),
    [anon_sym_null] = ACTIONS(1976),
    [anon_sym_macro] = ACTIONS(1976),
    [anon_sym_abstract] = ACTIONS(1976),
    [anon_sym_static] = ACTIONS(1976),
    [anon_sym_public] = ACTIONS(1976),
    [anon_sym_private] = ACTIONS(1976),
    [anon_sym_extern] = ACTIONS(1976),
    [anon_sym_inline] = ACTIONS(1976),
    [anon_sym_overload] = ACTIONS(1976),
    [anon_sym_override] = ACTIONS(1976),
    [anon_sym_final] = ACTIONS(1976),
    [anon_sym_class] = ACTIONS(1976),
    [anon_sym_interface] = ACTIONS(1976),
    [anon_sym_typedef] = ACTIONS(1976),
    [anon_sym_function] = ACTIONS(1976),
    [anon_sym_var] = ACTIONS(1976),
    [aux_sym_integer_token1] = ACTIONS(1976),
    [aux_sym_integer_token2] = ACTIONS(1978),
    [aux_sym_float_token1] = ACTIONS(1976),
    [aux_sym_float_token2] = ACTIONS(1978),
    [anon_sym_true] = ACTIONS(1976),
    [anon_sym_false] = ACTIONS(1976),
    [aux_sym_string_token1] = ACTIONS(1978),
    [aux_sym_string_token3] = ACTIONS(1978),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1978),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [396] = {
    [sym_identifier] = ACTIONS(1980),
    [anon_sym_POUND] = ACTIONS(1982),
    [anon_sym_package] = ACTIONS(1980),
    [anon_sym_import] = ACTIONS(1980),
    [anon_sym_using] = ACTIONS(1980),
    [anon_sym_throw] = ACTIONS(1980),
    [anon_sym_LPAREN] = ACTIONS(1982),
    [anon_sym_switch] = ACTIONS(1980),
    [anon_sym_LBRACE] = ACTIONS(1982),
    [anon_sym_case] = ACTIONS(1980),
    [anon_sym_default] = ACTIONS(1980),
    [anon_sym_cast] = ACTIONS(1980),
    [anon_sym_DOLLARtype] = ACTIONS(1982),
    [anon_sym_return] = ACTIONS(1980),
    [anon_sym_untyped] = ACTIONS(1980),
    [anon_sym_break] = ACTIONS(1980),
    [anon_sym_continue] = ACTIONS(1980),
    [anon_sym_LBRACK] = ACTIONS(1982),
    [anon_sym_this] = ACTIONS(1980),
    [anon_sym_AT] = ACTIONS(1980),
    [anon_sym_AT_COLON] = ACTIONS(1982),
    [anon_sym_if] = ACTIONS(1980),
    [anon_sym_new] = ACTIONS(1980),
    [anon_sym_TILDE] = ACTIONS(1982),
    [anon_sym_BANG] = ACTIONS(1980),
    [anon_sym_DASH] = ACTIONS(1980),
    [anon_sym_PLUS_PLUS] = ACTIONS(1982),
    [anon_sym_DASH_DASH] = ACTIONS(1982),
    [anon_sym_PERCENT] = ACTIONS(1982),
    [anon_sym_STAR] = ACTIONS(1982),
    [anon_sym_SLASH] = ACTIONS(1980),
    [anon_sym_PLUS] = ACTIONS(1980),
    [anon_sym_LT_LT] = ACTIONS(1982),
    [anon_sym_GT_GT] = ACTIONS(1980),
    [anon_sym_GT_GT_GT] = ACTIONS(1982),
    [anon_sym_AMP] = ACTIONS(1980),
    [anon_sym_PIPE] = ACTIONS(1980),
    [anon_sym_CARET] = ACTIONS(1982),
    [anon_sym_AMP_AMP] = ACTIONS(1982),
    [anon_sym_PIPE_PIPE] = ACTIONS(1982),
    [anon_sym_EQ_EQ] = ACTIONS(1982),
    [anon_sym_BANG_EQ] = ACTIONS(1982),
    [anon_sym_LT] = ACTIONS(1980),
    [anon_sym_LT_EQ] = ACTIONS(1982),
    [anon_sym_GT] = ACTIONS(1980),
    [anon_sym_GT_EQ] = ACTIONS(1982),
    [anon_sym_EQ_GT] = ACTIONS(1982),
    [anon_sym_QMARK_QMARK] = ACTIONS(1982),
    [anon_sym_EQ] = ACTIONS(1980),
    [sym__rangeOperator] = ACTIONS(1982),
    [anon_sym_null] = ACTIONS(1980),
    [anon_sym_macro] = ACTIONS(1980),
    [anon_sym_abstract] = ACTIONS(1980),
    [anon_sym_static] = ACTIONS(1980),
    [anon_sym_public] = ACTIONS(1980),
    [anon_sym_private] = ACTIONS(1980),
    [anon_sym_extern] = ACTIONS(1980),
    [anon_sym_inline] = ACTIONS(1980),
    [anon_sym_overload] = ACTIONS(1980),
    [anon_sym_override] = ACTIONS(1980),
    [anon_sym_final] = ACTIONS(1980),
    [anon_sym_class] = ACTIONS(1980),
    [anon_sym_interface] = ACTIONS(1980),
    [anon_sym_typedef] = ACTIONS(1980),
    [anon_sym_function] = ACTIONS(1980),
    [anon_sym_var] = ACTIONS(1980),
    [aux_sym_integer_token1] = ACTIONS(1980),
    [aux_sym_integer_token2] = ACTIONS(1982),
    [aux_sym_float_token1] = ACTIONS(1980),
    [aux_sym_float_token2] = ACTIONS(1982),
    [anon_sym_true] = ACTIONS(1980),
    [anon_sym_false] = ACTIONS(1980),
    [aux_sym_string_token1] = ACTIONS(1982),
    [aux_sym_string_token3] = ACTIONS(1982),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1982),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [397] = {
    [sym_identifier] = ACTIONS(1984),
    [anon_sym_POUND] = ACTIONS(1986),
    [anon_sym_package] = ACTIONS(1984),
    [anon_sym_import] = ACTIONS(1984),
    [anon_sym_using] = ACTIONS(1984),
    [anon_sym_throw] = ACTIONS(1984),
    [anon_sym_LPAREN] = ACTIONS(1986),
    [anon_sym_switch] = ACTIONS(1984),
    [anon_sym_LBRACE] = ACTIONS(1986),
    [anon_sym_case] = ACTIONS(1984),
    [anon_sym_default] = ACTIONS(1984),
    [anon_sym_cast] = ACTIONS(1984),
    [anon_sym_DOLLARtype] = ACTIONS(1986),
    [anon_sym_return] = ACTIONS(1984),
    [anon_sym_untyped] = ACTIONS(1984),
    [anon_sym_break] = ACTIONS(1984),
    [anon_sym_continue] = ACTIONS(1984),
    [anon_sym_LBRACK] = ACTIONS(1986),
    [anon_sym_this] = ACTIONS(1984),
    [anon_sym_AT] = ACTIONS(1984),
    [anon_sym_AT_COLON] = ACTIONS(1986),
    [anon_sym_if] = ACTIONS(1984),
    [anon_sym_new] = ACTIONS(1984),
    [anon_sym_TILDE] = ACTIONS(1986),
    [anon_sym_BANG] = ACTIONS(1984),
    [anon_sym_DASH] = ACTIONS(1984),
    [anon_sym_PLUS_PLUS] = ACTIONS(1986),
    [anon_sym_DASH_DASH] = ACTIONS(1986),
    [anon_sym_PERCENT] = ACTIONS(1986),
    [anon_sym_STAR] = ACTIONS(1986),
    [anon_sym_SLASH] = ACTIONS(1984),
    [anon_sym_PLUS] = ACTIONS(1984),
    [anon_sym_LT_LT] = ACTIONS(1986),
    [anon_sym_GT_GT] = ACTIONS(1984),
    [anon_sym_GT_GT_GT] = ACTIONS(1986),
    [anon_sym_AMP] = ACTIONS(1984),
    [anon_sym_PIPE] = ACTIONS(1984),
    [anon_sym_CARET] = ACTIONS(1986),
    [anon_sym_AMP_AMP] = ACTIONS(1986),
    [anon_sym_PIPE_PIPE] = ACTIONS(1986),
    [anon_sym_EQ_EQ] = ACTIONS(1986),
    [anon_sym_BANG_EQ] = ACTIONS(1986),
    [anon_sym_LT] = ACTIONS(1984),
    [anon_sym_LT_EQ] = ACTIONS(1986),
    [anon_sym_GT] = ACTIONS(1984),
    [anon_sym_GT_EQ] = ACTIONS(1986),
    [anon_sym_EQ_GT] = ACTIONS(1986),
    [anon_sym_QMARK_QMARK] = ACTIONS(1986),
    [anon_sym_EQ] = ACTIONS(1984),
    [sym__rangeOperator] = ACTIONS(1986),
    [anon_sym_null] = ACTIONS(1984),
    [anon_sym_macro] = ACTIONS(1984),
    [anon_sym_abstract] = ACTIONS(1984),
    [anon_sym_static] = ACTIONS(1984),
    [anon_sym_public] = ACTIONS(1984),
    [anon_sym_private] = ACTIONS(1984),
    [anon_sym_extern] = ACTIONS(1984),
    [anon_sym_inline] = ACTIONS(1984),
    [anon_sym_overload] = ACTIONS(1984),
    [anon_sym_override] = ACTIONS(1984),
    [anon_sym_final] = ACTIONS(1984),
    [anon_sym_class] = ACTIONS(1984),
    [anon_sym_interface] = ACTIONS(1984),
    [anon_sym_typedef] = ACTIONS(1984),
    [anon_sym_function] = ACTIONS(1984),
    [anon_sym_var] = ACTIONS(1984),
    [aux_sym_integer_token1] = ACTIONS(1984),
    [aux_sym_integer_token2] = ACTIONS(1986),
    [aux_sym_float_token1] = ACTIONS(1984),
    [aux_sym_float_token2] = ACTIONS(1986),
    [anon_sym_true] = ACTIONS(1984),
    [anon_sym_false] = ACTIONS(1984),
    [aux_sym_string_token1] = ACTIONS(1986),
    [aux_sym_string_token3] = ACTIONS(1986),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1986),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [398] = {
    [sym_identifier] = ACTIONS(1988),
    [anon_sym_POUND] = ACTIONS(1990),
    [anon_sym_package] = ACTIONS(1988),
    [anon_sym_import] = ACTIONS(1988),
    [anon_sym_using] = ACTIONS(1988),
    [anon_sym_throw] = ACTIONS(1988),
    [anon_sym_LPAREN] = ACTIONS(1990),
    [anon_sym_switch] = ACTIONS(1988),
    [anon_sym_LBRACE] = ACTIONS(1990),
    [anon_sym_case] = ACTIONS(1988),
    [anon_sym_default] = ACTIONS(1988),
    [anon_sym_cast] = ACTIONS(1988),
    [anon_sym_DOLLARtype] = ACTIONS(1990),
    [anon_sym_return] = ACTIONS(1988),
    [anon_sym_untyped] = ACTIONS(1988),
    [anon_sym_break] = ACTIONS(1988),
    [anon_sym_continue] = ACTIONS(1988),
    [anon_sym_LBRACK] = ACTIONS(1990),
    [anon_sym_this] = ACTIONS(1988),
    [anon_sym_AT] = ACTIONS(1988),
    [anon_sym_AT_COLON] = ACTIONS(1990),
    [anon_sym_if] = ACTIONS(1988),
    [anon_sym_new] = ACTIONS(1988),
    [anon_sym_TILDE] = ACTIONS(1990),
    [anon_sym_BANG] = ACTIONS(1988),
    [anon_sym_DASH] = ACTIONS(1988),
    [anon_sym_PLUS_PLUS] = ACTIONS(1990),
    [anon_sym_DASH_DASH] = ACTIONS(1990),
    [anon_sym_PERCENT] = ACTIONS(1990),
    [anon_sym_STAR] = ACTIONS(1990),
    [anon_sym_SLASH] = ACTIONS(1988),
    [anon_sym_PLUS] = ACTIONS(1988),
    [anon_sym_LT_LT] = ACTIONS(1990),
    [anon_sym_GT_GT] = ACTIONS(1988),
    [anon_sym_GT_GT_GT] = ACTIONS(1990),
    [anon_sym_AMP] = ACTIONS(1988),
    [anon_sym_PIPE] = ACTIONS(1988),
    [anon_sym_CARET] = ACTIONS(1990),
    [anon_sym_AMP_AMP] = ACTIONS(1990),
    [anon_sym_PIPE_PIPE] = ACTIONS(1990),
    [anon_sym_EQ_EQ] = ACTIONS(1990),
    [anon_sym_BANG_EQ] = ACTIONS(1990),
    [anon_sym_LT] = ACTIONS(1988),
    [anon_sym_LT_EQ] = ACTIONS(1990),
    [anon_sym_GT] = ACTIONS(1988),
    [anon_sym_GT_EQ] = ACTIONS(1990),
    [anon_sym_EQ_GT] = ACTIONS(1990),
    [anon_sym_QMARK_QMARK] = ACTIONS(1990),
    [anon_sym_EQ] = ACTIONS(1988),
    [sym__rangeOperator] = ACTIONS(1990),
    [anon_sym_null] = ACTIONS(1988),
    [anon_sym_macro] = ACTIONS(1988),
    [anon_sym_abstract] = ACTIONS(1988),
    [anon_sym_static] = ACTIONS(1988),
    [anon_sym_public] = ACTIONS(1988),
    [anon_sym_private] = ACTIONS(1988),
    [anon_sym_extern] = ACTIONS(1988),
    [anon_sym_inline] = ACTIONS(1988),
    [anon_sym_overload] = ACTIONS(1988),
    [anon_sym_override] = ACTIONS(1988),
    [anon_sym_final] = ACTIONS(1988),
    [anon_sym_class] = ACTIONS(1988),
    [anon_sym_interface] = ACTIONS(1988),
    [anon_sym_typedef] = ACTIONS(1988),
    [anon_sym_function] = ACTIONS(1988),
    [anon_sym_var] = ACTIONS(1988),
    [aux_sym_integer_token1] = ACTIONS(1988),
    [aux_sym_integer_token2] = ACTIONS(1990),
    [aux_sym_float_token1] = ACTIONS(1988),
    [aux_sym_float_token2] = ACTIONS(1990),
    [anon_sym_true] = ACTIONS(1988),
    [anon_sym_false] = ACTIONS(1988),
    [aux_sym_string_token1] = ACTIONS(1990),
    [aux_sym_string_token3] = ACTIONS(1990),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1990),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [399] = {
    [sym_identifier] = ACTIONS(1992),
    [anon_sym_POUND] = ACTIONS(1994),
    [anon_sym_package] = ACTIONS(1992),
    [anon_sym_import] = ACTIONS(1992),
    [anon_sym_using] = ACTIONS(1992),
    [anon_sym_throw] = ACTIONS(1992),
    [anon_sym_LPAREN] = ACTIONS(1994),
    [anon_sym_switch] = ACTIONS(1992),
    [anon_sym_LBRACE] = ACTIONS(1994),
    [anon_sym_case] = ACTIONS(1992),
    [anon_sym_default] = ACTIONS(1992),
    [anon_sym_cast] = ACTIONS(1992),
    [anon_sym_DOLLARtype] = ACTIONS(1994),
    [anon_sym_return] = ACTIONS(1992),
    [anon_sym_untyped] = ACTIONS(1992),
    [anon_sym_break] = ACTIONS(1992),
    [anon_sym_continue] = ACTIONS(1992),
    [anon_sym_LBRACK] = ACTIONS(1994),
    [anon_sym_this] = ACTIONS(1992),
    [anon_sym_AT] = ACTIONS(1992),
    [anon_sym_AT_COLON] = ACTIONS(1994),
    [anon_sym_if] = ACTIONS(1992),
    [anon_sym_new] = ACTIONS(1992),
    [anon_sym_TILDE] = ACTIONS(1994),
    [anon_sym_BANG] = ACTIONS(1992),
    [anon_sym_DASH] = ACTIONS(1992),
    [anon_sym_PLUS_PLUS] = ACTIONS(1994),
    [anon_sym_DASH_DASH] = ACTIONS(1994),
    [anon_sym_PERCENT] = ACTIONS(1994),
    [anon_sym_STAR] = ACTIONS(1994),
    [anon_sym_SLASH] = ACTIONS(1992),
    [anon_sym_PLUS] = ACTIONS(1992),
    [anon_sym_LT_LT] = ACTIONS(1994),
    [anon_sym_GT_GT] = ACTIONS(1992),
    [anon_sym_GT_GT_GT] = ACTIONS(1994),
    [anon_sym_AMP] = ACTIONS(1992),
    [anon_sym_PIPE] = ACTIONS(1992),
    [anon_sym_CARET] = ACTIONS(1994),
    [anon_sym_AMP_AMP] = ACTIONS(1994),
    [anon_sym_PIPE_PIPE] = ACTIONS(1994),
    [anon_sym_EQ_EQ] = ACTIONS(1994),
    [anon_sym_BANG_EQ] = ACTIONS(1994),
    [anon_sym_LT] = ACTIONS(1992),
    [anon_sym_LT_EQ] = ACTIONS(1994),
    [anon_sym_GT] = ACTIONS(1992),
    [anon_sym_GT_EQ] = ACTIONS(1994),
    [anon_sym_EQ_GT] = ACTIONS(1994),
    [anon_sym_QMARK_QMARK] = ACTIONS(1994),
    [anon_sym_EQ] = ACTIONS(1992),
    [sym__rangeOperator] = ACTIONS(1994),
    [anon_sym_null] = ACTIONS(1992),
    [anon_sym_macro] = ACTIONS(1992),
    [anon_sym_abstract] = ACTIONS(1992),
    [anon_sym_static] = ACTIONS(1992),
    [anon_sym_public] = ACTIONS(1992),
    [anon_sym_private] = ACTIONS(1992),
    [anon_sym_extern] = ACTIONS(1992),
    [anon_sym_inline] = ACTIONS(1992),
    [anon_sym_overload] = ACTIONS(1992),
    [anon_sym_override] = ACTIONS(1992),
    [anon_sym_final] = ACTIONS(1992),
    [anon_sym_class] = ACTIONS(1992),
    [anon_sym_interface] = ACTIONS(1992),
    [anon_sym_typedef] = ACTIONS(1992),
    [anon_sym_function] = ACTIONS(1992),
    [anon_sym_var] = ACTIONS(1992),
    [aux_sym_integer_token1] = ACTIONS(1992),
    [aux_sym_integer_token2] = ACTIONS(1994),
    [aux_sym_float_token1] = ACTIONS(1992),
    [aux_sym_float_token2] = ACTIONS(1994),
    [anon_sym_true] = ACTIONS(1992),
    [anon_sym_false] = ACTIONS(1992),
    [aux_sym_string_token1] = ACTIONS(1994),
    [aux_sym_string_token3] = ACTIONS(1994),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1994),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [400] = {
    [sym_identifier] = ACTIONS(1996),
    [anon_sym_POUND] = ACTIONS(1998),
    [anon_sym_package] = ACTIONS(1996),
    [anon_sym_import] = ACTIONS(1996),
    [anon_sym_using] = ACTIONS(1996),
    [anon_sym_throw] = ACTIONS(1996),
    [anon_sym_LPAREN] = ACTIONS(1998),
    [anon_sym_switch] = ACTIONS(1996),
    [anon_sym_LBRACE] = ACTIONS(1998),
    [anon_sym_case] = ACTIONS(1996),
    [anon_sym_default] = ACTIONS(1996),
    [anon_sym_cast] = ACTIONS(1996),
    [anon_sym_DOLLARtype] = ACTIONS(1998),
    [anon_sym_return] = ACTIONS(1996),
    [anon_sym_untyped] = ACTIONS(1996),
    [anon_sym_break] = ACTIONS(1996),
    [anon_sym_continue] = ACTIONS(1996),
    [anon_sym_LBRACK] = ACTIONS(1998),
    [anon_sym_this] = ACTIONS(1996),
    [anon_sym_AT] = ACTIONS(1996),
    [anon_sym_AT_COLON] = ACTIONS(1998),
    [anon_sym_if] = ACTIONS(1996),
    [anon_sym_new] = ACTIONS(1996),
    [anon_sym_TILDE] = ACTIONS(1998),
    [anon_sym_BANG] = ACTIONS(1996),
    [anon_sym_DASH] = ACTIONS(1996),
    [anon_sym_PLUS_PLUS] = ACTIONS(1998),
    [anon_sym_DASH_DASH] = ACTIONS(1998),
    [anon_sym_PERCENT] = ACTIONS(1998),
    [anon_sym_STAR] = ACTIONS(1998),
    [anon_sym_SLASH] = ACTIONS(1996),
    [anon_sym_PLUS] = ACTIONS(1996),
    [anon_sym_LT_LT] = ACTIONS(1998),
    [anon_sym_GT_GT] = ACTIONS(1996),
    [anon_sym_GT_GT_GT] = ACTIONS(1998),
    [anon_sym_AMP] = ACTIONS(1996),
    [anon_sym_PIPE] = ACTIONS(1996),
    [anon_sym_CARET] = ACTIONS(1998),
    [anon_sym_AMP_AMP] = ACTIONS(1998),
    [anon_sym_PIPE_PIPE] = ACTIONS(1998),
    [anon_sym_EQ_EQ] = ACTIONS(1998),
    [anon_sym_BANG_EQ] = ACTIONS(1998),
    [anon_sym_LT] = ACTIONS(1996),
    [anon_sym_LT_EQ] = ACTIONS(1998),
    [anon_sym_GT] = ACTIONS(1996),
    [anon_sym_GT_EQ] = ACTIONS(1998),
    [anon_sym_EQ_GT] = ACTIONS(1998),
    [anon_sym_QMARK_QMARK] = ACTIONS(1998),
    [anon_sym_EQ] = ACTIONS(1996),
    [sym__rangeOperator] = ACTIONS(1998),
    [anon_sym_null] = ACTIONS(1996),
    [anon_sym_macro] = ACTIONS(1996),
    [anon_sym_abstract] = ACTIONS(1996),
    [anon_sym_static] = ACTIONS(1996),
    [anon_sym_public] = ACTIONS(1996),
    [anon_sym_private] = ACTIONS(1996),
    [anon_sym_extern] = ACTIONS(1996),
    [anon_sym_inline] = ACTIONS(1996),
    [anon_sym_overload] = ACTIONS(1996),
    [anon_sym_override] = ACTIONS(1996),
    [anon_sym_final] = ACTIONS(1996),
    [anon_sym_class] = ACTIONS(1996),
    [anon_sym_interface] = ACTIONS(1996),
    [anon_sym_typedef] = ACTIONS(1996),
    [anon_sym_function] = ACTIONS(1996),
    [anon_sym_var] = ACTIONS(1996),
    [aux_sym_integer_token1] = ACTIONS(1996),
    [aux_sym_integer_token2] = ACTIONS(1998),
    [aux_sym_float_token1] = ACTIONS(1996),
    [aux_sym_float_token2] = ACTIONS(1998),
    [anon_sym_true] = ACTIONS(1996),
    [anon_sym_false] = ACTIONS(1996),
    [aux_sym_string_token1] = ACTIONS(1998),
    [aux_sym_string_token3] = ACTIONS(1998),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1998),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [401] = {
    [sym_identifier] = ACTIONS(2000),
    [anon_sym_POUND] = ACTIONS(2002),
    [anon_sym_package] = ACTIONS(2000),
    [anon_sym_import] = ACTIONS(2000),
    [anon_sym_using] = ACTIONS(2000),
    [anon_sym_throw] = ACTIONS(2000),
    [anon_sym_LPAREN] = ACTIONS(2002),
    [anon_sym_switch] = ACTIONS(2000),
    [anon_sym_LBRACE] = ACTIONS(2002),
    [anon_sym_case] = ACTIONS(2000),
    [anon_sym_default] = ACTIONS(2000),
    [anon_sym_cast] = ACTIONS(2000),
    [anon_sym_DOLLARtype] = ACTIONS(2002),
    [anon_sym_return] = ACTIONS(2000),
    [anon_sym_untyped] = ACTIONS(2000),
    [anon_sym_break] = ACTIONS(2000),
    [anon_sym_continue] = ACTIONS(2000),
    [anon_sym_LBRACK] = ACTIONS(2002),
    [anon_sym_this] = ACTIONS(2000),
    [anon_sym_AT] = ACTIONS(2000),
    [anon_sym_AT_COLON] = ACTIONS(2002),
    [anon_sym_if] = ACTIONS(2000),
    [anon_sym_new] = ACTIONS(2000),
    [anon_sym_TILDE] = ACTIONS(2002),
    [anon_sym_BANG] = ACTIONS(2000),
    [anon_sym_DASH] = ACTIONS(2000),
    [anon_sym_PLUS_PLUS] = ACTIONS(2002),
    [anon_sym_DASH_DASH] = ACTIONS(2002),
    [anon_sym_PERCENT] = ACTIONS(2002),
    [anon_sym_STAR] = ACTIONS(2002),
    [anon_sym_SLASH] = ACTIONS(2000),
    [anon_sym_PLUS] = ACTIONS(2000),
    [anon_sym_LT_LT] = ACTIONS(2002),
    [anon_sym_GT_GT] = ACTIONS(2000),
    [anon_sym_GT_GT_GT] = ACTIONS(2002),
    [anon_sym_AMP] = ACTIONS(2000),
    [anon_sym_PIPE] = ACTIONS(2000),
    [anon_sym_CARET] = ACTIONS(2002),
    [anon_sym_AMP_AMP] = ACTIONS(2002),
    [anon_sym_PIPE_PIPE] = ACTIONS(2002),
    [anon_sym_EQ_EQ] = ACTIONS(2002),
    [anon_sym_BANG_EQ] = ACTIONS(2002),
    [anon_sym_LT] = ACTIONS(2000),
    [anon_sym_LT_EQ] = ACTIONS(2002),
    [anon_sym_GT] = ACTIONS(2000),
    [anon_sym_GT_EQ] = ACTIONS(2002),
    [anon_sym_EQ_GT] = ACTIONS(2002),
    [anon_sym_QMARK_QMARK] = ACTIONS(2002),
    [anon_sym_EQ] = ACTIONS(2000),
    [sym__rangeOperator] = ACTIONS(2002),
    [anon_sym_null] = ACTIONS(2000),
    [anon_sym_macro] = ACTIONS(2000),
    [anon_sym_abstract] = ACTIONS(2000),
    [anon_sym_static] = ACTIONS(2000),
    [anon_sym_public] = ACTIONS(2000),
    [anon_sym_private] = ACTIONS(2000),
    [anon_sym_extern] = ACTIONS(2000),
    [anon_sym_inline] = ACTIONS(2000),
    [anon_sym_overload] = ACTIONS(2000),
    [anon_sym_override] = ACTIONS(2000),
    [anon_sym_final] = ACTIONS(2000),
    [anon_sym_class] = ACTIONS(2000),
    [anon_sym_interface] = ACTIONS(2000),
    [anon_sym_typedef] = ACTIONS(2000),
    [anon_sym_function] = ACTIONS(2000),
    [anon_sym_var] = ACTIONS(2000),
    [aux_sym_integer_token1] = ACTIONS(2000),
    [aux_sym_integer_token2] = ACTIONS(2002),
    [aux_sym_float_token1] = ACTIONS(2000),
    [aux_sym_float_token2] = ACTIONS(2002),
    [anon_sym_true] = ACTIONS(2000),
    [anon_sym_false] = ACTIONS(2000),
    [aux_sym_string_token1] = ACTIONS(2002),
    [aux_sym_string_token3] = ACTIONS(2002),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2002),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [402] = {
    [sym_identifier] = ACTIONS(2004),
    [anon_sym_POUND] = ACTIONS(2006),
    [anon_sym_package] = ACTIONS(2004),
    [anon_sym_import] = ACTIONS(2004),
    [anon_sym_using] = ACTIONS(2004),
    [anon_sym_throw] = ACTIONS(2004),
    [anon_sym_LPAREN] = ACTIONS(2006),
    [anon_sym_switch] = ACTIONS(2004),
    [anon_sym_LBRACE] = ACTIONS(2006),
    [anon_sym_case] = ACTIONS(2004),
    [anon_sym_default] = ACTIONS(2004),
    [anon_sym_cast] = ACTIONS(2004),
    [anon_sym_DOLLARtype] = ACTIONS(2006),
    [anon_sym_return] = ACTIONS(2004),
    [anon_sym_untyped] = ACTIONS(2004),
    [anon_sym_break] = ACTIONS(2004),
    [anon_sym_continue] = ACTIONS(2004),
    [anon_sym_LBRACK] = ACTIONS(2006),
    [anon_sym_this] = ACTIONS(2004),
    [anon_sym_AT] = ACTIONS(2004),
    [anon_sym_AT_COLON] = ACTIONS(2006),
    [anon_sym_if] = ACTIONS(2004),
    [anon_sym_new] = ACTIONS(2004),
    [anon_sym_TILDE] = ACTIONS(2006),
    [anon_sym_BANG] = ACTIONS(2004),
    [anon_sym_DASH] = ACTIONS(2004),
    [anon_sym_PLUS_PLUS] = ACTIONS(2006),
    [anon_sym_DASH_DASH] = ACTIONS(2006),
    [anon_sym_PERCENT] = ACTIONS(2006),
    [anon_sym_STAR] = ACTIONS(2006),
    [anon_sym_SLASH] = ACTIONS(2004),
    [anon_sym_PLUS] = ACTIONS(2004),
    [anon_sym_LT_LT] = ACTIONS(2006),
    [anon_sym_GT_GT] = ACTIONS(2004),
    [anon_sym_GT_GT_GT] = ACTIONS(2006),
    [anon_sym_AMP] = ACTIONS(2004),
    [anon_sym_PIPE] = ACTIONS(2004),
    [anon_sym_CARET] = ACTIONS(2006),
    [anon_sym_AMP_AMP] = ACTIONS(2006),
    [anon_sym_PIPE_PIPE] = ACTIONS(2006),
    [anon_sym_EQ_EQ] = ACTIONS(2006),
    [anon_sym_BANG_EQ] = ACTIONS(2006),
    [anon_sym_LT] = ACTIONS(2004),
    [anon_sym_LT_EQ] = ACTIONS(2006),
    [anon_sym_GT] = ACTIONS(2004),
    [anon_sym_GT_EQ] = ACTIONS(2006),
    [anon_sym_EQ_GT] = ACTIONS(2006),
    [anon_sym_QMARK_QMARK] = ACTIONS(2006),
    [anon_sym_EQ] = ACTIONS(2004),
    [sym__rangeOperator] = ACTIONS(2006),
    [anon_sym_null] = ACTIONS(2004),
    [anon_sym_macro] = ACTIONS(2004),
    [anon_sym_abstract] = ACTIONS(2004),
    [anon_sym_static] = ACTIONS(2004),
    [anon_sym_public] = ACTIONS(2004),
    [anon_sym_private] = ACTIONS(2004),
    [anon_sym_extern] = ACTIONS(2004),
    [anon_sym_inline] = ACTIONS(2004),
    [anon_sym_overload] = ACTIONS(2004),
    [anon_sym_override] = ACTIONS(2004),
    [anon_sym_final] = ACTIONS(2004),
    [anon_sym_class] = ACTIONS(2004),
    [anon_sym_interface] = ACTIONS(2004),
    [anon_sym_typedef] = ACTIONS(2004),
    [anon_sym_function] = ACTIONS(2004),
    [anon_sym_var] = ACTIONS(2004),
    [aux_sym_integer_token1] = ACTIONS(2004),
    [aux_sym_integer_token2] = ACTIONS(2006),
    [aux_sym_float_token1] = ACTIONS(2004),
    [aux_sym_float_token2] = ACTIONS(2006),
    [anon_sym_true] = ACTIONS(2004),
    [anon_sym_false] = ACTIONS(2004),
    [aux_sym_string_token1] = ACTIONS(2006),
    [aux_sym_string_token3] = ACTIONS(2006),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2006),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [403] = {
    [sym_identifier] = ACTIONS(2008),
    [anon_sym_POUND] = ACTIONS(2010),
    [anon_sym_package] = ACTIONS(2008),
    [anon_sym_import] = ACTIONS(2008),
    [anon_sym_using] = ACTIONS(2008),
    [anon_sym_throw] = ACTIONS(2008),
    [anon_sym_LPAREN] = ACTIONS(2010),
    [anon_sym_switch] = ACTIONS(2008),
    [anon_sym_LBRACE] = ACTIONS(2010),
    [anon_sym_case] = ACTIONS(2008),
    [anon_sym_default] = ACTIONS(2008),
    [anon_sym_cast] = ACTIONS(2008),
    [anon_sym_DOLLARtype] = ACTIONS(2010),
    [anon_sym_return] = ACTIONS(2008),
    [anon_sym_untyped] = ACTIONS(2008),
    [anon_sym_break] = ACTIONS(2008),
    [anon_sym_continue] = ACTIONS(2008),
    [anon_sym_LBRACK] = ACTIONS(2010),
    [anon_sym_this] = ACTIONS(2008),
    [anon_sym_AT] = ACTIONS(2008),
    [anon_sym_AT_COLON] = ACTIONS(2010),
    [anon_sym_if] = ACTIONS(2008),
    [anon_sym_new] = ACTIONS(2008),
    [anon_sym_TILDE] = ACTIONS(2010),
    [anon_sym_BANG] = ACTIONS(2008),
    [anon_sym_DASH] = ACTIONS(2008),
    [anon_sym_PLUS_PLUS] = ACTIONS(2010),
    [anon_sym_DASH_DASH] = ACTIONS(2010),
    [anon_sym_PERCENT] = ACTIONS(2010),
    [anon_sym_STAR] = ACTIONS(2010),
    [anon_sym_SLASH] = ACTIONS(2008),
    [anon_sym_PLUS] = ACTIONS(2008),
    [anon_sym_LT_LT] = ACTIONS(2010),
    [anon_sym_GT_GT] = ACTIONS(2008),
    [anon_sym_GT_GT_GT] = ACTIONS(2010),
    [anon_sym_AMP] = ACTIONS(2008),
    [anon_sym_PIPE] = ACTIONS(2008),
    [anon_sym_CARET] = ACTIONS(2010),
    [anon_sym_AMP_AMP] = ACTIONS(2010),
    [anon_sym_PIPE_PIPE] = ACTIONS(2010),
    [anon_sym_EQ_EQ] = ACTIONS(2010),
    [anon_sym_BANG_EQ] = ACTIONS(2010),
    [anon_sym_LT] = ACTIONS(2008),
    [anon_sym_LT_EQ] = ACTIONS(2010),
    [anon_sym_GT] = ACTIONS(2008),
    [anon_sym_GT_EQ] = ACTIONS(2010),
    [anon_sym_EQ_GT] = ACTIONS(2010),
    [anon_sym_QMARK_QMARK] = ACTIONS(2010),
    [anon_sym_EQ] = ACTIONS(2008),
    [sym__rangeOperator] = ACTIONS(2010),
    [anon_sym_null] = ACTIONS(2008),
    [anon_sym_macro] = ACTIONS(2008),
    [anon_sym_abstract] = ACTIONS(2008),
    [anon_sym_static] = ACTIONS(2008),
    [anon_sym_public] = ACTIONS(2008),
    [anon_sym_private] = ACTIONS(2008),
    [anon_sym_extern] = ACTIONS(2008),
    [anon_sym_inline] = ACTIONS(2008),
    [anon_sym_overload] = ACTIONS(2008),
    [anon_sym_override] = ACTIONS(2008),
    [anon_sym_final] = ACTIONS(2008),
    [anon_sym_class] = ACTIONS(2008),
    [anon_sym_interface] = ACTIONS(2008),
    [anon_sym_typedef] = ACTIONS(2008),
    [anon_sym_function] = ACTIONS(2008),
    [anon_sym_var] = ACTIONS(2008),
    [aux_sym_integer_token1] = ACTIONS(2008),
    [aux_sym_integer_token2] = ACTIONS(2010),
    [aux_sym_float_token1] = ACTIONS(2008),
    [aux_sym_float_token2] = ACTIONS(2010),
    [anon_sym_true] = ACTIONS(2008),
    [anon_sym_false] = ACTIONS(2008),
    [aux_sym_string_token1] = ACTIONS(2010),
    [aux_sym_string_token3] = ACTIONS(2010),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2010),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [404] = {
    [sym_identifier] = ACTIONS(2012),
    [anon_sym_POUND] = ACTIONS(2014),
    [anon_sym_package] = ACTIONS(2012),
    [anon_sym_import] = ACTIONS(2012),
    [anon_sym_using] = ACTIONS(2012),
    [anon_sym_throw] = ACTIONS(2012),
    [anon_sym_LPAREN] = ACTIONS(2014),
    [anon_sym_switch] = ACTIONS(2012),
    [anon_sym_LBRACE] = ACTIONS(2014),
    [anon_sym_case] = ACTIONS(2012),
    [anon_sym_default] = ACTIONS(2012),
    [anon_sym_cast] = ACTIONS(2012),
    [anon_sym_DOLLARtype] = ACTIONS(2014),
    [anon_sym_return] = ACTIONS(2012),
    [anon_sym_untyped] = ACTIONS(2012),
    [anon_sym_break] = ACTIONS(2012),
    [anon_sym_continue] = ACTIONS(2012),
    [anon_sym_LBRACK] = ACTIONS(2014),
    [anon_sym_this] = ACTIONS(2012),
    [anon_sym_AT] = ACTIONS(2012),
    [anon_sym_AT_COLON] = ACTIONS(2014),
    [anon_sym_if] = ACTIONS(2012),
    [anon_sym_new] = ACTIONS(2012),
    [anon_sym_TILDE] = ACTIONS(2014),
    [anon_sym_BANG] = ACTIONS(2012),
    [anon_sym_DASH] = ACTIONS(2012),
    [anon_sym_PLUS_PLUS] = ACTIONS(2014),
    [anon_sym_DASH_DASH] = ACTIONS(2014),
    [anon_sym_PERCENT] = ACTIONS(2014),
    [anon_sym_STAR] = ACTIONS(2014),
    [anon_sym_SLASH] = ACTIONS(2012),
    [anon_sym_PLUS] = ACTIONS(2012),
    [anon_sym_LT_LT] = ACTIONS(2014),
    [anon_sym_GT_GT] = ACTIONS(2012),
    [anon_sym_GT_GT_GT] = ACTIONS(2014),
    [anon_sym_AMP] = ACTIONS(2012),
    [anon_sym_PIPE] = ACTIONS(2012),
    [anon_sym_CARET] = ACTIONS(2014),
    [anon_sym_AMP_AMP] = ACTIONS(2014),
    [anon_sym_PIPE_PIPE] = ACTIONS(2014),
    [anon_sym_EQ_EQ] = ACTIONS(2014),
    [anon_sym_BANG_EQ] = ACTIONS(2014),
    [anon_sym_LT] = ACTIONS(2012),
    [anon_sym_LT_EQ] = ACTIONS(2014),
    [anon_sym_GT] = ACTIONS(2012),
    [anon_sym_GT_EQ] = ACTIONS(2014),
    [anon_sym_EQ_GT] = ACTIONS(2014),
    [anon_sym_QMARK_QMARK] = ACTIONS(2014),
    [anon_sym_EQ] = ACTIONS(2012),
    [sym__rangeOperator] = ACTIONS(2014),
    [anon_sym_null] = ACTIONS(2012),
    [anon_sym_macro] = ACTIONS(2012),
    [anon_sym_abstract] = ACTIONS(2012),
    [anon_sym_static] = ACTIONS(2012),
    [anon_sym_public] = ACTIONS(2012),
    [anon_sym_private] = ACTIONS(2012),
    [anon_sym_extern] = ACTIONS(2012),
    [anon_sym_inline] = ACTIONS(2012),
    [anon_sym_overload] = ACTIONS(2012),
    [anon_sym_override] = ACTIONS(2012),
    [anon_sym_final] = ACTIONS(2012),
    [anon_sym_class] = ACTIONS(2012),
    [anon_sym_interface] = ACTIONS(2012),
    [anon_sym_typedef] = ACTIONS(2012),
    [anon_sym_function] = ACTIONS(2012),
    [anon_sym_var] = ACTIONS(2012),
    [aux_sym_integer_token1] = ACTIONS(2012),
    [aux_sym_integer_token2] = ACTIONS(2014),
    [aux_sym_float_token1] = ACTIONS(2012),
    [aux_sym_float_token2] = ACTIONS(2014),
    [anon_sym_true] = ACTIONS(2012),
    [anon_sym_false] = ACTIONS(2012),
    [aux_sym_string_token1] = ACTIONS(2014),
    [aux_sym_string_token3] = ACTIONS(2014),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2014),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [405] = {
    [sym_identifier] = ACTIONS(2016),
    [anon_sym_POUND] = ACTIONS(2018),
    [anon_sym_package] = ACTIONS(2016),
    [anon_sym_import] = ACTIONS(2016),
    [anon_sym_using] = ACTIONS(2016),
    [anon_sym_throw] = ACTIONS(2016),
    [anon_sym_LPAREN] = ACTIONS(2018),
    [anon_sym_switch] = ACTIONS(2016),
    [anon_sym_LBRACE] = ACTIONS(2018),
    [anon_sym_case] = ACTIONS(2016),
    [anon_sym_default] = ACTIONS(2016),
    [anon_sym_cast] = ACTIONS(2016),
    [anon_sym_DOLLARtype] = ACTIONS(2018),
    [anon_sym_return] = ACTIONS(2016),
    [anon_sym_untyped] = ACTIONS(2016),
    [anon_sym_break] = ACTIONS(2016),
    [anon_sym_continue] = ACTIONS(2016),
    [anon_sym_LBRACK] = ACTIONS(2018),
    [anon_sym_this] = ACTIONS(2016),
    [anon_sym_AT] = ACTIONS(2016),
    [anon_sym_AT_COLON] = ACTIONS(2018),
    [anon_sym_if] = ACTIONS(2016),
    [anon_sym_new] = ACTIONS(2016),
    [anon_sym_TILDE] = ACTIONS(2018),
    [anon_sym_BANG] = ACTIONS(2016),
    [anon_sym_DASH] = ACTIONS(2016),
    [anon_sym_PLUS_PLUS] = ACTIONS(2018),
    [anon_sym_DASH_DASH] = ACTIONS(2018),
    [anon_sym_PERCENT] = ACTIONS(2018),
    [anon_sym_STAR] = ACTIONS(2018),
    [anon_sym_SLASH] = ACTIONS(2016),
    [anon_sym_PLUS] = ACTIONS(2016),
    [anon_sym_LT_LT] = ACTIONS(2018),
    [anon_sym_GT_GT] = ACTIONS(2016),
    [anon_sym_GT_GT_GT] = ACTIONS(2018),
    [anon_sym_AMP] = ACTIONS(2016),
    [anon_sym_PIPE] = ACTIONS(2016),
    [anon_sym_CARET] = ACTIONS(2018),
    [anon_sym_AMP_AMP] = ACTIONS(2018),
    [anon_sym_PIPE_PIPE] = ACTIONS(2018),
    [anon_sym_EQ_EQ] = ACTIONS(2018),
    [anon_sym_BANG_EQ] = ACTIONS(2018),
    [anon_sym_LT] = ACTIONS(2016),
    [anon_sym_LT_EQ] = ACTIONS(2018),
    [anon_sym_GT] = ACTIONS(2016),
    [anon_sym_GT_EQ] = ACTIONS(2018),
    [anon_sym_EQ_GT] = ACTIONS(2018),
    [anon_sym_QMARK_QMARK] = ACTIONS(2018),
    [anon_sym_EQ] = ACTIONS(2016),
    [sym__rangeOperator] = ACTIONS(2018),
    [anon_sym_null] = ACTIONS(2016),
    [anon_sym_macro] = ACTIONS(2016),
    [anon_sym_abstract] = ACTIONS(2016),
    [anon_sym_static] = ACTIONS(2016),
    [anon_sym_public] = ACTIONS(2016),
    [anon_sym_private] = ACTIONS(2016),
    [anon_sym_extern] = ACTIONS(2016),
    [anon_sym_inline] = ACTIONS(2016),
    [anon_sym_overload] = ACTIONS(2016),
    [anon_sym_override] = ACTIONS(2016),
    [anon_sym_final] = ACTIONS(2016),
    [anon_sym_class] = ACTIONS(2016),
    [anon_sym_interface] = ACTIONS(2016),
    [anon_sym_typedef] = ACTIONS(2016),
    [anon_sym_function] = ACTIONS(2016),
    [anon_sym_var] = ACTIONS(2016),
    [aux_sym_integer_token1] = ACTIONS(2016),
    [aux_sym_integer_token2] = ACTIONS(2018),
    [aux_sym_float_token1] = ACTIONS(2016),
    [aux_sym_float_token2] = ACTIONS(2018),
    [anon_sym_true] = ACTIONS(2016),
    [anon_sym_false] = ACTIONS(2016),
    [aux_sym_string_token1] = ACTIONS(2018),
    [aux_sym_string_token3] = ACTIONS(2018),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2018),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [406] = {
    [sym_identifier] = ACTIONS(2020),
    [anon_sym_POUND] = ACTIONS(2022),
    [anon_sym_package] = ACTIONS(2020),
    [anon_sym_import] = ACTIONS(2020),
    [anon_sym_using] = ACTIONS(2020),
    [anon_sym_throw] = ACTIONS(2020),
    [anon_sym_LPAREN] = ACTIONS(2022),
    [anon_sym_switch] = ACTIONS(2020),
    [anon_sym_LBRACE] = ACTIONS(2022),
    [anon_sym_case] = ACTIONS(2020),
    [anon_sym_default] = ACTIONS(2020),
    [anon_sym_cast] = ACTIONS(2020),
    [anon_sym_DOLLARtype] = ACTIONS(2022),
    [anon_sym_return] = ACTIONS(2020),
    [anon_sym_untyped] = ACTIONS(2020),
    [anon_sym_break] = ACTIONS(2020),
    [anon_sym_continue] = ACTIONS(2020),
    [anon_sym_LBRACK] = ACTIONS(2022),
    [anon_sym_this] = ACTIONS(2020),
    [anon_sym_AT] = ACTIONS(2020),
    [anon_sym_AT_COLON] = ACTIONS(2022),
    [anon_sym_if] = ACTIONS(2020),
    [anon_sym_new] = ACTIONS(2020),
    [anon_sym_TILDE] = ACTIONS(2022),
    [anon_sym_BANG] = ACTIONS(2020),
    [anon_sym_DASH] = ACTIONS(2020),
    [anon_sym_PLUS_PLUS] = ACTIONS(2022),
    [anon_sym_DASH_DASH] = ACTIONS(2022),
    [anon_sym_PERCENT] = ACTIONS(2022),
    [anon_sym_STAR] = ACTIONS(2022),
    [anon_sym_SLASH] = ACTIONS(2020),
    [anon_sym_PLUS] = ACTIONS(2020),
    [anon_sym_LT_LT] = ACTIONS(2022),
    [anon_sym_GT_GT] = ACTIONS(2020),
    [anon_sym_GT_GT_GT] = ACTIONS(2022),
    [anon_sym_AMP] = ACTIONS(2020),
    [anon_sym_PIPE] = ACTIONS(2020),
    [anon_sym_CARET] = ACTIONS(2022),
    [anon_sym_AMP_AMP] = ACTIONS(2022),
    [anon_sym_PIPE_PIPE] = ACTIONS(2022),
    [anon_sym_EQ_EQ] = ACTIONS(2022),
    [anon_sym_BANG_EQ] = ACTIONS(2022),
    [anon_sym_LT] = ACTIONS(2020),
    [anon_sym_LT_EQ] = ACTIONS(2022),
    [anon_sym_GT] = ACTIONS(2020),
    [anon_sym_GT_EQ] = ACTIONS(2022),
    [anon_sym_EQ_GT] = ACTIONS(2022),
    [anon_sym_QMARK_QMARK] = ACTIONS(2022),
    [anon_sym_EQ] = ACTIONS(2020),
    [sym__rangeOperator] = ACTIONS(2022),
    [anon_sym_null] = ACTIONS(2020),
    [anon_sym_macro] = ACTIONS(2020),
    [anon_sym_abstract] = ACTIONS(2020),
    [anon_sym_static] = ACTIONS(2020),
    [anon_sym_public] = ACTIONS(2020),
    [anon_sym_private] = ACTIONS(2020),
    [anon_sym_extern] = ACTIONS(2020),
    [anon_sym_inline] = ACTIONS(2020),
    [anon_sym_overload] = ACTIONS(2020),
    [anon_sym_override] = ACTIONS(2020),
    [anon_sym_final] = ACTIONS(2020),
    [anon_sym_class] = ACTIONS(2020),
    [anon_sym_interface] = ACTIONS(2020),
    [anon_sym_typedef] = ACTIONS(2020),
    [anon_sym_function] = ACTIONS(2020),
    [anon_sym_var] = ACTIONS(2020),
    [aux_sym_integer_token1] = ACTIONS(2020),
    [aux_sym_integer_token2] = ACTIONS(2022),
    [aux_sym_float_token1] = ACTIONS(2020),
    [aux_sym_float_token2] = ACTIONS(2022),
    [anon_sym_true] = ACTIONS(2020),
    [anon_sym_false] = ACTIONS(2020),
    [aux_sym_string_token1] = ACTIONS(2022),
    [aux_sym_string_token3] = ACTIONS(2022),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2022),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [407] = {
    [sym_identifier] = ACTIONS(2024),
    [anon_sym_POUND] = ACTIONS(2026),
    [anon_sym_package] = ACTIONS(2024),
    [anon_sym_import] = ACTIONS(2024),
    [anon_sym_using] = ACTIONS(2024),
    [anon_sym_throw] = ACTIONS(2024),
    [anon_sym_LPAREN] = ACTIONS(2026),
    [anon_sym_switch] = ACTIONS(2024),
    [anon_sym_LBRACE] = ACTIONS(2026),
    [anon_sym_case] = ACTIONS(2024),
    [anon_sym_default] = ACTIONS(2024),
    [anon_sym_cast] = ACTIONS(2024),
    [anon_sym_DOLLARtype] = ACTIONS(2026),
    [anon_sym_return] = ACTIONS(2024),
    [anon_sym_untyped] = ACTIONS(2024),
    [anon_sym_break] = ACTIONS(2024),
    [anon_sym_continue] = ACTIONS(2024),
    [anon_sym_LBRACK] = ACTIONS(2026),
    [anon_sym_this] = ACTIONS(2024),
    [anon_sym_AT] = ACTIONS(2024),
    [anon_sym_AT_COLON] = ACTIONS(2026),
    [anon_sym_if] = ACTIONS(2024),
    [anon_sym_new] = ACTIONS(2024),
    [anon_sym_TILDE] = ACTIONS(2026),
    [anon_sym_BANG] = ACTIONS(2024),
    [anon_sym_DASH] = ACTIONS(2024),
    [anon_sym_PLUS_PLUS] = ACTIONS(2026),
    [anon_sym_DASH_DASH] = ACTIONS(2026),
    [anon_sym_PERCENT] = ACTIONS(2026),
    [anon_sym_STAR] = ACTIONS(2026),
    [anon_sym_SLASH] = ACTIONS(2024),
    [anon_sym_PLUS] = ACTIONS(2024),
    [anon_sym_LT_LT] = ACTIONS(2026),
    [anon_sym_GT_GT] = ACTIONS(2024),
    [anon_sym_GT_GT_GT] = ACTIONS(2026),
    [anon_sym_AMP] = ACTIONS(2024),
    [anon_sym_PIPE] = ACTIONS(2024),
    [anon_sym_CARET] = ACTIONS(2026),
    [anon_sym_AMP_AMP] = ACTIONS(2026),
    [anon_sym_PIPE_PIPE] = ACTIONS(2026),
    [anon_sym_EQ_EQ] = ACTIONS(2026),
    [anon_sym_BANG_EQ] = ACTIONS(2026),
    [anon_sym_LT] = ACTIONS(2024),
    [anon_sym_LT_EQ] = ACTIONS(2026),
    [anon_sym_GT] = ACTIONS(2024),
    [anon_sym_GT_EQ] = ACTIONS(2026),
    [anon_sym_EQ_GT] = ACTIONS(2026),
    [anon_sym_QMARK_QMARK] = ACTIONS(2026),
    [anon_sym_EQ] = ACTIONS(2024),
    [sym__rangeOperator] = ACTIONS(2026),
    [anon_sym_null] = ACTIONS(2024),
    [anon_sym_macro] = ACTIONS(2024),
    [anon_sym_abstract] = ACTIONS(2024),
    [anon_sym_static] = ACTIONS(2024),
    [anon_sym_public] = ACTIONS(2024),
    [anon_sym_private] = ACTIONS(2024),
    [anon_sym_extern] = ACTIONS(2024),
    [anon_sym_inline] = ACTIONS(2024),
    [anon_sym_overload] = ACTIONS(2024),
    [anon_sym_override] = ACTIONS(2024),
    [anon_sym_final] = ACTIONS(2024),
    [anon_sym_class] = ACTIONS(2024),
    [anon_sym_interface] = ACTIONS(2024),
    [anon_sym_typedef] = ACTIONS(2024),
    [anon_sym_function] = ACTIONS(2024),
    [anon_sym_var] = ACTIONS(2024),
    [aux_sym_integer_token1] = ACTIONS(2024),
    [aux_sym_integer_token2] = ACTIONS(2026),
    [aux_sym_float_token1] = ACTIONS(2024),
    [aux_sym_float_token2] = ACTIONS(2026),
    [anon_sym_true] = ACTIONS(2024),
    [anon_sym_false] = ACTIONS(2024),
    [aux_sym_string_token1] = ACTIONS(2026),
    [aux_sym_string_token3] = ACTIONS(2026),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2026),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [408] = {
    [sym_identifier] = ACTIONS(2028),
    [anon_sym_POUND] = ACTIONS(2030),
    [anon_sym_package] = ACTIONS(2028),
    [anon_sym_import] = ACTIONS(2028),
    [anon_sym_using] = ACTIONS(2028),
    [anon_sym_throw] = ACTIONS(2028),
    [anon_sym_LPAREN] = ACTIONS(2030),
    [anon_sym_switch] = ACTIONS(2028),
    [anon_sym_LBRACE] = ACTIONS(2030),
    [anon_sym_case] = ACTIONS(2028),
    [anon_sym_default] = ACTIONS(2028),
    [anon_sym_cast] = ACTIONS(2028),
    [anon_sym_DOLLARtype] = ACTIONS(2030),
    [anon_sym_return] = ACTIONS(2028),
    [anon_sym_untyped] = ACTIONS(2028),
    [anon_sym_break] = ACTIONS(2028),
    [anon_sym_continue] = ACTIONS(2028),
    [anon_sym_LBRACK] = ACTIONS(2030),
    [anon_sym_this] = ACTIONS(2028),
    [anon_sym_AT] = ACTIONS(2028),
    [anon_sym_AT_COLON] = ACTIONS(2030),
    [anon_sym_if] = ACTIONS(2028),
    [anon_sym_new] = ACTIONS(2028),
    [anon_sym_TILDE] = ACTIONS(2030),
    [anon_sym_BANG] = ACTIONS(2028),
    [anon_sym_DASH] = ACTIONS(2028),
    [anon_sym_PLUS_PLUS] = ACTIONS(2030),
    [anon_sym_DASH_DASH] = ACTIONS(2030),
    [anon_sym_PERCENT] = ACTIONS(2030),
    [anon_sym_STAR] = ACTIONS(2030),
    [anon_sym_SLASH] = ACTIONS(2028),
    [anon_sym_PLUS] = ACTIONS(2028),
    [anon_sym_LT_LT] = ACTIONS(2030),
    [anon_sym_GT_GT] = ACTIONS(2028),
    [anon_sym_GT_GT_GT] = ACTIONS(2030),
    [anon_sym_AMP] = ACTIONS(2028),
    [anon_sym_PIPE] = ACTIONS(2028),
    [anon_sym_CARET] = ACTIONS(2030),
    [anon_sym_AMP_AMP] = ACTIONS(2030),
    [anon_sym_PIPE_PIPE] = ACTIONS(2030),
    [anon_sym_EQ_EQ] = ACTIONS(2030),
    [anon_sym_BANG_EQ] = ACTIONS(2030),
    [anon_sym_LT] = ACTIONS(2028),
    [anon_sym_LT_EQ] = ACTIONS(2030),
    [anon_sym_GT] = ACTIONS(2028),
    [anon_sym_GT_EQ] = ACTIONS(2030),
    [anon_sym_EQ_GT] = ACTIONS(2030),
    [anon_sym_QMARK_QMARK] = ACTIONS(2030),
    [anon_sym_EQ] = ACTIONS(2028),
    [sym__rangeOperator] = ACTIONS(2030),
    [anon_sym_null] = ACTIONS(2028),
    [anon_sym_macro] = ACTIONS(2028),
    [anon_sym_abstract] = ACTIONS(2028),
    [anon_sym_static] = ACTIONS(2028),
    [anon_sym_public] = ACTIONS(2028),
    [anon_sym_private] = ACTIONS(2028),
    [anon_sym_extern] = ACTIONS(2028),
    [anon_sym_inline] = ACTIONS(2028),
    [anon_sym_overload] = ACTIONS(2028),
    [anon_sym_override] = ACTIONS(2028),
    [anon_sym_final] = ACTIONS(2028),
    [anon_sym_class] = ACTIONS(2028),
    [anon_sym_interface] = ACTIONS(2028),
    [anon_sym_typedef] = ACTIONS(2028),
    [anon_sym_function] = ACTIONS(2028),
    [anon_sym_var] = ACTIONS(2028),
    [aux_sym_integer_token1] = ACTIONS(2028),
    [aux_sym_integer_token2] = ACTIONS(2030),
    [aux_sym_float_token1] = ACTIONS(2028),
    [aux_sym_float_token2] = ACTIONS(2030),
    [anon_sym_true] = ACTIONS(2028),
    [anon_sym_false] = ACTIONS(2028),
    [aux_sym_string_token1] = ACTIONS(2030),
    [aux_sym_string_token3] = ACTIONS(2030),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2030),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [409] = {
    [sym_identifier] = ACTIONS(2032),
    [anon_sym_POUND] = ACTIONS(2034),
    [anon_sym_package] = ACTIONS(2032),
    [anon_sym_import] = ACTIONS(2032),
    [anon_sym_using] = ACTIONS(2032),
    [anon_sym_throw] = ACTIONS(2032),
    [anon_sym_LPAREN] = ACTIONS(2034),
    [anon_sym_switch] = ACTIONS(2032),
    [anon_sym_LBRACE] = ACTIONS(2034),
    [anon_sym_case] = ACTIONS(2032),
    [anon_sym_default] = ACTIONS(2032),
    [anon_sym_cast] = ACTIONS(2032),
    [anon_sym_DOLLARtype] = ACTIONS(2034),
    [anon_sym_return] = ACTIONS(2032),
    [anon_sym_untyped] = ACTIONS(2032),
    [anon_sym_break] = ACTIONS(2032),
    [anon_sym_continue] = ACTIONS(2032),
    [anon_sym_LBRACK] = ACTIONS(2034),
    [anon_sym_this] = ACTIONS(2032),
    [anon_sym_AT] = ACTIONS(2032),
    [anon_sym_AT_COLON] = ACTIONS(2034),
    [anon_sym_if] = ACTIONS(2032),
    [anon_sym_new] = ACTIONS(2032),
    [anon_sym_TILDE] = ACTIONS(2034),
    [anon_sym_BANG] = ACTIONS(2032),
    [anon_sym_DASH] = ACTIONS(2032),
    [anon_sym_PLUS_PLUS] = ACTIONS(2034),
    [anon_sym_DASH_DASH] = ACTIONS(2034),
    [anon_sym_PERCENT] = ACTIONS(2034),
    [anon_sym_STAR] = ACTIONS(2034),
    [anon_sym_SLASH] = ACTIONS(2032),
    [anon_sym_PLUS] = ACTIONS(2032),
    [anon_sym_LT_LT] = ACTIONS(2034),
    [anon_sym_GT_GT] = ACTIONS(2032),
    [anon_sym_GT_GT_GT] = ACTIONS(2034),
    [anon_sym_AMP] = ACTIONS(2032),
    [anon_sym_PIPE] = ACTIONS(2032),
    [anon_sym_CARET] = ACTIONS(2034),
    [anon_sym_AMP_AMP] = ACTIONS(2034),
    [anon_sym_PIPE_PIPE] = ACTIONS(2034),
    [anon_sym_EQ_EQ] = ACTIONS(2034),
    [anon_sym_BANG_EQ] = ACTIONS(2034),
    [anon_sym_LT] = ACTIONS(2032),
    [anon_sym_LT_EQ] = ACTIONS(2034),
    [anon_sym_GT] = ACTIONS(2032),
    [anon_sym_GT_EQ] = ACTIONS(2034),
    [anon_sym_EQ_GT] = ACTIONS(2034),
    [anon_sym_QMARK_QMARK] = ACTIONS(2034),
    [anon_sym_EQ] = ACTIONS(2032),
    [sym__rangeOperator] = ACTIONS(2034),
    [anon_sym_null] = ACTIONS(2032),
    [anon_sym_macro] = ACTIONS(2032),
    [anon_sym_abstract] = ACTIONS(2032),
    [anon_sym_static] = ACTIONS(2032),
    [anon_sym_public] = ACTIONS(2032),
    [anon_sym_private] = ACTIONS(2032),
    [anon_sym_extern] = ACTIONS(2032),
    [anon_sym_inline] = ACTIONS(2032),
    [anon_sym_overload] = ACTIONS(2032),
    [anon_sym_override] = ACTIONS(2032),
    [anon_sym_final] = ACTIONS(2032),
    [anon_sym_class] = ACTIONS(2032),
    [anon_sym_interface] = ACTIONS(2032),
    [anon_sym_typedef] = ACTIONS(2032),
    [anon_sym_function] = ACTIONS(2032),
    [anon_sym_var] = ACTIONS(2032),
    [aux_sym_integer_token1] = ACTIONS(2032),
    [aux_sym_integer_token2] = ACTIONS(2034),
    [aux_sym_float_token1] = ACTIONS(2032),
    [aux_sym_float_token2] = ACTIONS(2034),
    [anon_sym_true] = ACTIONS(2032),
    [anon_sym_false] = ACTIONS(2032),
    [aux_sym_string_token1] = ACTIONS(2034),
    [aux_sym_string_token3] = ACTIONS(2034),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2034),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [410] = {
    [sym_identifier] = ACTIONS(2036),
    [anon_sym_POUND] = ACTIONS(2038),
    [anon_sym_package] = ACTIONS(2036),
    [anon_sym_import] = ACTIONS(2036),
    [anon_sym_using] = ACTIONS(2036),
    [anon_sym_throw] = ACTIONS(2036),
    [anon_sym_LPAREN] = ACTIONS(2038),
    [anon_sym_switch] = ACTIONS(2036),
    [anon_sym_LBRACE] = ACTIONS(2038),
    [anon_sym_case] = ACTIONS(2036),
    [anon_sym_default] = ACTIONS(2036),
    [anon_sym_cast] = ACTIONS(2036),
    [anon_sym_DOLLARtype] = ACTIONS(2038),
    [anon_sym_return] = ACTIONS(2036),
    [anon_sym_untyped] = ACTIONS(2036),
    [anon_sym_break] = ACTIONS(2036),
    [anon_sym_continue] = ACTIONS(2036),
    [anon_sym_LBRACK] = ACTIONS(2038),
    [anon_sym_this] = ACTIONS(2036),
    [anon_sym_AT] = ACTIONS(2036),
    [anon_sym_AT_COLON] = ACTIONS(2038),
    [anon_sym_if] = ACTIONS(2036),
    [anon_sym_new] = ACTIONS(2036),
    [anon_sym_TILDE] = ACTIONS(2038),
    [anon_sym_BANG] = ACTIONS(2036),
    [anon_sym_DASH] = ACTIONS(2036),
    [anon_sym_PLUS_PLUS] = ACTIONS(2038),
    [anon_sym_DASH_DASH] = ACTIONS(2038),
    [anon_sym_PERCENT] = ACTIONS(2038),
    [anon_sym_STAR] = ACTIONS(2038),
    [anon_sym_SLASH] = ACTIONS(2036),
    [anon_sym_PLUS] = ACTIONS(2036),
    [anon_sym_LT_LT] = ACTIONS(2038),
    [anon_sym_GT_GT] = ACTIONS(2036),
    [anon_sym_GT_GT_GT] = ACTIONS(2038),
    [anon_sym_AMP] = ACTIONS(2036),
    [anon_sym_PIPE] = ACTIONS(2036),
    [anon_sym_CARET] = ACTIONS(2038),
    [anon_sym_AMP_AMP] = ACTIONS(2038),
    [anon_sym_PIPE_PIPE] = ACTIONS(2038),
    [anon_sym_EQ_EQ] = ACTIONS(2038),
    [anon_sym_BANG_EQ] = ACTIONS(2038),
    [anon_sym_LT] = ACTIONS(2036),
    [anon_sym_LT_EQ] = ACTIONS(2038),
    [anon_sym_GT] = ACTIONS(2036),
    [anon_sym_GT_EQ] = ACTIONS(2038),
    [anon_sym_EQ_GT] = ACTIONS(2038),
    [anon_sym_QMARK_QMARK] = ACTIONS(2038),
    [anon_sym_EQ] = ACTIONS(2036),
    [sym__rangeOperator] = ACTIONS(2038),
    [anon_sym_null] = ACTIONS(2036),
    [anon_sym_macro] = ACTIONS(2036),
    [anon_sym_abstract] = ACTIONS(2036),
    [anon_sym_static] = ACTIONS(2036),
    [anon_sym_public] = ACTIONS(2036),
    [anon_sym_private] = ACTIONS(2036),
    [anon_sym_extern] = ACTIONS(2036),
    [anon_sym_inline] = ACTIONS(2036),
    [anon_sym_overload] = ACTIONS(2036),
    [anon_sym_override] = ACTIONS(2036),
    [anon_sym_final] = ACTIONS(2036),
    [anon_sym_class] = ACTIONS(2036),
    [anon_sym_interface] = ACTIONS(2036),
    [anon_sym_typedef] = ACTIONS(2036),
    [anon_sym_function] = ACTIONS(2036),
    [anon_sym_var] = ACTIONS(2036),
    [aux_sym_integer_token1] = ACTIONS(2036),
    [aux_sym_integer_token2] = ACTIONS(2038),
    [aux_sym_float_token1] = ACTIONS(2036),
    [aux_sym_float_token2] = ACTIONS(2038),
    [anon_sym_true] = ACTIONS(2036),
    [anon_sym_false] = ACTIONS(2036),
    [aux_sym_string_token1] = ACTIONS(2038),
    [aux_sym_string_token3] = ACTIONS(2038),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2038),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [411] = {
    [sym_identifier] = ACTIONS(2040),
    [anon_sym_POUND] = ACTIONS(2042),
    [anon_sym_package] = ACTIONS(2040),
    [anon_sym_import] = ACTIONS(2040),
    [anon_sym_using] = ACTIONS(2040),
    [anon_sym_throw] = ACTIONS(2040),
    [anon_sym_LPAREN] = ACTIONS(2042),
    [anon_sym_switch] = ACTIONS(2040),
    [anon_sym_LBRACE] = ACTIONS(2042),
    [anon_sym_case] = ACTIONS(2040),
    [anon_sym_default] = ACTIONS(2040),
    [anon_sym_cast] = ACTIONS(2040),
    [anon_sym_DOLLARtype] = ACTIONS(2042),
    [anon_sym_return] = ACTIONS(2040),
    [anon_sym_untyped] = ACTIONS(2040),
    [anon_sym_break] = ACTIONS(2040),
    [anon_sym_continue] = ACTIONS(2040),
    [anon_sym_LBRACK] = ACTIONS(2042),
    [anon_sym_this] = ACTIONS(2040),
    [anon_sym_AT] = ACTIONS(2040),
    [anon_sym_AT_COLON] = ACTIONS(2042),
    [anon_sym_if] = ACTIONS(2040),
    [anon_sym_new] = ACTIONS(2040),
    [anon_sym_TILDE] = ACTIONS(2042),
    [anon_sym_BANG] = ACTIONS(2040),
    [anon_sym_DASH] = ACTIONS(2040),
    [anon_sym_PLUS_PLUS] = ACTIONS(2042),
    [anon_sym_DASH_DASH] = ACTIONS(2042),
    [anon_sym_PERCENT] = ACTIONS(2042),
    [anon_sym_STAR] = ACTIONS(2042),
    [anon_sym_SLASH] = ACTIONS(2040),
    [anon_sym_PLUS] = ACTIONS(2040),
    [anon_sym_LT_LT] = ACTIONS(2042),
    [anon_sym_GT_GT] = ACTIONS(2040),
    [anon_sym_GT_GT_GT] = ACTIONS(2042),
    [anon_sym_AMP] = ACTIONS(2040),
    [anon_sym_PIPE] = ACTIONS(2040),
    [anon_sym_CARET] = ACTIONS(2042),
    [anon_sym_AMP_AMP] = ACTIONS(2042),
    [anon_sym_PIPE_PIPE] = ACTIONS(2042),
    [anon_sym_EQ_EQ] = ACTIONS(2042),
    [anon_sym_BANG_EQ] = ACTIONS(2042),
    [anon_sym_LT] = ACTIONS(2040),
    [anon_sym_LT_EQ] = ACTIONS(2042),
    [anon_sym_GT] = ACTIONS(2040),
    [anon_sym_GT_EQ] = ACTIONS(2042),
    [anon_sym_EQ_GT] = ACTIONS(2042),
    [anon_sym_QMARK_QMARK] = ACTIONS(2042),
    [anon_sym_EQ] = ACTIONS(2040),
    [sym__rangeOperator] = ACTIONS(2042),
    [anon_sym_null] = ACTIONS(2040),
    [anon_sym_macro] = ACTIONS(2040),
    [anon_sym_abstract] = ACTIONS(2040),
    [anon_sym_static] = ACTIONS(2040),
    [anon_sym_public] = ACTIONS(2040),
    [anon_sym_private] = ACTIONS(2040),
    [anon_sym_extern] = ACTIONS(2040),
    [anon_sym_inline] = ACTIONS(2040),
    [anon_sym_overload] = ACTIONS(2040),
    [anon_sym_override] = ACTIONS(2040),
    [anon_sym_final] = ACTIONS(2040),
    [anon_sym_class] = ACTIONS(2040),
    [anon_sym_interface] = ACTIONS(2040),
    [anon_sym_typedef] = ACTIONS(2040),
    [anon_sym_function] = ACTIONS(2040),
    [anon_sym_var] = ACTIONS(2040),
    [aux_sym_integer_token1] = ACTIONS(2040),
    [aux_sym_integer_token2] = ACTIONS(2042),
    [aux_sym_float_token1] = ACTIONS(2040),
    [aux_sym_float_token2] = ACTIONS(2042),
    [anon_sym_true] = ACTIONS(2040),
    [anon_sym_false] = ACTIONS(2040),
    [aux_sym_string_token1] = ACTIONS(2042),
    [aux_sym_string_token3] = ACTIONS(2042),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2042),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [412] = {
    [sym_identifier] = ACTIONS(2044),
    [anon_sym_POUND] = ACTIONS(2046),
    [anon_sym_package] = ACTIONS(2044),
    [anon_sym_import] = ACTIONS(2044),
    [anon_sym_using] = ACTIONS(2044),
    [anon_sym_throw] = ACTIONS(2044),
    [anon_sym_LPAREN] = ACTIONS(2046),
    [anon_sym_switch] = ACTIONS(2044),
    [anon_sym_LBRACE] = ACTIONS(2046),
    [anon_sym_case] = ACTIONS(2044),
    [anon_sym_default] = ACTIONS(2044),
    [anon_sym_cast] = ACTIONS(2044),
    [anon_sym_DOLLARtype] = ACTIONS(2046),
    [anon_sym_return] = ACTIONS(2044),
    [anon_sym_untyped] = ACTIONS(2044),
    [anon_sym_break] = ACTIONS(2044),
    [anon_sym_continue] = ACTIONS(2044),
    [anon_sym_LBRACK] = ACTIONS(2046),
    [anon_sym_this] = ACTIONS(2044),
    [anon_sym_AT] = ACTIONS(2044),
    [anon_sym_AT_COLON] = ACTIONS(2046),
    [anon_sym_if] = ACTIONS(2044),
    [anon_sym_new] = ACTIONS(2044),
    [anon_sym_TILDE] = ACTIONS(2046),
    [anon_sym_BANG] = ACTIONS(2044),
    [anon_sym_DASH] = ACTIONS(2044),
    [anon_sym_PLUS_PLUS] = ACTIONS(2046),
    [anon_sym_DASH_DASH] = ACTIONS(2046),
    [anon_sym_PERCENT] = ACTIONS(2046),
    [anon_sym_STAR] = ACTIONS(2046),
    [anon_sym_SLASH] = ACTIONS(2044),
    [anon_sym_PLUS] = ACTIONS(2044),
    [anon_sym_LT_LT] = ACTIONS(2046),
    [anon_sym_GT_GT] = ACTIONS(2044),
    [anon_sym_GT_GT_GT] = ACTIONS(2046),
    [anon_sym_AMP] = ACTIONS(2044),
    [anon_sym_PIPE] = ACTIONS(2044),
    [anon_sym_CARET] = ACTIONS(2046),
    [anon_sym_AMP_AMP] = ACTIONS(2046),
    [anon_sym_PIPE_PIPE] = ACTIONS(2046),
    [anon_sym_EQ_EQ] = ACTIONS(2046),
    [anon_sym_BANG_EQ] = ACTIONS(2046),
    [anon_sym_LT] = ACTIONS(2044),
    [anon_sym_LT_EQ] = ACTIONS(2046),
    [anon_sym_GT] = ACTIONS(2044),
    [anon_sym_GT_EQ] = ACTIONS(2046),
    [anon_sym_EQ_GT] = ACTIONS(2046),
    [anon_sym_QMARK_QMARK] = ACTIONS(2046),
    [anon_sym_EQ] = ACTIONS(2044),
    [sym__rangeOperator] = ACTIONS(2046),
    [anon_sym_null] = ACTIONS(2044),
    [anon_sym_macro] = ACTIONS(2044),
    [anon_sym_abstract] = ACTIONS(2044),
    [anon_sym_static] = ACTIONS(2044),
    [anon_sym_public] = ACTIONS(2044),
    [anon_sym_private] = ACTIONS(2044),
    [anon_sym_extern] = ACTIONS(2044),
    [anon_sym_inline] = ACTIONS(2044),
    [anon_sym_overload] = ACTIONS(2044),
    [anon_sym_override] = ACTIONS(2044),
    [anon_sym_final] = ACTIONS(2044),
    [anon_sym_class] = ACTIONS(2044),
    [anon_sym_interface] = ACTIONS(2044),
    [anon_sym_typedef] = ACTIONS(2044),
    [anon_sym_function] = ACTIONS(2044),
    [anon_sym_var] = ACTIONS(2044),
    [aux_sym_integer_token1] = ACTIONS(2044),
    [aux_sym_integer_token2] = ACTIONS(2046),
    [aux_sym_float_token1] = ACTIONS(2044),
    [aux_sym_float_token2] = ACTIONS(2046),
    [anon_sym_true] = ACTIONS(2044),
    [anon_sym_false] = ACTIONS(2044),
    [aux_sym_string_token1] = ACTIONS(2046),
    [aux_sym_string_token3] = ACTIONS(2046),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2046),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [413] = {
    [sym_identifier] = ACTIONS(2048),
    [anon_sym_POUND] = ACTIONS(2050),
    [anon_sym_package] = ACTIONS(2048),
    [anon_sym_import] = ACTIONS(2048),
    [anon_sym_using] = ACTIONS(2048),
    [anon_sym_throw] = ACTIONS(2048),
    [anon_sym_LPAREN] = ACTIONS(2050),
    [anon_sym_switch] = ACTIONS(2048),
    [anon_sym_LBRACE] = ACTIONS(2050),
    [anon_sym_case] = ACTIONS(2048),
    [anon_sym_default] = ACTIONS(2048),
    [anon_sym_cast] = ACTIONS(2048),
    [anon_sym_DOLLARtype] = ACTIONS(2050),
    [anon_sym_return] = ACTIONS(2048),
    [anon_sym_untyped] = ACTIONS(2048),
    [anon_sym_break] = ACTIONS(2048),
    [anon_sym_continue] = ACTIONS(2048),
    [anon_sym_LBRACK] = ACTIONS(2050),
    [anon_sym_this] = ACTIONS(2048),
    [anon_sym_AT] = ACTIONS(2048),
    [anon_sym_AT_COLON] = ACTIONS(2050),
    [anon_sym_if] = ACTIONS(2048),
    [anon_sym_new] = ACTIONS(2048),
    [anon_sym_TILDE] = ACTIONS(2050),
    [anon_sym_BANG] = ACTIONS(2048),
    [anon_sym_DASH] = ACTIONS(2048),
    [anon_sym_PLUS_PLUS] = ACTIONS(2050),
    [anon_sym_DASH_DASH] = ACTIONS(2050),
    [anon_sym_PERCENT] = ACTIONS(2050),
    [anon_sym_STAR] = ACTIONS(2050),
    [anon_sym_SLASH] = ACTIONS(2048),
    [anon_sym_PLUS] = ACTIONS(2048),
    [anon_sym_LT_LT] = ACTIONS(2050),
    [anon_sym_GT_GT] = ACTIONS(2048),
    [anon_sym_GT_GT_GT] = ACTIONS(2050),
    [anon_sym_AMP] = ACTIONS(2048),
    [anon_sym_PIPE] = ACTIONS(2048),
    [anon_sym_CARET] = ACTIONS(2050),
    [anon_sym_AMP_AMP] = ACTIONS(2050),
    [anon_sym_PIPE_PIPE] = ACTIONS(2050),
    [anon_sym_EQ_EQ] = ACTIONS(2050),
    [anon_sym_BANG_EQ] = ACTIONS(2050),
    [anon_sym_LT] = ACTIONS(2048),
    [anon_sym_LT_EQ] = ACTIONS(2050),
    [anon_sym_GT] = ACTIONS(2048),
    [anon_sym_GT_EQ] = ACTIONS(2050),
    [anon_sym_EQ_GT] = ACTIONS(2050),
    [anon_sym_QMARK_QMARK] = ACTIONS(2050),
    [anon_sym_EQ] = ACTIONS(2048),
    [sym__rangeOperator] = ACTIONS(2050),
    [anon_sym_null] = ACTIONS(2048),
    [anon_sym_macro] = ACTIONS(2048),
    [anon_sym_abstract] = ACTIONS(2048),
    [anon_sym_static] = ACTIONS(2048),
    [anon_sym_public] = ACTIONS(2048),
    [anon_sym_private] = ACTIONS(2048),
    [anon_sym_extern] = ACTIONS(2048),
    [anon_sym_inline] = ACTIONS(2048),
    [anon_sym_overload] = ACTIONS(2048),
    [anon_sym_override] = ACTIONS(2048),
    [anon_sym_final] = ACTIONS(2048),
    [anon_sym_class] = ACTIONS(2048),
    [anon_sym_interface] = ACTIONS(2048),
    [anon_sym_typedef] = ACTIONS(2048),
    [anon_sym_function] = ACTIONS(2048),
    [anon_sym_var] = ACTIONS(2048),
    [aux_sym_integer_token1] = ACTIONS(2048),
    [aux_sym_integer_token2] = ACTIONS(2050),
    [aux_sym_float_token1] = ACTIONS(2048),
    [aux_sym_float_token2] = ACTIONS(2050),
    [anon_sym_true] = ACTIONS(2048),
    [anon_sym_false] = ACTIONS(2048),
    [aux_sym_string_token1] = ACTIONS(2050),
    [aux_sym_string_token3] = ACTIONS(2050),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2050),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [414] = {
    [sym_identifier] = ACTIONS(2052),
    [anon_sym_POUND] = ACTIONS(2054),
    [anon_sym_package] = ACTIONS(2052),
    [anon_sym_import] = ACTIONS(2052),
    [anon_sym_using] = ACTIONS(2052),
    [anon_sym_throw] = ACTIONS(2052),
    [anon_sym_LPAREN] = ACTIONS(2054),
    [anon_sym_switch] = ACTIONS(2052),
    [anon_sym_LBRACE] = ACTIONS(2054),
    [anon_sym_case] = ACTIONS(2052),
    [anon_sym_default] = ACTIONS(2052),
    [anon_sym_cast] = ACTIONS(2052),
    [anon_sym_DOLLARtype] = ACTIONS(2054),
    [anon_sym_return] = ACTIONS(2052),
    [anon_sym_untyped] = ACTIONS(2052),
    [anon_sym_break] = ACTIONS(2052),
    [anon_sym_continue] = ACTIONS(2052),
    [anon_sym_LBRACK] = ACTIONS(2054),
    [anon_sym_this] = ACTIONS(2052),
    [anon_sym_AT] = ACTIONS(2052),
    [anon_sym_AT_COLON] = ACTIONS(2054),
    [anon_sym_if] = ACTIONS(2052),
    [anon_sym_new] = ACTIONS(2052),
    [anon_sym_TILDE] = ACTIONS(2054),
    [anon_sym_BANG] = ACTIONS(2052),
    [anon_sym_DASH] = ACTIONS(2052),
    [anon_sym_PLUS_PLUS] = ACTIONS(2054),
    [anon_sym_DASH_DASH] = ACTIONS(2054),
    [anon_sym_PERCENT] = ACTIONS(2054),
    [anon_sym_STAR] = ACTIONS(2054),
    [anon_sym_SLASH] = ACTIONS(2052),
    [anon_sym_PLUS] = ACTIONS(2052),
    [anon_sym_LT_LT] = ACTIONS(2054),
    [anon_sym_GT_GT] = ACTIONS(2052),
    [anon_sym_GT_GT_GT] = ACTIONS(2054),
    [anon_sym_AMP] = ACTIONS(2052),
    [anon_sym_PIPE] = ACTIONS(2052),
    [anon_sym_CARET] = ACTIONS(2054),
    [anon_sym_AMP_AMP] = ACTIONS(2054),
    [anon_sym_PIPE_PIPE] = ACTIONS(2054),
    [anon_sym_EQ_EQ] = ACTIONS(2054),
    [anon_sym_BANG_EQ] = ACTIONS(2054),
    [anon_sym_LT] = ACTIONS(2052),
    [anon_sym_LT_EQ] = ACTIONS(2054),
    [anon_sym_GT] = ACTIONS(2052),
    [anon_sym_GT_EQ] = ACTIONS(2054),
    [anon_sym_EQ_GT] = ACTIONS(2054),
    [anon_sym_QMARK_QMARK] = ACTIONS(2054),
    [anon_sym_EQ] = ACTIONS(2052),
    [sym__rangeOperator] = ACTIONS(2054),
    [anon_sym_null] = ACTIONS(2052),
    [anon_sym_macro] = ACTIONS(2052),
    [anon_sym_abstract] = ACTIONS(2052),
    [anon_sym_static] = ACTIONS(2052),
    [anon_sym_public] = ACTIONS(2052),
    [anon_sym_private] = ACTIONS(2052),
    [anon_sym_extern] = ACTIONS(2052),
    [anon_sym_inline] = ACTIONS(2052),
    [anon_sym_overload] = ACTIONS(2052),
    [anon_sym_override] = ACTIONS(2052),
    [anon_sym_final] = ACTIONS(2052),
    [anon_sym_class] = ACTIONS(2052),
    [anon_sym_interface] = ACTIONS(2052),
    [anon_sym_typedef] = ACTIONS(2052),
    [anon_sym_function] = ACTIONS(2052),
    [anon_sym_var] = ACTIONS(2052),
    [aux_sym_integer_token1] = ACTIONS(2052),
    [aux_sym_integer_token2] = ACTIONS(2054),
    [aux_sym_float_token1] = ACTIONS(2052),
    [aux_sym_float_token2] = ACTIONS(2054),
    [anon_sym_true] = ACTIONS(2052),
    [anon_sym_false] = ACTIONS(2052),
    [aux_sym_string_token1] = ACTIONS(2054),
    [aux_sym_string_token3] = ACTIONS(2054),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2054),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [415] = {
    [sym_identifier] = ACTIONS(2056),
    [anon_sym_POUND] = ACTIONS(2058),
    [anon_sym_package] = ACTIONS(2056),
    [anon_sym_import] = ACTIONS(2056),
    [anon_sym_using] = ACTIONS(2056),
    [anon_sym_throw] = ACTIONS(2056),
    [anon_sym_LPAREN] = ACTIONS(2058),
    [anon_sym_switch] = ACTIONS(2056),
    [anon_sym_LBRACE] = ACTIONS(2058),
    [anon_sym_case] = ACTIONS(2056),
    [anon_sym_default] = ACTIONS(2056),
    [anon_sym_cast] = ACTIONS(2056),
    [anon_sym_DOLLARtype] = ACTIONS(2058),
    [anon_sym_return] = ACTIONS(2056),
    [anon_sym_untyped] = ACTIONS(2056),
    [anon_sym_break] = ACTIONS(2056),
    [anon_sym_continue] = ACTIONS(2056),
    [anon_sym_LBRACK] = ACTIONS(2058),
    [anon_sym_this] = ACTIONS(2056),
    [anon_sym_AT] = ACTIONS(2056),
    [anon_sym_AT_COLON] = ACTIONS(2058),
    [anon_sym_if] = ACTIONS(2056),
    [anon_sym_new] = ACTIONS(2056),
    [anon_sym_TILDE] = ACTIONS(2058),
    [anon_sym_BANG] = ACTIONS(2056),
    [anon_sym_DASH] = ACTIONS(2056),
    [anon_sym_PLUS_PLUS] = ACTIONS(2058),
    [anon_sym_DASH_DASH] = ACTIONS(2058),
    [anon_sym_PERCENT] = ACTIONS(2058),
    [anon_sym_STAR] = ACTIONS(2058),
    [anon_sym_SLASH] = ACTIONS(2056),
    [anon_sym_PLUS] = ACTIONS(2056),
    [anon_sym_LT_LT] = ACTIONS(2058),
    [anon_sym_GT_GT] = ACTIONS(2056),
    [anon_sym_GT_GT_GT] = ACTIONS(2058),
    [anon_sym_AMP] = ACTIONS(2056),
    [anon_sym_PIPE] = ACTIONS(2056),
    [anon_sym_CARET] = ACTIONS(2058),
    [anon_sym_AMP_AMP] = ACTIONS(2058),
    [anon_sym_PIPE_PIPE] = ACTIONS(2058),
    [anon_sym_EQ_EQ] = ACTIONS(2058),
    [anon_sym_BANG_EQ] = ACTIONS(2058),
    [anon_sym_LT] = ACTIONS(2056),
    [anon_sym_LT_EQ] = ACTIONS(2058),
    [anon_sym_GT] = ACTIONS(2056),
    [anon_sym_GT_EQ] = ACTIONS(2058),
    [anon_sym_EQ_GT] = ACTIONS(2058),
    [anon_sym_QMARK_QMARK] = ACTIONS(2058),
    [anon_sym_EQ] = ACTIONS(2056),
    [sym__rangeOperator] = ACTIONS(2058),
    [anon_sym_null] = ACTIONS(2056),
    [anon_sym_macro] = ACTIONS(2056),
    [anon_sym_abstract] = ACTIONS(2056),
    [anon_sym_static] = ACTIONS(2056),
    [anon_sym_public] = ACTIONS(2056),
    [anon_sym_private] = ACTIONS(2056),
    [anon_sym_extern] = ACTIONS(2056),
    [anon_sym_inline] = ACTIONS(2056),
    [anon_sym_overload] = ACTIONS(2056),
    [anon_sym_override] = ACTIONS(2056),
    [anon_sym_final] = ACTIONS(2056),
    [anon_sym_class] = ACTIONS(2056),
    [anon_sym_interface] = ACTIONS(2056),
    [anon_sym_typedef] = ACTIONS(2056),
    [anon_sym_function] = ACTIONS(2056),
    [anon_sym_var] = ACTIONS(2056),
    [aux_sym_integer_token1] = ACTIONS(2056),
    [aux_sym_integer_token2] = ACTIONS(2058),
    [aux_sym_float_token1] = ACTIONS(2056),
    [aux_sym_float_token2] = ACTIONS(2058),
    [anon_sym_true] = ACTIONS(2056),
    [anon_sym_false] = ACTIONS(2056),
    [aux_sym_string_token1] = ACTIONS(2058),
    [aux_sym_string_token3] = ACTIONS(2058),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2058),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [416] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(2060),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1502),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(2062),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1504),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1608),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [417] = {
    [sym_identifier] = ACTIONS(2064),
    [anon_sym_POUND] = ACTIONS(2066),
    [anon_sym_package] = ACTIONS(2064),
    [anon_sym_import] = ACTIONS(2064),
    [anon_sym_using] = ACTIONS(2064),
    [anon_sym_throw] = ACTIONS(2064),
    [anon_sym_LPAREN] = ACTIONS(2066),
    [anon_sym_switch] = ACTIONS(2064),
    [anon_sym_LBRACE] = ACTIONS(2066),
    [anon_sym_case] = ACTIONS(2064),
    [anon_sym_default] = ACTIONS(2064),
    [anon_sym_cast] = ACTIONS(2064),
    [anon_sym_DOLLARtype] = ACTIONS(2066),
    [anon_sym_return] = ACTIONS(2064),
    [anon_sym_untyped] = ACTIONS(2064),
    [anon_sym_break] = ACTIONS(2064),
    [anon_sym_continue] = ACTIONS(2064),
    [anon_sym_LBRACK] = ACTIONS(2066),
    [anon_sym_this] = ACTIONS(2064),
    [anon_sym_AT] = ACTIONS(2064),
    [anon_sym_AT_COLON] = ACTIONS(2066),
    [anon_sym_if] = ACTIONS(2064),
    [anon_sym_new] = ACTIONS(2064),
    [anon_sym_TILDE] = ACTIONS(2066),
    [anon_sym_BANG] = ACTIONS(2064),
    [anon_sym_DASH] = ACTIONS(2064),
    [anon_sym_PLUS_PLUS] = ACTIONS(2066),
    [anon_sym_DASH_DASH] = ACTIONS(2066),
    [anon_sym_PERCENT] = ACTIONS(2066),
    [anon_sym_STAR] = ACTIONS(2066),
    [anon_sym_SLASH] = ACTIONS(2064),
    [anon_sym_PLUS] = ACTIONS(2064),
    [anon_sym_LT_LT] = ACTIONS(2066),
    [anon_sym_GT_GT] = ACTIONS(2064),
    [anon_sym_GT_GT_GT] = ACTIONS(2066),
    [anon_sym_AMP] = ACTIONS(2064),
    [anon_sym_PIPE] = ACTIONS(2064),
    [anon_sym_CARET] = ACTIONS(2066),
    [anon_sym_AMP_AMP] = ACTIONS(2066),
    [anon_sym_PIPE_PIPE] = ACTIONS(2066),
    [anon_sym_EQ_EQ] = ACTIONS(2066),
    [anon_sym_BANG_EQ] = ACTIONS(2066),
    [anon_sym_LT] = ACTIONS(2064),
    [anon_sym_LT_EQ] = ACTIONS(2066),
    [anon_sym_GT] = ACTIONS(2064),
    [anon_sym_GT_EQ] = ACTIONS(2066),
    [anon_sym_EQ_GT] = ACTIONS(2066),
    [anon_sym_QMARK_QMARK] = ACTIONS(2066),
    [anon_sym_EQ] = ACTIONS(2064),
    [sym__rangeOperator] = ACTIONS(2066),
    [anon_sym_null] = ACTIONS(2064),
    [anon_sym_macro] = ACTIONS(2064),
    [anon_sym_abstract] = ACTIONS(2064),
    [anon_sym_static] = ACTIONS(2064),
    [anon_sym_public] = ACTIONS(2064),
    [anon_sym_private] = ACTIONS(2064),
    [anon_sym_extern] = ACTIONS(2064),
    [anon_sym_inline] = ACTIONS(2064),
    [anon_sym_overload] = ACTIONS(2064),
    [anon_sym_override] = ACTIONS(2064),
    [anon_sym_final] = ACTIONS(2064),
    [anon_sym_class] = ACTIONS(2064),
    [anon_sym_interface] = ACTIONS(2064),
    [anon_sym_typedef] = ACTIONS(2064),
    [anon_sym_function] = ACTIONS(2064),
    [anon_sym_var] = ACTIONS(2064),
    [aux_sym_integer_token1] = ACTIONS(2064),
    [aux_sym_integer_token2] = ACTIONS(2066),
    [aux_sym_float_token1] = ACTIONS(2064),
    [aux_sym_float_token2] = ACTIONS(2066),
    [anon_sym_true] = ACTIONS(2064),
    [anon_sym_false] = ACTIONS(2064),
    [aux_sym_string_token1] = ACTIONS(2066),
    [aux_sym_string_token3] = ACTIONS(2066),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2066),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [418] = {
    [sym_identifier] = ACTIONS(2068),
    [anon_sym_POUND] = ACTIONS(2070),
    [anon_sym_package] = ACTIONS(2068),
    [anon_sym_import] = ACTIONS(2068),
    [anon_sym_using] = ACTIONS(2068),
    [anon_sym_throw] = ACTIONS(2068),
    [anon_sym_LPAREN] = ACTIONS(2070),
    [anon_sym_switch] = ACTIONS(2068),
    [anon_sym_LBRACE] = ACTIONS(2070),
    [anon_sym_case] = ACTIONS(2068),
    [anon_sym_default] = ACTIONS(2068),
    [anon_sym_cast] = ACTIONS(2068),
    [anon_sym_DOLLARtype] = ACTIONS(2070),
    [anon_sym_return] = ACTIONS(2068),
    [anon_sym_untyped] = ACTIONS(2068),
    [anon_sym_break] = ACTIONS(2068),
    [anon_sym_continue] = ACTIONS(2068),
    [anon_sym_LBRACK] = ACTIONS(2070),
    [anon_sym_this] = ACTIONS(2068),
    [anon_sym_AT] = ACTIONS(2068),
    [anon_sym_AT_COLON] = ACTIONS(2070),
    [anon_sym_if] = ACTIONS(2068),
    [anon_sym_new] = ACTIONS(2068),
    [anon_sym_TILDE] = ACTIONS(2070),
    [anon_sym_BANG] = ACTIONS(2068),
    [anon_sym_DASH] = ACTIONS(2068),
    [anon_sym_PLUS_PLUS] = ACTIONS(2070),
    [anon_sym_DASH_DASH] = ACTIONS(2070),
    [anon_sym_PERCENT] = ACTIONS(2070),
    [anon_sym_STAR] = ACTIONS(2070),
    [anon_sym_SLASH] = ACTIONS(2068),
    [anon_sym_PLUS] = ACTIONS(2068),
    [anon_sym_LT_LT] = ACTIONS(2070),
    [anon_sym_GT_GT] = ACTIONS(2068),
    [anon_sym_GT_GT_GT] = ACTIONS(2070),
    [anon_sym_AMP] = ACTIONS(2068),
    [anon_sym_PIPE] = ACTIONS(2068),
    [anon_sym_CARET] = ACTIONS(2070),
    [anon_sym_AMP_AMP] = ACTIONS(2070),
    [anon_sym_PIPE_PIPE] = ACTIONS(2070),
    [anon_sym_EQ_EQ] = ACTIONS(2070),
    [anon_sym_BANG_EQ] = ACTIONS(2070),
    [anon_sym_LT] = ACTIONS(2068),
    [anon_sym_LT_EQ] = ACTIONS(2070),
    [anon_sym_GT] = ACTIONS(2068),
    [anon_sym_GT_EQ] = ACTIONS(2070),
    [anon_sym_EQ_GT] = ACTIONS(2070),
    [anon_sym_QMARK_QMARK] = ACTIONS(2070),
    [anon_sym_EQ] = ACTIONS(2068),
    [sym__rangeOperator] = ACTIONS(2070),
    [anon_sym_null] = ACTIONS(2068),
    [anon_sym_macro] = ACTIONS(2068),
    [anon_sym_abstract] = ACTIONS(2068),
    [anon_sym_static] = ACTIONS(2068),
    [anon_sym_public] = ACTIONS(2068),
    [anon_sym_private] = ACTIONS(2068),
    [anon_sym_extern] = ACTIONS(2068),
    [anon_sym_inline] = ACTIONS(2068),
    [anon_sym_overload] = ACTIONS(2068),
    [anon_sym_override] = ACTIONS(2068),
    [anon_sym_final] = ACTIONS(2068),
    [anon_sym_class] = ACTIONS(2068),
    [anon_sym_interface] = ACTIONS(2068),
    [anon_sym_typedef] = ACTIONS(2068),
    [anon_sym_function] = ACTIONS(2068),
    [anon_sym_var] = ACTIONS(2068),
    [aux_sym_integer_token1] = ACTIONS(2068),
    [aux_sym_integer_token2] = ACTIONS(2070),
    [aux_sym_float_token1] = ACTIONS(2068),
    [aux_sym_float_token2] = ACTIONS(2070),
    [anon_sym_true] = ACTIONS(2068),
    [anon_sym_false] = ACTIONS(2068),
    [aux_sym_string_token1] = ACTIONS(2070),
    [aux_sym_string_token3] = ACTIONS(2070),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2070),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [419] = {
    [sym_identifier] = ACTIONS(2072),
    [anon_sym_POUND] = ACTIONS(2074),
    [anon_sym_package] = ACTIONS(2072),
    [anon_sym_import] = ACTIONS(2072),
    [anon_sym_using] = ACTIONS(2072),
    [anon_sym_throw] = ACTIONS(2072),
    [anon_sym_LPAREN] = ACTIONS(2074),
    [anon_sym_switch] = ACTIONS(2072),
    [anon_sym_LBRACE] = ACTIONS(2074),
    [anon_sym_case] = ACTIONS(2072),
    [anon_sym_default] = ACTIONS(2072),
    [anon_sym_cast] = ACTIONS(2072),
    [anon_sym_DOLLARtype] = ACTIONS(2074),
    [anon_sym_return] = ACTIONS(2072),
    [anon_sym_untyped] = ACTIONS(2072),
    [anon_sym_break] = ACTIONS(2072),
    [anon_sym_continue] = ACTIONS(2072),
    [anon_sym_LBRACK] = ACTIONS(2074),
    [anon_sym_this] = ACTIONS(2072),
    [anon_sym_AT] = ACTIONS(2072),
    [anon_sym_AT_COLON] = ACTIONS(2074),
    [anon_sym_if] = ACTIONS(2072),
    [anon_sym_new] = ACTIONS(2072),
    [anon_sym_TILDE] = ACTIONS(2074),
    [anon_sym_BANG] = ACTIONS(2072),
    [anon_sym_DASH] = ACTIONS(2072),
    [anon_sym_PLUS_PLUS] = ACTIONS(2074),
    [anon_sym_DASH_DASH] = ACTIONS(2074),
    [anon_sym_PERCENT] = ACTIONS(2074),
    [anon_sym_STAR] = ACTIONS(2074),
    [anon_sym_SLASH] = ACTIONS(2072),
    [anon_sym_PLUS] = ACTIONS(2072),
    [anon_sym_LT_LT] = ACTIONS(2074),
    [anon_sym_GT_GT] = ACTIONS(2072),
    [anon_sym_GT_GT_GT] = ACTIONS(2074),
    [anon_sym_AMP] = ACTIONS(2072),
    [anon_sym_PIPE] = ACTIONS(2072),
    [anon_sym_CARET] = ACTIONS(2074),
    [anon_sym_AMP_AMP] = ACTIONS(2074),
    [anon_sym_PIPE_PIPE] = ACTIONS(2074),
    [anon_sym_EQ_EQ] = ACTIONS(2074),
    [anon_sym_BANG_EQ] = ACTIONS(2074),
    [anon_sym_LT] = ACTIONS(2072),
    [anon_sym_LT_EQ] = ACTIONS(2074),
    [anon_sym_GT] = ACTIONS(2072),
    [anon_sym_GT_EQ] = ACTIONS(2074),
    [anon_sym_EQ_GT] = ACTIONS(2074),
    [anon_sym_QMARK_QMARK] = ACTIONS(2074),
    [anon_sym_EQ] = ACTIONS(2072),
    [sym__rangeOperator] = ACTIONS(2074),
    [anon_sym_null] = ACTIONS(2072),
    [anon_sym_macro] = ACTIONS(2072),
    [anon_sym_abstract] = ACTIONS(2072),
    [anon_sym_static] = ACTIONS(2072),
    [anon_sym_public] = ACTIONS(2072),
    [anon_sym_private] = ACTIONS(2072),
    [anon_sym_extern] = ACTIONS(2072),
    [anon_sym_inline] = ACTIONS(2072),
    [anon_sym_overload] = ACTIONS(2072),
    [anon_sym_override] = ACTIONS(2072),
    [anon_sym_final] = ACTIONS(2072),
    [anon_sym_class] = ACTIONS(2072),
    [anon_sym_interface] = ACTIONS(2072),
    [anon_sym_typedef] = ACTIONS(2072),
    [anon_sym_function] = ACTIONS(2072),
    [anon_sym_var] = ACTIONS(2072),
    [aux_sym_integer_token1] = ACTIONS(2072),
    [aux_sym_integer_token2] = ACTIONS(2074),
    [aux_sym_float_token1] = ACTIONS(2072),
    [aux_sym_float_token2] = ACTIONS(2074),
    [anon_sym_true] = ACTIONS(2072),
    [anon_sym_false] = ACTIONS(2072),
    [aux_sym_string_token1] = ACTIONS(2074),
    [aux_sym_string_token3] = ACTIONS(2074),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2074),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [420] = {
    [sym_identifier] = ACTIONS(2076),
    [anon_sym_POUND] = ACTIONS(2078),
    [anon_sym_package] = ACTIONS(2076),
    [anon_sym_import] = ACTIONS(2076),
    [anon_sym_using] = ACTIONS(2076),
    [anon_sym_throw] = ACTIONS(2076),
    [anon_sym_LPAREN] = ACTIONS(2078),
    [anon_sym_switch] = ACTIONS(2076),
    [anon_sym_LBRACE] = ACTIONS(2078),
    [anon_sym_case] = ACTIONS(2076),
    [anon_sym_default] = ACTIONS(2076),
    [anon_sym_cast] = ACTIONS(2076),
    [anon_sym_DOLLARtype] = ACTIONS(2078),
    [anon_sym_return] = ACTIONS(2076),
    [anon_sym_untyped] = ACTIONS(2076),
    [anon_sym_break] = ACTIONS(2076),
    [anon_sym_continue] = ACTIONS(2076),
    [anon_sym_LBRACK] = ACTIONS(2078),
    [anon_sym_this] = ACTIONS(2076),
    [anon_sym_AT] = ACTIONS(2076),
    [anon_sym_AT_COLON] = ACTIONS(2078),
    [anon_sym_if] = ACTIONS(2076),
    [anon_sym_new] = ACTIONS(2076),
    [anon_sym_TILDE] = ACTIONS(2078),
    [anon_sym_BANG] = ACTIONS(2076),
    [anon_sym_DASH] = ACTIONS(2076),
    [anon_sym_PLUS_PLUS] = ACTIONS(2078),
    [anon_sym_DASH_DASH] = ACTIONS(2078),
    [anon_sym_PERCENT] = ACTIONS(2078),
    [anon_sym_STAR] = ACTIONS(2078),
    [anon_sym_SLASH] = ACTIONS(2076),
    [anon_sym_PLUS] = ACTIONS(2076),
    [anon_sym_LT_LT] = ACTIONS(2078),
    [anon_sym_GT_GT] = ACTIONS(2076),
    [anon_sym_GT_GT_GT] = ACTIONS(2078),
    [anon_sym_AMP] = ACTIONS(2076),
    [anon_sym_PIPE] = ACTIONS(2076),
    [anon_sym_CARET] = ACTIONS(2078),
    [anon_sym_AMP_AMP] = ACTIONS(2078),
    [anon_sym_PIPE_PIPE] = ACTIONS(2078),
    [anon_sym_EQ_EQ] = ACTIONS(2078),
    [anon_sym_BANG_EQ] = ACTIONS(2078),
    [anon_sym_LT] = ACTIONS(2076),
    [anon_sym_LT_EQ] = ACTIONS(2078),
    [anon_sym_GT] = ACTIONS(2076),
    [anon_sym_GT_EQ] = ACTIONS(2078),
    [anon_sym_EQ_GT] = ACTIONS(2078),
    [anon_sym_QMARK_QMARK] = ACTIONS(2078),
    [anon_sym_EQ] = ACTIONS(2076),
    [sym__rangeOperator] = ACTIONS(2078),
    [anon_sym_null] = ACTIONS(2076),
    [anon_sym_macro] = ACTIONS(2076),
    [anon_sym_abstract] = ACTIONS(2076),
    [anon_sym_static] = ACTIONS(2076),
    [anon_sym_public] = ACTIONS(2076),
    [anon_sym_private] = ACTIONS(2076),
    [anon_sym_extern] = ACTIONS(2076),
    [anon_sym_inline] = ACTIONS(2076),
    [anon_sym_overload] = ACTIONS(2076),
    [anon_sym_override] = ACTIONS(2076),
    [anon_sym_final] = ACTIONS(2076),
    [anon_sym_class] = ACTIONS(2076),
    [anon_sym_interface] = ACTIONS(2076),
    [anon_sym_typedef] = ACTIONS(2076),
    [anon_sym_function] = ACTIONS(2076),
    [anon_sym_var] = ACTIONS(2076),
    [aux_sym_integer_token1] = ACTIONS(2076),
    [aux_sym_integer_token2] = ACTIONS(2078),
    [aux_sym_float_token1] = ACTIONS(2076),
    [aux_sym_float_token2] = ACTIONS(2078),
    [anon_sym_true] = ACTIONS(2076),
    [anon_sym_false] = ACTIONS(2076),
    [aux_sym_string_token1] = ACTIONS(2078),
    [aux_sym_string_token3] = ACTIONS(2078),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2078),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [421] = {
    [sym_identifier] = ACTIONS(2080),
    [anon_sym_POUND] = ACTIONS(2082),
    [anon_sym_package] = ACTIONS(2080),
    [anon_sym_import] = ACTIONS(2080),
    [anon_sym_using] = ACTIONS(2080),
    [anon_sym_throw] = ACTIONS(2080),
    [anon_sym_LPAREN] = ACTIONS(2082),
    [anon_sym_switch] = ACTIONS(2080),
    [anon_sym_LBRACE] = ACTIONS(2082),
    [anon_sym_case] = ACTIONS(2080),
    [anon_sym_default] = ACTIONS(2080),
    [anon_sym_cast] = ACTIONS(2080),
    [anon_sym_DOLLARtype] = ACTIONS(2082),
    [anon_sym_return] = ACTIONS(2080),
    [anon_sym_untyped] = ACTIONS(2080),
    [anon_sym_break] = ACTIONS(2080),
    [anon_sym_continue] = ACTIONS(2080),
    [anon_sym_LBRACK] = ACTIONS(2082),
    [anon_sym_this] = ACTIONS(2080),
    [anon_sym_AT] = ACTIONS(2080),
    [anon_sym_AT_COLON] = ACTIONS(2082),
    [anon_sym_if] = ACTIONS(2080),
    [anon_sym_new] = ACTIONS(2080),
    [anon_sym_TILDE] = ACTIONS(2082),
    [anon_sym_BANG] = ACTIONS(2080),
    [anon_sym_DASH] = ACTIONS(2080),
    [anon_sym_PLUS_PLUS] = ACTIONS(2082),
    [anon_sym_DASH_DASH] = ACTIONS(2082),
    [anon_sym_PERCENT] = ACTIONS(2082),
    [anon_sym_STAR] = ACTIONS(2082),
    [anon_sym_SLASH] = ACTIONS(2080),
    [anon_sym_PLUS] = ACTIONS(2080),
    [anon_sym_LT_LT] = ACTIONS(2082),
    [anon_sym_GT_GT] = ACTIONS(2080),
    [anon_sym_GT_GT_GT] = ACTIONS(2082),
    [anon_sym_AMP] = ACTIONS(2080),
    [anon_sym_PIPE] = ACTIONS(2080),
    [anon_sym_CARET] = ACTIONS(2082),
    [anon_sym_AMP_AMP] = ACTIONS(2082),
    [anon_sym_PIPE_PIPE] = ACTIONS(2082),
    [anon_sym_EQ_EQ] = ACTIONS(2082),
    [anon_sym_BANG_EQ] = ACTIONS(2082),
    [anon_sym_LT] = ACTIONS(2080),
    [anon_sym_LT_EQ] = ACTIONS(2082),
    [anon_sym_GT] = ACTIONS(2080),
    [anon_sym_GT_EQ] = ACTIONS(2082),
    [anon_sym_EQ_GT] = ACTIONS(2082),
    [anon_sym_QMARK_QMARK] = ACTIONS(2082),
    [anon_sym_EQ] = ACTIONS(2080),
    [sym__rangeOperator] = ACTIONS(2082),
    [anon_sym_null] = ACTIONS(2080),
    [anon_sym_macro] = ACTIONS(2080),
    [anon_sym_abstract] = ACTIONS(2080),
    [anon_sym_static] = ACTIONS(2080),
    [anon_sym_public] = ACTIONS(2080),
    [anon_sym_private] = ACTIONS(2080),
    [anon_sym_extern] = ACTIONS(2080),
    [anon_sym_inline] = ACTIONS(2080),
    [anon_sym_overload] = ACTIONS(2080),
    [anon_sym_override] = ACTIONS(2080),
    [anon_sym_final] = ACTIONS(2080),
    [anon_sym_class] = ACTIONS(2080),
    [anon_sym_interface] = ACTIONS(2080),
    [anon_sym_typedef] = ACTIONS(2080),
    [anon_sym_function] = ACTIONS(2080),
    [anon_sym_var] = ACTIONS(2080),
    [aux_sym_integer_token1] = ACTIONS(2080),
    [aux_sym_integer_token2] = ACTIONS(2082),
    [aux_sym_float_token1] = ACTIONS(2080),
    [aux_sym_float_token2] = ACTIONS(2082),
    [anon_sym_true] = ACTIONS(2080),
    [anon_sym_false] = ACTIONS(2080),
    [aux_sym_string_token1] = ACTIONS(2082),
    [aux_sym_string_token3] = ACTIONS(2082),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2082),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [422] = {
    [sym_identifier] = ACTIONS(2084),
    [anon_sym_POUND] = ACTIONS(2086),
    [anon_sym_package] = ACTIONS(2084),
    [anon_sym_import] = ACTIONS(2084),
    [anon_sym_using] = ACTIONS(2084),
    [anon_sym_throw] = ACTIONS(2084),
    [anon_sym_LPAREN] = ACTIONS(2086),
    [anon_sym_switch] = ACTIONS(2084),
    [anon_sym_LBRACE] = ACTIONS(2086),
    [anon_sym_case] = ACTIONS(2084),
    [anon_sym_default] = ACTIONS(2084),
    [anon_sym_cast] = ACTIONS(2084),
    [anon_sym_DOLLARtype] = ACTIONS(2086),
    [anon_sym_return] = ACTIONS(2084),
    [anon_sym_untyped] = ACTIONS(2084),
    [anon_sym_break] = ACTIONS(2084),
    [anon_sym_continue] = ACTIONS(2084),
    [anon_sym_LBRACK] = ACTIONS(2086),
    [anon_sym_this] = ACTIONS(2084),
    [anon_sym_AT] = ACTIONS(2084),
    [anon_sym_AT_COLON] = ACTIONS(2086),
    [anon_sym_if] = ACTIONS(2084),
    [anon_sym_new] = ACTIONS(2084),
    [anon_sym_TILDE] = ACTIONS(2086),
    [anon_sym_BANG] = ACTIONS(2084),
    [anon_sym_DASH] = ACTIONS(2084),
    [anon_sym_PLUS_PLUS] = ACTIONS(2086),
    [anon_sym_DASH_DASH] = ACTIONS(2086),
    [anon_sym_PERCENT] = ACTIONS(2086),
    [anon_sym_STAR] = ACTIONS(2086),
    [anon_sym_SLASH] = ACTIONS(2084),
    [anon_sym_PLUS] = ACTIONS(2084),
    [anon_sym_LT_LT] = ACTIONS(2086),
    [anon_sym_GT_GT] = ACTIONS(2084),
    [anon_sym_GT_GT_GT] = ACTIONS(2086),
    [anon_sym_AMP] = ACTIONS(2084),
    [anon_sym_PIPE] = ACTIONS(2084),
    [anon_sym_CARET] = ACTIONS(2086),
    [anon_sym_AMP_AMP] = ACTIONS(2086),
    [anon_sym_PIPE_PIPE] = ACTIONS(2086),
    [anon_sym_EQ_EQ] = ACTIONS(2086),
    [anon_sym_BANG_EQ] = ACTIONS(2086),
    [anon_sym_LT] = ACTIONS(2084),
    [anon_sym_LT_EQ] = ACTIONS(2086),
    [anon_sym_GT] = ACTIONS(2084),
    [anon_sym_GT_EQ] = ACTIONS(2086),
    [anon_sym_EQ_GT] = ACTIONS(2086),
    [anon_sym_QMARK_QMARK] = ACTIONS(2086),
    [anon_sym_EQ] = ACTIONS(2084),
    [sym__rangeOperator] = ACTIONS(2086),
    [anon_sym_null] = ACTIONS(2084),
    [anon_sym_macro] = ACTIONS(2084),
    [anon_sym_abstract] = ACTIONS(2084),
    [anon_sym_static] = ACTIONS(2084),
    [anon_sym_public] = ACTIONS(2084),
    [anon_sym_private] = ACTIONS(2084),
    [anon_sym_extern] = ACTIONS(2084),
    [anon_sym_inline] = ACTIONS(2084),
    [anon_sym_overload] = ACTIONS(2084),
    [anon_sym_override] = ACTIONS(2084),
    [anon_sym_final] = ACTIONS(2084),
    [anon_sym_class] = ACTIONS(2084),
    [anon_sym_interface] = ACTIONS(2084),
    [anon_sym_typedef] = ACTIONS(2084),
    [anon_sym_function] = ACTIONS(2084),
    [anon_sym_var] = ACTIONS(2084),
    [aux_sym_integer_token1] = ACTIONS(2084),
    [aux_sym_integer_token2] = ACTIONS(2086),
    [aux_sym_float_token1] = ACTIONS(2084),
    [aux_sym_float_token2] = ACTIONS(2086),
    [anon_sym_true] = ACTIONS(2084),
    [anon_sym_false] = ACTIONS(2084),
    [aux_sym_string_token1] = ACTIONS(2086),
    [aux_sym_string_token3] = ACTIONS(2086),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2086),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [423] = {
    [sym_identifier] = ACTIONS(2088),
    [anon_sym_POUND] = ACTIONS(2090),
    [anon_sym_package] = ACTIONS(2088),
    [anon_sym_import] = ACTIONS(2088),
    [anon_sym_using] = ACTIONS(2088),
    [anon_sym_throw] = ACTIONS(2088),
    [anon_sym_LPAREN] = ACTIONS(2090),
    [anon_sym_switch] = ACTIONS(2088),
    [anon_sym_LBRACE] = ACTIONS(2090),
    [anon_sym_case] = ACTIONS(2088),
    [anon_sym_default] = ACTIONS(2088),
    [anon_sym_cast] = ACTIONS(2088),
    [anon_sym_DOLLARtype] = ACTIONS(2090),
    [anon_sym_return] = ACTIONS(2088),
    [anon_sym_untyped] = ACTIONS(2088),
    [anon_sym_break] = ACTIONS(2088),
    [anon_sym_continue] = ACTIONS(2088),
    [anon_sym_LBRACK] = ACTIONS(2090),
    [anon_sym_this] = ACTIONS(2088),
    [anon_sym_AT] = ACTIONS(2088),
    [anon_sym_AT_COLON] = ACTIONS(2090),
    [anon_sym_if] = ACTIONS(2088),
    [anon_sym_new] = ACTIONS(2088),
    [anon_sym_TILDE] = ACTIONS(2090),
    [anon_sym_BANG] = ACTIONS(2088),
    [anon_sym_DASH] = ACTIONS(2088),
    [anon_sym_PLUS_PLUS] = ACTIONS(2090),
    [anon_sym_DASH_DASH] = ACTIONS(2090),
    [anon_sym_PERCENT] = ACTIONS(2090),
    [anon_sym_STAR] = ACTIONS(2090),
    [anon_sym_SLASH] = ACTIONS(2088),
    [anon_sym_PLUS] = ACTIONS(2088),
    [anon_sym_LT_LT] = ACTIONS(2090),
    [anon_sym_GT_GT] = ACTIONS(2088),
    [anon_sym_GT_GT_GT] = ACTIONS(2090),
    [anon_sym_AMP] = ACTIONS(2088),
    [anon_sym_PIPE] = ACTIONS(2088),
    [anon_sym_CARET] = ACTIONS(2090),
    [anon_sym_AMP_AMP] = ACTIONS(2090),
    [anon_sym_PIPE_PIPE] = ACTIONS(2090),
    [anon_sym_EQ_EQ] = ACTIONS(2090),
    [anon_sym_BANG_EQ] = ACTIONS(2090),
    [anon_sym_LT] = ACTIONS(2088),
    [anon_sym_LT_EQ] = ACTIONS(2090),
    [anon_sym_GT] = ACTIONS(2088),
    [anon_sym_GT_EQ] = ACTIONS(2090),
    [anon_sym_EQ_GT] = ACTIONS(2090),
    [anon_sym_QMARK_QMARK] = ACTIONS(2090),
    [anon_sym_EQ] = ACTIONS(2088),
    [sym__rangeOperator] = ACTIONS(2090),
    [anon_sym_null] = ACTIONS(2088),
    [anon_sym_macro] = ACTIONS(2088),
    [anon_sym_abstract] = ACTIONS(2088),
    [anon_sym_static] = ACTIONS(2088),
    [anon_sym_public] = ACTIONS(2088),
    [anon_sym_private] = ACTIONS(2088),
    [anon_sym_extern] = ACTIONS(2088),
    [anon_sym_inline] = ACTIONS(2088),
    [anon_sym_overload] = ACTIONS(2088),
    [anon_sym_override] = ACTIONS(2088),
    [anon_sym_final] = ACTIONS(2088),
    [anon_sym_class] = ACTIONS(2088),
    [anon_sym_interface] = ACTIONS(2088),
    [anon_sym_typedef] = ACTIONS(2088),
    [anon_sym_function] = ACTIONS(2088),
    [anon_sym_var] = ACTIONS(2088),
    [aux_sym_integer_token1] = ACTIONS(2088),
    [aux_sym_integer_token2] = ACTIONS(2090),
    [aux_sym_float_token1] = ACTIONS(2088),
    [aux_sym_float_token2] = ACTIONS(2090),
    [anon_sym_true] = ACTIONS(2088),
    [anon_sym_false] = ACTIONS(2088),
    [aux_sym_string_token1] = ACTIONS(2090),
    [aux_sym_string_token3] = ACTIONS(2090),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2090),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [424] = {
    [sym_identifier] = ACTIONS(2092),
    [anon_sym_POUND] = ACTIONS(2094),
    [anon_sym_package] = ACTIONS(2092),
    [anon_sym_import] = ACTIONS(2092),
    [anon_sym_using] = ACTIONS(2092),
    [anon_sym_throw] = ACTIONS(2092),
    [anon_sym_LPAREN] = ACTIONS(2094),
    [anon_sym_switch] = ACTIONS(2092),
    [anon_sym_LBRACE] = ACTIONS(2094),
    [anon_sym_case] = ACTIONS(2092),
    [anon_sym_default] = ACTIONS(2092),
    [anon_sym_cast] = ACTIONS(2092),
    [anon_sym_DOLLARtype] = ACTIONS(2094),
    [anon_sym_return] = ACTIONS(2092),
    [anon_sym_untyped] = ACTIONS(2092),
    [anon_sym_break] = ACTIONS(2092),
    [anon_sym_continue] = ACTIONS(2092),
    [anon_sym_LBRACK] = ACTIONS(2094),
    [anon_sym_this] = ACTIONS(2092),
    [anon_sym_AT] = ACTIONS(2092),
    [anon_sym_AT_COLON] = ACTIONS(2094),
    [anon_sym_if] = ACTIONS(2092),
    [anon_sym_new] = ACTIONS(2092),
    [anon_sym_TILDE] = ACTIONS(2094),
    [anon_sym_BANG] = ACTIONS(2092),
    [anon_sym_DASH] = ACTIONS(2092),
    [anon_sym_PLUS_PLUS] = ACTIONS(2094),
    [anon_sym_DASH_DASH] = ACTIONS(2094),
    [anon_sym_PERCENT] = ACTIONS(2094),
    [anon_sym_STAR] = ACTIONS(2094),
    [anon_sym_SLASH] = ACTIONS(2092),
    [anon_sym_PLUS] = ACTIONS(2092),
    [anon_sym_LT_LT] = ACTIONS(2094),
    [anon_sym_GT_GT] = ACTIONS(2092),
    [anon_sym_GT_GT_GT] = ACTIONS(2094),
    [anon_sym_AMP] = ACTIONS(2092),
    [anon_sym_PIPE] = ACTIONS(2092),
    [anon_sym_CARET] = ACTIONS(2094),
    [anon_sym_AMP_AMP] = ACTIONS(2094),
    [anon_sym_PIPE_PIPE] = ACTIONS(2094),
    [anon_sym_EQ_EQ] = ACTIONS(2094),
    [anon_sym_BANG_EQ] = ACTIONS(2094),
    [anon_sym_LT] = ACTIONS(2092),
    [anon_sym_LT_EQ] = ACTIONS(2094),
    [anon_sym_GT] = ACTIONS(2092),
    [anon_sym_GT_EQ] = ACTIONS(2094),
    [anon_sym_EQ_GT] = ACTIONS(2094),
    [anon_sym_QMARK_QMARK] = ACTIONS(2094),
    [anon_sym_EQ] = ACTIONS(2092),
    [sym__rangeOperator] = ACTIONS(2094),
    [anon_sym_null] = ACTIONS(2092),
    [anon_sym_macro] = ACTIONS(2092),
    [anon_sym_abstract] = ACTIONS(2092),
    [anon_sym_static] = ACTIONS(2092),
    [anon_sym_public] = ACTIONS(2092),
    [anon_sym_private] = ACTIONS(2092),
    [anon_sym_extern] = ACTIONS(2092),
    [anon_sym_inline] = ACTIONS(2092),
    [anon_sym_overload] = ACTIONS(2092),
    [anon_sym_override] = ACTIONS(2092),
    [anon_sym_final] = ACTIONS(2092),
    [anon_sym_class] = ACTIONS(2092),
    [anon_sym_interface] = ACTIONS(2092),
    [anon_sym_typedef] = ACTIONS(2092),
    [anon_sym_function] = ACTIONS(2092),
    [anon_sym_var] = ACTIONS(2092),
    [aux_sym_integer_token1] = ACTIONS(2092),
    [aux_sym_integer_token2] = ACTIONS(2094),
    [aux_sym_float_token1] = ACTIONS(2092),
    [aux_sym_float_token2] = ACTIONS(2094),
    [anon_sym_true] = ACTIONS(2092),
    [anon_sym_false] = ACTIONS(2092),
    [aux_sym_string_token1] = ACTIONS(2094),
    [aux_sym_string_token3] = ACTIONS(2094),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2094),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [425] = {
    [sym_identifier] = ACTIONS(2096),
    [anon_sym_POUND] = ACTIONS(2098),
    [anon_sym_package] = ACTIONS(2096),
    [anon_sym_import] = ACTIONS(2096),
    [anon_sym_using] = ACTIONS(2096),
    [anon_sym_throw] = ACTIONS(2096),
    [anon_sym_LPAREN] = ACTIONS(2098),
    [anon_sym_switch] = ACTIONS(2096),
    [anon_sym_LBRACE] = ACTIONS(2098),
    [anon_sym_case] = ACTIONS(2096),
    [anon_sym_default] = ACTIONS(2096),
    [anon_sym_cast] = ACTIONS(2096),
    [anon_sym_DOLLARtype] = ACTIONS(2098),
    [anon_sym_return] = ACTIONS(2096),
    [anon_sym_untyped] = ACTIONS(2096),
    [anon_sym_break] = ACTIONS(2096),
    [anon_sym_continue] = ACTIONS(2096),
    [anon_sym_LBRACK] = ACTIONS(2098),
    [anon_sym_this] = ACTIONS(2096),
    [anon_sym_AT] = ACTIONS(2096),
    [anon_sym_AT_COLON] = ACTIONS(2098),
    [anon_sym_if] = ACTIONS(2096),
    [anon_sym_new] = ACTIONS(2096),
    [anon_sym_TILDE] = ACTIONS(2098),
    [anon_sym_BANG] = ACTIONS(2096),
    [anon_sym_DASH] = ACTIONS(2096),
    [anon_sym_PLUS_PLUS] = ACTIONS(2098),
    [anon_sym_DASH_DASH] = ACTIONS(2098),
    [anon_sym_PERCENT] = ACTIONS(2098),
    [anon_sym_STAR] = ACTIONS(2098),
    [anon_sym_SLASH] = ACTIONS(2096),
    [anon_sym_PLUS] = ACTIONS(2096),
    [anon_sym_LT_LT] = ACTIONS(2098),
    [anon_sym_GT_GT] = ACTIONS(2096),
    [anon_sym_GT_GT_GT] = ACTIONS(2098),
    [anon_sym_AMP] = ACTIONS(2096),
    [anon_sym_PIPE] = ACTIONS(2096),
    [anon_sym_CARET] = ACTIONS(2098),
    [anon_sym_AMP_AMP] = ACTIONS(2098),
    [anon_sym_PIPE_PIPE] = ACTIONS(2098),
    [anon_sym_EQ_EQ] = ACTIONS(2098),
    [anon_sym_BANG_EQ] = ACTIONS(2098),
    [anon_sym_LT] = ACTIONS(2096),
    [anon_sym_LT_EQ] = ACTIONS(2098),
    [anon_sym_GT] = ACTIONS(2096),
    [anon_sym_GT_EQ] = ACTIONS(2098),
    [anon_sym_EQ_GT] = ACTIONS(2098),
    [anon_sym_QMARK_QMARK] = ACTIONS(2098),
    [anon_sym_EQ] = ACTIONS(2096),
    [sym__rangeOperator] = ACTIONS(2098),
    [anon_sym_null] = ACTIONS(2096),
    [anon_sym_macro] = ACTIONS(2096),
    [anon_sym_abstract] = ACTIONS(2096),
    [anon_sym_static] = ACTIONS(2096),
    [anon_sym_public] = ACTIONS(2096),
    [anon_sym_private] = ACTIONS(2096),
    [anon_sym_extern] = ACTIONS(2096),
    [anon_sym_inline] = ACTIONS(2096),
    [anon_sym_overload] = ACTIONS(2096),
    [anon_sym_override] = ACTIONS(2096),
    [anon_sym_final] = ACTIONS(2096),
    [anon_sym_class] = ACTIONS(2096),
    [anon_sym_interface] = ACTIONS(2096),
    [anon_sym_typedef] = ACTIONS(2096),
    [anon_sym_function] = ACTIONS(2096),
    [anon_sym_var] = ACTIONS(2096),
    [aux_sym_integer_token1] = ACTIONS(2096),
    [aux_sym_integer_token2] = ACTIONS(2098),
    [aux_sym_float_token1] = ACTIONS(2096),
    [aux_sym_float_token2] = ACTIONS(2098),
    [anon_sym_true] = ACTIONS(2096),
    [anon_sym_false] = ACTIONS(2096),
    [aux_sym_string_token1] = ACTIONS(2098),
    [aux_sym_string_token3] = ACTIONS(2098),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2098),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [426] = {
    [sym_identifier] = ACTIONS(2100),
    [anon_sym_POUND] = ACTIONS(2102),
    [anon_sym_package] = ACTIONS(2100),
    [anon_sym_import] = ACTIONS(2100),
    [anon_sym_using] = ACTIONS(2100),
    [anon_sym_throw] = ACTIONS(2100),
    [anon_sym_LPAREN] = ACTIONS(2102),
    [anon_sym_switch] = ACTIONS(2100),
    [anon_sym_LBRACE] = ACTIONS(2102),
    [anon_sym_case] = ACTIONS(2100),
    [anon_sym_default] = ACTIONS(2100),
    [anon_sym_cast] = ACTIONS(2100),
    [anon_sym_DOLLARtype] = ACTIONS(2102),
    [anon_sym_return] = ACTIONS(2100),
    [anon_sym_untyped] = ACTIONS(2100),
    [anon_sym_break] = ACTIONS(2100),
    [anon_sym_continue] = ACTIONS(2100),
    [anon_sym_LBRACK] = ACTIONS(2102),
    [anon_sym_this] = ACTIONS(2100),
    [anon_sym_AT] = ACTIONS(2100),
    [anon_sym_AT_COLON] = ACTIONS(2102),
    [anon_sym_if] = ACTIONS(2100),
    [anon_sym_new] = ACTIONS(2100),
    [anon_sym_TILDE] = ACTIONS(2102),
    [anon_sym_BANG] = ACTIONS(2100),
    [anon_sym_DASH] = ACTIONS(2100),
    [anon_sym_PLUS_PLUS] = ACTIONS(2102),
    [anon_sym_DASH_DASH] = ACTIONS(2102),
    [anon_sym_PERCENT] = ACTIONS(2102),
    [anon_sym_STAR] = ACTIONS(2102),
    [anon_sym_SLASH] = ACTIONS(2100),
    [anon_sym_PLUS] = ACTIONS(2100),
    [anon_sym_LT_LT] = ACTIONS(2102),
    [anon_sym_GT_GT] = ACTIONS(2100),
    [anon_sym_GT_GT_GT] = ACTIONS(2102),
    [anon_sym_AMP] = ACTIONS(2100),
    [anon_sym_PIPE] = ACTIONS(2100),
    [anon_sym_CARET] = ACTIONS(2102),
    [anon_sym_AMP_AMP] = ACTIONS(2102),
    [anon_sym_PIPE_PIPE] = ACTIONS(2102),
    [anon_sym_EQ_EQ] = ACTIONS(2102),
    [anon_sym_BANG_EQ] = ACTIONS(2102),
    [anon_sym_LT] = ACTIONS(2100),
    [anon_sym_LT_EQ] = ACTIONS(2102),
    [anon_sym_GT] = ACTIONS(2100),
    [anon_sym_GT_EQ] = ACTIONS(2102),
    [anon_sym_EQ_GT] = ACTIONS(2102),
    [anon_sym_QMARK_QMARK] = ACTIONS(2102),
    [anon_sym_EQ] = ACTIONS(2100),
    [sym__rangeOperator] = ACTIONS(2102),
    [anon_sym_null] = ACTIONS(2100),
    [anon_sym_macro] = ACTIONS(2100),
    [anon_sym_abstract] = ACTIONS(2100),
    [anon_sym_static] = ACTIONS(2100),
    [anon_sym_public] = ACTIONS(2100),
    [anon_sym_private] = ACTIONS(2100),
    [anon_sym_extern] = ACTIONS(2100),
    [anon_sym_inline] = ACTIONS(2100),
    [anon_sym_overload] = ACTIONS(2100),
    [anon_sym_override] = ACTIONS(2100),
    [anon_sym_final] = ACTIONS(2100),
    [anon_sym_class] = ACTIONS(2100),
    [anon_sym_interface] = ACTIONS(2100),
    [anon_sym_typedef] = ACTIONS(2100),
    [anon_sym_function] = ACTIONS(2100),
    [anon_sym_var] = ACTIONS(2100),
    [aux_sym_integer_token1] = ACTIONS(2100),
    [aux_sym_integer_token2] = ACTIONS(2102),
    [aux_sym_float_token1] = ACTIONS(2100),
    [aux_sym_float_token2] = ACTIONS(2102),
    [anon_sym_true] = ACTIONS(2100),
    [anon_sym_false] = ACTIONS(2100),
    [aux_sym_string_token1] = ACTIONS(2102),
    [aux_sym_string_token3] = ACTIONS(2102),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2102),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [427] = {
    [sym_identifier] = ACTIONS(2104),
    [anon_sym_POUND] = ACTIONS(2106),
    [anon_sym_package] = ACTIONS(2104),
    [anon_sym_import] = ACTIONS(2104),
    [anon_sym_using] = ACTIONS(2104),
    [anon_sym_throw] = ACTIONS(2104),
    [anon_sym_LPAREN] = ACTIONS(2106),
    [anon_sym_switch] = ACTIONS(2104),
    [anon_sym_LBRACE] = ACTIONS(2106),
    [anon_sym_case] = ACTIONS(2104),
    [anon_sym_default] = ACTIONS(2104),
    [anon_sym_cast] = ACTIONS(2104),
    [anon_sym_DOLLARtype] = ACTIONS(2106),
    [anon_sym_return] = ACTIONS(2104),
    [anon_sym_untyped] = ACTIONS(2104),
    [anon_sym_break] = ACTIONS(2104),
    [anon_sym_continue] = ACTIONS(2104),
    [anon_sym_LBRACK] = ACTIONS(2106),
    [anon_sym_this] = ACTIONS(2104),
    [anon_sym_AT] = ACTIONS(2104),
    [anon_sym_AT_COLON] = ACTIONS(2106),
    [anon_sym_if] = ACTIONS(2104),
    [anon_sym_new] = ACTIONS(2104),
    [anon_sym_TILDE] = ACTIONS(2106),
    [anon_sym_BANG] = ACTIONS(2104),
    [anon_sym_DASH] = ACTIONS(2104),
    [anon_sym_PLUS_PLUS] = ACTIONS(2106),
    [anon_sym_DASH_DASH] = ACTIONS(2106),
    [anon_sym_PERCENT] = ACTIONS(2106),
    [anon_sym_STAR] = ACTIONS(2106),
    [anon_sym_SLASH] = ACTIONS(2104),
    [anon_sym_PLUS] = ACTIONS(2104),
    [anon_sym_LT_LT] = ACTIONS(2106),
    [anon_sym_GT_GT] = ACTIONS(2104),
    [anon_sym_GT_GT_GT] = ACTIONS(2106),
    [anon_sym_AMP] = ACTIONS(2104),
    [anon_sym_PIPE] = ACTIONS(2104),
    [anon_sym_CARET] = ACTIONS(2106),
    [anon_sym_AMP_AMP] = ACTIONS(2106),
    [anon_sym_PIPE_PIPE] = ACTIONS(2106),
    [anon_sym_EQ_EQ] = ACTIONS(2106),
    [anon_sym_BANG_EQ] = ACTIONS(2106),
    [anon_sym_LT] = ACTIONS(2104),
    [anon_sym_LT_EQ] = ACTIONS(2106),
    [anon_sym_GT] = ACTIONS(2104),
    [anon_sym_GT_EQ] = ACTIONS(2106),
    [anon_sym_EQ_GT] = ACTIONS(2106),
    [anon_sym_QMARK_QMARK] = ACTIONS(2106),
    [anon_sym_EQ] = ACTIONS(2104),
    [sym__rangeOperator] = ACTIONS(2106),
    [anon_sym_null] = ACTIONS(2104),
    [anon_sym_macro] = ACTIONS(2104),
    [anon_sym_abstract] = ACTIONS(2104),
    [anon_sym_static] = ACTIONS(2104),
    [anon_sym_public] = ACTIONS(2104),
    [anon_sym_private] = ACTIONS(2104),
    [anon_sym_extern] = ACTIONS(2104),
    [anon_sym_inline] = ACTIONS(2104),
    [anon_sym_overload] = ACTIONS(2104),
    [anon_sym_override] = ACTIONS(2104),
    [anon_sym_final] = ACTIONS(2104),
    [anon_sym_class] = ACTIONS(2104),
    [anon_sym_interface] = ACTIONS(2104),
    [anon_sym_typedef] = ACTIONS(2104),
    [anon_sym_function] = ACTIONS(2104),
    [anon_sym_var] = ACTIONS(2104),
    [aux_sym_integer_token1] = ACTIONS(2104),
    [aux_sym_integer_token2] = ACTIONS(2106),
    [aux_sym_float_token1] = ACTIONS(2104),
    [aux_sym_float_token2] = ACTIONS(2106),
    [anon_sym_true] = ACTIONS(2104),
    [anon_sym_false] = ACTIONS(2104),
    [aux_sym_string_token1] = ACTIONS(2106),
    [aux_sym_string_token3] = ACTIONS(2106),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2106),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [428] = {
    [sym_identifier] = ACTIONS(1596),
    [anon_sym_POUND] = ACTIONS(1598),
    [anon_sym_package] = ACTIONS(1596),
    [anon_sym_import] = ACTIONS(1596),
    [anon_sym_using] = ACTIONS(1596),
    [anon_sym_throw] = ACTIONS(1596),
    [anon_sym_LPAREN] = ACTIONS(1598),
    [anon_sym_switch] = ACTIONS(1596),
    [anon_sym_LBRACE] = ACTIONS(1598),
    [anon_sym_case] = ACTIONS(1596),
    [anon_sym_default] = ACTIONS(1596),
    [anon_sym_cast] = ACTIONS(1596),
    [anon_sym_DOLLARtype] = ACTIONS(1598),
    [anon_sym_return] = ACTIONS(1596),
    [anon_sym_untyped] = ACTIONS(1596),
    [anon_sym_break] = ACTIONS(1596),
    [anon_sym_continue] = ACTIONS(1596),
    [anon_sym_LBRACK] = ACTIONS(1598),
    [anon_sym_this] = ACTIONS(1596),
    [anon_sym_AT] = ACTIONS(1596),
    [anon_sym_AT_COLON] = ACTIONS(1598),
    [anon_sym_if] = ACTIONS(1596),
    [anon_sym_new] = ACTIONS(1596),
    [anon_sym_TILDE] = ACTIONS(1598),
    [anon_sym_BANG] = ACTIONS(1596),
    [anon_sym_DASH] = ACTIONS(1596),
    [anon_sym_PLUS_PLUS] = ACTIONS(1598),
    [anon_sym_DASH_DASH] = ACTIONS(1598),
    [anon_sym_PERCENT] = ACTIONS(1598),
    [anon_sym_STAR] = ACTIONS(1598),
    [anon_sym_SLASH] = ACTIONS(1596),
    [anon_sym_PLUS] = ACTIONS(1596),
    [anon_sym_LT_LT] = ACTIONS(1598),
    [anon_sym_GT_GT] = ACTIONS(1596),
    [anon_sym_GT_GT_GT] = ACTIONS(1598),
    [anon_sym_AMP] = ACTIONS(1596),
    [anon_sym_PIPE] = ACTIONS(1596),
    [anon_sym_CARET] = ACTIONS(1598),
    [anon_sym_AMP_AMP] = ACTIONS(1598),
    [anon_sym_PIPE_PIPE] = ACTIONS(1598),
    [anon_sym_EQ_EQ] = ACTIONS(1598),
    [anon_sym_BANG_EQ] = ACTIONS(1598),
    [anon_sym_LT] = ACTIONS(1596),
    [anon_sym_LT_EQ] = ACTIONS(1598),
    [anon_sym_GT] = ACTIONS(1596),
    [anon_sym_GT_EQ] = ACTIONS(1598),
    [anon_sym_EQ_GT] = ACTIONS(1598),
    [anon_sym_QMARK_QMARK] = ACTIONS(1598),
    [anon_sym_EQ] = ACTIONS(1596),
    [sym__rangeOperator] = ACTIONS(1598),
    [anon_sym_null] = ACTIONS(1596),
    [anon_sym_macro] = ACTIONS(1596),
    [anon_sym_abstract] = ACTIONS(1596),
    [anon_sym_static] = ACTIONS(1596),
    [anon_sym_public] = ACTIONS(1596),
    [anon_sym_private] = ACTIONS(1596),
    [anon_sym_extern] = ACTIONS(1596),
    [anon_sym_inline] = ACTIONS(1596),
    [anon_sym_overload] = ACTIONS(1596),
    [anon_sym_override] = ACTIONS(1596),
    [anon_sym_final] = ACTIONS(1596),
    [anon_sym_class] = ACTIONS(1596),
    [anon_sym_interface] = ACTIONS(1596),
    [anon_sym_typedef] = ACTIONS(1596),
    [anon_sym_function] = ACTIONS(1596),
    [anon_sym_var] = ACTIONS(1596),
    [aux_sym_integer_token1] = ACTIONS(1596),
    [aux_sym_integer_token2] = ACTIONS(1598),
    [aux_sym_float_token1] = ACTIONS(1596),
    [aux_sym_float_token2] = ACTIONS(1598),
    [anon_sym_true] = ACTIONS(1596),
    [anon_sym_false] = ACTIONS(1596),
    [aux_sym_string_token1] = ACTIONS(1598),
    [aux_sym_string_token3] = ACTIONS(1598),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1598),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [429] = {
    [sym_identifier] = ACTIONS(2108),
    [anon_sym_POUND] = ACTIONS(2110),
    [anon_sym_package] = ACTIONS(2108),
    [anon_sym_import] = ACTIONS(2108),
    [anon_sym_using] = ACTIONS(2108),
    [anon_sym_throw] = ACTIONS(2108),
    [anon_sym_LPAREN] = ACTIONS(2110),
    [anon_sym_switch] = ACTIONS(2108),
    [anon_sym_LBRACE] = ACTIONS(2110),
    [anon_sym_case] = ACTIONS(2108),
    [anon_sym_default] = ACTIONS(2108),
    [anon_sym_cast] = ACTIONS(2108),
    [anon_sym_DOLLARtype] = ACTIONS(2110),
    [anon_sym_return] = ACTIONS(2108),
    [anon_sym_untyped] = ACTIONS(2108),
    [anon_sym_break] = ACTIONS(2108),
    [anon_sym_continue] = ACTIONS(2108),
    [anon_sym_LBRACK] = ACTIONS(2110),
    [anon_sym_this] = ACTIONS(2108),
    [anon_sym_AT] = ACTIONS(2108),
    [anon_sym_AT_COLON] = ACTIONS(2110),
    [anon_sym_if] = ACTIONS(2108),
    [anon_sym_new] = ACTIONS(2108),
    [anon_sym_TILDE] = ACTIONS(2110),
    [anon_sym_BANG] = ACTIONS(2108),
    [anon_sym_DASH] = ACTIONS(2108),
    [anon_sym_PLUS_PLUS] = ACTIONS(2110),
    [anon_sym_DASH_DASH] = ACTIONS(2110),
    [anon_sym_PERCENT] = ACTIONS(2110),
    [anon_sym_STAR] = ACTIONS(2110),
    [anon_sym_SLASH] = ACTIONS(2108),
    [anon_sym_PLUS] = ACTIONS(2108),
    [anon_sym_LT_LT] = ACTIONS(2110),
    [anon_sym_GT_GT] = ACTIONS(2108),
    [anon_sym_GT_GT_GT] = ACTIONS(2110),
    [anon_sym_AMP] = ACTIONS(2108),
    [anon_sym_PIPE] = ACTIONS(2108),
    [anon_sym_CARET] = ACTIONS(2110),
    [anon_sym_AMP_AMP] = ACTIONS(2110),
    [anon_sym_PIPE_PIPE] = ACTIONS(2110),
    [anon_sym_EQ_EQ] = ACTIONS(2110),
    [anon_sym_BANG_EQ] = ACTIONS(2110),
    [anon_sym_LT] = ACTIONS(2108),
    [anon_sym_LT_EQ] = ACTIONS(2110),
    [anon_sym_GT] = ACTIONS(2108),
    [anon_sym_GT_EQ] = ACTIONS(2110),
    [anon_sym_EQ_GT] = ACTIONS(2110),
    [anon_sym_QMARK_QMARK] = ACTIONS(2110),
    [anon_sym_EQ] = ACTIONS(2108),
    [sym__rangeOperator] = ACTIONS(2110),
    [anon_sym_null] = ACTIONS(2108),
    [anon_sym_macro] = ACTIONS(2108),
    [anon_sym_abstract] = ACTIONS(2108),
    [anon_sym_static] = ACTIONS(2108),
    [anon_sym_public] = ACTIONS(2108),
    [anon_sym_private] = ACTIONS(2108),
    [anon_sym_extern] = ACTIONS(2108),
    [anon_sym_inline] = ACTIONS(2108),
    [anon_sym_overload] = ACTIONS(2108),
    [anon_sym_override] = ACTIONS(2108),
    [anon_sym_final] = ACTIONS(2108),
    [anon_sym_class] = ACTIONS(2108),
    [anon_sym_interface] = ACTIONS(2108),
    [anon_sym_typedef] = ACTIONS(2108),
    [anon_sym_function] = ACTIONS(2108),
    [anon_sym_var] = ACTIONS(2108),
    [aux_sym_integer_token1] = ACTIONS(2108),
    [aux_sym_integer_token2] = ACTIONS(2110),
    [aux_sym_float_token1] = ACTIONS(2108),
    [aux_sym_float_token2] = ACTIONS(2110),
    [anon_sym_true] = ACTIONS(2108),
    [anon_sym_false] = ACTIONS(2108),
    [aux_sym_string_token1] = ACTIONS(2110),
    [aux_sym_string_token3] = ACTIONS(2110),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2110),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [430] = {
    [sym_identifier] = ACTIONS(2112),
    [anon_sym_POUND] = ACTIONS(2114),
    [anon_sym_package] = ACTIONS(2112),
    [anon_sym_import] = ACTIONS(2112),
    [anon_sym_using] = ACTIONS(2112),
    [anon_sym_throw] = ACTIONS(2112),
    [anon_sym_LPAREN] = ACTIONS(2114),
    [anon_sym_switch] = ACTIONS(2112),
    [anon_sym_LBRACE] = ACTIONS(2114),
    [anon_sym_case] = ACTIONS(2112),
    [anon_sym_default] = ACTIONS(2112),
    [anon_sym_cast] = ACTIONS(2112),
    [anon_sym_DOLLARtype] = ACTIONS(2114),
    [anon_sym_return] = ACTIONS(2112),
    [anon_sym_untyped] = ACTIONS(2112),
    [anon_sym_break] = ACTIONS(2112),
    [anon_sym_continue] = ACTIONS(2112),
    [anon_sym_LBRACK] = ACTIONS(2114),
    [anon_sym_this] = ACTIONS(2112),
    [anon_sym_AT] = ACTIONS(2112),
    [anon_sym_AT_COLON] = ACTIONS(2114),
    [anon_sym_if] = ACTIONS(2112),
    [anon_sym_new] = ACTIONS(2112),
    [anon_sym_TILDE] = ACTIONS(2114),
    [anon_sym_BANG] = ACTIONS(2112),
    [anon_sym_DASH] = ACTIONS(2112),
    [anon_sym_PLUS_PLUS] = ACTIONS(2114),
    [anon_sym_DASH_DASH] = ACTIONS(2114),
    [anon_sym_PERCENT] = ACTIONS(2114),
    [anon_sym_STAR] = ACTIONS(2114),
    [anon_sym_SLASH] = ACTIONS(2112),
    [anon_sym_PLUS] = ACTIONS(2112),
    [anon_sym_LT_LT] = ACTIONS(2114),
    [anon_sym_GT_GT] = ACTIONS(2112),
    [anon_sym_GT_GT_GT] = ACTIONS(2114),
    [anon_sym_AMP] = ACTIONS(2112),
    [anon_sym_PIPE] = ACTIONS(2112),
    [anon_sym_CARET] = ACTIONS(2114),
    [anon_sym_AMP_AMP] = ACTIONS(2114),
    [anon_sym_PIPE_PIPE] = ACTIONS(2114),
    [anon_sym_EQ_EQ] = ACTIONS(2114),
    [anon_sym_BANG_EQ] = ACTIONS(2114),
    [anon_sym_LT] = ACTIONS(2112),
    [anon_sym_LT_EQ] = ACTIONS(2114),
    [anon_sym_GT] = ACTIONS(2112),
    [anon_sym_GT_EQ] = ACTIONS(2114),
    [anon_sym_EQ_GT] = ACTIONS(2114),
    [anon_sym_QMARK_QMARK] = ACTIONS(2114),
    [anon_sym_EQ] = ACTIONS(2112),
    [sym__rangeOperator] = ACTIONS(2114),
    [anon_sym_null] = ACTIONS(2112),
    [anon_sym_macro] = ACTIONS(2112),
    [anon_sym_abstract] = ACTIONS(2112),
    [anon_sym_static] = ACTIONS(2112),
    [anon_sym_public] = ACTIONS(2112),
    [anon_sym_private] = ACTIONS(2112),
    [anon_sym_extern] = ACTIONS(2112),
    [anon_sym_inline] = ACTIONS(2112),
    [anon_sym_overload] = ACTIONS(2112),
    [anon_sym_override] = ACTIONS(2112),
    [anon_sym_final] = ACTIONS(2112),
    [anon_sym_class] = ACTIONS(2112),
    [anon_sym_interface] = ACTIONS(2112),
    [anon_sym_typedef] = ACTIONS(2112),
    [anon_sym_function] = ACTIONS(2112),
    [anon_sym_var] = ACTIONS(2112),
    [aux_sym_integer_token1] = ACTIONS(2112),
    [aux_sym_integer_token2] = ACTIONS(2114),
    [aux_sym_float_token1] = ACTIONS(2112),
    [aux_sym_float_token2] = ACTIONS(2114),
    [anon_sym_true] = ACTIONS(2112),
    [anon_sym_false] = ACTIONS(2112),
    [aux_sym_string_token1] = ACTIONS(2114),
    [aux_sym_string_token3] = ACTIONS(2114),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2114),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [431] = {
    [sym_identifier] = ACTIONS(2116),
    [anon_sym_POUND] = ACTIONS(2118),
    [anon_sym_package] = ACTIONS(2116),
    [anon_sym_import] = ACTIONS(2116),
    [anon_sym_using] = ACTIONS(2116),
    [anon_sym_throw] = ACTIONS(2116),
    [anon_sym_LPAREN] = ACTIONS(2118),
    [anon_sym_switch] = ACTIONS(2116),
    [anon_sym_LBRACE] = ACTIONS(2118),
    [anon_sym_case] = ACTIONS(2116),
    [anon_sym_default] = ACTIONS(2116),
    [anon_sym_cast] = ACTIONS(2116),
    [anon_sym_DOLLARtype] = ACTIONS(2118),
    [anon_sym_return] = ACTIONS(2116),
    [anon_sym_untyped] = ACTIONS(2116),
    [anon_sym_break] = ACTIONS(2116),
    [anon_sym_continue] = ACTIONS(2116),
    [anon_sym_LBRACK] = ACTIONS(2118),
    [anon_sym_this] = ACTIONS(2116),
    [anon_sym_AT] = ACTIONS(2116),
    [anon_sym_AT_COLON] = ACTIONS(2118),
    [anon_sym_if] = ACTIONS(2116),
    [anon_sym_new] = ACTIONS(2116),
    [anon_sym_TILDE] = ACTIONS(2118),
    [anon_sym_BANG] = ACTIONS(2116),
    [anon_sym_DASH] = ACTIONS(2116),
    [anon_sym_PLUS_PLUS] = ACTIONS(2118),
    [anon_sym_DASH_DASH] = ACTIONS(2118),
    [anon_sym_PERCENT] = ACTIONS(2118),
    [anon_sym_STAR] = ACTIONS(2118),
    [anon_sym_SLASH] = ACTIONS(2116),
    [anon_sym_PLUS] = ACTIONS(2116),
    [anon_sym_LT_LT] = ACTIONS(2118),
    [anon_sym_GT_GT] = ACTIONS(2116),
    [anon_sym_GT_GT_GT] = ACTIONS(2118),
    [anon_sym_AMP] = ACTIONS(2116),
    [anon_sym_PIPE] = ACTIONS(2116),
    [anon_sym_CARET] = ACTIONS(2118),
    [anon_sym_AMP_AMP] = ACTIONS(2118),
    [anon_sym_PIPE_PIPE] = ACTIONS(2118),
    [anon_sym_EQ_EQ] = ACTIONS(2118),
    [anon_sym_BANG_EQ] = ACTIONS(2118),
    [anon_sym_LT] = ACTIONS(2116),
    [anon_sym_LT_EQ] = ACTIONS(2118),
    [anon_sym_GT] = ACTIONS(2116),
    [anon_sym_GT_EQ] = ACTIONS(2118),
    [anon_sym_EQ_GT] = ACTIONS(2118),
    [anon_sym_QMARK_QMARK] = ACTIONS(2118),
    [anon_sym_EQ] = ACTIONS(2116),
    [sym__rangeOperator] = ACTIONS(2118),
    [anon_sym_null] = ACTIONS(2116),
    [anon_sym_macro] = ACTIONS(2116),
    [anon_sym_abstract] = ACTIONS(2116),
    [anon_sym_static] = ACTIONS(2116),
    [anon_sym_public] = ACTIONS(2116),
    [anon_sym_private] = ACTIONS(2116),
    [anon_sym_extern] = ACTIONS(2116),
    [anon_sym_inline] = ACTIONS(2116),
    [anon_sym_overload] = ACTIONS(2116),
    [anon_sym_override] = ACTIONS(2116),
    [anon_sym_final] = ACTIONS(2116),
    [anon_sym_class] = ACTIONS(2116),
    [anon_sym_interface] = ACTIONS(2116),
    [anon_sym_typedef] = ACTIONS(2116),
    [anon_sym_function] = ACTIONS(2116),
    [anon_sym_var] = ACTIONS(2116),
    [aux_sym_integer_token1] = ACTIONS(2116),
    [aux_sym_integer_token2] = ACTIONS(2118),
    [aux_sym_float_token1] = ACTIONS(2116),
    [aux_sym_float_token2] = ACTIONS(2118),
    [anon_sym_true] = ACTIONS(2116),
    [anon_sym_false] = ACTIONS(2116),
    [aux_sym_string_token1] = ACTIONS(2118),
    [aux_sym_string_token3] = ACTIONS(2118),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2118),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [432] = {
    [sym_identifier] = ACTIONS(2120),
    [anon_sym_POUND] = ACTIONS(2122),
    [anon_sym_package] = ACTIONS(2120),
    [anon_sym_import] = ACTIONS(2120),
    [anon_sym_using] = ACTIONS(2120),
    [anon_sym_throw] = ACTIONS(2120),
    [anon_sym_LPAREN] = ACTIONS(2122),
    [anon_sym_switch] = ACTIONS(2120),
    [anon_sym_LBRACE] = ACTIONS(2122),
    [anon_sym_case] = ACTIONS(2120),
    [anon_sym_default] = ACTIONS(2120),
    [anon_sym_cast] = ACTIONS(2120),
    [anon_sym_DOLLARtype] = ACTIONS(2122),
    [anon_sym_return] = ACTIONS(2120),
    [anon_sym_untyped] = ACTIONS(2120),
    [anon_sym_break] = ACTIONS(2120),
    [anon_sym_continue] = ACTIONS(2120),
    [anon_sym_LBRACK] = ACTIONS(2122),
    [anon_sym_this] = ACTIONS(2120),
    [anon_sym_AT] = ACTIONS(2120),
    [anon_sym_AT_COLON] = ACTIONS(2122),
    [anon_sym_if] = ACTIONS(2120),
    [anon_sym_new] = ACTIONS(2120),
    [anon_sym_TILDE] = ACTIONS(2122),
    [anon_sym_BANG] = ACTIONS(2120),
    [anon_sym_DASH] = ACTIONS(2120),
    [anon_sym_PLUS_PLUS] = ACTIONS(2122),
    [anon_sym_DASH_DASH] = ACTIONS(2122),
    [anon_sym_PERCENT] = ACTIONS(2122),
    [anon_sym_STAR] = ACTIONS(2122),
    [anon_sym_SLASH] = ACTIONS(2120),
    [anon_sym_PLUS] = ACTIONS(2120),
    [anon_sym_LT_LT] = ACTIONS(2122),
    [anon_sym_GT_GT] = ACTIONS(2120),
    [anon_sym_GT_GT_GT] = ACTIONS(2122),
    [anon_sym_AMP] = ACTIONS(2120),
    [anon_sym_PIPE] = ACTIONS(2120),
    [anon_sym_CARET] = ACTIONS(2122),
    [anon_sym_AMP_AMP] = ACTIONS(2122),
    [anon_sym_PIPE_PIPE] = ACTIONS(2122),
    [anon_sym_EQ_EQ] = ACTIONS(2122),
    [anon_sym_BANG_EQ] = ACTIONS(2122),
    [anon_sym_LT] = ACTIONS(2120),
    [anon_sym_LT_EQ] = ACTIONS(2122),
    [anon_sym_GT] = ACTIONS(2120),
    [anon_sym_GT_EQ] = ACTIONS(2122),
    [anon_sym_EQ_GT] = ACTIONS(2122),
    [anon_sym_QMARK_QMARK] = ACTIONS(2122),
    [anon_sym_EQ] = ACTIONS(2120),
    [sym__rangeOperator] = ACTIONS(2122),
    [anon_sym_null] = ACTIONS(2120),
    [anon_sym_macro] = ACTIONS(2120),
    [anon_sym_abstract] = ACTIONS(2120),
    [anon_sym_static] = ACTIONS(2120),
    [anon_sym_public] = ACTIONS(2120),
    [anon_sym_private] = ACTIONS(2120),
    [anon_sym_extern] = ACTIONS(2120),
    [anon_sym_inline] = ACTIONS(2120),
    [anon_sym_overload] = ACTIONS(2120),
    [anon_sym_override] = ACTIONS(2120),
    [anon_sym_final] = ACTIONS(2120),
    [anon_sym_class] = ACTIONS(2120),
    [anon_sym_interface] = ACTIONS(2120),
    [anon_sym_typedef] = ACTIONS(2120),
    [anon_sym_function] = ACTIONS(2120),
    [anon_sym_var] = ACTIONS(2120),
    [aux_sym_integer_token1] = ACTIONS(2120),
    [aux_sym_integer_token2] = ACTIONS(2122),
    [aux_sym_float_token1] = ACTIONS(2120),
    [aux_sym_float_token2] = ACTIONS(2122),
    [anon_sym_true] = ACTIONS(2120),
    [anon_sym_false] = ACTIONS(2120),
    [aux_sym_string_token1] = ACTIONS(2122),
    [aux_sym_string_token3] = ACTIONS(2122),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2122),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [433] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(2124),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1502),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(2126),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1504),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1602),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [434] = {
    [sym_identifier] = ACTIONS(2128),
    [anon_sym_POUND] = ACTIONS(2130),
    [anon_sym_package] = ACTIONS(2128),
    [anon_sym_import] = ACTIONS(2128),
    [anon_sym_using] = ACTIONS(2128),
    [anon_sym_throw] = ACTIONS(2128),
    [anon_sym_LPAREN] = ACTIONS(2130),
    [anon_sym_switch] = ACTIONS(2128),
    [anon_sym_LBRACE] = ACTIONS(2130),
    [anon_sym_case] = ACTIONS(2128),
    [anon_sym_default] = ACTIONS(2128),
    [anon_sym_cast] = ACTIONS(2128),
    [anon_sym_DOLLARtype] = ACTIONS(2130),
    [anon_sym_return] = ACTIONS(2128),
    [anon_sym_untyped] = ACTIONS(2128),
    [anon_sym_break] = ACTIONS(2128),
    [anon_sym_continue] = ACTIONS(2128),
    [anon_sym_LBRACK] = ACTIONS(2130),
    [anon_sym_this] = ACTIONS(2128),
    [anon_sym_AT] = ACTIONS(2128),
    [anon_sym_AT_COLON] = ACTIONS(2130),
    [anon_sym_if] = ACTIONS(2128),
    [anon_sym_new] = ACTIONS(2128),
    [anon_sym_TILDE] = ACTIONS(2130),
    [anon_sym_BANG] = ACTIONS(2128),
    [anon_sym_DASH] = ACTIONS(2128),
    [anon_sym_PLUS_PLUS] = ACTIONS(2130),
    [anon_sym_DASH_DASH] = ACTIONS(2130),
    [anon_sym_PERCENT] = ACTIONS(2130),
    [anon_sym_STAR] = ACTIONS(2130),
    [anon_sym_SLASH] = ACTIONS(2128),
    [anon_sym_PLUS] = ACTIONS(2128),
    [anon_sym_LT_LT] = ACTIONS(2130),
    [anon_sym_GT_GT] = ACTIONS(2128),
    [anon_sym_GT_GT_GT] = ACTIONS(2130),
    [anon_sym_AMP] = ACTIONS(2128),
    [anon_sym_PIPE] = ACTIONS(2128),
    [anon_sym_CARET] = ACTIONS(2130),
    [anon_sym_AMP_AMP] = ACTIONS(2130),
    [anon_sym_PIPE_PIPE] = ACTIONS(2130),
    [anon_sym_EQ_EQ] = ACTIONS(2130),
    [anon_sym_BANG_EQ] = ACTIONS(2130),
    [anon_sym_LT] = ACTIONS(2128),
    [anon_sym_LT_EQ] = ACTIONS(2130),
    [anon_sym_GT] = ACTIONS(2128),
    [anon_sym_GT_EQ] = ACTIONS(2130),
    [anon_sym_EQ_GT] = ACTIONS(2130),
    [anon_sym_QMARK_QMARK] = ACTIONS(2130),
    [anon_sym_EQ] = ACTIONS(2128),
    [sym__rangeOperator] = ACTIONS(2130),
    [anon_sym_null] = ACTIONS(2128),
    [anon_sym_macro] = ACTIONS(2128),
    [anon_sym_abstract] = ACTIONS(2128),
    [anon_sym_static] = ACTIONS(2128),
    [anon_sym_public] = ACTIONS(2128),
    [anon_sym_private] = ACTIONS(2128),
    [anon_sym_extern] = ACTIONS(2128),
    [anon_sym_inline] = ACTIONS(2128),
    [anon_sym_overload] = ACTIONS(2128),
    [anon_sym_override] = ACTIONS(2128),
    [anon_sym_final] = ACTIONS(2128),
    [anon_sym_class] = ACTIONS(2128),
    [anon_sym_interface] = ACTIONS(2128),
    [anon_sym_typedef] = ACTIONS(2128),
    [anon_sym_function] = ACTIONS(2128),
    [anon_sym_var] = ACTIONS(2128),
    [aux_sym_integer_token1] = ACTIONS(2128),
    [aux_sym_integer_token2] = ACTIONS(2130),
    [aux_sym_float_token1] = ACTIONS(2128),
    [aux_sym_float_token2] = ACTIONS(2130),
    [anon_sym_true] = ACTIONS(2128),
    [anon_sym_false] = ACTIONS(2128),
    [aux_sym_string_token1] = ACTIONS(2130),
    [aux_sym_string_token3] = ACTIONS(2130),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2130),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [435] = {
    [ts_builtin_sym_end] = ACTIONS(1518),
    [sym_identifier] = ACTIONS(1520),
    [anon_sym_POUND] = ACTIONS(1518),
    [anon_sym_package] = ACTIONS(1520),
    [anon_sym_import] = ACTIONS(1520),
    [anon_sym_using] = ACTIONS(1520),
    [anon_sym_throw] = ACTIONS(1520),
    [anon_sym_LPAREN] = ACTIONS(1518),
    [anon_sym_switch] = ACTIONS(1520),
    [anon_sym_LBRACE] = ACTIONS(1518),
    [anon_sym_cast] = ACTIONS(1520),
    [anon_sym_DOLLARtype] = ACTIONS(1518),
    [anon_sym_return] = ACTIONS(1520),
    [anon_sym_untyped] = ACTIONS(1520),
    [anon_sym_break] = ACTIONS(1520),
    [anon_sym_continue] = ACTIONS(1520),
    [anon_sym_LBRACK] = ACTIONS(1518),
    [anon_sym_this] = ACTIONS(1520),
    [anon_sym_AT] = ACTIONS(1520),
    [anon_sym_AT_COLON] = ACTIONS(1518),
    [anon_sym_if] = ACTIONS(1520),
    [anon_sym_else] = ACTIONS(1520),
    [anon_sym_elseif] = ACTIONS(1518),
    [anon_sym_new] = ACTIONS(1520),
    [anon_sym_TILDE] = ACTIONS(1518),
    [anon_sym_BANG] = ACTIONS(1520),
    [anon_sym_DASH] = ACTIONS(1520),
    [anon_sym_PLUS_PLUS] = ACTIONS(1518),
    [anon_sym_DASH_DASH] = ACTIONS(1518),
    [anon_sym_PERCENT] = ACTIONS(1518),
    [anon_sym_STAR] = ACTIONS(1518),
    [anon_sym_SLASH] = ACTIONS(1520),
    [anon_sym_PLUS] = ACTIONS(1520),
    [anon_sym_LT_LT] = ACTIONS(1518),
    [anon_sym_GT_GT] = ACTIONS(1520),
    [anon_sym_GT_GT_GT] = ACTIONS(1518),
    [anon_sym_AMP] = ACTIONS(1520),
    [anon_sym_PIPE] = ACTIONS(1520),
    [anon_sym_CARET] = ACTIONS(1518),
    [anon_sym_AMP_AMP] = ACTIONS(1518),
    [anon_sym_PIPE_PIPE] = ACTIONS(1518),
    [anon_sym_EQ_EQ] = ACTIONS(1518),
    [anon_sym_BANG_EQ] = ACTIONS(1518),
    [anon_sym_LT] = ACTIONS(1520),
    [anon_sym_LT_EQ] = ACTIONS(1518),
    [anon_sym_GT] = ACTIONS(1520),
    [anon_sym_GT_EQ] = ACTIONS(1518),
    [anon_sym_EQ_GT] = ACTIONS(1518),
    [anon_sym_QMARK_QMARK] = ACTIONS(1518),
    [anon_sym_EQ] = ACTIONS(1520),
    [sym__rangeOperator] = ACTIONS(1518),
    [anon_sym_null] = ACTIONS(1520),
    [anon_sym_macro] = ACTIONS(1520),
    [anon_sym_abstract] = ACTIONS(1520),
    [anon_sym_static] = ACTIONS(1520),
    [anon_sym_public] = ACTIONS(1520),
    [anon_sym_private] = ACTIONS(1520),
    [anon_sym_extern] = ACTIONS(1520),
    [anon_sym_inline] = ACTIONS(1520),
    [anon_sym_overload] = ACTIONS(1520),
    [anon_sym_override] = ACTIONS(1520),
    [anon_sym_final] = ACTIONS(1520),
    [anon_sym_class] = ACTIONS(1520),
    [anon_sym_interface] = ACTIONS(1520),
    [anon_sym_typedef] = ACTIONS(1520),
    [anon_sym_function] = ACTIONS(1520),
    [anon_sym_var] = ACTIONS(1520),
    [aux_sym_integer_token1] = ACTIONS(1520),
    [aux_sym_integer_token2] = ACTIONS(1518),
    [aux_sym_float_token1] = ACTIONS(1520),
    [aux_sym_float_token2] = ACTIONS(1518),
    [anon_sym_true] = ACTIONS(1520),
    [anon_sym_false] = ACTIONS(1520),
    [aux_sym_string_token1] = ACTIONS(1518),
    [aux_sym_string_token3] = ACTIONS(1518),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [436] = {
    [sym_identifier] = ACTIONS(1394),
    [anon_sym_POUND] = ACTIONS(1392),
    [anon_sym_package] = ACTIONS(1394),
    [anon_sym_DOT] = ACTIONS(1394),
    [anon_sym_import] = ACTIONS(1394),
    [anon_sym_using] = ACTIONS(1394),
    [anon_sym_throw] = ACTIONS(1394),
    [anon_sym_LPAREN] = ACTIONS(1392),
    [anon_sym_switch] = ACTIONS(1394),
    [anon_sym_LBRACE] = ACTIONS(1392),
    [anon_sym_cast] = ACTIONS(1394),
    [anon_sym_DOLLARtype] = ACTIONS(1392),
    [anon_sym_return] = ACTIONS(1394),
    [anon_sym_untyped] = ACTIONS(1394),
    [anon_sym_break] = ACTIONS(1394),
    [anon_sym_continue] = ACTIONS(1394),
    [anon_sym_LBRACK] = ACTIONS(1392),
    [anon_sym_this] = ACTIONS(1394),
    [anon_sym_QMARK] = ACTIONS(1394),
    [anon_sym_AT] = ACTIONS(1394),
    [anon_sym_AT_COLON] = ACTIONS(1392),
    [anon_sym_if] = ACTIONS(1394),
    [anon_sym_new] = ACTIONS(1394),
    [anon_sym_TILDE] = ACTIONS(1392),
    [anon_sym_BANG] = ACTIONS(1394),
    [anon_sym_DASH] = ACTIONS(1394),
    [anon_sym_PLUS_PLUS] = ACTIONS(1392),
    [anon_sym_DASH_DASH] = ACTIONS(1392),
    [anon_sym_PERCENT] = ACTIONS(1392),
    [anon_sym_STAR] = ACTIONS(1392),
    [anon_sym_SLASH] = ACTIONS(1394),
    [anon_sym_PLUS] = ACTIONS(1394),
    [anon_sym_LT_LT] = ACTIONS(1392),
    [anon_sym_GT_GT] = ACTIONS(1394),
    [anon_sym_GT_GT_GT] = ACTIONS(1392),
    [anon_sym_AMP] = ACTIONS(1394),
    [anon_sym_PIPE] = ACTIONS(1394),
    [anon_sym_CARET] = ACTIONS(1392),
    [anon_sym_AMP_AMP] = ACTIONS(1392),
    [anon_sym_PIPE_PIPE] = ACTIONS(1392),
    [anon_sym_EQ_EQ] = ACTIONS(1392),
    [anon_sym_BANG_EQ] = ACTIONS(1392),
    [anon_sym_LT] = ACTIONS(1394),
    [anon_sym_LT_EQ] = ACTIONS(1392),
    [anon_sym_GT] = ACTIONS(1394),
    [anon_sym_GT_EQ] = ACTIONS(1392),
    [anon_sym_EQ_GT] = ACTIONS(1392),
    [anon_sym_QMARK_QMARK] = ACTIONS(1392),
    [anon_sym_EQ] = ACTIONS(1394),
    [sym__rangeOperator] = ACTIONS(1392),
    [anon_sym_null] = ACTIONS(1394),
    [anon_sym_macro] = ACTIONS(1394),
    [anon_sym_abstract] = ACTIONS(1394),
    [anon_sym_static] = ACTIONS(1394),
    [anon_sym_public] = ACTIONS(1394),
    [anon_sym_private] = ACTIONS(1394),
    [anon_sym_extern] = ACTIONS(1394),
    [anon_sym_inline] = ACTIONS(1394),
    [anon_sym_overload] = ACTIONS(1394),
    [anon_sym_override] = ACTIONS(1394),
    [anon_sym_final] = ACTIONS(1394),
    [anon_sym_class] = ACTIONS(1394),
    [anon_sym_interface] = ACTIONS(1394),
    [anon_sym_typedef] = ACTIONS(1394),
    [anon_sym_function] = ACTIONS(1394),
    [anon_sym_var] = ACTIONS(1394),
    [aux_sym_integer_token1] = ACTIONS(1394),
    [aux_sym_integer_token2] = ACTIONS(1392),
    [aux_sym_float_token1] = ACTIONS(1394),
    [aux_sym_float_token2] = ACTIONS(1392),
    [anon_sym_true] = ACTIONS(1394),
    [anon_sym_false] = ACTIONS(1394),
    [aux_sym_string_token1] = ACTIONS(1392),
    [aux_sym_string_token3] = ACTIONS(1392),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1392),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [437] = {
    [sym_identifier] = ACTIONS(2132),
    [anon_sym_POUND] = ACTIONS(2134),
    [anon_sym_package] = ACTIONS(2132),
    [anon_sym_import] = ACTIONS(2132),
    [anon_sym_using] = ACTIONS(2132),
    [anon_sym_throw] = ACTIONS(2132),
    [anon_sym_LPAREN] = ACTIONS(2134),
    [anon_sym_switch] = ACTIONS(2132),
    [anon_sym_LBRACE] = ACTIONS(2134),
    [anon_sym_case] = ACTIONS(2132),
    [anon_sym_default] = ACTIONS(2132),
    [anon_sym_cast] = ACTIONS(2132),
    [anon_sym_DOLLARtype] = ACTIONS(2134),
    [anon_sym_return] = ACTIONS(2132),
    [anon_sym_untyped] = ACTIONS(2132),
    [anon_sym_break] = ACTIONS(2132),
    [anon_sym_continue] = ACTIONS(2132),
    [anon_sym_LBRACK] = ACTIONS(2134),
    [anon_sym_this] = ACTIONS(2132),
    [anon_sym_AT] = ACTIONS(2132),
    [anon_sym_AT_COLON] = ACTIONS(2134),
    [anon_sym_if] = ACTIONS(2132),
    [anon_sym_new] = ACTIONS(2132),
    [anon_sym_TILDE] = ACTIONS(2134),
    [anon_sym_BANG] = ACTIONS(2132),
    [anon_sym_DASH] = ACTIONS(2132),
    [anon_sym_PLUS_PLUS] = ACTIONS(2134),
    [anon_sym_DASH_DASH] = ACTIONS(2134),
    [anon_sym_PERCENT] = ACTIONS(2134),
    [anon_sym_STAR] = ACTIONS(2134),
    [anon_sym_SLASH] = ACTIONS(2132),
    [anon_sym_PLUS] = ACTIONS(2132),
    [anon_sym_LT_LT] = ACTIONS(2134),
    [anon_sym_GT_GT] = ACTIONS(2132),
    [anon_sym_GT_GT_GT] = ACTIONS(2134),
    [anon_sym_AMP] = ACTIONS(2132),
    [anon_sym_PIPE] = ACTIONS(2132),
    [anon_sym_CARET] = ACTIONS(2134),
    [anon_sym_AMP_AMP] = ACTIONS(2134),
    [anon_sym_PIPE_PIPE] = ACTIONS(2134),
    [anon_sym_EQ_EQ] = ACTIONS(2134),
    [anon_sym_BANG_EQ] = ACTIONS(2134),
    [anon_sym_LT] = ACTIONS(2132),
    [anon_sym_LT_EQ] = ACTIONS(2134),
    [anon_sym_GT] = ACTIONS(2132),
    [anon_sym_GT_EQ] = ACTIONS(2134),
    [anon_sym_EQ_GT] = ACTIONS(2134),
    [anon_sym_QMARK_QMARK] = ACTIONS(2134),
    [anon_sym_EQ] = ACTIONS(2132),
    [sym__rangeOperator] = ACTIONS(2134),
    [anon_sym_null] = ACTIONS(2132),
    [anon_sym_macro] = ACTIONS(2132),
    [anon_sym_abstract] = ACTIONS(2132),
    [anon_sym_static] = ACTIONS(2132),
    [anon_sym_public] = ACTIONS(2132),
    [anon_sym_private] = ACTIONS(2132),
    [anon_sym_extern] = ACTIONS(2132),
    [anon_sym_inline] = ACTIONS(2132),
    [anon_sym_overload] = ACTIONS(2132),
    [anon_sym_override] = ACTIONS(2132),
    [anon_sym_final] = ACTIONS(2132),
    [anon_sym_class] = ACTIONS(2132),
    [anon_sym_interface] = ACTIONS(2132),
    [anon_sym_typedef] = ACTIONS(2132),
    [anon_sym_function] = ACTIONS(2132),
    [anon_sym_var] = ACTIONS(2132),
    [aux_sym_integer_token1] = ACTIONS(2132),
    [aux_sym_integer_token2] = ACTIONS(2134),
    [aux_sym_float_token1] = ACTIONS(2132),
    [aux_sym_float_token2] = ACTIONS(2134),
    [anon_sym_true] = ACTIONS(2132),
    [anon_sym_false] = ACTIONS(2132),
    [aux_sym_string_token1] = ACTIONS(2134),
    [aux_sym_string_token3] = ACTIONS(2134),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2134),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [438] = {
    [sym_identifier] = ACTIONS(2136),
    [anon_sym_POUND] = ACTIONS(2138),
    [anon_sym_package] = ACTIONS(2136),
    [anon_sym_import] = ACTIONS(2136),
    [anon_sym_using] = ACTIONS(2136),
    [anon_sym_throw] = ACTIONS(2136),
    [anon_sym_LPAREN] = ACTIONS(2138),
    [anon_sym_switch] = ACTIONS(2136),
    [anon_sym_LBRACE] = ACTIONS(2138),
    [anon_sym_case] = ACTIONS(2136),
    [anon_sym_default] = ACTIONS(2136),
    [anon_sym_cast] = ACTIONS(2136),
    [anon_sym_DOLLARtype] = ACTIONS(2138),
    [anon_sym_return] = ACTIONS(2136),
    [anon_sym_untyped] = ACTIONS(2136),
    [anon_sym_break] = ACTIONS(2136),
    [anon_sym_continue] = ACTIONS(2136),
    [anon_sym_LBRACK] = ACTIONS(2138),
    [anon_sym_this] = ACTIONS(2136),
    [anon_sym_AT] = ACTIONS(2136),
    [anon_sym_AT_COLON] = ACTIONS(2138),
    [anon_sym_if] = ACTIONS(2136),
    [anon_sym_new] = ACTIONS(2136),
    [anon_sym_TILDE] = ACTIONS(2138),
    [anon_sym_BANG] = ACTIONS(2136),
    [anon_sym_DASH] = ACTIONS(2136),
    [anon_sym_PLUS_PLUS] = ACTIONS(2138),
    [anon_sym_DASH_DASH] = ACTIONS(2138),
    [anon_sym_PERCENT] = ACTIONS(2138),
    [anon_sym_STAR] = ACTIONS(2138),
    [anon_sym_SLASH] = ACTIONS(2136),
    [anon_sym_PLUS] = ACTIONS(2136),
    [anon_sym_LT_LT] = ACTIONS(2138),
    [anon_sym_GT_GT] = ACTIONS(2136),
    [anon_sym_GT_GT_GT] = ACTIONS(2138),
    [anon_sym_AMP] = ACTIONS(2136),
    [anon_sym_PIPE] = ACTIONS(2136),
    [anon_sym_CARET] = ACTIONS(2138),
    [anon_sym_AMP_AMP] = ACTIONS(2138),
    [anon_sym_PIPE_PIPE] = ACTIONS(2138),
    [anon_sym_EQ_EQ] = ACTIONS(2138),
    [anon_sym_BANG_EQ] = ACTIONS(2138),
    [anon_sym_LT] = ACTIONS(2136),
    [anon_sym_LT_EQ] = ACTIONS(2138),
    [anon_sym_GT] = ACTIONS(2136),
    [anon_sym_GT_EQ] = ACTIONS(2138),
    [anon_sym_EQ_GT] = ACTIONS(2138),
    [anon_sym_QMARK_QMARK] = ACTIONS(2138),
    [anon_sym_EQ] = ACTIONS(2136),
    [sym__rangeOperator] = ACTIONS(2138),
    [anon_sym_null] = ACTIONS(2136),
    [anon_sym_macro] = ACTIONS(2136),
    [anon_sym_abstract] = ACTIONS(2136),
    [anon_sym_static] = ACTIONS(2136),
    [anon_sym_public] = ACTIONS(2136),
    [anon_sym_private] = ACTIONS(2136),
    [anon_sym_extern] = ACTIONS(2136),
    [anon_sym_inline] = ACTIONS(2136),
    [anon_sym_overload] = ACTIONS(2136),
    [anon_sym_override] = ACTIONS(2136),
    [anon_sym_final] = ACTIONS(2136),
    [anon_sym_class] = ACTIONS(2136),
    [anon_sym_interface] = ACTIONS(2136),
    [anon_sym_typedef] = ACTIONS(2136),
    [anon_sym_function] = ACTIONS(2136),
    [anon_sym_var] = ACTIONS(2136),
    [aux_sym_integer_token1] = ACTIONS(2136),
    [aux_sym_integer_token2] = ACTIONS(2138),
    [aux_sym_float_token1] = ACTIONS(2136),
    [aux_sym_float_token2] = ACTIONS(2138),
    [anon_sym_true] = ACTIONS(2136),
    [anon_sym_false] = ACTIONS(2136),
    [aux_sym_string_token1] = ACTIONS(2138),
    [aux_sym_string_token3] = ACTIONS(2138),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2138),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [439] = {
    [sym_identifier] = ACTIONS(1406),
    [anon_sym_POUND] = ACTIONS(1404),
    [anon_sym_package] = ACTIONS(1406),
    [anon_sym_DOT] = ACTIONS(1406),
    [anon_sym_import] = ACTIONS(1406),
    [anon_sym_using] = ACTIONS(1406),
    [anon_sym_throw] = ACTIONS(1406),
    [anon_sym_LPAREN] = ACTIONS(1404),
    [anon_sym_switch] = ACTIONS(1406),
    [anon_sym_LBRACE] = ACTIONS(1404),
    [anon_sym_cast] = ACTIONS(1406),
    [anon_sym_DOLLARtype] = ACTIONS(1404),
    [anon_sym_return] = ACTIONS(1406),
    [anon_sym_untyped] = ACTIONS(1406),
    [anon_sym_break] = ACTIONS(1406),
    [anon_sym_continue] = ACTIONS(1406),
    [anon_sym_LBRACK] = ACTIONS(1404),
    [anon_sym_this] = ACTIONS(1406),
    [anon_sym_QMARK] = ACTIONS(1406),
    [anon_sym_AT] = ACTIONS(1406),
    [anon_sym_AT_COLON] = ACTIONS(1404),
    [anon_sym_if] = ACTIONS(1406),
    [anon_sym_new] = ACTIONS(1406),
    [anon_sym_TILDE] = ACTIONS(1404),
    [anon_sym_BANG] = ACTIONS(1406),
    [anon_sym_DASH] = ACTIONS(1406),
    [anon_sym_PLUS_PLUS] = ACTIONS(1404),
    [anon_sym_DASH_DASH] = ACTIONS(1404),
    [anon_sym_PERCENT] = ACTIONS(1404),
    [anon_sym_STAR] = ACTIONS(1404),
    [anon_sym_SLASH] = ACTIONS(1406),
    [anon_sym_PLUS] = ACTIONS(1406),
    [anon_sym_LT_LT] = ACTIONS(1404),
    [anon_sym_GT_GT] = ACTIONS(1406),
    [anon_sym_GT_GT_GT] = ACTIONS(1404),
    [anon_sym_AMP] = ACTIONS(1406),
    [anon_sym_PIPE] = ACTIONS(1406),
    [anon_sym_CARET] = ACTIONS(1404),
    [anon_sym_AMP_AMP] = ACTIONS(1404),
    [anon_sym_PIPE_PIPE] = ACTIONS(1404),
    [anon_sym_EQ_EQ] = ACTIONS(1404),
    [anon_sym_BANG_EQ] = ACTIONS(1404),
    [anon_sym_LT] = ACTIONS(1406),
    [anon_sym_LT_EQ] = ACTIONS(1404),
    [anon_sym_GT] = ACTIONS(1406),
    [anon_sym_GT_EQ] = ACTIONS(1404),
    [anon_sym_EQ_GT] = ACTIONS(1404),
    [anon_sym_QMARK_QMARK] = ACTIONS(1404),
    [anon_sym_EQ] = ACTIONS(1406),
    [sym__rangeOperator] = ACTIONS(1404),
    [anon_sym_null] = ACTIONS(1406),
    [anon_sym_macro] = ACTIONS(1406),
    [anon_sym_abstract] = ACTIONS(1406),
    [anon_sym_static] = ACTIONS(1406),
    [anon_sym_public] = ACTIONS(1406),
    [anon_sym_private] = ACTIONS(1406),
    [anon_sym_extern] = ACTIONS(1406),
    [anon_sym_inline] = ACTIONS(1406),
    [anon_sym_overload] = ACTIONS(1406),
    [anon_sym_override] = ACTIONS(1406),
    [anon_sym_final] = ACTIONS(1406),
    [anon_sym_class] = ACTIONS(1406),
    [anon_sym_interface] = ACTIONS(1406),
    [anon_sym_typedef] = ACTIONS(1406),
    [anon_sym_function] = ACTIONS(1406),
    [anon_sym_var] = ACTIONS(1406),
    [aux_sym_integer_token1] = ACTIONS(1406),
    [aux_sym_integer_token2] = ACTIONS(1404),
    [aux_sym_float_token1] = ACTIONS(1406),
    [aux_sym_float_token2] = ACTIONS(1404),
    [anon_sym_true] = ACTIONS(1406),
    [anon_sym_false] = ACTIONS(1406),
    [aux_sym_string_token1] = ACTIONS(1404),
    [aux_sym_string_token3] = ACTIONS(1404),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1404),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [440] = {
    [sym_identifier] = ACTIONS(2140),
    [anon_sym_POUND] = ACTIONS(2142),
    [anon_sym_package] = ACTIONS(2140),
    [anon_sym_import] = ACTIONS(2140),
    [anon_sym_using] = ACTIONS(2140),
    [anon_sym_throw] = ACTIONS(2140),
    [anon_sym_LPAREN] = ACTIONS(2142),
    [anon_sym_switch] = ACTIONS(2140),
    [anon_sym_LBRACE] = ACTIONS(2142),
    [anon_sym_case] = ACTIONS(2140),
    [anon_sym_default] = ACTIONS(2140),
    [anon_sym_cast] = ACTIONS(2140),
    [anon_sym_DOLLARtype] = ACTIONS(2142),
    [anon_sym_return] = ACTIONS(2140),
    [anon_sym_untyped] = ACTIONS(2140),
    [anon_sym_break] = ACTIONS(2140),
    [anon_sym_continue] = ACTIONS(2140),
    [anon_sym_LBRACK] = ACTIONS(2142),
    [anon_sym_this] = ACTIONS(2140),
    [anon_sym_AT] = ACTIONS(2140),
    [anon_sym_AT_COLON] = ACTIONS(2142),
    [anon_sym_if] = ACTIONS(2140),
    [anon_sym_new] = ACTIONS(2140),
    [anon_sym_TILDE] = ACTIONS(2142),
    [anon_sym_BANG] = ACTIONS(2140),
    [anon_sym_DASH] = ACTIONS(2140),
    [anon_sym_PLUS_PLUS] = ACTIONS(2142),
    [anon_sym_DASH_DASH] = ACTIONS(2142),
    [anon_sym_PERCENT] = ACTIONS(2142),
    [anon_sym_STAR] = ACTIONS(2142),
    [anon_sym_SLASH] = ACTIONS(2140),
    [anon_sym_PLUS] = ACTIONS(2140),
    [anon_sym_LT_LT] = ACTIONS(2142),
    [anon_sym_GT_GT] = ACTIONS(2140),
    [anon_sym_GT_GT_GT] = ACTIONS(2142),
    [anon_sym_AMP] = ACTIONS(2140),
    [anon_sym_PIPE] = ACTIONS(2140),
    [anon_sym_CARET] = ACTIONS(2142),
    [anon_sym_AMP_AMP] = ACTIONS(2142),
    [anon_sym_PIPE_PIPE] = ACTIONS(2142),
    [anon_sym_EQ_EQ] = ACTIONS(2142),
    [anon_sym_BANG_EQ] = ACTIONS(2142),
    [anon_sym_LT] = ACTIONS(2140),
    [anon_sym_LT_EQ] = ACTIONS(2142),
    [anon_sym_GT] = ACTIONS(2140),
    [anon_sym_GT_EQ] = ACTIONS(2142),
    [anon_sym_EQ_GT] = ACTIONS(2142),
    [anon_sym_QMARK_QMARK] = ACTIONS(2142),
    [anon_sym_EQ] = ACTIONS(2140),
    [sym__rangeOperator] = ACTIONS(2142),
    [anon_sym_null] = ACTIONS(2140),
    [anon_sym_macro] = ACTIONS(2140),
    [anon_sym_abstract] = ACTIONS(2140),
    [anon_sym_static] = ACTIONS(2140),
    [anon_sym_public] = ACTIONS(2140),
    [anon_sym_private] = ACTIONS(2140),
    [anon_sym_extern] = ACTIONS(2140),
    [anon_sym_inline] = ACTIONS(2140),
    [anon_sym_overload] = ACTIONS(2140),
    [anon_sym_override] = ACTIONS(2140),
    [anon_sym_final] = ACTIONS(2140),
    [anon_sym_class] = ACTIONS(2140),
    [anon_sym_interface] = ACTIONS(2140),
    [anon_sym_typedef] = ACTIONS(2140),
    [anon_sym_function] = ACTIONS(2140),
    [anon_sym_var] = ACTIONS(2140),
    [aux_sym_integer_token1] = ACTIONS(2140),
    [aux_sym_integer_token2] = ACTIONS(2142),
    [aux_sym_float_token1] = ACTIONS(2140),
    [aux_sym_float_token2] = ACTIONS(2142),
    [anon_sym_true] = ACTIONS(2140),
    [anon_sym_false] = ACTIONS(2140),
    [aux_sym_string_token1] = ACTIONS(2142),
    [aux_sym_string_token3] = ACTIONS(2142),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2142),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [441] = {
    [sym_identifier] = ACTIONS(1918),
    [anon_sym_POUND] = ACTIONS(1916),
    [anon_sym_package] = ACTIONS(1918),
    [anon_sym_import] = ACTIONS(1918),
    [anon_sym_using] = ACTIONS(1918),
    [anon_sym_throw] = ACTIONS(1918),
    [anon_sym_LPAREN] = ACTIONS(1916),
    [anon_sym_switch] = ACTIONS(1918),
    [anon_sym_LBRACE] = ACTIONS(1916),
    [anon_sym_cast] = ACTIONS(1918),
    [anon_sym_DOLLARtype] = ACTIONS(1916),
    [anon_sym_return] = ACTIONS(1918),
    [anon_sym_untyped] = ACTIONS(1918),
    [anon_sym_break] = ACTIONS(1918),
    [anon_sym_continue] = ACTIONS(1918),
    [anon_sym_LBRACK] = ACTIONS(1916),
    [anon_sym_this] = ACTIONS(1918),
    [anon_sym_AT] = ACTIONS(1918),
    [anon_sym_AT_COLON] = ACTIONS(1916),
    [anon_sym_if] = ACTIONS(1918),
    [anon_sym_else] = ACTIONS(2144),
    [anon_sym_elseif] = ACTIONS(2146),
    [anon_sym_new] = ACTIONS(1918),
    [anon_sym_TILDE] = ACTIONS(1916),
    [anon_sym_BANG] = ACTIONS(1918),
    [anon_sym_DASH] = ACTIONS(1918),
    [anon_sym_PLUS_PLUS] = ACTIONS(1916),
    [anon_sym_DASH_DASH] = ACTIONS(1916),
    [anon_sym_PERCENT] = ACTIONS(1916),
    [anon_sym_STAR] = ACTIONS(1916),
    [anon_sym_SLASH] = ACTIONS(1918),
    [anon_sym_PLUS] = ACTIONS(1918),
    [anon_sym_LT_LT] = ACTIONS(1916),
    [anon_sym_GT_GT] = ACTIONS(1918),
    [anon_sym_GT_GT_GT] = ACTIONS(1916),
    [anon_sym_AMP] = ACTIONS(1918),
    [anon_sym_PIPE] = ACTIONS(1918),
    [anon_sym_CARET] = ACTIONS(1916),
    [anon_sym_AMP_AMP] = ACTIONS(1916),
    [anon_sym_PIPE_PIPE] = ACTIONS(1916),
    [anon_sym_EQ_EQ] = ACTIONS(1916),
    [anon_sym_BANG_EQ] = ACTIONS(1916),
    [anon_sym_LT] = ACTIONS(1918),
    [anon_sym_LT_EQ] = ACTIONS(1916),
    [anon_sym_GT] = ACTIONS(1918),
    [anon_sym_GT_EQ] = ACTIONS(1916),
    [anon_sym_EQ_GT] = ACTIONS(1916),
    [anon_sym_QMARK_QMARK] = ACTIONS(1916),
    [anon_sym_EQ] = ACTIONS(1918),
    [sym__rangeOperator] = ACTIONS(1916),
    [anon_sym_null] = ACTIONS(1918),
    [anon_sym_macro] = ACTIONS(1918),
    [anon_sym_abstract] = ACTIONS(1918),
    [anon_sym_static] = ACTIONS(1918),
    [anon_sym_public] = ACTIONS(1918),
    [anon_sym_private] = ACTIONS(1918),
    [anon_sym_extern] = ACTIONS(1918),
    [anon_sym_inline] = ACTIONS(1918),
    [anon_sym_overload] = ACTIONS(1918),
    [anon_sym_override] = ACTIONS(1918),
    [anon_sym_final] = ACTIONS(1918),
    [anon_sym_class] = ACTIONS(1918),
    [anon_sym_interface] = ACTIONS(1918),
    [anon_sym_typedef] = ACTIONS(1918),
    [anon_sym_function] = ACTIONS(1918),
    [anon_sym_var] = ACTIONS(1918),
    [aux_sym_integer_token1] = ACTIONS(1918),
    [aux_sym_integer_token2] = ACTIONS(1916),
    [aux_sym_float_token1] = ACTIONS(1918),
    [aux_sym_float_token2] = ACTIONS(1916),
    [anon_sym_true] = ACTIONS(1918),
    [anon_sym_false] = ACTIONS(1918),
    [aux_sym_string_token1] = ACTIONS(1916),
    [aux_sym_string_token3] = ACTIONS(1916),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1916),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [442] = {
    [sym_identifier] = ACTIONS(2148),
    [anon_sym_POUND] = ACTIONS(2150),
    [anon_sym_package] = ACTIONS(2148),
    [anon_sym_import] = ACTIONS(2148),
    [anon_sym_using] = ACTIONS(2148),
    [anon_sym_throw] = ACTIONS(2148),
    [anon_sym_LPAREN] = ACTIONS(2150),
    [anon_sym_switch] = ACTIONS(2148),
    [anon_sym_LBRACE] = ACTIONS(2150),
    [anon_sym_case] = ACTIONS(2148),
    [anon_sym_default] = ACTIONS(2148),
    [anon_sym_cast] = ACTIONS(2148),
    [anon_sym_DOLLARtype] = ACTIONS(2150),
    [anon_sym_return] = ACTIONS(2148),
    [anon_sym_untyped] = ACTIONS(2148),
    [anon_sym_break] = ACTIONS(2148),
    [anon_sym_continue] = ACTIONS(2148),
    [anon_sym_LBRACK] = ACTIONS(2150),
    [anon_sym_this] = ACTIONS(2148),
    [anon_sym_AT] = ACTIONS(2148),
    [anon_sym_AT_COLON] = ACTIONS(2150),
    [anon_sym_if] = ACTIONS(2148),
    [anon_sym_new] = ACTIONS(2148),
    [anon_sym_TILDE] = ACTIONS(2150),
    [anon_sym_BANG] = ACTIONS(2148),
    [anon_sym_DASH] = ACTIONS(2148),
    [anon_sym_PLUS_PLUS] = ACTIONS(2150),
    [anon_sym_DASH_DASH] = ACTIONS(2150),
    [anon_sym_PERCENT] = ACTIONS(2150),
    [anon_sym_STAR] = ACTIONS(2150),
    [anon_sym_SLASH] = ACTIONS(2148),
    [anon_sym_PLUS] = ACTIONS(2148),
    [anon_sym_LT_LT] = ACTIONS(2150),
    [anon_sym_GT_GT] = ACTIONS(2148),
    [anon_sym_GT_GT_GT] = ACTIONS(2150),
    [anon_sym_AMP] = ACTIONS(2148),
    [anon_sym_PIPE] = ACTIONS(2148),
    [anon_sym_CARET] = ACTIONS(2150),
    [anon_sym_AMP_AMP] = ACTIONS(2150),
    [anon_sym_PIPE_PIPE] = ACTIONS(2150),
    [anon_sym_EQ_EQ] = ACTIONS(2150),
    [anon_sym_BANG_EQ] = ACTIONS(2150),
    [anon_sym_LT] = ACTIONS(2148),
    [anon_sym_LT_EQ] = ACTIONS(2150),
    [anon_sym_GT] = ACTIONS(2148),
    [anon_sym_GT_EQ] = ACTIONS(2150),
    [anon_sym_EQ_GT] = ACTIONS(2150),
    [anon_sym_QMARK_QMARK] = ACTIONS(2150),
    [anon_sym_EQ] = ACTIONS(2148),
    [sym__rangeOperator] = ACTIONS(2150),
    [anon_sym_null] = ACTIONS(2148),
    [anon_sym_macro] = ACTIONS(2148),
    [anon_sym_abstract] = ACTIONS(2148),
    [anon_sym_static] = ACTIONS(2148),
    [anon_sym_public] = ACTIONS(2148),
    [anon_sym_private] = ACTIONS(2148),
    [anon_sym_extern] = ACTIONS(2148),
    [anon_sym_inline] = ACTIONS(2148),
    [anon_sym_overload] = ACTIONS(2148),
    [anon_sym_override] = ACTIONS(2148),
    [anon_sym_final] = ACTIONS(2148),
    [anon_sym_class] = ACTIONS(2148),
    [anon_sym_interface] = ACTIONS(2148),
    [anon_sym_typedef] = ACTIONS(2148),
    [anon_sym_function] = ACTIONS(2148),
    [anon_sym_var] = ACTIONS(2148),
    [aux_sym_integer_token1] = ACTIONS(2148),
    [aux_sym_integer_token2] = ACTIONS(2150),
    [aux_sym_float_token1] = ACTIONS(2148),
    [aux_sym_float_token2] = ACTIONS(2150),
    [anon_sym_true] = ACTIONS(2148),
    [anon_sym_false] = ACTIONS(2148),
    [aux_sym_string_token1] = ACTIONS(2150),
    [aux_sym_string_token3] = ACTIONS(2150),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2150),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [443] = {
    [sym_identifier] = ACTIONS(1402),
    [anon_sym_POUND] = ACTIONS(1400),
    [anon_sym_package] = ACTIONS(1402),
    [anon_sym_DOT] = ACTIONS(1402),
    [anon_sym_import] = ACTIONS(1402),
    [anon_sym_using] = ACTIONS(1402),
    [anon_sym_throw] = ACTIONS(1402),
    [anon_sym_LPAREN] = ACTIONS(1400),
    [anon_sym_switch] = ACTIONS(1402),
    [anon_sym_LBRACE] = ACTIONS(1400),
    [anon_sym_cast] = ACTIONS(1402),
    [anon_sym_DOLLARtype] = ACTIONS(1400),
    [anon_sym_return] = ACTIONS(1402),
    [anon_sym_untyped] = ACTIONS(1402),
    [anon_sym_break] = ACTIONS(1402),
    [anon_sym_continue] = ACTIONS(1402),
    [anon_sym_LBRACK] = ACTIONS(1400),
    [anon_sym_this] = ACTIONS(1402),
    [anon_sym_QMARK] = ACTIONS(1402),
    [anon_sym_AT] = ACTIONS(1402),
    [anon_sym_AT_COLON] = ACTIONS(1400),
    [anon_sym_if] = ACTIONS(1402),
    [anon_sym_new] = ACTIONS(1402),
    [anon_sym_TILDE] = ACTIONS(1400),
    [anon_sym_BANG] = ACTIONS(1402),
    [anon_sym_DASH] = ACTIONS(1402),
    [anon_sym_PLUS_PLUS] = ACTIONS(1400),
    [anon_sym_DASH_DASH] = ACTIONS(1400),
    [anon_sym_PERCENT] = ACTIONS(1400),
    [anon_sym_STAR] = ACTIONS(1400),
    [anon_sym_SLASH] = ACTIONS(1402),
    [anon_sym_PLUS] = ACTIONS(1402),
    [anon_sym_LT_LT] = ACTIONS(1400),
    [anon_sym_GT_GT] = ACTIONS(1402),
    [anon_sym_GT_GT_GT] = ACTIONS(1400),
    [anon_sym_AMP] = ACTIONS(1402),
    [anon_sym_PIPE] = ACTIONS(1402),
    [anon_sym_CARET] = ACTIONS(1400),
    [anon_sym_AMP_AMP] = ACTIONS(1400),
    [anon_sym_PIPE_PIPE] = ACTIONS(1400),
    [anon_sym_EQ_EQ] = ACTIONS(1400),
    [anon_sym_BANG_EQ] = ACTIONS(1400),
    [anon_sym_LT] = ACTIONS(1402),
    [anon_sym_LT_EQ] = ACTIONS(1400),
    [anon_sym_GT] = ACTIONS(1402),
    [anon_sym_GT_EQ] = ACTIONS(1400),
    [anon_sym_EQ_GT] = ACTIONS(1400),
    [anon_sym_QMARK_QMARK] = ACTIONS(1400),
    [anon_sym_EQ] = ACTIONS(1402),
    [sym__rangeOperator] = ACTIONS(1400),
    [anon_sym_null] = ACTIONS(1402),
    [anon_sym_macro] = ACTIONS(1402),
    [anon_sym_abstract] = ACTIONS(1402),
    [anon_sym_static] = ACTIONS(1402),
    [anon_sym_public] = ACTIONS(1402),
    [anon_sym_private] = ACTIONS(1402),
    [anon_sym_extern] = ACTIONS(1402),
    [anon_sym_inline] = ACTIONS(1402),
    [anon_sym_overload] = ACTIONS(1402),
    [anon_sym_override] = ACTIONS(1402),
    [anon_sym_final] = ACTIONS(1402),
    [anon_sym_class] = ACTIONS(1402),
    [anon_sym_interface] = ACTIONS(1402),
    [anon_sym_typedef] = ACTIONS(1402),
    [anon_sym_function] = ACTIONS(1402),
    [anon_sym_var] = ACTIONS(1402),
    [aux_sym_integer_token1] = ACTIONS(1402),
    [aux_sym_integer_token2] = ACTIONS(1400),
    [aux_sym_float_token1] = ACTIONS(1402),
    [aux_sym_float_token2] = ACTIONS(1400),
    [anon_sym_true] = ACTIONS(1402),
    [anon_sym_false] = ACTIONS(1402),
    [aux_sym_string_token1] = ACTIONS(1400),
    [aux_sym_string_token3] = ACTIONS(1400),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1400),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [444] = {
    [sym_identifier] = ACTIONS(1398),
    [anon_sym_POUND] = ACTIONS(1396),
    [anon_sym_package] = ACTIONS(1398),
    [anon_sym_DOT] = ACTIONS(1398),
    [anon_sym_import] = ACTIONS(1398),
    [anon_sym_using] = ACTIONS(1398),
    [anon_sym_throw] = ACTIONS(1398),
    [anon_sym_LPAREN] = ACTIONS(1396),
    [anon_sym_switch] = ACTIONS(1398),
    [anon_sym_LBRACE] = ACTIONS(1396),
    [anon_sym_cast] = ACTIONS(1398),
    [anon_sym_DOLLARtype] = ACTIONS(1396),
    [anon_sym_return] = ACTIONS(1398),
    [anon_sym_untyped] = ACTIONS(1398),
    [anon_sym_break] = ACTIONS(1398),
    [anon_sym_continue] = ACTIONS(1398),
    [anon_sym_LBRACK] = ACTIONS(1396),
    [anon_sym_this] = ACTIONS(1398),
    [anon_sym_QMARK] = ACTIONS(1398),
    [anon_sym_AT] = ACTIONS(1398),
    [anon_sym_AT_COLON] = ACTIONS(1396),
    [anon_sym_if] = ACTIONS(1398),
    [anon_sym_new] = ACTIONS(1398),
    [anon_sym_TILDE] = ACTIONS(1396),
    [anon_sym_BANG] = ACTIONS(1398),
    [anon_sym_DASH] = ACTIONS(1398),
    [anon_sym_PLUS_PLUS] = ACTIONS(1396),
    [anon_sym_DASH_DASH] = ACTIONS(1396),
    [anon_sym_PERCENT] = ACTIONS(1396),
    [anon_sym_STAR] = ACTIONS(1396),
    [anon_sym_SLASH] = ACTIONS(1398),
    [anon_sym_PLUS] = ACTIONS(1398),
    [anon_sym_LT_LT] = ACTIONS(1396),
    [anon_sym_GT_GT] = ACTIONS(1398),
    [anon_sym_GT_GT_GT] = ACTIONS(1396),
    [anon_sym_AMP] = ACTIONS(1398),
    [anon_sym_PIPE] = ACTIONS(1398),
    [anon_sym_CARET] = ACTIONS(1396),
    [anon_sym_AMP_AMP] = ACTIONS(1396),
    [anon_sym_PIPE_PIPE] = ACTIONS(1396),
    [anon_sym_EQ_EQ] = ACTIONS(1396),
    [anon_sym_BANG_EQ] = ACTIONS(1396),
    [anon_sym_LT] = ACTIONS(1398),
    [anon_sym_LT_EQ] = ACTIONS(1396),
    [anon_sym_GT] = ACTIONS(1398),
    [anon_sym_GT_EQ] = ACTIONS(1396),
    [anon_sym_EQ_GT] = ACTIONS(1396),
    [anon_sym_QMARK_QMARK] = ACTIONS(1396),
    [anon_sym_EQ] = ACTIONS(1398),
    [sym__rangeOperator] = ACTIONS(1396),
    [anon_sym_null] = ACTIONS(1398),
    [anon_sym_macro] = ACTIONS(1398),
    [anon_sym_abstract] = ACTIONS(1398),
    [anon_sym_static] = ACTIONS(1398),
    [anon_sym_public] = ACTIONS(1398),
    [anon_sym_private] = ACTIONS(1398),
    [anon_sym_extern] = ACTIONS(1398),
    [anon_sym_inline] = ACTIONS(1398),
    [anon_sym_overload] = ACTIONS(1398),
    [anon_sym_override] = ACTIONS(1398),
    [anon_sym_final] = ACTIONS(1398),
    [anon_sym_class] = ACTIONS(1398),
    [anon_sym_interface] = ACTIONS(1398),
    [anon_sym_typedef] = ACTIONS(1398),
    [anon_sym_function] = ACTIONS(1398),
    [anon_sym_var] = ACTIONS(1398),
    [aux_sym_integer_token1] = ACTIONS(1398),
    [aux_sym_integer_token2] = ACTIONS(1396),
    [aux_sym_float_token1] = ACTIONS(1398),
    [aux_sym_float_token2] = ACTIONS(1396),
    [anon_sym_true] = ACTIONS(1398),
    [anon_sym_false] = ACTIONS(1398),
    [aux_sym_string_token1] = ACTIONS(1396),
    [aux_sym_string_token3] = ACTIONS(1396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1396),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [445] = {
    [sym_identifier] = ACTIONS(2152),
    [anon_sym_POUND] = ACTIONS(2154),
    [anon_sym_package] = ACTIONS(2152),
    [anon_sym_import] = ACTIONS(2152),
    [anon_sym_using] = ACTIONS(2152),
    [anon_sym_throw] = ACTIONS(2152),
    [anon_sym_LPAREN] = ACTIONS(2154),
    [anon_sym_switch] = ACTIONS(2152),
    [anon_sym_LBRACE] = ACTIONS(2154),
    [anon_sym_case] = ACTIONS(2152),
    [anon_sym_default] = ACTIONS(2152),
    [anon_sym_cast] = ACTIONS(2152),
    [anon_sym_DOLLARtype] = ACTIONS(2154),
    [anon_sym_return] = ACTIONS(2152),
    [anon_sym_untyped] = ACTIONS(2152),
    [anon_sym_break] = ACTIONS(2152),
    [anon_sym_continue] = ACTIONS(2152),
    [anon_sym_LBRACK] = ACTIONS(2154),
    [anon_sym_this] = ACTIONS(2152),
    [anon_sym_AT] = ACTIONS(2152),
    [anon_sym_AT_COLON] = ACTIONS(2154),
    [anon_sym_if] = ACTIONS(2152),
    [anon_sym_new] = ACTIONS(2152),
    [anon_sym_TILDE] = ACTIONS(2154),
    [anon_sym_BANG] = ACTIONS(2152),
    [anon_sym_DASH] = ACTIONS(2152),
    [anon_sym_PLUS_PLUS] = ACTIONS(2154),
    [anon_sym_DASH_DASH] = ACTIONS(2154),
    [anon_sym_PERCENT] = ACTIONS(2154),
    [anon_sym_STAR] = ACTIONS(2154),
    [anon_sym_SLASH] = ACTIONS(2152),
    [anon_sym_PLUS] = ACTIONS(2152),
    [anon_sym_LT_LT] = ACTIONS(2154),
    [anon_sym_GT_GT] = ACTIONS(2152),
    [anon_sym_GT_GT_GT] = ACTIONS(2154),
    [anon_sym_AMP] = ACTIONS(2152),
    [anon_sym_PIPE] = ACTIONS(2152),
    [anon_sym_CARET] = ACTIONS(2154),
    [anon_sym_AMP_AMP] = ACTIONS(2154),
    [anon_sym_PIPE_PIPE] = ACTIONS(2154),
    [anon_sym_EQ_EQ] = ACTIONS(2154),
    [anon_sym_BANG_EQ] = ACTIONS(2154),
    [anon_sym_LT] = ACTIONS(2152),
    [anon_sym_LT_EQ] = ACTIONS(2154),
    [anon_sym_GT] = ACTIONS(2152),
    [anon_sym_GT_EQ] = ACTIONS(2154),
    [anon_sym_EQ_GT] = ACTIONS(2154),
    [anon_sym_QMARK_QMARK] = ACTIONS(2154),
    [anon_sym_EQ] = ACTIONS(2152),
    [sym__rangeOperator] = ACTIONS(2154),
    [anon_sym_null] = ACTIONS(2152),
    [anon_sym_macro] = ACTIONS(2152),
    [anon_sym_abstract] = ACTIONS(2152),
    [anon_sym_static] = ACTIONS(2152),
    [anon_sym_public] = ACTIONS(2152),
    [anon_sym_private] = ACTIONS(2152),
    [anon_sym_extern] = ACTIONS(2152),
    [anon_sym_inline] = ACTIONS(2152),
    [anon_sym_overload] = ACTIONS(2152),
    [anon_sym_override] = ACTIONS(2152),
    [anon_sym_final] = ACTIONS(2152),
    [anon_sym_class] = ACTIONS(2152),
    [anon_sym_interface] = ACTIONS(2152),
    [anon_sym_typedef] = ACTIONS(2152),
    [anon_sym_function] = ACTIONS(2152),
    [anon_sym_var] = ACTIONS(2152),
    [aux_sym_integer_token1] = ACTIONS(2152),
    [aux_sym_integer_token2] = ACTIONS(2154),
    [aux_sym_float_token1] = ACTIONS(2152),
    [aux_sym_float_token2] = ACTIONS(2154),
    [anon_sym_true] = ACTIONS(2152),
    [anon_sym_false] = ACTIONS(2152),
    [aux_sym_string_token1] = ACTIONS(2154),
    [aux_sym_string_token3] = ACTIONS(2154),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2154),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [446] = {
    [sym_identifier] = ACTIONS(2156),
    [anon_sym_POUND] = ACTIONS(2158),
    [anon_sym_package] = ACTIONS(2156),
    [anon_sym_import] = ACTIONS(2156),
    [anon_sym_using] = ACTIONS(2156),
    [anon_sym_throw] = ACTIONS(2156),
    [anon_sym_LPAREN] = ACTIONS(2158),
    [anon_sym_switch] = ACTIONS(2156),
    [anon_sym_LBRACE] = ACTIONS(2158),
    [anon_sym_case] = ACTIONS(2156),
    [anon_sym_default] = ACTIONS(2156),
    [anon_sym_cast] = ACTIONS(2156),
    [anon_sym_DOLLARtype] = ACTIONS(2158),
    [anon_sym_return] = ACTIONS(2156),
    [anon_sym_untyped] = ACTIONS(2156),
    [anon_sym_break] = ACTIONS(2156),
    [anon_sym_continue] = ACTIONS(2156),
    [anon_sym_LBRACK] = ACTIONS(2158),
    [anon_sym_this] = ACTIONS(2156),
    [anon_sym_AT] = ACTIONS(2156),
    [anon_sym_AT_COLON] = ACTIONS(2158),
    [anon_sym_if] = ACTIONS(2156),
    [anon_sym_new] = ACTIONS(2156),
    [anon_sym_TILDE] = ACTIONS(2158),
    [anon_sym_BANG] = ACTIONS(2156),
    [anon_sym_DASH] = ACTIONS(2156),
    [anon_sym_PLUS_PLUS] = ACTIONS(2158),
    [anon_sym_DASH_DASH] = ACTIONS(2158),
    [anon_sym_PERCENT] = ACTIONS(2158),
    [anon_sym_STAR] = ACTIONS(2158),
    [anon_sym_SLASH] = ACTIONS(2156),
    [anon_sym_PLUS] = ACTIONS(2156),
    [anon_sym_LT_LT] = ACTIONS(2158),
    [anon_sym_GT_GT] = ACTIONS(2156),
    [anon_sym_GT_GT_GT] = ACTIONS(2158),
    [anon_sym_AMP] = ACTIONS(2156),
    [anon_sym_PIPE] = ACTIONS(2156),
    [anon_sym_CARET] = ACTIONS(2158),
    [anon_sym_AMP_AMP] = ACTIONS(2158),
    [anon_sym_PIPE_PIPE] = ACTIONS(2158),
    [anon_sym_EQ_EQ] = ACTIONS(2158),
    [anon_sym_BANG_EQ] = ACTIONS(2158),
    [anon_sym_LT] = ACTIONS(2156),
    [anon_sym_LT_EQ] = ACTIONS(2158),
    [anon_sym_GT] = ACTIONS(2156),
    [anon_sym_GT_EQ] = ACTIONS(2158),
    [anon_sym_EQ_GT] = ACTIONS(2158),
    [anon_sym_QMARK_QMARK] = ACTIONS(2158),
    [anon_sym_EQ] = ACTIONS(2156),
    [sym__rangeOperator] = ACTIONS(2158),
    [anon_sym_null] = ACTIONS(2156),
    [anon_sym_macro] = ACTIONS(2156),
    [anon_sym_abstract] = ACTIONS(2156),
    [anon_sym_static] = ACTIONS(2156),
    [anon_sym_public] = ACTIONS(2156),
    [anon_sym_private] = ACTIONS(2156),
    [anon_sym_extern] = ACTIONS(2156),
    [anon_sym_inline] = ACTIONS(2156),
    [anon_sym_overload] = ACTIONS(2156),
    [anon_sym_override] = ACTIONS(2156),
    [anon_sym_final] = ACTIONS(2156),
    [anon_sym_class] = ACTIONS(2156),
    [anon_sym_interface] = ACTIONS(2156),
    [anon_sym_typedef] = ACTIONS(2156),
    [anon_sym_function] = ACTIONS(2156),
    [anon_sym_var] = ACTIONS(2156),
    [aux_sym_integer_token1] = ACTIONS(2156),
    [aux_sym_integer_token2] = ACTIONS(2158),
    [aux_sym_float_token1] = ACTIONS(2156),
    [aux_sym_float_token2] = ACTIONS(2158),
    [anon_sym_true] = ACTIONS(2156),
    [anon_sym_false] = ACTIONS(2156),
    [aux_sym_string_token1] = ACTIONS(2158),
    [aux_sym_string_token3] = ACTIONS(2158),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2158),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [447] = {
    [sym_identifier] = ACTIONS(2160),
    [anon_sym_POUND] = ACTIONS(2162),
    [anon_sym_package] = ACTIONS(2160),
    [anon_sym_import] = ACTIONS(2160),
    [anon_sym_using] = ACTIONS(2160),
    [anon_sym_throw] = ACTIONS(2160),
    [anon_sym_LPAREN] = ACTIONS(2162),
    [anon_sym_switch] = ACTIONS(2160),
    [anon_sym_LBRACE] = ACTIONS(2162),
    [anon_sym_case] = ACTIONS(2160),
    [anon_sym_default] = ACTIONS(2160),
    [anon_sym_cast] = ACTIONS(2160),
    [anon_sym_DOLLARtype] = ACTIONS(2162),
    [anon_sym_return] = ACTIONS(2160),
    [anon_sym_untyped] = ACTIONS(2160),
    [anon_sym_break] = ACTIONS(2160),
    [anon_sym_continue] = ACTIONS(2160),
    [anon_sym_LBRACK] = ACTIONS(2162),
    [anon_sym_this] = ACTIONS(2160),
    [anon_sym_AT] = ACTIONS(2160),
    [anon_sym_AT_COLON] = ACTIONS(2162),
    [anon_sym_if] = ACTIONS(2160),
    [anon_sym_new] = ACTIONS(2160),
    [anon_sym_TILDE] = ACTIONS(2162),
    [anon_sym_BANG] = ACTIONS(2160),
    [anon_sym_DASH] = ACTIONS(2160),
    [anon_sym_PLUS_PLUS] = ACTIONS(2162),
    [anon_sym_DASH_DASH] = ACTIONS(2162),
    [anon_sym_PERCENT] = ACTIONS(2162),
    [anon_sym_STAR] = ACTIONS(2162),
    [anon_sym_SLASH] = ACTIONS(2160),
    [anon_sym_PLUS] = ACTIONS(2160),
    [anon_sym_LT_LT] = ACTIONS(2162),
    [anon_sym_GT_GT] = ACTIONS(2160),
    [anon_sym_GT_GT_GT] = ACTIONS(2162),
    [anon_sym_AMP] = ACTIONS(2160),
    [anon_sym_PIPE] = ACTIONS(2160),
    [anon_sym_CARET] = ACTIONS(2162),
    [anon_sym_AMP_AMP] = ACTIONS(2162),
    [anon_sym_PIPE_PIPE] = ACTIONS(2162),
    [anon_sym_EQ_EQ] = ACTIONS(2162),
    [anon_sym_BANG_EQ] = ACTIONS(2162),
    [anon_sym_LT] = ACTIONS(2160),
    [anon_sym_LT_EQ] = ACTIONS(2162),
    [anon_sym_GT] = ACTIONS(2160),
    [anon_sym_GT_EQ] = ACTIONS(2162),
    [anon_sym_EQ_GT] = ACTIONS(2162),
    [anon_sym_QMARK_QMARK] = ACTIONS(2162),
    [anon_sym_EQ] = ACTIONS(2160),
    [sym__rangeOperator] = ACTIONS(2162),
    [anon_sym_null] = ACTIONS(2160),
    [anon_sym_macro] = ACTIONS(2160),
    [anon_sym_abstract] = ACTIONS(2160),
    [anon_sym_static] = ACTIONS(2160),
    [anon_sym_public] = ACTIONS(2160),
    [anon_sym_private] = ACTIONS(2160),
    [anon_sym_extern] = ACTIONS(2160),
    [anon_sym_inline] = ACTIONS(2160),
    [anon_sym_overload] = ACTIONS(2160),
    [anon_sym_override] = ACTIONS(2160),
    [anon_sym_final] = ACTIONS(2160),
    [anon_sym_class] = ACTIONS(2160),
    [anon_sym_interface] = ACTIONS(2160),
    [anon_sym_typedef] = ACTIONS(2160),
    [anon_sym_function] = ACTIONS(2160),
    [anon_sym_var] = ACTIONS(2160),
    [aux_sym_integer_token1] = ACTIONS(2160),
    [aux_sym_integer_token2] = ACTIONS(2162),
    [aux_sym_float_token1] = ACTIONS(2160),
    [aux_sym_float_token2] = ACTIONS(2162),
    [anon_sym_true] = ACTIONS(2160),
    [anon_sym_false] = ACTIONS(2160),
    [aux_sym_string_token1] = ACTIONS(2162),
    [aux_sym_string_token3] = ACTIONS(2162),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2162),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [448] = {
    [sym_identifier] = ACTIONS(2164),
    [anon_sym_POUND] = ACTIONS(2166),
    [anon_sym_package] = ACTIONS(2164),
    [anon_sym_import] = ACTIONS(2164),
    [anon_sym_using] = ACTIONS(2164),
    [anon_sym_throw] = ACTIONS(2164),
    [anon_sym_LPAREN] = ACTIONS(2166),
    [anon_sym_switch] = ACTIONS(2164),
    [anon_sym_LBRACE] = ACTIONS(2166),
    [anon_sym_case] = ACTIONS(2164),
    [anon_sym_default] = ACTIONS(2164),
    [anon_sym_cast] = ACTIONS(2164),
    [anon_sym_DOLLARtype] = ACTIONS(2166),
    [anon_sym_return] = ACTIONS(2164),
    [anon_sym_untyped] = ACTIONS(2164),
    [anon_sym_break] = ACTIONS(2164),
    [anon_sym_continue] = ACTIONS(2164),
    [anon_sym_LBRACK] = ACTIONS(2166),
    [anon_sym_this] = ACTIONS(2164),
    [anon_sym_AT] = ACTIONS(2164),
    [anon_sym_AT_COLON] = ACTIONS(2166),
    [anon_sym_if] = ACTIONS(2164),
    [anon_sym_new] = ACTIONS(2164),
    [anon_sym_TILDE] = ACTIONS(2166),
    [anon_sym_BANG] = ACTIONS(2164),
    [anon_sym_DASH] = ACTIONS(2164),
    [anon_sym_PLUS_PLUS] = ACTIONS(2166),
    [anon_sym_DASH_DASH] = ACTIONS(2166),
    [anon_sym_PERCENT] = ACTIONS(2166),
    [anon_sym_STAR] = ACTIONS(2166),
    [anon_sym_SLASH] = ACTIONS(2164),
    [anon_sym_PLUS] = ACTIONS(2164),
    [anon_sym_LT_LT] = ACTIONS(2166),
    [anon_sym_GT_GT] = ACTIONS(2164),
    [anon_sym_GT_GT_GT] = ACTIONS(2166),
    [anon_sym_AMP] = ACTIONS(2164),
    [anon_sym_PIPE] = ACTIONS(2164),
    [anon_sym_CARET] = ACTIONS(2166),
    [anon_sym_AMP_AMP] = ACTIONS(2166),
    [anon_sym_PIPE_PIPE] = ACTIONS(2166),
    [anon_sym_EQ_EQ] = ACTIONS(2166),
    [anon_sym_BANG_EQ] = ACTIONS(2166),
    [anon_sym_LT] = ACTIONS(2164),
    [anon_sym_LT_EQ] = ACTIONS(2166),
    [anon_sym_GT] = ACTIONS(2164),
    [anon_sym_GT_EQ] = ACTIONS(2166),
    [anon_sym_EQ_GT] = ACTIONS(2166),
    [anon_sym_QMARK_QMARK] = ACTIONS(2166),
    [anon_sym_EQ] = ACTIONS(2164),
    [sym__rangeOperator] = ACTIONS(2166),
    [anon_sym_null] = ACTIONS(2164),
    [anon_sym_macro] = ACTIONS(2164),
    [anon_sym_abstract] = ACTIONS(2164),
    [anon_sym_static] = ACTIONS(2164),
    [anon_sym_public] = ACTIONS(2164),
    [anon_sym_private] = ACTIONS(2164),
    [anon_sym_extern] = ACTIONS(2164),
    [anon_sym_inline] = ACTIONS(2164),
    [anon_sym_overload] = ACTIONS(2164),
    [anon_sym_override] = ACTIONS(2164),
    [anon_sym_final] = ACTIONS(2164),
    [anon_sym_class] = ACTIONS(2164),
    [anon_sym_interface] = ACTIONS(2164),
    [anon_sym_typedef] = ACTIONS(2164),
    [anon_sym_function] = ACTIONS(2164),
    [anon_sym_var] = ACTIONS(2164),
    [aux_sym_integer_token1] = ACTIONS(2164),
    [aux_sym_integer_token2] = ACTIONS(2166),
    [aux_sym_float_token1] = ACTIONS(2164),
    [aux_sym_float_token2] = ACTIONS(2166),
    [anon_sym_true] = ACTIONS(2164),
    [anon_sym_false] = ACTIONS(2164),
    [aux_sym_string_token1] = ACTIONS(2166),
    [aux_sym_string_token3] = ACTIONS(2166),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2166),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [449] = {
    [sym_identifier] = ACTIONS(2168),
    [anon_sym_POUND] = ACTIONS(2170),
    [anon_sym_package] = ACTIONS(2168),
    [anon_sym_import] = ACTIONS(2168),
    [anon_sym_using] = ACTIONS(2168),
    [anon_sym_throw] = ACTIONS(2168),
    [anon_sym_LPAREN] = ACTIONS(2170),
    [anon_sym_switch] = ACTIONS(2168),
    [anon_sym_LBRACE] = ACTIONS(2170),
    [anon_sym_case] = ACTIONS(2168),
    [anon_sym_default] = ACTIONS(2168),
    [anon_sym_cast] = ACTIONS(2168),
    [anon_sym_DOLLARtype] = ACTIONS(2170),
    [anon_sym_return] = ACTIONS(2168),
    [anon_sym_untyped] = ACTIONS(2168),
    [anon_sym_break] = ACTIONS(2168),
    [anon_sym_continue] = ACTIONS(2168),
    [anon_sym_LBRACK] = ACTIONS(2170),
    [anon_sym_this] = ACTIONS(2168),
    [anon_sym_AT] = ACTIONS(2168),
    [anon_sym_AT_COLON] = ACTIONS(2170),
    [anon_sym_if] = ACTIONS(2168),
    [anon_sym_new] = ACTIONS(2168),
    [anon_sym_TILDE] = ACTIONS(2170),
    [anon_sym_BANG] = ACTIONS(2168),
    [anon_sym_DASH] = ACTIONS(2168),
    [anon_sym_PLUS_PLUS] = ACTIONS(2170),
    [anon_sym_DASH_DASH] = ACTIONS(2170),
    [anon_sym_PERCENT] = ACTIONS(2170),
    [anon_sym_STAR] = ACTIONS(2170),
    [anon_sym_SLASH] = ACTIONS(2168),
    [anon_sym_PLUS] = ACTIONS(2168),
    [anon_sym_LT_LT] = ACTIONS(2170),
    [anon_sym_GT_GT] = ACTIONS(2168),
    [anon_sym_GT_GT_GT] = ACTIONS(2170),
    [anon_sym_AMP] = ACTIONS(2168),
    [anon_sym_PIPE] = ACTIONS(2168),
    [anon_sym_CARET] = ACTIONS(2170),
    [anon_sym_AMP_AMP] = ACTIONS(2170),
    [anon_sym_PIPE_PIPE] = ACTIONS(2170),
    [anon_sym_EQ_EQ] = ACTIONS(2170),
    [anon_sym_BANG_EQ] = ACTIONS(2170),
    [anon_sym_LT] = ACTIONS(2168),
    [anon_sym_LT_EQ] = ACTIONS(2170),
    [anon_sym_GT] = ACTIONS(2168),
    [anon_sym_GT_EQ] = ACTIONS(2170),
    [anon_sym_EQ_GT] = ACTIONS(2170),
    [anon_sym_QMARK_QMARK] = ACTIONS(2170),
    [anon_sym_EQ] = ACTIONS(2168),
    [sym__rangeOperator] = ACTIONS(2170),
    [anon_sym_null] = ACTIONS(2168),
    [anon_sym_macro] = ACTIONS(2168),
    [anon_sym_abstract] = ACTIONS(2168),
    [anon_sym_static] = ACTIONS(2168),
    [anon_sym_public] = ACTIONS(2168),
    [anon_sym_private] = ACTIONS(2168),
    [anon_sym_extern] = ACTIONS(2168),
    [anon_sym_inline] = ACTIONS(2168),
    [anon_sym_overload] = ACTIONS(2168),
    [anon_sym_override] = ACTIONS(2168),
    [anon_sym_final] = ACTIONS(2168),
    [anon_sym_class] = ACTIONS(2168),
    [anon_sym_interface] = ACTIONS(2168),
    [anon_sym_typedef] = ACTIONS(2168),
    [anon_sym_function] = ACTIONS(2168),
    [anon_sym_var] = ACTIONS(2168),
    [aux_sym_integer_token1] = ACTIONS(2168),
    [aux_sym_integer_token2] = ACTIONS(2170),
    [aux_sym_float_token1] = ACTIONS(2168),
    [aux_sym_float_token2] = ACTIONS(2170),
    [anon_sym_true] = ACTIONS(2168),
    [anon_sym_false] = ACTIONS(2168),
    [aux_sym_string_token1] = ACTIONS(2170),
    [aux_sym_string_token3] = ACTIONS(2170),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2170),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [450] = {
    [sym_identifier] = ACTIONS(2172),
    [anon_sym_POUND] = ACTIONS(2174),
    [anon_sym_package] = ACTIONS(2172),
    [anon_sym_import] = ACTIONS(2172),
    [anon_sym_using] = ACTIONS(2172),
    [anon_sym_throw] = ACTIONS(2172),
    [anon_sym_LPAREN] = ACTIONS(2174),
    [anon_sym_switch] = ACTIONS(2172),
    [anon_sym_LBRACE] = ACTIONS(2174),
    [anon_sym_case] = ACTIONS(2172),
    [anon_sym_default] = ACTIONS(2172),
    [anon_sym_cast] = ACTIONS(2172),
    [anon_sym_DOLLARtype] = ACTIONS(2174),
    [anon_sym_return] = ACTIONS(2172),
    [anon_sym_untyped] = ACTIONS(2172),
    [anon_sym_break] = ACTIONS(2172),
    [anon_sym_continue] = ACTIONS(2172),
    [anon_sym_LBRACK] = ACTIONS(2174),
    [anon_sym_this] = ACTIONS(2172),
    [anon_sym_AT] = ACTIONS(2172),
    [anon_sym_AT_COLON] = ACTIONS(2174),
    [anon_sym_if] = ACTIONS(2172),
    [anon_sym_new] = ACTIONS(2172),
    [anon_sym_TILDE] = ACTIONS(2174),
    [anon_sym_BANG] = ACTIONS(2172),
    [anon_sym_DASH] = ACTIONS(2172),
    [anon_sym_PLUS_PLUS] = ACTIONS(2174),
    [anon_sym_DASH_DASH] = ACTIONS(2174),
    [anon_sym_PERCENT] = ACTIONS(2174),
    [anon_sym_STAR] = ACTIONS(2174),
    [anon_sym_SLASH] = ACTIONS(2172),
    [anon_sym_PLUS] = ACTIONS(2172),
    [anon_sym_LT_LT] = ACTIONS(2174),
    [anon_sym_GT_GT] = ACTIONS(2172),
    [anon_sym_GT_GT_GT] = ACTIONS(2174),
    [anon_sym_AMP] = ACTIONS(2172),
    [anon_sym_PIPE] = ACTIONS(2172),
    [anon_sym_CARET] = ACTIONS(2174),
    [anon_sym_AMP_AMP] = ACTIONS(2174),
    [anon_sym_PIPE_PIPE] = ACTIONS(2174),
    [anon_sym_EQ_EQ] = ACTIONS(2174),
    [anon_sym_BANG_EQ] = ACTIONS(2174),
    [anon_sym_LT] = ACTIONS(2172),
    [anon_sym_LT_EQ] = ACTIONS(2174),
    [anon_sym_GT] = ACTIONS(2172),
    [anon_sym_GT_EQ] = ACTIONS(2174),
    [anon_sym_EQ_GT] = ACTIONS(2174),
    [anon_sym_QMARK_QMARK] = ACTIONS(2174),
    [anon_sym_EQ] = ACTIONS(2172),
    [sym__rangeOperator] = ACTIONS(2174),
    [anon_sym_null] = ACTIONS(2172),
    [anon_sym_macro] = ACTIONS(2172),
    [anon_sym_abstract] = ACTIONS(2172),
    [anon_sym_static] = ACTIONS(2172),
    [anon_sym_public] = ACTIONS(2172),
    [anon_sym_private] = ACTIONS(2172),
    [anon_sym_extern] = ACTIONS(2172),
    [anon_sym_inline] = ACTIONS(2172),
    [anon_sym_overload] = ACTIONS(2172),
    [anon_sym_override] = ACTIONS(2172),
    [anon_sym_final] = ACTIONS(2172),
    [anon_sym_class] = ACTIONS(2172),
    [anon_sym_interface] = ACTIONS(2172),
    [anon_sym_typedef] = ACTIONS(2172),
    [anon_sym_function] = ACTIONS(2172),
    [anon_sym_var] = ACTIONS(2172),
    [aux_sym_integer_token1] = ACTIONS(2172),
    [aux_sym_integer_token2] = ACTIONS(2174),
    [aux_sym_float_token1] = ACTIONS(2172),
    [aux_sym_float_token2] = ACTIONS(2174),
    [anon_sym_true] = ACTIONS(2172),
    [anon_sym_false] = ACTIONS(2172),
    [aux_sym_string_token1] = ACTIONS(2174),
    [aux_sym_string_token3] = ACTIONS(2174),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2174),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [451] = {
    [sym_identifier] = ACTIONS(2176),
    [anon_sym_POUND] = ACTIONS(2178),
    [anon_sym_package] = ACTIONS(2176),
    [anon_sym_import] = ACTIONS(2176),
    [anon_sym_using] = ACTIONS(2176),
    [anon_sym_throw] = ACTIONS(2176),
    [anon_sym_LPAREN] = ACTIONS(2178),
    [anon_sym_switch] = ACTIONS(2176),
    [anon_sym_LBRACE] = ACTIONS(2178),
    [anon_sym_case] = ACTIONS(2176),
    [anon_sym_default] = ACTIONS(2176),
    [anon_sym_cast] = ACTIONS(2176),
    [anon_sym_DOLLARtype] = ACTIONS(2178),
    [anon_sym_return] = ACTIONS(2176),
    [anon_sym_untyped] = ACTIONS(2176),
    [anon_sym_break] = ACTIONS(2176),
    [anon_sym_continue] = ACTIONS(2176),
    [anon_sym_LBRACK] = ACTIONS(2178),
    [anon_sym_this] = ACTIONS(2176),
    [anon_sym_AT] = ACTIONS(2176),
    [anon_sym_AT_COLON] = ACTIONS(2178),
    [anon_sym_if] = ACTIONS(2176),
    [anon_sym_new] = ACTIONS(2176),
    [anon_sym_TILDE] = ACTIONS(2178),
    [anon_sym_BANG] = ACTIONS(2176),
    [anon_sym_DASH] = ACTIONS(2176),
    [anon_sym_PLUS_PLUS] = ACTIONS(2178),
    [anon_sym_DASH_DASH] = ACTIONS(2178),
    [anon_sym_PERCENT] = ACTIONS(2178),
    [anon_sym_STAR] = ACTIONS(2178),
    [anon_sym_SLASH] = ACTIONS(2176),
    [anon_sym_PLUS] = ACTIONS(2176),
    [anon_sym_LT_LT] = ACTIONS(2178),
    [anon_sym_GT_GT] = ACTIONS(2176),
    [anon_sym_GT_GT_GT] = ACTIONS(2178),
    [anon_sym_AMP] = ACTIONS(2176),
    [anon_sym_PIPE] = ACTIONS(2176),
    [anon_sym_CARET] = ACTIONS(2178),
    [anon_sym_AMP_AMP] = ACTIONS(2178),
    [anon_sym_PIPE_PIPE] = ACTIONS(2178),
    [anon_sym_EQ_EQ] = ACTIONS(2178),
    [anon_sym_BANG_EQ] = ACTIONS(2178),
    [anon_sym_LT] = ACTIONS(2176),
    [anon_sym_LT_EQ] = ACTIONS(2178),
    [anon_sym_GT] = ACTIONS(2176),
    [anon_sym_GT_EQ] = ACTIONS(2178),
    [anon_sym_EQ_GT] = ACTIONS(2178),
    [anon_sym_QMARK_QMARK] = ACTIONS(2178),
    [anon_sym_EQ] = ACTIONS(2176),
    [sym__rangeOperator] = ACTIONS(2178),
    [anon_sym_null] = ACTIONS(2176),
    [anon_sym_macro] = ACTIONS(2176),
    [anon_sym_abstract] = ACTIONS(2176),
    [anon_sym_static] = ACTIONS(2176),
    [anon_sym_public] = ACTIONS(2176),
    [anon_sym_private] = ACTIONS(2176),
    [anon_sym_extern] = ACTIONS(2176),
    [anon_sym_inline] = ACTIONS(2176),
    [anon_sym_overload] = ACTIONS(2176),
    [anon_sym_override] = ACTIONS(2176),
    [anon_sym_final] = ACTIONS(2176),
    [anon_sym_class] = ACTIONS(2176),
    [anon_sym_interface] = ACTIONS(2176),
    [anon_sym_typedef] = ACTIONS(2176),
    [anon_sym_function] = ACTIONS(2176),
    [anon_sym_var] = ACTIONS(2176),
    [aux_sym_integer_token1] = ACTIONS(2176),
    [aux_sym_integer_token2] = ACTIONS(2178),
    [aux_sym_float_token1] = ACTIONS(2176),
    [aux_sym_float_token2] = ACTIONS(2178),
    [anon_sym_true] = ACTIONS(2176),
    [anon_sym_false] = ACTIONS(2176),
    [aux_sym_string_token1] = ACTIONS(2178),
    [aux_sym_string_token3] = ACTIONS(2178),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2178),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [452] = {
    [sym_identifier] = ACTIONS(2180),
    [anon_sym_POUND] = ACTIONS(2182),
    [anon_sym_package] = ACTIONS(2180),
    [anon_sym_import] = ACTIONS(2180),
    [anon_sym_using] = ACTIONS(2180),
    [anon_sym_throw] = ACTIONS(2180),
    [anon_sym_LPAREN] = ACTIONS(2182),
    [anon_sym_switch] = ACTIONS(2180),
    [anon_sym_LBRACE] = ACTIONS(2182),
    [anon_sym_case] = ACTIONS(2180),
    [anon_sym_default] = ACTIONS(2180),
    [anon_sym_cast] = ACTIONS(2180),
    [anon_sym_DOLLARtype] = ACTIONS(2182),
    [anon_sym_return] = ACTIONS(2180),
    [anon_sym_untyped] = ACTIONS(2180),
    [anon_sym_break] = ACTIONS(2180),
    [anon_sym_continue] = ACTIONS(2180),
    [anon_sym_LBRACK] = ACTIONS(2182),
    [anon_sym_this] = ACTIONS(2180),
    [anon_sym_AT] = ACTIONS(2180),
    [anon_sym_AT_COLON] = ACTIONS(2182),
    [anon_sym_if] = ACTIONS(2180),
    [anon_sym_new] = ACTIONS(2180),
    [anon_sym_TILDE] = ACTIONS(2182),
    [anon_sym_BANG] = ACTIONS(2180),
    [anon_sym_DASH] = ACTIONS(2180),
    [anon_sym_PLUS_PLUS] = ACTIONS(2182),
    [anon_sym_DASH_DASH] = ACTIONS(2182),
    [anon_sym_PERCENT] = ACTIONS(2182),
    [anon_sym_STAR] = ACTIONS(2182),
    [anon_sym_SLASH] = ACTIONS(2180),
    [anon_sym_PLUS] = ACTIONS(2180),
    [anon_sym_LT_LT] = ACTIONS(2182),
    [anon_sym_GT_GT] = ACTIONS(2180),
    [anon_sym_GT_GT_GT] = ACTIONS(2182),
    [anon_sym_AMP] = ACTIONS(2180),
    [anon_sym_PIPE] = ACTIONS(2180),
    [anon_sym_CARET] = ACTIONS(2182),
    [anon_sym_AMP_AMP] = ACTIONS(2182),
    [anon_sym_PIPE_PIPE] = ACTIONS(2182),
    [anon_sym_EQ_EQ] = ACTIONS(2182),
    [anon_sym_BANG_EQ] = ACTIONS(2182),
    [anon_sym_LT] = ACTIONS(2180),
    [anon_sym_LT_EQ] = ACTIONS(2182),
    [anon_sym_GT] = ACTIONS(2180),
    [anon_sym_GT_EQ] = ACTIONS(2182),
    [anon_sym_EQ_GT] = ACTIONS(2182),
    [anon_sym_QMARK_QMARK] = ACTIONS(2182),
    [anon_sym_EQ] = ACTIONS(2180),
    [sym__rangeOperator] = ACTIONS(2182),
    [anon_sym_null] = ACTIONS(2180),
    [anon_sym_macro] = ACTIONS(2180),
    [anon_sym_abstract] = ACTIONS(2180),
    [anon_sym_static] = ACTIONS(2180),
    [anon_sym_public] = ACTIONS(2180),
    [anon_sym_private] = ACTIONS(2180),
    [anon_sym_extern] = ACTIONS(2180),
    [anon_sym_inline] = ACTIONS(2180),
    [anon_sym_overload] = ACTIONS(2180),
    [anon_sym_override] = ACTIONS(2180),
    [anon_sym_final] = ACTIONS(2180),
    [anon_sym_class] = ACTIONS(2180),
    [anon_sym_interface] = ACTIONS(2180),
    [anon_sym_typedef] = ACTIONS(2180),
    [anon_sym_function] = ACTIONS(2180),
    [anon_sym_var] = ACTIONS(2180),
    [aux_sym_integer_token1] = ACTIONS(2180),
    [aux_sym_integer_token2] = ACTIONS(2182),
    [aux_sym_float_token1] = ACTIONS(2180),
    [aux_sym_float_token2] = ACTIONS(2182),
    [anon_sym_true] = ACTIONS(2180),
    [anon_sym_false] = ACTIONS(2180),
    [aux_sym_string_token1] = ACTIONS(2182),
    [aux_sym_string_token3] = ACTIONS(2182),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2182),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [453] = {
    [sym_identifier] = ACTIONS(2184),
    [anon_sym_POUND] = ACTIONS(2186),
    [anon_sym_package] = ACTIONS(2184),
    [anon_sym_import] = ACTIONS(2184),
    [anon_sym_using] = ACTIONS(2184),
    [anon_sym_throw] = ACTIONS(2184),
    [anon_sym_LPAREN] = ACTIONS(2186),
    [anon_sym_switch] = ACTIONS(2184),
    [anon_sym_LBRACE] = ACTIONS(2186),
    [anon_sym_case] = ACTIONS(2184),
    [anon_sym_default] = ACTIONS(2184),
    [anon_sym_cast] = ACTIONS(2184),
    [anon_sym_DOLLARtype] = ACTIONS(2186),
    [anon_sym_return] = ACTIONS(2184),
    [anon_sym_untyped] = ACTIONS(2184),
    [anon_sym_break] = ACTIONS(2184),
    [anon_sym_continue] = ACTIONS(2184),
    [anon_sym_LBRACK] = ACTIONS(2186),
    [anon_sym_this] = ACTIONS(2184),
    [anon_sym_AT] = ACTIONS(2184),
    [anon_sym_AT_COLON] = ACTIONS(2186),
    [anon_sym_if] = ACTIONS(2184),
    [anon_sym_new] = ACTIONS(2184),
    [anon_sym_TILDE] = ACTIONS(2186),
    [anon_sym_BANG] = ACTIONS(2184),
    [anon_sym_DASH] = ACTIONS(2184),
    [anon_sym_PLUS_PLUS] = ACTIONS(2186),
    [anon_sym_DASH_DASH] = ACTIONS(2186),
    [anon_sym_PERCENT] = ACTIONS(2186),
    [anon_sym_STAR] = ACTIONS(2186),
    [anon_sym_SLASH] = ACTIONS(2184),
    [anon_sym_PLUS] = ACTIONS(2184),
    [anon_sym_LT_LT] = ACTIONS(2186),
    [anon_sym_GT_GT] = ACTIONS(2184),
    [anon_sym_GT_GT_GT] = ACTIONS(2186),
    [anon_sym_AMP] = ACTIONS(2184),
    [anon_sym_PIPE] = ACTIONS(2184),
    [anon_sym_CARET] = ACTIONS(2186),
    [anon_sym_AMP_AMP] = ACTIONS(2186),
    [anon_sym_PIPE_PIPE] = ACTIONS(2186),
    [anon_sym_EQ_EQ] = ACTIONS(2186),
    [anon_sym_BANG_EQ] = ACTIONS(2186),
    [anon_sym_LT] = ACTIONS(2184),
    [anon_sym_LT_EQ] = ACTIONS(2186),
    [anon_sym_GT] = ACTIONS(2184),
    [anon_sym_GT_EQ] = ACTIONS(2186),
    [anon_sym_EQ_GT] = ACTIONS(2186),
    [anon_sym_QMARK_QMARK] = ACTIONS(2186),
    [anon_sym_EQ] = ACTIONS(2184),
    [sym__rangeOperator] = ACTIONS(2186),
    [anon_sym_null] = ACTIONS(2184),
    [anon_sym_macro] = ACTIONS(2184),
    [anon_sym_abstract] = ACTIONS(2184),
    [anon_sym_static] = ACTIONS(2184),
    [anon_sym_public] = ACTIONS(2184),
    [anon_sym_private] = ACTIONS(2184),
    [anon_sym_extern] = ACTIONS(2184),
    [anon_sym_inline] = ACTIONS(2184),
    [anon_sym_overload] = ACTIONS(2184),
    [anon_sym_override] = ACTIONS(2184),
    [anon_sym_final] = ACTIONS(2184),
    [anon_sym_class] = ACTIONS(2184),
    [anon_sym_interface] = ACTIONS(2184),
    [anon_sym_typedef] = ACTIONS(2184),
    [anon_sym_function] = ACTIONS(2184),
    [anon_sym_var] = ACTIONS(2184),
    [aux_sym_integer_token1] = ACTIONS(2184),
    [aux_sym_integer_token2] = ACTIONS(2186),
    [aux_sym_float_token1] = ACTIONS(2184),
    [aux_sym_float_token2] = ACTIONS(2186),
    [anon_sym_true] = ACTIONS(2184),
    [anon_sym_false] = ACTIONS(2184),
    [aux_sym_string_token1] = ACTIONS(2186),
    [aux_sym_string_token3] = ACTIONS(2186),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2186),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [454] = {
    [sym_identifier] = ACTIONS(2188),
    [anon_sym_POUND] = ACTIONS(2190),
    [anon_sym_package] = ACTIONS(2188),
    [anon_sym_import] = ACTIONS(2188),
    [anon_sym_using] = ACTIONS(2188),
    [anon_sym_throw] = ACTIONS(2188),
    [anon_sym_LPAREN] = ACTIONS(2190),
    [anon_sym_switch] = ACTIONS(2188),
    [anon_sym_LBRACE] = ACTIONS(2190),
    [anon_sym_case] = ACTIONS(2188),
    [anon_sym_default] = ACTIONS(2188),
    [anon_sym_cast] = ACTIONS(2188),
    [anon_sym_DOLLARtype] = ACTIONS(2190),
    [anon_sym_return] = ACTIONS(2188),
    [anon_sym_untyped] = ACTIONS(2188),
    [anon_sym_break] = ACTIONS(2188),
    [anon_sym_continue] = ACTIONS(2188),
    [anon_sym_LBRACK] = ACTIONS(2190),
    [anon_sym_this] = ACTIONS(2188),
    [anon_sym_AT] = ACTIONS(2188),
    [anon_sym_AT_COLON] = ACTIONS(2190),
    [anon_sym_if] = ACTIONS(2188),
    [anon_sym_new] = ACTIONS(2188),
    [anon_sym_TILDE] = ACTIONS(2190),
    [anon_sym_BANG] = ACTIONS(2188),
    [anon_sym_DASH] = ACTIONS(2188),
    [anon_sym_PLUS_PLUS] = ACTIONS(2190),
    [anon_sym_DASH_DASH] = ACTIONS(2190),
    [anon_sym_PERCENT] = ACTIONS(2190),
    [anon_sym_STAR] = ACTIONS(2190),
    [anon_sym_SLASH] = ACTIONS(2188),
    [anon_sym_PLUS] = ACTIONS(2188),
    [anon_sym_LT_LT] = ACTIONS(2190),
    [anon_sym_GT_GT] = ACTIONS(2188),
    [anon_sym_GT_GT_GT] = ACTIONS(2190),
    [anon_sym_AMP] = ACTIONS(2188),
    [anon_sym_PIPE] = ACTIONS(2188),
    [anon_sym_CARET] = ACTIONS(2190),
    [anon_sym_AMP_AMP] = ACTIONS(2190),
    [anon_sym_PIPE_PIPE] = ACTIONS(2190),
    [anon_sym_EQ_EQ] = ACTIONS(2190),
    [anon_sym_BANG_EQ] = ACTIONS(2190),
    [anon_sym_LT] = ACTIONS(2188),
    [anon_sym_LT_EQ] = ACTIONS(2190),
    [anon_sym_GT] = ACTIONS(2188),
    [anon_sym_GT_EQ] = ACTIONS(2190),
    [anon_sym_EQ_GT] = ACTIONS(2190),
    [anon_sym_QMARK_QMARK] = ACTIONS(2190),
    [anon_sym_EQ] = ACTIONS(2188),
    [sym__rangeOperator] = ACTIONS(2190),
    [anon_sym_null] = ACTIONS(2188),
    [anon_sym_macro] = ACTIONS(2188),
    [anon_sym_abstract] = ACTIONS(2188),
    [anon_sym_static] = ACTIONS(2188),
    [anon_sym_public] = ACTIONS(2188),
    [anon_sym_private] = ACTIONS(2188),
    [anon_sym_extern] = ACTIONS(2188),
    [anon_sym_inline] = ACTIONS(2188),
    [anon_sym_overload] = ACTIONS(2188),
    [anon_sym_override] = ACTIONS(2188),
    [anon_sym_final] = ACTIONS(2188),
    [anon_sym_class] = ACTIONS(2188),
    [anon_sym_interface] = ACTIONS(2188),
    [anon_sym_typedef] = ACTIONS(2188),
    [anon_sym_function] = ACTIONS(2188),
    [anon_sym_var] = ACTIONS(2188),
    [aux_sym_integer_token1] = ACTIONS(2188),
    [aux_sym_integer_token2] = ACTIONS(2190),
    [aux_sym_float_token1] = ACTIONS(2188),
    [aux_sym_float_token2] = ACTIONS(2190),
    [anon_sym_true] = ACTIONS(2188),
    [anon_sym_false] = ACTIONS(2188),
    [aux_sym_string_token1] = ACTIONS(2190),
    [aux_sym_string_token3] = ACTIONS(2190),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2190),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [455] = {
    [sym_identifier] = ACTIONS(2192),
    [anon_sym_POUND] = ACTIONS(2194),
    [anon_sym_package] = ACTIONS(2192),
    [anon_sym_import] = ACTIONS(2192),
    [anon_sym_using] = ACTIONS(2192),
    [anon_sym_throw] = ACTIONS(2192),
    [anon_sym_LPAREN] = ACTIONS(2194),
    [anon_sym_switch] = ACTIONS(2192),
    [anon_sym_LBRACE] = ACTIONS(2194),
    [anon_sym_case] = ACTIONS(2192),
    [anon_sym_default] = ACTIONS(2192),
    [anon_sym_cast] = ACTIONS(2192),
    [anon_sym_DOLLARtype] = ACTIONS(2194),
    [anon_sym_return] = ACTIONS(2192),
    [anon_sym_untyped] = ACTIONS(2192),
    [anon_sym_break] = ACTIONS(2192),
    [anon_sym_continue] = ACTIONS(2192),
    [anon_sym_LBRACK] = ACTIONS(2194),
    [anon_sym_this] = ACTIONS(2192),
    [anon_sym_AT] = ACTIONS(2192),
    [anon_sym_AT_COLON] = ACTIONS(2194),
    [anon_sym_if] = ACTIONS(2192),
    [anon_sym_new] = ACTIONS(2192),
    [anon_sym_TILDE] = ACTIONS(2194),
    [anon_sym_BANG] = ACTIONS(2192),
    [anon_sym_DASH] = ACTIONS(2192),
    [anon_sym_PLUS_PLUS] = ACTIONS(2194),
    [anon_sym_DASH_DASH] = ACTIONS(2194),
    [anon_sym_PERCENT] = ACTIONS(2194),
    [anon_sym_STAR] = ACTIONS(2194),
    [anon_sym_SLASH] = ACTIONS(2192),
    [anon_sym_PLUS] = ACTIONS(2192),
    [anon_sym_LT_LT] = ACTIONS(2194),
    [anon_sym_GT_GT] = ACTIONS(2192),
    [anon_sym_GT_GT_GT] = ACTIONS(2194),
    [anon_sym_AMP] = ACTIONS(2192),
    [anon_sym_PIPE] = ACTIONS(2192),
    [anon_sym_CARET] = ACTIONS(2194),
    [anon_sym_AMP_AMP] = ACTIONS(2194),
    [anon_sym_PIPE_PIPE] = ACTIONS(2194),
    [anon_sym_EQ_EQ] = ACTIONS(2194),
    [anon_sym_BANG_EQ] = ACTIONS(2194),
    [anon_sym_LT] = ACTIONS(2192),
    [anon_sym_LT_EQ] = ACTIONS(2194),
    [anon_sym_GT] = ACTIONS(2192),
    [anon_sym_GT_EQ] = ACTIONS(2194),
    [anon_sym_EQ_GT] = ACTIONS(2194),
    [anon_sym_QMARK_QMARK] = ACTIONS(2194),
    [anon_sym_EQ] = ACTIONS(2192),
    [sym__rangeOperator] = ACTIONS(2194),
    [anon_sym_null] = ACTIONS(2192),
    [anon_sym_macro] = ACTIONS(2192),
    [anon_sym_abstract] = ACTIONS(2192),
    [anon_sym_static] = ACTIONS(2192),
    [anon_sym_public] = ACTIONS(2192),
    [anon_sym_private] = ACTIONS(2192),
    [anon_sym_extern] = ACTIONS(2192),
    [anon_sym_inline] = ACTIONS(2192),
    [anon_sym_overload] = ACTIONS(2192),
    [anon_sym_override] = ACTIONS(2192),
    [anon_sym_final] = ACTIONS(2192),
    [anon_sym_class] = ACTIONS(2192),
    [anon_sym_interface] = ACTIONS(2192),
    [anon_sym_typedef] = ACTIONS(2192),
    [anon_sym_function] = ACTIONS(2192),
    [anon_sym_var] = ACTIONS(2192),
    [aux_sym_integer_token1] = ACTIONS(2192),
    [aux_sym_integer_token2] = ACTIONS(2194),
    [aux_sym_float_token1] = ACTIONS(2192),
    [aux_sym_float_token2] = ACTIONS(2194),
    [anon_sym_true] = ACTIONS(2192),
    [anon_sym_false] = ACTIONS(2192),
    [aux_sym_string_token1] = ACTIONS(2194),
    [aux_sym_string_token3] = ACTIONS(2194),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2194),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [456] = {
    [sym_identifier] = ACTIONS(2196),
    [anon_sym_POUND] = ACTIONS(2198),
    [anon_sym_package] = ACTIONS(2196),
    [anon_sym_import] = ACTIONS(2196),
    [anon_sym_using] = ACTIONS(2196),
    [anon_sym_throw] = ACTIONS(2196),
    [anon_sym_LPAREN] = ACTIONS(2198),
    [anon_sym_switch] = ACTIONS(2196),
    [anon_sym_LBRACE] = ACTIONS(2198),
    [anon_sym_case] = ACTIONS(2196),
    [anon_sym_default] = ACTIONS(2196),
    [anon_sym_cast] = ACTIONS(2196),
    [anon_sym_DOLLARtype] = ACTIONS(2198),
    [anon_sym_return] = ACTIONS(2196),
    [anon_sym_untyped] = ACTIONS(2196),
    [anon_sym_break] = ACTIONS(2196),
    [anon_sym_continue] = ACTIONS(2196),
    [anon_sym_LBRACK] = ACTIONS(2198),
    [anon_sym_this] = ACTIONS(2196),
    [anon_sym_AT] = ACTIONS(2196),
    [anon_sym_AT_COLON] = ACTIONS(2198),
    [anon_sym_if] = ACTIONS(2196),
    [anon_sym_new] = ACTIONS(2196),
    [anon_sym_TILDE] = ACTIONS(2198),
    [anon_sym_BANG] = ACTIONS(2196),
    [anon_sym_DASH] = ACTIONS(2196),
    [anon_sym_PLUS_PLUS] = ACTIONS(2198),
    [anon_sym_DASH_DASH] = ACTIONS(2198),
    [anon_sym_PERCENT] = ACTIONS(2198),
    [anon_sym_STAR] = ACTIONS(2198),
    [anon_sym_SLASH] = ACTIONS(2196),
    [anon_sym_PLUS] = ACTIONS(2196),
    [anon_sym_LT_LT] = ACTIONS(2198),
    [anon_sym_GT_GT] = ACTIONS(2196),
    [anon_sym_GT_GT_GT] = ACTIONS(2198),
    [anon_sym_AMP] = ACTIONS(2196),
    [anon_sym_PIPE] = ACTIONS(2196),
    [anon_sym_CARET] = ACTIONS(2198),
    [anon_sym_AMP_AMP] = ACTIONS(2198),
    [anon_sym_PIPE_PIPE] = ACTIONS(2198),
    [anon_sym_EQ_EQ] = ACTIONS(2198),
    [anon_sym_BANG_EQ] = ACTIONS(2198),
    [anon_sym_LT] = ACTIONS(2196),
    [anon_sym_LT_EQ] = ACTIONS(2198),
    [anon_sym_GT] = ACTIONS(2196),
    [anon_sym_GT_EQ] = ACTIONS(2198),
    [anon_sym_EQ_GT] = ACTIONS(2198),
    [anon_sym_QMARK_QMARK] = ACTIONS(2198),
    [anon_sym_EQ] = ACTIONS(2196),
    [sym__rangeOperator] = ACTIONS(2198),
    [anon_sym_null] = ACTIONS(2196),
    [anon_sym_macro] = ACTIONS(2196),
    [anon_sym_abstract] = ACTIONS(2196),
    [anon_sym_static] = ACTIONS(2196),
    [anon_sym_public] = ACTIONS(2196),
    [anon_sym_private] = ACTIONS(2196),
    [anon_sym_extern] = ACTIONS(2196),
    [anon_sym_inline] = ACTIONS(2196),
    [anon_sym_overload] = ACTIONS(2196),
    [anon_sym_override] = ACTIONS(2196),
    [anon_sym_final] = ACTIONS(2196),
    [anon_sym_class] = ACTIONS(2196),
    [anon_sym_interface] = ACTIONS(2196),
    [anon_sym_typedef] = ACTIONS(2196),
    [anon_sym_function] = ACTIONS(2196),
    [anon_sym_var] = ACTIONS(2196),
    [aux_sym_integer_token1] = ACTIONS(2196),
    [aux_sym_integer_token2] = ACTIONS(2198),
    [aux_sym_float_token1] = ACTIONS(2196),
    [aux_sym_float_token2] = ACTIONS(2198),
    [anon_sym_true] = ACTIONS(2196),
    [anon_sym_false] = ACTIONS(2196),
    [aux_sym_string_token1] = ACTIONS(2198),
    [aux_sym_string_token3] = ACTIONS(2198),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2198),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [457] = {
    [sym_identifier] = ACTIONS(2200),
    [anon_sym_POUND] = ACTIONS(2202),
    [anon_sym_package] = ACTIONS(2200),
    [anon_sym_import] = ACTIONS(2200),
    [anon_sym_using] = ACTIONS(2200),
    [anon_sym_throw] = ACTIONS(2200),
    [anon_sym_LPAREN] = ACTIONS(2202),
    [anon_sym_switch] = ACTIONS(2200),
    [anon_sym_LBRACE] = ACTIONS(2202),
    [anon_sym_case] = ACTIONS(2200),
    [anon_sym_default] = ACTIONS(2200),
    [anon_sym_cast] = ACTIONS(2200),
    [anon_sym_DOLLARtype] = ACTIONS(2202),
    [anon_sym_return] = ACTIONS(2200),
    [anon_sym_untyped] = ACTIONS(2200),
    [anon_sym_break] = ACTIONS(2200),
    [anon_sym_continue] = ACTIONS(2200),
    [anon_sym_LBRACK] = ACTIONS(2202),
    [anon_sym_this] = ACTIONS(2200),
    [anon_sym_AT] = ACTIONS(2200),
    [anon_sym_AT_COLON] = ACTIONS(2202),
    [anon_sym_if] = ACTIONS(2200),
    [anon_sym_new] = ACTIONS(2200),
    [anon_sym_TILDE] = ACTIONS(2202),
    [anon_sym_BANG] = ACTIONS(2200),
    [anon_sym_DASH] = ACTIONS(2200),
    [anon_sym_PLUS_PLUS] = ACTIONS(2202),
    [anon_sym_DASH_DASH] = ACTIONS(2202),
    [anon_sym_PERCENT] = ACTIONS(2202),
    [anon_sym_STAR] = ACTIONS(2202),
    [anon_sym_SLASH] = ACTIONS(2200),
    [anon_sym_PLUS] = ACTIONS(2200),
    [anon_sym_LT_LT] = ACTIONS(2202),
    [anon_sym_GT_GT] = ACTIONS(2200),
    [anon_sym_GT_GT_GT] = ACTIONS(2202),
    [anon_sym_AMP] = ACTIONS(2200),
    [anon_sym_PIPE] = ACTIONS(2200),
    [anon_sym_CARET] = ACTIONS(2202),
    [anon_sym_AMP_AMP] = ACTIONS(2202),
    [anon_sym_PIPE_PIPE] = ACTIONS(2202),
    [anon_sym_EQ_EQ] = ACTIONS(2202),
    [anon_sym_BANG_EQ] = ACTIONS(2202),
    [anon_sym_LT] = ACTIONS(2200),
    [anon_sym_LT_EQ] = ACTIONS(2202),
    [anon_sym_GT] = ACTIONS(2200),
    [anon_sym_GT_EQ] = ACTIONS(2202),
    [anon_sym_EQ_GT] = ACTIONS(2202),
    [anon_sym_QMARK_QMARK] = ACTIONS(2202),
    [anon_sym_EQ] = ACTIONS(2200),
    [sym__rangeOperator] = ACTIONS(2202),
    [anon_sym_null] = ACTIONS(2200),
    [anon_sym_macro] = ACTIONS(2200),
    [anon_sym_abstract] = ACTIONS(2200),
    [anon_sym_static] = ACTIONS(2200),
    [anon_sym_public] = ACTIONS(2200),
    [anon_sym_private] = ACTIONS(2200),
    [anon_sym_extern] = ACTIONS(2200),
    [anon_sym_inline] = ACTIONS(2200),
    [anon_sym_overload] = ACTIONS(2200),
    [anon_sym_override] = ACTIONS(2200),
    [anon_sym_final] = ACTIONS(2200),
    [anon_sym_class] = ACTIONS(2200),
    [anon_sym_interface] = ACTIONS(2200),
    [anon_sym_typedef] = ACTIONS(2200),
    [anon_sym_function] = ACTIONS(2200),
    [anon_sym_var] = ACTIONS(2200),
    [aux_sym_integer_token1] = ACTIONS(2200),
    [aux_sym_integer_token2] = ACTIONS(2202),
    [aux_sym_float_token1] = ACTIONS(2200),
    [aux_sym_float_token2] = ACTIONS(2202),
    [anon_sym_true] = ACTIONS(2200),
    [anon_sym_false] = ACTIONS(2200),
    [aux_sym_string_token1] = ACTIONS(2202),
    [aux_sym_string_token3] = ACTIONS(2202),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2202),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [458] = {
    [sym_identifier] = ACTIONS(2204),
    [anon_sym_POUND] = ACTIONS(2206),
    [anon_sym_package] = ACTIONS(2204),
    [anon_sym_import] = ACTIONS(2204),
    [anon_sym_using] = ACTIONS(2204),
    [anon_sym_throw] = ACTIONS(2204),
    [anon_sym_LPAREN] = ACTIONS(2206),
    [anon_sym_switch] = ACTIONS(2204),
    [anon_sym_LBRACE] = ACTIONS(2206),
    [anon_sym_case] = ACTIONS(2204),
    [anon_sym_default] = ACTIONS(2204),
    [anon_sym_cast] = ACTIONS(2204),
    [anon_sym_DOLLARtype] = ACTIONS(2206),
    [anon_sym_return] = ACTIONS(2204),
    [anon_sym_untyped] = ACTIONS(2204),
    [anon_sym_break] = ACTIONS(2204),
    [anon_sym_continue] = ACTIONS(2204),
    [anon_sym_LBRACK] = ACTIONS(2206),
    [anon_sym_this] = ACTIONS(2204),
    [anon_sym_AT] = ACTIONS(2204),
    [anon_sym_AT_COLON] = ACTIONS(2206),
    [anon_sym_if] = ACTIONS(2204),
    [anon_sym_new] = ACTIONS(2204),
    [anon_sym_TILDE] = ACTIONS(2206),
    [anon_sym_BANG] = ACTIONS(2204),
    [anon_sym_DASH] = ACTIONS(2204),
    [anon_sym_PLUS_PLUS] = ACTIONS(2206),
    [anon_sym_DASH_DASH] = ACTIONS(2206),
    [anon_sym_PERCENT] = ACTIONS(2206),
    [anon_sym_STAR] = ACTIONS(2206),
    [anon_sym_SLASH] = ACTIONS(2204),
    [anon_sym_PLUS] = ACTIONS(2204),
    [anon_sym_LT_LT] = ACTIONS(2206),
    [anon_sym_GT_GT] = ACTIONS(2204),
    [anon_sym_GT_GT_GT] = ACTIONS(2206),
    [anon_sym_AMP] = ACTIONS(2204),
    [anon_sym_PIPE] = ACTIONS(2204),
    [anon_sym_CARET] = ACTIONS(2206),
    [anon_sym_AMP_AMP] = ACTIONS(2206),
    [anon_sym_PIPE_PIPE] = ACTIONS(2206),
    [anon_sym_EQ_EQ] = ACTIONS(2206),
    [anon_sym_BANG_EQ] = ACTIONS(2206),
    [anon_sym_LT] = ACTIONS(2204),
    [anon_sym_LT_EQ] = ACTIONS(2206),
    [anon_sym_GT] = ACTIONS(2204),
    [anon_sym_GT_EQ] = ACTIONS(2206),
    [anon_sym_EQ_GT] = ACTIONS(2206),
    [anon_sym_QMARK_QMARK] = ACTIONS(2206),
    [anon_sym_EQ] = ACTIONS(2204),
    [sym__rangeOperator] = ACTIONS(2206),
    [anon_sym_null] = ACTIONS(2204),
    [anon_sym_macro] = ACTIONS(2204),
    [anon_sym_abstract] = ACTIONS(2204),
    [anon_sym_static] = ACTIONS(2204),
    [anon_sym_public] = ACTIONS(2204),
    [anon_sym_private] = ACTIONS(2204),
    [anon_sym_extern] = ACTIONS(2204),
    [anon_sym_inline] = ACTIONS(2204),
    [anon_sym_overload] = ACTIONS(2204),
    [anon_sym_override] = ACTIONS(2204),
    [anon_sym_final] = ACTIONS(2204),
    [anon_sym_class] = ACTIONS(2204),
    [anon_sym_interface] = ACTIONS(2204),
    [anon_sym_typedef] = ACTIONS(2204),
    [anon_sym_function] = ACTIONS(2204),
    [anon_sym_var] = ACTIONS(2204),
    [aux_sym_integer_token1] = ACTIONS(2204),
    [aux_sym_integer_token2] = ACTIONS(2206),
    [aux_sym_float_token1] = ACTIONS(2204),
    [aux_sym_float_token2] = ACTIONS(2206),
    [anon_sym_true] = ACTIONS(2204),
    [anon_sym_false] = ACTIONS(2204),
    [aux_sym_string_token1] = ACTIONS(2206),
    [aux_sym_string_token3] = ACTIONS(2206),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2206),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [459] = {
    [sym_identifier] = ACTIONS(2208),
    [anon_sym_POUND] = ACTIONS(2210),
    [anon_sym_package] = ACTIONS(2208),
    [anon_sym_import] = ACTIONS(2208),
    [anon_sym_using] = ACTIONS(2208),
    [anon_sym_throw] = ACTIONS(2208),
    [anon_sym_LPAREN] = ACTIONS(2210),
    [anon_sym_switch] = ACTIONS(2208),
    [anon_sym_LBRACE] = ACTIONS(2210),
    [anon_sym_case] = ACTIONS(2208),
    [anon_sym_default] = ACTIONS(2208),
    [anon_sym_cast] = ACTIONS(2208),
    [anon_sym_DOLLARtype] = ACTIONS(2210),
    [anon_sym_return] = ACTIONS(2208),
    [anon_sym_untyped] = ACTIONS(2208),
    [anon_sym_break] = ACTIONS(2208),
    [anon_sym_continue] = ACTIONS(2208),
    [anon_sym_LBRACK] = ACTIONS(2210),
    [anon_sym_this] = ACTIONS(2208),
    [anon_sym_AT] = ACTIONS(2208),
    [anon_sym_AT_COLON] = ACTIONS(2210),
    [anon_sym_if] = ACTIONS(2208),
    [anon_sym_new] = ACTIONS(2208),
    [anon_sym_TILDE] = ACTIONS(2210),
    [anon_sym_BANG] = ACTIONS(2208),
    [anon_sym_DASH] = ACTIONS(2208),
    [anon_sym_PLUS_PLUS] = ACTIONS(2210),
    [anon_sym_DASH_DASH] = ACTIONS(2210),
    [anon_sym_PERCENT] = ACTIONS(2210),
    [anon_sym_STAR] = ACTIONS(2210),
    [anon_sym_SLASH] = ACTIONS(2208),
    [anon_sym_PLUS] = ACTIONS(2208),
    [anon_sym_LT_LT] = ACTIONS(2210),
    [anon_sym_GT_GT] = ACTIONS(2208),
    [anon_sym_GT_GT_GT] = ACTIONS(2210),
    [anon_sym_AMP] = ACTIONS(2208),
    [anon_sym_PIPE] = ACTIONS(2208),
    [anon_sym_CARET] = ACTIONS(2210),
    [anon_sym_AMP_AMP] = ACTIONS(2210),
    [anon_sym_PIPE_PIPE] = ACTIONS(2210),
    [anon_sym_EQ_EQ] = ACTIONS(2210),
    [anon_sym_BANG_EQ] = ACTIONS(2210),
    [anon_sym_LT] = ACTIONS(2208),
    [anon_sym_LT_EQ] = ACTIONS(2210),
    [anon_sym_GT] = ACTIONS(2208),
    [anon_sym_GT_EQ] = ACTIONS(2210),
    [anon_sym_EQ_GT] = ACTIONS(2210),
    [anon_sym_QMARK_QMARK] = ACTIONS(2210),
    [anon_sym_EQ] = ACTIONS(2208),
    [sym__rangeOperator] = ACTIONS(2210),
    [anon_sym_null] = ACTIONS(2208),
    [anon_sym_macro] = ACTIONS(2208),
    [anon_sym_abstract] = ACTIONS(2208),
    [anon_sym_static] = ACTIONS(2208),
    [anon_sym_public] = ACTIONS(2208),
    [anon_sym_private] = ACTIONS(2208),
    [anon_sym_extern] = ACTIONS(2208),
    [anon_sym_inline] = ACTIONS(2208),
    [anon_sym_overload] = ACTIONS(2208),
    [anon_sym_override] = ACTIONS(2208),
    [anon_sym_final] = ACTIONS(2208),
    [anon_sym_class] = ACTIONS(2208),
    [anon_sym_interface] = ACTIONS(2208),
    [anon_sym_typedef] = ACTIONS(2208),
    [anon_sym_function] = ACTIONS(2208),
    [anon_sym_var] = ACTIONS(2208),
    [aux_sym_integer_token1] = ACTIONS(2208),
    [aux_sym_integer_token2] = ACTIONS(2210),
    [aux_sym_float_token1] = ACTIONS(2208),
    [aux_sym_float_token2] = ACTIONS(2210),
    [anon_sym_true] = ACTIONS(2208),
    [anon_sym_false] = ACTIONS(2208),
    [aux_sym_string_token1] = ACTIONS(2210),
    [aux_sym_string_token3] = ACTIONS(2210),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2210),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [460] = {
    [sym_identifier] = ACTIONS(2212),
    [anon_sym_POUND] = ACTIONS(2214),
    [anon_sym_package] = ACTIONS(2212),
    [anon_sym_import] = ACTIONS(2212),
    [anon_sym_using] = ACTIONS(2212),
    [anon_sym_throw] = ACTIONS(2212),
    [anon_sym_LPAREN] = ACTIONS(2214),
    [anon_sym_switch] = ACTIONS(2212),
    [anon_sym_LBRACE] = ACTIONS(2214),
    [anon_sym_case] = ACTIONS(2212),
    [anon_sym_default] = ACTIONS(2212),
    [anon_sym_cast] = ACTIONS(2212),
    [anon_sym_DOLLARtype] = ACTIONS(2214),
    [anon_sym_return] = ACTIONS(2212),
    [anon_sym_untyped] = ACTIONS(2212),
    [anon_sym_break] = ACTIONS(2212),
    [anon_sym_continue] = ACTIONS(2212),
    [anon_sym_LBRACK] = ACTIONS(2214),
    [anon_sym_this] = ACTIONS(2212),
    [anon_sym_AT] = ACTIONS(2212),
    [anon_sym_AT_COLON] = ACTIONS(2214),
    [anon_sym_if] = ACTIONS(2212),
    [anon_sym_new] = ACTIONS(2212),
    [anon_sym_TILDE] = ACTIONS(2214),
    [anon_sym_BANG] = ACTIONS(2212),
    [anon_sym_DASH] = ACTIONS(2212),
    [anon_sym_PLUS_PLUS] = ACTIONS(2214),
    [anon_sym_DASH_DASH] = ACTIONS(2214),
    [anon_sym_PERCENT] = ACTIONS(2214),
    [anon_sym_STAR] = ACTIONS(2214),
    [anon_sym_SLASH] = ACTIONS(2212),
    [anon_sym_PLUS] = ACTIONS(2212),
    [anon_sym_LT_LT] = ACTIONS(2214),
    [anon_sym_GT_GT] = ACTIONS(2212),
    [anon_sym_GT_GT_GT] = ACTIONS(2214),
    [anon_sym_AMP] = ACTIONS(2212),
    [anon_sym_PIPE] = ACTIONS(2212),
    [anon_sym_CARET] = ACTIONS(2214),
    [anon_sym_AMP_AMP] = ACTIONS(2214),
    [anon_sym_PIPE_PIPE] = ACTIONS(2214),
    [anon_sym_EQ_EQ] = ACTIONS(2214),
    [anon_sym_BANG_EQ] = ACTIONS(2214),
    [anon_sym_LT] = ACTIONS(2212),
    [anon_sym_LT_EQ] = ACTIONS(2214),
    [anon_sym_GT] = ACTIONS(2212),
    [anon_sym_GT_EQ] = ACTIONS(2214),
    [anon_sym_EQ_GT] = ACTIONS(2214),
    [anon_sym_QMARK_QMARK] = ACTIONS(2214),
    [anon_sym_EQ] = ACTIONS(2212),
    [sym__rangeOperator] = ACTIONS(2214),
    [anon_sym_null] = ACTIONS(2212),
    [anon_sym_macro] = ACTIONS(2212),
    [anon_sym_abstract] = ACTIONS(2212),
    [anon_sym_static] = ACTIONS(2212),
    [anon_sym_public] = ACTIONS(2212),
    [anon_sym_private] = ACTIONS(2212),
    [anon_sym_extern] = ACTIONS(2212),
    [anon_sym_inline] = ACTIONS(2212),
    [anon_sym_overload] = ACTIONS(2212),
    [anon_sym_override] = ACTIONS(2212),
    [anon_sym_final] = ACTIONS(2212),
    [anon_sym_class] = ACTIONS(2212),
    [anon_sym_interface] = ACTIONS(2212),
    [anon_sym_typedef] = ACTIONS(2212),
    [anon_sym_function] = ACTIONS(2212),
    [anon_sym_var] = ACTIONS(2212),
    [aux_sym_integer_token1] = ACTIONS(2212),
    [aux_sym_integer_token2] = ACTIONS(2214),
    [aux_sym_float_token1] = ACTIONS(2212),
    [aux_sym_float_token2] = ACTIONS(2214),
    [anon_sym_true] = ACTIONS(2212),
    [anon_sym_false] = ACTIONS(2212),
    [aux_sym_string_token1] = ACTIONS(2214),
    [aux_sym_string_token3] = ACTIONS(2214),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2214),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [461] = {
    [sym_identifier] = ACTIONS(2216),
    [anon_sym_POUND] = ACTIONS(2218),
    [anon_sym_package] = ACTIONS(2216),
    [anon_sym_import] = ACTIONS(2216),
    [anon_sym_using] = ACTIONS(2216),
    [anon_sym_throw] = ACTIONS(2216),
    [anon_sym_LPAREN] = ACTIONS(2218),
    [anon_sym_switch] = ACTIONS(2216),
    [anon_sym_LBRACE] = ACTIONS(2218),
    [anon_sym_case] = ACTIONS(2216),
    [anon_sym_default] = ACTIONS(2216),
    [anon_sym_cast] = ACTIONS(2216),
    [anon_sym_DOLLARtype] = ACTIONS(2218),
    [anon_sym_return] = ACTIONS(2216),
    [anon_sym_untyped] = ACTIONS(2216),
    [anon_sym_break] = ACTIONS(2216),
    [anon_sym_continue] = ACTIONS(2216),
    [anon_sym_LBRACK] = ACTIONS(2218),
    [anon_sym_this] = ACTIONS(2216),
    [anon_sym_AT] = ACTIONS(2216),
    [anon_sym_AT_COLON] = ACTIONS(2218),
    [anon_sym_if] = ACTIONS(2216),
    [anon_sym_new] = ACTIONS(2216),
    [anon_sym_TILDE] = ACTIONS(2218),
    [anon_sym_BANG] = ACTIONS(2216),
    [anon_sym_DASH] = ACTIONS(2216),
    [anon_sym_PLUS_PLUS] = ACTIONS(2218),
    [anon_sym_DASH_DASH] = ACTIONS(2218),
    [anon_sym_PERCENT] = ACTIONS(2218),
    [anon_sym_STAR] = ACTIONS(2218),
    [anon_sym_SLASH] = ACTIONS(2216),
    [anon_sym_PLUS] = ACTIONS(2216),
    [anon_sym_LT_LT] = ACTIONS(2218),
    [anon_sym_GT_GT] = ACTIONS(2216),
    [anon_sym_GT_GT_GT] = ACTIONS(2218),
    [anon_sym_AMP] = ACTIONS(2216),
    [anon_sym_PIPE] = ACTIONS(2216),
    [anon_sym_CARET] = ACTIONS(2218),
    [anon_sym_AMP_AMP] = ACTIONS(2218),
    [anon_sym_PIPE_PIPE] = ACTIONS(2218),
    [anon_sym_EQ_EQ] = ACTIONS(2218),
    [anon_sym_BANG_EQ] = ACTIONS(2218),
    [anon_sym_LT] = ACTIONS(2216),
    [anon_sym_LT_EQ] = ACTIONS(2218),
    [anon_sym_GT] = ACTIONS(2216),
    [anon_sym_GT_EQ] = ACTIONS(2218),
    [anon_sym_EQ_GT] = ACTIONS(2218),
    [anon_sym_QMARK_QMARK] = ACTIONS(2218),
    [anon_sym_EQ] = ACTIONS(2216),
    [sym__rangeOperator] = ACTIONS(2218),
    [anon_sym_null] = ACTIONS(2216),
    [anon_sym_macro] = ACTIONS(2216),
    [anon_sym_abstract] = ACTIONS(2216),
    [anon_sym_static] = ACTIONS(2216),
    [anon_sym_public] = ACTIONS(2216),
    [anon_sym_private] = ACTIONS(2216),
    [anon_sym_extern] = ACTIONS(2216),
    [anon_sym_inline] = ACTIONS(2216),
    [anon_sym_overload] = ACTIONS(2216),
    [anon_sym_override] = ACTIONS(2216),
    [anon_sym_final] = ACTIONS(2216),
    [anon_sym_class] = ACTIONS(2216),
    [anon_sym_interface] = ACTIONS(2216),
    [anon_sym_typedef] = ACTIONS(2216),
    [anon_sym_function] = ACTIONS(2216),
    [anon_sym_var] = ACTIONS(2216),
    [aux_sym_integer_token1] = ACTIONS(2216),
    [aux_sym_integer_token2] = ACTIONS(2218),
    [aux_sym_float_token1] = ACTIONS(2216),
    [aux_sym_float_token2] = ACTIONS(2218),
    [anon_sym_true] = ACTIONS(2216),
    [anon_sym_false] = ACTIONS(2216),
    [aux_sym_string_token1] = ACTIONS(2218),
    [aux_sym_string_token3] = ACTIONS(2218),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2218),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [462] = {
    [sym_identifier] = ACTIONS(2220),
    [anon_sym_POUND] = ACTIONS(2222),
    [anon_sym_package] = ACTIONS(2220),
    [anon_sym_import] = ACTIONS(2220),
    [anon_sym_using] = ACTIONS(2220),
    [anon_sym_throw] = ACTIONS(2220),
    [anon_sym_LPAREN] = ACTIONS(2222),
    [anon_sym_switch] = ACTIONS(2220),
    [anon_sym_LBRACE] = ACTIONS(2222),
    [anon_sym_case] = ACTIONS(2220),
    [anon_sym_default] = ACTIONS(2220),
    [anon_sym_cast] = ACTIONS(2220),
    [anon_sym_DOLLARtype] = ACTIONS(2222),
    [anon_sym_return] = ACTIONS(2220),
    [anon_sym_untyped] = ACTIONS(2220),
    [anon_sym_break] = ACTIONS(2220),
    [anon_sym_continue] = ACTIONS(2220),
    [anon_sym_LBRACK] = ACTIONS(2222),
    [anon_sym_this] = ACTIONS(2220),
    [anon_sym_AT] = ACTIONS(2220),
    [anon_sym_AT_COLON] = ACTIONS(2222),
    [anon_sym_if] = ACTIONS(2220),
    [anon_sym_new] = ACTIONS(2220),
    [anon_sym_TILDE] = ACTIONS(2222),
    [anon_sym_BANG] = ACTIONS(2220),
    [anon_sym_DASH] = ACTIONS(2220),
    [anon_sym_PLUS_PLUS] = ACTIONS(2222),
    [anon_sym_DASH_DASH] = ACTIONS(2222),
    [anon_sym_PERCENT] = ACTIONS(2222),
    [anon_sym_STAR] = ACTIONS(2222),
    [anon_sym_SLASH] = ACTIONS(2220),
    [anon_sym_PLUS] = ACTIONS(2220),
    [anon_sym_LT_LT] = ACTIONS(2222),
    [anon_sym_GT_GT] = ACTIONS(2220),
    [anon_sym_GT_GT_GT] = ACTIONS(2222),
    [anon_sym_AMP] = ACTIONS(2220),
    [anon_sym_PIPE] = ACTIONS(2220),
    [anon_sym_CARET] = ACTIONS(2222),
    [anon_sym_AMP_AMP] = ACTIONS(2222),
    [anon_sym_PIPE_PIPE] = ACTIONS(2222),
    [anon_sym_EQ_EQ] = ACTIONS(2222),
    [anon_sym_BANG_EQ] = ACTIONS(2222),
    [anon_sym_LT] = ACTIONS(2220),
    [anon_sym_LT_EQ] = ACTIONS(2222),
    [anon_sym_GT] = ACTIONS(2220),
    [anon_sym_GT_EQ] = ACTIONS(2222),
    [anon_sym_EQ_GT] = ACTIONS(2222),
    [anon_sym_QMARK_QMARK] = ACTIONS(2222),
    [anon_sym_EQ] = ACTIONS(2220),
    [sym__rangeOperator] = ACTIONS(2222),
    [anon_sym_null] = ACTIONS(2220),
    [anon_sym_macro] = ACTIONS(2220),
    [anon_sym_abstract] = ACTIONS(2220),
    [anon_sym_static] = ACTIONS(2220),
    [anon_sym_public] = ACTIONS(2220),
    [anon_sym_private] = ACTIONS(2220),
    [anon_sym_extern] = ACTIONS(2220),
    [anon_sym_inline] = ACTIONS(2220),
    [anon_sym_overload] = ACTIONS(2220),
    [anon_sym_override] = ACTIONS(2220),
    [anon_sym_final] = ACTIONS(2220),
    [anon_sym_class] = ACTIONS(2220),
    [anon_sym_interface] = ACTIONS(2220),
    [anon_sym_typedef] = ACTIONS(2220),
    [anon_sym_function] = ACTIONS(2220),
    [anon_sym_var] = ACTIONS(2220),
    [aux_sym_integer_token1] = ACTIONS(2220),
    [aux_sym_integer_token2] = ACTIONS(2222),
    [aux_sym_float_token1] = ACTIONS(2220),
    [aux_sym_float_token2] = ACTIONS(2222),
    [anon_sym_true] = ACTIONS(2220),
    [anon_sym_false] = ACTIONS(2220),
    [aux_sym_string_token1] = ACTIONS(2222),
    [aux_sym_string_token3] = ACTIONS(2222),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2222),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [463] = {
    [sym_identifier] = ACTIONS(2224),
    [anon_sym_POUND] = ACTIONS(2226),
    [anon_sym_package] = ACTIONS(2224),
    [anon_sym_import] = ACTIONS(2224),
    [anon_sym_using] = ACTIONS(2224),
    [anon_sym_throw] = ACTIONS(2224),
    [anon_sym_LPAREN] = ACTIONS(2226),
    [anon_sym_switch] = ACTIONS(2224),
    [anon_sym_LBRACE] = ACTIONS(2226),
    [anon_sym_case] = ACTIONS(2224),
    [anon_sym_default] = ACTIONS(2224),
    [anon_sym_cast] = ACTIONS(2224),
    [anon_sym_DOLLARtype] = ACTIONS(2226),
    [anon_sym_return] = ACTIONS(2224),
    [anon_sym_untyped] = ACTIONS(2224),
    [anon_sym_break] = ACTIONS(2224),
    [anon_sym_continue] = ACTIONS(2224),
    [anon_sym_LBRACK] = ACTIONS(2226),
    [anon_sym_this] = ACTIONS(2224),
    [anon_sym_AT] = ACTIONS(2224),
    [anon_sym_AT_COLON] = ACTIONS(2226),
    [anon_sym_if] = ACTIONS(2224),
    [anon_sym_new] = ACTIONS(2224),
    [anon_sym_TILDE] = ACTIONS(2226),
    [anon_sym_BANG] = ACTIONS(2224),
    [anon_sym_DASH] = ACTIONS(2224),
    [anon_sym_PLUS_PLUS] = ACTIONS(2226),
    [anon_sym_DASH_DASH] = ACTIONS(2226),
    [anon_sym_PERCENT] = ACTIONS(2226),
    [anon_sym_STAR] = ACTIONS(2226),
    [anon_sym_SLASH] = ACTIONS(2224),
    [anon_sym_PLUS] = ACTIONS(2224),
    [anon_sym_LT_LT] = ACTIONS(2226),
    [anon_sym_GT_GT] = ACTIONS(2224),
    [anon_sym_GT_GT_GT] = ACTIONS(2226),
    [anon_sym_AMP] = ACTIONS(2224),
    [anon_sym_PIPE] = ACTIONS(2224),
    [anon_sym_CARET] = ACTIONS(2226),
    [anon_sym_AMP_AMP] = ACTIONS(2226),
    [anon_sym_PIPE_PIPE] = ACTIONS(2226),
    [anon_sym_EQ_EQ] = ACTIONS(2226),
    [anon_sym_BANG_EQ] = ACTIONS(2226),
    [anon_sym_LT] = ACTIONS(2224),
    [anon_sym_LT_EQ] = ACTIONS(2226),
    [anon_sym_GT] = ACTIONS(2224),
    [anon_sym_GT_EQ] = ACTIONS(2226),
    [anon_sym_EQ_GT] = ACTIONS(2226),
    [anon_sym_QMARK_QMARK] = ACTIONS(2226),
    [anon_sym_EQ] = ACTIONS(2224),
    [sym__rangeOperator] = ACTIONS(2226),
    [anon_sym_null] = ACTIONS(2224),
    [anon_sym_macro] = ACTIONS(2224),
    [anon_sym_abstract] = ACTIONS(2224),
    [anon_sym_static] = ACTIONS(2224),
    [anon_sym_public] = ACTIONS(2224),
    [anon_sym_private] = ACTIONS(2224),
    [anon_sym_extern] = ACTIONS(2224),
    [anon_sym_inline] = ACTIONS(2224),
    [anon_sym_overload] = ACTIONS(2224),
    [anon_sym_override] = ACTIONS(2224),
    [anon_sym_final] = ACTIONS(2224),
    [anon_sym_class] = ACTIONS(2224),
    [anon_sym_interface] = ACTIONS(2224),
    [anon_sym_typedef] = ACTIONS(2224),
    [anon_sym_function] = ACTIONS(2224),
    [anon_sym_var] = ACTIONS(2224),
    [aux_sym_integer_token1] = ACTIONS(2224),
    [aux_sym_integer_token2] = ACTIONS(2226),
    [aux_sym_float_token1] = ACTIONS(2224),
    [aux_sym_float_token2] = ACTIONS(2226),
    [anon_sym_true] = ACTIONS(2224),
    [anon_sym_false] = ACTIONS(2224),
    [aux_sym_string_token1] = ACTIONS(2226),
    [aux_sym_string_token3] = ACTIONS(2226),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2226),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [464] = {
    [sym_identifier] = ACTIONS(2228),
    [anon_sym_POUND] = ACTIONS(2230),
    [anon_sym_package] = ACTIONS(2228),
    [anon_sym_import] = ACTIONS(2228),
    [anon_sym_using] = ACTIONS(2228),
    [anon_sym_throw] = ACTIONS(2228),
    [anon_sym_LPAREN] = ACTIONS(2230),
    [anon_sym_switch] = ACTIONS(2228),
    [anon_sym_LBRACE] = ACTIONS(2230),
    [anon_sym_case] = ACTIONS(2228),
    [anon_sym_default] = ACTIONS(2228),
    [anon_sym_cast] = ACTIONS(2228),
    [anon_sym_DOLLARtype] = ACTIONS(2230),
    [anon_sym_return] = ACTIONS(2228),
    [anon_sym_untyped] = ACTIONS(2228),
    [anon_sym_break] = ACTIONS(2228),
    [anon_sym_continue] = ACTIONS(2228),
    [anon_sym_LBRACK] = ACTIONS(2230),
    [anon_sym_this] = ACTIONS(2228),
    [anon_sym_AT] = ACTIONS(2228),
    [anon_sym_AT_COLON] = ACTIONS(2230),
    [anon_sym_if] = ACTIONS(2228),
    [anon_sym_new] = ACTIONS(2228),
    [anon_sym_TILDE] = ACTIONS(2230),
    [anon_sym_BANG] = ACTIONS(2228),
    [anon_sym_DASH] = ACTIONS(2228),
    [anon_sym_PLUS_PLUS] = ACTIONS(2230),
    [anon_sym_DASH_DASH] = ACTIONS(2230),
    [anon_sym_PERCENT] = ACTIONS(2230),
    [anon_sym_STAR] = ACTIONS(2230),
    [anon_sym_SLASH] = ACTIONS(2228),
    [anon_sym_PLUS] = ACTIONS(2228),
    [anon_sym_LT_LT] = ACTIONS(2230),
    [anon_sym_GT_GT] = ACTIONS(2228),
    [anon_sym_GT_GT_GT] = ACTIONS(2230),
    [anon_sym_AMP] = ACTIONS(2228),
    [anon_sym_PIPE] = ACTIONS(2228),
    [anon_sym_CARET] = ACTIONS(2230),
    [anon_sym_AMP_AMP] = ACTIONS(2230),
    [anon_sym_PIPE_PIPE] = ACTIONS(2230),
    [anon_sym_EQ_EQ] = ACTIONS(2230),
    [anon_sym_BANG_EQ] = ACTIONS(2230),
    [anon_sym_LT] = ACTIONS(2228),
    [anon_sym_LT_EQ] = ACTIONS(2230),
    [anon_sym_GT] = ACTIONS(2228),
    [anon_sym_GT_EQ] = ACTIONS(2230),
    [anon_sym_EQ_GT] = ACTIONS(2230),
    [anon_sym_QMARK_QMARK] = ACTIONS(2230),
    [anon_sym_EQ] = ACTIONS(2228),
    [sym__rangeOperator] = ACTIONS(2230),
    [anon_sym_null] = ACTIONS(2228),
    [anon_sym_macro] = ACTIONS(2228),
    [anon_sym_abstract] = ACTIONS(2228),
    [anon_sym_static] = ACTIONS(2228),
    [anon_sym_public] = ACTIONS(2228),
    [anon_sym_private] = ACTIONS(2228),
    [anon_sym_extern] = ACTIONS(2228),
    [anon_sym_inline] = ACTIONS(2228),
    [anon_sym_overload] = ACTIONS(2228),
    [anon_sym_override] = ACTIONS(2228),
    [anon_sym_final] = ACTIONS(2228),
    [anon_sym_class] = ACTIONS(2228),
    [anon_sym_interface] = ACTIONS(2228),
    [anon_sym_typedef] = ACTIONS(2228),
    [anon_sym_function] = ACTIONS(2228),
    [anon_sym_var] = ACTIONS(2228),
    [aux_sym_integer_token1] = ACTIONS(2228),
    [aux_sym_integer_token2] = ACTIONS(2230),
    [aux_sym_float_token1] = ACTIONS(2228),
    [aux_sym_float_token2] = ACTIONS(2230),
    [anon_sym_true] = ACTIONS(2228),
    [anon_sym_false] = ACTIONS(2228),
    [aux_sym_string_token1] = ACTIONS(2230),
    [aux_sym_string_token3] = ACTIONS(2230),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2230),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [465] = {
    [sym_identifier] = ACTIONS(2232),
    [anon_sym_POUND] = ACTIONS(2234),
    [anon_sym_package] = ACTIONS(2232),
    [anon_sym_import] = ACTIONS(2232),
    [anon_sym_using] = ACTIONS(2232),
    [anon_sym_throw] = ACTIONS(2232),
    [anon_sym_LPAREN] = ACTIONS(2234),
    [anon_sym_switch] = ACTIONS(2232),
    [anon_sym_LBRACE] = ACTIONS(2234),
    [anon_sym_case] = ACTIONS(2232),
    [anon_sym_default] = ACTIONS(2232),
    [anon_sym_cast] = ACTIONS(2232),
    [anon_sym_DOLLARtype] = ACTIONS(2234),
    [anon_sym_return] = ACTIONS(2232),
    [anon_sym_untyped] = ACTIONS(2232),
    [anon_sym_break] = ACTIONS(2232),
    [anon_sym_continue] = ACTIONS(2232),
    [anon_sym_LBRACK] = ACTIONS(2234),
    [anon_sym_this] = ACTIONS(2232),
    [anon_sym_AT] = ACTIONS(2232),
    [anon_sym_AT_COLON] = ACTIONS(2234),
    [anon_sym_if] = ACTIONS(2232),
    [anon_sym_new] = ACTIONS(2232),
    [anon_sym_TILDE] = ACTIONS(2234),
    [anon_sym_BANG] = ACTIONS(2232),
    [anon_sym_DASH] = ACTIONS(2232),
    [anon_sym_PLUS_PLUS] = ACTIONS(2234),
    [anon_sym_DASH_DASH] = ACTIONS(2234),
    [anon_sym_PERCENT] = ACTIONS(2234),
    [anon_sym_STAR] = ACTIONS(2234),
    [anon_sym_SLASH] = ACTIONS(2232),
    [anon_sym_PLUS] = ACTIONS(2232),
    [anon_sym_LT_LT] = ACTIONS(2234),
    [anon_sym_GT_GT] = ACTIONS(2232),
    [anon_sym_GT_GT_GT] = ACTIONS(2234),
    [anon_sym_AMP] = ACTIONS(2232),
    [anon_sym_PIPE] = ACTIONS(2232),
    [anon_sym_CARET] = ACTIONS(2234),
    [anon_sym_AMP_AMP] = ACTIONS(2234),
    [anon_sym_PIPE_PIPE] = ACTIONS(2234),
    [anon_sym_EQ_EQ] = ACTIONS(2234),
    [anon_sym_BANG_EQ] = ACTIONS(2234),
    [anon_sym_LT] = ACTIONS(2232),
    [anon_sym_LT_EQ] = ACTIONS(2234),
    [anon_sym_GT] = ACTIONS(2232),
    [anon_sym_GT_EQ] = ACTIONS(2234),
    [anon_sym_EQ_GT] = ACTIONS(2234),
    [anon_sym_QMARK_QMARK] = ACTIONS(2234),
    [anon_sym_EQ] = ACTIONS(2232),
    [sym__rangeOperator] = ACTIONS(2234),
    [anon_sym_null] = ACTIONS(2232),
    [anon_sym_macro] = ACTIONS(2232),
    [anon_sym_abstract] = ACTIONS(2232),
    [anon_sym_static] = ACTIONS(2232),
    [anon_sym_public] = ACTIONS(2232),
    [anon_sym_private] = ACTIONS(2232),
    [anon_sym_extern] = ACTIONS(2232),
    [anon_sym_inline] = ACTIONS(2232),
    [anon_sym_overload] = ACTIONS(2232),
    [anon_sym_override] = ACTIONS(2232),
    [anon_sym_final] = ACTIONS(2232),
    [anon_sym_class] = ACTIONS(2232),
    [anon_sym_interface] = ACTIONS(2232),
    [anon_sym_typedef] = ACTIONS(2232),
    [anon_sym_function] = ACTIONS(2232),
    [anon_sym_var] = ACTIONS(2232),
    [aux_sym_integer_token1] = ACTIONS(2232),
    [aux_sym_integer_token2] = ACTIONS(2234),
    [aux_sym_float_token1] = ACTIONS(2232),
    [aux_sym_float_token2] = ACTIONS(2234),
    [anon_sym_true] = ACTIONS(2232),
    [anon_sym_false] = ACTIONS(2232),
    [aux_sym_string_token1] = ACTIONS(2234),
    [aux_sym_string_token3] = ACTIONS(2234),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2234),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [466] = {
    [sym_identifier] = ACTIONS(2236),
    [anon_sym_POUND] = ACTIONS(2238),
    [anon_sym_package] = ACTIONS(2236),
    [anon_sym_import] = ACTIONS(2236),
    [anon_sym_using] = ACTIONS(2236),
    [anon_sym_throw] = ACTIONS(2236),
    [anon_sym_LPAREN] = ACTIONS(2238),
    [anon_sym_switch] = ACTIONS(2236),
    [anon_sym_LBRACE] = ACTIONS(2238),
    [anon_sym_case] = ACTIONS(2236),
    [anon_sym_default] = ACTIONS(2236),
    [anon_sym_cast] = ACTIONS(2236),
    [anon_sym_DOLLARtype] = ACTIONS(2238),
    [anon_sym_return] = ACTIONS(2236),
    [anon_sym_untyped] = ACTIONS(2236),
    [anon_sym_break] = ACTIONS(2236),
    [anon_sym_continue] = ACTIONS(2236),
    [anon_sym_LBRACK] = ACTIONS(2238),
    [anon_sym_this] = ACTIONS(2236),
    [anon_sym_AT] = ACTIONS(2236),
    [anon_sym_AT_COLON] = ACTIONS(2238),
    [anon_sym_if] = ACTIONS(2236),
    [anon_sym_new] = ACTIONS(2236),
    [anon_sym_TILDE] = ACTIONS(2238),
    [anon_sym_BANG] = ACTIONS(2236),
    [anon_sym_DASH] = ACTIONS(2236),
    [anon_sym_PLUS_PLUS] = ACTIONS(2238),
    [anon_sym_DASH_DASH] = ACTIONS(2238),
    [anon_sym_PERCENT] = ACTIONS(2238),
    [anon_sym_STAR] = ACTIONS(2238),
    [anon_sym_SLASH] = ACTIONS(2236),
    [anon_sym_PLUS] = ACTIONS(2236),
    [anon_sym_LT_LT] = ACTIONS(2238),
    [anon_sym_GT_GT] = ACTIONS(2236),
    [anon_sym_GT_GT_GT] = ACTIONS(2238),
    [anon_sym_AMP] = ACTIONS(2236),
    [anon_sym_PIPE] = ACTIONS(2236),
    [anon_sym_CARET] = ACTIONS(2238),
    [anon_sym_AMP_AMP] = ACTIONS(2238),
    [anon_sym_PIPE_PIPE] = ACTIONS(2238),
    [anon_sym_EQ_EQ] = ACTIONS(2238),
    [anon_sym_BANG_EQ] = ACTIONS(2238),
    [anon_sym_LT] = ACTIONS(2236),
    [anon_sym_LT_EQ] = ACTIONS(2238),
    [anon_sym_GT] = ACTIONS(2236),
    [anon_sym_GT_EQ] = ACTIONS(2238),
    [anon_sym_EQ_GT] = ACTIONS(2238),
    [anon_sym_QMARK_QMARK] = ACTIONS(2238),
    [anon_sym_EQ] = ACTIONS(2236),
    [sym__rangeOperator] = ACTIONS(2238),
    [anon_sym_null] = ACTIONS(2236),
    [anon_sym_macro] = ACTIONS(2236),
    [anon_sym_abstract] = ACTIONS(2236),
    [anon_sym_static] = ACTIONS(2236),
    [anon_sym_public] = ACTIONS(2236),
    [anon_sym_private] = ACTIONS(2236),
    [anon_sym_extern] = ACTIONS(2236),
    [anon_sym_inline] = ACTIONS(2236),
    [anon_sym_overload] = ACTIONS(2236),
    [anon_sym_override] = ACTIONS(2236),
    [anon_sym_final] = ACTIONS(2236),
    [anon_sym_class] = ACTIONS(2236),
    [anon_sym_interface] = ACTIONS(2236),
    [anon_sym_typedef] = ACTIONS(2236),
    [anon_sym_function] = ACTIONS(2236),
    [anon_sym_var] = ACTIONS(2236),
    [aux_sym_integer_token1] = ACTIONS(2236),
    [aux_sym_integer_token2] = ACTIONS(2238),
    [aux_sym_float_token1] = ACTIONS(2236),
    [aux_sym_float_token2] = ACTIONS(2238),
    [anon_sym_true] = ACTIONS(2236),
    [anon_sym_false] = ACTIONS(2236),
    [aux_sym_string_token1] = ACTIONS(2238),
    [aux_sym_string_token3] = ACTIONS(2238),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2238),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [467] = {
    [sym_identifier] = ACTIONS(2240),
    [anon_sym_POUND] = ACTIONS(2242),
    [anon_sym_package] = ACTIONS(2240),
    [anon_sym_import] = ACTIONS(2240),
    [anon_sym_using] = ACTIONS(2240),
    [anon_sym_throw] = ACTIONS(2240),
    [anon_sym_LPAREN] = ACTIONS(2242),
    [anon_sym_switch] = ACTIONS(2240),
    [anon_sym_LBRACE] = ACTIONS(2242),
    [anon_sym_case] = ACTIONS(2240),
    [anon_sym_default] = ACTIONS(2240),
    [anon_sym_cast] = ACTIONS(2240),
    [anon_sym_DOLLARtype] = ACTIONS(2242),
    [anon_sym_return] = ACTIONS(2240),
    [anon_sym_untyped] = ACTIONS(2240),
    [anon_sym_break] = ACTIONS(2240),
    [anon_sym_continue] = ACTIONS(2240),
    [anon_sym_LBRACK] = ACTIONS(2242),
    [anon_sym_this] = ACTIONS(2240),
    [anon_sym_AT] = ACTIONS(2240),
    [anon_sym_AT_COLON] = ACTIONS(2242),
    [anon_sym_if] = ACTIONS(2240),
    [anon_sym_new] = ACTIONS(2240),
    [anon_sym_TILDE] = ACTIONS(2242),
    [anon_sym_BANG] = ACTIONS(2240),
    [anon_sym_DASH] = ACTIONS(2240),
    [anon_sym_PLUS_PLUS] = ACTIONS(2242),
    [anon_sym_DASH_DASH] = ACTIONS(2242),
    [anon_sym_PERCENT] = ACTIONS(2242),
    [anon_sym_STAR] = ACTIONS(2242),
    [anon_sym_SLASH] = ACTIONS(2240),
    [anon_sym_PLUS] = ACTIONS(2240),
    [anon_sym_LT_LT] = ACTIONS(2242),
    [anon_sym_GT_GT] = ACTIONS(2240),
    [anon_sym_GT_GT_GT] = ACTIONS(2242),
    [anon_sym_AMP] = ACTIONS(2240),
    [anon_sym_PIPE] = ACTIONS(2240),
    [anon_sym_CARET] = ACTIONS(2242),
    [anon_sym_AMP_AMP] = ACTIONS(2242),
    [anon_sym_PIPE_PIPE] = ACTIONS(2242),
    [anon_sym_EQ_EQ] = ACTIONS(2242),
    [anon_sym_BANG_EQ] = ACTIONS(2242),
    [anon_sym_LT] = ACTIONS(2240),
    [anon_sym_LT_EQ] = ACTIONS(2242),
    [anon_sym_GT] = ACTIONS(2240),
    [anon_sym_GT_EQ] = ACTIONS(2242),
    [anon_sym_EQ_GT] = ACTIONS(2242),
    [anon_sym_QMARK_QMARK] = ACTIONS(2242),
    [anon_sym_EQ] = ACTIONS(2240),
    [sym__rangeOperator] = ACTIONS(2242),
    [anon_sym_null] = ACTIONS(2240),
    [anon_sym_macro] = ACTIONS(2240),
    [anon_sym_abstract] = ACTIONS(2240),
    [anon_sym_static] = ACTIONS(2240),
    [anon_sym_public] = ACTIONS(2240),
    [anon_sym_private] = ACTIONS(2240),
    [anon_sym_extern] = ACTIONS(2240),
    [anon_sym_inline] = ACTIONS(2240),
    [anon_sym_overload] = ACTIONS(2240),
    [anon_sym_override] = ACTIONS(2240),
    [anon_sym_final] = ACTIONS(2240),
    [anon_sym_class] = ACTIONS(2240),
    [anon_sym_interface] = ACTIONS(2240),
    [anon_sym_typedef] = ACTIONS(2240),
    [anon_sym_function] = ACTIONS(2240),
    [anon_sym_var] = ACTIONS(2240),
    [aux_sym_integer_token1] = ACTIONS(2240),
    [aux_sym_integer_token2] = ACTIONS(2242),
    [aux_sym_float_token1] = ACTIONS(2240),
    [aux_sym_float_token2] = ACTIONS(2242),
    [anon_sym_true] = ACTIONS(2240),
    [anon_sym_false] = ACTIONS(2240),
    [aux_sym_string_token1] = ACTIONS(2242),
    [aux_sym_string_token3] = ACTIONS(2242),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2242),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [468] = {
    [sym_identifier] = ACTIONS(2244),
    [anon_sym_POUND] = ACTIONS(2246),
    [anon_sym_package] = ACTIONS(2244),
    [anon_sym_import] = ACTIONS(2244),
    [anon_sym_using] = ACTIONS(2244),
    [anon_sym_throw] = ACTIONS(2244),
    [anon_sym_LPAREN] = ACTIONS(2246),
    [anon_sym_switch] = ACTIONS(2244),
    [anon_sym_LBRACE] = ACTIONS(2246),
    [anon_sym_case] = ACTIONS(2244),
    [anon_sym_default] = ACTIONS(2244),
    [anon_sym_cast] = ACTIONS(2244),
    [anon_sym_DOLLARtype] = ACTIONS(2246),
    [anon_sym_return] = ACTIONS(2244),
    [anon_sym_untyped] = ACTIONS(2244),
    [anon_sym_break] = ACTIONS(2244),
    [anon_sym_continue] = ACTIONS(2244),
    [anon_sym_LBRACK] = ACTIONS(2246),
    [anon_sym_this] = ACTIONS(2244),
    [anon_sym_AT] = ACTIONS(2244),
    [anon_sym_AT_COLON] = ACTIONS(2246),
    [anon_sym_if] = ACTIONS(2244),
    [anon_sym_new] = ACTIONS(2244),
    [anon_sym_TILDE] = ACTIONS(2246),
    [anon_sym_BANG] = ACTIONS(2244),
    [anon_sym_DASH] = ACTIONS(2244),
    [anon_sym_PLUS_PLUS] = ACTIONS(2246),
    [anon_sym_DASH_DASH] = ACTIONS(2246),
    [anon_sym_PERCENT] = ACTIONS(2246),
    [anon_sym_STAR] = ACTIONS(2246),
    [anon_sym_SLASH] = ACTIONS(2244),
    [anon_sym_PLUS] = ACTIONS(2244),
    [anon_sym_LT_LT] = ACTIONS(2246),
    [anon_sym_GT_GT] = ACTIONS(2244),
    [anon_sym_GT_GT_GT] = ACTIONS(2246),
    [anon_sym_AMP] = ACTIONS(2244),
    [anon_sym_PIPE] = ACTIONS(2244),
    [anon_sym_CARET] = ACTIONS(2246),
    [anon_sym_AMP_AMP] = ACTIONS(2246),
    [anon_sym_PIPE_PIPE] = ACTIONS(2246),
    [anon_sym_EQ_EQ] = ACTIONS(2246),
    [anon_sym_BANG_EQ] = ACTIONS(2246),
    [anon_sym_LT] = ACTIONS(2244),
    [anon_sym_LT_EQ] = ACTIONS(2246),
    [anon_sym_GT] = ACTIONS(2244),
    [anon_sym_GT_EQ] = ACTIONS(2246),
    [anon_sym_EQ_GT] = ACTIONS(2246),
    [anon_sym_QMARK_QMARK] = ACTIONS(2246),
    [anon_sym_EQ] = ACTIONS(2244),
    [sym__rangeOperator] = ACTIONS(2246),
    [anon_sym_null] = ACTIONS(2244),
    [anon_sym_macro] = ACTIONS(2244),
    [anon_sym_abstract] = ACTIONS(2244),
    [anon_sym_static] = ACTIONS(2244),
    [anon_sym_public] = ACTIONS(2244),
    [anon_sym_private] = ACTIONS(2244),
    [anon_sym_extern] = ACTIONS(2244),
    [anon_sym_inline] = ACTIONS(2244),
    [anon_sym_overload] = ACTIONS(2244),
    [anon_sym_override] = ACTIONS(2244),
    [anon_sym_final] = ACTIONS(2244),
    [anon_sym_class] = ACTIONS(2244),
    [anon_sym_interface] = ACTIONS(2244),
    [anon_sym_typedef] = ACTIONS(2244),
    [anon_sym_function] = ACTIONS(2244),
    [anon_sym_var] = ACTIONS(2244),
    [aux_sym_integer_token1] = ACTIONS(2244),
    [aux_sym_integer_token2] = ACTIONS(2246),
    [aux_sym_float_token1] = ACTIONS(2244),
    [aux_sym_float_token2] = ACTIONS(2246),
    [anon_sym_true] = ACTIONS(2244),
    [anon_sym_false] = ACTIONS(2244),
    [aux_sym_string_token1] = ACTIONS(2246),
    [aux_sym_string_token3] = ACTIONS(2246),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2246),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [469] = {
    [sym_identifier] = ACTIONS(770),
    [anon_sym_POUND] = ACTIONS(772),
    [anon_sym_package] = ACTIONS(770),
    [anon_sym_import] = ACTIONS(770),
    [anon_sym_using] = ACTIONS(770),
    [anon_sym_throw] = ACTIONS(770),
    [anon_sym_LPAREN] = ACTIONS(772),
    [anon_sym_switch] = ACTIONS(770),
    [anon_sym_LBRACE] = ACTIONS(772),
    [anon_sym_case] = ACTIONS(770),
    [anon_sym_default] = ACTIONS(770),
    [anon_sym_cast] = ACTIONS(770),
    [anon_sym_DOLLARtype] = ACTIONS(772),
    [anon_sym_return] = ACTIONS(770),
    [anon_sym_untyped] = ACTIONS(770),
    [anon_sym_break] = ACTIONS(770),
    [anon_sym_continue] = ACTIONS(770),
    [anon_sym_LBRACK] = ACTIONS(772),
    [anon_sym_this] = ACTIONS(770),
    [anon_sym_AT] = ACTIONS(770),
    [anon_sym_AT_COLON] = ACTIONS(772),
    [anon_sym_if] = ACTIONS(770),
    [anon_sym_new] = ACTIONS(770),
    [anon_sym_TILDE] = ACTIONS(772),
    [anon_sym_BANG] = ACTIONS(770),
    [anon_sym_DASH] = ACTIONS(770),
    [anon_sym_PLUS_PLUS] = ACTIONS(772),
    [anon_sym_DASH_DASH] = ACTIONS(772),
    [anon_sym_PERCENT] = ACTIONS(772),
    [anon_sym_STAR] = ACTIONS(772),
    [anon_sym_SLASH] = ACTIONS(770),
    [anon_sym_PLUS] = ACTIONS(770),
    [anon_sym_LT_LT] = ACTIONS(772),
    [anon_sym_GT_GT] = ACTIONS(770),
    [anon_sym_GT_GT_GT] = ACTIONS(772),
    [anon_sym_AMP] = ACTIONS(770),
    [anon_sym_PIPE] = ACTIONS(770),
    [anon_sym_CARET] = ACTIONS(772),
    [anon_sym_AMP_AMP] = ACTIONS(772),
    [anon_sym_PIPE_PIPE] = ACTIONS(772),
    [anon_sym_EQ_EQ] = ACTIONS(772),
    [anon_sym_BANG_EQ] = ACTIONS(772),
    [anon_sym_LT] = ACTIONS(770),
    [anon_sym_LT_EQ] = ACTIONS(772),
    [anon_sym_GT] = ACTIONS(770),
    [anon_sym_GT_EQ] = ACTIONS(772),
    [anon_sym_EQ_GT] = ACTIONS(772),
    [anon_sym_QMARK_QMARK] = ACTIONS(772),
    [anon_sym_EQ] = ACTIONS(770),
    [sym__rangeOperator] = ACTIONS(772),
    [anon_sym_null] = ACTIONS(770),
    [anon_sym_macro] = ACTIONS(770),
    [anon_sym_abstract] = ACTIONS(770),
    [anon_sym_static] = ACTIONS(770),
    [anon_sym_public] = ACTIONS(770),
    [anon_sym_private] = ACTIONS(770),
    [anon_sym_extern] = ACTIONS(770),
    [anon_sym_inline] = ACTIONS(770),
    [anon_sym_overload] = ACTIONS(770),
    [anon_sym_override] = ACTIONS(770),
    [anon_sym_final] = ACTIONS(770),
    [anon_sym_class] = ACTIONS(770),
    [anon_sym_interface] = ACTIONS(770),
    [anon_sym_typedef] = ACTIONS(770),
    [anon_sym_function] = ACTIONS(770),
    [anon_sym_var] = ACTIONS(770),
    [aux_sym_integer_token1] = ACTIONS(770),
    [aux_sym_integer_token2] = ACTIONS(772),
    [aux_sym_float_token1] = ACTIONS(770),
    [aux_sym_float_token2] = ACTIONS(772),
    [anon_sym_true] = ACTIONS(770),
    [anon_sym_false] = ACTIONS(770),
    [aux_sym_string_token1] = ACTIONS(772),
    [aux_sym_string_token3] = ACTIONS(772),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(772),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [470] = {
    [sym_identifier] = ACTIONS(2248),
    [anon_sym_POUND] = ACTIONS(2250),
    [anon_sym_package] = ACTIONS(2248),
    [anon_sym_import] = ACTIONS(2248),
    [anon_sym_using] = ACTIONS(2248),
    [anon_sym_throw] = ACTIONS(2248),
    [anon_sym_LPAREN] = ACTIONS(2250),
    [anon_sym_switch] = ACTIONS(2248),
    [anon_sym_LBRACE] = ACTIONS(2250),
    [anon_sym_case] = ACTIONS(2248),
    [anon_sym_default] = ACTIONS(2248),
    [anon_sym_cast] = ACTIONS(2248),
    [anon_sym_DOLLARtype] = ACTIONS(2250),
    [anon_sym_return] = ACTIONS(2248),
    [anon_sym_untyped] = ACTIONS(2248),
    [anon_sym_break] = ACTIONS(2248),
    [anon_sym_continue] = ACTIONS(2248),
    [anon_sym_LBRACK] = ACTIONS(2250),
    [anon_sym_this] = ACTIONS(2248),
    [anon_sym_AT] = ACTIONS(2248),
    [anon_sym_AT_COLON] = ACTIONS(2250),
    [anon_sym_if] = ACTIONS(2248),
    [anon_sym_new] = ACTIONS(2248),
    [anon_sym_TILDE] = ACTIONS(2250),
    [anon_sym_BANG] = ACTIONS(2248),
    [anon_sym_DASH] = ACTIONS(2248),
    [anon_sym_PLUS_PLUS] = ACTIONS(2250),
    [anon_sym_DASH_DASH] = ACTIONS(2250),
    [anon_sym_PERCENT] = ACTIONS(2250),
    [anon_sym_STAR] = ACTIONS(2250),
    [anon_sym_SLASH] = ACTIONS(2248),
    [anon_sym_PLUS] = ACTIONS(2248),
    [anon_sym_LT_LT] = ACTIONS(2250),
    [anon_sym_GT_GT] = ACTIONS(2248),
    [anon_sym_GT_GT_GT] = ACTIONS(2250),
    [anon_sym_AMP] = ACTIONS(2248),
    [anon_sym_PIPE] = ACTIONS(2248),
    [anon_sym_CARET] = ACTIONS(2250),
    [anon_sym_AMP_AMP] = ACTIONS(2250),
    [anon_sym_PIPE_PIPE] = ACTIONS(2250),
    [anon_sym_EQ_EQ] = ACTIONS(2250),
    [anon_sym_BANG_EQ] = ACTIONS(2250),
    [anon_sym_LT] = ACTIONS(2248),
    [anon_sym_LT_EQ] = ACTIONS(2250),
    [anon_sym_GT] = ACTIONS(2248),
    [anon_sym_GT_EQ] = ACTIONS(2250),
    [anon_sym_EQ_GT] = ACTIONS(2250),
    [anon_sym_QMARK_QMARK] = ACTIONS(2250),
    [anon_sym_EQ] = ACTIONS(2248),
    [sym__rangeOperator] = ACTIONS(2250),
    [anon_sym_null] = ACTIONS(2248),
    [anon_sym_macro] = ACTIONS(2248),
    [anon_sym_abstract] = ACTIONS(2248),
    [anon_sym_static] = ACTIONS(2248),
    [anon_sym_public] = ACTIONS(2248),
    [anon_sym_private] = ACTIONS(2248),
    [anon_sym_extern] = ACTIONS(2248),
    [anon_sym_inline] = ACTIONS(2248),
    [anon_sym_overload] = ACTIONS(2248),
    [anon_sym_override] = ACTIONS(2248),
    [anon_sym_final] = ACTIONS(2248),
    [anon_sym_class] = ACTIONS(2248),
    [anon_sym_interface] = ACTIONS(2248),
    [anon_sym_typedef] = ACTIONS(2248),
    [anon_sym_function] = ACTIONS(2248),
    [anon_sym_var] = ACTIONS(2248),
    [aux_sym_integer_token1] = ACTIONS(2248),
    [aux_sym_integer_token2] = ACTIONS(2250),
    [aux_sym_float_token1] = ACTIONS(2248),
    [aux_sym_float_token2] = ACTIONS(2250),
    [anon_sym_true] = ACTIONS(2248),
    [anon_sym_false] = ACTIONS(2248),
    [aux_sym_string_token1] = ACTIONS(2250),
    [aux_sym_string_token3] = ACTIONS(2250),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2250),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [471] = {
    [sym_identifier] = ACTIONS(2252),
    [anon_sym_POUND] = ACTIONS(2254),
    [anon_sym_package] = ACTIONS(2252),
    [anon_sym_import] = ACTIONS(2252),
    [anon_sym_using] = ACTIONS(2252),
    [anon_sym_throw] = ACTIONS(2252),
    [anon_sym_LPAREN] = ACTIONS(2254),
    [anon_sym_switch] = ACTIONS(2252),
    [anon_sym_LBRACE] = ACTIONS(2254),
    [anon_sym_case] = ACTIONS(2252),
    [anon_sym_default] = ACTIONS(2252),
    [anon_sym_cast] = ACTIONS(2252),
    [anon_sym_DOLLARtype] = ACTIONS(2254),
    [anon_sym_return] = ACTIONS(2252),
    [anon_sym_untyped] = ACTIONS(2252),
    [anon_sym_break] = ACTIONS(2252),
    [anon_sym_continue] = ACTIONS(2252),
    [anon_sym_LBRACK] = ACTIONS(2254),
    [anon_sym_this] = ACTIONS(2252),
    [anon_sym_AT] = ACTIONS(2252),
    [anon_sym_AT_COLON] = ACTIONS(2254),
    [anon_sym_if] = ACTIONS(2252),
    [anon_sym_new] = ACTIONS(2252),
    [anon_sym_TILDE] = ACTIONS(2254),
    [anon_sym_BANG] = ACTIONS(2252),
    [anon_sym_DASH] = ACTIONS(2252),
    [anon_sym_PLUS_PLUS] = ACTIONS(2254),
    [anon_sym_DASH_DASH] = ACTIONS(2254),
    [anon_sym_PERCENT] = ACTIONS(2254),
    [anon_sym_STAR] = ACTIONS(2254),
    [anon_sym_SLASH] = ACTIONS(2252),
    [anon_sym_PLUS] = ACTIONS(2252),
    [anon_sym_LT_LT] = ACTIONS(2254),
    [anon_sym_GT_GT] = ACTIONS(2252),
    [anon_sym_GT_GT_GT] = ACTIONS(2254),
    [anon_sym_AMP] = ACTIONS(2252),
    [anon_sym_PIPE] = ACTIONS(2252),
    [anon_sym_CARET] = ACTIONS(2254),
    [anon_sym_AMP_AMP] = ACTIONS(2254),
    [anon_sym_PIPE_PIPE] = ACTIONS(2254),
    [anon_sym_EQ_EQ] = ACTIONS(2254),
    [anon_sym_BANG_EQ] = ACTIONS(2254),
    [anon_sym_LT] = ACTIONS(2252),
    [anon_sym_LT_EQ] = ACTIONS(2254),
    [anon_sym_GT] = ACTIONS(2252),
    [anon_sym_GT_EQ] = ACTIONS(2254),
    [anon_sym_EQ_GT] = ACTIONS(2254),
    [anon_sym_QMARK_QMARK] = ACTIONS(2254),
    [anon_sym_EQ] = ACTIONS(2252),
    [sym__rangeOperator] = ACTIONS(2254),
    [anon_sym_null] = ACTIONS(2252),
    [anon_sym_macro] = ACTIONS(2252),
    [anon_sym_abstract] = ACTIONS(2252),
    [anon_sym_static] = ACTIONS(2252),
    [anon_sym_public] = ACTIONS(2252),
    [anon_sym_private] = ACTIONS(2252),
    [anon_sym_extern] = ACTIONS(2252),
    [anon_sym_inline] = ACTIONS(2252),
    [anon_sym_overload] = ACTIONS(2252),
    [anon_sym_override] = ACTIONS(2252),
    [anon_sym_final] = ACTIONS(2252),
    [anon_sym_class] = ACTIONS(2252),
    [anon_sym_interface] = ACTIONS(2252),
    [anon_sym_typedef] = ACTIONS(2252),
    [anon_sym_function] = ACTIONS(2252),
    [anon_sym_var] = ACTIONS(2252),
    [aux_sym_integer_token1] = ACTIONS(2252),
    [aux_sym_integer_token2] = ACTIONS(2254),
    [aux_sym_float_token1] = ACTIONS(2252),
    [aux_sym_float_token2] = ACTIONS(2254),
    [anon_sym_true] = ACTIONS(2252),
    [anon_sym_false] = ACTIONS(2252),
    [aux_sym_string_token1] = ACTIONS(2254),
    [aux_sym_string_token3] = ACTIONS(2254),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2254),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [472] = {
    [sym_identifier] = ACTIONS(2256),
    [anon_sym_POUND] = ACTIONS(2258),
    [anon_sym_package] = ACTIONS(2256),
    [anon_sym_import] = ACTIONS(2256),
    [anon_sym_using] = ACTIONS(2256),
    [anon_sym_throw] = ACTIONS(2256),
    [anon_sym_LPAREN] = ACTIONS(2258),
    [anon_sym_switch] = ACTIONS(2256),
    [anon_sym_LBRACE] = ACTIONS(2258),
    [anon_sym_case] = ACTIONS(2256),
    [anon_sym_default] = ACTIONS(2256),
    [anon_sym_cast] = ACTIONS(2256),
    [anon_sym_DOLLARtype] = ACTIONS(2258),
    [anon_sym_return] = ACTIONS(2256),
    [anon_sym_untyped] = ACTIONS(2256),
    [anon_sym_break] = ACTIONS(2256),
    [anon_sym_continue] = ACTIONS(2256),
    [anon_sym_LBRACK] = ACTIONS(2258),
    [anon_sym_this] = ACTIONS(2256),
    [anon_sym_AT] = ACTIONS(2256),
    [anon_sym_AT_COLON] = ACTIONS(2258),
    [anon_sym_if] = ACTIONS(2256),
    [anon_sym_new] = ACTIONS(2256),
    [anon_sym_TILDE] = ACTIONS(2258),
    [anon_sym_BANG] = ACTIONS(2256),
    [anon_sym_DASH] = ACTIONS(2256),
    [anon_sym_PLUS_PLUS] = ACTIONS(2258),
    [anon_sym_DASH_DASH] = ACTIONS(2258),
    [anon_sym_PERCENT] = ACTIONS(2258),
    [anon_sym_STAR] = ACTIONS(2258),
    [anon_sym_SLASH] = ACTIONS(2256),
    [anon_sym_PLUS] = ACTIONS(2256),
    [anon_sym_LT_LT] = ACTIONS(2258),
    [anon_sym_GT_GT] = ACTIONS(2256),
    [anon_sym_GT_GT_GT] = ACTIONS(2258),
    [anon_sym_AMP] = ACTIONS(2256),
    [anon_sym_PIPE] = ACTIONS(2256),
    [anon_sym_CARET] = ACTIONS(2258),
    [anon_sym_AMP_AMP] = ACTIONS(2258),
    [anon_sym_PIPE_PIPE] = ACTIONS(2258),
    [anon_sym_EQ_EQ] = ACTIONS(2258),
    [anon_sym_BANG_EQ] = ACTIONS(2258),
    [anon_sym_LT] = ACTIONS(2256),
    [anon_sym_LT_EQ] = ACTIONS(2258),
    [anon_sym_GT] = ACTIONS(2256),
    [anon_sym_GT_EQ] = ACTIONS(2258),
    [anon_sym_EQ_GT] = ACTIONS(2258),
    [anon_sym_QMARK_QMARK] = ACTIONS(2258),
    [anon_sym_EQ] = ACTIONS(2256),
    [sym__rangeOperator] = ACTIONS(2258),
    [anon_sym_null] = ACTIONS(2256),
    [anon_sym_macro] = ACTIONS(2256),
    [anon_sym_abstract] = ACTIONS(2256),
    [anon_sym_static] = ACTIONS(2256),
    [anon_sym_public] = ACTIONS(2256),
    [anon_sym_private] = ACTIONS(2256),
    [anon_sym_extern] = ACTIONS(2256),
    [anon_sym_inline] = ACTIONS(2256),
    [anon_sym_overload] = ACTIONS(2256),
    [anon_sym_override] = ACTIONS(2256),
    [anon_sym_final] = ACTIONS(2256),
    [anon_sym_class] = ACTIONS(2256),
    [anon_sym_interface] = ACTIONS(2256),
    [anon_sym_typedef] = ACTIONS(2256),
    [anon_sym_function] = ACTIONS(2256),
    [anon_sym_var] = ACTIONS(2256),
    [aux_sym_integer_token1] = ACTIONS(2256),
    [aux_sym_integer_token2] = ACTIONS(2258),
    [aux_sym_float_token1] = ACTIONS(2256),
    [aux_sym_float_token2] = ACTIONS(2258),
    [anon_sym_true] = ACTIONS(2256),
    [anon_sym_false] = ACTIONS(2256),
    [aux_sym_string_token1] = ACTIONS(2258),
    [aux_sym_string_token3] = ACTIONS(2258),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2258),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [473] = {
    [sym_identifier] = ACTIONS(2260),
    [anon_sym_POUND] = ACTIONS(2262),
    [anon_sym_package] = ACTIONS(2260),
    [anon_sym_import] = ACTIONS(2260),
    [anon_sym_using] = ACTIONS(2260),
    [anon_sym_throw] = ACTIONS(2260),
    [anon_sym_LPAREN] = ACTIONS(2262),
    [anon_sym_switch] = ACTIONS(2260),
    [anon_sym_LBRACE] = ACTIONS(2262),
    [anon_sym_case] = ACTIONS(2260),
    [anon_sym_default] = ACTIONS(2260),
    [anon_sym_cast] = ACTIONS(2260),
    [anon_sym_DOLLARtype] = ACTIONS(2262),
    [anon_sym_return] = ACTIONS(2260),
    [anon_sym_untyped] = ACTIONS(2260),
    [anon_sym_break] = ACTIONS(2260),
    [anon_sym_continue] = ACTIONS(2260),
    [anon_sym_LBRACK] = ACTIONS(2262),
    [anon_sym_this] = ACTIONS(2260),
    [anon_sym_AT] = ACTIONS(2260),
    [anon_sym_AT_COLON] = ACTIONS(2262),
    [anon_sym_if] = ACTIONS(2260),
    [anon_sym_new] = ACTIONS(2260),
    [anon_sym_TILDE] = ACTIONS(2262),
    [anon_sym_BANG] = ACTIONS(2260),
    [anon_sym_DASH] = ACTIONS(2260),
    [anon_sym_PLUS_PLUS] = ACTIONS(2262),
    [anon_sym_DASH_DASH] = ACTIONS(2262),
    [anon_sym_PERCENT] = ACTIONS(2262),
    [anon_sym_STAR] = ACTIONS(2262),
    [anon_sym_SLASH] = ACTIONS(2260),
    [anon_sym_PLUS] = ACTIONS(2260),
    [anon_sym_LT_LT] = ACTIONS(2262),
    [anon_sym_GT_GT] = ACTIONS(2260),
    [anon_sym_GT_GT_GT] = ACTIONS(2262),
    [anon_sym_AMP] = ACTIONS(2260),
    [anon_sym_PIPE] = ACTIONS(2260),
    [anon_sym_CARET] = ACTIONS(2262),
    [anon_sym_AMP_AMP] = ACTIONS(2262),
    [anon_sym_PIPE_PIPE] = ACTIONS(2262),
    [anon_sym_EQ_EQ] = ACTIONS(2262),
    [anon_sym_BANG_EQ] = ACTIONS(2262),
    [anon_sym_LT] = ACTIONS(2260),
    [anon_sym_LT_EQ] = ACTIONS(2262),
    [anon_sym_GT] = ACTIONS(2260),
    [anon_sym_GT_EQ] = ACTIONS(2262),
    [anon_sym_EQ_GT] = ACTIONS(2262),
    [anon_sym_QMARK_QMARK] = ACTIONS(2262),
    [anon_sym_EQ] = ACTIONS(2260),
    [sym__rangeOperator] = ACTIONS(2262),
    [anon_sym_null] = ACTIONS(2260),
    [anon_sym_macro] = ACTIONS(2260),
    [anon_sym_abstract] = ACTIONS(2260),
    [anon_sym_static] = ACTIONS(2260),
    [anon_sym_public] = ACTIONS(2260),
    [anon_sym_private] = ACTIONS(2260),
    [anon_sym_extern] = ACTIONS(2260),
    [anon_sym_inline] = ACTIONS(2260),
    [anon_sym_overload] = ACTIONS(2260),
    [anon_sym_override] = ACTIONS(2260),
    [anon_sym_final] = ACTIONS(2260),
    [anon_sym_class] = ACTIONS(2260),
    [anon_sym_interface] = ACTIONS(2260),
    [anon_sym_typedef] = ACTIONS(2260),
    [anon_sym_function] = ACTIONS(2260),
    [anon_sym_var] = ACTIONS(2260),
    [aux_sym_integer_token1] = ACTIONS(2260),
    [aux_sym_integer_token2] = ACTIONS(2262),
    [aux_sym_float_token1] = ACTIONS(2260),
    [aux_sym_float_token2] = ACTIONS(2262),
    [anon_sym_true] = ACTIONS(2260),
    [anon_sym_false] = ACTIONS(2260),
    [aux_sym_string_token1] = ACTIONS(2262),
    [aux_sym_string_token3] = ACTIONS(2262),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2262),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [474] = {
    [sym_identifier] = ACTIONS(2264),
    [anon_sym_POUND] = ACTIONS(2266),
    [anon_sym_package] = ACTIONS(2264),
    [anon_sym_import] = ACTIONS(2264),
    [anon_sym_using] = ACTIONS(2264),
    [anon_sym_throw] = ACTIONS(2264),
    [anon_sym_LPAREN] = ACTIONS(2266),
    [anon_sym_switch] = ACTIONS(2264),
    [anon_sym_LBRACE] = ACTIONS(2266),
    [anon_sym_case] = ACTIONS(2264),
    [anon_sym_default] = ACTIONS(2264),
    [anon_sym_cast] = ACTIONS(2264),
    [anon_sym_DOLLARtype] = ACTIONS(2266),
    [anon_sym_return] = ACTIONS(2264),
    [anon_sym_untyped] = ACTIONS(2264),
    [anon_sym_break] = ACTIONS(2264),
    [anon_sym_continue] = ACTIONS(2264),
    [anon_sym_LBRACK] = ACTIONS(2266),
    [anon_sym_this] = ACTIONS(2264),
    [anon_sym_AT] = ACTIONS(2264),
    [anon_sym_AT_COLON] = ACTIONS(2266),
    [anon_sym_if] = ACTIONS(2264),
    [anon_sym_new] = ACTIONS(2264),
    [anon_sym_TILDE] = ACTIONS(2266),
    [anon_sym_BANG] = ACTIONS(2264),
    [anon_sym_DASH] = ACTIONS(2264),
    [anon_sym_PLUS_PLUS] = ACTIONS(2266),
    [anon_sym_DASH_DASH] = ACTIONS(2266),
    [anon_sym_PERCENT] = ACTIONS(2266),
    [anon_sym_STAR] = ACTIONS(2266),
    [anon_sym_SLASH] = ACTIONS(2264),
    [anon_sym_PLUS] = ACTIONS(2264),
    [anon_sym_LT_LT] = ACTIONS(2266),
    [anon_sym_GT_GT] = ACTIONS(2264),
    [anon_sym_GT_GT_GT] = ACTIONS(2266),
    [anon_sym_AMP] = ACTIONS(2264),
    [anon_sym_PIPE] = ACTIONS(2264),
    [anon_sym_CARET] = ACTIONS(2266),
    [anon_sym_AMP_AMP] = ACTIONS(2266),
    [anon_sym_PIPE_PIPE] = ACTIONS(2266),
    [anon_sym_EQ_EQ] = ACTIONS(2266),
    [anon_sym_BANG_EQ] = ACTIONS(2266),
    [anon_sym_LT] = ACTIONS(2264),
    [anon_sym_LT_EQ] = ACTIONS(2266),
    [anon_sym_GT] = ACTIONS(2264),
    [anon_sym_GT_EQ] = ACTIONS(2266),
    [anon_sym_EQ_GT] = ACTIONS(2266),
    [anon_sym_QMARK_QMARK] = ACTIONS(2266),
    [anon_sym_EQ] = ACTIONS(2264),
    [sym__rangeOperator] = ACTIONS(2266),
    [anon_sym_null] = ACTIONS(2264),
    [anon_sym_macro] = ACTIONS(2264),
    [anon_sym_abstract] = ACTIONS(2264),
    [anon_sym_static] = ACTIONS(2264),
    [anon_sym_public] = ACTIONS(2264),
    [anon_sym_private] = ACTIONS(2264),
    [anon_sym_extern] = ACTIONS(2264),
    [anon_sym_inline] = ACTIONS(2264),
    [anon_sym_overload] = ACTIONS(2264),
    [anon_sym_override] = ACTIONS(2264),
    [anon_sym_final] = ACTIONS(2264),
    [anon_sym_class] = ACTIONS(2264),
    [anon_sym_interface] = ACTIONS(2264),
    [anon_sym_typedef] = ACTIONS(2264),
    [anon_sym_function] = ACTIONS(2264),
    [anon_sym_var] = ACTIONS(2264),
    [aux_sym_integer_token1] = ACTIONS(2264),
    [aux_sym_integer_token2] = ACTIONS(2266),
    [aux_sym_float_token1] = ACTIONS(2264),
    [aux_sym_float_token2] = ACTIONS(2266),
    [anon_sym_true] = ACTIONS(2264),
    [anon_sym_false] = ACTIONS(2264),
    [aux_sym_string_token1] = ACTIONS(2266),
    [aux_sym_string_token3] = ACTIONS(2266),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2266),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [475] = {
    [sym_identifier] = ACTIONS(2268),
    [anon_sym_POUND] = ACTIONS(2270),
    [anon_sym_package] = ACTIONS(2268),
    [anon_sym_import] = ACTIONS(2268),
    [anon_sym_using] = ACTIONS(2268),
    [anon_sym_throw] = ACTIONS(2268),
    [anon_sym_LPAREN] = ACTIONS(2270),
    [anon_sym_switch] = ACTIONS(2268),
    [anon_sym_LBRACE] = ACTIONS(2270),
    [anon_sym_case] = ACTIONS(2268),
    [anon_sym_default] = ACTIONS(2268),
    [anon_sym_cast] = ACTIONS(2268),
    [anon_sym_DOLLARtype] = ACTIONS(2270),
    [anon_sym_return] = ACTIONS(2268),
    [anon_sym_untyped] = ACTIONS(2268),
    [anon_sym_break] = ACTIONS(2268),
    [anon_sym_continue] = ACTIONS(2268),
    [anon_sym_LBRACK] = ACTIONS(2270),
    [anon_sym_this] = ACTIONS(2268),
    [anon_sym_AT] = ACTIONS(2268),
    [anon_sym_AT_COLON] = ACTIONS(2270),
    [anon_sym_if] = ACTIONS(2268),
    [anon_sym_new] = ACTIONS(2268),
    [anon_sym_TILDE] = ACTIONS(2270),
    [anon_sym_BANG] = ACTIONS(2268),
    [anon_sym_DASH] = ACTIONS(2268),
    [anon_sym_PLUS_PLUS] = ACTIONS(2270),
    [anon_sym_DASH_DASH] = ACTIONS(2270),
    [anon_sym_PERCENT] = ACTIONS(2270),
    [anon_sym_STAR] = ACTIONS(2270),
    [anon_sym_SLASH] = ACTIONS(2268),
    [anon_sym_PLUS] = ACTIONS(2268),
    [anon_sym_LT_LT] = ACTIONS(2270),
    [anon_sym_GT_GT] = ACTIONS(2268),
    [anon_sym_GT_GT_GT] = ACTIONS(2270),
    [anon_sym_AMP] = ACTIONS(2268),
    [anon_sym_PIPE] = ACTIONS(2268),
    [anon_sym_CARET] = ACTIONS(2270),
    [anon_sym_AMP_AMP] = ACTIONS(2270),
    [anon_sym_PIPE_PIPE] = ACTIONS(2270),
    [anon_sym_EQ_EQ] = ACTIONS(2270),
    [anon_sym_BANG_EQ] = ACTIONS(2270),
    [anon_sym_LT] = ACTIONS(2268),
    [anon_sym_LT_EQ] = ACTIONS(2270),
    [anon_sym_GT] = ACTIONS(2268),
    [anon_sym_GT_EQ] = ACTIONS(2270),
    [anon_sym_EQ_GT] = ACTIONS(2270),
    [anon_sym_QMARK_QMARK] = ACTIONS(2270),
    [anon_sym_EQ] = ACTIONS(2268),
    [sym__rangeOperator] = ACTIONS(2270),
    [anon_sym_null] = ACTIONS(2268),
    [anon_sym_macro] = ACTIONS(2268),
    [anon_sym_abstract] = ACTIONS(2268),
    [anon_sym_static] = ACTIONS(2268),
    [anon_sym_public] = ACTIONS(2268),
    [anon_sym_private] = ACTIONS(2268),
    [anon_sym_extern] = ACTIONS(2268),
    [anon_sym_inline] = ACTIONS(2268),
    [anon_sym_overload] = ACTIONS(2268),
    [anon_sym_override] = ACTIONS(2268),
    [anon_sym_final] = ACTIONS(2268),
    [anon_sym_class] = ACTIONS(2268),
    [anon_sym_interface] = ACTIONS(2268),
    [anon_sym_typedef] = ACTIONS(2268),
    [anon_sym_function] = ACTIONS(2268),
    [anon_sym_var] = ACTIONS(2268),
    [aux_sym_integer_token1] = ACTIONS(2268),
    [aux_sym_integer_token2] = ACTIONS(2270),
    [aux_sym_float_token1] = ACTIONS(2268),
    [aux_sym_float_token2] = ACTIONS(2270),
    [anon_sym_true] = ACTIONS(2268),
    [anon_sym_false] = ACTIONS(2268),
    [aux_sym_string_token1] = ACTIONS(2270),
    [aux_sym_string_token3] = ACTIONS(2270),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2270),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [476] = {
    [sym_identifier] = ACTIONS(2272),
    [anon_sym_POUND] = ACTIONS(2274),
    [anon_sym_package] = ACTIONS(2272),
    [anon_sym_import] = ACTIONS(2272),
    [anon_sym_using] = ACTIONS(2272),
    [anon_sym_throw] = ACTIONS(2272),
    [anon_sym_LPAREN] = ACTIONS(2274),
    [anon_sym_switch] = ACTIONS(2272),
    [anon_sym_LBRACE] = ACTIONS(2274),
    [anon_sym_case] = ACTIONS(2272),
    [anon_sym_default] = ACTIONS(2272),
    [anon_sym_cast] = ACTIONS(2272),
    [anon_sym_DOLLARtype] = ACTIONS(2274),
    [anon_sym_return] = ACTIONS(2272),
    [anon_sym_untyped] = ACTIONS(2272),
    [anon_sym_break] = ACTIONS(2272),
    [anon_sym_continue] = ACTIONS(2272),
    [anon_sym_LBRACK] = ACTIONS(2274),
    [anon_sym_this] = ACTIONS(2272),
    [anon_sym_AT] = ACTIONS(2272),
    [anon_sym_AT_COLON] = ACTIONS(2274),
    [anon_sym_if] = ACTIONS(2272),
    [anon_sym_new] = ACTIONS(2272),
    [anon_sym_TILDE] = ACTIONS(2274),
    [anon_sym_BANG] = ACTIONS(2272),
    [anon_sym_DASH] = ACTIONS(2272),
    [anon_sym_PLUS_PLUS] = ACTIONS(2274),
    [anon_sym_DASH_DASH] = ACTIONS(2274),
    [anon_sym_PERCENT] = ACTIONS(2274),
    [anon_sym_STAR] = ACTIONS(2274),
    [anon_sym_SLASH] = ACTIONS(2272),
    [anon_sym_PLUS] = ACTIONS(2272),
    [anon_sym_LT_LT] = ACTIONS(2274),
    [anon_sym_GT_GT] = ACTIONS(2272),
    [anon_sym_GT_GT_GT] = ACTIONS(2274),
    [anon_sym_AMP] = ACTIONS(2272),
    [anon_sym_PIPE] = ACTIONS(2272),
    [anon_sym_CARET] = ACTIONS(2274),
    [anon_sym_AMP_AMP] = ACTIONS(2274),
    [anon_sym_PIPE_PIPE] = ACTIONS(2274),
    [anon_sym_EQ_EQ] = ACTIONS(2274),
    [anon_sym_BANG_EQ] = ACTIONS(2274),
    [anon_sym_LT] = ACTIONS(2272),
    [anon_sym_LT_EQ] = ACTIONS(2274),
    [anon_sym_GT] = ACTIONS(2272),
    [anon_sym_GT_EQ] = ACTIONS(2274),
    [anon_sym_EQ_GT] = ACTIONS(2274),
    [anon_sym_QMARK_QMARK] = ACTIONS(2274),
    [anon_sym_EQ] = ACTIONS(2272),
    [sym__rangeOperator] = ACTIONS(2274),
    [anon_sym_null] = ACTIONS(2272),
    [anon_sym_macro] = ACTIONS(2272),
    [anon_sym_abstract] = ACTIONS(2272),
    [anon_sym_static] = ACTIONS(2272),
    [anon_sym_public] = ACTIONS(2272),
    [anon_sym_private] = ACTIONS(2272),
    [anon_sym_extern] = ACTIONS(2272),
    [anon_sym_inline] = ACTIONS(2272),
    [anon_sym_overload] = ACTIONS(2272),
    [anon_sym_override] = ACTIONS(2272),
    [anon_sym_final] = ACTIONS(2272),
    [anon_sym_class] = ACTIONS(2272),
    [anon_sym_interface] = ACTIONS(2272),
    [anon_sym_typedef] = ACTIONS(2272),
    [anon_sym_function] = ACTIONS(2272),
    [anon_sym_var] = ACTIONS(2272),
    [aux_sym_integer_token1] = ACTIONS(2272),
    [aux_sym_integer_token2] = ACTIONS(2274),
    [aux_sym_float_token1] = ACTIONS(2272),
    [aux_sym_float_token2] = ACTIONS(2274),
    [anon_sym_true] = ACTIONS(2272),
    [anon_sym_false] = ACTIONS(2272),
    [aux_sym_string_token1] = ACTIONS(2274),
    [aux_sym_string_token3] = ACTIONS(2274),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2274),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [477] = {
    [sym_identifier] = ACTIONS(2276),
    [anon_sym_POUND] = ACTIONS(2278),
    [anon_sym_package] = ACTIONS(2276),
    [anon_sym_import] = ACTIONS(2276),
    [anon_sym_using] = ACTIONS(2276),
    [anon_sym_throw] = ACTIONS(2276),
    [anon_sym_LPAREN] = ACTIONS(2278),
    [anon_sym_switch] = ACTIONS(2276),
    [anon_sym_LBRACE] = ACTIONS(2278),
    [anon_sym_case] = ACTIONS(2276),
    [anon_sym_default] = ACTIONS(2276),
    [anon_sym_cast] = ACTIONS(2276),
    [anon_sym_DOLLARtype] = ACTIONS(2278),
    [anon_sym_return] = ACTIONS(2276),
    [anon_sym_untyped] = ACTIONS(2276),
    [anon_sym_break] = ACTIONS(2276),
    [anon_sym_continue] = ACTIONS(2276),
    [anon_sym_LBRACK] = ACTIONS(2278),
    [anon_sym_this] = ACTIONS(2276),
    [anon_sym_AT] = ACTIONS(2276),
    [anon_sym_AT_COLON] = ACTIONS(2278),
    [anon_sym_if] = ACTIONS(2276),
    [anon_sym_new] = ACTIONS(2276),
    [anon_sym_TILDE] = ACTIONS(2278),
    [anon_sym_BANG] = ACTIONS(2276),
    [anon_sym_DASH] = ACTIONS(2276),
    [anon_sym_PLUS_PLUS] = ACTIONS(2278),
    [anon_sym_DASH_DASH] = ACTIONS(2278),
    [anon_sym_PERCENT] = ACTIONS(2278),
    [anon_sym_STAR] = ACTIONS(2278),
    [anon_sym_SLASH] = ACTIONS(2276),
    [anon_sym_PLUS] = ACTIONS(2276),
    [anon_sym_LT_LT] = ACTIONS(2278),
    [anon_sym_GT_GT] = ACTIONS(2276),
    [anon_sym_GT_GT_GT] = ACTIONS(2278),
    [anon_sym_AMP] = ACTIONS(2276),
    [anon_sym_PIPE] = ACTIONS(2276),
    [anon_sym_CARET] = ACTIONS(2278),
    [anon_sym_AMP_AMP] = ACTIONS(2278),
    [anon_sym_PIPE_PIPE] = ACTIONS(2278),
    [anon_sym_EQ_EQ] = ACTIONS(2278),
    [anon_sym_BANG_EQ] = ACTIONS(2278),
    [anon_sym_LT] = ACTIONS(2276),
    [anon_sym_LT_EQ] = ACTIONS(2278),
    [anon_sym_GT] = ACTIONS(2276),
    [anon_sym_GT_EQ] = ACTIONS(2278),
    [anon_sym_EQ_GT] = ACTIONS(2278),
    [anon_sym_QMARK_QMARK] = ACTIONS(2278),
    [anon_sym_EQ] = ACTIONS(2276),
    [sym__rangeOperator] = ACTIONS(2278),
    [anon_sym_null] = ACTIONS(2276),
    [anon_sym_macro] = ACTIONS(2276),
    [anon_sym_abstract] = ACTIONS(2276),
    [anon_sym_static] = ACTIONS(2276),
    [anon_sym_public] = ACTIONS(2276),
    [anon_sym_private] = ACTIONS(2276),
    [anon_sym_extern] = ACTIONS(2276),
    [anon_sym_inline] = ACTIONS(2276),
    [anon_sym_overload] = ACTIONS(2276),
    [anon_sym_override] = ACTIONS(2276),
    [anon_sym_final] = ACTIONS(2276),
    [anon_sym_class] = ACTIONS(2276),
    [anon_sym_interface] = ACTIONS(2276),
    [anon_sym_typedef] = ACTIONS(2276),
    [anon_sym_function] = ACTIONS(2276),
    [anon_sym_var] = ACTIONS(2276),
    [aux_sym_integer_token1] = ACTIONS(2276),
    [aux_sym_integer_token2] = ACTIONS(2278),
    [aux_sym_float_token1] = ACTIONS(2276),
    [aux_sym_float_token2] = ACTIONS(2278),
    [anon_sym_true] = ACTIONS(2276),
    [anon_sym_false] = ACTIONS(2276),
    [aux_sym_string_token1] = ACTIONS(2278),
    [aux_sym_string_token3] = ACTIONS(2278),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2278),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [478] = {
    [sym_identifier] = ACTIONS(2280),
    [anon_sym_POUND] = ACTIONS(2282),
    [anon_sym_package] = ACTIONS(2280),
    [anon_sym_import] = ACTIONS(2280),
    [anon_sym_using] = ACTIONS(2280),
    [anon_sym_throw] = ACTIONS(2280),
    [anon_sym_LPAREN] = ACTIONS(2282),
    [anon_sym_switch] = ACTIONS(2280),
    [anon_sym_LBRACE] = ACTIONS(2282),
    [anon_sym_case] = ACTIONS(2280),
    [anon_sym_default] = ACTIONS(2280),
    [anon_sym_cast] = ACTIONS(2280),
    [anon_sym_DOLLARtype] = ACTIONS(2282),
    [anon_sym_return] = ACTIONS(2280),
    [anon_sym_untyped] = ACTIONS(2280),
    [anon_sym_break] = ACTIONS(2280),
    [anon_sym_continue] = ACTIONS(2280),
    [anon_sym_LBRACK] = ACTIONS(2282),
    [anon_sym_this] = ACTIONS(2280),
    [anon_sym_AT] = ACTIONS(2280),
    [anon_sym_AT_COLON] = ACTIONS(2282),
    [anon_sym_if] = ACTIONS(2280),
    [anon_sym_new] = ACTIONS(2280),
    [anon_sym_TILDE] = ACTIONS(2282),
    [anon_sym_BANG] = ACTIONS(2280),
    [anon_sym_DASH] = ACTIONS(2280),
    [anon_sym_PLUS_PLUS] = ACTIONS(2282),
    [anon_sym_DASH_DASH] = ACTIONS(2282),
    [anon_sym_PERCENT] = ACTIONS(2282),
    [anon_sym_STAR] = ACTIONS(2282),
    [anon_sym_SLASH] = ACTIONS(2280),
    [anon_sym_PLUS] = ACTIONS(2280),
    [anon_sym_LT_LT] = ACTIONS(2282),
    [anon_sym_GT_GT] = ACTIONS(2280),
    [anon_sym_GT_GT_GT] = ACTIONS(2282),
    [anon_sym_AMP] = ACTIONS(2280),
    [anon_sym_PIPE] = ACTIONS(2280),
    [anon_sym_CARET] = ACTIONS(2282),
    [anon_sym_AMP_AMP] = ACTIONS(2282),
    [anon_sym_PIPE_PIPE] = ACTIONS(2282),
    [anon_sym_EQ_EQ] = ACTIONS(2282),
    [anon_sym_BANG_EQ] = ACTIONS(2282),
    [anon_sym_LT] = ACTIONS(2280),
    [anon_sym_LT_EQ] = ACTIONS(2282),
    [anon_sym_GT] = ACTIONS(2280),
    [anon_sym_GT_EQ] = ACTIONS(2282),
    [anon_sym_EQ_GT] = ACTIONS(2282),
    [anon_sym_QMARK_QMARK] = ACTIONS(2282),
    [anon_sym_EQ] = ACTIONS(2280),
    [sym__rangeOperator] = ACTIONS(2282),
    [anon_sym_null] = ACTIONS(2280),
    [anon_sym_macro] = ACTIONS(2280),
    [anon_sym_abstract] = ACTIONS(2280),
    [anon_sym_static] = ACTIONS(2280),
    [anon_sym_public] = ACTIONS(2280),
    [anon_sym_private] = ACTIONS(2280),
    [anon_sym_extern] = ACTIONS(2280),
    [anon_sym_inline] = ACTIONS(2280),
    [anon_sym_overload] = ACTIONS(2280),
    [anon_sym_override] = ACTIONS(2280),
    [anon_sym_final] = ACTIONS(2280),
    [anon_sym_class] = ACTIONS(2280),
    [anon_sym_interface] = ACTIONS(2280),
    [anon_sym_typedef] = ACTIONS(2280),
    [anon_sym_function] = ACTIONS(2280),
    [anon_sym_var] = ACTIONS(2280),
    [aux_sym_integer_token1] = ACTIONS(2280),
    [aux_sym_integer_token2] = ACTIONS(2282),
    [aux_sym_float_token1] = ACTIONS(2280),
    [aux_sym_float_token2] = ACTIONS(2282),
    [anon_sym_true] = ACTIONS(2280),
    [anon_sym_false] = ACTIONS(2280),
    [aux_sym_string_token1] = ACTIONS(2282),
    [aux_sym_string_token3] = ACTIONS(2282),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2282),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [479] = {
    [sym_identifier] = ACTIONS(2284),
    [anon_sym_POUND] = ACTIONS(2286),
    [anon_sym_package] = ACTIONS(2284),
    [anon_sym_import] = ACTIONS(2284),
    [anon_sym_using] = ACTIONS(2284),
    [anon_sym_throw] = ACTIONS(2284),
    [anon_sym_LPAREN] = ACTIONS(2286),
    [anon_sym_switch] = ACTIONS(2284),
    [anon_sym_LBRACE] = ACTIONS(2286),
    [anon_sym_case] = ACTIONS(2284),
    [anon_sym_default] = ACTIONS(2284),
    [anon_sym_cast] = ACTIONS(2284),
    [anon_sym_DOLLARtype] = ACTIONS(2286),
    [anon_sym_return] = ACTIONS(2284),
    [anon_sym_untyped] = ACTIONS(2284),
    [anon_sym_break] = ACTIONS(2284),
    [anon_sym_continue] = ACTIONS(2284),
    [anon_sym_LBRACK] = ACTIONS(2286),
    [anon_sym_this] = ACTIONS(2284),
    [anon_sym_AT] = ACTIONS(2284),
    [anon_sym_AT_COLON] = ACTIONS(2286),
    [anon_sym_if] = ACTIONS(2284),
    [anon_sym_new] = ACTIONS(2284),
    [anon_sym_TILDE] = ACTIONS(2286),
    [anon_sym_BANG] = ACTIONS(2284),
    [anon_sym_DASH] = ACTIONS(2284),
    [anon_sym_PLUS_PLUS] = ACTIONS(2286),
    [anon_sym_DASH_DASH] = ACTIONS(2286),
    [anon_sym_PERCENT] = ACTIONS(2286),
    [anon_sym_STAR] = ACTIONS(2286),
    [anon_sym_SLASH] = ACTIONS(2284),
    [anon_sym_PLUS] = ACTIONS(2284),
    [anon_sym_LT_LT] = ACTIONS(2286),
    [anon_sym_GT_GT] = ACTIONS(2284),
    [anon_sym_GT_GT_GT] = ACTIONS(2286),
    [anon_sym_AMP] = ACTIONS(2284),
    [anon_sym_PIPE] = ACTIONS(2284),
    [anon_sym_CARET] = ACTIONS(2286),
    [anon_sym_AMP_AMP] = ACTIONS(2286),
    [anon_sym_PIPE_PIPE] = ACTIONS(2286),
    [anon_sym_EQ_EQ] = ACTIONS(2286),
    [anon_sym_BANG_EQ] = ACTIONS(2286),
    [anon_sym_LT] = ACTIONS(2284),
    [anon_sym_LT_EQ] = ACTIONS(2286),
    [anon_sym_GT] = ACTIONS(2284),
    [anon_sym_GT_EQ] = ACTIONS(2286),
    [anon_sym_EQ_GT] = ACTIONS(2286),
    [anon_sym_QMARK_QMARK] = ACTIONS(2286),
    [anon_sym_EQ] = ACTIONS(2284),
    [sym__rangeOperator] = ACTIONS(2286),
    [anon_sym_null] = ACTIONS(2284),
    [anon_sym_macro] = ACTIONS(2284),
    [anon_sym_abstract] = ACTIONS(2284),
    [anon_sym_static] = ACTIONS(2284),
    [anon_sym_public] = ACTIONS(2284),
    [anon_sym_private] = ACTIONS(2284),
    [anon_sym_extern] = ACTIONS(2284),
    [anon_sym_inline] = ACTIONS(2284),
    [anon_sym_overload] = ACTIONS(2284),
    [anon_sym_override] = ACTIONS(2284),
    [anon_sym_final] = ACTIONS(2284),
    [anon_sym_class] = ACTIONS(2284),
    [anon_sym_interface] = ACTIONS(2284),
    [anon_sym_typedef] = ACTIONS(2284),
    [anon_sym_function] = ACTIONS(2284),
    [anon_sym_var] = ACTIONS(2284),
    [aux_sym_integer_token1] = ACTIONS(2284),
    [aux_sym_integer_token2] = ACTIONS(2286),
    [aux_sym_float_token1] = ACTIONS(2284),
    [aux_sym_float_token2] = ACTIONS(2286),
    [anon_sym_true] = ACTIONS(2284),
    [anon_sym_false] = ACTIONS(2284),
    [aux_sym_string_token1] = ACTIONS(2286),
    [aux_sym_string_token3] = ACTIONS(2286),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2286),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [480] = {
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(2288),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1502),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(2290),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1504),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1608),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1502),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [481] = {
    [sym_identifier] = ACTIONS(2292),
    [anon_sym_POUND] = ACTIONS(2294),
    [anon_sym_package] = ACTIONS(2292),
    [anon_sym_import] = ACTIONS(2292),
    [anon_sym_using] = ACTIONS(2292),
    [anon_sym_throw] = ACTIONS(2292),
    [anon_sym_LPAREN] = ACTIONS(2294),
    [anon_sym_switch] = ACTIONS(2292),
    [anon_sym_LBRACE] = ACTIONS(2294),
    [anon_sym_case] = ACTIONS(2292),
    [anon_sym_default] = ACTIONS(2292),
    [anon_sym_cast] = ACTIONS(2292),
    [anon_sym_DOLLARtype] = ACTIONS(2294),
    [anon_sym_return] = ACTIONS(2292),
    [anon_sym_untyped] = ACTIONS(2292),
    [anon_sym_break] = ACTIONS(2292),
    [anon_sym_continue] = ACTIONS(2292),
    [anon_sym_LBRACK] = ACTIONS(2294),
    [anon_sym_this] = ACTIONS(2292),
    [anon_sym_AT] = ACTIONS(2292),
    [anon_sym_AT_COLON] = ACTIONS(2294),
    [anon_sym_if] = ACTIONS(2292),
    [anon_sym_new] = ACTIONS(2292),
    [anon_sym_TILDE] = ACTIONS(2294),
    [anon_sym_BANG] = ACTIONS(2292),
    [anon_sym_DASH] = ACTIONS(2292),
    [anon_sym_PLUS_PLUS] = ACTIONS(2294),
    [anon_sym_DASH_DASH] = ACTIONS(2294),
    [anon_sym_PERCENT] = ACTIONS(2294),
    [anon_sym_STAR] = ACTIONS(2294),
    [anon_sym_SLASH] = ACTIONS(2292),
    [anon_sym_PLUS] = ACTIONS(2292),
    [anon_sym_LT_LT] = ACTIONS(2294),
    [anon_sym_GT_GT] = ACTIONS(2292),
    [anon_sym_GT_GT_GT] = ACTIONS(2294),
    [anon_sym_AMP] = ACTIONS(2292),
    [anon_sym_PIPE] = ACTIONS(2292),
    [anon_sym_CARET] = ACTIONS(2294),
    [anon_sym_AMP_AMP] = ACTIONS(2294),
    [anon_sym_PIPE_PIPE] = ACTIONS(2294),
    [anon_sym_EQ_EQ] = ACTIONS(2294),
    [anon_sym_BANG_EQ] = ACTIONS(2294),
    [anon_sym_LT] = ACTIONS(2292),
    [anon_sym_LT_EQ] = ACTIONS(2294),
    [anon_sym_GT] = ACTIONS(2292),
    [anon_sym_GT_EQ] = ACTIONS(2294),
    [anon_sym_EQ_GT] = ACTIONS(2294),
    [anon_sym_QMARK_QMARK] = ACTIONS(2294),
    [anon_sym_EQ] = ACTIONS(2292),
    [sym__rangeOperator] = ACTIONS(2294),
    [anon_sym_null] = ACTIONS(2292),
    [anon_sym_macro] = ACTIONS(2292),
    [anon_sym_abstract] = ACTIONS(2292),
    [anon_sym_static] = ACTIONS(2292),
    [anon_sym_public] = ACTIONS(2292),
    [anon_sym_private] = ACTIONS(2292),
    [anon_sym_extern] = ACTIONS(2292),
    [anon_sym_inline] = ACTIONS(2292),
    [anon_sym_overload] = ACTIONS(2292),
    [anon_sym_override] = ACTIONS(2292),
    [anon_sym_final] = ACTIONS(2292),
    [anon_sym_class] = ACTIONS(2292),
    [anon_sym_interface] = ACTIONS(2292),
    [anon_sym_typedef] = ACTIONS(2292),
    [anon_sym_function] = ACTIONS(2292),
    [anon_sym_var] = ACTIONS(2292),
    [aux_sym_integer_token1] = ACTIONS(2292),
    [aux_sym_integer_token2] = ACTIONS(2294),
    [aux_sym_float_token1] = ACTIONS(2292),
    [aux_sym_float_token2] = ACTIONS(2294),
    [anon_sym_true] = ACTIONS(2292),
    [anon_sym_false] = ACTIONS(2292),
    [aux_sym_string_token1] = ACTIONS(2294),
    [aux_sym_string_token3] = ACTIONS(2294),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2294),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [482] = {
    [sym_identifier] = ACTIONS(2296),
    [anon_sym_POUND] = ACTIONS(2298),
    [anon_sym_package] = ACTIONS(2296),
    [anon_sym_import] = ACTIONS(2296),
    [anon_sym_using] = ACTIONS(2296),
    [anon_sym_throw] = ACTIONS(2296),
    [anon_sym_LPAREN] = ACTIONS(2298),
    [anon_sym_switch] = ACTIONS(2296),
    [anon_sym_LBRACE] = ACTIONS(2298),
    [anon_sym_case] = ACTIONS(2296),
    [anon_sym_default] = ACTIONS(2296),
    [anon_sym_cast] = ACTIONS(2296),
    [anon_sym_DOLLARtype] = ACTIONS(2298),
    [anon_sym_return] = ACTIONS(2296),
    [anon_sym_untyped] = ACTIONS(2296),
    [anon_sym_break] = ACTIONS(2296),
    [anon_sym_continue] = ACTIONS(2296),
    [anon_sym_LBRACK] = ACTIONS(2298),
    [anon_sym_this] = ACTIONS(2296),
    [anon_sym_AT] = ACTIONS(2296),
    [anon_sym_AT_COLON] = ACTIONS(2298),
    [anon_sym_if] = ACTIONS(2296),
    [anon_sym_new] = ACTIONS(2296),
    [anon_sym_TILDE] = ACTIONS(2298),
    [anon_sym_BANG] = ACTIONS(2296),
    [anon_sym_DASH] = ACTIONS(2296),
    [anon_sym_PLUS_PLUS] = ACTIONS(2298),
    [anon_sym_DASH_DASH] = ACTIONS(2298),
    [anon_sym_PERCENT] = ACTIONS(2298),
    [anon_sym_STAR] = ACTIONS(2298),
    [anon_sym_SLASH] = ACTIONS(2296),
    [anon_sym_PLUS] = ACTIONS(2296),
    [anon_sym_LT_LT] = ACTIONS(2298),
    [anon_sym_GT_GT] = ACTIONS(2296),
    [anon_sym_GT_GT_GT] = ACTIONS(2298),
    [anon_sym_AMP] = ACTIONS(2296),
    [anon_sym_PIPE] = ACTIONS(2296),
    [anon_sym_CARET] = ACTIONS(2298),
    [anon_sym_AMP_AMP] = ACTIONS(2298),
    [anon_sym_PIPE_PIPE] = ACTIONS(2298),
    [anon_sym_EQ_EQ] = ACTIONS(2298),
    [anon_sym_BANG_EQ] = ACTIONS(2298),
    [anon_sym_LT] = ACTIONS(2296),
    [anon_sym_LT_EQ] = ACTIONS(2298),
    [anon_sym_GT] = ACTIONS(2296),
    [anon_sym_GT_EQ] = ACTIONS(2298),
    [anon_sym_EQ_GT] = ACTIONS(2298),
    [anon_sym_QMARK_QMARK] = ACTIONS(2298),
    [anon_sym_EQ] = ACTIONS(2296),
    [sym__rangeOperator] = ACTIONS(2298),
    [anon_sym_null] = ACTIONS(2296),
    [anon_sym_macro] = ACTIONS(2296),
    [anon_sym_abstract] = ACTIONS(2296),
    [anon_sym_static] = ACTIONS(2296),
    [anon_sym_public] = ACTIONS(2296),
    [anon_sym_private] = ACTIONS(2296),
    [anon_sym_extern] = ACTIONS(2296),
    [anon_sym_inline] = ACTIONS(2296),
    [anon_sym_overload] = ACTIONS(2296),
    [anon_sym_override] = ACTIONS(2296),
    [anon_sym_final] = ACTIONS(2296),
    [anon_sym_class] = ACTIONS(2296),
    [anon_sym_interface] = ACTIONS(2296),
    [anon_sym_typedef] = ACTIONS(2296),
    [anon_sym_function] = ACTIONS(2296),
    [anon_sym_var] = ACTIONS(2296),
    [aux_sym_integer_token1] = ACTIONS(2296),
    [aux_sym_integer_token2] = ACTIONS(2298),
    [aux_sym_float_token1] = ACTIONS(2296),
    [aux_sym_float_token2] = ACTIONS(2298),
    [anon_sym_true] = ACTIONS(2296),
    [anon_sym_false] = ACTIONS(2296),
    [aux_sym_string_token1] = ACTIONS(2298),
    [aux_sym_string_token3] = ACTIONS(2298),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2298),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [483] = {
    [sym_identifier] = ACTIONS(2300),
    [anon_sym_POUND] = ACTIONS(2302),
    [anon_sym_package] = ACTIONS(2300),
    [anon_sym_import] = ACTIONS(2300),
    [anon_sym_using] = ACTIONS(2300),
    [anon_sym_throw] = ACTIONS(2300),
    [anon_sym_LPAREN] = ACTIONS(2302),
    [anon_sym_switch] = ACTIONS(2300),
    [anon_sym_LBRACE] = ACTIONS(2302),
    [anon_sym_case] = ACTIONS(2300),
    [anon_sym_default] = ACTIONS(2300),
    [anon_sym_cast] = ACTIONS(2300),
    [anon_sym_DOLLARtype] = ACTIONS(2302),
    [anon_sym_return] = ACTIONS(2300),
    [anon_sym_untyped] = ACTIONS(2300),
    [anon_sym_break] = ACTIONS(2300),
    [anon_sym_continue] = ACTIONS(2300),
    [anon_sym_LBRACK] = ACTIONS(2302),
    [anon_sym_this] = ACTIONS(2300),
    [anon_sym_AT] = ACTIONS(2300),
    [anon_sym_AT_COLON] = ACTIONS(2302),
    [anon_sym_if] = ACTIONS(2300),
    [anon_sym_new] = ACTIONS(2300),
    [anon_sym_TILDE] = ACTIONS(2302),
    [anon_sym_BANG] = ACTIONS(2300),
    [anon_sym_DASH] = ACTIONS(2300),
    [anon_sym_PLUS_PLUS] = ACTIONS(2302),
    [anon_sym_DASH_DASH] = ACTIONS(2302),
    [anon_sym_PERCENT] = ACTIONS(2302),
    [anon_sym_STAR] = ACTIONS(2302),
    [anon_sym_SLASH] = ACTIONS(2300),
    [anon_sym_PLUS] = ACTIONS(2300),
    [anon_sym_LT_LT] = ACTIONS(2302),
    [anon_sym_GT_GT] = ACTIONS(2300),
    [anon_sym_GT_GT_GT] = ACTIONS(2302),
    [anon_sym_AMP] = ACTIONS(2300),
    [anon_sym_PIPE] = ACTIONS(2300),
    [anon_sym_CARET] = ACTIONS(2302),
    [anon_sym_AMP_AMP] = ACTIONS(2302),
    [anon_sym_PIPE_PIPE] = ACTIONS(2302),
    [anon_sym_EQ_EQ] = ACTIONS(2302),
    [anon_sym_BANG_EQ] = ACTIONS(2302),
    [anon_sym_LT] = ACTIONS(2300),
    [anon_sym_LT_EQ] = ACTIONS(2302),
    [anon_sym_GT] = ACTIONS(2300),
    [anon_sym_GT_EQ] = ACTIONS(2302),
    [anon_sym_EQ_GT] = ACTIONS(2302),
    [anon_sym_QMARK_QMARK] = ACTIONS(2302),
    [anon_sym_EQ] = ACTIONS(2300),
    [sym__rangeOperator] = ACTIONS(2302),
    [anon_sym_null] = ACTIONS(2300),
    [anon_sym_macro] = ACTIONS(2300),
    [anon_sym_abstract] = ACTIONS(2300),
    [anon_sym_static] = ACTIONS(2300),
    [anon_sym_public] = ACTIONS(2300),
    [anon_sym_private] = ACTIONS(2300),
    [anon_sym_extern] = ACTIONS(2300),
    [anon_sym_inline] = ACTIONS(2300),
    [anon_sym_overload] = ACTIONS(2300),
    [anon_sym_override] = ACTIONS(2300),
    [anon_sym_final] = ACTIONS(2300),
    [anon_sym_class] = ACTIONS(2300),
    [anon_sym_interface] = ACTIONS(2300),
    [anon_sym_typedef] = ACTIONS(2300),
    [anon_sym_function] = ACTIONS(2300),
    [anon_sym_var] = ACTIONS(2300),
    [aux_sym_integer_token1] = ACTIONS(2300),
    [aux_sym_integer_token2] = ACTIONS(2302),
    [aux_sym_float_token1] = ACTIONS(2300),
    [aux_sym_float_token2] = ACTIONS(2302),
    [anon_sym_true] = ACTIONS(2300),
    [anon_sym_false] = ACTIONS(2300),
    [aux_sym_string_token1] = ACTIONS(2302),
    [aux_sym_string_token3] = ACTIONS(2302),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2302),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [484] = {
    [sym_identifier] = ACTIONS(2304),
    [anon_sym_POUND] = ACTIONS(2306),
    [anon_sym_package] = ACTIONS(2304),
    [anon_sym_import] = ACTIONS(2304),
    [anon_sym_using] = ACTIONS(2304),
    [anon_sym_throw] = ACTIONS(2304),
    [anon_sym_LPAREN] = ACTIONS(2306),
    [anon_sym_switch] = ACTIONS(2304),
    [anon_sym_LBRACE] = ACTIONS(2306),
    [anon_sym_case] = ACTIONS(2304),
    [anon_sym_default] = ACTIONS(2304),
    [anon_sym_cast] = ACTIONS(2304),
    [anon_sym_DOLLARtype] = ACTIONS(2306),
    [anon_sym_return] = ACTIONS(2304),
    [anon_sym_untyped] = ACTIONS(2304),
    [anon_sym_break] = ACTIONS(2304),
    [anon_sym_continue] = ACTIONS(2304),
    [anon_sym_LBRACK] = ACTIONS(2306),
    [anon_sym_this] = ACTIONS(2304),
    [anon_sym_AT] = ACTIONS(2304),
    [anon_sym_AT_COLON] = ACTIONS(2306),
    [anon_sym_if] = ACTIONS(2304),
    [anon_sym_new] = ACTIONS(2304),
    [anon_sym_TILDE] = ACTIONS(2306),
    [anon_sym_BANG] = ACTIONS(2304),
    [anon_sym_DASH] = ACTIONS(2304),
    [anon_sym_PLUS_PLUS] = ACTIONS(2306),
    [anon_sym_DASH_DASH] = ACTIONS(2306),
    [anon_sym_PERCENT] = ACTIONS(2306),
    [anon_sym_STAR] = ACTIONS(2306),
    [anon_sym_SLASH] = ACTIONS(2304),
    [anon_sym_PLUS] = ACTIONS(2304),
    [anon_sym_LT_LT] = ACTIONS(2306),
    [anon_sym_GT_GT] = ACTIONS(2304),
    [anon_sym_GT_GT_GT] = ACTIONS(2306),
    [anon_sym_AMP] = ACTIONS(2304),
    [anon_sym_PIPE] = ACTIONS(2304),
    [anon_sym_CARET] = ACTIONS(2306),
    [anon_sym_AMP_AMP] = ACTIONS(2306),
    [anon_sym_PIPE_PIPE] = ACTIONS(2306),
    [anon_sym_EQ_EQ] = ACTIONS(2306),
    [anon_sym_BANG_EQ] = ACTIONS(2306),
    [anon_sym_LT] = ACTIONS(2304),
    [anon_sym_LT_EQ] = ACTIONS(2306),
    [anon_sym_GT] = ACTIONS(2304),
    [anon_sym_GT_EQ] = ACTIONS(2306),
    [anon_sym_EQ_GT] = ACTIONS(2306),
    [anon_sym_QMARK_QMARK] = ACTIONS(2306),
    [anon_sym_EQ] = ACTIONS(2304),
    [sym__rangeOperator] = ACTIONS(2306),
    [anon_sym_null] = ACTIONS(2304),
    [anon_sym_macro] = ACTIONS(2304),
    [anon_sym_abstract] = ACTIONS(2304),
    [anon_sym_static] = ACTIONS(2304),
    [anon_sym_public] = ACTIONS(2304),
    [anon_sym_private] = ACTIONS(2304),
    [anon_sym_extern] = ACTIONS(2304),
    [anon_sym_inline] = ACTIONS(2304),
    [anon_sym_overload] = ACTIONS(2304),
    [anon_sym_override] = ACTIONS(2304),
    [anon_sym_final] = ACTIONS(2304),
    [anon_sym_class] = ACTIONS(2304),
    [anon_sym_interface] = ACTIONS(2304),
    [anon_sym_typedef] = ACTIONS(2304),
    [anon_sym_function] = ACTIONS(2304),
    [anon_sym_var] = ACTIONS(2304),
    [aux_sym_integer_token1] = ACTIONS(2304),
    [aux_sym_integer_token2] = ACTIONS(2306),
    [aux_sym_float_token1] = ACTIONS(2304),
    [aux_sym_float_token2] = ACTIONS(2306),
    [anon_sym_true] = ACTIONS(2304),
    [anon_sym_false] = ACTIONS(2304),
    [aux_sym_string_token1] = ACTIONS(2306),
    [aux_sym_string_token3] = ACTIONS(2306),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2306),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [485] = {
    [sym_identifier] = ACTIONS(2308),
    [anon_sym_POUND] = ACTIONS(2310),
    [anon_sym_package] = ACTIONS(2308),
    [anon_sym_import] = ACTIONS(2308),
    [anon_sym_using] = ACTIONS(2308),
    [anon_sym_throw] = ACTIONS(2308),
    [anon_sym_LPAREN] = ACTIONS(2310),
    [anon_sym_switch] = ACTIONS(2308),
    [anon_sym_LBRACE] = ACTIONS(2310),
    [anon_sym_case] = ACTIONS(2308),
    [anon_sym_default] = ACTIONS(2308),
    [anon_sym_cast] = ACTIONS(2308),
    [anon_sym_DOLLARtype] = ACTIONS(2310),
    [anon_sym_return] = ACTIONS(2308),
    [anon_sym_untyped] = ACTIONS(2308),
    [anon_sym_break] = ACTIONS(2308),
    [anon_sym_continue] = ACTIONS(2308),
    [anon_sym_LBRACK] = ACTIONS(2310),
    [anon_sym_this] = ACTIONS(2308),
    [anon_sym_AT] = ACTIONS(2308),
    [anon_sym_AT_COLON] = ACTIONS(2310),
    [anon_sym_if] = ACTIONS(2308),
    [anon_sym_new] = ACTIONS(2308),
    [anon_sym_TILDE] = ACTIONS(2310),
    [anon_sym_BANG] = ACTIONS(2308),
    [anon_sym_DASH] = ACTIONS(2308),
    [anon_sym_PLUS_PLUS] = ACTIONS(2310),
    [anon_sym_DASH_DASH] = ACTIONS(2310),
    [anon_sym_PERCENT] = ACTIONS(2310),
    [anon_sym_STAR] = ACTIONS(2310),
    [anon_sym_SLASH] = ACTIONS(2308),
    [anon_sym_PLUS] = ACTIONS(2308),
    [anon_sym_LT_LT] = ACTIONS(2310),
    [anon_sym_GT_GT] = ACTIONS(2308),
    [anon_sym_GT_GT_GT] = ACTIONS(2310),
    [anon_sym_AMP] = ACTIONS(2308),
    [anon_sym_PIPE] = ACTIONS(2308),
    [anon_sym_CARET] = ACTIONS(2310),
    [anon_sym_AMP_AMP] = ACTIONS(2310),
    [anon_sym_PIPE_PIPE] = ACTIONS(2310),
    [anon_sym_EQ_EQ] = ACTIONS(2310),
    [anon_sym_BANG_EQ] = ACTIONS(2310),
    [anon_sym_LT] = ACTIONS(2308),
    [anon_sym_LT_EQ] = ACTIONS(2310),
    [anon_sym_GT] = ACTIONS(2308),
    [anon_sym_GT_EQ] = ACTIONS(2310),
    [anon_sym_EQ_GT] = ACTIONS(2310),
    [anon_sym_QMARK_QMARK] = ACTIONS(2310),
    [anon_sym_EQ] = ACTIONS(2308),
    [sym__rangeOperator] = ACTIONS(2310),
    [anon_sym_null] = ACTIONS(2308),
    [anon_sym_macro] = ACTIONS(2308),
    [anon_sym_abstract] = ACTIONS(2308),
    [anon_sym_static] = ACTIONS(2308),
    [anon_sym_public] = ACTIONS(2308),
    [anon_sym_private] = ACTIONS(2308),
    [anon_sym_extern] = ACTIONS(2308),
    [anon_sym_inline] = ACTIONS(2308),
    [anon_sym_overload] = ACTIONS(2308),
    [anon_sym_override] = ACTIONS(2308),
    [anon_sym_final] = ACTIONS(2308),
    [anon_sym_class] = ACTIONS(2308),
    [anon_sym_interface] = ACTIONS(2308),
    [anon_sym_typedef] = ACTIONS(2308),
    [anon_sym_function] = ACTIONS(2308),
    [anon_sym_var] = ACTIONS(2308),
    [aux_sym_integer_token1] = ACTIONS(2308),
    [aux_sym_integer_token2] = ACTIONS(2310),
    [aux_sym_float_token1] = ACTIONS(2308),
    [aux_sym_float_token2] = ACTIONS(2310),
    [anon_sym_true] = ACTIONS(2308),
    [anon_sym_false] = ACTIONS(2308),
    [aux_sym_string_token1] = ACTIONS(2310),
    [aux_sym_string_token3] = ACTIONS(2310),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2310),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [486] = {
    [sym_identifier] = ACTIONS(2312),
    [anon_sym_POUND] = ACTIONS(2314),
    [anon_sym_package] = ACTIONS(2312),
    [anon_sym_import] = ACTIONS(2312),
    [anon_sym_using] = ACTIONS(2312),
    [anon_sym_throw] = ACTIONS(2312),
    [anon_sym_LPAREN] = ACTIONS(2314),
    [anon_sym_switch] = ACTIONS(2312),
    [anon_sym_LBRACE] = ACTIONS(2314),
    [anon_sym_case] = ACTIONS(2312),
    [anon_sym_default] = ACTIONS(2312),
    [anon_sym_cast] = ACTIONS(2312),
    [anon_sym_DOLLARtype] = ACTIONS(2314),
    [anon_sym_return] = ACTIONS(2312),
    [anon_sym_untyped] = ACTIONS(2312),
    [anon_sym_break] = ACTIONS(2312),
    [anon_sym_continue] = ACTIONS(2312),
    [anon_sym_LBRACK] = ACTIONS(2314),
    [anon_sym_this] = ACTIONS(2312),
    [anon_sym_AT] = ACTIONS(2312),
    [anon_sym_AT_COLON] = ACTIONS(2314),
    [anon_sym_if] = ACTIONS(2312),
    [anon_sym_new] = ACTIONS(2312),
    [anon_sym_TILDE] = ACTIONS(2314),
    [anon_sym_BANG] = ACTIONS(2312),
    [anon_sym_DASH] = ACTIONS(2312),
    [anon_sym_PLUS_PLUS] = ACTIONS(2314),
    [anon_sym_DASH_DASH] = ACTIONS(2314),
    [anon_sym_PERCENT] = ACTIONS(2314),
    [anon_sym_STAR] = ACTIONS(2314),
    [anon_sym_SLASH] = ACTIONS(2312),
    [anon_sym_PLUS] = ACTIONS(2312),
    [anon_sym_LT_LT] = ACTIONS(2314),
    [anon_sym_GT_GT] = ACTIONS(2312),
    [anon_sym_GT_GT_GT] = ACTIONS(2314),
    [anon_sym_AMP] = ACTIONS(2312),
    [anon_sym_PIPE] = ACTIONS(2312),
    [anon_sym_CARET] = ACTIONS(2314),
    [anon_sym_AMP_AMP] = ACTIONS(2314),
    [anon_sym_PIPE_PIPE] = ACTIONS(2314),
    [anon_sym_EQ_EQ] = ACTIONS(2314),
    [anon_sym_BANG_EQ] = ACTIONS(2314),
    [anon_sym_LT] = ACTIONS(2312),
    [anon_sym_LT_EQ] = ACTIONS(2314),
    [anon_sym_GT] = ACTIONS(2312),
    [anon_sym_GT_EQ] = ACTIONS(2314),
    [anon_sym_EQ_GT] = ACTIONS(2314),
    [anon_sym_QMARK_QMARK] = ACTIONS(2314),
    [anon_sym_EQ] = ACTIONS(2312),
    [sym__rangeOperator] = ACTIONS(2314),
    [anon_sym_null] = ACTIONS(2312),
    [anon_sym_macro] = ACTIONS(2312),
    [anon_sym_abstract] = ACTIONS(2312),
    [anon_sym_static] = ACTIONS(2312),
    [anon_sym_public] = ACTIONS(2312),
    [anon_sym_private] = ACTIONS(2312),
    [anon_sym_extern] = ACTIONS(2312),
    [anon_sym_inline] = ACTIONS(2312),
    [anon_sym_overload] = ACTIONS(2312),
    [anon_sym_override] = ACTIONS(2312),
    [anon_sym_final] = ACTIONS(2312),
    [anon_sym_class] = ACTIONS(2312),
    [anon_sym_interface] = ACTIONS(2312),
    [anon_sym_typedef] = ACTIONS(2312),
    [anon_sym_function] = ACTIONS(2312),
    [anon_sym_var] = ACTIONS(2312),
    [aux_sym_integer_token1] = ACTIONS(2312),
    [aux_sym_integer_token2] = ACTIONS(2314),
    [aux_sym_float_token1] = ACTIONS(2312),
    [aux_sym_float_token2] = ACTIONS(2314),
    [anon_sym_true] = ACTIONS(2312),
    [anon_sym_false] = ACTIONS(2312),
    [aux_sym_string_token1] = ACTIONS(2314),
    [aux_sym_string_token3] = ACTIONS(2314),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2314),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [487] = {
    [sym_identifier] = ACTIONS(2316),
    [anon_sym_POUND] = ACTIONS(2318),
    [anon_sym_package] = ACTIONS(2316),
    [anon_sym_import] = ACTIONS(2316),
    [anon_sym_using] = ACTIONS(2316),
    [anon_sym_throw] = ACTIONS(2316),
    [anon_sym_LPAREN] = ACTIONS(2318),
    [anon_sym_switch] = ACTIONS(2316),
    [anon_sym_LBRACE] = ACTIONS(2318),
    [anon_sym_case] = ACTIONS(2316),
    [anon_sym_default] = ACTIONS(2316),
    [anon_sym_cast] = ACTIONS(2316),
    [anon_sym_DOLLARtype] = ACTIONS(2318),
    [anon_sym_return] = ACTIONS(2316),
    [anon_sym_untyped] = ACTIONS(2316),
    [anon_sym_break] = ACTIONS(2316),
    [anon_sym_continue] = ACTIONS(2316),
    [anon_sym_LBRACK] = ACTIONS(2318),
    [anon_sym_this] = ACTIONS(2316),
    [anon_sym_AT] = ACTIONS(2316),
    [anon_sym_AT_COLON] = ACTIONS(2318),
    [anon_sym_if] = ACTIONS(2316),
    [anon_sym_new] = ACTIONS(2316),
    [anon_sym_TILDE] = ACTIONS(2318),
    [anon_sym_BANG] = ACTIONS(2316),
    [anon_sym_DASH] = ACTIONS(2316),
    [anon_sym_PLUS_PLUS] = ACTIONS(2318),
    [anon_sym_DASH_DASH] = ACTIONS(2318),
    [anon_sym_PERCENT] = ACTIONS(2318),
    [anon_sym_STAR] = ACTIONS(2318),
    [anon_sym_SLASH] = ACTIONS(2316),
    [anon_sym_PLUS] = ACTIONS(2316),
    [anon_sym_LT_LT] = ACTIONS(2318),
    [anon_sym_GT_GT] = ACTIONS(2316),
    [anon_sym_GT_GT_GT] = ACTIONS(2318),
    [anon_sym_AMP] = ACTIONS(2316),
    [anon_sym_PIPE] = ACTIONS(2316),
    [anon_sym_CARET] = ACTIONS(2318),
    [anon_sym_AMP_AMP] = ACTIONS(2318),
    [anon_sym_PIPE_PIPE] = ACTIONS(2318),
    [anon_sym_EQ_EQ] = ACTIONS(2318),
    [anon_sym_BANG_EQ] = ACTIONS(2318),
    [anon_sym_LT] = ACTIONS(2316),
    [anon_sym_LT_EQ] = ACTIONS(2318),
    [anon_sym_GT] = ACTIONS(2316),
    [anon_sym_GT_EQ] = ACTIONS(2318),
    [anon_sym_EQ_GT] = ACTIONS(2318),
    [anon_sym_QMARK_QMARK] = ACTIONS(2318),
    [anon_sym_EQ] = ACTIONS(2316),
    [sym__rangeOperator] = ACTIONS(2318),
    [anon_sym_null] = ACTIONS(2316),
    [anon_sym_macro] = ACTIONS(2316),
    [anon_sym_abstract] = ACTIONS(2316),
    [anon_sym_static] = ACTIONS(2316),
    [anon_sym_public] = ACTIONS(2316),
    [anon_sym_private] = ACTIONS(2316),
    [anon_sym_extern] = ACTIONS(2316),
    [anon_sym_inline] = ACTIONS(2316),
    [anon_sym_overload] = ACTIONS(2316),
    [anon_sym_override] = ACTIONS(2316),
    [anon_sym_final] = ACTIONS(2316),
    [anon_sym_class] = ACTIONS(2316),
    [anon_sym_interface] = ACTIONS(2316),
    [anon_sym_typedef] = ACTIONS(2316),
    [anon_sym_function] = ACTIONS(2316),
    [anon_sym_var] = ACTIONS(2316),
    [aux_sym_integer_token1] = ACTIONS(2316),
    [aux_sym_integer_token2] = ACTIONS(2318),
    [aux_sym_float_token1] = ACTIONS(2316),
    [aux_sym_float_token2] = ACTIONS(2318),
    [anon_sym_true] = ACTIONS(2316),
    [anon_sym_false] = ACTIONS(2316),
    [aux_sym_string_token1] = ACTIONS(2318),
    [aux_sym_string_token3] = ACTIONS(2318),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2318),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [488] = {
    [ts_builtin_sym_end] = ACTIONS(1502),
    [sym_identifier] = ACTIONS(1504),
    [anon_sym_POUND] = ACTIONS(1502),
    [anon_sym_package] = ACTIONS(1504),
    [anon_sym_DOT] = ACTIONS(2320),
    [anon_sym_import] = ACTIONS(1504),
    [anon_sym_using] = ACTIONS(1504),
    [anon_sym_throw] = ACTIONS(1504),
    [anon_sym_LPAREN] = ACTIONS(1502),
    [anon_sym_switch] = ACTIONS(1504),
    [anon_sym_LBRACE] = ACTIONS(1502),
    [anon_sym_cast] = ACTIONS(1504),
    [anon_sym_DOLLARtype] = ACTIONS(1502),
    [anon_sym_return] = ACTIONS(1504),
    [anon_sym_untyped] = ACTIONS(1504),
    [anon_sym_break] = ACTIONS(1504),
    [anon_sym_continue] = ACTIONS(1504),
    [anon_sym_LBRACK] = ACTIONS(1502),
    [anon_sym_this] = ACTIONS(1504),
    [anon_sym_QMARK] = ACTIONS(2322),
    [anon_sym_AT] = ACTIONS(1504),
    [anon_sym_AT_COLON] = ACTIONS(1502),
    [anon_sym_if] = ACTIONS(1504),
    [anon_sym_new] = ACTIONS(1504),
    [anon_sym_TILDE] = ACTIONS(1502),
    [anon_sym_BANG] = ACTIONS(1504),
    [anon_sym_DASH] = ACTIONS(1504),
    [anon_sym_PLUS_PLUS] = ACTIONS(1502),
    [anon_sym_DASH_DASH] = ACTIONS(1502),
    [anon_sym_PERCENT] = ACTIONS(1502),
    [anon_sym_STAR] = ACTIONS(1502),
    [anon_sym_SLASH] = ACTIONS(1504),
    [anon_sym_PLUS] = ACTIONS(1504),
    [anon_sym_LT_LT] = ACTIONS(1502),
    [anon_sym_GT_GT] = ACTIONS(1504),
    [anon_sym_GT_GT_GT] = ACTIONS(1502),
    [anon_sym_AMP] = ACTIONS(1504),
    [anon_sym_PIPE] = ACTIONS(1504),
    [anon_sym_CARET] = ACTIONS(1502),
    [anon_sym_AMP_AMP] = ACTIONS(1502),
    [anon_sym_PIPE_PIPE] = ACTIONS(1502),
    [anon_sym_EQ_EQ] = ACTIONS(1502),
    [anon_sym_BANG_EQ] = ACTIONS(1502),
    [anon_sym_LT] = ACTIONS(1504),
    [anon_sym_LT_EQ] = ACTIONS(1502),
    [anon_sym_GT] = ACTIONS(1504),
    [anon_sym_GT_EQ] = ACTIONS(1502),
    [anon_sym_EQ_GT] = ACTIONS(1602),
    [anon_sym_QMARK_QMARK] = ACTIONS(1502),
    [anon_sym_EQ] = ACTIONS(1504),
    [sym__rangeOperator] = ACTIONS(1502),
    [anon_sym_null] = ACTIONS(1504),
    [anon_sym_macro] = ACTIONS(1504),
    [anon_sym_abstract] = ACTIONS(1504),
    [anon_sym_static] = ACTIONS(1504),
    [anon_sym_public] = ACTIONS(1504),
    [anon_sym_private] = ACTIONS(1504),
    [anon_sym_extern] = ACTIONS(1504),
    [anon_sym_inline] = ACTIONS(1504),
    [anon_sym_overload] = ACTIONS(1504),
    [anon_sym_override] = ACTIONS(1504),
    [anon_sym_final] = ACTIONS(1504),
    [anon_sym_class] = ACTIONS(1504),
    [anon_sym_interface] = ACTIONS(1504),
    [anon_sym_typedef] = ACTIONS(1504),
    [anon_sym_function] = ACTIONS(1504),
    [anon_sym_var] = ACTIONS(1504),
    [aux_sym_integer_token1] = ACTIONS(1504),
    [aux_sym_integer_token2] = ACTIONS(1502),
    [aux_sym_float_token1] = ACTIONS(1504),
    [aux_sym_float_token2] = ACTIONS(1502),
    [anon_sym_true] = ACTIONS(1504),
    [anon_sym_false] = ACTIONS(1504),
    [aux_sym_string_token1] = ACTIONS(1502),
    [aux_sym_string_token3] = ACTIONS(1502),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [489] = {
    [sym_identifier] = ACTIONS(2324),
    [anon_sym_POUND] = ACTIONS(2326),
    [anon_sym_package] = ACTIONS(2324),
    [anon_sym_import] = ACTIONS(2324),
    [anon_sym_using] = ACTIONS(2324),
    [anon_sym_throw] = ACTIONS(2324),
    [anon_sym_LPAREN] = ACTIONS(2326),
    [anon_sym_switch] = ACTIONS(2324),
    [anon_sym_LBRACE] = ACTIONS(2326),
    [anon_sym_case] = ACTIONS(2324),
    [anon_sym_default] = ACTIONS(2324),
    [anon_sym_cast] = ACTIONS(2324),
    [anon_sym_DOLLARtype] = ACTIONS(2326),
    [anon_sym_return] = ACTIONS(2324),
    [anon_sym_untyped] = ACTIONS(2324),
    [anon_sym_break] = ACTIONS(2324),
    [anon_sym_continue] = ACTIONS(2324),
    [anon_sym_LBRACK] = ACTIONS(2326),
    [anon_sym_this] = ACTIONS(2324),
    [anon_sym_AT] = ACTIONS(2324),
    [anon_sym_AT_COLON] = ACTIONS(2326),
    [anon_sym_if] = ACTIONS(2324),
    [anon_sym_new] = ACTIONS(2324),
    [anon_sym_TILDE] = ACTIONS(2326),
    [anon_sym_BANG] = ACTIONS(2324),
    [anon_sym_DASH] = ACTIONS(2324),
    [anon_sym_PLUS_PLUS] = ACTIONS(2326),
    [anon_sym_DASH_DASH] = ACTIONS(2326),
    [anon_sym_PERCENT] = ACTIONS(2326),
    [anon_sym_STAR] = ACTIONS(2326),
    [anon_sym_SLASH] = ACTIONS(2324),
    [anon_sym_PLUS] = ACTIONS(2324),
    [anon_sym_LT_LT] = ACTIONS(2326),
    [anon_sym_GT_GT] = ACTIONS(2324),
    [anon_sym_GT_GT_GT] = ACTIONS(2326),
    [anon_sym_AMP] = ACTIONS(2324),
    [anon_sym_PIPE] = ACTIONS(2324),
    [anon_sym_CARET] = ACTIONS(2326),
    [anon_sym_AMP_AMP] = ACTIONS(2326),
    [anon_sym_PIPE_PIPE] = ACTIONS(2326),
    [anon_sym_EQ_EQ] = ACTIONS(2326),
    [anon_sym_BANG_EQ] = ACTIONS(2326),
    [anon_sym_LT] = ACTIONS(2324),
    [anon_sym_LT_EQ] = ACTIONS(2326),
    [anon_sym_GT] = ACTIONS(2324),
    [anon_sym_GT_EQ] = ACTIONS(2326),
    [anon_sym_EQ_GT] = ACTIONS(2326),
    [anon_sym_QMARK_QMARK] = ACTIONS(2326),
    [anon_sym_EQ] = ACTIONS(2324),
    [sym__rangeOperator] = ACTIONS(2326),
    [anon_sym_null] = ACTIONS(2324),
    [anon_sym_macro] = ACTIONS(2324),
    [anon_sym_abstract] = ACTIONS(2324),
    [anon_sym_static] = ACTIONS(2324),
    [anon_sym_public] = ACTIONS(2324),
    [anon_sym_private] = ACTIONS(2324),
    [anon_sym_extern] = ACTIONS(2324),
    [anon_sym_inline] = ACTIONS(2324),
    [anon_sym_overload] = ACTIONS(2324),
    [anon_sym_override] = ACTIONS(2324),
    [anon_sym_final] = ACTIONS(2324),
    [anon_sym_class] = ACTIONS(2324),
    [anon_sym_interface] = ACTIONS(2324),
    [anon_sym_typedef] = ACTIONS(2324),
    [anon_sym_function] = ACTIONS(2324),
    [anon_sym_var] = ACTIONS(2324),
    [aux_sym_integer_token1] = ACTIONS(2324),
    [aux_sym_integer_token2] = ACTIONS(2326),
    [aux_sym_float_token1] = ACTIONS(2324),
    [aux_sym_float_token2] = ACTIONS(2326),
    [anon_sym_true] = ACTIONS(2324),
    [anon_sym_false] = ACTIONS(2324),
    [aux_sym_string_token1] = ACTIONS(2326),
    [aux_sym_string_token3] = ACTIONS(2326),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2326),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [490] = {
    [sym_identifier] = ACTIONS(2328),
    [anon_sym_POUND] = ACTIONS(2330),
    [anon_sym_package] = ACTIONS(2328),
    [anon_sym_import] = ACTIONS(2328),
    [anon_sym_using] = ACTIONS(2328),
    [anon_sym_throw] = ACTIONS(2328),
    [anon_sym_LPAREN] = ACTIONS(2330),
    [anon_sym_switch] = ACTIONS(2328),
    [anon_sym_LBRACE] = ACTIONS(2330),
    [anon_sym_case] = ACTIONS(2328),
    [anon_sym_default] = ACTIONS(2328),
    [anon_sym_cast] = ACTIONS(2328),
    [anon_sym_DOLLARtype] = ACTIONS(2330),
    [anon_sym_return] = ACTIONS(2328),
    [anon_sym_untyped] = ACTIONS(2328),
    [anon_sym_break] = ACTIONS(2328),
    [anon_sym_continue] = ACTIONS(2328),
    [anon_sym_LBRACK] = ACTIONS(2330),
    [anon_sym_this] = ACTIONS(2328),
    [anon_sym_AT] = ACTIONS(2328),
    [anon_sym_AT_COLON] = ACTIONS(2330),
    [anon_sym_if] = ACTIONS(2328),
    [anon_sym_new] = ACTIONS(2328),
    [anon_sym_TILDE] = ACTIONS(2330),
    [anon_sym_BANG] = ACTIONS(2328),
    [anon_sym_DASH] = ACTIONS(2328),
    [anon_sym_PLUS_PLUS] = ACTIONS(2330),
    [anon_sym_DASH_DASH] = ACTIONS(2330),
    [anon_sym_PERCENT] = ACTIONS(2330),
    [anon_sym_STAR] = ACTIONS(2330),
    [anon_sym_SLASH] = ACTIONS(2328),
    [anon_sym_PLUS] = ACTIONS(2328),
    [anon_sym_LT_LT] = ACTIONS(2330),
    [anon_sym_GT_GT] = ACTIONS(2328),
    [anon_sym_GT_GT_GT] = ACTIONS(2330),
    [anon_sym_AMP] = ACTIONS(2328),
    [anon_sym_PIPE] = ACTIONS(2328),
    [anon_sym_CARET] = ACTIONS(2330),
    [anon_sym_AMP_AMP] = ACTIONS(2330),
    [anon_sym_PIPE_PIPE] = ACTIONS(2330),
    [anon_sym_EQ_EQ] = ACTIONS(2330),
    [anon_sym_BANG_EQ] = ACTIONS(2330),
    [anon_sym_LT] = ACTIONS(2328),
    [anon_sym_LT_EQ] = ACTIONS(2330),
    [anon_sym_GT] = ACTIONS(2328),
    [anon_sym_GT_EQ] = ACTIONS(2330),
    [anon_sym_EQ_GT] = ACTIONS(2330),
    [anon_sym_QMARK_QMARK] = ACTIONS(2330),
    [anon_sym_EQ] = ACTIONS(2328),
    [sym__rangeOperator] = ACTIONS(2330),
    [anon_sym_null] = ACTIONS(2328),
    [anon_sym_macro] = ACTIONS(2328),
    [anon_sym_abstract] = ACTIONS(2328),
    [anon_sym_static] = ACTIONS(2328),
    [anon_sym_public] = ACTIONS(2328),
    [anon_sym_private] = ACTIONS(2328),
    [anon_sym_extern] = ACTIONS(2328),
    [anon_sym_inline] = ACTIONS(2328),
    [anon_sym_overload] = ACTIONS(2328),
    [anon_sym_override] = ACTIONS(2328),
    [anon_sym_final] = ACTIONS(2328),
    [anon_sym_class] = ACTIONS(2328),
    [anon_sym_interface] = ACTIONS(2328),
    [anon_sym_typedef] = ACTIONS(2328),
    [anon_sym_function] = ACTIONS(2328),
    [anon_sym_var] = ACTIONS(2328),
    [aux_sym_integer_token1] = ACTIONS(2328),
    [aux_sym_integer_token2] = ACTIONS(2330),
    [aux_sym_float_token1] = ACTIONS(2328),
    [aux_sym_float_token2] = ACTIONS(2330),
    [anon_sym_true] = ACTIONS(2328),
    [anon_sym_false] = ACTIONS(2328),
    [aux_sym_string_token1] = ACTIONS(2330),
    [aux_sym_string_token3] = ACTIONS(2330),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2330),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [491] = {
    [sym_identifier] = ACTIONS(2332),
    [anon_sym_POUND] = ACTIONS(2334),
    [anon_sym_package] = ACTIONS(2332),
    [anon_sym_import] = ACTIONS(2332),
    [anon_sym_using] = ACTIONS(2332),
    [anon_sym_throw] = ACTIONS(2332),
    [anon_sym_LPAREN] = ACTIONS(2334),
    [anon_sym_switch] = ACTIONS(2332),
    [anon_sym_LBRACE] = ACTIONS(2334),
    [anon_sym_case] = ACTIONS(2332),
    [anon_sym_default] = ACTIONS(2332),
    [anon_sym_cast] = ACTIONS(2332),
    [anon_sym_DOLLARtype] = ACTIONS(2334),
    [anon_sym_return] = ACTIONS(2332),
    [anon_sym_untyped] = ACTIONS(2332),
    [anon_sym_break] = ACTIONS(2332),
    [anon_sym_continue] = ACTIONS(2332),
    [anon_sym_LBRACK] = ACTIONS(2334),
    [anon_sym_this] = ACTIONS(2332),
    [anon_sym_AT] = ACTIONS(2332),
    [anon_sym_AT_COLON] = ACTIONS(2334),
    [anon_sym_if] = ACTIONS(2332),
    [anon_sym_new] = ACTIONS(2332),
    [anon_sym_TILDE] = ACTIONS(2334),
    [anon_sym_BANG] = ACTIONS(2332),
    [anon_sym_DASH] = ACTIONS(2332),
    [anon_sym_PLUS_PLUS] = ACTIONS(2334),
    [anon_sym_DASH_DASH] = ACTIONS(2334),
    [anon_sym_PERCENT] = ACTIONS(2334),
    [anon_sym_STAR] = ACTIONS(2334),
    [anon_sym_SLASH] = ACTIONS(2332),
    [anon_sym_PLUS] = ACTIONS(2332),
    [anon_sym_LT_LT] = ACTIONS(2334),
    [anon_sym_GT_GT] = ACTIONS(2332),
    [anon_sym_GT_GT_GT] = ACTIONS(2334),
    [anon_sym_AMP] = ACTIONS(2332),
    [anon_sym_PIPE] = ACTIONS(2332),
    [anon_sym_CARET] = ACTIONS(2334),
    [anon_sym_AMP_AMP] = ACTIONS(2334),
    [anon_sym_PIPE_PIPE] = ACTIONS(2334),
    [anon_sym_EQ_EQ] = ACTIONS(2334),
    [anon_sym_BANG_EQ] = ACTIONS(2334),
    [anon_sym_LT] = ACTIONS(2332),
    [anon_sym_LT_EQ] = ACTIONS(2334),
    [anon_sym_GT] = ACTIONS(2332),
    [anon_sym_GT_EQ] = ACTIONS(2334),
    [anon_sym_EQ_GT] = ACTIONS(2334),
    [anon_sym_QMARK_QMARK] = ACTIONS(2334),
    [anon_sym_EQ] = ACTIONS(2332),
    [sym__rangeOperator] = ACTIONS(2334),
    [anon_sym_null] = ACTIONS(2332),
    [anon_sym_macro] = ACTIONS(2332),
    [anon_sym_abstract] = ACTIONS(2332),
    [anon_sym_static] = ACTIONS(2332),
    [anon_sym_public] = ACTIONS(2332),
    [anon_sym_private] = ACTIONS(2332),
    [anon_sym_extern] = ACTIONS(2332),
    [anon_sym_inline] = ACTIONS(2332),
    [anon_sym_overload] = ACTIONS(2332),
    [anon_sym_override] = ACTIONS(2332),
    [anon_sym_final] = ACTIONS(2332),
    [anon_sym_class] = ACTIONS(2332),
    [anon_sym_interface] = ACTIONS(2332),
    [anon_sym_typedef] = ACTIONS(2332),
    [anon_sym_function] = ACTIONS(2332),
    [anon_sym_var] = ACTIONS(2332),
    [aux_sym_integer_token1] = ACTIONS(2332),
    [aux_sym_integer_token2] = ACTIONS(2334),
    [aux_sym_float_token1] = ACTIONS(2332),
    [aux_sym_float_token2] = ACTIONS(2334),
    [anon_sym_true] = ACTIONS(2332),
    [anon_sym_false] = ACTIONS(2332),
    [aux_sym_string_token1] = ACTIONS(2334),
    [aux_sym_string_token3] = ACTIONS(2334),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2334),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [492] = {
    [sym_identifier] = ACTIONS(2336),
    [anon_sym_POUND] = ACTIONS(2338),
    [anon_sym_package] = ACTIONS(2336),
    [anon_sym_import] = ACTIONS(2336),
    [anon_sym_using] = ACTIONS(2336),
    [anon_sym_throw] = ACTIONS(2336),
    [anon_sym_LPAREN] = ACTIONS(2338),
    [anon_sym_switch] = ACTIONS(2336),
    [anon_sym_LBRACE] = ACTIONS(2338),
    [anon_sym_case] = ACTIONS(2336),
    [anon_sym_default] = ACTIONS(2336),
    [anon_sym_cast] = ACTIONS(2336),
    [anon_sym_DOLLARtype] = ACTIONS(2338),
    [anon_sym_return] = ACTIONS(2336),
    [anon_sym_untyped] = ACTIONS(2336),
    [anon_sym_break] = ACTIONS(2336),
    [anon_sym_continue] = ACTIONS(2336),
    [anon_sym_LBRACK] = ACTIONS(2338),
    [anon_sym_this] = ACTIONS(2336),
    [anon_sym_AT] = ACTIONS(2336),
    [anon_sym_AT_COLON] = ACTIONS(2338),
    [anon_sym_if] = ACTIONS(2336),
    [anon_sym_new] = ACTIONS(2336),
    [anon_sym_TILDE] = ACTIONS(2338),
    [anon_sym_BANG] = ACTIONS(2336),
    [anon_sym_DASH] = ACTIONS(2336),
    [anon_sym_PLUS_PLUS] = ACTIONS(2338),
    [anon_sym_DASH_DASH] = ACTIONS(2338),
    [anon_sym_PERCENT] = ACTIONS(2338),
    [anon_sym_STAR] = ACTIONS(2338),
    [anon_sym_SLASH] = ACTIONS(2336),
    [anon_sym_PLUS] = ACTIONS(2336),
    [anon_sym_LT_LT] = ACTIONS(2338),
    [anon_sym_GT_GT] = ACTIONS(2336),
    [anon_sym_GT_GT_GT] = ACTIONS(2338),
    [anon_sym_AMP] = ACTIONS(2336),
    [anon_sym_PIPE] = ACTIONS(2336),
    [anon_sym_CARET] = ACTIONS(2338),
    [anon_sym_AMP_AMP] = ACTIONS(2338),
    [anon_sym_PIPE_PIPE] = ACTIONS(2338),
    [anon_sym_EQ_EQ] = ACTIONS(2338),
    [anon_sym_BANG_EQ] = ACTIONS(2338),
    [anon_sym_LT] = ACTIONS(2336),
    [anon_sym_LT_EQ] = ACTIONS(2338),
    [anon_sym_GT] = ACTIONS(2336),
    [anon_sym_GT_EQ] = ACTIONS(2338),
    [anon_sym_EQ_GT] = ACTIONS(2338),
    [anon_sym_QMARK_QMARK] = ACTIONS(2338),
    [anon_sym_EQ] = ACTIONS(2336),
    [sym__rangeOperator] = ACTIONS(2338),
    [anon_sym_null] = ACTIONS(2336),
    [anon_sym_macro] = ACTIONS(2336),
    [anon_sym_abstract] = ACTIONS(2336),
    [anon_sym_static] = ACTIONS(2336),
    [anon_sym_public] = ACTIONS(2336),
    [anon_sym_private] = ACTIONS(2336),
    [anon_sym_extern] = ACTIONS(2336),
    [anon_sym_inline] = ACTIONS(2336),
    [anon_sym_overload] = ACTIONS(2336),
    [anon_sym_override] = ACTIONS(2336),
    [anon_sym_final] = ACTIONS(2336),
    [anon_sym_class] = ACTIONS(2336),
    [anon_sym_interface] = ACTIONS(2336),
    [anon_sym_typedef] = ACTIONS(2336),
    [anon_sym_function] = ACTIONS(2336),
    [anon_sym_var] = ACTIONS(2336),
    [aux_sym_integer_token1] = ACTIONS(2336),
    [aux_sym_integer_token2] = ACTIONS(2338),
    [aux_sym_float_token1] = ACTIONS(2336),
    [aux_sym_float_token2] = ACTIONS(2338),
    [anon_sym_true] = ACTIONS(2336),
    [anon_sym_false] = ACTIONS(2336),
    [aux_sym_string_token1] = ACTIONS(2338),
    [aux_sym_string_token3] = ACTIONS(2338),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2338),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [493] = {
    [sym_identifier] = ACTIONS(2340),
    [anon_sym_POUND] = ACTIONS(2342),
    [anon_sym_package] = ACTIONS(2340),
    [anon_sym_import] = ACTIONS(2340),
    [anon_sym_using] = ACTIONS(2340),
    [anon_sym_throw] = ACTIONS(2340),
    [anon_sym_LPAREN] = ACTIONS(2342),
    [anon_sym_switch] = ACTIONS(2340),
    [anon_sym_LBRACE] = ACTIONS(2342),
    [anon_sym_case] = ACTIONS(2340),
    [anon_sym_default] = ACTIONS(2340),
    [anon_sym_cast] = ACTIONS(2340),
    [anon_sym_DOLLARtype] = ACTIONS(2342),
    [anon_sym_return] = ACTIONS(2340),
    [anon_sym_untyped] = ACTIONS(2340),
    [anon_sym_break] = ACTIONS(2340),
    [anon_sym_continue] = ACTIONS(2340),
    [anon_sym_LBRACK] = ACTIONS(2342),
    [anon_sym_this] = ACTIONS(2340),
    [anon_sym_AT] = ACTIONS(2340),
    [anon_sym_AT_COLON] = ACTIONS(2342),
    [anon_sym_if] = ACTIONS(2340),
    [anon_sym_new] = ACTIONS(2340),
    [anon_sym_TILDE] = ACTIONS(2342),
    [anon_sym_BANG] = ACTIONS(2340),
    [anon_sym_DASH] = ACTIONS(2340),
    [anon_sym_PLUS_PLUS] = ACTIONS(2342),
    [anon_sym_DASH_DASH] = ACTIONS(2342),
    [anon_sym_PERCENT] = ACTIONS(2342),
    [anon_sym_STAR] = ACTIONS(2342),
    [anon_sym_SLASH] = ACTIONS(2340),
    [anon_sym_PLUS] = ACTIONS(2340),
    [anon_sym_LT_LT] = ACTIONS(2342),
    [anon_sym_GT_GT] = ACTIONS(2340),
    [anon_sym_GT_GT_GT] = ACTIONS(2342),
    [anon_sym_AMP] = ACTIONS(2340),
    [anon_sym_PIPE] = ACTIONS(2340),
    [anon_sym_CARET] = ACTIONS(2342),
    [anon_sym_AMP_AMP] = ACTIONS(2342),
    [anon_sym_PIPE_PIPE] = ACTIONS(2342),
    [anon_sym_EQ_EQ] = ACTIONS(2342),
    [anon_sym_BANG_EQ] = ACTIONS(2342),
    [anon_sym_LT] = ACTIONS(2340),
    [anon_sym_LT_EQ] = ACTIONS(2342),
    [anon_sym_GT] = ACTIONS(2340),
    [anon_sym_GT_EQ] = ACTIONS(2342),
    [anon_sym_EQ_GT] = ACTIONS(2342),
    [anon_sym_QMARK_QMARK] = ACTIONS(2342),
    [anon_sym_EQ] = ACTIONS(2340),
    [sym__rangeOperator] = ACTIONS(2342),
    [anon_sym_null] = ACTIONS(2340),
    [anon_sym_macro] = ACTIONS(2340),
    [anon_sym_abstract] = ACTIONS(2340),
    [anon_sym_static] = ACTIONS(2340),
    [anon_sym_public] = ACTIONS(2340),
    [anon_sym_private] = ACTIONS(2340),
    [anon_sym_extern] = ACTIONS(2340),
    [anon_sym_inline] = ACTIONS(2340),
    [anon_sym_overload] = ACTIONS(2340),
    [anon_sym_override] = ACTIONS(2340),
    [anon_sym_final] = ACTIONS(2340),
    [anon_sym_class] = ACTIONS(2340),
    [anon_sym_interface] = ACTIONS(2340),
    [anon_sym_typedef] = ACTIONS(2340),
    [anon_sym_function] = ACTIONS(2340),
    [anon_sym_var] = ACTIONS(2340),
    [aux_sym_integer_token1] = ACTIONS(2340),
    [aux_sym_integer_token2] = ACTIONS(2342),
    [aux_sym_float_token1] = ACTIONS(2340),
    [aux_sym_float_token2] = ACTIONS(2342),
    [anon_sym_true] = ACTIONS(2340),
    [anon_sym_false] = ACTIONS(2340),
    [aux_sym_string_token1] = ACTIONS(2342),
    [aux_sym_string_token3] = ACTIONS(2342),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2342),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [494] = {
    [sym_identifier] = ACTIONS(2344),
    [anon_sym_POUND] = ACTIONS(2346),
    [anon_sym_package] = ACTIONS(2344),
    [anon_sym_import] = ACTIONS(2344),
    [anon_sym_using] = ACTIONS(2344),
    [anon_sym_throw] = ACTIONS(2344),
    [anon_sym_LPAREN] = ACTIONS(2346),
    [anon_sym_switch] = ACTIONS(2344),
    [anon_sym_LBRACE] = ACTIONS(2346),
    [anon_sym_case] = ACTIONS(2344),
    [anon_sym_default] = ACTIONS(2344),
    [anon_sym_cast] = ACTIONS(2344),
    [anon_sym_DOLLARtype] = ACTIONS(2346),
    [anon_sym_return] = ACTIONS(2344),
    [anon_sym_untyped] = ACTIONS(2344),
    [anon_sym_break] = ACTIONS(2344),
    [anon_sym_continue] = ACTIONS(2344),
    [anon_sym_LBRACK] = ACTIONS(2346),
    [anon_sym_this] = ACTIONS(2344),
    [anon_sym_AT] = ACTIONS(2344),
    [anon_sym_AT_COLON] = ACTIONS(2346),
    [anon_sym_if] = ACTIONS(2344),
    [anon_sym_new] = ACTIONS(2344),
    [anon_sym_TILDE] = ACTIONS(2346),
    [anon_sym_BANG] = ACTIONS(2344),
    [anon_sym_DASH] = ACTIONS(2344),
    [anon_sym_PLUS_PLUS] = ACTIONS(2346),
    [anon_sym_DASH_DASH] = ACTIONS(2346),
    [anon_sym_PERCENT] = ACTIONS(2346),
    [anon_sym_STAR] = ACTIONS(2346),
    [anon_sym_SLASH] = ACTIONS(2344),
    [anon_sym_PLUS] = ACTIONS(2344),
    [anon_sym_LT_LT] = ACTIONS(2346),
    [anon_sym_GT_GT] = ACTIONS(2344),
    [anon_sym_GT_GT_GT] = ACTIONS(2346),
    [anon_sym_AMP] = ACTIONS(2344),
    [anon_sym_PIPE] = ACTIONS(2344),
    [anon_sym_CARET] = ACTIONS(2346),
    [anon_sym_AMP_AMP] = ACTIONS(2346),
    [anon_sym_PIPE_PIPE] = ACTIONS(2346),
    [anon_sym_EQ_EQ] = ACTIONS(2346),
    [anon_sym_BANG_EQ] = ACTIONS(2346),
    [anon_sym_LT] = ACTIONS(2344),
    [anon_sym_LT_EQ] = ACTIONS(2346),
    [anon_sym_GT] = ACTIONS(2344),
    [anon_sym_GT_EQ] = ACTIONS(2346),
    [anon_sym_EQ_GT] = ACTIONS(2346),
    [anon_sym_QMARK_QMARK] = ACTIONS(2346),
    [anon_sym_EQ] = ACTIONS(2344),
    [sym__rangeOperator] = ACTIONS(2346),
    [anon_sym_null] = ACTIONS(2344),
    [anon_sym_macro] = ACTIONS(2344),
    [anon_sym_abstract] = ACTIONS(2344),
    [anon_sym_static] = ACTIONS(2344),
    [anon_sym_public] = ACTIONS(2344),
    [anon_sym_private] = ACTIONS(2344),
    [anon_sym_extern] = ACTIONS(2344),
    [anon_sym_inline] = ACTIONS(2344),
    [anon_sym_overload] = ACTIONS(2344),
    [anon_sym_override] = ACTIONS(2344),
    [anon_sym_final] = ACTIONS(2344),
    [anon_sym_class] = ACTIONS(2344),
    [anon_sym_interface] = ACTIONS(2344),
    [anon_sym_typedef] = ACTIONS(2344),
    [anon_sym_function] = ACTIONS(2344),
    [anon_sym_var] = ACTIONS(2344),
    [aux_sym_integer_token1] = ACTIONS(2344),
    [aux_sym_integer_token2] = ACTIONS(2346),
    [aux_sym_float_token1] = ACTIONS(2344),
    [aux_sym_float_token2] = ACTIONS(2346),
    [anon_sym_true] = ACTIONS(2344),
    [anon_sym_false] = ACTIONS(2344),
    [aux_sym_string_token1] = ACTIONS(2346),
    [aux_sym_string_token3] = ACTIONS(2346),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2346),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [495] = {
    [sym_identifier] = ACTIONS(2348),
    [anon_sym_POUND] = ACTIONS(2350),
    [anon_sym_package] = ACTIONS(2348),
    [anon_sym_import] = ACTIONS(2348),
    [anon_sym_using] = ACTIONS(2348),
    [anon_sym_throw] = ACTIONS(2348),
    [anon_sym_LPAREN] = ACTIONS(2350),
    [anon_sym_switch] = ACTIONS(2348),
    [anon_sym_LBRACE] = ACTIONS(2350),
    [anon_sym_case] = ACTIONS(2348),
    [anon_sym_default] = ACTIONS(2348),
    [anon_sym_cast] = ACTIONS(2348),
    [anon_sym_DOLLARtype] = ACTIONS(2350),
    [anon_sym_return] = ACTIONS(2348),
    [anon_sym_untyped] = ACTIONS(2348),
    [anon_sym_break] = ACTIONS(2348),
    [anon_sym_continue] = ACTIONS(2348),
    [anon_sym_LBRACK] = ACTIONS(2350),
    [anon_sym_this] = ACTIONS(2348),
    [anon_sym_AT] = ACTIONS(2348),
    [anon_sym_AT_COLON] = ACTIONS(2350),
    [anon_sym_if] = ACTIONS(2348),
    [anon_sym_new] = ACTIONS(2348),
    [anon_sym_TILDE] = ACTIONS(2350),
    [anon_sym_BANG] = ACTIONS(2348),
    [anon_sym_DASH] = ACTIONS(2348),
    [anon_sym_PLUS_PLUS] = ACTIONS(2350),
    [anon_sym_DASH_DASH] = ACTIONS(2350),
    [anon_sym_PERCENT] = ACTIONS(2350),
    [anon_sym_STAR] = ACTIONS(2350),
    [anon_sym_SLASH] = ACTIONS(2348),
    [anon_sym_PLUS] = ACTIONS(2348),
    [anon_sym_LT_LT] = ACTIONS(2350),
    [anon_sym_GT_GT] = ACTIONS(2348),
    [anon_sym_GT_GT_GT] = ACTIONS(2350),
    [anon_sym_AMP] = ACTIONS(2348),
    [anon_sym_PIPE] = ACTIONS(2348),
    [anon_sym_CARET] = ACTIONS(2350),
    [anon_sym_AMP_AMP] = ACTIONS(2350),
    [anon_sym_PIPE_PIPE] = ACTIONS(2350),
    [anon_sym_EQ_EQ] = ACTIONS(2350),
    [anon_sym_BANG_EQ] = ACTIONS(2350),
    [anon_sym_LT] = ACTIONS(2348),
    [anon_sym_LT_EQ] = ACTIONS(2350),
    [anon_sym_GT] = ACTIONS(2348),
    [anon_sym_GT_EQ] = ACTIONS(2350),
    [anon_sym_EQ_GT] = ACTIONS(2350),
    [anon_sym_QMARK_QMARK] = ACTIONS(2350),
    [anon_sym_EQ] = ACTIONS(2348),
    [sym__rangeOperator] = ACTIONS(2350),
    [anon_sym_null] = ACTIONS(2348),
    [anon_sym_macro] = ACTIONS(2348),
    [anon_sym_abstract] = ACTIONS(2348),
    [anon_sym_static] = ACTIONS(2348),
    [anon_sym_public] = ACTIONS(2348),
    [anon_sym_private] = ACTIONS(2348),
    [anon_sym_extern] = ACTIONS(2348),
    [anon_sym_inline] = ACTIONS(2348),
    [anon_sym_overload] = ACTIONS(2348),
    [anon_sym_override] = ACTIONS(2348),
    [anon_sym_final] = ACTIONS(2348),
    [anon_sym_class] = ACTIONS(2348),
    [anon_sym_interface] = ACTIONS(2348),
    [anon_sym_typedef] = ACTIONS(2348),
    [anon_sym_function] = ACTIONS(2348),
    [anon_sym_var] = ACTIONS(2348),
    [aux_sym_integer_token1] = ACTIONS(2348),
    [aux_sym_integer_token2] = ACTIONS(2350),
    [aux_sym_float_token1] = ACTIONS(2348),
    [aux_sym_float_token2] = ACTIONS(2350),
    [anon_sym_true] = ACTIONS(2348),
    [anon_sym_false] = ACTIONS(2348),
    [aux_sym_string_token1] = ACTIONS(2350),
    [aux_sym_string_token3] = ACTIONS(2350),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2350),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [496] = {
    [sym_identifier] = ACTIONS(2352),
    [anon_sym_POUND] = ACTIONS(2354),
    [anon_sym_package] = ACTIONS(2352),
    [anon_sym_import] = ACTIONS(2352),
    [anon_sym_using] = ACTIONS(2352),
    [anon_sym_throw] = ACTIONS(2352),
    [anon_sym_LPAREN] = ACTIONS(2354),
    [anon_sym_switch] = ACTIONS(2352),
    [anon_sym_LBRACE] = ACTIONS(2354),
    [anon_sym_case] = ACTIONS(2352),
    [anon_sym_default] = ACTIONS(2352),
    [anon_sym_cast] = ACTIONS(2352),
    [anon_sym_DOLLARtype] = ACTIONS(2354),
    [anon_sym_return] = ACTIONS(2352),
    [anon_sym_untyped] = ACTIONS(2352),
    [anon_sym_break] = ACTIONS(2352),
    [anon_sym_continue] = ACTIONS(2352),
    [anon_sym_LBRACK] = ACTIONS(2354),
    [anon_sym_this] = ACTIONS(2352),
    [anon_sym_AT] = ACTIONS(2352),
    [anon_sym_AT_COLON] = ACTIONS(2354),
    [anon_sym_if] = ACTIONS(2352),
    [anon_sym_new] = ACTIONS(2352),
    [anon_sym_TILDE] = ACTIONS(2354),
    [anon_sym_BANG] = ACTIONS(2352),
    [anon_sym_DASH] = ACTIONS(2352),
    [anon_sym_PLUS_PLUS] = ACTIONS(2354),
    [anon_sym_DASH_DASH] = ACTIONS(2354),
    [anon_sym_PERCENT] = ACTIONS(2354),
    [anon_sym_STAR] = ACTIONS(2354),
    [anon_sym_SLASH] = ACTIONS(2352),
    [anon_sym_PLUS] = ACTIONS(2352),
    [anon_sym_LT_LT] = ACTIONS(2354),
    [anon_sym_GT_GT] = ACTIONS(2352),
    [anon_sym_GT_GT_GT] = ACTIONS(2354),
    [anon_sym_AMP] = ACTIONS(2352),
    [anon_sym_PIPE] = ACTIONS(2352),
    [anon_sym_CARET] = ACTIONS(2354),
    [anon_sym_AMP_AMP] = ACTIONS(2354),
    [anon_sym_PIPE_PIPE] = ACTIONS(2354),
    [anon_sym_EQ_EQ] = ACTIONS(2354),
    [anon_sym_BANG_EQ] = ACTIONS(2354),
    [anon_sym_LT] = ACTIONS(2352),
    [anon_sym_LT_EQ] = ACTIONS(2354),
    [anon_sym_GT] = ACTIONS(2352),
    [anon_sym_GT_EQ] = ACTIONS(2354),
    [anon_sym_EQ_GT] = ACTIONS(2354),
    [anon_sym_QMARK_QMARK] = ACTIONS(2354),
    [anon_sym_EQ] = ACTIONS(2352),
    [sym__rangeOperator] = ACTIONS(2354),
    [anon_sym_null] = ACTIONS(2352),
    [anon_sym_macro] = ACTIONS(2352),
    [anon_sym_abstract] = ACTIONS(2352),
    [anon_sym_static] = ACTIONS(2352),
    [anon_sym_public] = ACTIONS(2352),
    [anon_sym_private] = ACTIONS(2352),
    [anon_sym_extern] = ACTIONS(2352),
    [anon_sym_inline] = ACTIONS(2352),
    [anon_sym_overload] = ACTIONS(2352),
    [anon_sym_override] = ACTIONS(2352),
    [anon_sym_final] = ACTIONS(2352),
    [anon_sym_class] = ACTIONS(2352),
    [anon_sym_interface] = ACTIONS(2352),
    [anon_sym_typedef] = ACTIONS(2352),
    [anon_sym_function] = ACTIONS(2352),
    [anon_sym_var] = ACTIONS(2352),
    [aux_sym_integer_token1] = ACTIONS(2352),
    [aux_sym_integer_token2] = ACTIONS(2354),
    [aux_sym_float_token1] = ACTIONS(2352),
    [aux_sym_float_token2] = ACTIONS(2354),
    [anon_sym_true] = ACTIONS(2352),
    [anon_sym_false] = ACTIONS(2352),
    [aux_sym_string_token1] = ACTIONS(2354),
    [aux_sym_string_token3] = ACTIONS(2354),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2354),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [497] = {
    [sym_identifier] = ACTIONS(2356),
    [anon_sym_POUND] = ACTIONS(2358),
    [anon_sym_package] = ACTIONS(2356),
    [anon_sym_import] = ACTIONS(2356),
    [anon_sym_using] = ACTIONS(2356),
    [anon_sym_throw] = ACTIONS(2356),
    [anon_sym_LPAREN] = ACTIONS(2358),
    [anon_sym_switch] = ACTIONS(2356),
    [anon_sym_LBRACE] = ACTIONS(2358),
    [anon_sym_case] = ACTIONS(2356),
    [anon_sym_default] = ACTIONS(2356),
    [anon_sym_cast] = ACTIONS(2356),
    [anon_sym_DOLLARtype] = ACTIONS(2358),
    [anon_sym_return] = ACTIONS(2356),
    [anon_sym_untyped] = ACTIONS(2356),
    [anon_sym_break] = ACTIONS(2356),
    [anon_sym_continue] = ACTIONS(2356),
    [anon_sym_LBRACK] = ACTIONS(2358),
    [anon_sym_this] = ACTIONS(2356),
    [anon_sym_AT] = ACTIONS(2356),
    [anon_sym_AT_COLON] = ACTIONS(2358),
    [anon_sym_if] = ACTIONS(2356),
    [anon_sym_new] = ACTIONS(2356),
    [anon_sym_TILDE] = ACTIONS(2358),
    [anon_sym_BANG] = ACTIONS(2356),
    [anon_sym_DASH] = ACTIONS(2356),
    [anon_sym_PLUS_PLUS] = ACTIONS(2358),
    [anon_sym_DASH_DASH] = ACTIONS(2358),
    [anon_sym_PERCENT] = ACTIONS(2358),
    [anon_sym_STAR] = ACTIONS(2358),
    [anon_sym_SLASH] = ACTIONS(2356),
    [anon_sym_PLUS] = ACTIONS(2356),
    [anon_sym_LT_LT] = ACTIONS(2358),
    [anon_sym_GT_GT] = ACTIONS(2356),
    [anon_sym_GT_GT_GT] = ACTIONS(2358),
    [anon_sym_AMP] = ACTIONS(2356),
    [anon_sym_PIPE] = ACTIONS(2356),
    [anon_sym_CARET] = ACTIONS(2358),
    [anon_sym_AMP_AMP] = ACTIONS(2358),
    [anon_sym_PIPE_PIPE] = ACTIONS(2358),
    [anon_sym_EQ_EQ] = ACTIONS(2358),
    [anon_sym_BANG_EQ] = ACTIONS(2358),
    [anon_sym_LT] = ACTIONS(2356),
    [anon_sym_LT_EQ] = ACTIONS(2358),
    [anon_sym_GT] = ACTIONS(2356),
    [anon_sym_GT_EQ] = ACTIONS(2358),
    [anon_sym_EQ_GT] = ACTIONS(2358),
    [anon_sym_QMARK_QMARK] = ACTIONS(2358),
    [anon_sym_EQ] = ACTIONS(2356),
    [sym__rangeOperator] = ACTIONS(2358),
    [anon_sym_null] = ACTIONS(2356),
    [anon_sym_macro] = ACTIONS(2356),
    [anon_sym_abstract] = ACTIONS(2356),
    [anon_sym_static] = ACTIONS(2356),
    [anon_sym_public] = ACTIONS(2356),
    [anon_sym_private] = ACTIONS(2356),
    [anon_sym_extern] = ACTIONS(2356),
    [anon_sym_inline] = ACTIONS(2356),
    [anon_sym_overload] = ACTIONS(2356),
    [anon_sym_override] = ACTIONS(2356),
    [anon_sym_final] = ACTIONS(2356),
    [anon_sym_class] = ACTIONS(2356),
    [anon_sym_interface] = ACTIONS(2356),
    [anon_sym_typedef] = ACTIONS(2356),
    [anon_sym_function] = ACTIONS(2356),
    [anon_sym_var] = ACTIONS(2356),
    [aux_sym_integer_token1] = ACTIONS(2356),
    [aux_sym_integer_token2] = ACTIONS(2358),
    [aux_sym_float_token1] = ACTIONS(2356),
    [aux_sym_float_token2] = ACTIONS(2358),
    [anon_sym_true] = ACTIONS(2356),
    [anon_sym_false] = ACTIONS(2356),
    [aux_sym_string_token1] = ACTIONS(2358),
    [aux_sym_string_token3] = ACTIONS(2358),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2358),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [498] = {
    [ts_builtin_sym_end] = ACTIONS(2360),
    [sym_identifier] = ACTIONS(2362),
    [anon_sym_POUND] = ACTIONS(2360),
    [anon_sym_package] = ACTIONS(2362),
    [anon_sym_import] = ACTIONS(2362),
    [anon_sym_using] = ACTIONS(2362),
    [anon_sym_throw] = ACTIONS(2362),
    [anon_sym_LPAREN] = ACTIONS(2360),
    [anon_sym_switch] = ACTIONS(2362),
    [anon_sym_LBRACE] = ACTIONS(2360),
    [anon_sym_cast] = ACTIONS(2362),
    [anon_sym_DOLLARtype] = ACTIONS(2360),
    [anon_sym_return] = ACTIONS(2362),
    [anon_sym_untyped] = ACTIONS(2362),
    [anon_sym_break] = ACTIONS(2362),
    [anon_sym_continue] = ACTIONS(2362),
    [anon_sym_LBRACK] = ACTIONS(2360),
    [anon_sym_this] = ACTIONS(2362),
    [anon_sym_AT] = ACTIONS(2362),
    [anon_sym_AT_COLON] = ACTIONS(2360),
    [anon_sym_if] = ACTIONS(2362),
    [anon_sym_new] = ACTIONS(2362),
    [anon_sym_TILDE] = ACTIONS(2360),
    [anon_sym_BANG] = ACTIONS(2362),
    [anon_sym_DASH] = ACTIONS(2362),
    [anon_sym_PLUS_PLUS] = ACTIONS(2360),
    [anon_sym_DASH_DASH] = ACTIONS(2360),
    [anon_sym_PERCENT] = ACTIONS(2360),
    [anon_sym_STAR] = ACTIONS(2360),
    [anon_sym_SLASH] = ACTIONS(2362),
    [anon_sym_PLUS] = ACTIONS(2362),
    [anon_sym_LT_LT] = ACTIONS(2360),
    [anon_sym_GT_GT] = ACTIONS(2362),
    [anon_sym_GT_GT_GT] = ACTIONS(2360),
    [anon_sym_AMP] = ACTIONS(2362),
    [anon_sym_PIPE] = ACTIONS(2362),
    [anon_sym_CARET] = ACTIONS(2360),
    [anon_sym_AMP_AMP] = ACTIONS(2360),
    [anon_sym_PIPE_PIPE] = ACTIONS(2360),
    [anon_sym_EQ_EQ] = ACTIONS(2360),
    [anon_sym_BANG_EQ] = ACTIONS(2360),
    [anon_sym_LT] = ACTIONS(2362),
    [anon_sym_LT_EQ] = ACTIONS(2360),
    [anon_sym_GT] = ACTIONS(2362),
    [anon_sym_GT_EQ] = ACTIONS(2360),
    [anon_sym_EQ_GT] = ACTIONS(2360),
    [anon_sym_QMARK_QMARK] = ACTIONS(2360),
    [anon_sym_EQ] = ACTIONS(2362),
    [sym__rangeOperator] = ACTIONS(2360),
    [anon_sym_null] = ACTIONS(2362),
    [anon_sym_macro] = ACTIONS(2362),
    [anon_sym_abstract] = ACTIONS(2362),
    [anon_sym_static] = ACTIONS(2362),
    [anon_sym_public] = ACTIONS(2362),
    [anon_sym_private] = ACTIONS(2362),
    [anon_sym_extern] = ACTIONS(2362),
    [anon_sym_inline] = ACTIONS(2362),
    [anon_sym_overload] = ACTIONS(2362),
    [anon_sym_override] = ACTIONS(2362),
    [anon_sym_final] = ACTIONS(2362),
    [anon_sym_class] = ACTIONS(2362),
    [anon_sym_interface] = ACTIONS(2362),
    [anon_sym_typedef] = ACTIONS(2362),
    [anon_sym_function] = ACTIONS(2362),
    [anon_sym_var] = ACTIONS(2362),
    [aux_sym_integer_token1] = ACTIONS(2362),
    [aux_sym_integer_token2] = ACTIONS(2360),
    [aux_sym_float_token1] = ACTIONS(2362),
    [aux_sym_float_token2] = ACTIONS(2360),
    [anon_sym_true] = ACTIONS(2362),
    [anon_sym_false] = ACTIONS(2362),
    [aux_sym_string_token1] = ACTIONS(2360),
    [aux_sym_string_token3] = ACTIONS(2360),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(2364),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [499] = {
    [sym_identifier] = ACTIONS(2362),
    [anon_sym_POUND] = ACTIONS(2360),
    [anon_sym_package] = ACTIONS(2362),
    [anon_sym_import] = ACTIONS(2362),
    [anon_sym_using] = ACTIONS(2362),
    [anon_sym_throw] = ACTIONS(2362),
    [anon_sym_LPAREN] = ACTIONS(2360),
    [anon_sym_switch] = ACTIONS(2362),
    [anon_sym_LBRACE] = ACTIONS(2360),
    [anon_sym_cast] = ACTIONS(2362),
    [anon_sym_DOLLARtype] = ACTIONS(2360),
    [anon_sym_return] = ACTIONS(2362),
    [anon_sym_untyped] = ACTIONS(2362),
    [anon_sym_break] = ACTIONS(2362),
    [anon_sym_continue] = ACTIONS(2362),
    [anon_sym_LBRACK] = ACTIONS(2360),
    [anon_sym_this] = ACTIONS(2362),
    [anon_sym_AT] = ACTIONS(2362),
    [anon_sym_AT_COLON] = ACTIONS(2360),
    [anon_sym_if] = ACTIONS(2362),
    [anon_sym_new] = ACTIONS(2362),
    [anon_sym_TILDE] = ACTIONS(2360),
    [anon_sym_BANG] = ACTIONS(2362),
    [anon_sym_DASH] = ACTIONS(2362),
    [anon_sym_PLUS_PLUS] = ACTIONS(2360),
    [anon_sym_DASH_DASH] = ACTIONS(2360),
    [anon_sym_PERCENT] = ACTIONS(2360),
    [anon_sym_STAR] = ACTIONS(2360),
    [anon_sym_SLASH] = ACTIONS(2362),
    [anon_sym_PLUS] = ACTIONS(2362),
    [anon_sym_LT_LT] = ACTIONS(2360),
    [anon_sym_GT_GT] = ACTIONS(2362),
    [anon_sym_GT_GT_GT] = ACTIONS(2360),
    [anon_sym_AMP] = ACTIONS(2362),
    [anon_sym_PIPE] = ACTIONS(2362),
    [anon_sym_CARET] = ACTIONS(2360),
    [anon_sym_AMP_AMP] = ACTIONS(2360),
    [anon_sym_PIPE_PIPE] = ACTIONS(2360),
    [anon_sym_EQ_EQ] = ACTIONS(2360),
    [anon_sym_BANG_EQ] = ACTIONS(2360),
    [anon_sym_LT] = ACTIONS(2362),
    [anon_sym_LT_EQ] = ACTIONS(2360),
    [anon_sym_GT] = ACTIONS(2362),
    [anon_sym_GT_EQ] = ACTIONS(2360),
    [anon_sym_EQ_GT] = ACTIONS(2360),
    [anon_sym_QMARK_QMARK] = ACTIONS(2360),
    [anon_sym_EQ] = ACTIONS(2362),
    [sym__rangeOperator] = ACTIONS(2360),
    [anon_sym_null] = ACTIONS(2362),
    [anon_sym_macro] = ACTIONS(2362),
    [anon_sym_abstract] = ACTIONS(2362),
    [anon_sym_static] = ACTIONS(2362),
    [anon_sym_public] = ACTIONS(2362),
    [anon_sym_private] = ACTIONS(2362),
    [anon_sym_extern] = ACTIONS(2362),
    [anon_sym_inline] = ACTIONS(2362),
    [anon_sym_overload] = ACTIONS(2362),
    [anon_sym_override] = ACTIONS(2362),
    [anon_sym_final] = ACTIONS(2362),
    [anon_sym_class] = ACTIONS(2362),
    [anon_sym_interface] = ACTIONS(2362),
    [anon_sym_typedef] = ACTIONS(2362),
    [anon_sym_function] = ACTIONS(2362),
    [anon_sym_var] = ACTIONS(2362),
    [aux_sym_integer_token1] = ACTIONS(2362),
    [aux_sym_integer_token2] = ACTIONS(2360),
    [aux_sym_float_token1] = ACTIONS(2362),
    [aux_sym_float_token2] = ACTIONS(2360),
    [anon_sym_true] = ACTIONS(2362),
    [anon_sym_false] = ACTIONS(2362),
    [aux_sym_string_token1] = ACTIONS(2360),
    [aux_sym_string_token3] = ACTIONS(2360),
    [sym_comment] = ACTIONS(3),
    [sym__lookback_semicolon] = ACTIONS(2366),
    [sym__closing_brace_marker] = ACTIONS(2360),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [500] = {
    [ts_builtin_sym_end] = ACTIONS(2166),
    [sym_identifier] = ACTIONS(2164),
    [anon_sym_POUND] = ACTIONS(2166),
    [anon_sym_package] = ACTIONS(2164),
    [anon_sym_import] = ACTIONS(2164),
    [anon_sym_using] = ACTIONS(2164),
    [anon_sym_throw] = ACTIONS(2164),
    [anon_sym_LPAREN] = ACTIONS(2166),
    [anon_sym_switch] = ACTIONS(2164),
    [anon_sym_LBRACE] = ACTIONS(2166),
    [anon_sym_cast] = ACTIONS(2164),
    [anon_sym_DOLLARtype] = ACTIONS(2166),
    [anon_sym_return] = ACTIONS(2164),
    [anon_sym_untyped] = ACTIONS(2164),
    [anon_sym_break] = ACTIONS(2164),
    [anon_sym_continue] = ACTIONS(2164),
    [anon_sym_LBRACK] = ACTIONS(2166),
    [anon_sym_this] = ACTIONS(2164),
    [anon_sym_AT] = ACTIONS(2164),
    [anon_sym_AT_COLON] = ACTIONS(2166),
    [anon_sym_if] = ACTIONS(2164),
    [anon_sym_new] = ACTIONS(2164),
    [anon_sym_TILDE] = ACTIONS(2166),
    [anon_sym_BANG] = ACTIONS(2164),
    [anon_sym_DASH] = ACTIONS(2164),
    [anon_sym_PLUS_PLUS] = ACTIONS(2166),
    [anon_sym_DASH_DASH] = ACTIONS(2166),
    [anon_sym_PERCENT] = ACTIONS(2166),
    [anon_sym_STAR] = ACTIONS(2166),
    [anon_sym_SLASH] = ACTIONS(2164),
    [anon_sym_PLUS] = ACTIONS(2164),
    [anon_sym_LT_LT] = ACTIONS(2166),
    [anon_sym_GT_GT] = ACTIONS(2164),
    [anon_sym_GT_GT_GT] = ACTIONS(2166),
    [anon_sym_AMP] = ACTIONS(2164),
    [anon_sym_PIPE] = ACTIONS(2164),
    [anon_sym_CARET] = ACTIONS(2166),
    [anon_sym_AMP_AMP] = ACTIONS(2166),
    [anon_sym_PIPE_PIPE] = ACTIONS(2166),
    [anon_sym_EQ_EQ] = ACTIONS(2166),
    [anon_sym_BANG_EQ] = ACTIONS(2166),
    [anon_sym_LT] = ACTIONS(2164),
    [anon_sym_LT_EQ] = ACTIONS(2166),
    [anon_sym_GT] = ACTIONS(2164),
    [anon_sym_GT_EQ] = ACTIONS(2166),
    [anon_sym_EQ_GT] = ACTIONS(2166),
    [anon_sym_QMARK_QMARK] = ACTIONS(2166),
    [anon_sym_EQ] = ACTIONS(2164),
    [sym__rangeOperator] = ACTIONS(2166),
    [anon_sym_null] = ACTIONS(2164),
    [anon_sym_macro] = ACTIONS(2164),
    [anon_sym_abstract] = ACTIONS(2164),
    [anon_sym_static] = ACTIONS(2164),
    [anon_sym_public] = ACTIONS(2164),
    [anon_sym_private] = ACTIONS(2164),
    [anon_sym_extern] = ACTIONS(2164),
    [anon_sym_inline] = ACTIONS(2164),
    [anon_sym_overload] = ACTIONS(2164),
    [anon_sym_override] = ACTIONS(2164),
    [anon_sym_final] = ACTIONS(2164),
    [anon_sym_class] = ACTIONS(2164),
    [anon_sym_interface] = ACTIONS(2164),
    [anon_sym_typedef] = ACTIONS(2164),
    [anon_sym_function] = ACTIONS(2164),
    [anon_sym_var] = ACTIONS(2164),
    [aux_sym_integer_token1] = ACTIONS(2164),
    [aux_sym_integer_token2] = ACTIONS(2166),
    [aux_sym_float_token1] = ACTIONS(2164),
    [aux_sym_float_token2] = ACTIONS(2166),
    [anon_sym_true] = ACTIONS(2164),
    [anon_sym_false] = ACTIONS(2164),
    [aux_sym_string_token1] = ACTIONS(2166),
    [aux_sym_string_token3] = ACTIONS(2166),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [501] = {
    [ts_builtin_sym_end] = ACTIONS(2178),
    [sym_identifier] = ACTIONS(2176),
    [anon_sym_POUND] = ACTIONS(2178),
    [anon_sym_package] = ACTIONS(2176),
    [anon_sym_import] = ACTIONS(2176),
    [anon_sym_using] = ACTIONS(2176),
    [anon_sym_throw] = ACTIONS(2176),
    [anon_sym_LPAREN] = ACTIONS(2178),
    [anon_sym_switch] = ACTIONS(2176),
    [anon_sym_LBRACE] = ACTIONS(2178),
    [anon_sym_cast] = ACTIONS(2176),
    [anon_sym_DOLLARtype] = ACTIONS(2178),
    [anon_sym_return] = ACTIONS(2176),
    [anon_sym_untyped] = ACTIONS(2176),
    [anon_sym_break] = ACTIONS(2176),
    [anon_sym_continue] = ACTIONS(2176),
    [anon_sym_LBRACK] = ACTIONS(2178),
    [anon_sym_this] = ACTIONS(2176),
    [anon_sym_AT] = ACTIONS(2176),
    [anon_sym_AT_COLON] = ACTIONS(2178),
    [anon_sym_if] = ACTIONS(2176),
    [anon_sym_new] = ACTIONS(2176),
    [anon_sym_TILDE] = ACTIONS(2178),
    [anon_sym_BANG] = ACTIONS(2176),
    [anon_sym_DASH] = ACTIONS(2176),
    [anon_sym_PLUS_PLUS] = ACTIONS(2178),
    [anon_sym_DASH_DASH] = ACTIONS(2178),
    [anon_sym_PERCENT] = ACTIONS(2178),
    [anon_sym_STAR] = ACTIONS(2178),
    [anon_sym_SLASH] = ACTIONS(2176),
    [anon_sym_PLUS] = ACTIONS(2176),
    [anon_sym_LT_LT] = ACTIONS(2178),
    [anon_sym_GT_GT] = ACTIONS(2176),
    [anon_sym_GT_GT_GT] = ACTIONS(2178),
    [anon_sym_AMP] = ACTIONS(2176),
    [anon_sym_PIPE] = ACTIONS(2176),
    [anon_sym_CARET] = ACTIONS(2178),
    [anon_sym_AMP_AMP] = ACTIONS(2178),
    [anon_sym_PIPE_PIPE] = ACTIONS(2178),
    [anon_sym_EQ_EQ] = ACTIONS(2178),
    [anon_sym_BANG_EQ] = ACTIONS(2178),
    [anon_sym_LT] = ACTIONS(2176),
    [anon_sym_LT_EQ] = ACTIONS(2178),
    [anon_sym_GT] = ACTIONS(2176),
    [anon_sym_GT_EQ] = ACTIONS(2178),
    [anon_sym_EQ_GT] = ACTIONS(2178),
    [anon_sym_QMARK_QMARK] = ACTIONS(2178),
    [anon_sym_EQ] = ACTIONS(2176),
    [sym__rangeOperator] = ACTIONS(2178),
    [anon_sym_null] = ACTIONS(2176),
    [anon_sym_macro] = ACTIONS(2176),
    [anon_sym_abstract] = ACTIONS(2176),
    [anon_sym_static] = ACTIONS(2176),
    [anon_sym_public] = ACTIONS(2176),
    [anon_sym_private] = ACTIONS(2176),
    [anon_sym_extern] = ACTIONS(2176),
    [anon_sym_inline] = ACTIONS(2176),
    [anon_sym_overload] = ACTIONS(2176),
    [anon_sym_override] = ACTIONS(2176),
    [anon_sym_final] = ACTIONS(2176),
    [anon_sym_class] = ACTIONS(2176),
    [anon_sym_interface] = ACTIONS(2176),
    [anon_sym_typedef] = ACTIONS(2176),
    [anon_sym_function] = ACTIONS(2176),
    [anon_sym_var] = ACTIONS(2176),
    [aux_sym_integer_token1] = ACTIONS(2176),
    [aux_sym_integer_token2] = ACTIONS(2178),
    [aux_sym_float_token1] = ACTIONS(2176),
    [aux_sym_float_token2] = ACTIONS(2178),
    [anon_sym_true] = ACTIONS(2176),
    [anon_sym_false] = ACTIONS(2176),
    [aux_sym_string_token1] = ACTIONS(2178),
    [aux_sym_string_token3] = ACTIONS(2178),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [502] = {
    [ts_builtin_sym_end] = ACTIONS(1862),
    [sym_identifier] = ACTIONS(1860),
    [anon_sym_POUND] = ACTIONS(1862),
    [anon_sym_package] = ACTIONS(1860),
    [anon_sym_import] = ACTIONS(1860),
    [anon_sym_using] = ACTIONS(1860),
    [anon_sym_throw] = ACTIONS(1860),
    [anon_sym_LPAREN] = ACTIONS(1862),
    [anon_sym_switch] = ACTIONS(1860),
    [anon_sym_LBRACE] = ACTIONS(1862),
    [anon_sym_cast] = ACTIONS(1860),
    [anon_sym_DOLLARtype] = ACTIONS(1862),
    [anon_sym_return] = ACTIONS(1860),
    [anon_sym_untyped] = ACTIONS(1860),
    [anon_sym_break] = ACTIONS(1860),
    [anon_sym_continue] = ACTIONS(1860),
    [anon_sym_LBRACK] = ACTIONS(1862),
    [anon_sym_this] = ACTIONS(1860),
    [anon_sym_AT] = ACTIONS(1860),
    [anon_sym_AT_COLON] = ACTIONS(1862),
    [anon_sym_if] = ACTIONS(1860),
    [anon_sym_new] = ACTIONS(1860),
    [anon_sym_TILDE] = ACTIONS(1862),
    [anon_sym_BANG] = ACTIONS(1860),
    [anon_sym_DASH] = ACTIONS(1860),
    [anon_sym_PLUS_PLUS] = ACTIONS(1862),
    [anon_sym_DASH_DASH] = ACTIONS(1862),
    [anon_sym_PERCENT] = ACTIONS(1862),
    [anon_sym_STAR] = ACTIONS(1862),
    [anon_sym_SLASH] = ACTIONS(1860),
    [anon_sym_PLUS] = ACTIONS(1860),
    [anon_sym_LT_LT] = ACTIONS(1862),
    [anon_sym_GT_GT] = ACTIONS(1860),
    [anon_sym_GT_GT_GT] = ACTIONS(1862),
    [anon_sym_AMP] = ACTIONS(1860),
    [anon_sym_PIPE] = ACTIONS(1860),
    [anon_sym_CARET] = ACTIONS(1862),
    [anon_sym_AMP_AMP] = ACTIONS(1862),
    [anon_sym_PIPE_PIPE] = ACTIONS(1862),
    [anon_sym_EQ_EQ] = ACTIONS(1862),
    [anon_sym_BANG_EQ] = ACTIONS(1862),
    [anon_sym_LT] = ACTIONS(1860),
    [anon_sym_LT_EQ] = ACTIONS(1862),
    [anon_sym_GT] = ACTIONS(1860),
    [anon_sym_GT_EQ] = ACTIONS(1862),
    [anon_sym_EQ_GT] = ACTIONS(1862),
    [anon_sym_QMARK_QMARK] = ACTIONS(1862),
    [anon_sym_EQ] = ACTIONS(1860),
    [sym__rangeOperator] = ACTIONS(1862),
    [anon_sym_null] = ACTIONS(1860),
    [anon_sym_macro] = ACTIONS(1860),
    [anon_sym_abstract] = ACTIONS(1860),
    [anon_sym_static] = ACTIONS(1860),
    [anon_sym_public] = ACTIONS(1860),
    [anon_sym_private] = ACTIONS(1860),
    [anon_sym_extern] = ACTIONS(1860),
    [anon_sym_inline] = ACTIONS(1860),
    [anon_sym_overload] = ACTIONS(1860),
    [anon_sym_override] = ACTIONS(1860),
    [anon_sym_final] = ACTIONS(1860),
    [anon_sym_class] = ACTIONS(1860),
    [anon_sym_interface] = ACTIONS(1860),
    [anon_sym_typedef] = ACTIONS(1860),
    [anon_sym_function] = ACTIONS(1860),
    [anon_sym_var] = ACTIONS(1860),
    [aux_sym_integer_token1] = ACTIONS(1860),
    [aux_sym_integer_token2] = ACTIONS(1862),
    [aux_sym_float_token1] = ACTIONS(1860),
    [aux_sym_float_token2] = ACTIONS(1862),
    [anon_sym_true] = ACTIONS(1860),
    [anon_sym_false] = ACTIONS(1860),
    [aux_sym_string_token1] = ACTIONS(1862),
    [aux_sym_string_token3] = ACTIONS(1862),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [503] = {
    [ts_builtin_sym_end] = ACTIONS(2122),
    [sym_identifier] = ACTIONS(2120),
    [anon_sym_POUND] = ACTIONS(2122),
    [anon_sym_package] = ACTIONS(2120),
    [anon_sym_import] = ACTIONS(2120),
    [anon_sym_using] = ACTIONS(2120),
    [anon_sym_throw] = ACTIONS(2120),
    [anon_sym_LPAREN] = ACTIONS(2122),
    [anon_sym_switch] = ACTIONS(2120),
    [anon_sym_LBRACE] = ACTIONS(2122),
    [anon_sym_cast] = ACTIONS(2120),
    [anon_sym_DOLLARtype] = ACTIONS(2122),
    [anon_sym_return] = ACTIONS(2120),
    [anon_sym_untyped] = ACTIONS(2120),
    [anon_sym_break] = ACTIONS(2120),
    [anon_sym_continue] = ACTIONS(2120),
    [anon_sym_LBRACK] = ACTIONS(2122),
    [anon_sym_this] = ACTIONS(2120),
    [anon_sym_AT] = ACTIONS(2120),
    [anon_sym_AT_COLON] = ACTIONS(2122),
    [anon_sym_if] = ACTIONS(2120),
    [anon_sym_new] = ACTIONS(2120),
    [anon_sym_TILDE] = ACTIONS(2122),
    [anon_sym_BANG] = ACTIONS(2120),
    [anon_sym_DASH] = ACTIONS(2120),
    [anon_sym_PLUS_PLUS] = ACTIONS(2122),
    [anon_sym_DASH_DASH] = ACTIONS(2122),
    [anon_sym_PERCENT] = ACTIONS(2122),
    [anon_sym_STAR] = ACTIONS(2122),
    [anon_sym_SLASH] = ACTIONS(2120),
    [anon_sym_PLUS] = ACTIONS(2120),
    [anon_sym_LT_LT] = ACTIONS(2122),
    [anon_sym_GT_GT] = ACTIONS(2120),
    [anon_sym_GT_GT_GT] = ACTIONS(2122),
    [anon_sym_AMP] = ACTIONS(2120),
    [anon_sym_PIPE] = ACTIONS(2120),
    [anon_sym_CARET] = ACTIONS(2122),
    [anon_sym_AMP_AMP] = ACTIONS(2122),
    [anon_sym_PIPE_PIPE] = ACTIONS(2122),
    [anon_sym_EQ_EQ] = ACTIONS(2122),
    [anon_sym_BANG_EQ] = ACTIONS(2122),
    [anon_sym_LT] = ACTIONS(2120),
    [anon_sym_LT_EQ] = ACTIONS(2122),
    [anon_sym_GT] = ACTIONS(2120),
    [anon_sym_GT_EQ] = ACTIONS(2122),
    [anon_sym_EQ_GT] = ACTIONS(2122),
    [anon_sym_QMARK_QMARK] = ACTIONS(2122),
    [anon_sym_EQ] = ACTIONS(2120),
    [sym__rangeOperator] = ACTIONS(2122),
    [anon_sym_null] = ACTIONS(2120),
    [anon_sym_macro] = ACTIONS(2120),
    [anon_sym_abstract] = ACTIONS(2120),
    [anon_sym_static] = ACTIONS(2120),
    [anon_sym_public] = ACTIONS(2120),
    [anon_sym_private] = ACTIONS(2120),
    [anon_sym_extern] = ACTIONS(2120),
    [anon_sym_inline] = ACTIONS(2120),
    [anon_sym_overload] = ACTIONS(2120),
    [anon_sym_override] = ACTIONS(2120),
    [anon_sym_final] = ACTIONS(2120),
    [anon_sym_class] = ACTIONS(2120),
    [anon_sym_interface] = ACTIONS(2120),
    [anon_sym_typedef] = ACTIONS(2120),
    [anon_sym_function] = ACTIONS(2120),
    [anon_sym_var] = ACTIONS(2120),
    [aux_sym_integer_token1] = ACTIONS(2120),
    [aux_sym_integer_token2] = ACTIONS(2122),
    [aux_sym_float_token1] = ACTIONS(2120),
    [aux_sym_float_token2] = ACTIONS(2122),
    [anon_sym_true] = ACTIONS(2120),
    [anon_sym_false] = ACTIONS(2120),
    [aux_sym_string_token1] = ACTIONS(2122),
    [aux_sym_string_token3] = ACTIONS(2122),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [504] = {
    [ts_builtin_sym_end] = ACTIONS(1986),
    [sym_identifier] = ACTIONS(1984),
    [anon_sym_POUND] = ACTIONS(1986),
    [anon_sym_package] = ACTIONS(1984),
    [anon_sym_import] = ACTIONS(1984),
    [anon_sym_using] = ACTIONS(1984),
    [anon_sym_throw] = ACTIONS(1984),
    [anon_sym_LPAREN] = ACTIONS(1986),
    [anon_sym_switch] = ACTIONS(1984),
    [anon_sym_LBRACE] = ACTIONS(1986),
    [anon_sym_cast] = ACTIONS(1984),
    [anon_sym_DOLLARtype] = ACTIONS(1986),
    [anon_sym_return] = ACTIONS(1984),
    [anon_sym_untyped] = ACTIONS(1984),
    [anon_sym_break] = ACTIONS(1984),
    [anon_sym_continue] = ACTIONS(1984),
    [anon_sym_LBRACK] = ACTIONS(1986),
    [anon_sym_this] = ACTIONS(1984),
    [anon_sym_AT] = ACTIONS(1984),
    [anon_sym_AT_COLON] = ACTIONS(1986),
    [anon_sym_if] = ACTIONS(1984),
    [anon_sym_new] = ACTIONS(1984),
    [anon_sym_TILDE] = ACTIONS(1986),
    [anon_sym_BANG] = ACTIONS(1984),
    [anon_sym_DASH] = ACTIONS(1984),
    [anon_sym_PLUS_PLUS] = ACTIONS(1986),
    [anon_sym_DASH_DASH] = ACTIONS(1986),
    [anon_sym_PERCENT] = ACTIONS(1986),
    [anon_sym_STAR] = ACTIONS(1986),
    [anon_sym_SLASH] = ACTIONS(1984),
    [anon_sym_PLUS] = ACTIONS(1984),
    [anon_sym_LT_LT] = ACTIONS(1986),
    [anon_sym_GT_GT] = ACTIONS(1984),
    [anon_sym_GT_GT_GT] = ACTIONS(1986),
    [anon_sym_AMP] = ACTIONS(1984),
    [anon_sym_PIPE] = ACTIONS(1984),
    [anon_sym_CARET] = ACTIONS(1986),
    [anon_sym_AMP_AMP] = ACTIONS(1986),
    [anon_sym_PIPE_PIPE] = ACTIONS(1986),
    [anon_sym_EQ_EQ] = ACTIONS(1986),
    [anon_sym_BANG_EQ] = ACTIONS(1986),
    [anon_sym_LT] = ACTIONS(1984),
    [anon_sym_LT_EQ] = ACTIONS(1986),
    [anon_sym_GT] = ACTIONS(1984),
    [anon_sym_GT_EQ] = ACTIONS(1986),
    [anon_sym_EQ_GT] = ACTIONS(1986),
    [anon_sym_QMARK_QMARK] = ACTIONS(1986),
    [anon_sym_EQ] = ACTIONS(1984),
    [sym__rangeOperator] = ACTIONS(1986),
    [anon_sym_null] = ACTIONS(1984),
    [anon_sym_macro] = ACTIONS(1984),
    [anon_sym_abstract] = ACTIONS(1984),
    [anon_sym_static] = ACTIONS(1984),
    [anon_sym_public] = ACTIONS(1984),
    [anon_sym_private] = ACTIONS(1984),
    [anon_sym_extern] = ACTIONS(1984),
    [anon_sym_inline] = ACTIONS(1984),
    [anon_sym_overload] = ACTIONS(1984),
    [anon_sym_override] = ACTIONS(1984),
    [anon_sym_final] = ACTIONS(1984),
    [anon_sym_class] = ACTIONS(1984),
    [anon_sym_interface] = ACTIONS(1984),
    [anon_sym_typedef] = ACTIONS(1984),
    [anon_sym_function] = ACTIONS(1984),
    [anon_sym_var] = ACTIONS(1984),
    [aux_sym_integer_token1] = ACTIONS(1984),
    [aux_sym_integer_token2] = ACTIONS(1986),
    [aux_sym_float_token1] = ACTIONS(1984),
    [aux_sym_float_token2] = ACTIONS(1986),
    [anon_sym_true] = ACTIONS(1984),
    [anon_sym_false] = ACTIONS(1984),
    [aux_sym_string_token1] = ACTIONS(1986),
    [aux_sym_string_token3] = ACTIONS(1986),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [505] = {
    [ts_builtin_sym_end] = ACTIONS(2266),
    [sym_identifier] = ACTIONS(2264),
    [anon_sym_POUND] = ACTIONS(2266),
    [anon_sym_package] = ACTIONS(2264),
    [anon_sym_import] = ACTIONS(2264),
    [anon_sym_using] = ACTIONS(2264),
    [anon_sym_throw] = ACTIONS(2264),
    [anon_sym_LPAREN] = ACTIONS(2266),
    [anon_sym_switch] = ACTIONS(2264),
    [anon_sym_LBRACE] = ACTIONS(2266),
    [anon_sym_cast] = ACTIONS(2264),
    [anon_sym_DOLLARtype] = ACTIONS(2266),
    [anon_sym_return] = ACTIONS(2264),
    [anon_sym_untyped] = ACTIONS(2264),
    [anon_sym_break] = ACTIONS(2264),
    [anon_sym_continue] = ACTIONS(2264),
    [anon_sym_LBRACK] = ACTIONS(2266),
    [anon_sym_this] = ACTIONS(2264),
    [anon_sym_AT] = ACTIONS(2264),
    [anon_sym_AT_COLON] = ACTIONS(2266),
    [anon_sym_if] = ACTIONS(2264),
    [anon_sym_new] = ACTIONS(2264),
    [anon_sym_TILDE] = ACTIONS(2266),
    [anon_sym_BANG] = ACTIONS(2264),
    [anon_sym_DASH] = ACTIONS(2264),
    [anon_sym_PLUS_PLUS] = ACTIONS(2266),
    [anon_sym_DASH_DASH] = ACTIONS(2266),
    [anon_sym_PERCENT] = ACTIONS(2266),
    [anon_sym_STAR] = ACTIONS(2266),
    [anon_sym_SLASH] = ACTIONS(2264),
    [anon_sym_PLUS] = ACTIONS(2264),
    [anon_sym_LT_LT] = ACTIONS(2266),
    [anon_sym_GT_GT] = ACTIONS(2264),
    [anon_sym_GT_GT_GT] = ACTIONS(2266),
    [anon_sym_AMP] = ACTIONS(2264),
    [anon_sym_PIPE] = ACTIONS(2264),
    [anon_sym_CARET] = ACTIONS(2266),
    [anon_sym_AMP_AMP] = ACTIONS(2266),
    [anon_sym_PIPE_PIPE] = ACTIONS(2266),
    [anon_sym_EQ_EQ] = ACTIONS(2266),
    [anon_sym_BANG_EQ] = ACTIONS(2266),
    [anon_sym_LT] = ACTIONS(2264),
    [anon_sym_LT_EQ] = ACTIONS(2266),
    [anon_sym_GT] = ACTIONS(2264),
    [anon_sym_GT_EQ] = ACTIONS(2266),
    [anon_sym_EQ_GT] = ACTIONS(2266),
    [anon_sym_QMARK_QMARK] = ACTIONS(2266),
    [anon_sym_EQ] = ACTIONS(2264),
    [sym__rangeOperator] = ACTIONS(2266),
    [anon_sym_null] = ACTIONS(2264),
    [anon_sym_macro] = ACTIONS(2264),
    [anon_sym_abstract] = ACTIONS(2264),
    [anon_sym_static] = ACTIONS(2264),
    [anon_sym_public] = ACTIONS(2264),
    [anon_sym_private] = ACTIONS(2264),
    [anon_sym_extern] = ACTIONS(2264),
    [anon_sym_inline] = ACTIONS(2264),
    [anon_sym_overload] = ACTIONS(2264),
    [anon_sym_override] = ACTIONS(2264),
    [anon_sym_final] = ACTIONS(2264),
    [anon_sym_class] = ACTIONS(2264),
    [anon_sym_interface] = ACTIONS(2264),
    [anon_sym_typedef] = ACTIONS(2264),
    [anon_sym_function] = ACTIONS(2264),
    [anon_sym_var] = ACTIONS(2264),
    [aux_sym_integer_token1] = ACTIONS(2264),
    [aux_sym_integer_token2] = ACTIONS(2266),
    [aux_sym_float_token1] = ACTIONS(2264),
    [aux_sym_float_token2] = ACTIONS(2266),
    [anon_sym_true] = ACTIONS(2264),
    [anon_sym_false] = ACTIONS(2264),
    [aux_sym_string_token1] = ACTIONS(2266),
    [aux_sym_string_token3] = ACTIONS(2266),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [506] = {
    [ts_builtin_sym_end] = ACTIONS(2150),
    [sym_identifier] = ACTIONS(2148),
    [anon_sym_POUND] = ACTIONS(2150),
    [anon_sym_package] = ACTIONS(2148),
    [anon_sym_import] = ACTIONS(2148),
    [anon_sym_using] = ACTIONS(2148),
    [anon_sym_throw] = ACTIONS(2148),
    [anon_sym_LPAREN] = ACTIONS(2150),
    [anon_sym_switch] = ACTIONS(2148),
    [anon_sym_LBRACE] = ACTIONS(2150),
    [anon_sym_cast] = ACTIONS(2148),
    [anon_sym_DOLLARtype] = ACTIONS(2150),
    [anon_sym_return] = ACTIONS(2148),
    [anon_sym_untyped] = ACTIONS(2148),
    [anon_sym_break] = ACTIONS(2148),
    [anon_sym_continue] = ACTIONS(2148),
    [anon_sym_LBRACK] = ACTIONS(2150),
    [anon_sym_this] = ACTIONS(2148),
    [anon_sym_AT] = ACTIONS(2148),
    [anon_sym_AT_COLON] = ACTIONS(2150),
    [anon_sym_if] = ACTIONS(2148),
    [anon_sym_new] = ACTIONS(2148),
    [anon_sym_TILDE] = ACTIONS(2150),
    [anon_sym_BANG] = ACTIONS(2148),
    [anon_sym_DASH] = ACTIONS(2148),
    [anon_sym_PLUS_PLUS] = ACTIONS(2150),
    [anon_sym_DASH_DASH] = ACTIONS(2150),
    [anon_sym_PERCENT] = ACTIONS(2150),
    [anon_sym_STAR] = ACTIONS(2150),
    [anon_sym_SLASH] = ACTIONS(2148),
    [anon_sym_PLUS] = ACTIONS(2148),
    [anon_sym_LT_LT] = ACTIONS(2150),
    [anon_sym_GT_GT] = ACTIONS(2148),
    [anon_sym_GT_GT_GT] = ACTIONS(2150),
    [anon_sym_AMP] = ACTIONS(2148),
    [anon_sym_PIPE] = ACTIONS(2148),
    [anon_sym_CARET] = ACTIONS(2150),
    [anon_sym_AMP_AMP] = ACTIONS(2150),
    [anon_sym_PIPE_PIPE] = ACTIONS(2150),
    [anon_sym_EQ_EQ] = ACTIONS(2150),
    [anon_sym_BANG_EQ] = ACTIONS(2150),
    [anon_sym_LT] = ACTIONS(2148),
    [anon_sym_LT_EQ] = ACTIONS(2150),
    [anon_sym_GT] = ACTIONS(2148),
    [anon_sym_GT_EQ] = ACTIONS(2150),
    [anon_sym_EQ_GT] = ACTIONS(2150),
    [anon_sym_QMARK_QMARK] = ACTIONS(2150),
    [anon_sym_EQ] = ACTIONS(2148),
    [sym__rangeOperator] = ACTIONS(2150),
    [anon_sym_null] = ACTIONS(2148),
    [anon_sym_macro] = ACTIONS(2148),
    [anon_sym_abstract] = ACTIONS(2148),
    [anon_sym_static] = ACTIONS(2148),
    [anon_sym_public] = ACTIONS(2148),
    [anon_sym_private] = ACTIONS(2148),
    [anon_sym_extern] = ACTIONS(2148),
    [anon_sym_inline] = ACTIONS(2148),
    [anon_sym_overload] = ACTIONS(2148),
    [anon_sym_override] = ACTIONS(2148),
    [anon_sym_final] = ACTIONS(2148),
    [anon_sym_class] = ACTIONS(2148),
    [anon_sym_interface] = ACTIONS(2148),
    [anon_sym_typedef] = ACTIONS(2148),
    [anon_sym_function] = ACTIONS(2148),
    [anon_sym_var] = ACTIONS(2148),
    [aux_sym_integer_token1] = ACTIONS(2148),
    [aux_sym_integer_token2] = ACTIONS(2150),
    [aux_sym_float_token1] = ACTIONS(2148),
    [aux_sym_float_token2] = ACTIONS(2150),
    [anon_sym_true] = ACTIONS(2148),
    [anon_sym_false] = ACTIONS(2148),
    [aux_sym_string_token1] = ACTIONS(2150),
    [aux_sym_string_token3] = ACTIONS(2150),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [507] = {
    [ts_builtin_sym_end] = ACTIONS(2282),
    [sym_identifier] = ACTIONS(2280),
    [anon_sym_POUND] = ACTIONS(2282),
    [anon_sym_package] = ACTIONS(2280),
    [anon_sym_import] = ACTIONS(2280),
    [anon_sym_using] = ACTIONS(2280),
    [anon_sym_throw] = ACTIONS(2280),
    [anon_sym_LPAREN] = ACTIONS(2282),
    [anon_sym_switch] = ACTIONS(2280),
    [anon_sym_LBRACE] = ACTIONS(2282),
    [anon_sym_cast] = ACTIONS(2280),
    [anon_sym_DOLLARtype] = ACTIONS(2282),
    [anon_sym_return] = ACTIONS(2280),
    [anon_sym_untyped] = ACTIONS(2280),
    [anon_sym_break] = ACTIONS(2280),
    [anon_sym_continue] = ACTIONS(2280),
    [anon_sym_LBRACK] = ACTIONS(2282),
    [anon_sym_this] = ACTIONS(2280),
    [anon_sym_AT] = ACTIONS(2280),
    [anon_sym_AT_COLON] = ACTIONS(2282),
    [anon_sym_if] = ACTIONS(2280),
    [anon_sym_new] = ACTIONS(2280),
    [anon_sym_TILDE] = ACTIONS(2282),
    [anon_sym_BANG] = ACTIONS(2280),
    [anon_sym_DASH] = ACTIONS(2280),
    [anon_sym_PLUS_PLUS] = ACTIONS(2282),
    [anon_sym_DASH_DASH] = ACTIONS(2282),
    [anon_sym_PERCENT] = ACTIONS(2282),
    [anon_sym_STAR] = ACTIONS(2282),
    [anon_sym_SLASH] = ACTIONS(2280),
    [anon_sym_PLUS] = ACTIONS(2280),
    [anon_sym_LT_LT] = ACTIONS(2282),
    [anon_sym_GT_GT] = ACTIONS(2280),
    [anon_sym_GT_GT_GT] = ACTIONS(2282),
    [anon_sym_AMP] = ACTIONS(2280),
    [anon_sym_PIPE] = ACTIONS(2280),
    [anon_sym_CARET] = ACTIONS(2282),
    [anon_sym_AMP_AMP] = ACTIONS(2282),
    [anon_sym_PIPE_PIPE] = ACTIONS(2282),
    [anon_sym_EQ_EQ] = ACTIONS(2282),
    [anon_sym_BANG_EQ] = ACTIONS(2282),
    [anon_sym_LT] = ACTIONS(2280),
    [anon_sym_LT_EQ] = ACTIONS(2282),
    [anon_sym_GT] = ACTIONS(2280),
    [anon_sym_GT_EQ] = ACTIONS(2282),
    [anon_sym_EQ_GT] = ACTIONS(2282),
    [anon_sym_QMARK_QMARK] = ACTIONS(2282),
    [anon_sym_EQ] = ACTIONS(2280),
    [sym__rangeOperator] = ACTIONS(2282),
    [anon_sym_null] = ACTIONS(2280),
    [anon_sym_macro] = ACTIONS(2280),
    [anon_sym_abstract] = ACTIONS(2280),
    [anon_sym_static] = ACTIONS(2280),
    [anon_sym_public] = ACTIONS(2280),
    [anon_sym_private] = ACTIONS(2280),
    [anon_sym_extern] = ACTIONS(2280),
    [anon_sym_inline] = ACTIONS(2280),
    [anon_sym_overload] = ACTIONS(2280),
    [anon_sym_override] = ACTIONS(2280),
    [anon_sym_final] = ACTIONS(2280),
    [anon_sym_class] = ACTIONS(2280),
    [anon_sym_interface] = ACTIONS(2280),
    [anon_sym_typedef] = ACTIONS(2280),
    [anon_sym_function] = ACTIONS(2280),
    [anon_sym_var] = ACTIONS(2280),
    [aux_sym_integer_token1] = ACTIONS(2280),
    [aux_sym_integer_token2] = ACTIONS(2282),
    [aux_sym_float_token1] = ACTIONS(2280),
    [aux_sym_float_token2] = ACTIONS(2282),
    [anon_sym_true] = ACTIONS(2280),
    [anon_sym_false] = ACTIONS(2280),
    [aux_sym_string_token1] = ACTIONS(2282),
    [aux_sym_string_token3] = ACTIONS(2282),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [508] = {
    [ts_builtin_sym_end] = ACTIONS(2310),
    [sym_identifier] = ACTIONS(2308),
    [anon_sym_POUND] = ACTIONS(2310),
    [anon_sym_package] = ACTIONS(2308),
    [anon_sym_import] = ACTIONS(2308),
    [anon_sym_using] = ACTIONS(2308),
    [anon_sym_throw] = ACTIONS(2308),
    [anon_sym_LPAREN] = ACTIONS(2310),
    [anon_sym_switch] = ACTIONS(2308),
    [anon_sym_LBRACE] = ACTIONS(2310),
    [anon_sym_cast] = ACTIONS(2308),
    [anon_sym_DOLLARtype] = ACTIONS(2310),
    [anon_sym_return] = ACTIONS(2308),
    [anon_sym_untyped] = ACTIONS(2308),
    [anon_sym_break] = ACTIONS(2308),
    [anon_sym_continue] = ACTIONS(2308),
    [anon_sym_LBRACK] = ACTIONS(2310),
    [anon_sym_this] = ACTIONS(2308),
    [anon_sym_AT] = ACTIONS(2308),
    [anon_sym_AT_COLON] = ACTIONS(2310),
    [anon_sym_if] = ACTIONS(2308),
    [anon_sym_new] = ACTIONS(2308),
    [anon_sym_TILDE] = ACTIONS(2310),
    [anon_sym_BANG] = ACTIONS(2308),
    [anon_sym_DASH] = ACTIONS(2308),
    [anon_sym_PLUS_PLUS] = ACTIONS(2310),
    [anon_sym_DASH_DASH] = ACTIONS(2310),
    [anon_sym_PERCENT] = ACTIONS(2310),
    [anon_sym_STAR] = ACTIONS(2310),
    [anon_sym_SLASH] = ACTIONS(2308),
    [anon_sym_PLUS] = ACTIONS(2308),
    [anon_sym_LT_LT] = ACTIONS(2310),
    [anon_sym_GT_GT] = ACTIONS(2308),
    [anon_sym_GT_GT_GT] = ACTIONS(2310),
    [anon_sym_AMP] = ACTIONS(2308),
    [anon_sym_PIPE] = ACTIONS(2308),
    [anon_sym_CARET] = ACTIONS(2310),
    [anon_sym_AMP_AMP] = ACTIONS(2310),
    [anon_sym_PIPE_PIPE] = ACTIONS(2310),
    [anon_sym_EQ_EQ] = ACTIONS(2310),
    [anon_sym_BANG_EQ] = ACTIONS(2310),
    [anon_sym_LT] = ACTIONS(2308),
    [anon_sym_LT_EQ] = ACTIONS(2310),
    [anon_sym_GT] = ACTIONS(2308),
    [anon_sym_GT_EQ] = ACTIONS(2310),
    [anon_sym_EQ_GT] = ACTIONS(2310),
    [anon_sym_QMARK_QMARK] = ACTIONS(2310),
    [anon_sym_EQ] = ACTIONS(2308),
    [sym__rangeOperator] = ACTIONS(2310),
    [anon_sym_null] = ACTIONS(2308),
    [anon_sym_macro] = ACTIONS(2308),
    [anon_sym_abstract] = ACTIONS(2308),
    [anon_sym_static] = ACTIONS(2308),
    [anon_sym_public] = ACTIONS(2308),
    [anon_sym_private] = ACTIONS(2308),
    [anon_sym_extern] = ACTIONS(2308),
    [anon_sym_inline] = ACTIONS(2308),
    [anon_sym_overload] = ACTIONS(2308),
    [anon_sym_override] = ACTIONS(2308),
    [anon_sym_final] = ACTIONS(2308),
    [anon_sym_class] = ACTIONS(2308),
    [anon_sym_interface] = ACTIONS(2308),
    [anon_sym_typedef] = ACTIONS(2308),
    [anon_sym_function] = ACTIONS(2308),
    [anon_sym_var] = ACTIONS(2308),
    [aux_sym_integer_token1] = ACTIONS(2308),
    [aux_sym_integer_token2] = ACTIONS(2310),
    [aux_sym_float_token1] = ACTIONS(2308),
    [aux_sym_float_token2] = ACTIONS(2310),
    [anon_sym_true] = ACTIONS(2308),
    [anon_sym_false] = ACTIONS(2308),
    [aux_sym_string_token1] = ACTIONS(2310),
    [aux_sym_string_token3] = ACTIONS(2310),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [509] = {
    [ts_builtin_sym_end] = ACTIONS(2246),
    [sym_identifier] = ACTIONS(2244),
    [anon_sym_POUND] = ACTIONS(2246),
    [anon_sym_package] = ACTIONS(2244),
    [anon_sym_import] = ACTIONS(2244),
    [anon_sym_using] = ACTIONS(2244),
    [anon_sym_throw] = ACTIONS(2244),
    [anon_sym_LPAREN] = ACTIONS(2246),
    [anon_sym_switch] = ACTIONS(2244),
    [anon_sym_LBRACE] = ACTIONS(2246),
    [anon_sym_cast] = ACTIONS(2244),
    [anon_sym_DOLLARtype] = ACTIONS(2246),
    [anon_sym_return] = ACTIONS(2244),
    [anon_sym_untyped] = ACTIONS(2244),
    [anon_sym_break] = ACTIONS(2244),
    [anon_sym_continue] = ACTIONS(2244),
    [anon_sym_LBRACK] = ACTIONS(2246),
    [anon_sym_this] = ACTIONS(2244),
    [anon_sym_AT] = ACTIONS(2244),
    [anon_sym_AT_COLON] = ACTIONS(2246),
    [anon_sym_if] = ACTIONS(2244),
    [anon_sym_new] = ACTIONS(2244),
    [anon_sym_TILDE] = ACTIONS(2246),
    [anon_sym_BANG] = ACTIONS(2244),
    [anon_sym_DASH] = ACTIONS(2244),
    [anon_sym_PLUS_PLUS] = ACTIONS(2246),
    [anon_sym_DASH_DASH] = ACTIONS(2246),
    [anon_sym_PERCENT] = ACTIONS(2246),
    [anon_sym_STAR] = ACTIONS(2246),
    [anon_sym_SLASH] = ACTIONS(2244),
    [anon_sym_PLUS] = ACTIONS(2244),
    [anon_sym_LT_LT] = ACTIONS(2246),
    [anon_sym_GT_GT] = ACTIONS(2244),
    [anon_sym_GT_GT_GT] = ACTIONS(2246),
    [anon_sym_AMP] = ACTIONS(2244),
    [anon_sym_PIPE] = ACTIONS(2244),
    [anon_sym_CARET] = ACTIONS(2246),
    [anon_sym_AMP_AMP] = ACTIONS(2246),
    [anon_sym_PIPE_PIPE] = ACTIONS(2246),
    [anon_sym_EQ_EQ] = ACTIONS(2246),
    [anon_sym_BANG_EQ] = ACTIONS(2246),
    [anon_sym_LT] = ACTIONS(2244),
    [anon_sym_LT_EQ] = ACTIONS(2246),
    [anon_sym_GT] = ACTIONS(2244),
    [anon_sym_GT_EQ] = ACTIONS(2246),
    [anon_sym_EQ_GT] = ACTIONS(2246),
    [anon_sym_QMARK_QMARK] = ACTIONS(2246),
    [anon_sym_EQ] = ACTIONS(2244),
    [sym__rangeOperator] = ACTIONS(2246),
    [anon_sym_null] = ACTIONS(2244),
    [anon_sym_macro] = ACTIONS(2244),
    [anon_sym_abstract] = ACTIONS(2244),
    [anon_sym_static] = ACTIONS(2244),
    [anon_sym_public] = ACTIONS(2244),
    [anon_sym_private] = ACTIONS(2244),
    [anon_sym_extern] = ACTIONS(2244),
    [anon_sym_inline] = ACTIONS(2244),
    [anon_sym_overload] = ACTIONS(2244),
    [anon_sym_override] = ACTIONS(2244),
    [anon_sym_final] = ACTIONS(2244),
    [anon_sym_class] = ACTIONS(2244),
    [anon_sym_interface] = ACTIONS(2244),
    [anon_sym_typedef] = ACTIONS(2244),
    [anon_sym_function] = ACTIONS(2244),
    [anon_sym_var] = ACTIONS(2244),
    [aux_sym_integer_token1] = ACTIONS(2244),
    [aux_sym_integer_token2] = ACTIONS(2246),
    [aux_sym_float_token1] = ACTIONS(2244),
    [aux_sym_float_token2] = ACTIONS(2246),
    [anon_sym_true] = ACTIONS(2244),
    [anon_sym_false] = ACTIONS(2244),
    [aux_sym_string_token1] = ACTIONS(2246),
    [aux_sym_string_token3] = ACTIONS(2246),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [510] = {
    [ts_builtin_sym_end] = ACTIONS(1858),
    [sym_identifier] = ACTIONS(1856),
    [anon_sym_POUND] = ACTIONS(1858),
    [anon_sym_package] = ACTIONS(1856),
    [anon_sym_import] = ACTIONS(1856),
    [anon_sym_using] = ACTIONS(1856),
    [anon_sym_throw] = ACTIONS(1856),
    [anon_sym_LPAREN] = ACTIONS(1858),
    [anon_sym_switch] = ACTIONS(1856),
    [anon_sym_LBRACE] = ACTIONS(1858),
    [anon_sym_cast] = ACTIONS(1856),
    [anon_sym_DOLLARtype] = ACTIONS(1858),
    [anon_sym_return] = ACTIONS(1856),
    [anon_sym_untyped] = ACTIONS(1856),
    [anon_sym_break] = ACTIONS(1856),
    [anon_sym_continue] = ACTIONS(1856),
    [anon_sym_LBRACK] = ACTIONS(1858),
    [anon_sym_this] = ACTIONS(1856),
    [anon_sym_AT] = ACTIONS(1856),
    [anon_sym_AT_COLON] = ACTIONS(1858),
    [anon_sym_if] = ACTIONS(1856),
    [anon_sym_new] = ACTIONS(1856),
    [anon_sym_TILDE] = ACTIONS(1858),
    [anon_sym_BANG] = ACTIONS(1856),
    [anon_sym_DASH] = ACTIONS(1856),
    [anon_sym_PLUS_PLUS] = ACTIONS(1858),
    [anon_sym_DASH_DASH] = ACTIONS(1858),
    [anon_sym_PERCENT] = ACTIONS(1858),
    [anon_sym_STAR] = ACTIONS(1858),
    [anon_sym_SLASH] = ACTIONS(1856),
    [anon_sym_PLUS] = ACTIONS(1856),
    [anon_sym_LT_LT] = ACTIONS(1858),
    [anon_sym_GT_GT] = ACTIONS(1856),
    [anon_sym_GT_GT_GT] = ACTIONS(1858),
    [anon_sym_AMP] = ACTIONS(1856),
    [anon_sym_PIPE] = ACTIONS(1856),
    [anon_sym_CARET] = ACTIONS(1858),
    [anon_sym_AMP_AMP] = ACTIONS(1858),
    [anon_sym_PIPE_PIPE] = ACTIONS(1858),
    [anon_sym_EQ_EQ] = ACTIONS(1858),
    [anon_sym_BANG_EQ] = ACTIONS(1858),
    [anon_sym_LT] = ACTIONS(1856),
    [anon_sym_LT_EQ] = ACTIONS(1858),
    [anon_sym_GT] = ACTIONS(1856),
    [anon_sym_GT_EQ] = ACTIONS(1858),
    [anon_sym_EQ_GT] = ACTIONS(1858),
    [anon_sym_QMARK_QMARK] = ACTIONS(1858),
    [anon_sym_EQ] = ACTIONS(1856),
    [sym__rangeOperator] = ACTIONS(1858),
    [anon_sym_null] = ACTIONS(1856),
    [anon_sym_macro] = ACTIONS(1856),
    [anon_sym_abstract] = ACTIONS(1856),
    [anon_sym_static] = ACTIONS(1856),
    [anon_sym_public] = ACTIONS(1856),
    [anon_sym_private] = ACTIONS(1856),
    [anon_sym_extern] = ACTIONS(1856),
    [anon_sym_inline] = ACTIONS(1856),
    [anon_sym_overload] = ACTIONS(1856),
    [anon_sym_override] = ACTIONS(1856),
    [anon_sym_final] = ACTIONS(1856),
    [anon_sym_class] = ACTIONS(1856),
    [anon_sym_interface] = ACTIONS(1856),
    [anon_sym_typedef] = ACTIONS(1856),
    [anon_sym_function] = ACTIONS(1856),
    [anon_sym_var] = ACTIONS(1856),
    [aux_sym_integer_token1] = ACTIONS(1856),
    [aux_sym_integer_token2] = ACTIONS(1858),
    [aux_sym_float_token1] = ACTIONS(1856),
    [aux_sym_float_token2] = ACTIONS(1858),
    [anon_sym_true] = ACTIONS(1856),
    [anon_sym_false] = ACTIONS(1856),
    [aux_sym_string_token1] = ACTIONS(1858),
    [aux_sym_string_token3] = ACTIONS(1858),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [511] = {
    [ts_builtin_sym_end] = ACTIONS(2154),
    [sym_identifier] = ACTIONS(2152),
    [anon_sym_POUND] = ACTIONS(2154),
    [anon_sym_package] = ACTIONS(2152),
    [anon_sym_import] = ACTIONS(2152),
    [anon_sym_using] = ACTIONS(2152),
    [anon_sym_throw] = ACTIONS(2152),
    [anon_sym_LPAREN] = ACTIONS(2154),
    [anon_sym_switch] = ACTIONS(2152),
    [anon_sym_LBRACE] = ACTIONS(2154),
    [anon_sym_cast] = ACTIONS(2152),
    [anon_sym_DOLLARtype] = ACTIONS(2154),
    [anon_sym_return] = ACTIONS(2152),
    [anon_sym_untyped] = ACTIONS(2152),
    [anon_sym_break] = ACTIONS(2152),
    [anon_sym_continue] = ACTIONS(2152),
    [anon_sym_LBRACK] = ACTIONS(2154),
    [anon_sym_this] = ACTIONS(2152),
    [anon_sym_AT] = ACTIONS(2152),
    [anon_sym_AT_COLON] = ACTIONS(2154),
    [anon_sym_if] = ACTIONS(2152),
    [anon_sym_new] = ACTIONS(2152),
    [anon_sym_TILDE] = ACTIONS(2154),
    [anon_sym_BANG] = ACTIONS(2152),
    [anon_sym_DASH] = ACTIONS(2152),
    [anon_sym_PLUS_PLUS] = ACTIONS(2154),
    [anon_sym_DASH_DASH] = ACTIONS(2154),
    [anon_sym_PERCENT] = ACTIONS(2154),
    [anon_sym_STAR] = ACTIONS(2154),
    [anon_sym_SLASH] = ACTIONS(2152),
    [anon_sym_PLUS] = ACTIONS(2152),
    [anon_sym_LT_LT] = ACTIONS(2154),
    [anon_sym_GT_GT] = ACTIONS(2152),
    [anon_sym_GT_GT_GT] = ACTIONS(2154),
    [anon_sym_AMP] = ACTIONS(2152),
    [anon_sym_PIPE] = ACTIONS(2152),
    [anon_sym_CARET] = ACTIONS(2154),
    [anon_sym_AMP_AMP] = ACTIONS(2154),
    [anon_sym_PIPE_PIPE] = ACTIONS(2154),
    [anon_sym_EQ_EQ] = ACTIONS(2154),
    [anon_sym_BANG_EQ] = ACTIONS(2154),
    [anon_sym_LT] = ACTIONS(2152),
    [anon_sym_LT_EQ] = ACTIONS(2154),
    [anon_sym_GT] = ACTIONS(2152),
    [anon_sym_GT_EQ] = ACTIONS(2154),
    [anon_sym_EQ_GT] = ACTIONS(2154),
    [anon_sym_QMARK_QMARK] = ACTIONS(2154),
    [anon_sym_EQ] = ACTIONS(2152),
    [sym__rangeOperator] = ACTIONS(2154),
    [anon_sym_null] = ACTIONS(2152),
    [anon_sym_macro] = ACTIONS(2152),
    [anon_sym_abstract] = ACTIONS(2152),
    [anon_sym_static] = ACTIONS(2152),
    [anon_sym_public] = ACTIONS(2152),
    [anon_sym_private] = ACTIONS(2152),
    [anon_sym_extern] = ACTIONS(2152),
    [anon_sym_inline] = ACTIONS(2152),
    [anon_sym_overload] = ACTIONS(2152),
    [anon_sym_override] = ACTIONS(2152),
    [anon_sym_final] = ACTIONS(2152),
    [anon_sym_class] = ACTIONS(2152),
    [anon_sym_interface] = ACTIONS(2152),
    [anon_sym_typedef] = ACTIONS(2152),
    [anon_sym_function] = ACTIONS(2152),
    [anon_sym_var] = ACTIONS(2152),
    [aux_sym_integer_token1] = ACTIONS(2152),
    [aux_sym_integer_token2] = ACTIONS(2154),
    [aux_sym_float_token1] = ACTIONS(2152),
    [aux_sym_float_token2] = ACTIONS(2154),
    [anon_sym_true] = ACTIONS(2152),
    [anon_sym_false] = ACTIONS(2152),
    [aux_sym_string_token1] = ACTIONS(2154),
    [aux_sym_string_token3] = ACTIONS(2154),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [512] = {
    [ts_builtin_sym_end] = ACTIONS(1998),
    [sym_identifier] = ACTIONS(1996),
    [anon_sym_POUND] = ACTIONS(1998),
    [anon_sym_package] = ACTIONS(1996),
    [anon_sym_import] = ACTIONS(1996),
    [anon_sym_using] = ACTIONS(1996),
    [anon_sym_throw] = ACTIONS(1996),
    [anon_sym_LPAREN] = ACTIONS(1998),
    [anon_sym_switch] = ACTIONS(1996),
    [anon_sym_LBRACE] = ACTIONS(1998),
    [anon_sym_cast] = ACTIONS(1996),
    [anon_sym_DOLLARtype] = ACTIONS(1998),
    [anon_sym_return] = ACTIONS(1996),
    [anon_sym_untyped] = ACTIONS(1996),
    [anon_sym_break] = ACTIONS(1996),
    [anon_sym_continue] = ACTIONS(1996),
    [anon_sym_LBRACK] = ACTIONS(1998),
    [anon_sym_this] = ACTIONS(1996),
    [anon_sym_AT] = ACTIONS(1996),
    [anon_sym_AT_COLON] = ACTIONS(1998),
    [anon_sym_if] = ACTIONS(1996),
    [anon_sym_new] = ACTIONS(1996),
    [anon_sym_TILDE] = ACTIONS(1998),
    [anon_sym_BANG] = ACTIONS(1996),
    [anon_sym_DASH] = ACTIONS(1996),
    [anon_sym_PLUS_PLUS] = ACTIONS(1998),
    [anon_sym_DASH_DASH] = ACTIONS(1998),
    [anon_sym_PERCENT] = ACTIONS(1998),
    [anon_sym_STAR] = ACTIONS(1998),
    [anon_sym_SLASH] = ACTIONS(1996),
    [anon_sym_PLUS] = ACTIONS(1996),
    [anon_sym_LT_LT] = ACTIONS(1998),
    [anon_sym_GT_GT] = ACTIONS(1996),
    [anon_sym_GT_GT_GT] = ACTIONS(1998),
    [anon_sym_AMP] = ACTIONS(1996),
    [anon_sym_PIPE] = ACTIONS(1996),
    [anon_sym_CARET] = ACTIONS(1998),
    [anon_sym_AMP_AMP] = ACTIONS(1998),
    [anon_sym_PIPE_PIPE] = ACTIONS(1998),
    [anon_sym_EQ_EQ] = ACTIONS(1998),
    [anon_sym_BANG_EQ] = ACTIONS(1998),
    [anon_sym_LT] = ACTIONS(1996),
    [anon_sym_LT_EQ] = ACTIONS(1998),
    [anon_sym_GT] = ACTIONS(1996),
    [anon_sym_GT_EQ] = ACTIONS(1998),
    [anon_sym_EQ_GT] = ACTIONS(1998),
    [anon_sym_QMARK_QMARK] = ACTIONS(1998),
    [anon_sym_EQ] = ACTIONS(1996),
    [sym__rangeOperator] = ACTIONS(1998),
    [anon_sym_null] = ACTIONS(1996),
    [anon_sym_macro] = ACTIONS(1996),
    [anon_sym_abstract] = ACTIONS(1996),
    [anon_sym_static] = ACTIONS(1996),
    [anon_sym_public] = ACTIONS(1996),
    [anon_sym_private] = ACTIONS(1996),
    [anon_sym_extern] = ACTIONS(1996),
    [anon_sym_inline] = ACTIONS(1996),
    [anon_sym_overload] = ACTIONS(1996),
    [anon_sym_override] = ACTIONS(1996),
    [anon_sym_final] = ACTIONS(1996),
    [anon_sym_class] = ACTIONS(1996),
    [anon_sym_interface] = ACTIONS(1996),
    [anon_sym_typedef] = ACTIONS(1996),
    [anon_sym_function] = ACTIONS(1996),
    [anon_sym_var] = ACTIONS(1996),
    [aux_sym_integer_token1] = ACTIONS(1996),
    [aux_sym_integer_token2] = ACTIONS(1998),
    [aux_sym_float_token1] = ACTIONS(1996),
    [aux_sym_float_token2] = ACTIONS(1998),
    [anon_sym_true] = ACTIONS(1996),
    [anon_sym_false] = ACTIONS(1996),
    [aux_sym_string_token1] = ACTIONS(1998),
    [aux_sym_string_token3] = ACTIONS(1998),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [513] = {
    [ts_builtin_sym_end] = ACTIONS(1846),
    [sym_identifier] = ACTIONS(1844),
    [anon_sym_POUND] = ACTIONS(1846),
    [anon_sym_package] = ACTIONS(1844),
    [anon_sym_import] = ACTIONS(1844),
    [anon_sym_using] = ACTIONS(1844),
    [anon_sym_throw] = ACTIONS(1844),
    [anon_sym_LPAREN] = ACTIONS(1846),
    [anon_sym_switch] = ACTIONS(1844),
    [anon_sym_LBRACE] = ACTIONS(1846),
    [anon_sym_cast] = ACTIONS(1844),
    [anon_sym_DOLLARtype] = ACTIONS(1846),
    [anon_sym_return] = ACTIONS(1844),
    [anon_sym_untyped] = ACTIONS(1844),
    [anon_sym_break] = ACTIONS(1844),
    [anon_sym_continue] = ACTIONS(1844),
    [anon_sym_LBRACK] = ACTIONS(1846),
    [anon_sym_this] = ACTIONS(1844),
    [anon_sym_AT] = ACTIONS(1844),
    [anon_sym_AT_COLON] = ACTIONS(1846),
    [anon_sym_if] = ACTIONS(1844),
    [anon_sym_new] = ACTIONS(1844),
    [anon_sym_TILDE] = ACTIONS(1846),
    [anon_sym_BANG] = ACTIONS(1844),
    [anon_sym_DASH] = ACTIONS(1844),
    [anon_sym_PLUS_PLUS] = ACTIONS(1846),
    [anon_sym_DASH_DASH] = ACTIONS(1846),
    [anon_sym_PERCENT] = ACTIONS(1846),
    [anon_sym_STAR] = ACTIONS(1846),
    [anon_sym_SLASH] = ACTIONS(1844),
    [anon_sym_PLUS] = ACTIONS(1844),
    [anon_sym_LT_LT] = ACTIONS(1846),
    [anon_sym_GT_GT] = ACTIONS(1844),
    [anon_sym_GT_GT_GT] = ACTIONS(1846),
    [anon_sym_AMP] = ACTIONS(1844),
    [anon_sym_PIPE] = ACTIONS(1844),
    [anon_sym_CARET] = ACTIONS(1846),
    [anon_sym_AMP_AMP] = ACTIONS(1846),
    [anon_sym_PIPE_PIPE] = ACTIONS(1846),
    [anon_sym_EQ_EQ] = ACTIONS(1846),
    [anon_sym_BANG_EQ] = ACTIONS(1846),
    [anon_sym_LT] = ACTIONS(1844),
    [anon_sym_LT_EQ] = ACTIONS(1846),
    [anon_sym_GT] = ACTIONS(1844),
    [anon_sym_GT_EQ] = ACTIONS(1846),
    [anon_sym_EQ_GT] = ACTIONS(1846),
    [anon_sym_QMARK_QMARK] = ACTIONS(1846),
    [anon_sym_EQ] = ACTIONS(1844),
    [sym__rangeOperator] = ACTIONS(1846),
    [anon_sym_null] = ACTIONS(1844),
    [anon_sym_macro] = ACTIONS(1844),
    [anon_sym_abstract] = ACTIONS(1844),
    [anon_sym_static] = ACTIONS(1844),
    [anon_sym_public] = ACTIONS(1844),
    [anon_sym_private] = ACTIONS(1844),
    [anon_sym_extern] = ACTIONS(1844),
    [anon_sym_inline] = ACTIONS(1844),
    [anon_sym_overload] = ACTIONS(1844),
    [anon_sym_override] = ACTIONS(1844),
    [anon_sym_final] = ACTIONS(1844),
    [anon_sym_class] = ACTIONS(1844),
    [anon_sym_interface] = ACTIONS(1844),
    [anon_sym_typedef] = ACTIONS(1844),
    [anon_sym_function] = ACTIONS(1844),
    [anon_sym_var] = ACTIONS(1844),
    [aux_sym_integer_token1] = ACTIONS(1844),
    [aux_sym_integer_token2] = ACTIONS(1846),
    [aux_sym_float_token1] = ACTIONS(1844),
    [aux_sym_float_token2] = ACTIONS(1846),
    [anon_sym_true] = ACTIONS(1844),
    [anon_sym_false] = ACTIONS(1844),
    [aux_sym_string_token1] = ACTIONS(1846),
    [aux_sym_string_token3] = ACTIONS(1846),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [514] = {
    [ts_builtin_sym_end] = ACTIONS(2206),
    [sym_identifier] = ACTIONS(2204),
    [anon_sym_POUND] = ACTIONS(2206),
    [anon_sym_package] = ACTIONS(2204),
    [anon_sym_import] = ACTIONS(2204),
    [anon_sym_using] = ACTIONS(2204),
    [anon_sym_throw] = ACTIONS(2204),
    [anon_sym_LPAREN] = ACTIONS(2206),
    [anon_sym_switch] = ACTIONS(2204),
    [anon_sym_LBRACE] = ACTIONS(2206),
    [anon_sym_cast] = ACTIONS(2204),
    [anon_sym_DOLLARtype] = ACTIONS(2206),
    [anon_sym_return] = ACTIONS(2204),
    [anon_sym_untyped] = ACTIONS(2204),
    [anon_sym_break] = ACTIONS(2204),
    [anon_sym_continue] = ACTIONS(2204),
    [anon_sym_LBRACK] = ACTIONS(2206),
    [anon_sym_this] = ACTIONS(2204),
    [anon_sym_AT] = ACTIONS(2204),
    [anon_sym_AT_COLON] = ACTIONS(2206),
    [anon_sym_if] = ACTIONS(2204),
    [anon_sym_new] = ACTIONS(2204),
    [anon_sym_TILDE] = ACTIONS(2206),
    [anon_sym_BANG] = ACTIONS(2204),
    [anon_sym_DASH] = ACTIONS(2204),
    [anon_sym_PLUS_PLUS] = ACTIONS(2206),
    [anon_sym_DASH_DASH] = ACTIONS(2206),
    [anon_sym_PERCENT] = ACTIONS(2206),
    [anon_sym_STAR] = ACTIONS(2206),
    [anon_sym_SLASH] = ACTIONS(2204),
    [anon_sym_PLUS] = ACTIONS(2204),
    [anon_sym_LT_LT] = ACTIONS(2206),
    [anon_sym_GT_GT] = ACTIONS(2204),
    [anon_sym_GT_GT_GT] = ACTIONS(2206),
    [anon_sym_AMP] = ACTIONS(2204),
    [anon_sym_PIPE] = ACTIONS(2204),
    [anon_sym_CARET] = ACTIONS(2206),
    [anon_sym_AMP_AMP] = ACTIONS(2206),
    [anon_sym_PIPE_PIPE] = ACTIONS(2206),
    [anon_sym_EQ_EQ] = ACTIONS(2206),
    [anon_sym_BANG_EQ] = ACTIONS(2206),
    [anon_sym_LT] = ACTIONS(2204),
    [anon_sym_LT_EQ] = ACTIONS(2206),
    [anon_sym_GT] = ACTIONS(2204),
    [anon_sym_GT_EQ] = ACTIONS(2206),
    [anon_sym_EQ_GT] = ACTIONS(2206),
    [anon_sym_QMARK_QMARK] = ACTIONS(2206),
    [anon_sym_EQ] = ACTIONS(2204),
    [sym__rangeOperator] = ACTIONS(2206),
    [anon_sym_null] = ACTIONS(2204),
    [anon_sym_macro] = ACTIONS(2204),
    [anon_sym_abstract] = ACTIONS(2204),
    [anon_sym_static] = ACTIONS(2204),
    [anon_sym_public] = ACTIONS(2204),
    [anon_sym_private] = ACTIONS(2204),
    [anon_sym_extern] = ACTIONS(2204),
    [anon_sym_inline] = ACTIONS(2204),
    [anon_sym_overload] = ACTIONS(2204),
    [anon_sym_override] = ACTIONS(2204),
    [anon_sym_final] = ACTIONS(2204),
    [anon_sym_class] = ACTIONS(2204),
    [anon_sym_interface] = ACTIONS(2204),
    [anon_sym_typedef] = ACTIONS(2204),
    [anon_sym_function] = ACTIONS(2204),
    [anon_sym_var] = ACTIONS(2204),
    [aux_sym_integer_token1] = ACTIONS(2204),
    [aux_sym_integer_token2] = ACTIONS(2206),
    [aux_sym_float_token1] = ACTIONS(2204),
    [aux_sym_float_token2] = ACTIONS(2206),
    [anon_sym_true] = ACTIONS(2204),
    [anon_sym_false] = ACTIONS(2204),
    [aux_sym_string_token1] = ACTIONS(2206),
    [aux_sym_string_token3] = ACTIONS(2206),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [515] = {
    [ts_builtin_sym_end] = ACTIONS(1878),
    [sym_identifier] = ACTIONS(1876),
    [anon_sym_POUND] = ACTIONS(1878),
    [anon_sym_package] = ACTIONS(1876),
    [anon_sym_import] = ACTIONS(1876),
    [anon_sym_using] = ACTIONS(1876),
    [anon_sym_throw] = ACTIONS(1876),
    [anon_sym_LPAREN] = ACTIONS(1878),
    [anon_sym_switch] = ACTIONS(1876),
    [anon_sym_LBRACE] = ACTIONS(1878),
    [anon_sym_cast] = ACTIONS(1876),
    [anon_sym_DOLLARtype] = ACTIONS(1878),
    [anon_sym_return] = ACTIONS(1876),
    [anon_sym_untyped] = ACTIONS(1876),
    [anon_sym_break] = ACTIONS(1876),
    [anon_sym_continue] = ACTIONS(1876),
    [anon_sym_LBRACK] = ACTIONS(1878),
    [anon_sym_this] = ACTIONS(1876),
    [anon_sym_AT] = ACTIONS(1876),
    [anon_sym_AT_COLON] = ACTIONS(1878),
    [anon_sym_if] = ACTIONS(1876),
    [anon_sym_new] = ACTIONS(1876),
    [anon_sym_TILDE] = ACTIONS(1878),
    [anon_sym_BANG] = ACTIONS(1876),
    [anon_sym_DASH] = ACTIONS(1876),
    [anon_sym_PLUS_PLUS] = ACTIONS(1878),
    [anon_sym_DASH_DASH] = ACTIONS(1878),
    [anon_sym_PERCENT] = ACTIONS(1878),
    [anon_sym_STAR] = ACTIONS(1878),
    [anon_sym_SLASH] = ACTIONS(1876),
    [anon_sym_PLUS] = ACTIONS(1876),
    [anon_sym_LT_LT] = ACTIONS(1878),
    [anon_sym_GT_GT] = ACTIONS(1876),
    [anon_sym_GT_GT_GT] = ACTIONS(1878),
    [anon_sym_AMP] = ACTIONS(1876),
    [anon_sym_PIPE] = ACTIONS(1876),
    [anon_sym_CARET] = ACTIONS(1878),
    [anon_sym_AMP_AMP] = ACTIONS(1878),
    [anon_sym_PIPE_PIPE] = ACTIONS(1878),
    [anon_sym_EQ_EQ] = ACTIONS(1878),
    [anon_sym_BANG_EQ] = ACTIONS(1878),
    [anon_sym_LT] = ACTIONS(1876),
    [anon_sym_LT_EQ] = ACTIONS(1878),
    [anon_sym_GT] = ACTIONS(1876),
    [anon_sym_GT_EQ] = ACTIONS(1878),
    [anon_sym_EQ_GT] = ACTIONS(1878),
    [anon_sym_QMARK_QMARK] = ACTIONS(1878),
    [anon_sym_EQ] = ACTIONS(1876),
    [sym__rangeOperator] = ACTIONS(1878),
    [anon_sym_null] = ACTIONS(1876),
    [anon_sym_macro] = ACTIONS(1876),
    [anon_sym_abstract] = ACTIONS(1876),
    [anon_sym_static] = ACTIONS(1876),
    [anon_sym_public] = ACTIONS(1876),
    [anon_sym_private] = ACTIONS(1876),
    [anon_sym_extern] = ACTIONS(1876),
    [anon_sym_inline] = ACTIONS(1876),
    [anon_sym_overload] = ACTIONS(1876),
    [anon_sym_override] = ACTIONS(1876),
    [anon_sym_final] = ACTIONS(1876),
    [anon_sym_class] = ACTIONS(1876),
    [anon_sym_interface] = ACTIONS(1876),
    [anon_sym_typedef] = ACTIONS(1876),
    [anon_sym_function] = ACTIONS(1876),
    [anon_sym_var] = ACTIONS(1876),
    [aux_sym_integer_token1] = ACTIONS(1876),
    [aux_sym_integer_token2] = ACTIONS(1878),
    [aux_sym_float_token1] = ACTIONS(1876),
    [aux_sym_float_token2] = ACTIONS(1878),
    [anon_sym_true] = ACTIONS(1876),
    [anon_sym_false] = ACTIONS(1876),
    [aux_sym_string_token1] = ACTIONS(1878),
    [aux_sym_string_token3] = ACTIONS(1878),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [516] = {
    [ts_builtin_sym_end] = ACTIONS(1822),
    [sym_identifier] = ACTIONS(1820),
    [anon_sym_POUND] = ACTIONS(1822),
    [anon_sym_package] = ACTIONS(1820),
    [anon_sym_import] = ACTIONS(1820),
    [anon_sym_using] = ACTIONS(1820),
    [anon_sym_throw] = ACTIONS(1820),
    [anon_sym_LPAREN] = ACTIONS(1822),
    [anon_sym_switch] = ACTIONS(1820),
    [anon_sym_LBRACE] = ACTIONS(1822),
    [anon_sym_cast] = ACTIONS(1820),
    [anon_sym_DOLLARtype] = ACTIONS(1822),
    [anon_sym_return] = ACTIONS(1820),
    [anon_sym_untyped] = ACTIONS(1820),
    [anon_sym_break] = ACTIONS(1820),
    [anon_sym_continue] = ACTIONS(1820),
    [anon_sym_LBRACK] = ACTIONS(1822),
    [anon_sym_this] = ACTIONS(1820),
    [anon_sym_AT] = ACTIONS(1820),
    [anon_sym_AT_COLON] = ACTIONS(1822),
    [anon_sym_if] = ACTIONS(1820),
    [anon_sym_new] = ACTIONS(1820),
    [anon_sym_TILDE] = ACTIONS(1822),
    [anon_sym_BANG] = ACTIONS(1820),
    [anon_sym_DASH] = ACTIONS(1820),
    [anon_sym_PLUS_PLUS] = ACTIONS(1822),
    [anon_sym_DASH_DASH] = ACTIONS(1822),
    [anon_sym_PERCENT] = ACTIONS(1822),
    [anon_sym_STAR] = ACTIONS(1822),
    [anon_sym_SLASH] = ACTIONS(1820),
    [anon_sym_PLUS] = ACTIONS(1820),
    [anon_sym_LT_LT] = ACTIONS(1822),
    [anon_sym_GT_GT] = ACTIONS(1820),
    [anon_sym_GT_GT_GT] = ACTIONS(1822),
    [anon_sym_AMP] = ACTIONS(1820),
    [anon_sym_PIPE] = ACTIONS(1820),
    [anon_sym_CARET] = ACTIONS(1822),
    [anon_sym_AMP_AMP] = ACTIONS(1822),
    [anon_sym_PIPE_PIPE] = ACTIONS(1822),
    [anon_sym_EQ_EQ] = ACTIONS(1822),
    [anon_sym_BANG_EQ] = ACTIONS(1822),
    [anon_sym_LT] = ACTIONS(1820),
    [anon_sym_LT_EQ] = ACTIONS(1822),
    [anon_sym_GT] = ACTIONS(1820),
    [anon_sym_GT_EQ] = ACTIONS(1822),
    [anon_sym_EQ_GT] = ACTIONS(1822),
    [anon_sym_QMARK_QMARK] = ACTIONS(1822),
    [anon_sym_EQ] = ACTIONS(1820),
    [sym__rangeOperator] = ACTIONS(1822),
    [anon_sym_null] = ACTIONS(1820),
    [anon_sym_macro] = ACTIONS(1820),
    [anon_sym_abstract] = ACTIONS(1820),
    [anon_sym_static] = ACTIONS(1820),
    [anon_sym_public] = ACTIONS(1820),
    [anon_sym_private] = ACTIONS(1820),
    [anon_sym_extern] = ACTIONS(1820),
    [anon_sym_inline] = ACTIONS(1820),
    [anon_sym_overload] = ACTIONS(1820),
    [anon_sym_override] = ACTIONS(1820),
    [anon_sym_final] = ACTIONS(1820),
    [anon_sym_class] = ACTIONS(1820),
    [anon_sym_interface] = ACTIONS(1820),
    [anon_sym_typedef] = ACTIONS(1820),
    [anon_sym_function] = ACTIONS(1820),
    [anon_sym_var] = ACTIONS(1820),
    [aux_sym_integer_token1] = ACTIONS(1820),
    [aux_sym_integer_token2] = ACTIONS(1822),
    [aux_sym_float_token1] = ACTIONS(1820),
    [aux_sym_float_token2] = ACTIONS(1822),
    [anon_sym_true] = ACTIONS(1820),
    [anon_sym_false] = ACTIONS(1820),
    [aux_sym_string_token1] = ACTIONS(1822),
    [aux_sym_string_token3] = ACTIONS(1822),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [517] = {
    [ts_builtin_sym_end] = ACTIONS(1966),
    [sym_identifier] = ACTIONS(1964),
    [anon_sym_POUND] = ACTIONS(1966),
    [anon_sym_package] = ACTIONS(1964),
    [anon_sym_import] = ACTIONS(1964),
    [anon_sym_using] = ACTIONS(1964),
    [anon_sym_throw] = ACTIONS(1964),
    [anon_sym_LPAREN] = ACTIONS(1966),
    [anon_sym_switch] = ACTIONS(1964),
    [anon_sym_LBRACE] = ACTIONS(1966),
    [anon_sym_cast] = ACTIONS(1964),
    [anon_sym_DOLLARtype] = ACTIONS(1966),
    [anon_sym_return] = ACTIONS(1964),
    [anon_sym_untyped] = ACTIONS(1964),
    [anon_sym_break] = ACTIONS(1964),
    [anon_sym_continue] = ACTIONS(1964),
    [anon_sym_LBRACK] = ACTIONS(1966),
    [anon_sym_this] = ACTIONS(1964),
    [anon_sym_AT] = ACTIONS(1964),
    [anon_sym_AT_COLON] = ACTIONS(1966),
    [anon_sym_if] = ACTIONS(1964),
    [anon_sym_new] = ACTIONS(1964),
    [anon_sym_TILDE] = ACTIONS(1966),
    [anon_sym_BANG] = ACTIONS(1964),
    [anon_sym_DASH] = ACTIONS(1964),
    [anon_sym_PLUS_PLUS] = ACTIONS(1966),
    [anon_sym_DASH_DASH] = ACTIONS(1966),
    [anon_sym_PERCENT] = ACTIONS(1966),
    [anon_sym_STAR] = ACTIONS(1966),
    [anon_sym_SLASH] = ACTIONS(1964),
    [anon_sym_PLUS] = ACTIONS(1964),
    [anon_sym_LT_LT] = ACTIONS(1966),
    [anon_sym_GT_GT] = ACTIONS(1964),
    [anon_sym_GT_GT_GT] = ACTIONS(1966),
    [anon_sym_AMP] = ACTIONS(1964),
    [anon_sym_PIPE] = ACTIONS(1964),
    [anon_sym_CARET] = ACTIONS(1966),
    [anon_sym_AMP_AMP] = ACTIONS(1966),
    [anon_sym_PIPE_PIPE] = ACTIONS(1966),
    [anon_sym_EQ_EQ] = ACTIONS(1966),
    [anon_sym_BANG_EQ] = ACTIONS(1966),
    [anon_sym_LT] = ACTIONS(1964),
    [anon_sym_LT_EQ] = ACTIONS(1966),
    [anon_sym_GT] = ACTIONS(1964),
    [anon_sym_GT_EQ] = ACTIONS(1966),
    [anon_sym_EQ_GT] = ACTIONS(1966),
    [anon_sym_QMARK_QMARK] = ACTIONS(1966),
    [anon_sym_EQ] = ACTIONS(1964),
    [sym__rangeOperator] = ACTIONS(1966),
    [anon_sym_null] = ACTIONS(1964),
    [anon_sym_macro] = ACTIONS(1964),
    [anon_sym_abstract] = ACTIONS(1964),
    [anon_sym_static] = ACTIONS(1964),
    [anon_sym_public] = ACTIONS(1964),
    [anon_sym_private] = ACTIONS(1964),
    [anon_sym_extern] = ACTIONS(1964),
    [anon_sym_inline] = ACTIONS(1964),
    [anon_sym_overload] = ACTIONS(1964),
    [anon_sym_override] = ACTIONS(1964),
    [anon_sym_final] = ACTIONS(1964),
    [anon_sym_class] = ACTIONS(1964),
    [anon_sym_interface] = ACTIONS(1964),
    [anon_sym_typedef] = ACTIONS(1964),
    [anon_sym_function] = ACTIONS(1964),
    [anon_sym_var] = ACTIONS(1964),
    [aux_sym_integer_token1] = ACTIONS(1964),
    [aux_sym_integer_token2] = ACTIONS(1966),
    [aux_sym_float_token1] = ACTIONS(1964),
    [aux_sym_float_token2] = ACTIONS(1966),
    [anon_sym_true] = ACTIONS(1964),
    [anon_sym_false] = ACTIONS(1964),
    [aux_sym_string_token1] = ACTIONS(1966),
    [aux_sym_string_token3] = ACTIONS(1966),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [518] = {
    [ts_builtin_sym_end] = ACTIONS(1592),
    [sym_identifier] = ACTIONS(1590),
    [anon_sym_POUND] = ACTIONS(1592),
    [anon_sym_package] = ACTIONS(1590),
    [anon_sym_import] = ACTIONS(1590),
    [anon_sym_using] = ACTIONS(1590),
    [anon_sym_throw] = ACTIONS(1590),
    [anon_sym_LPAREN] = ACTIONS(1592),
    [anon_sym_switch] = ACTIONS(1590),
    [anon_sym_LBRACE] = ACTIONS(1592),
    [anon_sym_cast] = ACTIONS(1590),
    [anon_sym_DOLLARtype] = ACTIONS(1592),
    [anon_sym_return] = ACTIONS(1590),
    [anon_sym_untyped] = ACTIONS(1590),
    [anon_sym_break] = ACTIONS(1590),
    [anon_sym_continue] = ACTIONS(1590),
    [anon_sym_LBRACK] = ACTIONS(1592),
    [anon_sym_this] = ACTIONS(1590),
    [anon_sym_AT] = ACTIONS(1590),
    [anon_sym_AT_COLON] = ACTIONS(1592),
    [anon_sym_if] = ACTIONS(1590),
    [anon_sym_new] = ACTIONS(1590),
    [anon_sym_TILDE] = ACTIONS(1592),
    [anon_sym_BANG] = ACTIONS(1590),
    [anon_sym_DASH] = ACTIONS(1590),
    [anon_sym_PLUS_PLUS] = ACTIONS(1592),
    [anon_sym_DASH_DASH] = ACTIONS(1592),
    [anon_sym_PERCENT] = ACTIONS(1592),
    [anon_sym_STAR] = ACTIONS(1592),
    [anon_sym_SLASH] = ACTIONS(1590),
    [anon_sym_PLUS] = ACTIONS(1590),
    [anon_sym_LT_LT] = ACTIONS(1592),
    [anon_sym_GT_GT] = ACTIONS(1590),
    [anon_sym_GT_GT_GT] = ACTIONS(1592),
    [anon_sym_AMP] = ACTIONS(1590),
    [anon_sym_PIPE] = ACTIONS(1590),
    [anon_sym_CARET] = ACTIONS(1592),
    [anon_sym_AMP_AMP] = ACTIONS(1592),
    [anon_sym_PIPE_PIPE] = ACTIONS(1592),
    [anon_sym_EQ_EQ] = ACTIONS(1592),
    [anon_sym_BANG_EQ] = ACTIONS(1592),
    [anon_sym_LT] = ACTIONS(1590),
    [anon_sym_LT_EQ] = ACTIONS(1592),
    [anon_sym_GT] = ACTIONS(1590),
    [anon_sym_GT_EQ] = ACTIONS(1592),
    [anon_sym_EQ_GT] = ACTIONS(1592),
    [anon_sym_QMARK_QMARK] = ACTIONS(1592),
    [anon_sym_EQ] = ACTIONS(1590),
    [sym__rangeOperator] = ACTIONS(1592),
    [anon_sym_null] = ACTIONS(1590),
    [anon_sym_macro] = ACTIONS(1590),
    [anon_sym_abstract] = ACTIONS(1590),
    [anon_sym_static] = ACTIONS(1590),
    [anon_sym_public] = ACTIONS(1590),
    [anon_sym_private] = ACTIONS(1590),
    [anon_sym_extern] = ACTIONS(1590),
    [anon_sym_inline] = ACTIONS(1590),
    [anon_sym_overload] = ACTIONS(1590),
    [anon_sym_override] = ACTIONS(1590),
    [anon_sym_final] = ACTIONS(1590),
    [anon_sym_class] = ACTIONS(1590),
    [anon_sym_interface] = ACTIONS(1590),
    [anon_sym_typedef] = ACTIONS(1590),
    [anon_sym_function] = ACTIONS(1590),
    [anon_sym_var] = ACTIONS(1590),
    [aux_sym_integer_token1] = ACTIONS(1590),
    [aux_sym_integer_token2] = ACTIONS(1592),
    [aux_sym_float_token1] = ACTIONS(1590),
    [aux_sym_float_token2] = ACTIONS(1592),
    [anon_sym_true] = ACTIONS(1590),
    [anon_sym_false] = ACTIONS(1590),
    [aux_sym_string_token1] = ACTIONS(1592),
    [aux_sym_string_token3] = ACTIONS(1592),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [519] = {
    [ts_builtin_sym_end] = ACTIONS(1786),
    [sym_identifier] = ACTIONS(1784),
    [anon_sym_POUND] = ACTIONS(1786),
    [anon_sym_package] = ACTIONS(1784),
    [anon_sym_import] = ACTIONS(1784),
    [anon_sym_using] = ACTIONS(1784),
    [anon_sym_throw] = ACTIONS(1784),
    [anon_sym_LPAREN] = ACTIONS(1786),
    [anon_sym_switch] = ACTIONS(1784),
    [anon_sym_LBRACE] = ACTIONS(1786),
    [anon_sym_cast] = ACTIONS(1784),
    [anon_sym_DOLLARtype] = ACTIONS(1786),
    [anon_sym_return] = ACTIONS(1784),
    [anon_sym_untyped] = ACTIONS(1784),
    [anon_sym_break] = ACTIONS(1784),
    [anon_sym_continue] = ACTIONS(1784),
    [anon_sym_LBRACK] = ACTIONS(1786),
    [anon_sym_this] = ACTIONS(1784),
    [anon_sym_AT] = ACTIONS(1784),
    [anon_sym_AT_COLON] = ACTIONS(1786),
    [anon_sym_if] = ACTIONS(1784),
    [anon_sym_new] = ACTIONS(1784),
    [anon_sym_TILDE] = ACTIONS(1786),
    [anon_sym_BANG] = ACTIONS(1784),
    [anon_sym_DASH] = ACTIONS(1784),
    [anon_sym_PLUS_PLUS] = ACTIONS(1786),
    [anon_sym_DASH_DASH] = ACTIONS(1786),
    [anon_sym_PERCENT] = ACTIONS(1786),
    [anon_sym_STAR] = ACTIONS(1786),
    [anon_sym_SLASH] = ACTIONS(1784),
    [anon_sym_PLUS] = ACTIONS(1784),
    [anon_sym_LT_LT] = ACTIONS(1786),
    [anon_sym_GT_GT] = ACTIONS(1784),
    [anon_sym_GT_GT_GT] = ACTIONS(1786),
    [anon_sym_AMP] = ACTIONS(1784),
    [anon_sym_PIPE] = ACTIONS(1784),
    [anon_sym_CARET] = ACTIONS(1786),
    [anon_sym_AMP_AMP] = ACTIONS(1786),
    [anon_sym_PIPE_PIPE] = ACTIONS(1786),
    [anon_sym_EQ_EQ] = ACTIONS(1786),
    [anon_sym_BANG_EQ] = ACTIONS(1786),
    [anon_sym_LT] = ACTIONS(1784),
    [anon_sym_LT_EQ] = ACTIONS(1786),
    [anon_sym_GT] = ACTIONS(1784),
    [anon_sym_GT_EQ] = ACTIONS(1786),
    [anon_sym_EQ_GT] = ACTIONS(1786),
    [anon_sym_QMARK_QMARK] = ACTIONS(1786),
    [anon_sym_EQ] = ACTIONS(1784),
    [sym__rangeOperator] = ACTIONS(1786),
    [anon_sym_null] = ACTIONS(1784),
    [anon_sym_macro] = ACTIONS(1784),
    [anon_sym_abstract] = ACTIONS(1784),
    [anon_sym_static] = ACTIONS(1784),
    [anon_sym_public] = ACTIONS(1784),
    [anon_sym_private] = ACTIONS(1784),
    [anon_sym_extern] = ACTIONS(1784),
    [anon_sym_inline] = ACTIONS(1784),
    [anon_sym_overload] = ACTIONS(1784),
    [anon_sym_override] = ACTIONS(1784),
    [anon_sym_final] = ACTIONS(1784),
    [anon_sym_class] = ACTIONS(1784),
    [anon_sym_interface] = ACTIONS(1784),
    [anon_sym_typedef] = ACTIONS(1784),
    [anon_sym_function] = ACTIONS(1784),
    [anon_sym_var] = ACTIONS(1784),
    [aux_sym_integer_token1] = ACTIONS(1784),
    [aux_sym_integer_token2] = ACTIONS(1786),
    [aux_sym_float_token1] = ACTIONS(1784),
    [aux_sym_float_token2] = ACTIONS(1786),
    [anon_sym_true] = ACTIONS(1784),
    [anon_sym_false] = ACTIONS(1784),
    [aux_sym_string_token1] = ACTIONS(1786),
    [aux_sym_string_token3] = ACTIONS(1786),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [520] = {
    [ts_builtin_sym_end] = ACTIONS(2338),
    [sym_identifier] = ACTIONS(2336),
    [anon_sym_POUND] = ACTIONS(2338),
    [anon_sym_package] = ACTIONS(2336),
    [anon_sym_import] = ACTIONS(2336),
    [anon_sym_using] = ACTIONS(2336),
    [anon_sym_throw] = ACTIONS(2336),
    [anon_sym_LPAREN] = ACTIONS(2338),
    [anon_sym_switch] = ACTIONS(2336),
    [anon_sym_LBRACE] = ACTIONS(2338),
    [anon_sym_cast] = ACTIONS(2336),
    [anon_sym_DOLLARtype] = ACTIONS(2338),
    [anon_sym_return] = ACTIONS(2336),
    [anon_sym_untyped] = ACTIONS(2336),
    [anon_sym_break] = ACTIONS(2336),
    [anon_sym_continue] = ACTIONS(2336),
    [anon_sym_LBRACK] = ACTIONS(2338),
    [anon_sym_this] = ACTIONS(2336),
    [anon_sym_AT] = ACTIONS(2336),
    [anon_sym_AT_COLON] = ACTIONS(2338),
    [anon_sym_if] = ACTIONS(2336),
    [anon_sym_new] = ACTIONS(2336),
    [anon_sym_TILDE] = ACTIONS(2338),
    [anon_sym_BANG] = ACTIONS(2336),
    [anon_sym_DASH] = ACTIONS(2336),
    [anon_sym_PLUS_PLUS] = ACTIONS(2338),
    [anon_sym_DASH_DASH] = ACTIONS(2338),
    [anon_sym_PERCENT] = ACTIONS(2338),
    [anon_sym_STAR] = ACTIONS(2338),
    [anon_sym_SLASH] = ACTIONS(2336),
    [anon_sym_PLUS] = ACTIONS(2336),
    [anon_sym_LT_LT] = ACTIONS(2338),
    [anon_sym_GT_GT] = ACTIONS(2336),
    [anon_sym_GT_GT_GT] = ACTIONS(2338),
    [anon_sym_AMP] = ACTIONS(2336),
    [anon_sym_PIPE] = ACTIONS(2336),
    [anon_sym_CARET] = ACTIONS(2338),
    [anon_sym_AMP_AMP] = ACTIONS(2338),
    [anon_sym_PIPE_PIPE] = ACTIONS(2338),
    [anon_sym_EQ_EQ] = ACTIONS(2338),
    [anon_sym_BANG_EQ] = ACTIONS(2338),
    [anon_sym_LT] = ACTIONS(2336),
    [anon_sym_LT_EQ] = ACTIONS(2338),
    [anon_sym_GT] = ACTIONS(2336),
    [anon_sym_GT_EQ] = ACTIONS(2338),
    [anon_sym_EQ_GT] = ACTIONS(2338),
    [anon_sym_QMARK_QMARK] = ACTIONS(2338),
    [anon_sym_EQ] = ACTIONS(2336),
    [sym__rangeOperator] = ACTIONS(2338),
    [anon_sym_null] = ACTIONS(2336),
    [anon_sym_macro] = ACTIONS(2336),
    [anon_sym_abstract] = ACTIONS(2336),
    [anon_sym_static] = ACTIONS(2336),
    [anon_sym_public] = ACTIONS(2336),
    [anon_sym_private] = ACTIONS(2336),
    [anon_sym_extern] = ACTIONS(2336),
    [anon_sym_inline] = ACTIONS(2336),
    [anon_sym_overload] = ACTIONS(2336),
    [anon_sym_override] = ACTIONS(2336),
    [anon_sym_final] = ACTIONS(2336),
    [anon_sym_class] = ACTIONS(2336),
    [anon_sym_interface] = ACTIONS(2336),
    [anon_sym_typedef] = ACTIONS(2336),
    [anon_sym_function] = ACTIONS(2336),
    [anon_sym_var] = ACTIONS(2336),
    [aux_sym_integer_token1] = ACTIONS(2336),
    [aux_sym_integer_token2] = ACTIONS(2338),
    [aux_sym_float_token1] = ACTIONS(2336),
    [aux_sym_float_token2] = ACTIONS(2338),
    [anon_sym_true] = ACTIONS(2336),
    [anon_sym_false] = ACTIONS(2336),
    [aux_sym_string_token1] = ACTIONS(2338),
    [aux_sym_string_token3] = ACTIONS(2338),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [521] = {
    [ts_builtin_sym_end] = ACTIONS(2026),
    [sym_identifier] = ACTIONS(2024),
    [anon_sym_POUND] = ACTIONS(2026),
    [anon_sym_package] = ACTIONS(2024),
    [anon_sym_import] = ACTIONS(2024),
    [anon_sym_using] = ACTIONS(2024),
    [anon_sym_throw] = ACTIONS(2024),
    [anon_sym_LPAREN] = ACTIONS(2026),
    [anon_sym_switch] = ACTIONS(2024),
    [anon_sym_LBRACE] = ACTIONS(2026),
    [anon_sym_cast] = ACTIONS(2024),
    [anon_sym_DOLLARtype] = ACTIONS(2026),
    [anon_sym_return] = ACTIONS(2024),
    [anon_sym_untyped] = ACTIONS(2024),
    [anon_sym_break] = ACTIONS(2024),
    [anon_sym_continue] = ACTIONS(2024),
    [anon_sym_LBRACK] = ACTIONS(2026),
    [anon_sym_this] = ACTIONS(2024),
    [anon_sym_AT] = ACTIONS(2024),
    [anon_sym_AT_COLON] = ACTIONS(2026),
    [anon_sym_if] = ACTIONS(2024),
    [anon_sym_new] = ACTIONS(2024),
    [anon_sym_TILDE] = ACTIONS(2026),
    [anon_sym_BANG] = ACTIONS(2024),
    [anon_sym_DASH] = ACTIONS(2024),
    [anon_sym_PLUS_PLUS] = ACTIONS(2026),
    [anon_sym_DASH_DASH] = ACTIONS(2026),
    [anon_sym_PERCENT] = ACTIONS(2026),
    [anon_sym_STAR] = ACTIONS(2026),
    [anon_sym_SLASH] = ACTIONS(2024),
    [anon_sym_PLUS] = ACTIONS(2024),
    [anon_sym_LT_LT] = ACTIONS(2026),
    [anon_sym_GT_GT] = ACTIONS(2024),
    [anon_sym_GT_GT_GT] = ACTIONS(2026),
    [anon_sym_AMP] = ACTIONS(2024),
    [anon_sym_PIPE] = ACTIONS(2024),
    [anon_sym_CARET] = ACTIONS(2026),
    [anon_sym_AMP_AMP] = ACTIONS(2026),
    [anon_sym_PIPE_PIPE] = ACTIONS(2026),
    [anon_sym_EQ_EQ] = ACTIONS(2026),
    [anon_sym_BANG_EQ] = ACTIONS(2026),
    [anon_sym_LT] = ACTIONS(2024),
    [anon_sym_LT_EQ] = ACTIONS(2026),
    [anon_sym_GT] = ACTIONS(2024),
    [anon_sym_GT_EQ] = ACTIONS(2026),
    [anon_sym_EQ_GT] = ACTIONS(2026),
    [anon_sym_QMARK_QMARK] = ACTIONS(2026),
    [anon_sym_EQ] = ACTIONS(2024),
    [sym__rangeOperator] = ACTIONS(2026),
    [anon_sym_null] = ACTIONS(2024),
    [anon_sym_macro] = ACTIONS(2024),
    [anon_sym_abstract] = ACTIONS(2024),
    [anon_sym_static] = ACTIONS(2024),
    [anon_sym_public] = ACTIONS(2024),
    [anon_sym_private] = ACTIONS(2024),
    [anon_sym_extern] = ACTIONS(2024),
    [anon_sym_inline] = ACTIONS(2024),
    [anon_sym_overload] = ACTIONS(2024),
    [anon_sym_override] = ACTIONS(2024),
    [anon_sym_final] = ACTIONS(2024),
    [anon_sym_class] = ACTIONS(2024),
    [anon_sym_interface] = ACTIONS(2024),
    [anon_sym_typedef] = ACTIONS(2024),
    [anon_sym_function] = ACTIONS(2024),
    [anon_sym_var] = ACTIONS(2024),
    [aux_sym_integer_token1] = ACTIONS(2024),
    [aux_sym_integer_token2] = ACTIONS(2026),
    [aux_sym_float_token1] = ACTIONS(2024),
    [aux_sym_float_token2] = ACTIONS(2026),
    [anon_sym_true] = ACTIONS(2024),
    [anon_sym_false] = ACTIONS(2024),
    [aux_sym_string_token1] = ACTIONS(2026),
    [aux_sym_string_token3] = ACTIONS(2026),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [522] = {
    [ts_builtin_sym_end] = ACTIONS(1882),
    [sym_identifier] = ACTIONS(1880),
    [anon_sym_POUND] = ACTIONS(1882),
    [anon_sym_package] = ACTIONS(1880),
    [anon_sym_import] = ACTIONS(1880),
    [anon_sym_using] = ACTIONS(1880),
    [anon_sym_throw] = ACTIONS(1880),
    [anon_sym_LPAREN] = ACTIONS(1882),
    [anon_sym_switch] = ACTIONS(1880),
    [anon_sym_LBRACE] = ACTIONS(1882),
    [anon_sym_cast] = ACTIONS(1880),
    [anon_sym_DOLLARtype] = ACTIONS(1882),
    [anon_sym_return] = ACTIONS(1880),
    [anon_sym_untyped] = ACTIONS(1880),
    [anon_sym_break] = ACTIONS(1880),
    [anon_sym_continue] = ACTIONS(1880),
    [anon_sym_LBRACK] = ACTIONS(1882),
    [anon_sym_this] = ACTIONS(1880),
    [anon_sym_AT] = ACTIONS(1880),
    [anon_sym_AT_COLON] = ACTIONS(1882),
    [anon_sym_if] = ACTIONS(1880),
    [anon_sym_new] = ACTIONS(1880),
    [anon_sym_TILDE] = ACTIONS(1882),
    [anon_sym_BANG] = ACTIONS(1880),
    [anon_sym_DASH] = ACTIONS(1880),
    [anon_sym_PLUS_PLUS] = ACTIONS(1882),
    [anon_sym_DASH_DASH] = ACTIONS(1882),
    [anon_sym_PERCENT] = ACTIONS(1882),
    [anon_sym_STAR] = ACTIONS(1882),
    [anon_sym_SLASH] = ACTIONS(1880),
    [anon_sym_PLUS] = ACTIONS(1880),
    [anon_sym_LT_LT] = ACTIONS(1882),
    [anon_sym_GT_GT] = ACTIONS(1880),
    [anon_sym_GT_GT_GT] = ACTIONS(1882),
    [anon_sym_AMP] = ACTIONS(1880),
    [anon_sym_PIPE] = ACTIONS(1880),
    [anon_sym_CARET] = ACTIONS(1882),
    [anon_sym_AMP_AMP] = ACTIONS(1882),
    [anon_sym_PIPE_PIPE] = ACTIONS(1882),
    [anon_sym_EQ_EQ] = ACTIONS(1882),
    [anon_sym_BANG_EQ] = ACTIONS(1882),
    [anon_sym_LT] = ACTIONS(1880),
    [anon_sym_LT_EQ] = ACTIONS(1882),
    [anon_sym_GT] = ACTIONS(1880),
    [anon_sym_GT_EQ] = ACTIONS(1882),
    [anon_sym_EQ_GT] = ACTIONS(1882),
    [anon_sym_QMARK_QMARK] = ACTIONS(1882),
    [anon_sym_EQ] = ACTIONS(1880),
    [sym__rangeOperator] = ACTIONS(1882),
    [anon_sym_null] = ACTIONS(1880),
    [anon_sym_macro] = ACTIONS(1880),
    [anon_sym_abstract] = ACTIONS(1880),
    [anon_sym_static] = ACTIONS(1880),
    [anon_sym_public] = ACTIONS(1880),
    [anon_sym_private] = ACTIONS(1880),
    [anon_sym_extern] = ACTIONS(1880),
    [anon_sym_inline] = ACTIONS(1880),
    [anon_sym_overload] = ACTIONS(1880),
    [anon_sym_override] = ACTIONS(1880),
    [anon_sym_final] = ACTIONS(1880),
    [anon_sym_class] = ACTIONS(1880),
    [anon_sym_interface] = ACTIONS(1880),
    [anon_sym_typedef] = ACTIONS(1880),
    [anon_sym_function] = ACTIONS(1880),
    [anon_sym_var] = ACTIONS(1880),
    [aux_sym_integer_token1] = ACTIONS(1880),
    [aux_sym_integer_token2] = ACTIONS(1882),
    [aux_sym_float_token1] = ACTIONS(1880),
    [aux_sym_float_token2] = ACTIONS(1882),
    [anon_sym_true] = ACTIONS(1880),
    [anon_sym_false] = ACTIONS(1880),
    [aux_sym_string_token1] = ACTIONS(1882),
    [aux_sym_string_token3] = ACTIONS(1882),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [523] = {
    [ts_builtin_sym_end] = ACTIONS(1874),
    [sym_identifier] = ACTIONS(1872),
    [anon_sym_POUND] = ACTIONS(1874),
    [anon_sym_package] = ACTIONS(1872),
    [anon_sym_import] = ACTIONS(1872),
    [anon_sym_using] = ACTIONS(1872),
    [anon_sym_throw] = ACTIONS(1872),
    [anon_sym_LPAREN] = ACTIONS(1874),
    [anon_sym_switch] = ACTIONS(1872),
    [anon_sym_LBRACE] = ACTIONS(1874),
    [anon_sym_cast] = ACTIONS(1872),
    [anon_sym_DOLLARtype] = ACTIONS(1874),
    [anon_sym_return] = ACTIONS(1872),
    [anon_sym_untyped] = ACTIONS(1872),
    [anon_sym_break] = ACTIONS(1872),
    [anon_sym_continue] = ACTIONS(1872),
    [anon_sym_LBRACK] = ACTIONS(1874),
    [anon_sym_this] = ACTIONS(1872),
    [anon_sym_AT] = ACTIONS(1872),
    [anon_sym_AT_COLON] = ACTIONS(1874),
    [anon_sym_if] = ACTIONS(1872),
    [anon_sym_new] = ACTIONS(1872),
    [anon_sym_TILDE] = ACTIONS(1874),
    [anon_sym_BANG] = ACTIONS(1872),
    [anon_sym_DASH] = ACTIONS(1872),
    [anon_sym_PLUS_PLUS] = ACTIONS(1874),
    [anon_sym_DASH_DASH] = ACTIONS(1874),
    [anon_sym_PERCENT] = ACTIONS(1874),
    [anon_sym_STAR] = ACTIONS(1874),
    [anon_sym_SLASH] = ACTIONS(1872),
    [anon_sym_PLUS] = ACTIONS(1872),
    [anon_sym_LT_LT] = ACTIONS(1874),
    [anon_sym_GT_GT] = ACTIONS(1872),
    [anon_sym_GT_GT_GT] = ACTIONS(1874),
    [anon_sym_AMP] = ACTIONS(1872),
    [anon_sym_PIPE] = ACTIONS(1872),
    [anon_sym_CARET] = ACTIONS(1874),
    [anon_sym_AMP_AMP] = ACTIONS(1874),
    [anon_sym_PIPE_PIPE] = ACTIONS(1874),
    [anon_sym_EQ_EQ] = ACTIONS(1874),
    [anon_sym_BANG_EQ] = ACTIONS(1874),
    [anon_sym_LT] = ACTIONS(1872),
    [anon_sym_LT_EQ] = ACTIONS(1874),
    [anon_sym_GT] = ACTIONS(1872),
    [anon_sym_GT_EQ] = ACTIONS(1874),
    [anon_sym_EQ_GT] = ACTIONS(1874),
    [anon_sym_QMARK_QMARK] = ACTIONS(1874),
    [anon_sym_EQ] = ACTIONS(1872),
    [sym__rangeOperator] = ACTIONS(1874),
    [anon_sym_null] = ACTIONS(1872),
    [anon_sym_macro] = ACTIONS(1872),
    [anon_sym_abstract] = ACTIONS(1872),
    [anon_sym_static] = ACTIONS(1872),
    [anon_sym_public] = ACTIONS(1872),
    [anon_sym_private] = ACTIONS(1872),
    [anon_sym_extern] = ACTIONS(1872),
    [anon_sym_inline] = ACTIONS(1872),
    [anon_sym_overload] = ACTIONS(1872),
    [anon_sym_override] = ACTIONS(1872),
    [anon_sym_final] = ACTIONS(1872),
    [anon_sym_class] = ACTIONS(1872),
    [anon_sym_interface] = ACTIONS(1872),
    [anon_sym_typedef] = ACTIONS(1872),
    [anon_sym_function] = ACTIONS(1872),
    [anon_sym_var] = ACTIONS(1872),
    [aux_sym_integer_token1] = ACTIONS(1872),
    [aux_sym_integer_token2] = ACTIONS(1874),
    [aux_sym_float_token1] = ACTIONS(1872),
    [aux_sym_float_token2] = ACTIONS(1874),
    [anon_sym_true] = ACTIONS(1872),
    [anon_sym_false] = ACTIONS(1872),
    [aux_sym_string_token1] = ACTIONS(1874),
    [aux_sym_string_token3] = ACTIONS(1874),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [524] = {
    [ts_builtin_sym_end] = ACTIONS(1894),
    [sym_identifier] = ACTIONS(1892),
    [anon_sym_POUND] = ACTIONS(1894),
    [anon_sym_package] = ACTIONS(1892),
    [anon_sym_import] = ACTIONS(1892),
    [anon_sym_using] = ACTIONS(1892),
    [anon_sym_throw] = ACTIONS(1892),
    [anon_sym_LPAREN] = ACTIONS(1894),
    [anon_sym_switch] = ACTIONS(1892),
    [anon_sym_LBRACE] = ACTIONS(1894),
    [anon_sym_cast] = ACTIONS(1892),
    [anon_sym_DOLLARtype] = ACTIONS(1894),
    [anon_sym_return] = ACTIONS(1892),
    [anon_sym_untyped] = ACTIONS(1892),
    [anon_sym_break] = ACTIONS(1892),
    [anon_sym_continue] = ACTIONS(1892),
    [anon_sym_LBRACK] = ACTIONS(1894),
    [anon_sym_this] = ACTIONS(1892),
    [anon_sym_AT] = ACTIONS(1892),
    [anon_sym_AT_COLON] = ACTIONS(1894),
    [anon_sym_if] = ACTIONS(1892),
    [anon_sym_new] = ACTIONS(1892),
    [anon_sym_TILDE] = ACTIONS(1894),
    [anon_sym_BANG] = ACTIONS(1892),
    [anon_sym_DASH] = ACTIONS(1892),
    [anon_sym_PLUS_PLUS] = ACTIONS(1894),
    [anon_sym_DASH_DASH] = ACTIONS(1894),
    [anon_sym_PERCENT] = ACTIONS(1894),
    [anon_sym_STAR] = ACTIONS(1894),
    [anon_sym_SLASH] = ACTIONS(1892),
    [anon_sym_PLUS] = ACTIONS(1892),
    [anon_sym_LT_LT] = ACTIONS(1894),
    [anon_sym_GT_GT] = ACTIONS(1892),
    [anon_sym_GT_GT_GT] = ACTIONS(1894),
    [anon_sym_AMP] = ACTIONS(1892),
    [anon_sym_PIPE] = ACTIONS(1892),
    [anon_sym_CARET] = ACTIONS(1894),
    [anon_sym_AMP_AMP] = ACTIONS(1894),
    [anon_sym_PIPE_PIPE] = ACTIONS(1894),
    [anon_sym_EQ_EQ] = ACTIONS(1894),
    [anon_sym_BANG_EQ] = ACTIONS(1894),
    [anon_sym_LT] = ACTIONS(1892),
    [anon_sym_LT_EQ] = ACTIONS(1894),
    [anon_sym_GT] = ACTIONS(1892),
    [anon_sym_GT_EQ] = ACTIONS(1894),
    [anon_sym_EQ_GT] = ACTIONS(1894),
    [anon_sym_QMARK_QMARK] = ACTIONS(1894),
    [anon_sym_EQ] = ACTIONS(1892),
    [sym__rangeOperator] = ACTIONS(1894),
    [anon_sym_null] = ACTIONS(1892),
    [anon_sym_macro] = ACTIONS(1892),
    [anon_sym_abstract] = ACTIONS(1892),
    [anon_sym_static] = ACTIONS(1892),
    [anon_sym_public] = ACTIONS(1892),
    [anon_sym_private] = ACTIONS(1892),
    [anon_sym_extern] = ACTIONS(1892),
    [anon_sym_inline] = ACTIONS(1892),
    [anon_sym_overload] = ACTIONS(1892),
    [anon_sym_override] = ACTIONS(1892),
    [anon_sym_final] = ACTIONS(1892),
    [anon_sym_class] = ACTIONS(1892),
    [anon_sym_interface] = ACTIONS(1892),
    [anon_sym_typedef] = ACTIONS(1892),
    [anon_sym_function] = ACTIONS(1892),
    [anon_sym_var] = ACTIONS(1892),
    [aux_sym_integer_token1] = ACTIONS(1892),
    [aux_sym_integer_token2] = ACTIONS(1894),
    [aux_sym_float_token1] = ACTIONS(1892),
    [aux_sym_float_token2] = ACTIONS(1894),
    [anon_sym_true] = ACTIONS(1892),
    [anon_sym_false] = ACTIONS(1892),
    [aux_sym_string_token1] = ACTIONS(1894),
    [aux_sym_string_token3] = ACTIONS(1894),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [525] = {
    [ts_builtin_sym_end] = ACTIONS(1978),
    [sym_identifier] = ACTIONS(1976),
    [anon_sym_POUND] = ACTIONS(1978),
    [anon_sym_package] = ACTIONS(1976),
    [anon_sym_import] = ACTIONS(1976),
    [anon_sym_using] = ACTIONS(1976),
    [anon_sym_throw] = ACTIONS(1976),
    [anon_sym_LPAREN] = ACTIONS(1978),
    [anon_sym_switch] = ACTIONS(1976),
    [anon_sym_LBRACE] = ACTIONS(1978),
    [anon_sym_cast] = ACTIONS(1976),
    [anon_sym_DOLLARtype] = ACTIONS(1978),
    [anon_sym_return] = ACTIONS(1976),
    [anon_sym_untyped] = ACTIONS(1976),
    [anon_sym_break] = ACTIONS(1976),
    [anon_sym_continue] = ACTIONS(1976),
    [anon_sym_LBRACK] = ACTIONS(1978),
    [anon_sym_this] = ACTIONS(1976),
    [anon_sym_AT] = ACTIONS(1976),
    [anon_sym_AT_COLON] = ACTIONS(1978),
    [anon_sym_if] = ACTIONS(1976),
    [anon_sym_new] = ACTIONS(1976),
    [anon_sym_TILDE] = ACTIONS(1978),
    [anon_sym_BANG] = ACTIONS(1976),
    [anon_sym_DASH] = ACTIONS(1976),
    [anon_sym_PLUS_PLUS] = ACTIONS(1978),
    [anon_sym_DASH_DASH] = ACTIONS(1978),
    [anon_sym_PERCENT] = ACTIONS(1978),
    [anon_sym_STAR] = ACTIONS(1978),
    [anon_sym_SLASH] = ACTIONS(1976),
    [anon_sym_PLUS] = ACTIONS(1976),
    [anon_sym_LT_LT] = ACTIONS(1978),
    [anon_sym_GT_GT] = ACTIONS(1976),
    [anon_sym_GT_GT_GT] = ACTIONS(1978),
    [anon_sym_AMP] = ACTIONS(1976),
    [anon_sym_PIPE] = ACTIONS(1976),
    [anon_sym_CARET] = ACTIONS(1978),
    [anon_sym_AMP_AMP] = ACTIONS(1978),
    [anon_sym_PIPE_PIPE] = ACTIONS(1978),
    [anon_sym_EQ_EQ] = ACTIONS(1978),
    [anon_sym_BANG_EQ] = ACTIONS(1978),
    [anon_sym_LT] = ACTIONS(1976),
    [anon_sym_LT_EQ] = ACTIONS(1978),
    [anon_sym_GT] = ACTIONS(1976),
    [anon_sym_GT_EQ] = ACTIONS(1978),
    [anon_sym_EQ_GT] = ACTIONS(1978),
    [anon_sym_QMARK_QMARK] = ACTIONS(1978),
    [anon_sym_EQ] = ACTIONS(1976),
    [sym__rangeOperator] = ACTIONS(1978),
    [anon_sym_null] = ACTIONS(1976),
    [anon_sym_macro] = ACTIONS(1976),
    [anon_sym_abstract] = ACTIONS(1976),
    [anon_sym_static] = ACTIONS(1976),
    [anon_sym_public] = ACTIONS(1976),
    [anon_sym_private] = ACTIONS(1976),
    [anon_sym_extern] = ACTIONS(1976),
    [anon_sym_inline] = ACTIONS(1976),
    [anon_sym_overload] = ACTIONS(1976),
    [anon_sym_override] = ACTIONS(1976),
    [anon_sym_final] = ACTIONS(1976),
    [anon_sym_class] = ACTIONS(1976),
    [anon_sym_interface] = ACTIONS(1976),
    [anon_sym_typedef] = ACTIONS(1976),
    [anon_sym_function] = ACTIONS(1976),
    [anon_sym_var] = ACTIONS(1976),
    [aux_sym_integer_token1] = ACTIONS(1976),
    [aux_sym_integer_token2] = ACTIONS(1978),
    [aux_sym_float_token1] = ACTIONS(1976),
    [aux_sym_float_token2] = ACTIONS(1978),
    [anon_sym_true] = ACTIONS(1976),
    [anon_sym_false] = ACTIONS(1976),
    [aux_sym_string_token1] = ACTIONS(1978),
    [aux_sym_string_token3] = ACTIONS(1978),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [526] = {
    [ts_builtin_sym_end] = ACTIONS(2074),
    [sym_identifier] = ACTIONS(2072),
    [anon_sym_POUND] = ACTIONS(2074),
    [anon_sym_package] = ACTIONS(2072),
    [anon_sym_import] = ACTIONS(2072),
    [anon_sym_using] = ACTIONS(2072),
    [anon_sym_throw] = ACTIONS(2072),
    [anon_sym_LPAREN] = ACTIONS(2074),
    [anon_sym_switch] = ACTIONS(2072),
    [anon_sym_LBRACE] = ACTIONS(2074),
    [anon_sym_cast] = ACTIONS(2072),
    [anon_sym_DOLLARtype] = ACTIONS(2074),
    [anon_sym_return] = ACTIONS(2072),
    [anon_sym_untyped] = ACTIONS(2072),
    [anon_sym_break] = ACTIONS(2072),
    [anon_sym_continue] = ACTIONS(2072),
    [anon_sym_LBRACK] = ACTIONS(2074),
    [anon_sym_this] = ACTIONS(2072),
    [anon_sym_AT] = ACTIONS(2072),
    [anon_sym_AT_COLON] = ACTIONS(2074),
    [anon_sym_if] = ACTIONS(2072),
    [anon_sym_new] = ACTIONS(2072),
    [anon_sym_TILDE] = ACTIONS(2074),
    [anon_sym_BANG] = ACTIONS(2072),
    [anon_sym_DASH] = ACTIONS(2072),
    [anon_sym_PLUS_PLUS] = ACTIONS(2074),
    [anon_sym_DASH_DASH] = ACTIONS(2074),
    [anon_sym_PERCENT] = ACTIONS(2074),
    [anon_sym_STAR] = ACTIONS(2074),
    [anon_sym_SLASH] = ACTIONS(2072),
    [anon_sym_PLUS] = ACTIONS(2072),
    [anon_sym_LT_LT] = ACTIONS(2074),
    [anon_sym_GT_GT] = ACTIONS(2072),
    [anon_sym_GT_GT_GT] = ACTIONS(2074),
    [anon_sym_AMP] = ACTIONS(2072),
    [anon_sym_PIPE] = ACTIONS(2072),
    [anon_sym_CARET] = ACTIONS(2074),
    [anon_sym_AMP_AMP] = ACTIONS(2074),
    [anon_sym_PIPE_PIPE] = ACTIONS(2074),
    [anon_sym_EQ_EQ] = ACTIONS(2074),
    [anon_sym_BANG_EQ] = ACTIONS(2074),
    [anon_sym_LT] = ACTIONS(2072),
    [anon_sym_LT_EQ] = ACTIONS(2074),
    [anon_sym_GT] = ACTIONS(2072),
    [anon_sym_GT_EQ] = ACTIONS(2074),
    [anon_sym_EQ_GT] = ACTIONS(2074),
    [anon_sym_QMARK_QMARK] = ACTIONS(2074),
    [anon_sym_EQ] = ACTIONS(2072),
    [sym__rangeOperator] = ACTIONS(2074),
    [anon_sym_null] = ACTIONS(2072),
    [anon_sym_macro] = ACTIONS(2072),
    [anon_sym_abstract] = ACTIONS(2072),
    [anon_sym_static] = ACTIONS(2072),
    [anon_sym_public] = ACTIONS(2072),
    [anon_sym_private] = ACTIONS(2072),
    [anon_sym_extern] = ACTIONS(2072),
    [anon_sym_inline] = ACTIONS(2072),
    [anon_sym_overload] = ACTIONS(2072),
    [anon_sym_override] = ACTIONS(2072),
    [anon_sym_final] = ACTIONS(2072),
    [anon_sym_class] = ACTIONS(2072),
    [anon_sym_interface] = ACTIONS(2072),
    [anon_sym_typedef] = ACTIONS(2072),
    [anon_sym_function] = ACTIONS(2072),
    [anon_sym_var] = ACTIONS(2072),
    [aux_sym_integer_token1] = ACTIONS(2072),
    [aux_sym_integer_token2] = ACTIONS(2074),
    [aux_sym_float_token1] = ACTIONS(2072),
    [aux_sym_float_token2] = ACTIONS(2074),
    [anon_sym_true] = ACTIONS(2072),
    [anon_sym_false] = ACTIONS(2072),
    [aux_sym_string_token1] = ACTIONS(2074),
    [aux_sym_string_token3] = ACTIONS(2074),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [527] = {
    [ts_builtin_sym_end] = ACTIONS(1754),
    [sym_identifier] = ACTIONS(1752),
    [anon_sym_POUND] = ACTIONS(1754),
    [anon_sym_package] = ACTIONS(1752),
    [anon_sym_import] = ACTIONS(1752),
    [anon_sym_using] = ACTIONS(1752),
    [anon_sym_throw] = ACTIONS(1752),
    [anon_sym_LPAREN] = ACTIONS(1754),
    [anon_sym_switch] = ACTIONS(1752),
    [anon_sym_LBRACE] = ACTIONS(1754),
    [anon_sym_cast] = ACTIONS(1752),
    [anon_sym_DOLLARtype] = ACTIONS(1754),
    [anon_sym_return] = ACTIONS(1752),
    [anon_sym_untyped] = ACTIONS(1752),
    [anon_sym_break] = ACTIONS(1752),
    [anon_sym_continue] = ACTIONS(1752),
    [anon_sym_LBRACK] = ACTIONS(1754),
    [anon_sym_this] = ACTIONS(1752),
    [anon_sym_AT] = ACTIONS(1752),
    [anon_sym_AT_COLON] = ACTIONS(1754),
    [anon_sym_if] = ACTIONS(1752),
    [anon_sym_new] = ACTIONS(1752),
    [anon_sym_TILDE] = ACTIONS(1754),
    [anon_sym_BANG] = ACTIONS(1752),
    [anon_sym_DASH] = ACTIONS(1752),
    [anon_sym_PLUS_PLUS] = ACTIONS(1754),
    [anon_sym_DASH_DASH] = ACTIONS(1754),
    [anon_sym_PERCENT] = ACTIONS(1754),
    [anon_sym_STAR] = ACTIONS(1754),
    [anon_sym_SLASH] = ACTIONS(1752),
    [anon_sym_PLUS] = ACTIONS(1752),
    [anon_sym_LT_LT] = ACTIONS(1754),
    [anon_sym_GT_GT] = ACTIONS(1752),
    [anon_sym_GT_GT_GT] = ACTIONS(1754),
    [anon_sym_AMP] = ACTIONS(1752),
    [anon_sym_PIPE] = ACTIONS(1752),
    [anon_sym_CARET] = ACTIONS(1754),
    [anon_sym_AMP_AMP] = ACTIONS(1754),
    [anon_sym_PIPE_PIPE] = ACTIONS(1754),
    [anon_sym_EQ_EQ] = ACTIONS(1754),
    [anon_sym_BANG_EQ] = ACTIONS(1754),
    [anon_sym_LT] = ACTIONS(1752),
    [anon_sym_LT_EQ] = ACTIONS(1754),
    [anon_sym_GT] = ACTIONS(1752),
    [anon_sym_GT_EQ] = ACTIONS(1754),
    [anon_sym_EQ_GT] = ACTIONS(1754),
    [anon_sym_QMARK_QMARK] = ACTIONS(1754),
    [anon_sym_EQ] = ACTIONS(1752),
    [sym__rangeOperator] = ACTIONS(1754),
    [anon_sym_null] = ACTIONS(1752),
    [anon_sym_macro] = ACTIONS(1752),
    [anon_sym_abstract] = ACTIONS(1752),
    [anon_sym_static] = ACTIONS(1752),
    [anon_sym_public] = ACTIONS(1752),
    [anon_sym_private] = ACTIONS(1752),
    [anon_sym_extern] = ACTIONS(1752),
    [anon_sym_inline] = ACTIONS(1752),
    [anon_sym_overload] = ACTIONS(1752),
    [anon_sym_override] = ACTIONS(1752),
    [anon_sym_final] = ACTIONS(1752),
    [anon_sym_class] = ACTIONS(1752),
    [anon_sym_interface] = ACTIONS(1752),
    [anon_sym_typedef] = ACTIONS(1752),
    [anon_sym_function] = ACTIONS(1752),
    [anon_sym_var] = ACTIONS(1752),
    [aux_sym_integer_token1] = ACTIONS(1752),
    [aux_sym_integer_token2] = ACTIONS(1754),
    [aux_sym_float_token1] = ACTIONS(1752),
    [aux_sym_float_token2] = ACTIONS(1754),
    [anon_sym_true] = ACTIONS(1752),
    [anon_sym_false] = ACTIONS(1752),
    [aux_sym_string_token1] = ACTIONS(1754),
    [aux_sym_string_token3] = ACTIONS(1754),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [528] = {
    [ts_builtin_sym_end] = ACTIONS(1682),
    [sym_identifier] = ACTIONS(1680),
    [anon_sym_POUND] = ACTIONS(1682),
    [anon_sym_package] = ACTIONS(1680),
    [anon_sym_import] = ACTIONS(1680),
    [anon_sym_using] = ACTIONS(1680),
    [anon_sym_throw] = ACTIONS(1680),
    [anon_sym_LPAREN] = ACTIONS(1682),
    [anon_sym_switch] = ACTIONS(1680),
    [anon_sym_LBRACE] = ACTIONS(1682),
    [anon_sym_cast] = ACTIONS(1680),
    [anon_sym_DOLLARtype] = ACTIONS(1682),
    [anon_sym_return] = ACTIONS(1680),
    [anon_sym_untyped] = ACTIONS(1680),
    [anon_sym_break] = ACTIONS(1680),
    [anon_sym_continue] = ACTIONS(1680),
    [anon_sym_LBRACK] = ACTIONS(1682),
    [anon_sym_this] = ACTIONS(1680),
    [anon_sym_AT] = ACTIONS(1680),
    [anon_sym_AT_COLON] = ACTIONS(1682),
    [anon_sym_if] = ACTIONS(1680),
    [anon_sym_new] = ACTIONS(1680),
    [anon_sym_TILDE] = ACTIONS(1682),
    [anon_sym_BANG] = ACTIONS(1680),
    [anon_sym_DASH] = ACTIONS(1680),
    [anon_sym_PLUS_PLUS] = ACTIONS(1682),
    [anon_sym_DASH_DASH] = ACTIONS(1682),
    [anon_sym_PERCENT] = ACTIONS(1682),
    [anon_sym_STAR] = ACTIONS(1682),
    [anon_sym_SLASH] = ACTIONS(1680),
    [anon_sym_PLUS] = ACTIONS(1680),
    [anon_sym_LT_LT] = ACTIONS(1682),
    [anon_sym_GT_GT] = ACTIONS(1680),
    [anon_sym_GT_GT_GT] = ACTIONS(1682),
    [anon_sym_AMP] = ACTIONS(1680),
    [anon_sym_PIPE] = ACTIONS(1680),
    [anon_sym_CARET] = ACTIONS(1682),
    [anon_sym_AMP_AMP] = ACTIONS(1682),
    [anon_sym_PIPE_PIPE] = ACTIONS(1682),
    [anon_sym_EQ_EQ] = ACTIONS(1682),
    [anon_sym_BANG_EQ] = ACTIONS(1682),
    [anon_sym_LT] = ACTIONS(1680),
    [anon_sym_LT_EQ] = ACTIONS(1682),
    [anon_sym_GT] = ACTIONS(1680),
    [anon_sym_GT_EQ] = ACTIONS(1682),
    [anon_sym_EQ_GT] = ACTIONS(1682),
    [anon_sym_QMARK_QMARK] = ACTIONS(1682),
    [anon_sym_EQ] = ACTIONS(1680),
    [sym__rangeOperator] = ACTIONS(1682),
    [anon_sym_null] = ACTIONS(1680),
    [anon_sym_macro] = ACTIONS(1680),
    [anon_sym_abstract] = ACTIONS(1680),
    [anon_sym_static] = ACTIONS(1680),
    [anon_sym_public] = ACTIONS(1680),
    [anon_sym_private] = ACTIONS(1680),
    [anon_sym_extern] = ACTIONS(1680),
    [anon_sym_inline] = ACTIONS(1680),
    [anon_sym_overload] = ACTIONS(1680),
    [anon_sym_override] = ACTIONS(1680),
    [anon_sym_final] = ACTIONS(1680),
    [anon_sym_class] = ACTIONS(1680),
    [anon_sym_interface] = ACTIONS(1680),
    [anon_sym_typedef] = ACTIONS(1680),
    [anon_sym_function] = ACTIONS(1680),
    [anon_sym_var] = ACTIONS(1680),
    [aux_sym_integer_token1] = ACTIONS(1680),
    [aux_sym_integer_token2] = ACTIONS(1682),
    [aux_sym_float_token1] = ACTIONS(1680),
    [aux_sym_float_token2] = ACTIONS(1682),
    [anon_sym_true] = ACTIONS(1680),
    [anon_sym_false] = ACTIONS(1680),
    [aux_sym_string_token1] = ACTIONS(1682),
    [aux_sym_string_token3] = ACTIONS(1682),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [529] = {
    [ts_builtin_sym_end] = ACTIONS(2238),
    [sym_identifier] = ACTIONS(2236),
    [anon_sym_POUND] = ACTIONS(2238),
    [anon_sym_package] = ACTIONS(2236),
    [anon_sym_import] = ACTIONS(2236),
    [anon_sym_using] = ACTIONS(2236),
    [anon_sym_throw] = ACTIONS(2236),
    [anon_sym_LPAREN] = ACTIONS(2238),
    [anon_sym_switch] = ACTIONS(2236),
    [anon_sym_LBRACE] = ACTIONS(2238),
    [anon_sym_cast] = ACTIONS(2236),
    [anon_sym_DOLLARtype] = ACTIONS(2238),
    [anon_sym_return] = ACTIONS(2236),
    [anon_sym_untyped] = ACTIONS(2236),
    [anon_sym_break] = ACTIONS(2236),
    [anon_sym_continue] = ACTIONS(2236),
    [anon_sym_LBRACK] = ACTIONS(2238),
    [anon_sym_this] = ACTIONS(2236),
    [anon_sym_AT] = ACTIONS(2236),
    [anon_sym_AT_COLON] = ACTIONS(2238),
    [anon_sym_if] = ACTIONS(2236),
    [anon_sym_new] = ACTIONS(2236),
    [anon_sym_TILDE] = ACTIONS(2238),
    [anon_sym_BANG] = ACTIONS(2236),
    [anon_sym_DASH] = ACTIONS(2236),
    [anon_sym_PLUS_PLUS] = ACTIONS(2238),
    [anon_sym_DASH_DASH] = ACTIONS(2238),
    [anon_sym_PERCENT] = ACTIONS(2238),
    [anon_sym_STAR] = ACTIONS(2238),
    [anon_sym_SLASH] = ACTIONS(2236),
    [anon_sym_PLUS] = ACTIONS(2236),
    [anon_sym_LT_LT] = ACTIONS(2238),
    [anon_sym_GT_GT] = ACTIONS(2236),
    [anon_sym_GT_GT_GT] = ACTIONS(2238),
    [anon_sym_AMP] = ACTIONS(2236),
    [anon_sym_PIPE] = ACTIONS(2236),
    [anon_sym_CARET] = ACTIONS(2238),
    [anon_sym_AMP_AMP] = ACTIONS(2238),
    [anon_sym_PIPE_PIPE] = ACTIONS(2238),
    [anon_sym_EQ_EQ] = ACTIONS(2238),
    [anon_sym_BANG_EQ] = ACTIONS(2238),
    [anon_sym_LT] = ACTIONS(2236),
    [anon_sym_LT_EQ] = ACTIONS(2238),
    [anon_sym_GT] = ACTIONS(2236),
    [anon_sym_GT_EQ] = ACTIONS(2238),
    [anon_sym_EQ_GT] = ACTIONS(2238),
    [anon_sym_QMARK_QMARK] = ACTIONS(2238),
    [anon_sym_EQ] = ACTIONS(2236),
    [sym__rangeOperator] = ACTIONS(2238),
    [anon_sym_null] = ACTIONS(2236),
    [anon_sym_macro] = ACTIONS(2236),
    [anon_sym_abstract] = ACTIONS(2236),
    [anon_sym_static] = ACTIONS(2236),
    [anon_sym_public] = ACTIONS(2236),
    [anon_sym_private] = ACTIONS(2236),
    [anon_sym_extern] = ACTIONS(2236),
    [anon_sym_inline] = ACTIONS(2236),
    [anon_sym_overload] = ACTIONS(2236),
    [anon_sym_override] = ACTIONS(2236),
    [anon_sym_final] = ACTIONS(2236),
    [anon_sym_class] = ACTIONS(2236),
    [anon_sym_interface] = ACTIONS(2236),
    [anon_sym_typedef] = ACTIONS(2236),
    [anon_sym_function] = ACTIONS(2236),
    [anon_sym_var] = ACTIONS(2236),
    [aux_sym_integer_token1] = ACTIONS(2236),
    [aux_sym_integer_token2] = ACTIONS(2238),
    [aux_sym_float_token1] = ACTIONS(2236),
    [aux_sym_float_token2] = ACTIONS(2238),
    [anon_sym_true] = ACTIONS(2236),
    [anon_sym_false] = ACTIONS(2236),
    [aux_sym_string_token1] = ACTIONS(2238),
    [aux_sym_string_token3] = ACTIONS(2238),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [530] = {
    [ts_builtin_sym_end] = ACTIONS(2234),
    [sym_identifier] = ACTIONS(2232),
    [anon_sym_POUND] = ACTIONS(2234),
    [anon_sym_package] = ACTIONS(2232),
    [anon_sym_import] = ACTIONS(2232),
    [anon_sym_using] = ACTIONS(2232),
    [anon_sym_throw] = ACTIONS(2232),
    [anon_sym_LPAREN] = ACTIONS(2234),
    [anon_sym_switch] = ACTIONS(2232),
    [anon_sym_LBRACE] = ACTIONS(2234),
    [anon_sym_cast] = ACTIONS(2232),
    [anon_sym_DOLLARtype] = ACTIONS(2234),
    [anon_sym_return] = ACTIONS(2232),
    [anon_sym_untyped] = ACTIONS(2232),
    [anon_sym_break] = ACTIONS(2232),
    [anon_sym_continue] = ACTIONS(2232),
    [anon_sym_LBRACK] = ACTIONS(2234),
    [anon_sym_this] = ACTIONS(2232),
    [anon_sym_AT] = ACTIONS(2232),
    [anon_sym_AT_COLON] = ACTIONS(2234),
    [anon_sym_if] = ACTIONS(2232),
    [anon_sym_new] = ACTIONS(2232),
    [anon_sym_TILDE] = ACTIONS(2234),
    [anon_sym_BANG] = ACTIONS(2232),
    [anon_sym_DASH] = ACTIONS(2232),
    [anon_sym_PLUS_PLUS] = ACTIONS(2234),
    [anon_sym_DASH_DASH] = ACTIONS(2234),
    [anon_sym_PERCENT] = ACTIONS(2234),
    [anon_sym_STAR] = ACTIONS(2234),
    [anon_sym_SLASH] = ACTIONS(2232),
    [anon_sym_PLUS] = ACTIONS(2232),
    [anon_sym_LT_LT] = ACTIONS(2234),
    [anon_sym_GT_GT] = ACTIONS(2232),
    [anon_sym_GT_GT_GT] = ACTIONS(2234),
    [anon_sym_AMP] = ACTIONS(2232),
    [anon_sym_PIPE] = ACTIONS(2232),
    [anon_sym_CARET] = ACTIONS(2234),
    [anon_sym_AMP_AMP] = ACTIONS(2234),
    [anon_sym_PIPE_PIPE] = ACTIONS(2234),
    [anon_sym_EQ_EQ] = ACTIONS(2234),
    [anon_sym_BANG_EQ] = ACTIONS(2234),
    [anon_sym_LT] = ACTIONS(2232),
    [anon_sym_LT_EQ] = ACTIONS(2234),
    [anon_sym_GT] = ACTIONS(2232),
    [anon_sym_GT_EQ] = ACTIONS(2234),
    [anon_sym_EQ_GT] = ACTIONS(2234),
    [anon_sym_QMARK_QMARK] = ACTIONS(2234),
    [anon_sym_EQ] = ACTIONS(2232),
    [sym__rangeOperator] = ACTIONS(2234),
    [anon_sym_null] = ACTIONS(2232),
    [anon_sym_macro] = ACTIONS(2232),
    [anon_sym_abstract] = ACTIONS(2232),
    [anon_sym_static] = ACTIONS(2232),
    [anon_sym_public] = ACTIONS(2232),
    [anon_sym_private] = ACTIONS(2232),
    [anon_sym_extern] = ACTIONS(2232),
    [anon_sym_inline] = ACTIONS(2232),
    [anon_sym_overload] = ACTIONS(2232),
    [anon_sym_override] = ACTIONS(2232),
    [anon_sym_final] = ACTIONS(2232),
    [anon_sym_class] = ACTIONS(2232),
    [anon_sym_interface] = ACTIONS(2232),
    [anon_sym_typedef] = ACTIONS(2232),
    [anon_sym_function] = ACTIONS(2232),
    [anon_sym_var] = ACTIONS(2232),
    [aux_sym_integer_token1] = ACTIONS(2232),
    [aux_sym_integer_token2] = ACTIONS(2234),
    [aux_sym_float_token1] = ACTIONS(2232),
    [aux_sym_float_token2] = ACTIONS(2234),
    [anon_sym_true] = ACTIONS(2232),
    [anon_sym_false] = ACTIONS(2232),
    [aux_sym_string_token1] = ACTIONS(2234),
    [aux_sym_string_token3] = ACTIONS(2234),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [531] = {
    [ts_builtin_sym_end] = ACTIONS(1914),
    [sym_identifier] = ACTIONS(1912),
    [anon_sym_POUND] = ACTIONS(1914),
    [anon_sym_package] = ACTIONS(1912),
    [anon_sym_import] = ACTIONS(1912),
    [anon_sym_using] = ACTIONS(1912),
    [anon_sym_throw] = ACTIONS(1912),
    [anon_sym_LPAREN] = ACTIONS(1914),
    [anon_sym_switch] = ACTIONS(1912),
    [anon_sym_LBRACE] = ACTIONS(1914),
    [anon_sym_cast] = ACTIONS(1912),
    [anon_sym_DOLLARtype] = ACTIONS(1914),
    [anon_sym_return] = ACTIONS(1912),
    [anon_sym_untyped] = ACTIONS(1912),
    [anon_sym_break] = ACTIONS(1912),
    [anon_sym_continue] = ACTIONS(1912),
    [anon_sym_LBRACK] = ACTIONS(1914),
    [anon_sym_this] = ACTIONS(1912),
    [anon_sym_AT] = ACTIONS(1912),
    [anon_sym_AT_COLON] = ACTIONS(1914),
    [anon_sym_if] = ACTIONS(1912),
    [anon_sym_new] = ACTIONS(1912),
    [anon_sym_TILDE] = ACTIONS(1914),
    [anon_sym_BANG] = ACTIONS(1912),
    [anon_sym_DASH] = ACTIONS(1912),
    [anon_sym_PLUS_PLUS] = ACTIONS(1914),
    [anon_sym_DASH_DASH] = ACTIONS(1914),
    [anon_sym_PERCENT] = ACTIONS(1914),
    [anon_sym_STAR] = ACTIONS(1914),
    [anon_sym_SLASH] = ACTIONS(1912),
    [anon_sym_PLUS] = ACTIONS(1912),
    [anon_sym_LT_LT] = ACTIONS(1914),
    [anon_sym_GT_GT] = ACTIONS(1912),
    [anon_sym_GT_GT_GT] = ACTIONS(1914),
    [anon_sym_AMP] = ACTIONS(1912),
    [anon_sym_PIPE] = ACTIONS(1912),
    [anon_sym_CARET] = ACTIONS(1914),
    [anon_sym_AMP_AMP] = ACTIONS(1914),
    [anon_sym_PIPE_PIPE] = ACTIONS(1914),
    [anon_sym_EQ_EQ] = ACTIONS(1914),
    [anon_sym_BANG_EQ] = ACTIONS(1914),
    [anon_sym_LT] = ACTIONS(1912),
    [anon_sym_LT_EQ] = ACTIONS(1914),
    [anon_sym_GT] = ACTIONS(1912),
    [anon_sym_GT_EQ] = ACTIONS(1914),
    [anon_sym_EQ_GT] = ACTIONS(1914),
    [anon_sym_QMARK_QMARK] = ACTIONS(1914),
    [anon_sym_EQ] = ACTIONS(1912),
    [sym__rangeOperator] = ACTIONS(1914),
    [anon_sym_null] = ACTIONS(1912),
    [anon_sym_macro] = ACTIONS(1912),
    [anon_sym_abstract] = ACTIONS(1912),
    [anon_sym_static] = ACTIONS(1912),
    [anon_sym_public] = ACTIONS(1912),
    [anon_sym_private] = ACTIONS(1912),
    [anon_sym_extern] = ACTIONS(1912),
    [anon_sym_inline] = ACTIONS(1912),
    [anon_sym_overload] = ACTIONS(1912),
    [anon_sym_override] = ACTIONS(1912),
    [anon_sym_final] = ACTIONS(1912),
    [anon_sym_class] = ACTIONS(1912),
    [anon_sym_interface] = ACTIONS(1912),
    [anon_sym_typedef] = ACTIONS(1912),
    [anon_sym_function] = ACTIONS(1912),
    [anon_sym_var] = ACTIONS(1912),
    [aux_sym_integer_token1] = ACTIONS(1912),
    [aux_sym_integer_token2] = ACTIONS(1914),
    [aux_sym_float_token1] = ACTIONS(1912),
    [aux_sym_float_token2] = ACTIONS(1914),
    [anon_sym_true] = ACTIONS(1912),
    [anon_sym_false] = ACTIONS(1912),
    [aux_sym_string_token1] = ACTIONS(1914),
    [aux_sym_string_token3] = ACTIONS(1914),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [532] = {
    [ts_builtin_sym_end] = ACTIONS(2326),
    [sym_identifier] = ACTIONS(2324),
    [anon_sym_POUND] = ACTIONS(2326),
    [anon_sym_package] = ACTIONS(2324),
    [anon_sym_import] = ACTIONS(2324),
    [anon_sym_using] = ACTIONS(2324),
    [anon_sym_throw] = ACTIONS(2324),
    [anon_sym_LPAREN] = ACTIONS(2326),
    [anon_sym_switch] = ACTIONS(2324),
    [anon_sym_LBRACE] = ACTIONS(2326),
    [anon_sym_cast] = ACTIONS(2324),
    [anon_sym_DOLLARtype] = ACTIONS(2326),
    [anon_sym_return] = ACTIONS(2324),
    [anon_sym_untyped] = ACTIONS(2324),
    [anon_sym_break] = ACTIONS(2324),
    [anon_sym_continue] = ACTIONS(2324),
    [anon_sym_LBRACK] = ACTIONS(2326),
    [anon_sym_this] = ACTIONS(2324),
    [anon_sym_AT] = ACTIONS(2324),
    [anon_sym_AT_COLON] = ACTIONS(2326),
    [anon_sym_if] = ACTIONS(2324),
    [anon_sym_new] = ACTIONS(2324),
    [anon_sym_TILDE] = ACTIONS(2326),
    [anon_sym_BANG] = ACTIONS(2324),
    [anon_sym_DASH] = ACTIONS(2324),
    [anon_sym_PLUS_PLUS] = ACTIONS(2326),
    [anon_sym_DASH_DASH] = ACTIONS(2326),
    [anon_sym_PERCENT] = ACTIONS(2326),
    [anon_sym_STAR] = ACTIONS(2326),
    [anon_sym_SLASH] = ACTIONS(2324),
    [anon_sym_PLUS] = ACTIONS(2324),
    [anon_sym_LT_LT] = ACTIONS(2326),
    [anon_sym_GT_GT] = ACTIONS(2324),
    [anon_sym_GT_GT_GT] = ACTIONS(2326),
    [anon_sym_AMP] = ACTIONS(2324),
    [anon_sym_PIPE] = ACTIONS(2324),
    [anon_sym_CARET] = ACTIONS(2326),
    [anon_sym_AMP_AMP] = ACTIONS(2326),
    [anon_sym_PIPE_PIPE] = ACTIONS(2326),
    [anon_sym_EQ_EQ] = ACTIONS(2326),
    [anon_sym_BANG_EQ] = ACTIONS(2326),
    [anon_sym_LT] = ACTIONS(2324),
    [anon_sym_LT_EQ] = ACTIONS(2326),
    [anon_sym_GT] = ACTIONS(2324),
    [anon_sym_GT_EQ] = ACTIONS(2326),
    [anon_sym_EQ_GT] = ACTIONS(2326),
    [anon_sym_QMARK_QMARK] = ACTIONS(2326),
    [anon_sym_EQ] = ACTIONS(2324),
    [sym__rangeOperator] = ACTIONS(2326),
    [anon_sym_null] = ACTIONS(2324),
    [anon_sym_macro] = ACTIONS(2324),
    [anon_sym_abstract] = ACTIONS(2324),
    [anon_sym_static] = ACTIONS(2324),
    [anon_sym_public] = ACTIONS(2324),
    [anon_sym_private] = ACTIONS(2324),
    [anon_sym_extern] = ACTIONS(2324),
    [anon_sym_inline] = ACTIONS(2324),
    [anon_sym_overload] = ACTIONS(2324),
    [anon_sym_override] = ACTIONS(2324),
    [anon_sym_final] = ACTIONS(2324),
    [anon_sym_class] = ACTIONS(2324),
    [anon_sym_interface] = ACTIONS(2324),
    [anon_sym_typedef] = ACTIONS(2324),
    [anon_sym_function] = ACTIONS(2324),
    [anon_sym_var] = ACTIONS(2324),
    [aux_sym_integer_token1] = ACTIONS(2324),
    [aux_sym_integer_token2] = ACTIONS(2326),
    [aux_sym_float_token1] = ACTIONS(2324),
    [aux_sym_float_token2] = ACTIONS(2326),
    [anon_sym_true] = ACTIONS(2324),
    [anon_sym_false] = ACTIONS(2324),
    [aux_sym_string_token1] = ACTIONS(2326),
    [aux_sym_string_token3] = ACTIONS(2326),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [533] = {
    [ts_builtin_sym_end] = ACTIONS(2286),
    [sym_identifier] = ACTIONS(2284),
    [anon_sym_POUND] = ACTIONS(2286),
    [anon_sym_package] = ACTIONS(2284),
    [anon_sym_import] = ACTIONS(2284),
    [anon_sym_using] = ACTIONS(2284),
    [anon_sym_throw] = ACTIONS(2284),
    [anon_sym_LPAREN] = ACTIONS(2286),
    [anon_sym_switch] = ACTIONS(2284),
    [anon_sym_LBRACE] = ACTIONS(2286),
    [anon_sym_cast] = ACTIONS(2284),
    [anon_sym_DOLLARtype] = ACTIONS(2286),
    [anon_sym_return] = ACTIONS(2284),
    [anon_sym_untyped] = ACTIONS(2284),
    [anon_sym_break] = ACTIONS(2284),
    [anon_sym_continue] = ACTIONS(2284),
    [anon_sym_LBRACK] = ACTIONS(2286),
    [anon_sym_this] = ACTIONS(2284),
    [anon_sym_AT] = ACTIONS(2284),
    [anon_sym_AT_COLON] = ACTIONS(2286),
    [anon_sym_if] = ACTIONS(2284),
    [anon_sym_new] = ACTIONS(2284),
    [anon_sym_TILDE] = ACTIONS(2286),
    [anon_sym_BANG] = ACTIONS(2284),
    [anon_sym_DASH] = ACTIONS(2284),
    [anon_sym_PLUS_PLUS] = ACTIONS(2286),
    [anon_sym_DASH_DASH] = ACTIONS(2286),
    [anon_sym_PERCENT] = ACTIONS(2286),
    [anon_sym_STAR] = ACTIONS(2286),
    [anon_sym_SLASH] = ACTIONS(2284),
    [anon_sym_PLUS] = ACTIONS(2284),
    [anon_sym_LT_LT] = ACTIONS(2286),
    [anon_sym_GT_GT] = ACTIONS(2284),
    [anon_sym_GT_GT_GT] = ACTIONS(2286),
    [anon_sym_AMP] = ACTIONS(2284),
    [anon_sym_PIPE] = ACTIONS(2284),
    [anon_sym_CARET] = ACTIONS(2286),
    [anon_sym_AMP_AMP] = ACTIONS(2286),
    [anon_sym_PIPE_PIPE] = ACTIONS(2286),
    [anon_sym_EQ_EQ] = ACTIONS(2286),
    [anon_sym_BANG_EQ] = ACTIONS(2286),
    [anon_sym_LT] = ACTIONS(2284),
    [anon_sym_LT_EQ] = ACTIONS(2286),
    [anon_sym_GT] = ACTIONS(2284),
    [anon_sym_GT_EQ] = ACTIONS(2286),
    [anon_sym_EQ_GT] = ACTIONS(2286),
    [anon_sym_QMARK_QMARK] = ACTIONS(2286),
    [anon_sym_EQ] = ACTIONS(2284),
    [sym__rangeOperator] = ACTIONS(2286),
    [anon_sym_null] = ACTIONS(2284),
    [anon_sym_macro] = ACTIONS(2284),
    [anon_sym_abstract] = ACTIONS(2284),
    [anon_sym_static] = ACTIONS(2284),
    [anon_sym_public] = ACTIONS(2284),
    [anon_sym_private] = ACTIONS(2284),
    [anon_sym_extern] = ACTIONS(2284),
    [anon_sym_inline] = ACTIONS(2284),
    [anon_sym_overload] = ACTIONS(2284),
    [anon_sym_override] = ACTIONS(2284),
    [anon_sym_final] = ACTIONS(2284),
    [anon_sym_class] = ACTIONS(2284),
    [anon_sym_interface] = ACTIONS(2284),
    [anon_sym_typedef] = ACTIONS(2284),
    [anon_sym_function] = ACTIONS(2284),
    [anon_sym_var] = ACTIONS(2284),
    [aux_sym_integer_token1] = ACTIONS(2284),
    [aux_sym_integer_token2] = ACTIONS(2286),
    [aux_sym_float_token1] = ACTIONS(2284),
    [aux_sym_float_token2] = ACTIONS(2286),
    [anon_sym_true] = ACTIONS(2284),
    [anon_sym_false] = ACTIONS(2284),
    [aux_sym_string_token1] = ACTIONS(2286),
    [aux_sym_string_token3] = ACTIONS(2286),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [534] = {
    [ts_builtin_sym_end] = ACTIONS(2138),
    [sym_identifier] = ACTIONS(2136),
    [anon_sym_POUND] = ACTIONS(2138),
    [anon_sym_package] = ACTIONS(2136),
    [anon_sym_import] = ACTIONS(2136),
    [anon_sym_using] = ACTIONS(2136),
    [anon_sym_throw] = ACTIONS(2136),
    [anon_sym_LPAREN] = ACTIONS(2138),
    [anon_sym_switch] = ACTIONS(2136),
    [anon_sym_LBRACE] = ACTIONS(2138),
    [anon_sym_cast] = ACTIONS(2136),
    [anon_sym_DOLLARtype] = ACTIONS(2138),
    [anon_sym_return] = ACTIONS(2136),
    [anon_sym_untyped] = ACTIONS(2136),
    [anon_sym_break] = ACTIONS(2136),
    [anon_sym_continue] = ACTIONS(2136),
    [anon_sym_LBRACK] = ACTIONS(2138),
    [anon_sym_this] = ACTIONS(2136),
    [anon_sym_AT] = ACTIONS(2136),
    [anon_sym_AT_COLON] = ACTIONS(2138),
    [anon_sym_if] = ACTIONS(2136),
    [anon_sym_new] = ACTIONS(2136),
    [anon_sym_TILDE] = ACTIONS(2138),
    [anon_sym_BANG] = ACTIONS(2136),
    [anon_sym_DASH] = ACTIONS(2136),
    [anon_sym_PLUS_PLUS] = ACTIONS(2138),
    [anon_sym_DASH_DASH] = ACTIONS(2138),
    [anon_sym_PERCENT] = ACTIONS(2138),
    [anon_sym_STAR] = ACTIONS(2138),
    [anon_sym_SLASH] = ACTIONS(2136),
    [anon_sym_PLUS] = ACTIONS(2136),
    [anon_sym_LT_LT] = ACTIONS(2138),
    [anon_sym_GT_GT] = ACTIONS(2136),
    [anon_sym_GT_GT_GT] = ACTIONS(2138),
    [anon_sym_AMP] = ACTIONS(2136),
    [anon_sym_PIPE] = ACTIONS(2136),
    [anon_sym_CARET] = ACTIONS(2138),
    [anon_sym_AMP_AMP] = ACTIONS(2138),
    [anon_sym_PIPE_PIPE] = ACTIONS(2138),
    [anon_sym_EQ_EQ] = ACTIONS(2138),
    [anon_sym_BANG_EQ] = ACTIONS(2138),
    [anon_sym_LT] = ACTIONS(2136),
    [anon_sym_LT_EQ] = ACTIONS(2138),
    [anon_sym_GT] = ACTIONS(2136),
    [anon_sym_GT_EQ] = ACTIONS(2138),
    [anon_sym_EQ_GT] = ACTIONS(2138),
    [anon_sym_QMARK_QMARK] = ACTIONS(2138),
    [anon_sym_EQ] = ACTIONS(2136),
    [sym__rangeOperator] = ACTIONS(2138),
    [anon_sym_null] = ACTIONS(2136),
    [anon_sym_macro] = ACTIONS(2136),
    [anon_sym_abstract] = ACTIONS(2136),
    [anon_sym_static] = ACTIONS(2136),
    [anon_sym_public] = ACTIONS(2136),
    [anon_sym_private] = ACTIONS(2136),
    [anon_sym_extern] = ACTIONS(2136),
    [anon_sym_inline] = ACTIONS(2136),
    [anon_sym_overload] = ACTIONS(2136),
    [anon_sym_override] = ACTIONS(2136),
    [anon_sym_final] = ACTIONS(2136),
    [anon_sym_class] = ACTIONS(2136),
    [anon_sym_interface] = ACTIONS(2136),
    [anon_sym_typedef] = ACTIONS(2136),
    [anon_sym_function] = ACTIONS(2136),
    [anon_sym_var] = ACTIONS(2136),
    [aux_sym_integer_token1] = ACTIONS(2136),
    [aux_sym_integer_token2] = ACTIONS(2138),
    [aux_sym_float_token1] = ACTIONS(2136),
    [aux_sym_float_token2] = ACTIONS(2138),
    [anon_sym_true] = ACTIONS(2136),
    [anon_sym_false] = ACTIONS(2136),
    [aux_sym_string_token1] = ACTIONS(2138),
    [aux_sym_string_token3] = ACTIONS(2138),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [535] = {
    [ts_builtin_sym_end] = ACTIONS(1958),
    [sym_identifier] = ACTIONS(1956),
    [anon_sym_POUND] = ACTIONS(1958),
    [anon_sym_package] = ACTIONS(1956),
    [anon_sym_import] = ACTIONS(1956),
    [anon_sym_using] = ACTIONS(1956),
    [anon_sym_throw] = ACTIONS(1956),
    [anon_sym_LPAREN] = ACTIONS(1958),
    [anon_sym_switch] = ACTIONS(1956),
    [anon_sym_LBRACE] = ACTIONS(1958),
    [anon_sym_cast] = ACTIONS(1956),
    [anon_sym_DOLLARtype] = ACTIONS(1958),
    [anon_sym_return] = ACTIONS(1956),
    [anon_sym_untyped] = ACTIONS(1956),
    [anon_sym_break] = ACTIONS(1956),
    [anon_sym_continue] = ACTIONS(1956),
    [anon_sym_LBRACK] = ACTIONS(1958),
    [anon_sym_this] = ACTIONS(1956),
    [anon_sym_AT] = ACTIONS(1956),
    [anon_sym_AT_COLON] = ACTIONS(1958),
    [anon_sym_if] = ACTIONS(1956),
    [anon_sym_new] = ACTIONS(1956),
    [anon_sym_TILDE] = ACTIONS(1958),
    [anon_sym_BANG] = ACTIONS(1956),
    [anon_sym_DASH] = ACTIONS(1956),
    [anon_sym_PLUS_PLUS] = ACTIONS(1958),
    [anon_sym_DASH_DASH] = ACTIONS(1958),
    [anon_sym_PERCENT] = ACTIONS(1958),
    [anon_sym_STAR] = ACTIONS(1958),
    [anon_sym_SLASH] = ACTIONS(1956),
    [anon_sym_PLUS] = ACTIONS(1956),
    [anon_sym_LT_LT] = ACTIONS(1958),
    [anon_sym_GT_GT] = ACTIONS(1956),
    [anon_sym_GT_GT_GT] = ACTIONS(1958),
    [anon_sym_AMP] = ACTIONS(1956),
    [anon_sym_PIPE] = ACTIONS(1956),
    [anon_sym_CARET] = ACTIONS(1958),
    [anon_sym_AMP_AMP] = ACTIONS(1958),
    [anon_sym_PIPE_PIPE] = ACTIONS(1958),
    [anon_sym_EQ_EQ] = ACTIONS(1958),
    [anon_sym_BANG_EQ] = ACTIONS(1958),
    [anon_sym_LT] = ACTIONS(1956),
    [anon_sym_LT_EQ] = ACTIONS(1958),
    [anon_sym_GT] = ACTIONS(1956),
    [anon_sym_GT_EQ] = ACTIONS(1958),
    [anon_sym_EQ_GT] = ACTIONS(1958),
    [anon_sym_QMARK_QMARK] = ACTIONS(1958),
    [anon_sym_EQ] = ACTIONS(1956),
    [sym__rangeOperator] = ACTIONS(1958),
    [anon_sym_null] = ACTIONS(1956),
    [anon_sym_macro] = ACTIONS(1956),
    [anon_sym_abstract] = ACTIONS(1956),
    [anon_sym_static] = ACTIONS(1956),
    [anon_sym_public] = ACTIONS(1956),
    [anon_sym_private] = ACTIONS(1956),
    [anon_sym_extern] = ACTIONS(1956),
    [anon_sym_inline] = ACTIONS(1956),
    [anon_sym_overload] = ACTIONS(1956),
    [anon_sym_override] = ACTIONS(1956),
    [anon_sym_final] = ACTIONS(1956),
    [anon_sym_class] = ACTIONS(1956),
    [anon_sym_interface] = ACTIONS(1956),
    [anon_sym_typedef] = ACTIONS(1956),
    [anon_sym_function] = ACTIONS(1956),
    [anon_sym_var] = ACTIONS(1956),
    [aux_sym_integer_token1] = ACTIONS(1956),
    [aux_sym_integer_token2] = ACTIONS(1958),
    [aux_sym_float_token1] = ACTIONS(1956),
    [aux_sym_float_token2] = ACTIONS(1958),
    [anon_sym_true] = ACTIONS(1956),
    [anon_sym_false] = ACTIONS(1956),
    [aux_sym_string_token1] = ACTIONS(1958),
    [aux_sym_string_token3] = ACTIONS(1958),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [536] = {
    [ts_builtin_sym_end] = ACTIONS(1686),
    [sym_identifier] = ACTIONS(1684),
    [anon_sym_POUND] = ACTIONS(1686),
    [anon_sym_package] = ACTIONS(1684),
    [anon_sym_import] = ACTIONS(1684),
    [anon_sym_using] = ACTIONS(1684),
    [anon_sym_throw] = ACTIONS(1684),
    [anon_sym_LPAREN] = ACTIONS(1686),
    [anon_sym_switch] = ACTIONS(1684),
    [anon_sym_LBRACE] = ACTIONS(1686),
    [anon_sym_cast] = ACTIONS(1684),
    [anon_sym_DOLLARtype] = ACTIONS(1686),
    [anon_sym_return] = ACTIONS(1684),
    [anon_sym_untyped] = ACTIONS(1684),
    [anon_sym_break] = ACTIONS(1684),
    [anon_sym_continue] = ACTIONS(1684),
    [anon_sym_LBRACK] = ACTIONS(1686),
    [anon_sym_this] = ACTIONS(1684),
    [anon_sym_AT] = ACTIONS(1684),
    [anon_sym_AT_COLON] = ACTIONS(1686),
    [anon_sym_if] = ACTIONS(1684),
    [anon_sym_new] = ACTIONS(1684),
    [anon_sym_TILDE] = ACTIONS(1686),
    [anon_sym_BANG] = ACTIONS(1684),
    [anon_sym_DASH] = ACTIONS(1684),
    [anon_sym_PLUS_PLUS] = ACTIONS(1686),
    [anon_sym_DASH_DASH] = ACTIONS(1686),
    [anon_sym_PERCENT] = ACTIONS(1686),
    [anon_sym_STAR] = ACTIONS(1686),
    [anon_sym_SLASH] = ACTIONS(1684),
    [anon_sym_PLUS] = ACTIONS(1684),
    [anon_sym_LT_LT] = ACTIONS(1686),
    [anon_sym_GT_GT] = ACTIONS(1684),
    [anon_sym_GT_GT_GT] = ACTIONS(1686),
    [anon_sym_AMP] = ACTIONS(1684),
    [anon_sym_PIPE] = ACTIONS(1684),
    [anon_sym_CARET] = ACTIONS(1686),
    [anon_sym_AMP_AMP] = ACTIONS(1686),
    [anon_sym_PIPE_PIPE] = ACTIONS(1686),
    [anon_sym_EQ_EQ] = ACTIONS(1686),
    [anon_sym_BANG_EQ] = ACTIONS(1686),
    [anon_sym_LT] = ACTIONS(1684),
    [anon_sym_LT_EQ] = ACTIONS(1686),
    [anon_sym_GT] = ACTIONS(1684),
    [anon_sym_GT_EQ] = ACTIONS(1686),
    [anon_sym_EQ_GT] = ACTIONS(1686),
    [anon_sym_QMARK_QMARK] = ACTIONS(1686),
    [anon_sym_EQ] = ACTIONS(1684),
    [sym__rangeOperator] = ACTIONS(1686),
    [anon_sym_null] = ACTIONS(1684),
    [anon_sym_macro] = ACTIONS(1684),
    [anon_sym_abstract] = ACTIONS(1684),
    [anon_sym_static] = ACTIONS(1684),
    [anon_sym_public] = ACTIONS(1684),
    [anon_sym_private] = ACTIONS(1684),
    [anon_sym_extern] = ACTIONS(1684),
    [anon_sym_inline] = ACTIONS(1684),
    [anon_sym_overload] = ACTIONS(1684),
    [anon_sym_override] = ACTIONS(1684),
    [anon_sym_final] = ACTIONS(1684),
    [anon_sym_class] = ACTIONS(1684),
    [anon_sym_interface] = ACTIONS(1684),
    [anon_sym_typedef] = ACTIONS(1684),
    [anon_sym_function] = ACTIONS(1684),
    [anon_sym_var] = ACTIONS(1684),
    [aux_sym_integer_token1] = ACTIONS(1684),
    [aux_sym_integer_token2] = ACTIONS(1686),
    [aux_sym_float_token1] = ACTIONS(1684),
    [aux_sym_float_token2] = ACTIONS(1686),
    [anon_sym_true] = ACTIONS(1684),
    [anon_sym_false] = ACTIONS(1684),
    [aux_sym_string_token1] = ACTIONS(1686),
    [aux_sym_string_token3] = ACTIONS(1686),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [537] = {
    [ts_builtin_sym_end] = ACTIONS(2218),
    [sym_identifier] = ACTIONS(2216),
    [anon_sym_POUND] = ACTIONS(2218),
    [anon_sym_package] = ACTIONS(2216),
    [anon_sym_import] = ACTIONS(2216),
    [anon_sym_using] = ACTIONS(2216),
    [anon_sym_throw] = ACTIONS(2216),
    [anon_sym_LPAREN] = ACTIONS(2218),
    [anon_sym_switch] = ACTIONS(2216),
    [anon_sym_LBRACE] = ACTIONS(2218),
    [anon_sym_cast] = ACTIONS(2216),
    [anon_sym_DOLLARtype] = ACTIONS(2218),
    [anon_sym_return] = ACTIONS(2216),
    [anon_sym_untyped] = ACTIONS(2216),
    [anon_sym_break] = ACTIONS(2216),
    [anon_sym_continue] = ACTIONS(2216),
    [anon_sym_LBRACK] = ACTIONS(2218),
    [anon_sym_this] = ACTIONS(2216),
    [anon_sym_AT] = ACTIONS(2216),
    [anon_sym_AT_COLON] = ACTIONS(2218),
    [anon_sym_if] = ACTIONS(2216),
    [anon_sym_new] = ACTIONS(2216),
    [anon_sym_TILDE] = ACTIONS(2218),
    [anon_sym_BANG] = ACTIONS(2216),
    [anon_sym_DASH] = ACTIONS(2216),
    [anon_sym_PLUS_PLUS] = ACTIONS(2218),
    [anon_sym_DASH_DASH] = ACTIONS(2218),
    [anon_sym_PERCENT] = ACTIONS(2218),
    [anon_sym_STAR] = ACTIONS(2218),
    [anon_sym_SLASH] = ACTIONS(2216),
    [anon_sym_PLUS] = ACTIONS(2216),
    [anon_sym_LT_LT] = ACTIONS(2218),
    [anon_sym_GT_GT] = ACTIONS(2216),
    [anon_sym_GT_GT_GT] = ACTIONS(2218),
    [anon_sym_AMP] = ACTIONS(2216),
    [anon_sym_PIPE] = ACTIONS(2216),
    [anon_sym_CARET] = ACTIONS(2218),
    [anon_sym_AMP_AMP] = ACTIONS(2218),
    [anon_sym_PIPE_PIPE] = ACTIONS(2218),
    [anon_sym_EQ_EQ] = ACTIONS(2218),
    [anon_sym_BANG_EQ] = ACTIONS(2218),
    [anon_sym_LT] = ACTIONS(2216),
    [anon_sym_LT_EQ] = ACTIONS(2218),
    [anon_sym_GT] = ACTIONS(2216),
    [anon_sym_GT_EQ] = ACTIONS(2218),
    [anon_sym_EQ_GT] = ACTIONS(2218),
    [anon_sym_QMARK_QMARK] = ACTIONS(2218),
    [anon_sym_EQ] = ACTIONS(2216),
    [sym__rangeOperator] = ACTIONS(2218),
    [anon_sym_null] = ACTIONS(2216),
    [anon_sym_macro] = ACTIONS(2216),
    [anon_sym_abstract] = ACTIONS(2216),
    [anon_sym_static] = ACTIONS(2216),
    [anon_sym_public] = ACTIONS(2216),
    [anon_sym_private] = ACTIONS(2216),
    [anon_sym_extern] = ACTIONS(2216),
    [anon_sym_inline] = ACTIONS(2216),
    [anon_sym_overload] = ACTIONS(2216),
    [anon_sym_override] = ACTIONS(2216),
    [anon_sym_final] = ACTIONS(2216),
    [anon_sym_class] = ACTIONS(2216),
    [anon_sym_interface] = ACTIONS(2216),
    [anon_sym_typedef] = ACTIONS(2216),
    [anon_sym_function] = ACTIONS(2216),
    [anon_sym_var] = ACTIONS(2216),
    [aux_sym_integer_token1] = ACTIONS(2216),
    [aux_sym_integer_token2] = ACTIONS(2218),
    [aux_sym_float_token1] = ACTIONS(2216),
    [aux_sym_float_token2] = ACTIONS(2218),
    [anon_sym_true] = ACTIONS(2216),
    [anon_sym_false] = ACTIONS(2216),
    [aux_sym_string_token1] = ACTIONS(2218),
    [aux_sym_string_token3] = ACTIONS(2218),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [538] = {
    [ts_builtin_sym_end] = ACTIONS(2346),
    [sym_identifier] = ACTIONS(2344),
    [anon_sym_POUND] = ACTIONS(2346),
    [anon_sym_package] = ACTIONS(2344),
    [anon_sym_import] = ACTIONS(2344),
    [anon_sym_using] = ACTIONS(2344),
    [anon_sym_throw] = ACTIONS(2344),
    [anon_sym_LPAREN] = ACTIONS(2346),
    [anon_sym_switch] = ACTIONS(2344),
    [anon_sym_LBRACE] = ACTIONS(2346),
    [anon_sym_cast] = ACTIONS(2344),
    [anon_sym_DOLLARtype] = ACTIONS(2346),
    [anon_sym_return] = ACTIONS(2344),
    [anon_sym_untyped] = ACTIONS(2344),
    [anon_sym_break] = ACTIONS(2344),
    [anon_sym_continue] = ACTIONS(2344),
    [anon_sym_LBRACK] = ACTIONS(2346),
    [anon_sym_this] = ACTIONS(2344),
    [anon_sym_AT] = ACTIONS(2344),
    [anon_sym_AT_COLON] = ACTIONS(2346),
    [anon_sym_if] = ACTIONS(2344),
    [anon_sym_new] = ACTIONS(2344),
    [anon_sym_TILDE] = ACTIONS(2346),
    [anon_sym_BANG] = ACTIONS(2344),
    [anon_sym_DASH] = ACTIONS(2344),
    [anon_sym_PLUS_PLUS] = ACTIONS(2346),
    [anon_sym_DASH_DASH] = ACTIONS(2346),
    [anon_sym_PERCENT] = ACTIONS(2346),
    [anon_sym_STAR] = ACTIONS(2346),
    [anon_sym_SLASH] = ACTIONS(2344),
    [anon_sym_PLUS] = ACTIONS(2344),
    [anon_sym_LT_LT] = ACTIONS(2346),
    [anon_sym_GT_GT] = ACTIONS(2344),
    [anon_sym_GT_GT_GT] = ACTIONS(2346),
    [anon_sym_AMP] = ACTIONS(2344),
    [anon_sym_PIPE] = ACTIONS(2344),
    [anon_sym_CARET] = ACTIONS(2346),
    [anon_sym_AMP_AMP] = ACTIONS(2346),
    [anon_sym_PIPE_PIPE] = ACTIONS(2346),
    [anon_sym_EQ_EQ] = ACTIONS(2346),
    [anon_sym_BANG_EQ] = ACTIONS(2346),
    [anon_sym_LT] = ACTIONS(2344),
    [anon_sym_LT_EQ] = ACTIONS(2346),
    [anon_sym_GT] = ACTIONS(2344),
    [anon_sym_GT_EQ] = ACTIONS(2346),
    [anon_sym_EQ_GT] = ACTIONS(2346),
    [anon_sym_QMARK_QMARK] = ACTIONS(2346),
    [anon_sym_EQ] = ACTIONS(2344),
    [sym__rangeOperator] = ACTIONS(2346),
    [anon_sym_null] = ACTIONS(2344),
    [anon_sym_macro] = ACTIONS(2344),
    [anon_sym_abstract] = ACTIONS(2344),
    [anon_sym_static] = ACTIONS(2344),
    [anon_sym_public] = ACTIONS(2344),
    [anon_sym_private] = ACTIONS(2344),
    [anon_sym_extern] = ACTIONS(2344),
    [anon_sym_inline] = ACTIONS(2344),
    [anon_sym_overload] = ACTIONS(2344),
    [anon_sym_override] = ACTIONS(2344),
    [anon_sym_final] = ACTIONS(2344),
    [anon_sym_class] = ACTIONS(2344),
    [anon_sym_interface] = ACTIONS(2344),
    [anon_sym_typedef] = ACTIONS(2344),
    [anon_sym_function] = ACTIONS(2344),
    [anon_sym_var] = ACTIONS(2344),
    [aux_sym_integer_token1] = ACTIONS(2344),
    [aux_sym_integer_token2] = ACTIONS(2346),
    [aux_sym_float_token1] = ACTIONS(2344),
    [aux_sym_float_token2] = ACTIONS(2346),
    [anon_sym_true] = ACTIONS(2344),
    [anon_sym_false] = ACTIONS(2344),
    [aux_sym_string_token1] = ACTIONS(2346),
    [aux_sym_string_token3] = ACTIONS(2346),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [539] = {
    [ts_builtin_sym_end] = ACTIONS(2298),
    [sym_identifier] = ACTIONS(2296),
    [anon_sym_POUND] = ACTIONS(2298),
    [anon_sym_package] = ACTIONS(2296),
    [anon_sym_import] = ACTIONS(2296),
    [anon_sym_using] = ACTIONS(2296),
    [anon_sym_throw] = ACTIONS(2296),
    [anon_sym_LPAREN] = ACTIONS(2298),
    [anon_sym_switch] = ACTIONS(2296),
    [anon_sym_LBRACE] = ACTIONS(2298),
    [anon_sym_cast] = ACTIONS(2296),
    [anon_sym_DOLLARtype] = ACTIONS(2298),
    [anon_sym_return] = ACTIONS(2296),
    [anon_sym_untyped] = ACTIONS(2296),
    [anon_sym_break] = ACTIONS(2296),
    [anon_sym_continue] = ACTIONS(2296),
    [anon_sym_LBRACK] = ACTIONS(2298),
    [anon_sym_this] = ACTIONS(2296),
    [anon_sym_AT] = ACTIONS(2296),
    [anon_sym_AT_COLON] = ACTIONS(2298),
    [anon_sym_if] = ACTIONS(2296),
    [anon_sym_new] = ACTIONS(2296),
    [anon_sym_TILDE] = ACTIONS(2298),
    [anon_sym_BANG] = ACTIONS(2296),
    [anon_sym_DASH] = ACTIONS(2296),
    [anon_sym_PLUS_PLUS] = ACTIONS(2298),
    [anon_sym_DASH_DASH] = ACTIONS(2298),
    [anon_sym_PERCENT] = ACTIONS(2298),
    [anon_sym_STAR] = ACTIONS(2298),
    [anon_sym_SLASH] = ACTIONS(2296),
    [anon_sym_PLUS] = ACTIONS(2296),
    [anon_sym_LT_LT] = ACTIONS(2298),
    [anon_sym_GT_GT] = ACTIONS(2296),
    [anon_sym_GT_GT_GT] = ACTIONS(2298),
    [anon_sym_AMP] = ACTIONS(2296),
    [anon_sym_PIPE] = ACTIONS(2296),
    [anon_sym_CARET] = ACTIONS(2298),
    [anon_sym_AMP_AMP] = ACTIONS(2298),
    [anon_sym_PIPE_PIPE] = ACTIONS(2298),
    [anon_sym_EQ_EQ] = ACTIONS(2298),
    [anon_sym_BANG_EQ] = ACTIONS(2298),
    [anon_sym_LT] = ACTIONS(2296),
    [anon_sym_LT_EQ] = ACTIONS(2298),
    [anon_sym_GT] = ACTIONS(2296),
    [anon_sym_GT_EQ] = ACTIONS(2298),
    [anon_sym_EQ_GT] = ACTIONS(2298),
    [anon_sym_QMARK_QMARK] = ACTIONS(2298),
    [anon_sym_EQ] = ACTIONS(2296),
    [sym__rangeOperator] = ACTIONS(2298),
    [anon_sym_null] = ACTIONS(2296),
    [anon_sym_macro] = ACTIONS(2296),
    [anon_sym_abstract] = ACTIONS(2296),
    [anon_sym_static] = ACTIONS(2296),
    [anon_sym_public] = ACTIONS(2296),
    [anon_sym_private] = ACTIONS(2296),
    [anon_sym_extern] = ACTIONS(2296),
    [anon_sym_inline] = ACTIONS(2296),
    [anon_sym_overload] = ACTIONS(2296),
    [anon_sym_override] = ACTIONS(2296),
    [anon_sym_final] = ACTIONS(2296),
    [anon_sym_class] = ACTIONS(2296),
    [anon_sym_interface] = ACTIONS(2296),
    [anon_sym_typedef] = ACTIONS(2296),
    [anon_sym_function] = ACTIONS(2296),
    [anon_sym_var] = ACTIONS(2296),
    [aux_sym_integer_token1] = ACTIONS(2296),
    [aux_sym_integer_token2] = ACTIONS(2298),
    [aux_sym_float_token1] = ACTIONS(2296),
    [aux_sym_float_token2] = ACTIONS(2298),
    [anon_sym_true] = ACTIONS(2296),
    [anon_sym_false] = ACTIONS(2296),
    [aux_sym_string_token1] = ACTIONS(2298),
    [aux_sym_string_token3] = ACTIONS(2298),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [540] = {
    [ts_builtin_sym_end] = ACTIONS(2210),
    [sym_identifier] = ACTIONS(2208),
    [anon_sym_POUND] = ACTIONS(2210),
    [anon_sym_package] = ACTIONS(2208),
    [anon_sym_import] = ACTIONS(2208),
    [anon_sym_using] = ACTIONS(2208),
    [anon_sym_throw] = ACTIONS(2208),
    [anon_sym_LPAREN] = ACTIONS(2210),
    [anon_sym_switch] = ACTIONS(2208),
    [anon_sym_LBRACE] = ACTIONS(2210),
    [anon_sym_cast] = ACTIONS(2208),
    [anon_sym_DOLLARtype] = ACTIONS(2210),
    [anon_sym_return] = ACTIONS(2208),
    [anon_sym_untyped] = ACTIONS(2208),
    [anon_sym_break] = ACTIONS(2208),
    [anon_sym_continue] = ACTIONS(2208),
    [anon_sym_LBRACK] = ACTIONS(2210),
    [anon_sym_this] = ACTIONS(2208),
    [anon_sym_AT] = ACTIONS(2208),
    [anon_sym_AT_COLON] = ACTIONS(2210),
    [anon_sym_if] = ACTIONS(2208),
    [anon_sym_new] = ACTIONS(2208),
    [anon_sym_TILDE] = ACTIONS(2210),
    [anon_sym_BANG] = ACTIONS(2208),
    [anon_sym_DASH] = ACTIONS(2208),
    [anon_sym_PLUS_PLUS] = ACTIONS(2210),
    [anon_sym_DASH_DASH] = ACTIONS(2210),
    [anon_sym_PERCENT] = ACTIONS(2210),
    [anon_sym_STAR] = ACTIONS(2210),
    [anon_sym_SLASH] = ACTIONS(2208),
    [anon_sym_PLUS] = ACTIONS(2208),
    [anon_sym_LT_LT] = ACTIONS(2210),
    [anon_sym_GT_GT] = ACTIONS(2208),
    [anon_sym_GT_GT_GT] = ACTIONS(2210),
    [anon_sym_AMP] = ACTIONS(2208),
    [anon_sym_PIPE] = ACTIONS(2208),
    [anon_sym_CARET] = ACTIONS(2210),
    [anon_sym_AMP_AMP] = ACTIONS(2210),
    [anon_sym_PIPE_PIPE] = ACTIONS(2210),
    [anon_sym_EQ_EQ] = ACTIONS(2210),
    [anon_sym_BANG_EQ] = ACTIONS(2210),
    [anon_sym_LT] = ACTIONS(2208),
    [anon_sym_LT_EQ] = ACTIONS(2210),
    [anon_sym_GT] = ACTIONS(2208),
    [anon_sym_GT_EQ] = ACTIONS(2210),
    [anon_sym_EQ_GT] = ACTIONS(2210),
    [anon_sym_QMARK_QMARK] = ACTIONS(2210),
    [anon_sym_EQ] = ACTIONS(2208),
    [sym__rangeOperator] = ACTIONS(2210),
    [anon_sym_null] = ACTIONS(2208),
    [anon_sym_macro] = ACTIONS(2208),
    [anon_sym_abstract] = ACTIONS(2208),
    [anon_sym_static] = ACTIONS(2208),
    [anon_sym_public] = ACTIONS(2208),
    [anon_sym_private] = ACTIONS(2208),
    [anon_sym_extern] = ACTIONS(2208),
    [anon_sym_inline] = ACTIONS(2208),
    [anon_sym_overload] = ACTIONS(2208),
    [anon_sym_override] = ACTIONS(2208),
    [anon_sym_final] = ACTIONS(2208),
    [anon_sym_class] = ACTIONS(2208),
    [anon_sym_interface] = ACTIONS(2208),
    [anon_sym_typedef] = ACTIONS(2208),
    [anon_sym_function] = ACTIONS(2208),
    [anon_sym_var] = ACTIONS(2208),
    [aux_sym_integer_token1] = ACTIONS(2208),
    [aux_sym_integer_token2] = ACTIONS(2210),
    [aux_sym_float_token1] = ACTIONS(2208),
    [aux_sym_float_token2] = ACTIONS(2210),
    [anon_sym_true] = ACTIONS(2208),
    [anon_sym_false] = ACTIONS(2208),
    [aux_sym_string_token1] = ACTIONS(2210),
    [aux_sym_string_token3] = ACTIONS(2210),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [541] = {
    [ts_builtin_sym_end] = ACTIONS(1842),
    [sym_identifier] = ACTIONS(1840),
    [anon_sym_POUND] = ACTIONS(1842),
    [anon_sym_package] = ACTIONS(1840),
    [anon_sym_import] = ACTIONS(1840),
    [anon_sym_using] = ACTIONS(1840),
    [anon_sym_throw] = ACTIONS(1840),
    [anon_sym_LPAREN] = ACTIONS(1842),
    [anon_sym_switch] = ACTIONS(1840),
    [anon_sym_LBRACE] = ACTIONS(1842),
    [anon_sym_cast] = ACTIONS(1840),
    [anon_sym_DOLLARtype] = ACTIONS(1842),
    [anon_sym_return] = ACTIONS(1840),
    [anon_sym_untyped] = ACTIONS(1840),
    [anon_sym_break] = ACTIONS(1840),
    [anon_sym_continue] = ACTIONS(1840),
    [anon_sym_LBRACK] = ACTIONS(1842),
    [anon_sym_this] = ACTIONS(1840),
    [anon_sym_AT] = ACTIONS(1840),
    [anon_sym_AT_COLON] = ACTIONS(1842),
    [anon_sym_if] = ACTIONS(1840),
    [anon_sym_new] = ACTIONS(1840),
    [anon_sym_TILDE] = ACTIONS(1842),
    [anon_sym_BANG] = ACTIONS(1840),
    [anon_sym_DASH] = ACTIONS(1840),
    [anon_sym_PLUS_PLUS] = ACTIONS(1842),
    [anon_sym_DASH_DASH] = ACTIONS(1842),
    [anon_sym_PERCENT] = ACTIONS(1842),
    [anon_sym_STAR] = ACTIONS(1842),
    [anon_sym_SLASH] = ACTIONS(1840),
    [anon_sym_PLUS] = ACTIONS(1840),
    [anon_sym_LT_LT] = ACTIONS(1842),
    [anon_sym_GT_GT] = ACTIONS(1840),
    [anon_sym_GT_GT_GT] = ACTIONS(1842),
    [anon_sym_AMP] = ACTIONS(1840),
    [anon_sym_PIPE] = ACTIONS(1840),
    [anon_sym_CARET] = ACTIONS(1842),
    [anon_sym_AMP_AMP] = ACTIONS(1842),
    [anon_sym_PIPE_PIPE] = ACTIONS(1842),
    [anon_sym_EQ_EQ] = ACTIONS(1842),
    [anon_sym_BANG_EQ] = ACTIONS(1842),
    [anon_sym_LT] = ACTIONS(1840),
    [anon_sym_LT_EQ] = ACTIONS(1842),
    [anon_sym_GT] = ACTIONS(1840),
    [anon_sym_GT_EQ] = ACTIONS(1842),
    [anon_sym_EQ_GT] = ACTIONS(1842),
    [anon_sym_QMARK_QMARK] = ACTIONS(1842),
    [anon_sym_EQ] = ACTIONS(1840),
    [sym__rangeOperator] = ACTIONS(1842),
    [anon_sym_null] = ACTIONS(1840),
    [anon_sym_macro] = ACTIONS(1840),
    [anon_sym_abstract] = ACTIONS(1840),
    [anon_sym_static] = ACTIONS(1840),
    [anon_sym_public] = ACTIONS(1840),
    [anon_sym_private] = ACTIONS(1840),
    [anon_sym_extern] = ACTIONS(1840),
    [anon_sym_inline] = ACTIONS(1840),
    [anon_sym_overload] = ACTIONS(1840),
    [anon_sym_override] = ACTIONS(1840),
    [anon_sym_final] = ACTIONS(1840),
    [anon_sym_class] = ACTIONS(1840),
    [anon_sym_interface] = ACTIONS(1840),
    [anon_sym_typedef] = ACTIONS(1840),
    [anon_sym_function] = ACTIONS(1840),
    [anon_sym_var] = ACTIONS(1840),
    [aux_sym_integer_token1] = ACTIONS(1840),
    [aux_sym_integer_token2] = ACTIONS(1842),
    [aux_sym_float_token1] = ACTIONS(1840),
    [aux_sym_float_token2] = ACTIONS(1842),
    [anon_sym_true] = ACTIONS(1840),
    [anon_sym_false] = ACTIONS(1840),
    [aux_sym_string_token1] = ACTIONS(1842),
    [aux_sym_string_token3] = ACTIONS(1842),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [542] = {
    [ts_builtin_sym_end] = ACTIONS(2294),
    [sym_identifier] = ACTIONS(2292),
    [anon_sym_POUND] = ACTIONS(2294),
    [anon_sym_package] = ACTIONS(2292),
    [anon_sym_import] = ACTIONS(2292),
    [anon_sym_using] = ACTIONS(2292),
    [anon_sym_throw] = ACTIONS(2292),
    [anon_sym_LPAREN] = ACTIONS(2294),
    [anon_sym_switch] = ACTIONS(2292),
    [anon_sym_LBRACE] = ACTIONS(2294),
    [anon_sym_cast] = ACTIONS(2292),
    [anon_sym_DOLLARtype] = ACTIONS(2294),
    [anon_sym_return] = ACTIONS(2292),
    [anon_sym_untyped] = ACTIONS(2292),
    [anon_sym_break] = ACTIONS(2292),
    [anon_sym_continue] = ACTIONS(2292),
    [anon_sym_LBRACK] = ACTIONS(2294),
    [anon_sym_this] = ACTIONS(2292),
    [anon_sym_AT] = ACTIONS(2292),
    [anon_sym_AT_COLON] = ACTIONS(2294),
    [anon_sym_if] = ACTIONS(2292),
    [anon_sym_new] = ACTIONS(2292),
    [anon_sym_TILDE] = ACTIONS(2294),
    [anon_sym_BANG] = ACTIONS(2292),
    [anon_sym_DASH] = ACTIONS(2292),
    [anon_sym_PLUS_PLUS] = ACTIONS(2294),
    [anon_sym_DASH_DASH] = ACTIONS(2294),
    [anon_sym_PERCENT] = ACTIONS(2294),
    [anon_sym_STAR] = ACTIONS(2294),
    [anon_sym_SLASH] = ACTIONS(2292),
    [anon_sym_PLUS] = ACTIONS(2292),
    [anon_sym_LT_LT] = ACTIONS(2294),
    [anon_sym_GT_GT] = ACTIONS(2292),
    [anon_sym_GT_GT_GT] = ACTIONS(2294),
    [anon_sym_AMP] = ACTIONS(2292),
    [anon_sym_PIPE] = ACTIONS(2292),
    [anon_sym_CARET] = ACTIONS(2294),
    [anon_sym_AMP_AMP] = ACTIONS(2294),
    [anon_sym_PIPE_PIPE] = ACTIONS(2294),
    [anon_sym_EQ_EQ] = ACTIONS(2294),
    [anon_sym_BANG_EQ] = ACTIONS(2294),
    [anon_sym_LT] = ACTIONS(2292),
    [anon_sym_LT_EQ] = ACTIONS(2294),
    [anon_sym_GT] = ACTIONS(2292),
    [anon_sym_GT_EQ] = ACTIONS(2294),
    [anon_sym_EQ_GT] = ACTIONS(2294),
    [anon_sym_QMARK_QMARK] = ACTIONS(2294),
    [anon_sym_EQ] = ACTIONS(2292),
    [sym__rangeOperator] = ACTIONS(2294),
    [anon_sym_null] = ACTIONS(2292),
    [anon_sym_macro] = ACTIONS(2292),
    [anon_sym_abstract] = ACTIONS(2292),
    [anon_sym_static] = ACTIONS(2292),
    [anon_sym_public] = ACTIONS(2292),
    [anon_sym_private] = ACTIONS(2292),
    [anon_sym_extern] = ACTIONS(2292),
    [anon_sym_inline] = ACTIONS(2292),
    [anon_sym_overload] = ACTIONS(2292),
    [anon_sym_override] = ACTIONS(2292),
    [anon_sym_final] = ACTIONS(2292),
    [anon_sym_class] = ACTIONS(2292),
    [anon_sym_interface] = ACTIONS(2292),
    [anon_sym_typedef] = ACTIONS(2292),
    [anon_sym_function] = ACTIONS(2292),
    [anon_sym_var] = ACTIONS(2292),
    [aux_sym_integer_token1] = ACTIONS(2292),
    [aux_sym_integer_token2] = ACTIONS(2294),
    [aux_sym_float_token1] = ACTIONS(2292),
    [aux_sym_float_token2] = ACTIONS(2294),
    [anon_sym_true] = ACTIONS(2292),
    [anon_sym_false] = ACTIONS(2292),
    [aux_sym_string_token1] = ACTIONS(2294),
    [aux_sym_string_token3] = ACTIONS(2294),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [543] = {
    [ts_builtin_sym_end] = ACTIONS(1710),
    [sym_identifier] = ACTIONS(1708),
    [anon_sym_POUND] = ACTIONS(1710),
    [anon_sym_package] = ACTIONS(1708),
    [anon_sym_import] = ACTIONS(1708),
    [anon_sym_using] = ACTIONS(1708),
    [anon_sym_throw] = ACTIONS(1708),
    [anon_sym_LPAREN] = ACTIONS(1710),
    [anon_sym_switch] = ACTIONS(1708),
    [anon_sym_LBRACE] = ACTIONS(1710),
    [anon_sym_cast] = ACTIONS(1708),
    [anon_sym_DOLLARtype] = ACTIONS(1710),
    [anon_sym_return] = ACTIONS(1708),
    [anon_sym_untyped] = ACTIONS(1708),
    [anon_sym_break] = ACTIONS(1708),
    [anon_sym_continue] = ACTIONS(1708),
    [anon_sym_LBRACK] = ACTIONS(1710),
    [anon_sym_this] = ACTIONS(1708),
    [anon_sym_AT] = ACTIONS(1708),
    [anon_sym_AT_COLON] = ACTIONS(1710),
    [anon_sym_if] = ACTIONS(1708),
    [anon_sym_new] = ACTIONS(1708),
    [anon_sym_TILDE] = ACTIONS(1710),
    [anon_sym_BANG] = ACTIONS(1708),
    [anon_sym_DASH] = ACTIONS(1708),
    [anon_sym_PLUS_PLUS] = ACTIONS(1710),
    [anon_sym_DASH_DASH] = ACTIONS(1710),
    [anon_sym_PERCENT] = ACTIONS(1710),
    [anon_sym_STAR] = ACTIONS(1710),
    [anon_sym_SLASH] = ACTIONS(1708),
    [anon_sym_PLUS] = ACTIONS(1708),
    [anon_sym_LT_LT] = ACTIONS(1710),
    [anon_sym_GT_GT] = ACTIONS(1708),
    [anon_sym_GT_GT_GT] = ACTIONS(1710),
    [anon_sym_AMP] = ACTIONS(1708),
    [anon_sym_PIPE] = ACTIONS(1708),
    [anon_sym_CARET] = ACTIONS(1710),
    [anon_sym_AMP_AMP] = ACTIONS(1710),
    [anon_sym_PIPE_PIPE] = ACTIONS(1710),
    [anon_sym_EQ_EQ] = ACTIONS(1710),
    [anon_sym_BANG_EQ] = ACTIONS(1710),
    [anon_sym_LT] = ACTIONS(1708),
    [anon_sym_LT_EQ] = ACTIONS(1710),
    [anon_sym_GT] = ACTIONS(1708),
    [anon_sym_GT_EQ] = ACTIONS(1710),
    [anon_sym_EQ_GT] = ACTIONS(1710),
    [anon_sym_QMARK_QMARK] = ACTIONS(1710),
    [anon_sym_EQ] = ACTIONS(1708),
    [sym__rangeOperator] = ACTIONS(1710),
    [anon_sym_null] = ACTIONS(1708),
    [anon_sym_macro] = ACTIONS(1708),
    [anon_sym_abstract] = ACTIONS(1708),
    [anon_sym_static] = ACTIONS(1708),
    [anon_sym_public] = ACTIONS(1708),
    [anon_sym_private] = ACTIONS(1708),
    [anon_sym_extern] = ACTIONS(1708),
    [anon_sym_inline] = ACTIONS(1708),
    [anon_sym_overload] = ACTIONS(1708),
    [anon_sym_override] = ACTIONS(1708),
    [anon_sym_final] = ACTIONS(1708),
    [anon_sym_class] = ACTIONS(1708),
    [anon_sym_interface] = ACTIONS(1708),
    [anon_sym_typedef] = ACTIONS(1708),
    [anon_sym_function] = ACTIONS(1708),
    [anon_sym_var] = ACTIONS(1708),
    [aux_sym_integer_token1] = ACTIONS(1708),
    [aux_sym_integer_token2] = ACTIONS(1710),
    [aux_sym_float_token1] = ACTIONS(1708),
    [aux_sym_float_token2] = ACTIONS(1710),
    [anon_sym_true] = ACTIONS(1708),
    [anon_sym_false] = ACTIONS(1708),
    [aux_sym_string_token1] = ACTIONS(1710),
    [aux_sym_string_token3] = ACTIONS(1710),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [544] = {
    [ts_builtin_sym_end] = ACTIONS(2174),
    [sym_identifier] = ACTIONS(2172),
    [anon_sym_POUND] = ACTIONS(2174),
    [anon_sym_package] = ACTIONS(2172),
    [anon_sym_import] = ACTIONS(2172),
    [anon_sym_using] = ACTIONS(2172),
    [anon_sym_throw] = ACTIONS(2172),
    [anon_sym_LPAREN] = ACTIONS(2174),
    [anon_sym_switch] = ACTIONS(2172),
    [anon_sym_LBRACE] = ACTIONS(2174),
    [anon_sym_cast] = ACTIONS(2172),
    [anon_sym_DOLLARtype] = ACTIONS(2174),
    [anon_sym_return] = ACTIONS(2172),
    [anon_sym_untyped] = ACTIONS(2172),
    [anon_sym_break] = ACTIONS(2172),
    [anon_sym_continue] = ACTIONS(2172),
    [anon_sym_LBRACK] = ACTIONS(2174),
    [anon_sym_this] = ACTIONS(2172),
    [anon_sym_AT] = ACTIONS(2172),
    [anon_sym_AT_COLON] = ACTIONS(2174),
    [anon_sym_if] = ACTIONS(2172),
    [anon_sym_new] = ACTIONS(2172),
    [anon_sym_TILDE] = ACTIONS(2174),
    [anon_sym_BANG] = ACTIONS(2172),
    [anon_sym_DASH] = ACTIONS(2172),
    [anon_sym_PLUS_PLUS] = ACTIONS(2174),
    [anon_sym_DASH_DASH] = ACTIONS(2174),
    [anon_sym_PERCENT] = ACTIONS(2174),
    [anon_sym_STAR] = ACTIONS(2174),
    [anon_sym_SLASH] = ACTIONS(2172),
    [anon_sym_PLUS] = ACTIONS(2172),
    [anon_sym_LT_LT] = ACTIONS(2174),
    [anon_sym_GT_GT] = ACTIONS(2172),
    [anon_sym_GT_GT_GT] = ACTIONS(2174),
    [anon_sym_AMP] = ACTIONS(2172),
    [anon_sym_PIPE] = ACTIONS(2172),
    [anon_sym_CARET] = ACTIONS(2174),
    [anon_sym_AMP_AMP] = ACTIONS(2174),
    [anon_sym_PIPE_PIPE] = ACTIONS(2174),
    [anon_sym_EQ_EQ] = ACTIONS(2174),
    [anon_sym_BANG_EQ] = ACTIONS(2174),
    [anon_sym_LT] = ACTIONS(2172),
    [anon_sym_LT_EQ] = ACTIONS(2174),
    [anon_sym_GT] = ACTIONS(2172),
    [anon_sym_GT_EQ] = ACTIONS(2174),
    [anon_sym_EQ_GT] = ACTIONS(2174),
    [anon_sym_QMARK_QMARK] = ACTIONS(2174),
    [anon_sym_EQ] = ACTIONS(2172),
    [sym__rangeOperator] = ACTIONS(2174),
    [anon_sym_null] = ACTIONS(2172),
    [anon_sym_macro] = ACTIONS(2172),
    [anon_sym_abstract] = ACTIONS(2172),
    [anon_sym_static] = ACTIONS(2172),
    [anon_sym_public] = ACTIONS(2172),
    [anon_sym_private] = ACTIONS(2172),
    [anon_sym_extern] = ACTIONS(2172),
    [anon_sym_inline] = ACTIONS(2172),
    [anon_sym_overload] = ACTIONS(2172),
    [anon_sym_override] = ACTIONS(2172),
    [anon_sym_final] = ACTIONS(2172),
    [anon_sym_class] = ACTIONS(2172),
    [anon_sym_interface] = ACTIONS(2172),
    [anon_sym_typedef] = ACTIONS(2172),
    [anon_sym_function] = ACTIONS(2172),
    [anon_sym_var] = ACTIONS(2172),
    [aux_sym_integer_token1] = ACTIONS(2172),
    [aux_sym_integer_token2] = ACTIONS(2174),
    [aux_sym_float_token1] = ACTIONS(2172),
    [aux_sym_float_token2] = ACTIONS(2174),
    [anon_sym_true] = ACTIONS(2172),
    [anon_sym_false] = ACTIONS(2172),
    [aux_sym_string_token1] = ACTIONS(2174),
    [aux_sym_string_token3] = ACTIONS(2174),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [545] = {
    [ts_builtin_sym_end] = ACTIONS(2202),
    [sym_identifier] = ACTIONS(2200),
    [anon_sym_POUND] = ACTIONS(2202),
    [anon_sym_package] = ACTIONS(2200),
    [anon_sym_import] = ACTIONS(2200),
    [anon_sym_using] = ACTIONS(2200),
    [anon_sym_throw] = ACTIONS(2200),
    [anon_sym_LPAREN] = ACTIONS(2202),
    [anon_sym_switch] = ACTIONS(2200),
    [anon_sym_LBRACE] = ACTIONS(2202),
    [anon_sym_cast] = ACTIONS(2200),
    [anon_sym_DOLLARtype] = ACTIONS(2202),
    [anon_sym_return] = ACTIONS(2200),
    [anon_sym_untyped] = ACTIONS(2200),
    [anon_sym_break] = ACTIONS(2200),
    [anon_sym_continue] = ACTIONS(2200),
    [anon_sym_LBRACK] = ACTIONS(2202),
    [anon_sym_this] = ACTIONS(2200),
    [anon_sym_AT] = ACTIONS(2200),
    [anon_sym_AT_COLON] = ACTIONS(2202),
    [anon_sym_if] = ACTIONS(2200),
    [anon_sym_new] = ACTIONS(2200),
    [anon_sym_TILDE] = ACTIONS(2202),
    [anon_sym_BANG] = ACTIONS(2200),
    [anon_sym_DASH] = ACTIONS(2200),
    [anon_sym_PLUS_PLUS] = ACTIONS(2202),
    [anon_sym_DASH_DASH] = ACTIONS(2202),
    [anon_sym_PERCENT] = ACTIONS(2202),
    [anon_sym_STAR] = ACTIONS(2202),
    [anon_sym_SLASH] = ACTIONS(2200),
    [anon_sym_PLUS] = ACTIONS(2200),
    [anon_sym_LT_LT] = ACTIONS(2202),
    [anon_sym_GT_GT] = ACTIONS(2200),
    [anon_sym_GT_GT_GT] = ACTIONS(2202),
    [anon_sym_AMP] = ACTIONS(2200),
    [anon_sym_PIPE] = ACTIONS(2200),
    [anon_sym_CARET] = ACTIONS(2202),
    [anon_sym_AMP_AMP] = ACTIONS(2202),
    [anon_sym_PIPE_PIPE] = ACTIONS(2202),
    [anon_sym_EQ_EQ] = ACTIONS(2202),
    [anon_sym_BANG_EQ] = ACTIONS(2202),
    [anon_sym_LT] = ACTIONS(2200),
    [anon_sym_LT_EQ] = ACTIONS(2202),
    [anon_sym_GT] = ACTIONS(2200),
    [anon_sym_GT_EQ] = ACTIONS(2202),
    [anon_sym_EQ_GT] = ACTIONS(2202),
    [anon_sym_QMARK_QMARK] = ACTIONS(2202),
    [anon_sym_EQ] = ACTIONS(2200),
    [sym__rangeOperator] = ACTIONS(2202),
    [anon_sym_null] = ACTIONS(2200),
    [anon_sym_macro] = ACTIONS(2200),
    [anon_sym_abstract] = ACTIONS(2200),
    [anon_sym_static] = ACTIONS(2200),
    [anon_sym_public] = ACTIONS(2200),
    [anon_sym_private] = ACTIONS(2200),
    [anon_sym_extern] = ACTIONS(2200),
    [anon_sym_inline] = ACTIONS(2200),
    [anon_sym_overload] = ACTIONS(2200),
    [anon_sym_override] = ACTIONS(2200),
    [anon_sym_final] = ACTIONS(2200),
    [anon_sym_class] = ACTIONS(2200),
    [anon_sym_interface] = ACTIONS(2200),
    [anon_sym_typedef] = ACTIONS(2200),
    [anon_sym_function] = ACTIONS(2200),
    [anon_sym_var] = ACTIONS(2200),
    [aux_sym_integer_token1] = ACTIONS(2200),
    [aux_sym_integer_token2] = ACTIONS(2202),
    [aux_sym_float_token1] = ACTIONS(2200),
    [aux_sym_float_token2] = ACTIONS(2202),
    [anon_sym_true] = ACTIONS(2200),
    [anon_sym_false] = ACTIONS(2200),
    [aux_sym_string_token1] = ACTIONS(2202),
    [aux_sym_string_token3] = ACTIONS(2202),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [546] = {
    [ts_builtin_sym_end] = ACTIONS(2198),
    [sym_identifier] = ACTIONS(2196),
    [anon_sym_POUND] = ACTIONS(2198),
    [anon_sym_package] = ACTIONS(2196),
    [anon_sym_import] = ACTIONS(2196),
    [anon_sym_using] = ACTIONS(2196),
    [anon_sym_throw] = ACTIONS(2196),
    [anon_sym_LPAREN] = ACTIONS(2198),
    [anon_sym_switch] = ACTIONS(2196),
    [anon_sym_LBRACE] = ACTIONS(2198),
    [anon_sym_cast] = ACTIONS(2196),
    [anon_sym_DOLLARtype] = ACTIONS(2198),
    [anon_sym_return] = ACTIONS(2196),
    [anon_sym_untyped] = ACTIONS(2196),
    [anon_sym_break] = ACTIONS(2196),
    [anon_sym_continue] = ACTIONS(2196),
    [anon_sym_LBRACK] = ACTIONS(2198),
    [anon_sym_this] = ACTIONS(2196),
    [anon_sym_AT] = ACTIONS(2196),
    [anon_sym_AT_COLON] = ACTIONS(2198),
    [anon_sym_if] = ACTIONS(2196),
    [anon_sym_new] = ACTIONS(2196),
    [anon_sym_TILDE] = ACTIONS(2198),
    [anon_sym_BANG] = ACTIONS(2196),
    [anon_sym_DASH] = ACTIONS(2196),
    [anon_sym_PLUS_PLUS] = ACTIONS(2198),
    [anon_sym_DASH_DASH] = ACTIONS(2198),
    [anon_sym_PERCENT] = ACTIONS(2198),
    [anon_sym_STAR] = ACTIONS(2198),
    [anon_sym_SLASH] = ACTIONS(2196),
    [anon_sym_PLUS] = ACTIONS(2196),
    [anon_sym_LT_LT] = ACTIONS(2198),
    [anon_sym_GT_GT] = ACTIONS(2196),
    [anon_sym_GT_GT_GT] = ACTIONS(2198),
    [anon_sym_AMP] = ACTIONS(2196),
    [anon_sym_PIPE] = ACTIONS(2196),
    [anon_sym_CARET] = ACTIONS(2198),
    [anon_sym_AMP_AMP] = ACTIONS(2198),
    [anon_sym_PIPE_PIPE] = ACTIONS(2198),
    [anon_sym_EQ_EQ] = ACTIONS(2198),
    [anon_sym_BANG_EQ] = ACTIONS(2198),
    [anon_sym_LT] = ACTIONS(2196),
    [anon_sym_LT_EQ] = ACTIONS(2198),
    [anon_sym_GT] = ACTIONS(2196),
    [anon_sym_GT_EQ] = ACTIONS(2198),
    [anon_sym_EQ_GT] = ACTIONS(2198),
    [anon_sym_QMARK_QMARK] = ACTIONS(2198),
    [anon_sym_EQ] = ACTIONS(2196),
    [sym__rangeOperator] = ACTIONS(2198),
    [anon_sym_null] = ACTIONS(2196),
    [anon_sym_macro] = ACTIONS(2196),
    [anon_sym_abstract] = ACTIONS(2196),
    [anon_sym_static] = ACTIONS(2196),
    [anon_sym_public] = ACTIONS(2196),
    [anon_sym_private] = ACTIONS(2196),
    [anon_sym_extern] = ACTIONS(2196),
    [anon_sym_inline] = ACTIONS(2196),
    [anon_sym_overload] = ACTIONS(2196),
    [anon_sym_override] = ACTIONS(2196),
    [anon_sym_final] = ACTIONS(2196),
    [anon_sym_class] = ACTIONS(2196),
    [anon_sym_interface] = ACTIONS(2196),
    [anon_sym_typedef] = ACTIONS(2196),
    [anon_sym_function] = ACTIONS(2196),
    [anon_sym_var] = ACTIONS(2196),
    [aux_sym_integer_token1] = ACTIONS(2196),
    [aux_sym_integer_token2] = ACTIONS(2198),
    [aux_sym_float_token1] = ACTIONS(2196),
    [aux_sym_float_token2] = ACTIONS(2198),
    [anon_sym_true] = ACTIONS(2196),
    [anon_sym_false] = ACTIONS(2196),
    [aux_sym_string_token1] = ACTIONS(2198),
    [aux_sym_string_token3] = ACTIONS(2198),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [547] = {
    [ts_builtin_sym_end] = ACTIONS(2014),
    [sym_identifier] = ACTIONS(2012),
    [anon_sym_POUND] = ACTIONS(2014),
    [anon_sym_package] = ACTIONS(2012),
    [anon_sym_import] = ACTIONS(2012),
    [anon_sym_using] = ACTIONS(2012),
    [anon_sym_throw] = ACTIONS(2012),
    [anon_sym_LPAREN] = ACTIONS(2014),
    [anon_sym_switch] = ACTIONS(2012),
    [anon_sym_LBRACE] = ACTIONS(2014),
    [anon_sym_cast] = ACTIONS(2012),
    [anon_sym_DOLLARtype] = ACTIONS(2014),
    [anon_sym_return] = ACTIONS(2012),
    [anon_sym_untyped] = ACTIONS(2012),
    [anon_sym_break] = ACTIONS(2012),
    [anon_sym_continue] = ACTIONS(2012),
    [anon_sym_LBRACK] = ACTIONS(2014),
    [anon_sym_this] = ACTIONS(2012),
    [anon_sym_AT] = ACTIONS(2012),
    [anon_sym_AT_COLON] = ACTIONS(2014),
    [anon_sym_if] = ACTIONS(2012),
    [anon_sym_new] = ACTIONS(2012),
    [anon_sym_TILDE] = ACTIONS(2014),
    [anon_sym_BANG] = ACTIONS(2012),
    [anon_sym_DASH] = ACTIONS(2012),
    [anon_sym_PLUS_PLUS] = ACTIONS(2014),
    [anon_sym_DASH_DASH] = ACTIONS(2014),
    [anon_sym_PERCENT] = ACTIONS(2014),
    [anon_sym_STAR] = ACTIONS(2014),
    [anon_sym_SLASH] = ACTIONS(2012),
    [anon_sym_PLUS] = ACTIONS(2012),
    [anon_sym_LT_LT] = ACTIONS(2014),
    [anon_sym_GT_GT] = ACTIONS(2012),
    [anon_sym_GT_GT_GT] = ACTIONS(2014),
    [anon_sym_AMP] = ACTIONS(2012),
    [anon_sym_PIPE] = ACTIONS(2012),
    [anon_sym_CARET] = ACTIONS(2014),
    [anon_sym_AMP_AMP] = ACTIONS(2014),
    [anon_sym_PIPE_PIPE] = ACTIONS(2014),
    [anon_sym_EQ_EQ] = ACTIONS(2014),
    [anon_sym_BANG_EQ] = ACTIONS(2014),
    [anon_sym_LT] = ACTIONS(2012),
    [anon_sym_LT_EQ] = ACTIONS(2014),
    [anon_sym_GT] = ACTIONS(2012),
    [anon_sym_GT_EQ] = ACTIONS(2014),
    [anon_sym_EQ_GT] = ACTIONS(2014),
    [anon_sym_QMARK_QMARK] = ACTIONS(2014),
    [anon_sym_EQ] = ACTIONS(2012),
    [sym__rangeOperator] = ACTIONS(2014),
    [anon_sym_null] = ACTIONS(2012),
    [anon_sym_macro] = ACTIONS(2012),
    [anon_sym_abstract] = ACTIONS(2012),
    [anon_sym_static] = ACTIONS(2012),
    [anon_sym_public] = ACTIONS(2012),
    [anon_sym_private] = ACTIONS(2012),
    [anon_sym_extern] = ACTIONS(2012),
    [anon_sym_inline] = ACTIONS(2012),
    [anon_sym_overload] = ACTIONS(2012),
    [anon_sym_override] = ACTIONS(2012),
    [anon_sym_final] = ACTIONS(2012),
    [anon_sym_class] = ACTIONS(2012),
    [anon_sym_interface] = ACTIONS(2012),
    [anon_sym_typedef] = ACTIONS(2012),
    [anon_sym_function] = ACTIONS(2012),
    [anon_sym_var] = ACTIONS(2012),
    [aux_sym_integer_token1] = ACTIONS(2012),
    [aux_sym_integer_token2] = ACTIONS(2014),
    [aux_sym_float_token1] = ACTIONS(2012),
    [aux_sym_float_token2] = ACTIONS(2014),
    [anon_sym_true] = ACTIONS(2012),
    [anon_sym_false] = ACTIONS(2012),
    [aux_sym_string_token1] = ACTIONS(2014),
    [aux_sym_string_token3] = ACTIONS(2014),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [548] = {
    [ts_builtin_sym_end] = ACTIONS(1738),
    [sym_identifier] = ACTIONS(1736),
    [anon_sym_POUND] = ACTIONS(1738),
    [anon_sym_package] = ACTIONS(1736),
    [anon_sym_import] = ACTIONS(1736),
    [anon_sym_using] = ACTIONS(1736),
    [anon_sym_throw] = ACTIONS(1736),
    [anon_sym_LPAREN] = ACTIONS(1738),
    [anon_sym_switch] = ACTIONS(1736),
    [anon_sym_LBRACE] = ACTIONS(1738),
    [anon_sym_cast] = ACTIONS(1736),
    [anon_sym_DOLLARtype] = ACTIONS(1738),
    [anon_sym_return] = ACTIONS(1736),
    [anon_sym_untyped] = ACTIONS(1736),
    [anon_sym_break] = ACTIONS(1736),
    [anon_sym_continue] = ACTIONS(1736),
    [anon_sym_LBRACK] = ACTIONS(1738),
    [anon_sym_this] = ACTIONS(1736),
    [anon_sym_AT] = ACTIONS(1736),
    [anon_sym_AT_COLON] = ACTIONS(1738),
    [anon_sym_if] = ACTIONS(1736),
    [anon_sym_new] = ACTIONS(1736),
    [anon_sym_TILDE] = ACTIONS(1738),
    [anon_sym_BANG] = ACTIONS(1736),
    [anon_sym_DASH] = ACTIONS(1736),
    [anon_sym_PLUS_PLUS] = ACTIONS(1738),
    [anon_sym_DASH_DASH] = ACTIONS(1738),
    [anon_sym_PERCENT] = ACTIONS(1738),
    [anon_sym_STAR] = ACTIONS(1738),
    [anon_sym_SLASH] = ACTIONS(1736),
    [anon_sym_PLUS] = ACTIONS(1736),
    [anon_sym_LT_LT] = ACTIONS(1738),
    [anon_sym_GT_GT] = ACTIONS(1736),
    [anon_sym_GT_GT_GT] = ACTIONS(1738),
    [anon_sym_AMP] = ACTIONS(1736),
    [anon_sym_PIPE] = ACTIONS(1736),
    [anon_sym_CARET] = ACTIONS(1738),
    [anon_sym_AMP_AMP] = ACTIONS(1738),
    [anon_sym_PIPE_PIPE] = ACTIONS(1738),
    [anon_sym_EQ_EQ] = ACTIONS(1738),
    [anon_sym_BANG_EQ] = ACTIONS(1738),
    [anon_sym_LT] = ACTIONS(1736),
    [anon_sym_LT_EQ] = ACTIONS(1738),
    [anon_sym_GT] = ACTIONS(1736),
    [anon_sym_GT_EQ] = ACTIONS(1738),
    [anon_sym_EQ_GT] = ACTIONS(1738),
    [anon_sym_QMARK_QMARK] = ACTIONS(1738),
    [anon_sym_EQ] = ACTIONS(1736),
    [sym__rangeOperator] = ACTIONS(1738),
    [anon_sym_null] = ACTIONS(1736),
    [anon_sym_macro] = ACTIONS(1736),
    [anon_sym_abstract] = ACTIONS(1736),
    [anon_sym_static] = ACTIONS(1736),
    [anon_sym_public] = ACTIONS(1736),
    [anon_sym_private] = ACTIONS(1736),
    [anon_sym_extern] = ACTIONS(1736),
    [anon_sym_inline] = ACTIONS(1736),
    [anon_sym_overload] = ACTIONS(1736),
    [anon_sym_override] = ACTIONS(1736),
    [anon_sym_final] = ACTIONS(1736),
    [anon_sym_class] = ACTIONS(1736),
    [anon_sym_interface] = ACTIONS(1736),
    [anon_sym_typedef] = ACTIONS(1736),
    [anon_sym_function] = ACTIONS(1736),
    [anon_sym_var] = ACTIONS(1736),
    [aux_sym_integer_token1] = ACTIONS(1736),
    [aux_sym_integer_token2] = ACTIONS(1738),
    [aux_sym_float_token1] = ACTIONS(1736),
    [aux_sym_float_token2] = ACTIONS(1738),
    [anon_sym_true] = ACTIONS(1736),
    [anon_sym_false] = ACTIONS(1736),
    [aux_sym_string_token1] = ACTIONS(1738),
    [aux_sym_string_token3] = ACTIONS(1738),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [549] = {
    [ts_builtin_sym_end] = ACTIONS(2278),
    [sym_identifier] = ACTIONS(2276),
    [anon_sym_POUND] = ACTIONS(2278),
    [anon_sym_package] = ACTIONS(2276),
    [anon_sym_import] = ACTIONS(2276),
    [anon_sym_using] = ACTIONS(2276),
    [anon_sym_throw] = ACTIONS(2276),
    [anon_sym_LPAREN] = ACTIONS(2278),
    [anon_sym_switch] = ACTIONS(2276),
    [anon_sym_LBRACE] = ACTIONS(2278),
    [anon_sym_cast] = ACTIONS(2276),
    [anon_sym_DOLLARtype] = ACTIONS(2278),
    [anon_sym_return] = ACTIONS(2276),
    [anon_sym_untyped] = ACTIONS(2276),
    [anon_sym_break] = ACTIONS(2276),
    [anon_sym_continue] = ACTIONS(2276),
    [anon_sym_LBRACK] = ACTIONS(2278),
    [anon_sym_this] = ACTIONS(2276),
    [anon_sym_AT] = ACTIONS(2276),
    [anon_sym_AT_COLON] = ACTIONS(2278),
    [anon_sym_if] = ACTIONS(2276),
    [anon_sym_new] = ACTIONS(2276),
    [anon_sym_TILDE] = ACTIONS(2278),
    [anon_sym_BANG] = ACTIONS(2276),
    [anon_sym_DASH] = ACTIONS(2276),
    [anon_sym_PLUS_PLUS] = ACTIONS(2278),
    [anon_sym_DASH_DASH] = ACTIONS(2278),
    [anon_sym_PERCENT] = ACTIONS(2278),
    [anon_sym_STAR] = ACTIONS(2278),
    [anon_sym_SLASH] = ACTIONS(2276),
    [anon_sym_PLUS] = ACTIONS(2276),
    [anon_sym_LT_LT] = ACTIONS(2278),
    [anon_sym_GT_GT] = ACTIONS(2276),
    [anon_sym_GT_GT_GT] = ACTIONS(2278),
    [anon_sym_AMP] = ACTIONS(2276),
    [anon_sym_PIPE] = ACTIONS(2276),
    [anon_sym_CARET] = ACTIONS(2278),
    [anon_sym_AMP_AMP] = ACTIONS(2278),
    [anon_sym_PIPE_PIPE] = ACTIONS(2278),
    [anon_sym_EQ_EQ] = ACTIONS(2278),
    [anon_sym_BANG_EQ] = ACTIONS(2278),
    [anon_sym_LT] = ACTIONS(2276),
    [anon_sym_LT_EQ] = ACTIONS(2278),
    [anon_sym_GT] = ACTIONS(2276),
    [anon_sym_GT_EQ] = ACTIONS(2278),
    [anon_sym_EQ_GT] = ACTIONS(2278),
    [anon_sym_QMARK_QMARK] = ACTIONS(2278),
    [anon_sym_EQ] = ACTIONS(2276),
    [sym__rangeOperator] = ACTIONS(2278),
    [anon_sym_null] = ACTIONS(2276),
    [anon_sym_macro] = ACTIONS(2276),
    [anon_sym_abstract] = ACTIONS(2276),
    [anon_sym_static] = ACTIONS(2276),
    [anon_sym_public] = ACTIONS(2276),
    [anon_sym_private] = ACTIONS(2276),
    [anon_sym_extern] = ACTIONS(2276),
    [anon_sym_inline] = ACTIONS(2276),
    [anon_sym_overload] = ACTIONS(2276),
    [anon_sym_override] = ACTIONS(2276),
    [anon_sym_final] = ACTIONS(2276),
    [anon_sym_class] = ACTIONS(2276),
    [anon_sym_interface] = ACTIONS(2276),
    [anon_sym_typedef] = ACTIONS(2276),
    [anon_sym_function] = ACTIONS(2276),
    [anon_sym_var] = ACTIONS(2276),
    [aux_sym_integer_token1] = ACTIONS(2276),
    [aux_sym_integer_token2] = ACTIONS(2278),
    [aux_sym_float_token1] = ACTIONS(2276),
    [aux_sym_float_token2] = ACTIONS(2278),
    [anon_sym_true] = ACTIONS(2276),
    [anon_sym_false] = ACTIONS(2276),
    [aux_sym_string_token1] = ACTIONS(2278),
    [aux_sym_string_token3] = ACTIONS(2278),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [550] = {
    [ts_builtin_sym_end] = ACTIONS(2258),
    [sym_identifier] = ACTIONS(2256),
    [anon_sym_POUND] = ACTIONS(2258),
    [anon_sym_package] = ACTIONS(2256),
    [anon_sym_import] = ACTIONS(2256),
    [anon_sym_using] = ACTIONS(2256),
    [anon_sym_throw] = ACTIONS(2256),
    [anon_sym_LPAREN] = ACTIONS(2258),
    [anon_sym_switch] = ACTIONS(2256),
    [anon_sym_LBRACE] = ACTIONS(2258),
    [anon_sym_cast] = ACTIONS(2256),
    [anon_sym_DOLLARtype] = ACTIONS(2258),
    [anon_sym_return] = ACTIONS(2256),
    [anon_sym_untyped] = ACTIONS(2256),
    [anon_sym_break] = ACTIONS(2256),
    [anon_sym_continue] = ACTIONS(2256),
    [anon_sym_LBRACK] = ACTIONS(2258),
    [anon_sym_this] = ACTIONS(2256),
    [anon_sym_AT] = ACTIONS(2256),
    [anon_sym_AT_COLON] = ACTIONS(2258),
    [anon_sym_if] = ACTIONS(2256),
    [anon_sym_new] = ACTIONS(2256),
    [anon_sym_TILDE] = ACTIONS(2258),
    [anon_sym_BANG] = ACTIONS(2256),
    [anon_sym_DASH] = ACTIONS(2256),
    [anon_sym_PLUS_PLUS] = ACTIONS(2258),
    [anon_sym_DASH_DASH] = ACTIONS(2258),
    [anon_sym_PERCENT] = ACTIONS(2258),
    [anon_sym_STAR] = ACTIONS(2258),
    [anon_sym_SLASH] = ACTIONS(2256),
    [anon_sym_PLUS] = ACTIONS(2256),
    [anon_sym_LT_LT] = ACTIONS(2258),
    [anon_sym_GT_GT] = ACTIONS(2256),
    [anon_sym_GT_GT_GT] = ACTIONS(2258),
    [anon_sym_AMP] = ACTIONS(2256),
    [anon_sym_PIPE] = ACTIONS(2256),
    [anon_sym_CARET] = ACTIONS(2258),
    [anon_sym_AMP_AMP] = ACTIONS(2258),
    [anon_sym_PIPE_PIPE] = ACTIONS(2258),
    [anon_sym_EQ_EQ] = ACTIONS(2258),
    [anon_sym_BANG_EQ] = ACTIONS(2258),
    [anon_sym_LT] = ACTIONS(2256),
    [anon_sym_LT_EQ] = ACTIONS(2258),
    [anon_sym_GT] = ACTIONS(2256),
    [anon_sym_GT_EQ] = ACTIONS(2258),
    [anon_sym_EQ_GT] = ACTIONS(2258),
    [anon_sym_QMARK_QMARK] = ACTIONS(2258),
    [anon_sym_EQ] = ACTIONS(2256),
    [sym__rangeOperator] = ACTIONS(2258),
    [anon_sym_null] = ACTIONS(2256),
    [anon_sym_macro] = ACTIONS(2256),
    [anon_sym_abstract] = ACTIONS(2256),
    [anon_sym_static] = ACTIONS(2256),
    [anon_sym_public] = ACTIONS(2256),
    [anon_sym_private] = ACTIONS(2256),
    [anon_sym_extern] = ACTIONS(2256),
    [anon_sym_inline] = ACTIONS(2256),
    [anon_sym_overload] = ACTIONS(2256),
    [anon_sym_override] = ACTIONS(2256),
    [anon_sym_final] = ACTIONS(2256),
    [anon_sym_class] = ACTIONS(2256),
    [anon_sym_interface] = ACTIONS(2256),
    [anon_sym_typedef] = ACTIONS(2256),
    [anon_sym_function] = ACTIONS(2256),
    [anon_sym_var] = ACTIONS(2256),
    [aux_sym_integer_token1] = ACTIONS(2256),
    [aux_sym_integer_token2] = ACTIONS(2258),
    [aux_sym_float_token1] = ACTIONS(2256),
    [aux_sym_float_token2] = ACTIONS(2258),
    [anon_sym_true] = ACTIONS(2256),
    [anon_sym_false] = ACTIONS(2256),
    [aux_sym_string_token1] = ACTIONS(2258),
    [aux_sym_string_token3] = ACTIONS(2258),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [551] = {
    [ts_builtin_sym_end] = ACTIONS(1970),
    [sym_identifier] = ACTIONS(1968),
    [anon_sym_POUND] = ACTIONS(1970),
    [anon_sym_package] = ACTIONS(1968),
    [anon_sym_import] = ACTIONS(1968),
    [anon_sym_using] = ACTIONS(1968),
    [anon_sym_throw] = ACTIONS(1968),
    [anon_sym_LPAREN] = ACTIONS(1970),
    [anon_sym_switch] = ACTIONS(1968),
    [anon_sym_LBRACE] = ACTIONS(1970),
    [anon_sym_cast] = ACTIONS(1968),
    [anon_sym_DOLLARtype] = ACTIONS(1970),
    [anon_sym_return] = ACTIONS(1968),
    [anon_sym_untyped] = ACTIONS(1968),
    [anon_sym_break] = ACTIONS(1968),
    [anon_sym_continue] = ACTIONS(1968),
    [anon_sym_LBRACK] = ACTIONS(1970),
    [anon_sym_this] = ACTIONS(1968),
    [anon_sym_AT] = ACTIONS(1968),
    [anon_sym_AT_COLON] = ACTIONS(1970),
    [anon_sym_if] = ACTIONS(1968),
    [anon_sym_new] = ACTIONS(1968),
    [anon_sym_TILDE] = ACTIONS(1970),
    [anon_sym_BANG] = ACTIONS(1968),
    [anon_sym_DASH] = ACTIONS(1968),
    [anon_sym_PLUS_PLUS] = ACTIONS(1970),
    [anon_sym_DASH_DASH] = ACTIONS(1970),
    [anon_sym_PERCENT] = ACTIONS(1970),
    [anon_sym_STAR] = ACTIONS(1970),
    [anon_sym_SLASH] = ACTIONS(1968),
    [anon_sym_PLUS] = ACTIONS(1968),
    [anon_sym_LT_LT] = ACTIONS(1970),
    [anon_sym_GT_GT] = ACTIONS(1968),
    [anon_sym_GT_GT_GT] = ACTIONS(1970),
    [anon_sym_AMP] = ACTIONS(1968),
    [anon_sym_PIPE] = ACTIONS(1968),
    [anon_sym_CARET] = ACTIONS(1970),
    [anon_sym_AMP_AMP] = ACTIONS(1970),
    [anon_sym_PIPE_PIPE] = ACTIONS(1970),
    [anon_sym_EQ_EQ] = ACTIONS(1970),
    [anon_sym_BANG_EQ] = ACTIONS(1970),
    [anon_sym_LT] = ACTIONS(1968),
    [anon_sym_LT_EQ] = ACTIONS(1970),
    [anon_sym_GT] = ACTIONS(1968),
    [anon_sym_GT_EQ] = ACTIONS(1970),
    [anon_sym_EQ_GT] = ACTIONS(1970),
    [anon_sym_QMARK_QMARK] = ACTIONS(1970),
    [anon_sym_EQ] = ACTIONS(1968),
    [sym__rangeOperator] = ACTIONS(1970),
    [anon_sym_null] = ACTIONS(1968),
    [anon_sym_macro] = ACTIONS(1968),
    [anon_sym_abstract] = ACTIONS(1968),
    [anon_sym_static] = ACTIONS(1968),
    [anon_sym_public] = ACTIONS(1968),
    [anon_sym_private] = ACTIONS(1968),
    [anon_sym_extern] = ACTIONS(1968),
    [anon_sym_inline] = ACTIONS(1968),
    [anon_sym_overload] = ACTIONS(1968),
    [anon_sym_override] = ACTIONS(1968),
    [anon_sym_final] = ACTIONS(1968),
    [anon_sym_class] = ACTIONS(1968),
    [anon_sym_interface] = ACTIONS(1968),
    [anon_sym_typedef] = ACTIONS(1968),
    [anon_sym_function] = ACTIONS(1968),
    [anon_sym_var] = ACTIONS(1968),
    [aux_sym_integer_token1] = ACTIONS(1968),
    [aux_sym_integer_token2] = ACTIONS(1970),
    [aux_sym_float_token1] = ACTIONS(1968),
    [aux_sym_float_token2] = ACTIONS(1970),
    [anon_sym_true] = ACTIONS(1968),
    [anon_sym_false] = ACTIONS(1968),
    [aux_sym_string_token1] = ACTIONS(1970),
    [aux_sym_string_token3] = ACTIONS(1970),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [552] = {
    [ts_builtin_sym_end] = ACTIONS(2186),
    [sym_identifier] = ACTIONS(2184),
    [anon_sym_POUND] = ACTIONS(2186),
    [anon_sym_package] = ACTIONS(2184),
    [anon_sym_import] = ACTIONS(2184),
    [anon_sym_using] = ACTIONS(2184),
    [anon_sym_throw] = ACTIONS(2184),
    [anon_sym_LPAREN] = ACTIONS(2186),
    [anon_sym_switch] = ACTIONS(2184),
    [anon_sym_LBRACE] = ACTIONS(2186),
    [anon_sym_cast] = ACTIONS(2184),
    [anon_sym_DOLLARtype] = ACTIONS(2186),
    [anon_sym_return] = ACTIONS(2184),
    [anon_sym_untyped] = ACTIONS(2184),
    [anon_sym_break] = ACTIONS(2184),
    [anon_sym_continue] = ACTIONS(2184),
    [anon_sym_LBRACK] = ACTIONS(2186),
    [anon_sym_this] = ACTIONS(2184),
    [anon_sym_AT] = ACTIONS(2184),
    [anon_sym_AT_COLON] = ACTIONS(2186),
    [anon_sym_if] = ACTIONS(2184),
    [anon_sym_new] = ACTIONS(2184),
    [anon_sym_TILDE] = ACTIONS(2186),
    [anon_sym_BANG] = ACTIONS(2184),
    [anon_sym_DASH] = ACTIONS(2184),
    [anon_sym_PLUS_PLUS] = ACTIONS(2186),
    [anon_sym_DASH_DASH] = ACTIONS(2186),
    [anon_sym_PERCENT] = ACTIONS(2186),
    [anon_sym_STAR] = ACTIONS(2186),
    [anon_sym_SLASH] = ACTIONS(2184),
    [anon_sym_PLUS] = ACTIONS(2184),
    [anon_sym_LT_LT] = ACTIONS(2186),
    [anon_sym_GT_GT] = ACTIONS(2184),
    [anon_sym_GT_GT_GT] = ACTIONS(2186),
    [anon_sym_AMP] = ACTIONS(2184),
    [anon_sym_PIPE] = ACTIONS(2184),
    [anon_sym_CARET] = ACTIONS(2186),
    [anon_sym_AMP_AMP] = ACTIONS(2186),
    [anon_sym_PIPE_PIPE] = ACTIONS(2186),
    [anon_sym_EQ_EQ] = ACTIONS(2186),
    [anon_sym_BANG_EQ] = ACTIONS(2186),
    [anon_sym_LT] = ACTIONS(2184),
    [anon_sym_LT_EQ] = ACTIONS(2186),
    [anon_sym_GT] = ACTIONS(2184),
    [anon_sym_GT_EQ] = ACTIONS(2186),
    [anon_sym_EQ_GT] = ACTIONS(2186),
    [anon_sym_QMARK_QMARK] = ACTIONS(2186),
    [anon_sym_EQ] = ACTIONS(2184),
    [sym__rangeOperator] = ACTIONS(2186),
    [anon_sym_null] = ACTIONS(2184),
    [anon_sym_macro] = ACTIONS(2184),
    [anon_sym_abstract] = ACTIONS(2184),
    [anon_sym_static] = ACTIONS(2184),
    [anon_sym_public] = ACTIONS(2184),
    [anon_sym_private] = ACTIONS(2184),
    [anon_sym_extern] = ACTIONS(2184),
    [anon_sym_inline] = ACTIONS(2184),
    [anon_sym_overload] = ACTIONS(2184),
    [anon_sym_override] = ACTIONS(2184),
    [anon_sym_final] = ACTIONS(2184),
    [anon_sym_class] = ACTIONS(2184),
    [anon_sym_interface] = ACTIONS(2184),
    [anon_sym_typedef] = ACTIONS(2184),
    [anon_sym_function] = ACTIONS(2184),
    [anon_sym_var] = ACTIONS(2184),
    [aux_sym_integer_token1] = ACTIONS(2184),
    [aux_sym_integer_token2] = ACTIONS(2186),
    [aux_sym_float_token1] = ACTIONS(2184),
    [aux_sym_float_token2] = ACTIONS(2186),
    [anon_sym_true] = ACTIONS(2184),
    [anon_sym_false] = ACTIONS(2184),
    [aux_sym_string_token1] = ACTIONS(2186),
    [aux_sym_string_token3] = ACTIONS(2186),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [553] = {
    [ts_builtin_sym_end] = ACTIONS(271),
    [sym_identifier] = ACTIONS(2368),
    [anon_sym_POUND] = ACTIONS(271),
    [anon_sym_package] = ACTIONS(2368),
    [anon_sym_import] = ACTIONS(2368),
    [anon_sym_using] = ACTIONS(2368),
    [anon_sym_throw] = ACTIONS(2368),
    [anon_sym_LPAREN] = ACTIONS(271),
    [anon_sym_switch] = ACTIONS(2368),
    [anon_sym_LBRACE] = ACTIONS(271),
    [anon_sym_cast] = ACTIONS(2368),
    [anon_sym_DOLLARtype] = ACTIONS(271),
    [anon_sym_return] = ACTIONS(2368),
    [anon_sym_untyped] = ACTIONS(2368),
    [anon_sym_break] = ACTIONS(2368),
    [anon_sym_continue] = ACTIONS(2368),
    [anon_sym_LBRACK] = ACTIONS(271),
    [anon_sym_this] = ACTIONS(2368),
    [anon_sym_AT] = ACTIONS(2368),
    [anon_sym_AT_COLON] = ACTIONS(271),
    [anon_sym_if] = ACTIONS(2368),
    [anon_sym_new] = ACTIONS(2368),
    [anon_sym_TILDE] = ACTIONS(271),
    [anon_sym_BANG] = ACTIONS(2368),
    [anon_sym_DASH] = ACTIONS(2368),
    [anon_sym_PLUS_PLUS] = ACTIONS(271),
    [anon_sym_DASH_DASH] = ACTIONS(271),
    [anon_sym_PERCENT] = ACTIONS(271),
    [anon_sym_STAR] = ACTIONS(271),
    [anon_sym_SLASH] = ACTIONS(2368),
    [anon_sym_PLUS] = ACTIONS(2368),
    [anon_sym_LT_LT] = ACTIONS(271),
    [anon_sym_GT_GT] = ACTIONS(2368),
    [anon_sym_GT_GT_GT] = ACTIONS(271),
    [anon_sym_AMP] = ACTIONS(2368),
    [anon_sym_PIPE] = ACTIONS(2368),
    [anon_sym_CARET] = ACTIONS(271),
    [anon_sym_AMP_AMP] = ACTIONS(271),
    [anon_sym_PIPE_PIPE] = ACTIONS(271),
    [anon_sym_EQ_EQ] = ACTIONS(271),
    [anon_sym_BANG_EQ] = ACTIONS(271),
    [anon_sym_LT] = ACTIONS(2368),
    [anon_sym_LT_EQ] = ACTIONS(271),
    [anon_sym_GT] = ACTIONS(2368),
    [anon_sym_GT_EQ] = ACTIONS(271),
    [anon_sym_EQ_GT] = ACTIONS(271),
    [anon_sym_QMARK_QMARK] = ACTIONS(271),
    [anon_sym_EQ] = ACTIONS(2368),
    [sym__rangeOperator] = ACTIONS(271),
    [anon_sym_null] = ACTIONS(2368),
    [anon_sym_macro] = ACTIONS(2368),
    [anon_sym_abstract] = ACTIONS(2368),
    [anon_sym_static] = ACTIONS(2368),
    [anon_sym_public] = ACTIONS(2368),
    [anon_sym_private] = ACTIONS(2368),
    [anon_sym_extern] = ACTIONS(2368),
    [anon_sym_inline] = ACTIONS(2368),
    [anon_sym_overload] = ACTIONS(2368),
    [anon_sym_override] = ACTIONS(2368),
    [anon_sym_final] = ACTIONS(2368),
    [anon_sym_class] = ACTIONS(2368),
    [anon_sym_interface] = ACTIONS(2368),
    [anon_sym_typedef] = ACTIONS(2368),
    [anon_sym_function] = ACTIONS(2368),
    [anon_sym_var] = ACTIONS(2368),
    [aux_sym_integer_token1] = ACTIONS(2368),
    [aux_sym_integer_token2] = ACTIONS(271),
    [aux_sym_float_token1] = ACTIONS(2368),
    [aux_sym_float_token2] = ACTIONS(271),
    [anon_sym_true] = ACTIONS(2368),
    [anon_sym_false] = ACTIONS(2368),
    [aux_sym_string_token1] = ACTIONS(271),
    [aux_sym_string_token3] = ACTIONS(271),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [554] = {
    [ts_builtin_sym_end] = ACTIONS(2162),
    [sym_identifier] = ACTIONS(2160),
    [anon_sym_POUND] = ACTIONS(2162),
    [anon_sym_package] = ACTIONS(2160),
    [anon_sym_import] = ACTIONS(2160),
    [anon_sym_using] = ACTIONS(2160),
    [anon_sym_throw] = ACTIONS(2160),
    [anon_sym_LPAREN] = ACTIONS(2162),
    [anon_sym_switch] = ACTIONS(2160),
    [anon_sym_LBRACE] = ACTIONS(2162),
    [anon_sym_cast] = ACTIONS(2160),
    [anon_sym_DOLLARtype] = ACTIONS(2162),
    [anon_sym_return] = ACTIONS(2160),
    [anon_sym_untyped] = ACTIONS(2160),
    [anon_sym_break] = ACTIONS(2160),
    [anon_sym_continue] = ACTIONS(2160),
    [anon_sym_LBRACK] = ACTIONS(2162),
    [anon_sym_this] = ACTIONS(2160),
    [anon_sym_AT] = ACTIONS(2160),
    [anon_sym_AT_COLON] = ACTIONS(2162),
    [anon_sym_if] = ACTIONS(2160),
    [anon_sym_new] = ACTIONS(2160),
    [anon_sym_TILDE] = ACTIONS(2162),
    [anon_sym_BANG] = ACTIONS(2160),
    [anon_sym_DASH] = ACTIONS(2160),
    [anon_sym_PLUS_PLUS] = ACTIONS(2162),
    [anon_sym_DASH_DASH] = ACTIONS(2162),
    [anon_sym_PERCENT] = ACTIONS(2162),
    [anon_sym_STAR] = ACTIONS(2162),
    [anon_sym_SLASH] = ACTIONS(2160),
    [anon_sym_PLUS] = ACTIONS(2160),
    [anon_sym_LT_LT] = ACTIONS(2162),
    [anon_sym_GT_GT] = ACTIONS(2160),
    [anon_sym_GT_GT_GT] = ACTIONS(2162),
    [anon_sym_AMP] = ACTIONS(2160),
    [anon_sym_PIPE] = ACTIONS(2160),
    [anon_sym_CARET] = ACTIONS(2162),
    [anon_sym_AMP_AMP] = ACTIONS(2162),
    [anon_sym_PIPE_PIPE] = ACTIONS(2162),
    [anon_sym_EQ_EQ] = ACTIONS(2162),
    [anon_sym_BANG_EQ] = ACTIONS(2162),
    [anon_sym_LT] = ACTIONS(2160),
    [anon_sym_LT_EQ] = ACTIONS(2162),
    [anon_sym_GT] = ACTIONS(2160),
    [anon_sym_GT_EQ] = ACTIONS(2162),
    [anon_sym_EQ_GT] = ACTIONS(2162),
    [anon_sym_QMARK_QMARK] = ACTIONS(2162),
    [anon_sym_EQ] = ACTIONS(2160),
    [sym__rangeOperator] = ACTIONS(2162),
    [anon_sym_null] = ACTIONS(2160),
    [anon_sym_macro] = ACTIONS(2160),
    [anon_sym_abstract] = ACTIONS(2160),
    [anon_sym_static] = ACTIONS(2160),
    [anon_sym_public] = ACTIONS(2160),
    [anon_sym_private] = ACTIONS(2160),
    [anon_sym_extern] = ACTIONS(2160),
    [anon_sym_inline] = ACTIONS(2160),
    [anon_sym_overload] = ACTIONS(2160),
    [anon_sym_override] = ACTIONS(2160),
    [anon_sym_final] = ACTIONS(2160),
    [anon_sym_class] = ACTIONS(2160),
    [anon_sym_interface] = ACTIONS(2160),
    [anon_sym_typedef] = ACTIONS(2160),
    [anon_sym_function] = ACTIONS(2160),
    [anon_sym_var] = ACTIONS(2160),
    [aux_sym_integer_token1] = ACTIONS(2160),
    [aux_sym_integer_token2] = ACTIONS(2162),
    [aux_sym_float_token1] = ACTIONS(2160),
    [aux_sym_float_token2] = ACTIONS(2162),
    [anon_sym_true] = ACTIONS(2160),
    [anon_sym_false] = ACTIONS(2160),
    [aux_sym_string_token1] = ACTIONS(2162),
    [aux_sym_string_token3] = ACTIONS(2162),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [555] = {
    [ts_builtin_sym_end] = ACTIONS(1734),
    [sym_identifier] = ACTIONS(1732),
    [anon_sym_POUND] = ACTIONS(1734),
    [anon_sym_package] = ACTIONS(1732),
    [anon_sym_import] = ACTIONS(1732),
    [anon_sym_using] = ACTIONS(1732),
    [anon_sym_throw] = ACTIONS(1732),
    [anon_sym_LPAREN] = ACTIONS(1734),
    [anon_sym_switch] = ACTIONS(1732),
    [anon_sym_LBRACE] = ACTIONS(1734),
    [anon_sym_cast] = ACTIONS(1732),
    [anon_sym_DOLLARtype] = ACTIONS(1734),
    [anon_sym_return] = ACTIONS(1732),
    [anon_sym_untyped] = ACTIONS(1732),
    [anon_sym_break] = ACTIONS(1732),
    [anon_sym_continue] = ACTIONS(1732),
    [anon_sym_LBRACK] = ACTIONS(1734),
    [anon_sym_this] = ACTIONS(1732),
    [anon_sym_AT] = ACTIONS(1732),
    [anon_sym_AT_COLON] = ACTIONS(1734),
    [anon_sym_if] = ACTIONS(1732),
    [anon_sym_new] = ACTIONS(1732),
    [anon_sym_TILDE] = ACTIONS(1734),
    [anon_sym_BANG] = ACTIONS(1732),
    [anon_sym_DASH] = ACTIONS(1732),
    [anon_sym_PLUS_PLUS] = ACTIONS(1734),
    [anon_sym_DASH_DASH] = ACTIONS(1734),
    [anon_sym_PERCENT] = ACTIONS(1734),
    [anon_sym_STAR] = ACTIONS(1734),
    [anon_sym_SLASH] = ACTIONS(1732),
    [anon_sym_PLUS] = ACTIONS(1732),
    [anon_sym_LT_LT] = ACTIONS(1734),
    [anon_sym_GT_GT] = ACTIONS(1732),
    [anon_sym_GT_GT_GT] = ACTIONS(1734),
    [anon_sym_AMP] = ACTIONS(1732),
    [anon_sym_PIPE] = ACTIONS(1732),
    [anon_sym_CARET] = ACTIONS(1734),
    [anon_sym_AMP_AMP] = ACTIONS(1734),
    [anon_sym_PIPE_PIPE] = ACTIONS(1734),
    [anon_sym_EQ_EQ] = ACTIONS(1734),
    [anon_sym_BANG_EQ] = ACTIONS(1734),
    [anon_sym_LT] = ACTIONS(1732),
    [anon_sym_LT_EQ] = ACTIONS(1734),
    [anon_sym_GT] = ACTIONS(1732),
    [anon_sym_GT_EQ] = ACTIONS(1734),
    [anon_sym_EQ_GT] = ACTIONS(1734),
    [anon_sym_QMARK_QMARK] = ACTIONS(1734),
    [anon_sym_EQ] = ACTIONS(1732),
    [sym__rangeOperator] = ACTIONS(1734),
    [anon_sym_null] = ACTIONS(1732),
    [anon_sym_macro] = ACTIONS(1732),
    [anon_sym_abstract] = ACTIONS(1732),
    [anon_sym_static] = ACTIONS(1732),
    [anon_sym_public] = ACTIONS(1732),
    [anon_sym_private] = ACTIONS(1732),
    [anon_sym_extern] = ACTIONS(1732),
    [anon_sym_inline] = ACTIONS(1732),
    [anon_sym_overload] = ACTIONS(1732),
    [anon_sym_override] = ACTIONS(1732),
    [anon_sym_final] = ACTIONS(1732),
    [anon_sym_class] = ACTIONS(1732),
    [anon_sym_interface] = ACTIONS(1732),
    [anon_sym_typedef] = ACTIONS(1732),
    [anon_sym_function] = ACTIONS(1732),
    [anon_sym_var] = ACTIONS(1732),
    [aux_sym_integer_token1] = ACTIONS(1732),
    [aux_sym_integer_token2] = ACTIONS(1734),
    [aux_sym_float_token1] = ACTIONS(1732),
    [aux_sym_float_token2] = ACTIONS(1734),
    [anon_sym_true] = ACTIONS(1732),
    [anon_sym_false] = ACTIONS(1732),
    [aux_sym_string_token1] = ACTIONS(1734),
    [aux_sym_string_token3] = ACTIONS(1734),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [556] = {
    [sym_identifier] = ACTIONS(2370),
    [anon_sym_POUND] = ACTIONS(2372),
    [anon_sym_package] = ACTIONS(2370),
    [anon_sym_import] = ACTIONS(2370),
    [anon_sym_using] = ACTIONS(2370),
    [anon_sym_throw] = ACTIONS(2370),
    [anon_sym_LPAREN] = ACTIONS(2372),
    [anon_sym_switch] = ACTIONS(2370),
    [anon_sym_LBRACE] = ACTIONS(2372),
    [anon_sym_cast] = ACTIONS(2370),
    [anon_sym_DOLLARtype] = ACTIONS(2372),
    [anon_sym_return] = ACTIONS(2370),
    [anon_sym_untyped] = ACTIONS(2370),
    [anon_sym_break] = ACTIONS(2370),
    [anon_sym_continue] = ACTIONS(2370),
    [anon_sym_LBRACK] = ACTIONS(2372),
    [anon_sym_this] = ACTIONS(2370),
    [anon_sym_AT] = ACTIONS(2370),
    [anon_sym_AT_COLON] = ACTIONS(2372),
    [anon_sym_if] = ACTIONS(2370),
    [anon_sym_new] = ACTIONS(2370),
    [anon_sym_TILDE] = ACTIONS(2372),
    [anon_sym_BANG] = ACTIONS(2370),
    [anon_sym_DASH] = ACTIONS(2370),
    [anon_sym_PLUS_PLUS] = ACTIONS(2372),
    [anon_sym_DASH_DASH] = ACTIONS(2372),
    [anon_sym_PERCENT] = ACTIONS(2372),
    [anon_sym_STAR] = ACTIONS(2372),
    [anon_sym_SLASH] = ACTIONS(2370),
    [anon_sym_PLUS] = ACTIONS(2370),
    [anon_sym_LT_LT] = ACTIONS(2372),
    [anon_sym_GT_GT] = ACTIONS(2370),
    [anon_sym_GT_GT_GT] = ACTIONS(2372),
    [anon_sym_AMP] = ACTIONS(2370),
    [anon_sym_PIPE] = ACTIONS(2370),
    [anon_sym_CARET] = ACTIONS(2372),
    [anon_sym_AMP_AMP] = ACTIONS(2372),
    [anon_sym_PIPE_PIPE] = ACTIONS(2372),
    [anon_sym_EQ_EQ] = ACTIONS(2372),
    [anon_sym_BANG_EQ] = ACTIONS(2372),
    [anon_sym_LT] = ACTIONS(2370),
    [anon_sym_LT_EQ] = ACTIONS(2372),
    [anon_sym_GT] = ACTIONS(2370),
    [anon_sym_GT_EQ] = ACTIONS(2372),
    [anon_sym_EQ_GT] = ACTIONS(2372),
    [anon_sym_QMARK_QMARK] = ACTIONS(2372),
    [anon_sym_EQ] = ACTIONS(2370),
    [sym__rangeOperator] = ACTIONS(2372),
    [anon_sym_null] = ACTIONS(2370),
    [anon_sym_macro] = ACTIONS(2370),
    [anon_sym_abstract] = ACTIONS(2370),
    [anon_sym_static] = ACTIONS(2370),
    [anon_sym_public] = ACTIONS(2370),
    [anon_sym_private] = ACTIONS(2370),
    [anon_sym_extern] = ACTIONS(2370),
    [anon_sym_inline] = ACTIONS(2370),
    [anon_sym_overload] = ACTIONS(2370),
    [anon_sym_override] = ACTIONS(2370),
    [anon_sym_final] = ACTIONS(2370),
    [anon_sym_class] = ACTIONS(2370),
    [anon_sym_interface] = ACTIONS(2370),
    [anon_sym_typedef] = ACTIONS(2370),
    [anon_sym_function] = ACTIONS(2370),
    [anon_sym_var] = ACTIONS(2370),
    [aux_sym_integer_token1] = ACTIONS(2370),
    [aux_sym_integer_token2] = ACTIONS(2372),
    [aux_sym_float_token1] = ACTIONS(2370),
    [aux_sym_float_token2] = ACTIONS(2372),
    [anon_sym_true] = ACTIONS(2370),
    [anon_sym_false] = ACTIONS(2370),
    [aux_sym_string_token1] = ACTIONS(2372),
    [aux_sym_string_token3] = ACTIONS(2372),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(2372),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [557] = {
    [ts_builtin_sym_end] = ACTIONS(2142),
    [sym_identifier] = ACTIONS(2140),
    [anon_sym_POUND] = ACTIONS(2142),
    [anon_sym_package] = ACTIONS(2140),
    [anon_sym_import] = ACTIONS(2140),
    [anon_sym_using] = ACTIONS(2140),
    [anon_sym_throw] = ACTIONS(2140),
    [anon_sym_LPAREN] = ACTIONS(2142),
    [anon_sym_switch] = ACTIONS(2140),
    [anon_sym_LBRACE] = ACTIONS(2142),
    [anon_sym_cast] = ACTIONS(2140),
    [anon_sym_DOLLARtype] = ACTIONS(2142),
    [anon_sym_return] = ACTIONS(2140),
    [anon_sym_untyped] = ACTIONS(2140),
    [anon_sym_break] = ACTIONS(2140),
    [anon_sym_continue] = ACTIONS(2140),
    [anon_sym_LBRACK] = ACTIONS(2142),
    [anon_sym_this] = ACTIONS(2140),
    [anon_sym_AT] = ACTIONS(2140),
    [anon_sym_AT_COLON] = ACTIONS(2142),
    [anon_sym_if] = ACTIONS(2140),
    [anon_sym_new] = ACTIONS(2140),
    [anon_sym_TILDE] = ACTIONS(2142),
    [anon_sym_BANG] = ACTIONS(2140),
    [anon_sym_DASH] = ACTIONS(2140),
    [anon_sym_PLUS_PLUS] = ACTIONS(2142),
    [anon_sym_DASH_DASH] = ACTIONS(2142),
    [anon_sym_PERCENT] = ACTIONS(2142),
    [anon_sym_STAR] = ACTIONS(2142),
    [anon_sym_SLASH] = ACTIONS(2140),
    [anon_sym_PLUS] = ACTIONS(2140),
    [anon_sym_LT_LT] = ACTIONS(2142),
    [anon_sym_GT_GT] = ACTIONS(2140),
    [anon_sym_GT_GT_GT] = ACTIONS(2142),
    [anon_sym_AMP] = ACTIONS(2140),
    [anon_sym_PIPE] = ACTIONS(2140),
    [anon_sym_CARET] = ACTIONS(2142),
    [anon_sym_AMP_AMP] = ACTIONS(2142),
    [anon_sym_PIPE_PIPE] = ACTIONS(2142),
    [anon_sym_EQ_EQ] = ACTIONS(2142),
    [anon_sym_BANG_EQ] = ACTIONS(2142),
    [anon_sym_LT] = ACTIONS(2140),
    [anon_sym_LT_EQ] = ACTIONS(2142),
    [anon_sym_GT] = ACTIONS(2140),
    [anon_sym_GT_EQ] = ACTIONS(2142),
    [anon_sym_EQ_GT] = ACTIONS(2142),
    [anon_sym_QMARK_QMARK] = ACTIONS(2142),
    [anon_sym_EQ] = ACTIONS(2140),
    [sym__rangeOperator] = ACTIONS(2142),
    [anon_sym_null] = ACTIONS(2140),
    [anon_sym_macro] = ACTIONS(2140),
    [anon_sym_abstract] = ACTIONS(2140),
    [anon_sym_static] = ACTIONS(2140),
    [anon_sym_public] = ACTIONS(2140),
    [anon_sym_private] = ACTIONS(2140),
    [anon_sym_extern] = ACTIONS(2140),
    [anon_sym_inline] = ACTIONS(2140),
    [anon_sym_overload] = ACTIONS(2140),
    [anon_sym_override] = ACTIONS(2140),
    [anon_sym_final] = ACTIONS(2140),
    [anon_sym_class] = ACTIONS(2140),
    [anon_sym_interface] = ACTIONS(2140),
    [anon_sym_typedef] = ACTIONS(2140),
    [anon_sym_function] = ACTIONS(2140),
    [anon_sym_var] = ACTIONS(2140),
    [aux_sym_integer_token1] = ACTIONS(2140),
    [aux_sym_integer_token2] = ACTIONS(2142),
    [aux_sym_float_token1] = ACTIONS(2140),
    [aux_sym_float_token2] = ACTIONS(2142),
    [anon_sym_true] = ACTIONS(2140),
    [anon_sym_false] = ACTIONS(2140),
    [aux_sym_string_token1] = ACTIONS(2142),
    [aux_sym_string_token3] = ACTIONS(2142),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [558] = {
    [ts_builtin_sym_end] = ACTIONS(1730),
    [sym_identifier] = ACTIONS(1728),
    [anon_sym_POUND] = ACTIONS(1730),
    [anon_sym_package] = ACTIONS(1728),
    [anon_sym_import] = ACTIONS(1728),
    [anon_sym_using] = ACTIONS(1728),
    [anon_sym_throw] = ACTIONS(1728),
    [anon_sym_LPAREN] = ACTIONS(1730),
    [anon_sym_switch] = ACTIONS(1728),
    [anon_sym_LBRACE] = ACTIONS(1730),
    [anon_sym_cast] = ACTIONS(1728),
    [anon_sym_DOLLARtype] = ACTIONS(1730),
    [anon_sym_return] = ACTIONS(1728),
    [anon_sym_untyped] = ACTIONS(1728),
    [anon_sym_break] = ACTIONS(1728),
    [anon_sym_continue] = ACTIONS(1728),
    [anon_sym_LBRACK] = ACTIONS(1730),
    [anon_sym_this] = ACTIONS(1728),
    [anon_sym_AT] = ACTIONS(1728),
    [anon_sym_AT_COLON] = ACTIONS(1730),
    [anon_sym_if] = ACTIONS(1728),
    [anon_sym_new] = ACTIONS(1728),
    [anon_sym_TILDE] = ACTIONS(1730),
    [anon_sym_BANG] = ACTIONS(1728),
    [anon_sym_DASH] = ACTIONS(1728),
    [anon_sym_PLUS_PLUS] = ACTIONS(1730),
    [anon_sym_DASH_DASH] = ACTIONS(1730),
    [anon_sym_PERCENT] = ACTIONS(1730),
    [anon_sym_STAR] = ACTIONS(1730),
    [anon_sym_SLASH] = ACTIONS(1728),
    [anon_sym_PLUS] = ACTIONS(1728),
    [anon_sym_LT_LT] = ACTIONS(1730),
    [anon_sym_GT_GT] = ACTIONS(1728),
    [anon_sym_GT_GT_GT] = ACTIONS(1730),
    [anon_sym_AMP] = ACTIONS(1728),
    [anon_sym_PIPE] = ACTIONS(1728),
    [anon_sym_CARET] = ACTIONS(1730),
    [anon_sym_AMP_AMP] = ACTIONS(1730),
    [anon_sym_PIPE_PIPE] = ACTIONS(1730),
    [anon_sym_EQ_EQ] = ACTIONS(1730),
    [anon_sym_BANG_EQ] = ACTIONS(1730),
    [anon_sym_LT] = ACTIONS(1728),
    [anon_sym_LT_EQ] = ACTIONS(1730),
    [anon_sym_GT] = ACTIONS(1728),
    [anon_sym_GT_EQ] = ACTIONS(1730),
    [anon_sym_EQ_GT] = ACTIONS(1730),
    [anon_sym_QMARK_QMARK] = ACTIONS(1730),
    [anon_sym_EQ] = ACTIONS(1728),
    [sym__rangeOperator] = ACTIONS(1730),
    [anon_sym_null] = ACTIONS(1728),
    [anon_sym_macro] = ACTIONS(1728),
    [anon_sym_abstract] = ACTIONS(1728),
    [anon_sym_static] = ACTIONS(1728),
    [anon_sym_public] = ACTIONS(1728),
    [anon_sym_private] = ACTIONS(1728),
    [anon_sym_extern] = ACTIONS(1728),
    [anon_sym_inline] = ACTIONS(1728),
    [anon_sym_overload] = ACTIONS(1728),
    [anon_sym_override] = ACTIONS(1728),
    [anon_sym_final] = ACTIONS(1728),
    [anon_sym_class] = ACTIONS(1728),
    [anon_sym_interface] = ACTIONS(1728),
    [anon_sym_typedef] = ACTIONS(1728),
    [anon_sym_function] = ACTIONS(1728),
    [anon_sym_var] = ACTIONS(1728),
    [aux_sym_integer_token1] = ACTIONS(1728),
    [aux_sym_integer_token2] = ACTIONS(1730),
    [aux_sym_float_token1] = ACTIONS(1728),
    [aux_sym_float_token2] = ACTIONS(1730),
    [anon_sym_true] = ACTIONS(1728),
    [anon_sym_false] = ACTIONS(1728),
    [aux_sym_string_token1] = ACTIONS(1730),
    [aux_sym_string_token3] = ACTIONS(1730),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [559] = {
    [ts_builtin_sym_end] = ACTIONS(562),
    [sym_identifier] = ACTIONS(564),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(562),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(562),
    [anon_sym_this] = ACTIONS(564),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(564),
    [anon_sym_TILDE] = ACTIONS(562),
    [anon_sym_BANG] = ACTIONS(564),
    [anon_sym_DASH] = ACTIONS(564),
    [anon_sym_PLUS_PLUS] = ACTIONS(562),
    [anon_sym_DASH_DASH] = ACTIONS(562),
    [anon_sym_PERCENT] = ACTIONS(562),
    [anon_sym_STAR] = ACTIONS(562),
    [anon_sym_SLASH] = ACTIONS(564),
    [anon_sym_PLUS] = ACTIONS(564),
    [anon_sym_LT_LT] = ACTIONS(562),
    [anon_sym_GT_GT] = ACTIONS(564),
    [anon_sym_GT_GT_GT] = ACTIONS(562),
    [anon_sym_AMP] = ACTIONS(564),
    [anon_sym_PIPE] = ACTIONS(564),
    [anon_sym_CARET] = ACTIONS(562),
    [anon_sym_AMP_AMP] = ACTIONS(562),
    [anon_sym_PIPE_PIPE] = ACTIONS(562),
    [anon_sym_EQ_EQ] = ACTIONS(562),
    [anon_sym_BANG_EQ] = ACTIONS(562),
    [anon_sym_LT] = ACTIONS(564),
    [anon_sym_LT_EQ] = ACTIONS(562),
    [anon_sym_GT] = ACTIONS(564),
    [anon_sym_GT_EQ] = ACTIONS(562),
    [anon_sym_EQ_GT] = ACTIONS(562),
    [anon_sym_QMARK_QMARK] = ACTIONS(562),
    [anon_sym_EQ] = ACTIONS(564),
    [sym__rangeOperator] = ACTIONS(562),
    [anon_sym_null] = ACTIONS(564),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(564),
    [aux_sym_integer_token2] = ACTIONS(562),
    [aux_sym_float_token1] = ACTIONS(564),
    [aux_sym_float_token2] = ACTIONS(562),
    [anon_sym_true] = ACTIONS(564),
    [anon_sym_false] = ACTIONS(564),
    [aux_sym_string_token1] = ACTIONS(562),
    [aux_sym_string_token3] = ACTIONS(562),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [560] = {
    [ts_builtin_sym_end] = ACTIONS(562),
    [sym_identifier] = ACTIONS(564),
    [anon_sym_POUND] = ACTIONS(562),
    [anon_sym_package] = ACTIONS(564),
    [anon_sym_import] = ACTIONS(564),
    [anon_sym_using] = ACTIONS(564),
    [anon_sym_throw] = ACTIONS(564),
    [anon_sym_LPAREN] = ACTIONS(562),
    [anon_sym_switch] = ACTIONS(564),
    [anon_sym_LBRACE] = ACTIONS(562),
    [anon_sym_cast] = ACTIONS(564),
    [anon_sym_DOLLARtype] = ACTIONS(562),
    [anon_sym_return] = ACTIONS(564),
    [anon_sym_untyped] = ACTIONS(564),
    [anon_sym_break] = ACTIONS(564),
    [anon_sym_continue] = ACTIONS(564),
    [anon_sym_LBRACK] = ACTIONS(1468),
    [anon_sym_this] = ACTIONS(564),
    [anon_sym_AT] = ACTIONS(564),
    [anon_sym_AT_COLON] = ACTIONS(562),
    [anon_sym_if] = ACTIONS(564),
    [anon_sym_new] = ACTIONS(564),
    [anon_sym_TILDE] = ACTIONS(562),
    [anon_sym_BANG] = ACTIONS(564),
    [anon_sym_DASH] = ACTIONS(564),
    [anon_sym_PLUS_PLUS] = ACTIONS(562),
    [anon_sym_DASH_DASH] = ACTIONS(562),
    [anon_sym_PERCENT] = ACTIONS(562),
    [anon_sym_STAR] = ACTIONS(562),
    [anon_sym_SLASH] = ACTIONS(564),
    [anon_sym_PLUS] = ACTIONS(564),
    [anon_sym_LT_LT] = ACTIONS(562),
    [anon_sym_GT_GT] = ACTIONS(564),
    [anon_sym_GT_GT_GT] = ACTIONS(562),
    [anon_sym_AMP] = ACTIONS(564),
    [anon_sym_PIPE] = ACTIONS(564),
    [anon_sym_CARET] = ACTIONS(562),
    [anon_sym_AMP_AMP] = ACTIONS(562),
    [anon_sym_PIPE_PIPE] = ACTIONS(562),
    [anon_sym_EQ_EQ] = ACTIONS(562),
    [anon_sym_BANG_EQ] = ACTIONS(562),
    [anon_sym_LT] = ACTIONS(564),
    [anon_sym_LT_EQ] = ACTIONS(562),
    [anon_sym_GT] = ACTIONS(564),
    [anon_sym_GT_EQ] = ACTIONS(562),
    [anon_sym_EQ_GT] = ACTIONS(562),
    [anon_sym_QMARK_QMARK] = ACTIONS(562),
    [anon_sym_EQ] = ACTIONS(564),
    [sym__rangeOperator] = ACTIONS(562),
    [anon_sym_null] = ACTIONS(564),
    [anon_sym_macro] = ACTIONS(564),
    [anon_sym_abstract] = ACTIONS(564),
    [anon_sym_static] = ACTIONS(564),
    [anon_sym_public] = ACTIONS(564),
    [anon_sym_private] = ACTIONS(564),
    [anon_sym_extern] = ACTIONS(564),
    [anon_sym_inline] = ACTIONS(564),
    [anon_sym_overload] = ACTIONS(564),
    [anon_sym_override] = ACTIONS(564),
    [anon_sym_final] = ACTIONS(564),
    [anon_sym_class] = ACTIONS(564),
    [anon_sym_interface] = ACTIONS(564),
    [anon_sym_typedef] = ACTIONS(564),
    [anon_sym_function] = ACTIONS(564),
    [anon_sym_var] = ACTIONS(564),
    [aux_sym_integer_token1] = ACTIONS(564),
    [aux_sym_integer_token2] = ACTIONS(562),
    [aux_sym_float_token1] = ACTIONS(564),
    [aux_sym_float_token2] = ACTIONS(562),
    [anon_sym_true] = ACTIONS(564),
    [anon_sym_false] = ACTIONS(564),
    [aux_sym_string_token1] = ACTIONS(562),
    [aux_sym_string_token3] = ACTIONS(562),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [561] = {
    [ts_builtin_sym_end] = ACTIONS(1726),
    [sym_identifier] = ACTIONS(1724),
    [anon_sym_POUND] = ACTIONS(1726),
    [anon_sym_package] = ACTIONS(1724),
    [anon_sym_import] = ACTIONS(1724),
    [anon_sym_using] = ACTIONS(1724),
    [anon_sym_throw] = ACTIONS(1724),
    [anon_sym_LPAREN] = ACTIONS(1726),
    [anon_sym_switch] = ACTIONS(1724),
    [anon_sym_LBRACE] = ACTIONS(1726),
    [anon_sym_cast] = ACTIONS(1724),
    [anon_sym_DOLLARtype] = ACTIONS(1726),
    [anon_sym_return] = ACTIONS(1724),
    [anon_sym_untyped] = ACTIONS(1724),
    [anon_sym_break] = ACTIONS(1724),
    [anon_sym_continue] = ACTIONS(1724),
    [anon_sym_LBRACK] = ACTIONS(1726),
    [anon_sym_this] = ACTIONS(1724),
    [anon_sym_AT] = ACTIONS(1724),
    [anon_sym_AT_COLON] = ACTIONS(1726),
    [anon_sym_if] = ACTIONS(1724),
    [anon_sym_new] = ACTIONS(1724),
    [anon_sym_TILDE] = ACTIONS(1726),
    [anon_sym_BANG] = ACTIONS(1724),
    [anon_sym_DASH] = ACTIONS(1724),
    [anon_sym_PLUS_PLUS] = ACTIONS(1726),
    [anon_sym_DASH_DASH] = ACTIONS(1726),
    [anon_sym_PERCENT] = ACTIONS(1726),
    [anon_sym_STAR] = ACTIONS(1726),
    [anon_sym_SLASH] = ACTIONS(1724),
    [anon_sym_PLUS] = ACTIONS(1724),
    [anon_sym_LT_LT] = ACTIONS(1726),
    [anon_sym_GT_GT] = ACTIONS(1724),
    [anon_sym_GT_GT_GT] = ACTIONS(1726),
    [anon_sym_AMP] = ACTIONS(1724),
    [anon_sym_PIPE] = ACTIONS(1724),
    [anon_sym_CARET] = ACTIONS(1726),
    [anon_sym_AMP_AMP] = ACTIONS(1726),
    [anon_sym_PIPE_PIPE] = ACTIONS(1726),
    [anon_sym_EQ_EQ] = ACTIONS(1726),
    [anon_sym_BANG_EQ] = ACTIONS(1726),
    [anon_sym_LT] = ACTIONS(1724),
    [anon_sym_LT_EQ] = ACTIONS(1726),
    [anon_sym_GT] = ACTIONS(1724),
    [anon_sym_GT_EQ] = ACTIONS(1726),
    [anon_sym_EQ_GT] = ACTIONS(1726),
    [anon_sym_QMARK_QMARK] = ACTIONS(1726),
    [anon_sym_EQ] = ACTIONS(1724),
    [sym__rangeOperator] = ACTIONS(1726),
    [anon_sym_null] = ACTIONS(1724),
    [anon_sym_macro] = ACTIONS(1724),
    [anon_sym_abstract] = ACTIONS(1724),
    [anon_sym_static] = ACTIONS(1724),
    [anon_sym_public] = ACTIONS(1724),
    [anon_sym_private] = ACTIONS(1724),
    [anon_sym_extern] = ACTIONS(1724),
    [anon_sym_inline] = ACTIONS(1724),
    [anon_sym_overload] = ACTIONS(1724),
    [anon_sym_override] = ACTIONS(1724),
    [anon_sym_final] = ACTIONS(1724),
    [anon_sym_class] = ACTIONS(1724),
    [anon_sym_interface] = ACTIONS(1724),
    [anon_sym_typedef] = ACTIONS(1724),
    [anon_sym_function] = ACTIONS(1724),
    [anon_sym_var] = ACTIONS(1724),
    [aux_sym_integer_token1] = ACTIONS(1724),
    [aux_sym_integer_token2] = ACTIONS(1726),
    [aux_sym_float_token1] = ACTIONS(1724),
    [aux_sym_float_token2] = ACTIONS(1726),
    [anon_sym_true] = ACTIONS(1724),
    [anon_sym_false] = ACTIONS(1724),
    [aux_sym_string_token1] = ACTIONS(1726),
    [aux_sym_string_token3] = ACTIONS(1726),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [562] = {
    [ts_builtin_sym_end] = ACTIONS(1950),
    [sym_identifier] = ACTIONS(1948),
    [anon_sym_POUND] = ACTIONS(1950),
    [anon_sym_package] = ACTIONS(1948),
    [anon_sym_import] = ACTIONS(1948),
    [anon_sym_using] = ACTIONS(1948),
    [anon_sym_throw] = ACTIONS(1948),
    [anon_sym_LPAREN] = ACTIONS(1950),
    [anon_sym_switch] = ACTIONS(1948),
    [anon_sym_LBRACE] = ACTIONS(1950),
    [anon_sym_cast] = ACTIONS(1948),
    [anon_sym_DOLLARtype] = ACTIONS(1950),
    [anon_sym_return] = ACTIONS(1948),
    [anon_sym_untyped] = ACTIONS(1948),
    [anon_sym_break] = ACTIONS(1948),
    [anon_sym_continue] = ACTIONS(1948),
    [anon_sym_LBRACK] = ACTIONS(1950),
    [anon_sym_this] = ACTIONS(1948),
    [anon_sym_AT] = ACTIONS(1948),
    [anon_sym_AT_COLON] = ACTIONS(1950),
    [anon_sym_if] = ACTIONS(1948),
    [anon_sym_new] = ACTIONS(1948),
    [anon_sym_TILDE] = ACTIONS(1950),
    [anon_sym_BANG] = ACTIONS(1948),
    [anon_sym_DASH] = ACTIONS(1948),
    [anon_sym_PLUS_PLUS] = ACTIONS(1950),
    [anon_sym_DASH_DASH] = ACTIONS(1950),
    [anon_sym_PERCENT] = ACTIONS(1950),
    [anon_sym_STAR] = ACTIONS(1950),
    [anon_sym_SLASH] = ACTIONS(1948),
    [anon_sym_PLUS] = ACTIONS(1948),
    [anon_sym_LT_LT] = ACTIONS(1950),
    [anon_sym_GT_GT] = ACTIONS(1948),
    [anon_sym_GT_GT_GT] = ACTIONS(1950),
    [anon_sym_AMP] = ACTIONS(1948),
    [anon_sym_PIPE] = ACTIONS(1948),
    [anon_sym_CARET] = ACTIONS(1950),
    [anon_sym_AMP_AMP] = ACTIONS(1950),
    [anon_sym_PIPE_PIPE] = ACTIONS(1950),
    [anon_sym_EQ_EQ] = ACTIONS(1950),
    [anon_sym_BANG_EQ] = ACTIONS(1950),
    [anon_sym_LT] = ACTIONS(1948),
    [anon_sym_LT_EQ] = ACTIONS(1950),
    [anon_sym_GT] = ACTIONS(1948),
    [anon_sym_GT_EQ] = ACTIONS(1950),
    [anon_sym_EQ_GT] = ACTIONS(1950),
    [anon_sym_QMARK_QMARK] = ACTIONS(1950),
    [anon_sym_EQ] = ACTIONS(1948),
    [sym__rangeOperator] = ACTIONS(1950),
    [anon_sym_null] = ACTIONS(1948),
    [anon_sym_macro] = ACTIONS(1948),
    [anon_sym_abstract] = ACTIONS(1948),
    [anon_sym_static] = ACTIONS(1948),
    [anon_sym_public] = ACTIONS(1948),
    [anon_sym_private] = ACTIONS(1948),
    [anon_sym_extern] = ACTIONS(1948),
    [anon_sym_inline] = ACTIONS(1948),
    [anon_sym_overload] = ACTIONS(1948),
    [anon_sym_override] = ACTIONS(1948),
    [anon_sym_final] = ACTIONS(1948),
    [anon_sym_class] = ACTIONS(1948),
    [anon_sym_interface] = ACTIONS(1948),
    [anon_sym_typedef] = ACTIONS(1948),
    [anon_sym_function] = ACTIONS(1948),
    [anon_sym_var] = ACTIONS(1948),
    [aux_sym_integer_token1] = ACTIONS(1948),
    [aux_sym_integer_token2] = ACTIONS(1950),
    [aux_sym_float_token1] = ACTIONS(1948),
    [aux_sym_float_token2] = ACTIONS(1950),
    [anon_sym_true] = ACTIONS(1948),
    [anon_sym_false] = ACTIONS(1948),
    [aux_sym_string_token1] = ACTIONS(1950),
    [aux_sym_string_token3] = ACTIONS(1950),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [563] = {
    [ts_builtin_sym_end] = ACTIONS(2230),
    [sym_identifier] = ACTIONS(2228),
    [anon_sym_POUND] = ACTIONS(2230),
    [anon_sym_package] = ACTIONS(2228),
    [anon_sym_import] = ACTIONS(2228),
    [anon_sym_using] = ACTIONS(2228),
    [anon_sym_throw] = ACTIONS(2228),
    [anon_sym_LPAREN] = ACTIONS(2230),
    [anon_sym_switch] = ACTIONS(2228),
    [anon_sym_LBRACE] = ACTIONS(2230),
    [anon_sym_cast] = ACTIONS(2228),
    [anon_sym_DOLLARtype] = ACTIONS(2230),
    [anon_sym_return] = ACTIONS(2228),
    [anon_sym_untyped] = ACTIONS(2228),
    [anon_sym_break] = ACTIONS(2228),
    [anon_sym_continue] = ACTIONS(2228),
    [anon_sym_LBRACK] = ACTIONS(2230),
    [anon_sym_this] = ACTIONS(2228),
    [anon_sym_AT] = ACTIONS(2228),
    [anon_sym_AT_COLON] = ACTIONS(2230),
    [anon_sym_if] = ACTIONS(2228),
    [anon_sym_new] = ACTIONS(2228),
    [anon_sym_TILDE] = ACTIONS(2230),
    [anon_sym_BANG] = ACTIONS(2228),
    [anon_sym_DASH] = ACTIONS(2228),
    [anon_sym_PLUS_PLUS] = ACTIONS(2230),
    [anon_sym_DASH_DASH] = ACTIONS(2230),
    [anon_sym_PERCENT] = ACTIONS(2230),
    [anon_sym_STAR] = ACTIONS(2230),
    [anon_sym_SLASH] = ACTIONS(2228),
    [anon_sym_PLUS] = ACTIONS(2228),
    [anon_sym_LT_LT] = ACTIONS(2230),
    [anon_sym_GT_GT] = ACTIONS(2228),
    [anon_sym_GT_GT_GT] = ACTIONS(2230),
    [anon_sym_AMP] = ACTIONS(2228),
    [anon_sym_PIPE] = ACTIONS(2228),
    [anon_sym_CARET] = ACTIONS(2230),
    [anon_sym_AMP_AMP] = ACTIONS(2230),
    [anon_sym_PIPE_PIPE] = ACTIONS(2230),
    [anon_sym_EQ_EQ] = ACTIONS(2230),
    [anon_sym_BANG_EQ] = ACTIONS(2230),
    [anon_sym_LT] = ACTIONS(2228),
    [anon_sym_LT_EQ] = ACTIONS(2230),
    [anon_sym_GT] = ACTIONS(2228),
    [anon_sym_GT_EQ] = ACTIONS(2230),
    [anon_sym_EQ_GT] = ACTIONS(2230),
    [anon_sym_QMARK_QMARK] = ACTIONS(2230),
    [anon_sym_EQ] = ACTIONS(2228),
    [sym__rangeOperator] = ACTIONS(2230),
    [anon_sym_null] = ACTIONS(2228),
    [anon_sym_macro] = ACTIONS(2228),
    [anon_sym_abstract] = ACTIONS(2228),
    [anon_sym_static] = ACTIONS(2228),
    [anon_sym_public] = ACTIONS(2228),
    [anon_sym_private] = ACTIONS(2228),
    [anon_sym_extern] = ACTIONS(2228),
    [anon_sym_inline] = ACTIONS(2228),
    [anon_sym_overload] = ACTIONS(2228),
    [anon_sym_override] = ACTIONS(2228),
    [anon_sym_final] = ACTIONS(2228),
    [anon_sym_class] = ACTIONS(2228),
    [anon_sym_interface] = ACTIONS(2228),
    [anon_sym_typedef] = ACTIONS(2228),
    [anon_sym_function] = ACTIONS(2228),
    [anon_sym_var] = ACTIONS(2228),
    [aux_sym_integer_token1] = ACTIONS(2228),
    [aux_sym_integer_token2] = ACTIONS(2230),
    [aux_sym_float_token1] = ACTIONS(2228),
    [aux_sym_float_token2] = ACTIONS(2230),
    [anon_sym_true] = ACTIONS(2228),
    [anon_sym_false] = ACTIONS(2228),
    [aux_sym_string_token1] = ACTIONS(2230),
    [aux_sym_string_token3] = ACTIONS(2230),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [564] = {
    [ts_builtin_sym_end] = ACTIONS(1962),
    [sym_identifier] = ACTIONS(1960),
    [anon_sym_POUND] = ACTIONS(1962),
    [anon_sym_package] = ACTIONS(1960),
    [anon_sym_import] = ACTIONS(1960),
    [anon_sym_using] = ACTIONS(1960),
    [anon_sym_throw] = ACTIONS(1960),
    [anon_sym_LPAREN] = ACTIONS(1962),
    [anon_sym_switch] = ACTIONS(1960),
    [anon_sym_LBRACE] = ACTIONS(1962),
    [anon_sym_cast] = ACTIONS(1960),
    [anon_sym_DOLLARtype] = ACTIONS(1962),
    [anon_sym_return] = ACTIONS(1960),
    [anon_sym_untyped] = ACTIONS(1960),
    [anon_sym_break] = ACTIONS(1960),
    [anon_sym_continue] = ACTIONS(1960),
    [anon_sym_LBRACK] = ACTIONS(1962),
    [anon_sym_this] = ACTIONS(1960),
    [anon_sym_AT] = ACTIONS(1960),
    [anon_sym_AT_COLON] = ACTIONS(1962),
    [anon_sym_if] = ACTIONS(1960),
    [anon_sym_new] = ACTIONS(1960),
    [anon_sym_TILDE] = ACTIONS(1962),
    [anon_sym_BANG] = ACTIONS(1960),
    [anon_sym_DASH] = ACTIONS(1960),
    [anon_sym_PLUS_PLUS] = ACTIONS(1962),
    [anon_sym_DASH_DASH] = ACTIONS(1962),
    [anon_sym_PERCENT] = ACTIONS(1962),
    [anon_sym_STAR] = ACTIONS(1962),
    [anon_sym_SLASH] = ACTIONS(1960),
    [anon_sym_PLUS] = ACTIONS(1960),
    [anon_sym_LT_LT] = ACTIONS(1962),
    [anon_sym_GT_GT] = ACTIONS(1960),
    [anon_sym_GT_GT_GT] = ACTIONS(1962),
    [anon_sym_AMP] = ACTIONS(1960),
    [anon_sym_PIPE] = ACTIONS(1960),
    [anon_sym_CARET] = ACTIONS(1962),
    [anon_sym_AMP_AMP] = ACTIONS(1962),
    [anon_sym_PIPE_PIPE] = ACTIONS(1962),
    [anon_sym_EQ_EQ] = ACTIONS(1962),
    [anon_sym_BANG_EQ] = ACTIONS(1962),
    [anon_sym_LT] = ACTIONS(1960),
    [anon_sym_LT_EQ] = ACTIONS(1962),
    [anon_sym_GT] = ACTIONS(1960),
    [anon_sym_GT_EQ] = ACTIONS(1962),
    [anon_sym_EQ_GT] = ACTIONS(1962),
    [anon_sym_QMARK_QMARK] = ACTIONS(1962),
    [anon_sym_EQ] = ACTIONS(1960),
    [sym__rangeOperator] = ACTIONS(1962),
    [anon_sym_null] = ACTIONS(1960),
    [anon_sym_macro] = ACTIONS(1960),
    [anon_sym_abstract] = ACTIONS(1960),
    [anon_sym_static] = ACTIONS(1960),
    [anon_sym_public] = ACTIONS(1960),
    [anon_sym_private] = ACTIONS(1960),
    [anon_sym_extern] = ACTIONS(1960),
    [anon_sym_inline] = ACTIONS(1960),
    [anon_sym_overload] = ACTIONS(1960),
    [anon_sym_override] = ACTIONS(1960),
    [anon_sym_final] = ACTIONS(1960),
    [anon_sym_class] = ACTIONS(1960),
    [anon_sym_interface] = ACTIONS(1960),
    [anon_sym_typedef] = ACTIONS(1960),
    [anon_sym_function] = ACTIONS(1960),
    [anon_sym_var] = ACTIONS(1960),
    [aux_sym_integer_token1] = ACTIONS(1960),
    [aux_sym_integer_token2] = ACTIONS(1962),
    [aux_sym_float_token1] = ACTIONS(1960),
    [aux_sym_float_token2] = ACTIONS(1962),
    [anon_sym_true] = ACTIONS(1960),
    [anon_sym_false] = ACTIONS(1960),
    [aux_sym_string_token1] = ACTIONS(1962),
    [aux_sym_string_token3] = ACTIONS(1962),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [565] = {
    [ts_builtin_sym_end] = ACTIONS(1722),
    [sym_identifier] = ACTIONS(1720),
    [anon_sym_POUND] = ACTIONS(1722),
    [anon_sym_package] = ACTIONS(1720),
    [anon_sym_import] = ACTIONS(1720),
    [anon_sym_using] = ACTIONS(1720),
    [anon_sym_throw] = ACTIONS(1720),
    [anon_sym_LPAREN] = ACTIONS(1722),
    [anon_sym_switch] = ACTIONS(1720),
    [anon_sym_LBRACE] = ACTIONS(1722),
    [anon_sym_cast] = ACTIONS(1720),
    [anon_sym_DOLLARtype] = ACTIONS(1722),
    [anon_sym_return] = ACTIONS(1720),
    [anon_sym_untyped] = ACTIONS(1720),
    [anon_sym_break] = ACTIONS(1720),
    [anon_sym_continue] = ACTIONS(1720),
    [anon_sym_LBRACK] = ACTIONS(1722),
    [anon_sym_this] = ACTIONS(1720),
    [anon_sym_AT] = ACTIONS(1720),
    [anon_sym_AT_COLON] = ACTIONS(1722),
    [anon_sym_if] = ACTIONS(1720),
    [anon_sym_new] = ACTIONS(1720),
    [anon_sym_TILDE] = ACTIONS(1722),
    [anon_sym_BANG] = ACTIONS(1720),
    [anon_sym_DASH] = ACTIONS(1720),
    [anon_sym_PLUS_PLUS] = ACTIONS(1722),
    [anon_sym_DASH_DASH] = ACTIONS(1722),
    [anon_sym_PERCENT] = ACTIONS(1722),
    [anon_sym_STAR] = ACTIONS(1722),
    [anon_sym_SLASH] = ACTIONS(1720),
    [anon_sym_PLUS] = ACTIONS(1720),
    [anon_sym_LT_LT] = ACTIONS(1722),
    [anon_sym_GT_GT] = ACTIONS(1720),
    [anon_sym_GT_GT_GT] = ACTIONS(1722),
    [anon_sym_AMP] = ACTIONS(1720),
    [anon_sym_PIPE] = ACTIONS(1720),
    [anon_sym_CARET] = ACTIONS(1722),
    [anon_sym_AMP_AMP] = ACTIONS(1722),
    [anon_sym_PIPE_PIPE] = ACTIONS(1722),
    [anon_sym_EQ_EQ] = ACTIONS(1722),
    [anon_sym_BANG_EQ] = ACTIONS(1722),
    [anon_sym_LT] = ACTIONS(1720),
    [anon_sym_LT_EQ] = ACTIONS(1722),
    [anon_sym_GT] = ACTIONS(1720),
    [anon_sym_GT_EQ] = ACTIONS(1722),
    [anon_sym_EQ_GT] = ACTIONS(1722),
    [anon_sym_QMARK_QMARK] = ACTIONS(1722),
    [anon_sym_EQ] = ACTIONS(1720),
    [sym__rangeOperator] = ACTIONS(1722),
    [anon_sym_null] = ACTIONS(1720),
    [anon_sym_macro] = ACTIONS(1720),
    [anon_sym_abstract] = ACTIONS(1720),
    [anon_sym_static] = ACTIONS(1720),
    [anon_sym_public] = ACTIONS(1720),
    [anon_sym_private] = ACTIONS(1720),
    [anon_sym_extern] = ACTIONS(1720),
    [anon_sym_inline] = ACTIONS(1720),
    [anon_sym_overload] = ACTIONS(1720),
    [anon_sym_override] = ACTIONS(1720),
    [anon_sym_final] = ACTIONS(1720),
    [anon_sym_class] = ACTIONS(1720),
    [anon_sym_interface] = ACTIONS(1720),
    [anon_sym_typedef] = ACTIONS(1720),
    [anon_sym_function] = ACTIONS(1720),
    [anon_sym_var] = ACTIONS(1720),
    [aux_sym_integer_token1] = ACTIONS(1720),
    [aux_sym_integer_token2] = ACTIONS(1722),
    [aux_sym_float_token1] = ACTIONS(1720),
    [aux_sym_float_token2] = ACTIONS(1722),
    [anon_sym_true] = ACTIONS(1720),
    [anon_sym_false] = ACTIONS(1720),
    [aux_sym_string_token1] = ACTIONS(1722),
    [aux_sym_string_token3] = ACTIONS(1722),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [566] = {
    [ts_builtin_sym_end] = ACTIONS(2242),
    [sym_identifier] = ACTIONS(2240),
    [anon_sym_POUND] = ACTIONS(2242),
    [anon_sym_package] = ACTIONS(2240),
    [anon_sym_import] = ACTIONS(2240),
    [anon_sym_using] = ACTIONS(2240),
    [anon_sym_throw] = ACTIONS(2240),
    [anon_sym_LPAREN] = ACTIONS(2242),
    [anon_sym_switch] = ACTIONS(2240),
    [anon_sym_LBRACE] = ACTIONS(2242),
    [anon_sym_cast] = ACTIONS(2240),
    [anon_sym_DOLLARtype] = ACTIONS(2242),
    [anon_sym_return] = ACTIONS(2240),
    [anon_sym_untyped] = ACTIONS(2240),
    [anon_sym_break] = ACTIONS(2240),
    [anon_sym_continue] = ACTIONS(2240),
    [anon_sym_LBRACK] = ACTIONS(2242),
    [anon_sym_this] = ACTIONS(2240),
    [anon_sym_AT] = ACTIONS(2240),
    [anon_sym_AT_COLON] = ACTIONS(2242),
    [anon_sym_if] = ACTIONS(2240),
    [anon_sym_new] = ACTIONS(2240),
    [anon_sym_TILDE] = ACTIONS(2242),
    [anon_sym_BANG] = ACTIONS(2240),
    [anon_sym_DASH] = ACTIONS(2240),
    [anon_sym_PLUS_PLUS] = ACTIONS(2242),
    [anon_sym_DASH_DASH] = ACTIONS(2242),
    [anon_sym_PERCENT] = ACTIONS(2242),
    [anon_sym_STAR] = ACTIONS(2242),
    [anon_sym_SLASH] = ACTIONS(2240),
    [anon_sym_PLUS] = ACTIONS(2240),
    [anon_sym_LT_LT] = ACTIONS(2242),
    [anon_sym_GT_GT] = ACTIONS(2240),
    [anon_sym_GT_GT_GT] = ACTIONS(2242),
    [anon_sym_AMP] = ACTIONS(2240),
    [anon_sym_PIPE] = ACTIONS(2240),
    [anon_sym_CARET] = ACTIONS(2242),
    [anon_sym_AMP_AMP] = ACTIONS(2242),
    [anon_sym_PIPE_PIPE] = ACTIONS(2242),
    [anon_sym_EQ_EQ] = ACTIONS(2242),
    [anon_sym_BANG_EQ] = ACTIONS(2242),
    [anon_sym_LT] = ACTIONS(2240),
    [anon_sym_LT_EQ] = ACTIONS(2242),
    [anon_sym_GT] = ACTIONS(2240),
    [anon_sym_GT_EQ] = ACTIONS(2242),
    [anon_sym_EQ_GT] = ACTIONS(2242),
    [anon_sym_QMARK_QMARK] = ACTIONS(2242),
    [anon_sym_EQ] = ACTIONS(2240),
    [sym__rangeOperator] = ACTIONS(2242),
    [anon_sym_null] = ACTIONS(2240),
    [anon_sym_macro] = ACTIONS(2240),
    [anon_sym_abstract] = ACTIONS(2240),
    [anon_sym_static] = ACTIONS(2240),
    [anon_sym_public] = ACTIONS(2240),
    [anon_sym_private] = ACTIONS(2240),
    [anon_sym_extern] = ACTIONS(2240),
    [anon_sym_inline] = ACTIONS(2240),
    [anon_sym_overload] = ACTIONS(2240),
    [anon_sym_override] = ACTIONS(2240),
    [anon_sym_final] = ACTIONS(2240),
    [anon_sym_class] = ACTIONS(2240),
    [anon_sym_interface] = ACTIONS(2240),
    [anon_sym_typedef] = ACTIONS(2240),
    [anon_sym_function] = ACTIONS(2240),
    [anon_sym_var] = ACTIONS(2240),
    [aux_sym_integer_token1] = ACTIONS(2240),
    [aux_sym_integer_token2] = ACTIONS(2242),
    [aux_sym_float_token1] = ACTIONS(2240),
    [aux_sym_float_token2] = ACTIONS(2242),
    [anon_sym_true] = ACTIONS(2240),
    [anon_sym_false] = ACTIONS(2240),
    [aux_sym_string_token1] = ACTIONS(2242),
    [aux_sym_string_token3] = ACTIONS(2242),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [567] = {
    [ts_builtin_sym_end] = ACTIONS(1714),
    [sym_identifier] = ACTIONS(1712),
    [anon_sym_POUND] = ACTIONS(1714),
    [anon_sym_package] = ACTIONS(1712),
    [anon_sym_import] = ACTIONS(1712),
    [anon_sym_using] = ACTIONS(1712),
    [anon_sym_throw] = ACTIONS(1712),
    [anon_sym_LPAREN] = ACTIONS(1714),
    [anon_sym_switch] = ACTIONS(1712),
    [anon_sym_LBRACE] = ACTIONS(1714),
    [anon_sym_cast] = ACTIONS(1712),
    [anon_sym_DOLLARtype] = ACTIONS(1714),
    [anon_sym_return] = ACTIONS(1712),
    [anon_sym_untyped] = ACTIONS(1712),
    [anon_sym_break] = ACTIONS(1712),
    [anon_sym_continue] = ACTIONS(1712),
    [anon_sym_LBRACK] = ACTIONS(1714),
    [anon_sym_this] = ACTIONS(1712),
    [anon_sym_AT] = ACTIONS(1712),
    [anon_sym_AT_COLON] = ACTIONS(1714),
    [anon_sym_if] = ACTIONS(1712),
    [anon_sym_new] = ACTIONS(1712),
    [anon_sym_TILDE] = ACTIONS(1714),
    [anon_sym_BANG] = ACTIONS(1712),
    [anon_sym_DASH] = ACTIONS(1712),
    [anon_sym_PLUS_PLUS] = ACTIONS(1714),
    [anon_sym_DASH_DASH] = ACTIONS(1714),
    [anon_sym_PERCENT] = ACTIONS(1714),
    [anon_sym_STAR] = ACTIONS(1714),
    [anon_sym_SLASH] = ACTIONS(1712),
    [anon_sym_PLUS] = ACTIONS(1712),
    [anon_sym_LT_LT] = ACTIONS(1714),
    [anon_sym_GT_GT] = ACTIONS(1712),
    [anon_sym_GT_GT_GT] = ACTIONS(1714),
    [anon_sym_AMP] = ACTIONS(1712),
    [anon_sym_PIPE] = ACTIONS(1712),
    [anon_sym_CARET] = ACTIONS(1714),
    [anon_sym_AMP_AMP] = ACTIONS(1714),
    [anon_sym_PIPE_PIPE] = ACTIONS(1714),
    [anon_sym_EQ_EQ] = ACTIONS(1714),
    [anon_sym_BANG_EQ] = ACTIONS(1714),
    [anon_sym_LT] = ACTIONS(1712),
    [anon_sym_LT_EQ] = ACTIONS(1714),
    [anon_sym_GT] = ACTIONS(1712),
    [anon_sym_GT_EQ] = ACTIONS(1714),
    [anon_sym_EQ_GT] = ACTIONS(1714),
    [anon_sym_QMARK_QMARK] = ACTIONS(1714),
    [anon_sym_EQ] = ACTIONS(1712),
    [sym__rangeOperator] = ACTIONS(1714),
    [anon_sym_null] = ACTIONS(1712),
    [anon_sym_macro] = ACTIONS(1712),
    [anon_sym_abstract] = ACTIONS(1712),
    [anon_sym_static] = ACTIONS(1712),
    [anon_sym_public] = ACTIONS(1712),
    [anon_sym_private] = ACTIONS(1712),
    [anon_sym_extern] = ACTIONS(1712),
    [anon_sym_inline] = ACTIONS(1712),
    [anon_sym_overload] = ACTIONS(1712),
    [anon_sym_override] = ACTIONS(1712),
    [anon_sym_final] = ACTIONS(1712),
    [anon_sym_class] = ACTIONS(1712),
    [anon_sym_interface] = ACTIONS(1712),
    [anon_sym_typedef] = ACTIONS(1712),
    [anon_sym_function] = ACTIONS(1712),
    [anon_sym_var] = ACTIONS(1712),
    [aux_sym_integer_token1] = ACTIONS(1712),
    [aux_sym_integer_token2] = ACTIONS(1714),
    [aux_sym_float_token1] = ACTIONS(1712),
    [aux_sym_float_token2] = ACTIONS(1714),
    [anon_sym_true] = ACTIONS(1712),
    [anon_sym_false] = ACTIONS(1712),
    [aux_sym_string_token1] = ACTIONS(1714),
    [aux_sym_string_token3] = ACTIONS(1714),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [568] = {
    [ts_builtin_sym_end] = ACTIONS(1698),
    [sym_identifier] = ACTIONS(1696),
    [anon_sym_POUND] = ACTIONS(1698),
    [anon_sym_package] = ACTIONS(1696),
    [anon_sym_import] = ACTIONS(1696),
    [anon_sym_using] = ACTIONS(1696),
    [anon_sym_throw] = ACTIONS(1696),
    [anon_sym_LPAREN] = ACTIONS(1698),
    [anon_sym_switch] = ACTIONS(1696),
    [anon_sym_LBRACE] = ACTIONS(1698),
    [anon_sym_cast] = ACTIONS(1696),
    [anon_sym_DOLLARtype] = ACTIONS(1698),
    [anon_sym_return] = ACTIONS(1696),
    [anon_sym_untyped] = ACTIONS(1696),
    [anon_sym_break] = ACTIONS(1696),
    [anon_sym_continue] = ACTIONS(1696),
    [anon_sym_LBRACK] = ACTIONS(1698),
    [anon_sym_this] = ACTIONS(1696),
    [anon_sym_AT] = ACTIONS(1696),
    [anon_sym_AT_COLON] = ACTIONS(1698),
    [anon_sym_if] = ACTIONS(1696),
    [anon_sym_new] = ACTIONS(1696),
    [anon_sym_TILDE] = ACTIONS(1698),
    [anon_sym_BANG] = ACTIONS(1696),
    [anon_sym_DASH] = ACTIONS(1696),
    [anon_sym_PLUS_PLUS] = ACTIONS(1698),
    [anon_sym_DASH_DASH] = ACTIONS(1698),
    [anon_sym_PERCENT] = ACTIONS(1698),
    [anon_sym_STAR] = ACTIONS(1698),
    [anon_sym_SLASH] = ACTIONS(1696),
    [anon_sym_PLUS] = ACTIONS(1696),
    [anon_sym_LT_LT] = ACTIONS(1698),
    [anon_sym_GT_GT] = ACTIONS(1696),
    [anon_sym_GT_GT_GT] = ACTIONS(1698),
    [anon_sym_AMP] = ACTIONS(1696),
    [anon_sym_PIPE] = ACTIONS(1696),
    [anon_sym_CARET] = ACTIONS(1698),
    [anon_sym_AMP_AMP] = ACTIONS(1698),
    [anon_sym_PIPE_PIPE] = ACTIONS(1698),
    [anon_sym_EQ_EQ] = ACTIONS(1698),
    [anon_sym_BANG_EQ] = ACTIONS(1698),
    [anon_sym_LT] = ACTIONS(1696),
    [anon_sym_LT_EQ] = ACTIONS(1698),
    [anon_sym_GT] = ACTIONS(1696),
    [anon_sym_GT_EQ] = ACTIONS(1698),
    [anon_sym_EQ_GT] = ACTIONS(1698),
    [anon_sym_QMARK_QMARK] = ACTIONS(1698),
    [anon_sym_EQ] = ACTIONS(1696),
    [sym__rangeOperator] = ACTIONS(1698),
    [anon_sym_null] = ACTIONS(1696),
    [anon_sym_macro] = ACTIONS(1696),
    [anon_sym_abstract] = ACTIONS(1696),
    [anon_sym_static] = ACTIONS(1696),
    [anon_sym_public] = ACTIONS(1696),
    [anon_sym_private] = ACTIONS(1696),
    [anon_sym_extern] = ACTIONS(1696),
    [anon_sym_inline] = ACTIONS(1696),
    [anon_sym_overload] = ACTIONS(1696),
    [anon_sym_override] = ACTIONS(1696),
    [anon_sym_final] = ACTIONS(1696),
    [anon_sym_class] = ACTIONS(1696),
    [anon_sym_interface] = ACTIONS(1696),
    [anon_sym_typedef] = ACTIONS(1696),
    [anon_sym_function] = ACTIONS(1696),
    [anon_sym_var] = ACTIONS(1696),
    [aux_sym_integer_token1] = ACTIONS(1696),
    [aux_sym_integer_token2] = ACTIONS(1698),
    [aux_sym_float_token1] = ACTIONS(1696),
    [aux_sym_float_token2] = ACTIONS(1698),
    [anon_sym_true] = ACTIONS(1696),
    [anon_sym_false] = ACTIONS(1696),
    [aux_sym_string_token1] = ACTIONS(1698),
    [aux_sym_string_token3] = ACTIONS(1698),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [569] = {
    [ts_builtin_sym_end] = ACTIONS(1990),
    [sym_identifier] = ACTIONS(1988),
    [anon_sym_POUND] = ACTIONS(1990),
    [anon_sym_package] = ACTIONS(1988),
    [anon_sym_import] = ACTIONS(1988),
    [anon_sym_using] = ACTIONS(1988),
    [anon_sym_throw] = ACTIONS(1988),
    [anon_sym_LPAREN] = ACTIONS(1990),
    [anon_sym_switch] = ACTIONS(1988),
    [anon_sym_LBRACE] = ACTIONS(1990),
    [anon_sym_cast] = ACTIONS(1988),
    [anon_sym_DOLLARtype] = ACTIONS(1990),
    [anon_sym_return] = ACTIONS(1988),
    [anon_sym_untyped] = ACTIONS(1988),
    [anon_sym_break] = ACTIONS(1988),
    [anon_sym_continue] = ACTIONS(1988),
    [anon_sym_LBRACK] = ACTIONS(1990),
    [anon_sym_this] = ACTIONS(1988),
    [anon_sym_AT] = ACTIONS(1988),
    [anon_sym_AT_COLON] = ACTIONS(1990),
    [anon_sym_if] = ACTIONS(1988),
    [anon_sym_new] = ACTIONS(1988),
    [anon_sym_TILDE] = ACTIONS(1990),
    [anon_sym_BANG] = ACTIONS(1988),
    [anon_sym_DASH] = ACTIONS(1988),
    [anon_sym_PLUS_PLUS] = ACTIONS(1990),
    [anon_sym_DASH_DASH] = ACTIONS(1990),
    [anon_sym_PERCENT] = ACTIONS(1990),
    [anon_sym_STAR] = ACTIONS(1990),
    [anon_sym_SLASH] = ACTIONS(1988),
    [anon_sym_PLUS] = ACTIONS(1988),
    [anon_sym_LT_LT] = ACTIONS(1990),
    [anon_sym_GT_GT] = ACTIONS(1988),
    [anon_sym_GT_GT_GT] = ACTIONS(1990),
    [anon_sym_AMP] = ACTIONS(1988),
    [anon_sym_PIPE] = ACTIONS(1988),
    [anon_sym_CARET] = ACTIONS(1990),
    [anon_sym_AMP_AMP] = ACTIONS(1990),
    [anon_sym_PIPE_PIPE] = ACTIONS(1990),
    [anon_sym_EQ_EQ] = ACTIONS(1990),
    [anon_sym_BANG_EQ] = ACTIONS(1990),
    [anon_sym_LT] = ACTIONS(1988),
    [anon_sym_LT_EQ] = ACTIONS(1990),
    [anon_sym_GT] = ACTIONS(1988),
    [anon_sym_GT_EQ] = ACTIONS(1990),
    [anon_sym_EQ_GT] = ACTIONS(1990),
    [anon_sym_QMARK_QMARK] = ACTIONS(1990),
    [anon_sym_EQ] = ACTIONS(1988),
    [sym__rangeOperator] = ACTIONS(1990),
    [anon_sym_null] = ACTIONS(1988),
    [anon_sym_macro] = ACTIONS(1988),
    [anon_sym_abstract] = ACTIONS(1988),
    [anon_sym_static] = ACTIONS(1988),
    [anon_sym_public] = ACTIONS(1988),
    [anon_sym_private] = ACTIONS(1988),
    [anon_sym_extern] = ACTIONS(1988),
    [anon_sym_inline] = ACTIONS(1988),
    [anon_sym_overload] = ACTIONS(1988),
    [anon_sym_override] = ACTIONS(1988),
    [anon_sym_final] = ACTIONS(1988),
    [anon_sym_class] = ACTIONS(1988),
    [anon_sym_interface] = ACTIONS(1988),
    [anon_sym_typedef] = ACTIONS(1988),
    [anon_sym_function] = ACTIONS(1988),
    [anon_sym_var] = ACTIONS(1988),
    [aux_sym_integer_token1] = ACTIONS(1988),
    [aux_sym_integer_token2] = ACTIONS(1990),
    [aux_sym_float_token1] = ACTIONS(1988),
    [aux_sym_float_token2] = ACTIONS(1990),
    [anon_sym_true] = ACTIONS(1988),
    [anon_sym_false] = ACTIONS(1988),
    [aux_sym_string_token1] = ACTIONS(1990),
    [aux_sym_string_token3] = ACTIONS(1990),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [570] = {
    [ts_builtin_sym_end] = ACTIONS(2042),
    [sym_identifier] = ACTIONS(2040),
    [anon_sym_POUND] = ACTIONS(2042),
    [anon_sym_package] = ACTIONS(2040),
    [anon_sym_import] = ACTIONS(2040),
    [anon_sym_using] = ACTIONS(2040),
    [anon_sym_throw] = ACTIONS(2040),
    [anon_sym_LPAREN] = ACTIONS(2042),
    [anon_sym_switch] = ACTIONS(2040),
    [anon_sym_LBRACE] = ACTIONS(2042),
    [anon_sym_cast] = ACTIONS(2040),
    [anon_sym_DOLLARtype] = ACTIONS(2042),
    [anon_sym_return] = ACTIONS(2040),
    [anon_sym_untyped] = ACTIONS(2040),
    [anon_sym_break] = ACTIONS(2040),
    [anon_sym_continue] = ACTIONS(2040),
    [anon_sym_LBRACK] = ACTIONS(2042),
    [anon_sym_this] = ACTIONS(2040),
    [anon_sym_AT] = ACTIONS(2040),
    [anon_sym_AT_COLON] = ACTIONS(2042),
    [anon_sym_if] = ACTIONS(2040),
    [anon_sym_new] = ACTIONS(2040),
    [anon_sym_TILDE] = ACTIONS(2042),
    [anon_sym_BANG] = ACTIONS(2040),
    [anon_sym_DASH] = ACTIONS(2040),
    [anon_sym_PLUS_PLUS] = ACTIONS(2042),
    [anon_sym_DASH_DASH] = ACTIONS(2042),
    [anon_sym_PERCENT] = ACTIONS(2042),
    [anon_sym_STAR] = ACTIONS(2042),
    [anon_sym_SLASH] = ACTIONS(2040),
    [anon_sym_PLUS] = ACTIONS(2040),
    [anon_sym_LT_LT] = ACTIONS(2042),
    [anon_sym_GT_GT] = ACTIONS(2040),
    [anon_sym_GT_GT_GT] = ACTIONS(2042),
    [anon_sym_AMP] = ACTIONS(2040),
    [anon_sym_PIPE] = ACTIONS(2040),
    [anon_sym_CARET] = ACTIONS(2042),
    [anon_sym_AMP_AMP] = ACTIONS(2042),
    [anon_sym_PIPE_PIPE] = ACTIONS(2042),
    [anon_sym_EQ_EQ] = ACTIONS(2042),
    [anon_sym_BANG_EQ] = ACTIONS(2042),
    [anon_sym_LT] = ACTIONS(2040),
    [anon_sym_LT_EQ] = ACTIONS(2042),
    [anon_sym_GT] = ACTIONS(2040),
    [anon_sym_GT_EQ] = ACTIONS(2042),
    [anon_sym_EQ_GT] = ACTIONS(2042),
    [anon_sym_QMARK_QMARK] = ACTIONS(2042),
    [anon_sym_EQ] = ACTIONS(2040),
    [sym__rangeOperator] = ACTIONS(2042),
    [anon_sym_null] = ACTIONS(2040),
    [anon_sym_macro] = ACTIONS(2040),
    [anon_sym_abstract] = ACTIONS(2040),
    [anon_sym_static] = ACTIONS(2040),
    [anon_sym_public] = ACTIONS(2040),
    [anon_sym_private] = ACTIONS(2040),
    [anon_sym_extern] = ACTIONS(2040),
    [anon_sym_inline] = ACTIONS(2040),
    [anon_sym_overload] = ACTIONS(2040),
    [anon_sym_override] = ACTIONS(2040),
    [anon_sym_final] = ACTIONS(2040),
    [anon_sym_class] = ACTIONS(2040),
    [anon_sym_interface] = ACTIONS(2040),
    [anon_sym_typedef] = ACTIONS(2040),
    [anon_sym_function] = ACTIONS(2040),
    [anon_sym_var] = ACTIONS(2040),
    [aux_sym_integer_token1] = ACTIONS(2040),
    [aux_sym_integer_token2] = ACTIONS(2042),
    [aux_sym_float_token1] = ACTIONS(2040),
    [aux_sym_float_token2] = ACTIONS(2042),
    [anon_sym_true] = ACTIONS(2040),
    [anon_sym_false] = ACTIONS(2040),
    [aux_sym_string_token1] = ACTIONS(2042),
    [aux_sym_string_token3] = ACTIONS(2042),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [571] = {
    [ts_builtin_sym_end] = ACTIONS(1690),
    [sym_identifier] = ACTIONS(1688),
    [anon_sym_POUND] = ACTIONS(1690),
    [anon_sym_package] = ACTIONS(1688),
    [anon_sym_import] = ACTIONS(1688),
    [anon_sym_using] = ACTIONS(1688),
    [anon_sym_throw] = ACTIONS(1688),
    [anon_sym_LPAREN] = ACTIONS(1690),
    [anon_sym_switch] = ACTIONS(1688),
    [anon_sym_LBRACE] = ACTIONS(1690),
    [anon_sym_cast] = ACTIONS(1688),
    [anon_sym_DOLLARtype] = ACTIONS(1690),
    [anon_sym_return] = ACTIONS(1688),
    [anon_sym_untyped] = ACTIONS(1688),
    [anon_sym_break] = ACTIONS(1688),
    [anon_sym_continue] = ACTIONS(1688),
    [anon_sym_LBRACK] = ACTIONS(1690),
    [anon_sym_this] = ACTIONS(1688),
    [anon_sym_AT] = ACTIONS(1688),
    [anon_sym_AT_COLON] = ACTIONS(1690),
    [anon_sym_if] = ACTIONS(1688),
    [anon_sym_new] = ACTIONS(1688),
    [anon_sym_TILDE] = ACTIONS(1690),
    [anon_sym_BANG] = ACTIONS(1688),
    [anon_sym_DASH] = ACTIONS(1688),
    [anon_sym_PLUS_PLUS] = ACTIONS(1690),
    [anon_sym_DASH_DASH] = ACTIONS(1690),
    [anon_sym_PERCENT] = ACTIONS(1690),
    [anon_sym_STAR] = ACTIONS(1690),
    [anon_sym_SLASH] = ACTIONS(1688),
    [anon_sym_PLUS] = ACTIONS(1688),
    [anon_sym_LT_LT] = ACTIONS(1690),
    [anon_sym_GT_GT] = ACTIONS(1688),
    [anon_sym_GT_GT_GT] = ACTIONS(1690),
    [anon_sym_AMP] = ACTIONS(1688),
    [anon_sym_PIPE] = ACTIONS(1688),
    [anon_sym_CARET] = ACTIONS(1690),
    [anon_sym_AMP_AMP] = ACTIONS(1690),
    [anon_sym_PIPE_PIPE] = ACTIONS(1690),
    [anon_sym_EQ_EQ] = ACTIONS(1690),
    [anon_sym_BANG_EQ] = ACTIONS(1690),
    [anon_sym_LT] = ACTIONS(1688),
    [anon_sym_LT_EQ] = ACTIONS(1690),
    [anon_sym_GT] = ACTIONS(1688),
    [anon_sym_GT_EQ] = ACTIONS(1690),
    [anon_sym_EQ_GT] = ACTIONS(1690),
    [anon_sym_QMARK_QMARK] = ACTIONS(1690),
    [anon_sym_EQ] = ACTIONS(1688),
    [sym__rangeOperator] = ACTIONS(1690),
    [anon_sym_null] = ACTIONS(1688),
    [anon_sym_macro] = ACTIONS(1688),
    [anon_sym_abstract] = ACTIONS(1688),
    [anon_sym_static] = ACTIONS(1688),
    [anon_sym_public] = ACTIONS(1688),
    [anon_sym_private] = ACTIONS(1688),
    [anon_sym_extern] = ACTIONS(1688),
    [anon_sym_inline] = ACTIONS(1688),
    [anon_sym_overload] = ACTIONS(1688),
    [anon_sym_override] = ACTIONS(1688),
    [anon_sym_final] = ACTIONS(1688),
    [anon_sym_class] = ACTIONS(1688),
    [anon_sym_interface] = ACTIONS(1688),
    [anon_sym_typedef] = ACTIONS(1688),
    [anon_sym_function] = ACTIONS(1688),
    [anon_sym_var] = ACTIONS(1688),
    [aux_sym_integer_token1] = ACTIONS(1688),
    [aux_sym_integer_token2] = ACTIONS(1690),
    [aux_sym_float_token1] = ACTIONS(1688),
    [aux_sym_float_token2] = ACTIONS(1690),
    [anon_sym_true] = ACTIONS(1688),
    [anon_sym_false] = ACTIONS(1688),
    [aux_sym_string_token1] = ACTIONS(1690),
    [aux_sym_string_token3] = ACTIONS(1690),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [572] = {
    [ts_builtin_sym_end] = ACTIONS(2134),
    [sym_identifier] = ACTIONS(2132),
    [anon_sym_POUND] = ACTIONS(2134),
    [anon_sym_package] = ACTIONS(2132),
    [anon_sym_import] = ACTIONS(2132),
    [anon_sym_using] = ACTIONS(2132),
    [anon_sym_throw] = ACTIONS(2132),
    [anon_sym_LPAREN] = ACTIONS(2134),
    [anon_sym_switch] = ACTIONS(2132),
    [anon_sym_LBRACE] = ACTIONS(2134),
    [anon_sym_cast] = ACTIONS(2132),
    [anon_sym_DOLLARtype] = ACTIONS(2134),
    [anon_sym_return] = ACTIONS(2132),
    [anon_sym_untyped] = ACTIONS(2132),
    [anon_sym_break] = ACTIONS(2132),
    [anon_sym_continue] = ACTIONS(2132),
    [anon_sym_LBRACK] = ACTIONS(2134),
    [anon_sym_this] = ACTIONS(2132),
    [anon_sym_AT] = ACTIONS(2132),
    [anon_sym_AT_COLON] = ACTIONS(2134),
    [anon_sym_if] = ACTIONS(2132),
    [anon_sym_new] = ACTIONS(2132),
    [anon_sym_TILDE] = ACTIONS(2134),
    [anon_sym_BANG] = ACTIONS(2132),
    [anon_sym_DASH] = ACTIONS(2132),
    [anon_sym_PLUS_PLUS] = ACTIONS(2134),
    [anon_sym_DASH_DASH] = ACTIONS(2134),
    [anon_sym_PERCENT] = ACTIONS(2134),
    [anon_sym_STAR] = ACTIONS(2134),
    [anon_sym_SLASH] = ACTIONS(2132),
    [anon_sym_PLUS] = ACTIONS(2132),
    [anon_sym_LT_LT] = ACTIONS(2134),
    [anon_sym_GT_GT] = ACTIONS(2132),
    [anon_sym_GT_GT_GT] = ACTIONS(2134),
    [anon_sym_AMP] = ACTIONS(2132),
    [anon_sym_PIPE] = ACTIONS(2132),
    [anon_sym_CARET] = ACTIONS(2134),
    [anon_sym_AMP_AMP] = ACTIONS(2134),
    [anon_sym_PIPE_PIPE] = ACTIONS(2134),
    [anon_sym_EQ_EQ] = ACTIONS(2134),
    [anon_sym_BANG_EQ] = ACTIONS(2134),
    [anon_sym_LT] = ACTIONS(2132),
    [anon_sym_LT_EQ] = ACTIONS(2134),
    [anon_sym_GT] = ACTIONS(2132),
    [anon_sym_GT_EQ] = ACTIONS(2134),
    [anon_sym_EQ_GT] = ACTIONS(2134),
    [anon_sym_QMARK_QMARK] = ACTIONS(2134),
    [anon_sym_EQ] = ACTIONS(2132),
    [sym__rangeOperator] = ACTIONS(2134),
    [anon_sym_null] = ACTIONS(2132),
    [anon_sym_macro] = ACTIONS(2132),
    [anon_sym_abstract] = ACTIONS(2132),
    [anon_sym_static] = ACTIONS(2132),
    [anon_sym_public] = ACTIONS(2132),
    [anon_sym_private] = ACTIONS(2132),
    [anon_sym_extern] = ACTIONS(2132),
    [anon_sym_inline] = ACTIONS(2132),
    [anon_sym_overload] = ACTIONS(2132),
    [anon_sym_override] = ACTIONS(2132),
    [anon_sym_final] = ACTIONS(2132),
    [anon_sym_class] = ACTIONS(2132),
    [anon_sym_interface] = ACTIONS(2132),
    [anon_sym_typedef] = ACTIONS(2132),
    [anon_sym_function] = ACTIONS(2132),
    [anon_sym_var] = ACTIONS(2132),
    [aux_sym_integer_token1] = ACTIONS(2132),
    [aux_sym_integer_token2] = ACTIONS(2134),
    [aux_sym_float_token1] = ACTIONS(2132),
    [aux_sym_float_token2] = ACTIONS(2134),
    [anon_sym_true] = ACTIONS(2132),
    [anon_sym_false] = ACTIONS(2132),
    [aux_sym_string_token1] = ACTIONS(2134),
    [aux_sym_string_token3] = ACTIONS(2134),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [573] = {
    [ts_builtin_sym_end] = ACTIONS(1642),
    [sym_identifier] = ACTIONS(1640),
    [anon_sym_POUND] = ACTIONS(1642),
    [anon_sym_package] = ACTIONS(1640),
    [anon_sym_import] = ACTIONS(1640),
    [anon_sym_using] = ACTIONS(1640),
    [anon_sym_throw] = ACTIONS(1640),
    [anon_sym_LPAREN] = ACTIONS(1642),
    [anon_sym_switch] = ACTIONS(1640),
    [anon_sym_LBRACE] = ACTIONS(1642),
    [anon_sym_cast] = ACTIONS(1640),
    [anon_sym_DOLLARtype] = ACTIONS(1642),
    [anon_sym_return] = ACTIONS(1640),
    [anon_sym_untyped] = ACTIONS(1640),
    [anon_sym_break] = ACTIONS(1640),
    [anon_sym_continue] = ACTIONS(1640),
    [anon_sym_LBRACK] = ACTIONS(1642),
    [anon_sym_this] = ACTIONS(1640),
    [anon_sym_AT] = ACTIONS(1640),
    [anon_sym_AT_COLON] = ACTIONS(1642),
    [anon_sym_if] = ACTIONS(1640),
    [anon_sym_new] = ACTIONS(1640),
    [anon_sym_TILDE] = ACTIONS(1642),
    [anon_sym_BANG] = ACTIONS(1640),
    [anon_sym_DASH] = ACTIONS(1640),
    [anon_sym_PLUS_PLUS] = ACTIONS(1642),
    [anon_sym_DASH_DASH] = ACTIONS(1642),
    [anon_sym_PERCENT] = ACTIONS(1642),
    [anon_sym_STAR] = ACTIONS(1642),
    [anon_sym_SLASH] = ACTIONS(1640),
    [anon_sym_PLUS] = ACTIONS(1640),
    [anon_sym_LT_LT] = ACTIONS(1642),
    [anon_sym_GT_GT] = ACTIONS(1640),
    [anon_sym_GT_GT_GT] = ACTIONS(1642),
    [anon_sym_AMP] = ACTIONS(1640),
    [anon_sym_PIPE] = ACTIONS(1640),
    [anon_sym_CARET] = ACTIONS(1642),
    [anon_sym_AMP_AMP] = ACTIONS(1642),
    [anon_sym_PIPE_PIPE] = ACTIONS(1642),
    [anon_sym_EQ_EQ] = ACTIONS(1642),
    [anon_sym_BANG_EQ] = ACTIONS(1642),
    [anon_sym_LT] = ACTIONS(1640),
    [anon_sym_LT_EQ] = ACTIONS(1642),
    [anon_sym_GT] = ACTIONS(1640),
    [anon_sym_GT_EQ] = ACTIONS(1642),
    [anon_sym_EQ_GT] = ACTIONS(1642),
    [anon_sym_QMARK_QMARK] = ACTIONS(1642),
    [anon_sym_EQ] = ACTIONS(1640),
    [sym__rangeOperator] = ACTIONS(1642),
    [anon_sym_null] = ACTIONS(1640),
    [anon_sym_macro] = ACTIONS(1640),
    [anon_sym_abstract] = ACTIONS(1640),
    [anon_sym_static] = ACTIONS(1640),
    [anon_sym_public] = ACTIONS(1640),
    [anon_sym_private] = ACTIONS(1640),
    [anon_sym_extern] = ACTIONS(1640),
    [anon_sym_inline] = ACTIONS(1640),
    [anon_sym_overload] = ACTIONS(1640),
    [anon_sym_override] = ACTIONS(1640),
    [anon_sym_final] = ACTIONS(1640),
    [anon_sym_class] = ACTIONS(1640),
    [anon_sym_interface] = ACTIONS(1640),
    [anon_sym_typedef] = ACTIONS(1640),
    [anon_sym_function] = ACTIONS(1640),
    [anon_sym_var] = ACTIONS(1640),
    [aux_sym_integer_token1] = ACTIONS(1640),
    [aux_sym_integer_token2] = ACTIONS(1642),
    [aux_sym_float_token1] = ACTIONS(1640),
    [aux_sym_float_token2] = ACTIONS(1642),
    [anon_sym_true] = ACTIONS(1640),
    [anon_sym_false] = ACTIONS(1640),
    [aux_sym_string_token1] = ACTIONS(1642),
    [aux_sym_string_token3] = ACTIONS(1642),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [574] = {
    [ts_builtin_sym_end] = ACTIONS(1974),
    [sym_identifier] = ACTIONS(1972),
    [anon_sym_POUND] = ACTIONS(1974),
    [anon_sym_package] = ACTIONS(1972),
    [anon_sym_import] = ACTIONS(1972),
    [anon_sym_using] = ACTIONS(1972),
    [anon_sym_throw] = ACTIONS(1972),
    [anon_sym_LPAREN] = ACTIONS(1974),
    [anon_sym_switch] = ACTIONS(1972),
    [anon_sym_LBRACE] = ACTIONS(1974),
    [anon_sym_cast] = ACTIONS(1972),
    [anon_sym_DOLLARtype] = ACTIONS(1974),
    [anon_sym_return] = ACTIONS(1972),
    [anon_sym_untyped] = ACTIONS(1972),
    [anon_sym_break] = ACTIONS(1972),
    [anon_sym_continue] = ACTIONS(1972),
    [anon_sym_LBRACK] = ACTIONS(1974),
    [anon_sym_this] = ACTIONS(1972),
    [anon_sym_AT] = ACTIONS(1972),
    [anon_sym_AT_COLON] = ACTIONS(1974),
    [anon_sym_if] = ACTIONS(1972),
    [anon_sym_new] = ACTIONS(1972),
    [anon_sym_TILDE] = ACTIONS(1974),
    [anon_sym_BANG] = ACTIONS(1972),
    [anon_sym_DASH] = ACTIONS(1972),
    [anon_sym_PLUS_PLUS] = ACTIONS(1974),
    [anon_sym_DASH_DASH] = ACTIONS(1974),
    [anon_sym_PERCENT] = ACTIONS(1974),
    [anon_sym_STAR] = ACTIONS(1974),
    [anon_sym_SLASH] = ACTIONS(1972),
    [anon_sym_PLUS] = ACTIONS(1972),
    [anon_sym_LT_LT] = ACTIONS(1974),
    [anon_sym_GT_GT] = ACTIONS(1972),
    [anon_sym_GT_GT_GT] = ACTIONS(1974),
    [anon_sym_AMP] = ACTIONS(1972),
    [anon_sym_PIPE] = ACTIONS(1972),
    [anon_sym_CARET] = ACTIONS(1974),
    [anon_sym_AMP_AMP] = ACTIONS(1974),
    [anon_sym_PIPE_PIPE] = ACTIONS(1974),
    [anon_sym_EQ_EQ] = ACTIONS(1974),
    [anon_sym_BANG_EQ] = ACTIONS(1974),
    [anon_sym_LT] = ACTIONS(1972),
    [anon_sym_LT_EQ] = ACTIONS(1974),
    [anon_sym_GT] = ACTIONS(1972),
    [anon_sym_GT_EQ] = ACTIONS(1974),
    [anon_sym_EQ_GT] = ACTIONS(1974),
    [anon_sym_QMARK_QMARK] = ACTIONS(1974),
    [anon_sym_EQ] = ACTIONS(1972),
    [sym__rangeOperator] = ACTIONS(1974),
    [anon_sym_null] = ACTIONS(1972),
    [anon_sym_macro] = ACTIONS(1972),
    [anon_sym_abstract] = ACTIONS(1972),
    [anon_sym_static] = ACTIONS(1972),
    [anon_sym_public] = ACTIONS(1972),
    [anon_sym_private] = ACTIONS(1972),
    [anon_sym_extern] = ACTIONS(1972),
    [anon_sym_inline] = ACTIONS(1972),
    [anon_sym_overload] = ACTIONS(1972),
    [anon_sym_override] = ACTIONS(1972),
    [anon_sym_final] = ACTIONS(1972),
    [anon_sym_class] = ACTIONS(1972),
    [anon_sym_interface] = ACTIONS(1972),
    [anon_sym_typedef] = ACTIONS(1972),
    [anon_sym_function] = ACTIONS(1972),
    [anon_sym_var] = ACTIONS(1972),
    [aux_sym_integer_token1] = ACTIONS(1972),
    [aux_sym_integer_token2] = ACTIONS(1974),
    [aux_sym_float_token1] = ACTIONS(1972),
    [aux_sym_float_token2] = ACTIONS(1974),
    [anon_sym_true] = ACTIONS(1972),
    [anon_sym_false] = ACTIONS(1972),
    [aux_sym_string_token1] = ACTIONS(1974),
    [aux_sym_string_token3] = ACTIONS(1974),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [575] = {
    [sym_identifier] = ACTIONS(1590),
    [anon_sym_POUND] = ACTIONS(1592),
    [anon_sym_package] = ACTIONS(1590),
    [anon_sym_import] = ACTIONS(1590),
    [anon_sym_using] = ACTIONS(1590),
    [anon_sym_throw] = ACTIONS(1590),
    [anon_sym_LPAREN] = ACTIONS(1592),
    [anon_sym_switch] = ACTIONS(1590),
    [anon_sym_LBRACE] = ACTIONS(1592),
    [anon_sym_cast] = ACTIONS(1590),
    [anon_sym_DOLLARtype] = ACTIONS(1592),
    [anon_sym_return] = ACTIONS(1590),
    [anon_sym_untyped] = ACTIONS(1590),
    [anon_sym_break] = ACTIONS(1590),
    [anon_sym_continue] = ACTIONS(1590),
    [anon_sym_LBRACK] = ACTIONS(1592),
    [anon_sym_this] = ACTIONS(1590),
    [anon_sym_AT] = ACTIONS(1590),
    [anon_sym_AT_COLON] = ACTIONS(1592),
    [anon_sym_if] = ACTIONS(1590),
    [anon_sym_new] = ACTIONS(1590),
    [anon_sym_TILDE] = ACTIONS(1592),
    [anon_sym_BANG] = ACTIONS(1590),
    [anon_sym_DASH] = ACTIONS(1590),
    [anon_sym_PLUS_PLUS] = ACTIONS(1592),
    [anon_sym_DASH_DASH] = ACTIONS(1592),
    [anon_sym_PERCENT] = ACTIONS(1592),
    [anon_sym_STAR] = ACTIONS(1592),
    [anon_sym_SLASH] = ACTIONS(1590),
    [anon_sym_PLUS] = ACTIONS(1590),
    [anon_sym_LT_LT] = ACTIONS(1592),
    [anon_sym_GT_GT] = ACTIONS(1590),
    [anon_sym_GT_GT_GT] = ACTIONS(1592),
    [anon_sym_AMP] = ACTIONS(1590),
    [anon_sym_PIPE] = ACTIONS(1590),
    [anon_sym_CARET] = ACTIONS(1592),
    [anon_sym_AMP_AMP] = ACTIONS(1592),
    [anon_sym_PIPE_PIPE] = ACTIONS(1592),
    [anon_sym_EQ_EQ] = ACTIONS(1592),
    [anon_sym_BANG_EQ] = ACTIONS(1592),
    [anon_sym_LT] = ACTIONS(1590),
    [anon_sym_LT_EQ] = ACTIONS(1592),
    [anon_sym_GT] = ACTIONS(1590),
    [anon_sym_GT_EQ] = ACTIONS(1592),
    [anon_sym_EQ_GT] = ACTIONS(1592),
    [anon_sym_QMARK_QMARK] = ACTIONS(1592),
    [anon_sym_EQ] = ACTIONS(1590),
    [sym__rangeOperator] = ACTIONS(1592),
    [anon_sym_null] = ACTIONS(1590),
    [anon_sym_macro] = ACTIONS(1590),
    [anon_sym_abstract] = ACTIONS(1590),
    [anon_sym_static] = ACTIONS(1590),
    [anon_sym_public] = ACTIONS(1590),
    [anon_sym_private] = ACTIONS(1590),
    [anon_sym_extern] = ACTIONS(1590),
    [anon_sym_inline] = ACTIONS(1590),
    [anon_sym_overload] = ACTIONS(1590),
    [anon_sym_override] = ACTIONS(1590),
    [anon_sym_final] = ACTIONS(1590),
    [anon_sym_class] = ACTIONS(1590),
    [anon_sym_interface] = ACTIONS(1590),
    [anon_sym_typedef] = ACTIONS(1590),
    [anon_sym_function] = ACTIONS(1590),
    [anon_sym_var] = ACTIONS(1590),
    [aux_sym_integer_token1] = ACTIONS(1590),
    [aux_sym_integer_token2] = ACTIONS(1592),
    [aux_sym_float_token1] = ACTIONS(1590),
    [aux_sym_float_token2] = ACTIONS(1592),
    [anon_sym_true] = ACTIONS(1590),
    [anon_sym_false] = ACTIONS(1590),
    [aux_sym_string_token1] = ACTIONS(1592),
    [aux_sym_string_token3] = ACTIONS(1592),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(1592),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [576] = {
    [ts_builtin_sym_end] = ACTIONS(1598),
    [sym_identifier] = ACTIONS(1596),
    [anon_sym_POUND] = ACTIONS(1598),
    [anon_sym_package] = ACTIONS(1596),
    [anon_sym_import] = ACTIONS(1596),
    [anon_sym_using] = ACTIONS(1596),
    [anon_sym_throw] = ACTIONS(1596),
    [anon_sym_LPAREN] = ACTIONS(1598),
    [anon_sym_switch] = ACTIONS(1596),
    [anon_sym_LBRACE] = ACTIONS(1598),
    [anon_sym_cast] = ACTIONS(1596),
    [anon_sym_DOLLARtype] = ACTIONS(1598),
    [anon_sym_return] = ACTIONS(1596),
    [anon_sym_untyped] = ACTIONS(1596),
    [anon_sym_break] = ACTIONS(1596),
    [anon_sym_continue] = ACTIONS(1596),
    [anon_sym_LBRACK] = ACTIONS(1598),
    [anon_sym_this] = ACTIONS(1596),
    [anon_sym_AT] = ACTIONS(1596),
    [anon_sym_AT_COLON] = ACTIONS(1598),
    [anon_sym_if] = ACTIONS(1596),
    [anon_sym_new] = ACTIONS(1596),
    [anon_sym_TILDE] = ACTIONS(1598),
    [anon_sym_BANG] = ACTIONS(1596),
    [anon_sym_DASH] = ACTIONS(1596),
    [anon_sym_PLUS_PLUS] = ACTIONS(1598),
    [anon_sym_DASH_DASH] = ACTIONS(1598),
    [anon_sym_PERCENT] = ACTIONS(1598),
    [anon_sym_STAR] = ACTIONS(1598),
    [anon_sym_SLASH] = ACTIONS(1596),
    [anon_sym_PLUS] = ACTIONS(1596),
    [anon_sym_LT_LT] = ACTIONS(1598),
    [anon_sym_GT_GT] = ACTIONS(1596),
    [anon_sym_GT_GT_GT] = ACTIONS(1598),
    [anon_sym_AMP] = ACTIONS(1596),
    [anon_sym_PIPE] = ACTIONS(1596),
    [anon_sym_CARET] = ACTIONS(1598),
    [anon_sym_AMP_AMP] = ACTIONS(1598),
    [anon_sym_PIPE_PIPE] = ACTIONS(1598),
    [anon_sym_EQ_EQ] = ACTIONS(1598),
    [anon_sym_BANG_EQ] = ACTIONS(1598),
    [anon_sym_LT] = ACTIONS(1596),
    [anon_sym_LT_EQ] = ACTIONS(1598),
    [anon_sym_GT] = ACTIONS(1596),
    [anon_sym_GT_EQ] = ACTIONS(1598),
    [anon_sym_EQ_GT] = ACTIONS(1598),
    [anon_sym_QMARK_QMARK] = ACTIONS(1598),
    [anon_sym_EQ] = ACTIONS(1596),
    [sym__rangeOperator] = ACTIONS(1598),
    [anon_sym_null] = ACTIONS(1596),
    [anon_sym_macro] = ACTIONS(1596),
    [anon_sym_abstract] = ACTIONS(1596),
    [anon_sym_static] = ACTIONS(1596),
    [anon_sym_public] = ACTIONS(1596),
    [anon_sym_private] = ACTIONS(1596),
    [anon_sym_extern] = ACTIONS(1596),
    [anon_sym_inline] = ACTIONS(1596),
    [anon_sym_overload] = ACTIONS(1596),
    [anon_sym_override] = ACTIONS(1596),
    [anon_sym_final] = ACTIONS(1596),
    [anon_sym_class] = ACTIONS(1596),
    [anon_sym_interface] = ACTIONS(1596),
    [anon_sym_typedef] = ACTIONS(1596),
    [anon_sym_function] = ACTIONS(1596),
    [anon_sym_var] = ACTIONS(1596),
    [aux_sym_integer_token1] = ACTIONS(1596),
    [aux_sym_integer_token2] = ACTIONS(1598),
    [aux_sym_float_token1] = ACTIONS(1596),
    [aux_sym_float_token2] = ACTIONS(1598),
    [anon_sym_true] = ACTIONS(1596),
    [anon_sym_false] = ACTIONS(1596),
    [aux_sym_string_token1] = ACTIONS(1598),
    [aux_sym_string_token3] = ACTIONS(1598),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [577] = {
    [ts_builtin_sym_end] = ACTIONS(1954),
    [sym_identifier] = ACTIONS(1952),
    [anon_sym_POUND] = ACTIONS(1954),
    [anon_sym_package] = ACTIONS(1952),
    [anon_sym_import] = ACTIONS(1952),
    [anon_sym_using] = ACTIONS(1952),
    [anon_sym_throw] = ACTIONS(1952),
    [anon_sym_LPAREN] = ACTIONS(1954),
    [anon_sym_switch] = ACTIONS(1952),
    [anon_sym_LBRACE] = ACTIONS(1954),
    [anon_sym_cast] = ACTIONS(1952),
    [anon_sym_DOLLARtype] = ACTIONS(1954),
    [anon_sym_return] = ACTIONS(1952),
    [anon_sym_untyped] = ACTIONS(1952),
    [anon_sym_break] = ACTIONS(1952),
    [anon_sym_continue] = ACTIONS(1952),
    [anon_sym_LBRACK] = ACTIONS(1954),
    [anon_sym_this] = ACTIONS(1952),
    [anon_sym_AT] = ACTIONS(1952),
    [anon_sym_AT_COLON] = ACTIONS(1954),
    [anon_sym_if] = ACTIONS(1952),
    [anon_sym_new] = ACTIONS(1952),
    [anon_sym_TILDE] = ACTIONS(1954),
    [anon_sym_BANG] = ACTIONS(1952),
    [anon_sym_DASH] = ACTIONS(1952),
    [anon_sym_PLUS_PLUS] = ACTIONS(1954),
    [anon_sym_DASH_DASH] = ACTIONS(1954),
    [anon_sym_PERCENT] = ACTIONS(1954),
    [anon_sym_STAR] = ACTIONS(1954),
    [anon_sym_SLASH] = ACTIONS(1952),
    [anon_sym_PLUS] = ACTIONS(1952),
    [anon_sym_LT_LT] = ACTIONS(1954),
    [anon_sym_GT_GT] = ACTIONS(1952),
    [anon_sym_GT_GT_GT] = ACTIONS(1954),
    [anon_sym_AMP] = ACTIONS(1952),
    [anon_sym_PIPE] = ACTIONS(1952),
    [anon_sym_CARET] = ACTIONS(1954),
    [anon_sym_AMP_AMP] = ACTIONS(1954),
    [anon_sym_PIPE_PIPE] = ACTIONS(1954),
    [anon_sym_EQ_EQ] = ACTIONS(1954),
    [anon_sym_BANG_EQ] = ACTIONS(1954),
    [anon_sym_LT] = ACTIONS(1952),
    [anon_sym_LT_EQ] = ACTIONS(1954),
    [anon_sym_GT] = ACTIONS(1952),
    [anon_sym_GT_EQ] = ACTIONS(1954),
    [anon_sym_EQ_GT] = ACTIONS(1954),
    [anon_sym_QMARK_QMARK] = ACTIONS(1954),
    [anon_sym_EQ] = ACTIONS(1952),
    [sym__rangeOperator] = ACTIONS(1954),
    [anon_sym_null] = ACTIONS(1952),
    [anon_sym_macro] = ACTIONS(1952),
    [anon_sym_abstract] = ACTIONS(1952),
    [anon_sym_static] = ACTIONS(1952),
    [anon_sym_public] = ACTIONS(1952),
    [anon_sym_private] = ACTIONS(1952),
    [anon_sym_extern] = ACTIONS(1952),
    [anon_sym_inline] = ACTIONS(1952),
    [anon_sym_overload] = ACTIONS(1952),
    [anon_sym_override] = ACTIONS(1952),
    [anon_sym_final] = ACTIONS(1952),
    [anon_sym_class] = ACTIONS(1952),
    [anon_sym_interface] = ACTIONS(1952),
    [anon_sym_typedef] = ACTIONS(1952),
    [anon_sym_function] = ACTIONS(1952),
    [anon_sym_var] = ACTIONS(1952),
    [aux_sym_integer_token1] = ACTIONS(1952),
    [aux_sym_integer_token2] = ACTIONS(1954),
    [aux_sym_float_token1] = ACTIONS(1952),
    [aux_sym_float_token2] = ACTIONS(1954),
    [anon_sym_true] = ACTIONS(1952),
    [anon_sym_false] = ACTIONS(1952),
    [aux_sym_string_token1] = ACTIONS(1954),
    [aux_sym_string_token3] = ACTIONS(1954),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [578] = {
    [ts_builtin_sym_end] = ACTIONS(1938),
    [sym_identifier] = ACTIONS(1936),
    [anon_sym_POUND] = ACTIONS(1938),
    [anon_sym_package] = ACTIONS(1936),
    [anon_sym_import] = ACTIONS(1936),
    [anon_sym_using] = ACTIONS(1936),
    [anon_sym_throw] = ACTIONS(1936),
    [anon_sym_LPAREN] = ACTIONS(1938),
    [anon_sym_switch] = ACTIONS(1936),
    [anon_sym_LBRACE] = ACTIONS(1938),
    [anon_sym_cast] = ACTIONS(1936),
    [anon_sym_DOLLARtype] = ACTIONS(1938),
    [anon_sym_return] = ACTIONS(1936),
    [anon_sym_untyped] = ACTIONS(1936),
    [anon_sym_break] = ACTIONS(1936),
    [anon_sym_continue] = ACTIONS(1936),
    [anon_sym_LBRACK] = ACTIONS(1938),
    [anon_sym_this] = ACTIONS(1936),
    [anon_sym_AT] = ACTIONS(1936),
    [anon_sym_AT_COLON] = ACTIONS(1938),
    [anon_sym_if] = ACTIONS(1936),
    [anon_sym_new] = ACTIONS(1936),
    [anon_sym_TILDE] = ACTIONS(1938),
    [anon_sym_BANG] = ACTIONS(1936),
    [anon_sym_DASH] = ACTIONS(1936),
    [anon_sym_PLUS_PLUS] = ACTIONS(1938),
    [anon_sym_DASH_DASH] = ACTIONS(1938),
    [anon_sym_PERCENT] = ACTIONS(1938),
    [anon_sym_STAR] = ACTIONS(1938),
    [anon_sym_SLASH] = ACTIONS(1936),
    [anon_sym_PLUS] = ACTIONS(1936),
    [anon_sym_LT_LT] = ACTIONS(1938),
    [anon_sym_GT_GT] = ACTIONS(1936),
    [anon_sym_GT_GT_GT] = ACTIONS(1938),
    [anon_sym_AMP] = ACTIONS(1936),
    [anon_sym_PIPE] = ACTIONS(1936),
    [anon_sym_CARET] = ACTIONS(1938),
    [anon_sym_AMP_AMP] = ACTIONS(1938),
    [anon_sym_PIPE_PIPE] = ACTIONS(1938),
    [anon_sym_EQ_EQ] = ACTIONS(1938),
    [anon_sym_BANG_EQ] = ACTIONS(1938),
    [anon_sym_LT] = ACTIONS(1936),
    [anon_sym_LT_EQ] = ACTIONS(1938),
    [anon_sym_GT] = ACTIONS(1936),
    [anon_sym_GT_EQ] = ACTIONS(1938),
    [anon_sym_EQ_GT] = ACTIONS(1938),
    [anon_sym_QMARK_QMARK] = ACTIONS(1938),
    [anon_sym_EQ] = ACTIONS(1936),
    [sym__rangeOperator] = ACTIONS(1938),
    [anon_sym_null] = ACTIONS(1936),
    [anon_sym_macro] = ACTIONS(1936),
    [anon_sym_abstract] = ACTIONS(1936),
    [anon_sym_static] = ACTIONS(1936),
    [anon_sym_public] = ACTIONS(1936),
    [anon_sym_private] = ACTIONS(1936),
    [anon_sym_extern] = ACTIONS(1936),
    [anon_sym_inline] = ACTIONS(1936),
    [anon_sym_overload] = ACTIONS(1936),
    [anon_sym_override] = ACTIONS(1936),
    [anon_sym_final] = ACTIONS(1936),
    [anon_sym_class] = ACTIONS(1936),
    [anon_sym_interface] = ACTIONS(1936),
    [anon_sym_typedef] = ACTIONS(1936),
    [anon_sym_function] = ACTIONS(1936),
    [anon_sym_var] = ACTIONS(1936),
    [aux_sym_integer_token1] = ACTIONS(1936),
    [aux_sym_integer_token2] = ACTIONS(1938),
    [aux_sym_float_token1] = ACTIONS(1936),
    [aux_sym_float_token2] = ACTIONS(1938),
    [anon_sym_true] = ACTIONS(1936),
    [anon_sym_false] = ACTIONS(1936),
    [aux_sym_string_token1] = ACTIONS(1938),
    [aux_sym_string_token3] = ACTIONS(1938),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [579] = {
    [ts_builtin_sym_end] = ACTIONS(2372),
    [sym_identifier] = ACTIONS(2370),
    [anon_sym_POUND] = ACTIONS(2372),
    [anon_sym_package] = ACTIONS(2370),
    [anon_sym_import] = ACTIONS(2370),
    [anon_sym_using] = ACTIONS(2370),
    [anon_sym_throw] = ACTIONS(2370),
    [anon_sym_LPAREN] = ACTIONS(2372),
    [anon_sym_switch] = ACTIONS(2370),
    [anon_sym_LBRACE] = ACTIONS(2372),
    [anon_sym_cast] = ACTIONS(2370),
    [anon_sym_DOLLARtype] = ACTIONS(2372),
    [anon_sym_return] = ACTIONS(2370),
    [anon_sym_untyped] = ACTIONS(2370),
    [anon_sym_break] = ACTIONS(2370),
    [anon_sym_continue] = ACTIONS(2370),
    [anon_sym_LBRACK] = ACTIONS(2372),
    [anon_sym_this] = ACTIONS(2370),
    [anon_sym_AT] = ACTIONS(2370),
    [anon_sym_AT_COLON] = ACTIONS(2372),
    [anon_sym_if] = ACTIONS(2370),
    [anon_sym_new] = ACTIONS(2370),
    [anon_sym_TILDE] = ACTIONS(2372),
    [anon_sym_BANG] = ACTIONS(2370),
    [anon_sym_DASH] = ACTIONS(2370),
    [anon_sym_PLUS_PLUS] = ACTIONS(2372),
    [anon_sym_DASH_DASH] = ACTIONS(2372),
    [anon_sym_PERCENT] = ACTIONS(2372),
    [anon_sym_STAR] = ACTIONS(2372),
    [anon_sym_SLASH] = ACTIONS(2370),
    [anon_sym_PLUS] = ACTIONS(2370),
    [anon_sym_LT_LT] = ACTIONS(2372),
    [anon_sym_GT_GT] = ACTIONS(2370),
    [anon_sym_GT_GT_GT] = ACTIONS(2372),
    [anon_sym_AMP] = ACTIONS(2370),
    [anon_sym_PIPE] = ACTIONS(2370),
    [anon_sym_CARET] = ACTIONS(2372),
    [anon_sym_AMP_AMP] = ACTIONS(2372),
    [anon_sym_PIPE_PIPE] = ACTIONS(2372),
    [anon_sym_EQ_EQ] = ACTIONS(2372),
    [anon_sym_BANG_EQ] = ACTIONS(2372),
    [anon_sym_LT] = ACTIONS(2370),
    [anon_sym_LT_EQ] = ACTIONS(2372),
    [anon_sym_GT] = ACTIONS(2370),
    [anon_sym_GT_EQ] = ACTIONS(2372),
    [anon_sym_EQ_GT] = ACTIONS(2372),
    [anon_sym_QMARK_QMARK] = ACTIONS(2372),
    [anon_sym_EQ] = ACTIONS(2370),
    [sym__rangeOperator] = ACTIONS(2372),
    [anon_sym_null] = ACTIONS(2370),
    [anon_sym_macro] = ACTIONS(2370),
    [anon_sym_abstract] = ACTIONS(2370),
    [anon_sym_static] = ACTIONS(2370),
    [anon_sym_public] = ACTIONS(2370),
    [anon_sym_private] = ACTIONS(2370),
    [anon_sym_extern] = ACTIONS(2370),
    [anon_sym_inline] = ACTIONS(2370),
    [anon_sym_overload] = ACTIONS(2370),
    [anon_sym_override] = ACTIONS(2370),
    [anon_sym_final] = ACTIONS(2370),
    [anon_sym_class] = ACTIONS(2370),
    [anon_sym_interface] = ACTIONS(2370),
    [anon_sym_typedef] = ACTIONS(2370),
    [anon_sym_function] = ACTIONS(2370),
    [anon_sym_var] = ACTIONS(2370),
    [aux_sym_integer_token1] = ACTIONS(2370),
    [aux_sym_integer_token2] = ACTIONS(2372),
    [aux_sym_float_token1] = ACTIONS(2370),
    [aux_sym_float_token2] = ACTIONS(2372),
    [anon_sym_true] = ACTIONS(2370),
    [anon_sym_false] = ACTIONS(2370),
    [aux_sym_string_token1] = ACTIONS(2372),
    [aux_sym_string_token3] = ACTIONS(2372),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [580] = {
    [ts_builtin_sym_end] = ACTIONS(2214),
    [sym_identifier] = ACTIONS(2212),
    [anon_sym_POUND] = ACTIONS(2214),
    [anon_sym_package] = ACTIONS(2212),
    [anon_sym_import] = ACTIONS(2212),
    [anon_sym_using] = ACTIONS(2212),
    [anon_sym_throw] = ACTIONS(2212),
    [anon_sym_LPAREN] = ACTIONS(2214),
    [anon_sym_switch] = ACTIONS(2212),
    [anon_sym_LBRACE] = ACTIONS(2214),
    [anon_sym_cast] = ACTIONS(2212),
    [anon_sym_DOLLARtype] = ACTIONS(2214),
    [anon_sym_return] = ACTIONS(2212),
    [anon_sym_untyped] = ACTIONS(2212),
    [anon_sym_break] = ACTIONS(2212),
    [anon_sym_continue] = ACTIONS(2212),
    [anon_sym_LBRACK] = ACTIONS(2214),
    [anon_sym_this] = ACTIONS(2212),
    [anon_sym_AT] = ACTIONS(2212),
    [anon_sym_AT_COLON] = ACTIONS(2214),
    [anon_sym_if] = ACTIONS(2212),
    [anon_sym_new] = ACTIONS(2212),
    [anon_sym_TILDE] = ACTIONS(2214),
    [anon_sym_BANG] = ACTIONS(2212),
    [anon_sym_DASH] = ACTIONS(2212),
    [anon_sym_PLUS_PLUS] = ACTIONS(2214),
    [anon_sym_DASH_DASH] = ACTIONS(2214),
    [anon_sym_PERCENT] = ACTIONS(2214),
    [anon_sym_STAR] = ACTIONS(2214),
    [anon_sym_SLASH] = ACTIONS(2212),
    [anon_sym_PLUS] = ACTIONS(2212),
    [anon_sym_LT_LT] = ACTIONS(2214),
    [anon_sym_GT_GT] = ACTIONS(2212),
    [anon_sym_GT_GT_GT] = ACTIONS(2214),
    [anon_sym_AMP] = ACTIONS(2212),
    [anon_sym_PIPE] = ACTIONS(2212),
    [anon_sym_CARET] = ACTIONS(2214),
    [anon_sym_AMP_AMP] = ACTIONS(2214),
    [anon_sym_PIPE_PIPE] = ACTIONS(2214),
    [anon_sym_EQ_EQ] = ACTIONS(2214),
    [anon_sym_BANG_EQ] = ACTIONS(2214),
    [anon_sym_LT] = ACTIONS(2212),
    [anon_sym_LT_EQ] = ACTIONS(2214),
    [anon_sym_GT] = ACTIONS(2212),
    [anon_sym_GT_EQ] = ACTIONS(2214),
    [anon_sym_EQ_GT] = ACTIONS(2214),
    [anon_sym_QMARK_QMARK] = ACTIONS(2214),
    [anon_sym_EQ] = ACTIONS(2212),
    [sym__rangeOperator] = ACTIONS(2214),
    [anon_sym_null] = ACTIONS(2212),
    [anon_sym_macro] = ACTIONS(2212),
    [anon_sym_abstract] = ACTIONS(2212),
    [anon_sym_static] = ACTIONS(2212),
    [anon_sym_public] = ACTIONS(2212),
    [anon_sym_private] = ACTIONS(2212),
    [anon_sym_extern] = ACTIONS(2212),
    [anon_sym_inline] = ACTIONS(2212),
    [anon_sym_overload] = ACTIONS(2212),
    [anon_sym_override] = ACTIONS(2212),
    [anon_sym_final] = ACTIONS(2212),
    [anon_sym_class] = ACTIONS(2212),
    [anon_sym_interface] = ACTIONS(2212),
    [anon_sym_typedef] = ACTIONS(2212),
    [anon_sym_function] = ACTIONS(2212),
    [anon_sym_var] = ACTIONS(2212),
    [aux_sym_integer_token1] = ACTIONS(2212),
    [aux_sym_integer_token2] = ACTIONS(2214),
    [aux_sym_float_token1] = ACTIONS(2212),
    [aux_sym_float_token2] = ACTIONS(2214),
    [anon_sym_true] = ACTIONS(2212),
    [anon_sym_false] = ACTIONS(2212),
    [aux_sym_string_token1] = ACTIONS(2214),
    [aux_sym_string_token3] = ACTIONS(2214),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [581] = {
    [ts_builtin_sym_end] = ACTIONS(1718),
    [sym_identifier] = ACTIONS(1716),
    [anon_sym_POUND] = ACTIONS(1718),
    [anon_sym_package] = ACTIONS(1716),
    [anon_sym_import] = ACTIONS(1716),
    [anon_sym_using] = ACTIONS(1716),
    [anon_sym_throw] = ACTIONS(1716),
    [anon_sym_LPAREN] = ACTIONS(1718),
    [anon_sym_switch] = ACTIONS(1716),
    [anon_sym_LBRACE] = ACTIONS(1718),
    [anon_sym_cast] = ACTIONS(1716),
    [anon_sym_DOLLARtype] = ACTIONS(1718),
    [anon_sym_return] = ACTIONS(1716),
    [anon_sym_untyped] = ACTIONS(1716),
    [anon_sym_break] = ACTIONS(1716),
    [anon_sym_continue] = ACTIONS(1716),
    [anon_sym_LBRACK] = ACTIONS(1718),
    [anon_sym_this] = ACTIONS(1716),
    [anon_sym_AT] = ACTIONS(1716),
    [anon_sym_AT_COLON] = ACTIONS(1718),
    [anon_sym_if] = ACTIONS(1716),
    [anon_sym_new] = ACTIONS(1716),
    [anon_sym_TILDE] = ACTIONS(1718),
    [anon_sym_BANG] = ACTIONS(1716),
    [anon_sym_DASH] = ACTIONS(1716),
    [anon_sym_PLUS_PLUS] = ACTIONS(1718),
    [anon_sym_DASH_DASH] = ACTIONS(1718),
    [anon_sym_PERCENT] = ACTIONS(1718),
    [anon_sym_STAR] = ACTIONS(1718),
    [anon_sym_SLASH] = ACTIONS(1716),
    [anon_sym_PLUS] = ACTIONS(1716),
    [anon_sym_LT_LT] = ACTIONS(1718),
    [anon_sym_GT_GT] = ACTIONS(1716),
    [anon_sym_GT_GT_GT] = ACTIONS(1718),
    [anon_sym_AMP] = ACTIONS(1716),
    [anon_sym_PIPE] = ACTIONS(1716),
    [anon_sym_CARET] = ACTIONS(1718),
    [anon_sym_AMP_AMP] = ACTIONS(1718),
    [anon_sym_PIPE_PIPE] = ACTIONS(1718),
    [anon_sym_EQ_EQ] = ACTIONS(1718),
    [anon_sym_BANG_EQ] = ACTIONS(1718),
    [anon_sym_LT] = ACTIONS(1716),
    [anon_sym_LT_EQ] = ACTIONS(1718),
    [anon_sym_GT] = ACTIONS(1716),
    [anon_sym_GT_EQ] = ACTIONS(1718),
    [anon_sym_EQ_GT] = ACTIONS(1718),
    [anon_sym_QMARK_QMARK] = ACTIONS(1718),
    [anon_sym_EQ] = ACTIONS(1716),
    [sym__rangeOperator] = ACTIONS(1718),
    [anon_sym_null] = ACTIONS(1716),
    [anon_sym_macro] = ACTIONS(1716),
    [anon_sym_abstract] = ACTIONS(1716),
    [anon_sym_static] = ACTIONS(1716),
    [anon_sym_public] = ACTIONS(1716),
    [anon_sym_private] = ACTIONS(1716),
    [anon_sym_extern] = ACTIONS(1716),
    [anon_sym_inline] = ACTIONS(1716),
    [anon_sym_overload] = ACTIONS(1716),
    [anon_sym_override] = ACTIONS(1716),
    [anon_sym_final] = ACTIONS(1716),
    [anon_sym_class] = ACTIONS(1716),
    [anon_sym_interface] = ACTIONS(1716),
    [anon_sym_typedef] = ACTIONS(1716),
    [anon_sym_function] = ACTIONS(1716),
    [anon_sym_var] = ACTIONS(1716),
    [aux_sym_integer_token1] = ACTIONS(1716),
    [aux_sym_integer_token2] = ACTIONS(1718),
    [aux_sym_float_token1] = ACTIONS(1716),
    [aux_sym_float_token2] = ACTIONS(1718),
    [anon_sym_true] = ACTIONS(1716),
    [anon_sym_false] = ACTIONS(1716),
    [aux_sym_string_token1] = ACTIONS(1718),
    [aux_sym_string_token3] = ACTIONS(1718),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [582] = {
    [ts_builtin_sym_end] = ACTIONS(2194),
    [sym_identifier] = ACTIONS(2192),
    [anon_sym_POUND] = ACTIONS(2194),
    [anon_sym_package] = ACTIONS(2192),
    [anon_sym_import] = ACTIONS(2192),
    [anon_sym_using] = ACTIONS(2192),
    [anon_sym_throw] = ACTIONS(2192),
    [anon_sym_LPAREN] = ACTIONS(2194),
    [anon_sym_switch] = ACTIONS(2192),
    [anon_sym_LBRACE] = ACTIONS(2194),
    [anon_sym_cast] = ACTIONS(2192),
    [anon_sym_DOLLARtype] = ACTIONS(2194),
    [anon_sym_return] = ACTIONS(2192),
    [anon_sym_untyped] = ACTIONS(2192),
    [anon_sym_break] = ACTIONS(2192),
    [anon_sym_continue] = ACTIONS(2192),
    [anon_sym_LBRACK] = ACTIONS(2194),
    [anon_sym_this] = ACTIONS(2192),
    [anon_sym_AT] = ACTIONS(2192),
    [anon_sym_AT_COLON] = ACTIONS(2194),
    [anon_sym_if] = ACTIONS(2192),
    [anon_sym_new] = ACTIONS(2192),
    [anon_sym_TILDE] = ACTIONS(2194),
    [anon_sym_BANG] = ACTIONS(2192),
    [anon_sym_DASH] = ACTIONS(2192),
    [anon_sym_PLUS_PLUS] = ACTIONS(2194),
    [anon_sym_DASH_DASH] = ACTIONS(2194),
    [anon_sym_PERCENT] = ACTIONS(2194),
    [anon_sym_STAR] = ACTIONS(2194),
    [anon_sym_SLASH] = ACTIONS(2192),
    [anon_sym_PLUS] = ACTIONS(2192),
    [anon_sym_LT_LT] = ACTIONS(2194),
    [anon_sym_GT_GT] = ACTIONS(2192),
    [anon_sym_GT_GT_GT] = ACTIONS(2194),
    [anon_sym_AMP] = ACTIONS(2192),
    [anon_sym_PIPE] = ACTIONS(2192),
    [anon_sym_CARET] = ACTIONS(2194),
    [anon_sym_AMP_AMP] = ACTIONS(2194),
    [anon_sym_PIPE_PIPE] = ACTIONS(2194),
    [anon_sym_EQ_EQ] = ACTIONS(2194),
    [anon_sym_BANG_EQ] = ACTIONS(2194),
    [anon_sym_LT] = ACTIONS(2192),
    [anon_sym_LT_EQ] = ACTIONS(2194),
    [anon_sym_GT] = ACTIONS(2192),
    [anon_sym_GT_EQ] = ACTIONS(2194),
    [anon_sym_EQ_GT] = ACTIONS(2194),
    [anon_sym_QMARK_QMARK] = ACTIONS(2194),
    [anon_sym_EQ] = ACTIONS(2192),
    [sym__rangeOperator] = ACTIONS(2194),
    [anon_sym_null] = ACTIONS(2192),
    [anon_sym_macro] = ACTIONS(2192),
    [anon_sym_abstract] = ACTIONS(2192),
    [anon_sym_static] = ACTIONS(2192),
    [anon_sym_public] = ACTIONS(2192),
    [anon_sym_private] = ACTIONS(2192),
    [anon_sym_extern] = ACTIONS(2192),
    [anon_sym_inline] = ACTIONS(2192),
    [anon_sym_overload] = ACTIONS(2192),
    [anon_sym_override] = ACTIONS(2192),
    [anon_sym_final] = ACTIONS(2192),
    [anon_sym_class] = ACTIONS(2192),
    [anon_sym_interface] = ACTIONS(2192),
    [anon_sym_typedef] = ACTIONS(2192),
    [anon_sym_function] = ACTIONS(2192),
    [anon_sym_var] = ACTIONS(2192),
    [aux_sym_integer_token1] = ACTIONS(2192),
    [aux_sym_integer_token2] = ACTIONS(2194),
    [aux_sym_float_token1] = ACTIONS(2192),
    [aux_sym_float_token2] = ACTIONS(2194),
    [anon_sym_true] = ACTIONS(2192),
    [anon_sym_false] = ACTIONS(2192),
    [aux_sym_string_token1] = ACTIONS(2194),
    [aux_sym_string_token3] = ACTIONS(2194),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [583] = {
    [ts_builtin_sym_end] = ACTIONS(1678),
    [sym_identifier] = ACTIONS(1676),
    [anon_sym_POUND] = ACTIONS(1678),
    [anon_sym_package] = ACTIONS(1676),
    [anon_sym_import] = ACTIONS(1676),
    [anon_sym_using] = ACTIONS(1676),
    [anon_sym_throw] = ACTIONS(1676),
    [anon_sym_LPAREN] = ACTIONS(1678),
    [anon_sym_switch] = ACTIONS(1676),
    [anon_sym_LBRACE] = ACTIONS(1678),
    [anon_sym_cast] = ACTIONS(1676),
    [anon_sym_DOLLARtype] = ACTIONS(1678),
    [anon_sym_return] = ACTIONS(1676),
    [anon_sym_untyped] = ACTIONS(1676),
    [anon_sym_break] = ACTIONS(1676),
    [anon_sym_continue] = ACTIONS(1676),
    [anon_sym_LBRACK] = ACTIONS(1678),
    [anon_sym_this] = ACTIONS(1676),
    [anon_sym_AT] = ACTIONS(1676),
    [anon_sym_AT_COLON] = ACTIONS(1678),
    [anon_sym_if] = ACTIONS(1676),
    [anon_sym_new] = ACTIONS(1676),
    [anon_sym_TILDE] = ACTIONS(1678),
    [anon_sym_BANG] = ACTIONS(1676),
    [anon_sym_DASH] = ACTIONS(1676),
    [anon_sym_PLUS_PLUS] = ACTIONS(1678),
    [anon_sym_DASH_DASH] = ACTIONS(1678),
    [anon_sym_PERCENT] = ACTIONS(1678),
    [anon_sym_STAR] = ACTIONS(1678),
    [anon_sym_SLASH] = ACTIONS(1676),
    [anon_sym_PLUS] = ACTIONS(1676),
    [anon_sym_LT_LT] = ACTIONS(1678),
    [anon_sym_GT_GT] = ACTIONS(1676),
    [anon_sym_GT_GT_GT] = ACTIONS(1678),
    [anon_sym_AMP] = ACTIONS(1676),
    [anon_sym_PIPE] = ACTIONS(1676),
    [anon_sym_CARET] = ACTIONS(1678),
    [anon_sym_AMP_AMP] = ACTIONS(1678),
    [anon_sym_PIPE_PIPE] = ACTIONS(1678),
    [anon_sym_EQ_EQ] = ACTIONS(1678),
    [anon_sym_BANG_EQ] = ACTIONS(1678),
    [anon_sym_LT] = ACTIONS(1676),
    [anon_sym_LT_EQ] = ACTIONS(1678),
    [anon_sym_GT] = ACTIONS(1676),
    [anon_sym_GT_EQ] = ACTIONS(1678),
    [anon_sym_EQ_GT] = ACTIONS(1678),
    [anon_sym_QMARK_QMARK] = ACTIONS(1678),
    [anon_sym_EQ] = ACTIONS(1676),
    [sym__rangeOperator] = ACTIONS(1678),
    [anon_sym_null] = ACTIONS(1676),
    [anon_sym_macro] = ACTIONS(1676),
    [anon_sym_abstract] = ACTIONS(1676),
    [anon_sym_static] = ACTIONS(1676),
    [anon_sym_public] = ACTIONS(1676),
    [anon_sym_private] = ACTIONS(1676),
    [anon_sym_extern] = ACTIONS(1676),
    [anon_sym_inline] = ACTIONS(1676),
    [anon_sym_overload] = ACTIONS(1676),
    [anon_sym_override] = ACTIONS(1676),
    [anon_sym_final] = ACTIONS(1676),
    [anon_sym_class] = ACTIONS(1676),
    [anon_sym_interface] = ACTIONS(1676),
    [anon_sym_typedef] = ACTIONS(1676),
    [anon_sym_function] = ACTIONS(1676),
    [anon_sym_var] = ACTIONS(1676),
    [aux_sym_integer_token1] = ACTIONS(1676),
    [aux_sym_integer_token2] = ACTIONS(1678),
    [aux_sym_float_token1] = ACTIONS(1676),
    [aux_sym_float_token2] = ACTIONS(1678),
    [anon_sym_true] = ACTIONS(1676),
    [anon_sym_false] = ACTIONS(1676),
    [aux_sym_string_token1] = ACTIONS(1678),
    [aux_sym_string_token3] = ACTIONS(1678),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [584] = {
    [ts_builtin_sym_end] = ACTIONS(1650),
    [sym_identifier] = ACTIONS(1648),
    [anon_sym_POUND] = ACTIONS(1650),
    [anon_sym_package] = ACTIONS(1648),
    [anon_sym_import] = ACTIONS(1648),
    [anon_sym_using] = ACTIONS(1648),
    [anon_sym_throw] = ACTIONS(1648),
    [anon_sym_LPAREN] = ACTIONS(1650),
    [anon_sym_switch] = ACTIONS(1648),
    [anon_sym_LBRACE] = ACTIONS(1650),
    [anon_sym_cast] = ACTIONS(1648),
    [anon_sym_DOLLARtype] = ACTIONS(1650),
    [anon_sym_return] = ACTIONS(1648),
    [anon_sym_untyped] = ACTIONS(1648),
    [anon_sym_break] = ACTIONS(1648),
    [anon_sym_continue] = ACTIONS(1648),
    [anon_sym_LBRACK] = ACTIONS(1650),
    [anon_sym_this] = ACTIONS(1648),
    [anon_sym_AT] = ACTIONS(1648),
    [anon_sym_AT_COLON] = ACTIONS(1650),
    [anon_sym_if] = ACTIONS(1648),
    [anon_sym_new] = ACTIONS(1648),
    [anon_sym_TILDE] = ACTIONS(1650),
    [anon_sym_BANG] = ACTIONS(1648),
    [anon_sym_DASH] = ACTIONS(1648),
    [anon_sym_PLUS_PLUS] = ACTIONS(1650),
    [anon_sym_DASH_DASH] = ACTIONS(1650),
    [anon_sym_PERCENT] = ACTIONS(1650),
    [anon_sym_STAR] = ACTIONS(1650),
    [anon_sym_SLASH] = ACTIONS(1648),
    [anon_sym_PLUS] = ACTIONS(1648),
    [anon_sym_LT_LT] = ACTIONS(1650),
    [anon_sym_GT_GT] = ACTIONS(1648),
    [anon_sym_GT_GT_GT] = ACTIONS(1650),
    [anon_sym_AMP] = ACTIONS(1648),
    [anon_sym_PIPE] = ACTIONS(1648),
    [anon_sym_CARET] = ACTIONS(1650),
    [anon_sym_AMP_AMP] = ACTIONS(1650),
    [anon_sym_PIPE_PIPE] = ACTIONS(1650),
    [anon_sym_EQ_EQ] = ACTIONS(1650),
    [anon_sym_BANG_EQ] = ACTIONS(1650),
    [anon_sym_LT] = ACTIONS(1648),
    [anon_sym_LT_EQ] = ACTIONS(1650),
    [anon_sym_GT] = ACTIONS(1648),
    [anon_sym_GT_EQ] = ACTIONS(1650),
    [anon_sym_EQ_GT] = ACTIONS(1650),
    [anon_sym_QMARK_QMARK] = ACTIONS(1650),
    [anon_sym_EQ] = ACTIONS(1648),
    [sym__rangeOperator] = ACTIONS(1650),
    [anon_sym_null] = ACTIONS(1648),
    [anon_sym_macro] = ACTIONS(1648),
    [anon_sym_abstract] = ACTIONS(1648),
    [anon_sym_static] = ACTIONS(1648),
    [anon_sym_public] = ACTIONS(1648),
    [anon_sym_private] = ACTIONS(1648),
    [anon_sym_extern] = ACTIONS(1648),
    [anon_sym_inline] = ACTIONS(1648),
    [anon_sym_overload] = ACTIONS(1648),
    [anon_sym_override] = ACTIONS(1648),
    [anon_sym_final] = ACTIONS(1648),
    [anon_sym_class] = ACTIONS(1648),
    [anon_sym_interface] = ACTIONS(1648),
    [anon_sym_typedef] = ACTIONS(1648),
    [anon_sym_function] = ACTIONS(1648),
    [anon_sym_var] = ACTIONS(1648),
    [aux_sym_integer_token1] = ACTIONS(1648),
    [aux_sym_integer_token2] = ACTIONS(1650),
    [aux_sym_float_token1] = ACTIONS(1648),
    [aux_sym_float_token2] = ACTIONS(1650),
    [anon_sym_true] = ACTIONS(1648),
    [anon_sym_false] = ACTIONS(1648),
    [aux_sym_string_token1] = ACTIONS(1650),
    [aux_sym_string_token3] = ACTIONS(1650),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [585] = {
    [ts_builtin_sym_end] = ACTIONS(2190),
    [sym_identifier] = ACTIONS(2188),
    [anon_sym_POUND] = ACTIONS(2190),
    [anon_sym_package] = ACTIONS(2188),
    [anon_sym_import] = ACTIONS(2188),
    [anon_sym_using] = ACTIONS(2188),
    [anon_sym_throw] = ACTIONS(2188),
    [anon_sym_LPAREN] = ACTIONS(2190),
    [anon_sym_switch] = ACTIONS(2188),
    [anon_sym_LBRACE] = ACTIONS(2190),
    [anon_sym_cast] = ACTIONS(2188),
    [anon_sym_DOLLARtype] = ACTIONS(2190),
    [anon_sym_return] = ACTIONS(2188),
    [anon_sym_untyped] = ACTIONS(2188),
    [anon_sym_break] = ACTIONS(2188),
    [anon_sym_continue] = ACTIONS(2188),
    [anon_sym_LBRACK] = ACTIONS(2190),
    [anon_sym_this] = ACTIONS(2188),
    [anon_sym_AT] = ACTIONS(2188),
    [anon_sym_AT_COLON] = ACTIONS(2190),
    [anon_sym_if] = ACTIONS(2188),
    [anon_sym_new] = ACTIONS(2188),
    [anon_sym_TILDE] = ACTIONS(2190),
    [anon_sym_BANG] = ACTIONS(2188),
    [anon_sym_DASH] = ACTIONS(2188),
    [anon_sym_PLUS_PLUS] = ACTIONS(2190),
    [anon_sym_DASH_DASH] = ACTIONS(2190),
    [anon_sym_PERCENT] = ACTIONS(2190),
    [anon_sym_STAR] = ACTIONS(2190),
    [anon_sym_SLASH] = ACTIONS(2188),
    [anon_sym_PLUS] = ACTIONS(2188),
    [anon_sym_LT_LT] = ACTIONS(2190),
    [anon_sym_GT_GT] = ACTIONS(2188),
    [anon_sym_GT_GT_GT] = ACTIONS(2190),
    [anon_sym_AMP] = ACTIONS(2188),
    [anon_sym_PIPE] = ACTIONS(2188),
    [anon_sym_CARET] = ACTIONS(2190),
    [anon_sym_AMP_AMP] = ACTIONS(2190),
    [anon_sym_PIPE_PIPE] = ACTIONS(2190),
    [anon_sym_EQ_EQ] = ACTIONS(2190),
    [anon_sym_BANG_EQ] = ACTIONS(2190),
    [anon_sym_LT] = ACTIONS(2188),
    [anon_sym_LT_EQ] = ACTIONS(2190),
    [anon_sym_GT] = ACTIONS(2188),
    [anon_sym_GT_EQ] = ACTIONS(2190),
    [anon_sym_EQ_GT] = ACTIONS(2190),
    [anon_sym_QMARK_QMARK] = ACTIONS(2190),
    [anon_sym_EQ] = ACTIONS(2188),
    [sym__rangeOperator] = ACTIONS(2190),
    [anon_sym_null] = ACTIONS(2188),
    [anon_sym_macro] = ACTIONS(2188),
    [anon_sym_abstract] = ACTIONS(2188),
    [anon_sym_static] = ACTIONS(2188),
    [anon_sym_public] = ACTIONS(2188),
    [anon_sym_private] = ACTIONS(2188),
    [anon_sym_extern] = ACTIONS(2188),
    [anon_sym_inline] = ACTIONS(2188),
    [anon_sym_overload] = ACTIONS(2188),
    [anon_sym_override] = ACTIONS(2188),
    [anon_sym_final] = ACTIONS(2188),
    [anon_sym_class] = ACTIONS(2188),
    [anon_sym_interface] = ACTIONS(2188),
    [anon_sym_typedef] = ACTIONS(2188),
    [anon_sym_function] = ACTIONS(2188),
    [anon_sym_var] = ACTIONS(2188),
    [aux_sym_integer_token1] = ACTIONS(2188),
    [aux_sym_integer_token2] = ACTIONS(2190),
    [aux_sym_float_token1] = ACTIONS(2188),
    [aux_sym_float_token2] = ACTIONS(2190),
    [anon_sym_true] = ACTIONS(2188),
    [anon_sym_false] = ACTIONS(2188),
    [aux_sym_string_token1] = ACTIONS(2190),
    [aux_sym_string_token3] = ACTIONS(2190),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [586] = {
    [ts_builtin_sym_end] = ACTIONS(2182),
    [sym_identifier] = ACTIONS(2180),
    [anon_sym_POUND] = ACTIONS(2182),
    [anon_sym_package] = ACTIONS(2180),
    [anon_sym_import] = ACTIONS(2180),
    [anon_sym_using] = ACTIONS(2180),
    [anon_sym_throw] = ACTIONS(2180),
    [anon_sym_LPAREN] = ACTIONS(2182),
    [anon_sym_switch] = ACTIONS(2180),
    [anon_sym_LBRACE] = ACTIONS(2182),
    [anon_sym_cast] = ACTIONS(2180),
    [anon_sym_DOLLARtype] = ACTIONS(2182),
    [anon_sym_return] = ACTIONS(2180),
    [anon_sym_untyped] = ACTIONS(2180),
    [anon_sym_break] = ACTIONS(2180),
    [anon_sym_continue] = ACTIONS(2180),
    [anon_sym_LBRACK] = ACTIONS(2182),
    [anon_sym_this] = ACTIONS(2180),
    [anon_sym_AT] = ACTIONS(2180),
    [anon_sym_AT_COLON] = ACTIONS(2182),
    [anon_sym_if] = ACTIONS(2180),
    [anon_sym_new] = ACTIONS(2180),
    [anon_sym_TILDE] = ACTIONS(2182),
    [anon_sym_BANG] = ACTIONS(2180),
    [anon_sym_DASH] = ACTIONS(2180),
    [anon_sym_PLUS_PLUS] = ACTIONS(2182),
    [anon_sym_DASH_DASH] = ACTIONS(2182),
    [anon_sym_PERCENT] = ACTIONS(2182),
    [anon_sym_STAR] = ACTIONS(2182),
    [anon_sym_SLASH] = ACTIONS(2180),
    [anon_sym_PLUS] = ACTIONS(2180),
    [anon_sym_LT_LT] = ACTIONS(2182),
    [anon_sym_GT_GT] = ACTIONS(2180),
    [anon_sym_GT_GT_GT] = ACTIONS(2182),
    [anon_sym_AMP] = ACTIONS(2180),
    [anon_sym_PIPE] = ACTIONS(2180),
    [anon_sym_CARET] = ACTIONS(2182),
    [anon_sym_AMP_AMP] = ACTIONS(2182),
    [anon_sym_PIPE_PIPE] = ACTIONS(2182),
    [anon_sym_EQ_EQ] = ACTIONS(2182),
    [anon_sym_BANG_EQ] = ACTIONS(2182),
    [anon_sym_LT] = ACTIONS(2180),
    [anon_sym_LT_EQ] = ACTIONS(2182),
    [anon_sym_GT] = ACTIONS(2180),
    [anon_sym_GT_EQ] = ACTIONS(2182),
    [anon_sym_EQ_GT] = ACTIONS(2182),
    [anon_sym_QMARK_QMARK] = ACTIONS(2182),
    [anon_sym_EQ] = ACTIONS(2180),
    [sym__rangeOperator] = ACTIONS(2182),
    [anon_sym_null] = ACTIONS(2180),
    [anon_sym_macro] = ACTIONS(2180),
    [anon_sym_abstract] = ACTIONS(2180),
    [anon_sym_static] = ACTIONS(2180),
    [anon_sym_public] = ACTIONS(2180),
    [anon_sym_private] = ACTIONS(2180),
    [anon_sym_extern] = ACTIONS(2180),
    [anon_sym_inline] = ACTIONS(2180),
    [anon_sym_overload] = ACTIONS(2180),
    [anon_sym_override] = ACTIONS(2180),
    [anon_sym_final] = ACTIONS(2180),
    [anon_sym_class] = ACTIONS(2180),
    [anon_sym_interface] = ACTIONS(2180),
    [anon_sym_typedef] = ACTIONS(2180),
    [anon_sym_function] = ACTIONS(2180),
    [anon_sym_var] = ACTIONS(2180),
    [aux_sym_integer_token1] = ACTIONS(2180),
    [aux_sym_integer_token2] = ACTIONS(2182),
    [aux_sym_float_token1] = ACTIONS(2180),
    [aux_sym_float_token2] = ACTIONS(2182),
    [anon_sym_true] = ACTIONS(2180),
    [anon_sym_false] = ACTIONS(2180),
    [aux_sym_string_token1] = ACTIONS(2182),
    [aux_sym_string_token3] = ACTIONS(2182),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [587] = {
    [ts_builtin_sym_end] = ACTIONS(1746),
    [sym_identifier] = ACTIONS(1744),
    [anon_sym_POUND] = ACTIONS(1746),
    [anon_sym_package] = ACTIONS(1744),
    [anon_sym_import] = ACTIONS(1744),
    [anon_sym_using] = ACTIONS(1744),
    [anon_sym_throw] = ACTIONS(1744),
    [anon_sym_LPAREN] = ACTIONS(1746),
    [anon_sym_switch] = ACTIONS(1744),
    [anon_sym_LBRACE] = ACTIONS(1746),
    [anon_sym_cast] = ACTIONS(1744),
    [anon_sym_DOLLARtype] = ACTIONS(1746),
    [anon_sym_return] = ACTIONS(1744),
    [anon_sym_untyped] = ACTIONS(1744),
    [anon_sym_break] = ACTIONS(1744),
    [anon_sym_continue] = ACTIONS(1744),
    [anon_sym_LBRACK] = ACTIONS(1746),
    [anon_sym_this] = ACTIONS(1744),
    [anon_sym_AT] = ACTIONS(1744),
    [anon_sym_AT_COLON] = ACTIONS(1746),
    [anon_sym_if] = ACTIONS(1744),
    [anon_sym_new] = ACTIONS(1744),
    [anon_sym_TILDE] = ACTIONS(1746),
    [anon_sym_BANG] = ACTIONS(1744),
    [anon_sym_DASH] = ACTIONS(1744),
    [anon_sym_PLUS_PLUS] = ACTIONS(1746),
    [anon_sym_DASH_DASH] = ACTIONS(1746),
    [anon_sym_PERCENT] = ACTIONS(1746),
    [anon_sym_STAR] = ACTIONS(1746),
    [anon_sym_SLASH] = ACTIONS(1744),
    [anon_sym_PLUS] = ACTIONS(1744),
    [anon_sym_LT_LT] = ACTIONS(1746),
    [anon_sym_GT_GT] = ACTIONS(1744),
    [anon_sym_GT_GT_GT] = ACTIONS(1746),
    [anon_sym_AMP] = ACTIONS(1744),
    [anon_sym_PIPE] = ACTIONS(1744),
    [anon_sym_CARET] = ACTIONS(1746),
    [anon_sym_AMP_AMP] = ACTIONS(1746),
    [anon_sym_PIPE_PIPE] = ACTIONS(1746),
    [anon_sym_EQ_EQ] = ACTIONS(1746),
    [anon_sym_BANG_EQ] = ACTIONS(1746),
    [anon_sym_LT] = ACTIONS(1744),
    [anon_sym_LT_EQ] = ACTIONS(1746),
    [anon_sym_GT] = ACTIONS(1744),
    [anon_sym_GT_EQ] = ACTIONS(1746),
    [anon_sym_EQ_GT] = ACTIONS(1746),
    [anon_sym_QMARK_QMARK] = ACTIONS(1746),
    [anon_sym_EQ] = ACTIONS(1744),
    [sym__rangeOperator] = ACTIONS(1746),
    [anon_sym_null] = ACTIONS(1744),
    [anon_sym_macro] = ACTIONS(1744),
    [anon_sym_abstract] = ACTIONS(1744),
    [anon_sym_static] = ACTIONS(1744),
    [anon_sym_public] = ACTIONS(1744),
    [anon_sym_private] = ACTIONS(1744),
    [anon_sym_extern] = ACTIONS(1744),
    [anon_sym_inline] = ACTIONS(1744),
    [anon_sym_overload] = ACTIONS(1744),
    [anon_sym_override] = ACTIONS(1744),
    [anon_sym_final] = ACTIONS(1744),
    [anon_sym_class] = ACTIONS(1744),
    [anon_sym_interface] = ACTIONS(1744),
    [anon_sym_typedef] = ACTIONS(1744),
    [anon_sym_function] = ACTIONS(1744),
    [anon_sym_var] = ACTIONS(1744),
    [aux_sym_integer_token1] = ACTIONS(1744),
    [aux_sym_integer_token2] = ACTIONS(1746),
    [aux_sym_float_token1] = ACTIONS(1744),
    [aux_sym_float_token2] = ACTIONS(1746),
    [anon_sym_true] = ACTIONS(1744),
    [anon_sym_false] = ACTIONS(1744),
    [aux_sym_string_token1] = ACTIONS(1746),
    [aux_sym_string_token3] = ACTIONS(1746),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [588] = {
    [ts_builtin_sym_end] = ACTIONS(1854),
    [sym_identifier] = ACTIONS(1852),
    [anon_sym_POUND] = ACTIONS(1854),
    [anon_sym_package] = ACTIONS(1852),
    [anon_sym_import] = ACTIONS(1852),
    [anon_sym_using] = ACTIONS(1852),
    [anon_sym_throw] = ACTIONS(1852),
    [anon_sym_LPAREN] = ACTIONS(1854),
    [anon_sym_switch] = ACTIONS(1852),
    [anon_sym_LBRACE] = ACTIONS(1854),
    [anon_sym_cast] = ACTIONS(1852),
    [anon_sym_DOLLARtype] = ACTIONS(1854),
    [anon_sym_return] = ACTIONS(1852),
    [anon_sym_untyped] = ACTIONS(1852),
    [anon_sym_break] = ACTIONS(1852),
    [anon_sym_continue] = ACTIONS(1852),
    [anon_sym_LBRACK] = ACTIONS(1854),
    [anon_sym_this] = ACTIONS(1852),
    [anon_sym_AT] = ACTIONS(1852),
    [anon_sym_AT_COLON] = ACTIONS(1854),
    [anon_sym_if] = ACTIONS(1852),
    [anon_sym_new] = ACTIONS(1852),
    [anon_sym_TILDE] = ACTIONS(1854),
    [anon_sym_BANG] = ACTIONS(1852),
    [anon_sym_DASH] = ACTIONS(1852),
    [anon_sym_PLUS_PLUS] = ACTIONS(1854),
    [anon_sym_DASH_DASH] = ACTIONS(1854),
    [anon_sym_PERCENT] = ACTIONS(1854),
    [anon_sym_STAR] = ACTIONS(1854),
    [anon_sym_SLASH] = ACTIONS(1852),
    [anon_sym_PLUS] = ACTIONS(1852),
    [anon_sym_LT_LT] = ACTIONS(1854),
    [anon_sym_GT_GT] = ACTIONS(1852),
    [anon_sym_GT_GT_GT] = ACTIONS(1854),
    [anon_sym_AMP] = ACTIONS(1852),
    [anon_sym_PIPE] = ACTIONS(1852),
    [anon_sym_CARET] = ACTIONS(1854),
    [anon_sym_AMP_AMP] = ACTIONS(1854),
    [anon_sym_PIPE_PIPE] = ACTIONS(1854),
    [anon_sym_EQ_EQ] = ACTIONS(1854),
    [anon_sym_BANG_EQ] = ACTIONS(1854),
    [anon_sym_LT] = ACTIONS(1852),
    [anon_sym_LT_EQ] = ACTIONS(1854),
    [anon_sym_GT] = ACTIONS(1852),
    [anon_sym_GT_EQ] = ACTIONS(1854),
    [anon_sym_EQ_GT] = ACTIONS(1854),
    [anon_sym_QMARK_QMARK] = ACTIONS(1854),
    [anon_sym_EQ] = ACTIONS(1852),
    [sym__rangeOperator] = ACTIONS(1854),
    [anon_sym_null] = ACTIONS(1852),
    [anon_sym_macro] = ACTIONS(1852),
    [anon_sym_abstract] = ACTIONS(1852),
    [anon_sym_static] = ACTIONS(1852),
    [anon_sym_public] = ACTIONS(1852),
    [anon_sym_private] = ACTIONS(1852),
    [anon_sym_extern] = ACTIONS(1852),
    [anon_sym_inline] = ACTIONS(1852),
    [anon_sym_overload] = ACTIONS(1852),
    [anon_sym_override] = ACTIONS(1852),
    [anon_sym_final] = ACTIONS(1852),
    [anon_sym_class] = ACTIONS(1852),
    [anon_sym_interface] = ACTIONS(1852),
    [anon_sym_typedef] = ACTIONS(1852),
    [anon_sym_function] = ACTIONS(1852),
    [anon_sym_var] = ACTIONS(1852),
    [aux_sym_integer_token1] = ACTIONS(1852),
    [aux_sym_integer_token2] = ACTIONS(1854),
    [aux_sym_float_token1] = ACTIONS(1852),
    [aux_sym_float_token2] = ACTIONS(1854),
    [anon_sym_true] = ACTIONS(1852),
    [anon_sym_false] = ACTIONS(1852),
    [aux_sym_string_token1] = ACTIONS(1854),
    [aux_sym_string_token3] = ACTIONS(1854),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [589] = {
    [ts_builtin_sym_end] = ACTIONS(1706),
    [sym_identifier] = ACTIONS(1704),
    [anon_sym_POUND] = ACTIONS(1706),
    [anon_sym_package] = ACTIONS(1704),
    [anon_sym_import] = ACTIONS(1704),
    [anon_sym_using] = ACTIONS(1704),
    [anon_sym_throw] = ACTIONS(1704),
    [anon_sym_LPAREN] = ACTIONS(1706),
    [anon_sym_switch] = ACTIONS(1704),
    [anon_sym_LBRACE] = ACTIONS(1706),
    [anon_sym_cast] = ACTIONS(1704),
    [anon_sym_DOLLARtype] = ACTIONS(1706),
    [anon_sym_return] = ACTIONS(1704),
    [anon_sym_untyped] = ACTIONS(1704),
    [anon_sym_break] = ACTIONS(1704),
    [anon_sym_continue] = ACTIONS(1704),
    [anon_sym_LBRACK] = ACTIONS(1706),
    [anon_sym_this] = ACTIONS(1704),
    [anon_sym_AT] = ACTIONS(1704),
    [anon_sym_AT_COLON] = ACTIONS(1706),
    [anon_sym_if] = ACTIONS(1704),
    [anon_sym_new] = ACTIONS(1704),
    [anon_sym_TILDE] = ACTIONS(1706),
    [anon_sym_BANG] = ACTIONS(1704),
    [anon_sym_DASH] = ACTIONS(1704),
    [anon_sym_PLUS_PLUS] = ACTIONS(1706),
    [anon_sym_DASH_DASH] = ACTIONS(1706),
    [anon_sym_PERCENT] = ACTIONS(1706),
    [anon_sym_STAR] = ACTIONS(1706),
    [anon_sym_SLASH] = ACTIONS(1704),
    [anon_sym_PLUS] = ACTIONS(1704),
    [anon_sym_LT_LT] = ACTIONS(1706),
    [anon_sym_GT_GT] = ACTIONS(1704),
    [anon_sym_GT_GT_GT] = ACTIONS(1706),
    [anon_sym_AMP] = ACTIONS(1704),
    [anon_sym_PIPE] = ACTIONS(1704),
    [anon_sym_CARET] = ACTIONS(1706),
    [anon_sym_AMP_AMP] = ACTIONS(1706),
    [anon_sym_PIPE_PIPE] = ACTIONS(1706),
    [anon_sym_EQ_EQ] = ACTIONS(1706),
    [anon_sym_BANG_EQ] = ACTIONS(1706),
    [anon_sym_LT] = ACTIONS(1704),
    [anon_sym_LT_EQ] = ACTIONS(1706),
    [anon_sym_GT] = ACTIONS(1704),
    [anon_sym_GT_EQ] = ACTIONS(1706),
    [anon_sym_EQ_GT] = ACTIONS(1706),
    [anon_sym_QMARK_QMARK] = ACTIONS(1706),
    [anon_sym_EQ] = ACTIONS(1704),
    [sym__rangeOperator] = ACTIONS(1706),
    [anon_sym_null] = ACTIONS(1704),
    [anon_sym_macro] = ACTIONS(1704),
    [anon_sym_abstract] = ACTIONS(1704),
    [anon_sym_static] = ACTIONS(1704),
    [anon_sym_public] = ACTIONS(1704),
    [anon_sym_private] = ACTIONS(1704),
    [anon_sym_extern] = ACTIONS(1704),
    [anon_sym_inline] = ACTIONS(1704),
    [anon_sym_overload] = ACTIONS(1704),
    [anon_sym_override] = ACTIONS(1704),
    [anon_sym_final] = ACTIONS(1704),
    [anon_sym_class] = ACTIONS(1704),
    [anon_sym_interface] = ACTIONS(1704),
    [anon_sym_typedef] = ACTIONS(1704),
    [anon_sym_function] = ACTIONS(1704),
    [anon_sym_var] = ACTIONS(1704),
    [aux_sym_integer_token1] = ACTIONS(1704),
    [aux_sym_integer_token2] = ACTIONS(1706),
    [aux_sym_float_token1] = ACTIONS(1704),
    [aux_sym_float_token2] = ACTIONS(1706),
    [anon_sym_true] = ACTIONS(1704),
    [anon_sym_false] = ACTIONS(1704),
    [aux_sym_string_token1] = ACTIONS(1706),
    [aux_sym_string_token3] = ACTIONS(1706),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [590] = {
    [ts_builtin_sym_end] = ACTIONS(2130),
    [sym_identifier] = ACTIONS(2128),
    [anon_sym_POUND] = ACTIONS(2130),
    [anon_sym_package] = ACTIONS(2128),
    [anon_sym_import] = ACTIONS(2128),
    [anon_sym_using] = ACTIONS(2128),
    [anon_sym_throw] = ACTIONS(2128),
    [anon_sym_LPAREN] = ACTIONS(2130),
    [anon_sym_switch] = ACTIONS(2128),
    [anon_sym_LBRACE] = ACTIONS(2130),
    [anon_sym_cast] = ACTIONS(2128),
    [anon_sym_DOLLARtype] = ACTIONS(2130),
    [anon_sym_return] = ACTIONS(2128),
    [anon_sym_untyped] = ACTIONS(2128),
    [anon_sym_break] = ACTIONS(2128),
    [anon_sym_continue] = ACTIONS(2128),
    [anon_sym_LBRACK] = ACTIONS(2130),
    [anon_sym_this] = ACTIONS(2128),
    [anon_sym_AT] = ACTIONS(2128),
    [anon_sym_AT_COLON] = ACTIONS(2130),
    [anon_sym_if] = ACTIONS(2128),
    [anon_sym_new] = ACTIONS(2128),
    [anon_sym_TILDE] = ACTIONS(2130),
    [anon_sym_BANG] = ACTIONS(2128),
    [anon_sym_DASH] = ACTIONS(2128),
    [anon_sym_PLUS_PLUS] = ACTIONS(2130),
    [anon_sym_DASH_DASH] = ACTIONS(2130),
    [anon_sym_PERCENT] = ACTIONS(2130),
    [anon_sym_STAR] = ACTIONS(2130),
    [anon_sym_SLASH] = ACTIONS(2128),
    [anon_sym_PLUS] = ACTIONS(2128),
    [anon_sym_LT_LT] = ACTIONS(2130),
    [anon_sym_GT_GT] = ACTIONS(2128),
    [anon_sym_GT_GT_GT] = ACTIONS(2130),
    [anon_sym_AMP] = ACTIONS(2128),
    [anon_sym_PIPE] = ACTIONS(2128),
    [anon_sym_CARET] = ACTIONS(2130),
    [anon_sym_AMP_AMP] = ACTIONS(2130),
    [anon_sym_PIPE_PIPE] = ACTIONS(2130),
    [anon_sym_EQ_EQ] = ACTIONS(2130),
    [anon_sym_BANG_EQ] = ACTIONS(2130),
    [anon_sym_LT] = ACTIONS(2128),
    [anon_sym_LT_EQ] = ACTIONS(2130),
    [anon_sym_GT] = ACTIONS(2128),
    [anon_sym_GT_EQ] = ACTIONS(2130),
    [anon_sym_EQ_GT] = ACTIONS(2130),
    [anon_sym_QMARK_QMARK] = ACTIONS(2130),
    [anon_sym_EQ] = ACTIONS(2128),
    [sym__rangeOperator] = ACTIONS(2130),
    [anon_sym_null] = ACTIONS(2128),
    [anon_sym_macro] = ACTIONS(2128),
    [anon_sym_abstract] = ACTIONS(2128),
    [anon_sym_static] = ACTIONS(2128),
    [anon_sym_public] = ACTIONS(2128),
    [anon_sym_private] = ACTIONS(2128),
    [anon_sym_extern] = ACTIONS(2128),
    [anon_sym_inline] = ACTIONS(2128),
    [anon_sym_overload] = ACTIONS(2128),
    [anon_sym_override] = ACTIONS(2128),
    [anon_sym_final] = ACTIONS(2128),
    [anon_sym_class] = ACTIONS(2128),
    [anon_sym_interface] = ACTIONS(2128),
    [anon_sym_typedef] = ACTIONS(2128),
    [anon_sym_function] = ACTIONS(2128),
    [anon_sym_var] = ACTIONS(2128),
    [aux_sym_integer_token1] = ACTIONS(2128),
    [aux_sym_integer_token2] = ACTIONS(2130),
    [aux_sym_float_token1] = ACTIONS(2128),
    [aux_sym_float_token2] = ACTIONS(2130),
    [anon_sym_true] = ACTIONS(2128),
    [anon_sym_false] = ACTIONS(2128),
    [aux_sym_string_token1] = ACTIONS(2130),
    [aux_sym_string_token3] = ACTIONS(2130),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [591] = {
    [ts_builtin_sym_end] = ACTIONS(2118),
    [sym_identifier] = ACTIONS(2116),
    [anon_sym_POUND] = ACTIONS(2118),
    [anon_sym_package] = ACTIONS(2116),
    [anon_sym_import] = ACTIONS(2116),
    [anon_sym_using] = ACTIONS(2116),
    [anon_sym_throw] = ACTIONS(2116),
    [anon_sym_LPAREN] = ACTIONS(2118),
    [anon_sym_switch] = ACTIONS(2116),
    [anon_sym_LBRACE] = ACTIONS(2118),
    [anon_sym_cast] = ACTIONS(2116),
    [anon_sym_DOLLARtype] = ACTIONS(2118),
    [anon_sym_return] = ACTIONS(2116),
    [anon_sym_untyped] = ACTIONS(2116),
    [anon_sym_break] = ACTIONS(2116),
    [anon_sym_continue] = ACTIONS(2116),
    [anon_sym_LBRACK] = ACTIONS(2118),
    [anon_sym_this] = ACTIONS(2116),
    [anon_sym_AT] = ACTIONS(2116),
    [anon_sym_AT_COLON] = ACTIONS(2118),
    [anon_sym_if] = ACTIONS(2116),
    [anon_sym_new] = ACTIONS(2116),
    [anon_sym_TILDE] = ACTIONS(2118),
    [anon_sym_BANG] = ACTIONS(2116),
    [anon_sym_DASH] = ACTIONS(2116),
    [anon_sym_PLUS_PLUS] = ACTIONS(2118),
    [anon_sym_DASH_DASH] = ACTIONS(2118),
    [anon_sym_PERCENT] = ACTIONS(2118),
    [anon_sym_STAR] = ACTIONS(2118),
    [anon_sym_SLASH] = ACTIONS(2116),
    [anon_sym_PLUS] = ACTIONS(2116),
    [anon_sym_LT_LT] = ACTIONS(2118),
    [anon_sym_GT_GT] = ACTIONS(2116),
    [anon_sym_GT_GT_GT] = ACTIONS(2118),
    [anon_sym_AMP] = ACTIONS(2116),
    [anon_sym_PIPE] = ACTIONS(2116),
    [anon_sym_CARET] = ACTIONS(2118),
    [anon_sym_AMP_AMP] = ACTIONS(2118),
    [anon_sym_PIPE_PIPE] = ACTIONS(2118),
    [anon_sym_EQ_EQ] = ACTIONS(2118),
    [anon_sym_BANG_EQ] = ACTIONS(2118),
    [anon_sym_LT] = ACTIONS(2116),
    [anon_sym_LT_EQ] = ACTIONS(2118),
    [anon_sym_GT] = ACTIONS(2116),
    [anon_sym_GT_EQ] = ACTIONS(2118),
    [anon_sym_EQ_GT] = ACTIONS(2118),
    [anon_sym_QMARK_QMARK] = ACTIONS(2118),
    [anon_sym_EQ] = ACTIONS(2116),
    [sym__rangeOperator] = ACTIONS(2118),
    [anon_sym_null] = ACTIONS(2116),
    [anon_sym_macro] = ACTIONS(2116),
    [anon_sym_abstract] = ACTIONS(2116),
    [anon_sym_static] = ACTIONS(2116),
    [anon_sym_public] = ACTIONS(2116),
    [anon_sym_private] = ACTIONS(2116),
    [anon_sym_extern] = ACTIONS(2116),
    [anon_sym_inline] = ACTIONS(2116),
    [anon_sym_overload] = ACTIONS(2116),
    [anon_sym_override] = ACTIONS(2116),
    [anon_sym_final] = ACTIONS(2116),
    [anon_sym_class] = ACTIONS(2116),
    [anon_sym_interface] = ACTIONS(2116),
    [anon_sym_typedef] = ACTIONS(2116),
    [anon_sym_function] = ACTIONS(2116),
    [anon_sym_var] = ACTIONS(2116),
    [aux_sym_integer_token1] = ACTIONS(2116),
    [aux_sym_integer_token2] = ACTIONS(2118),
    [aux_sym_float_token1] = ACTIONS(2116),
    [aux_sym_float_token2] = ACTIONS(2118),
    [anon_sym_true] = ACTIONS(2116),
    [anon_sym_false] = ACTIONS(2116),
    [aux_sym_string_token1] = ACTIONS(2118),
    [aux_sym_string_token3] = ACTIONS(2118),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [592] = {
    [sym_identifier] = ACTIONS(2368),
    [anon_sym_POUND] = ACTIONS(271),
    [anon_sym_package] = ACTIONS(2368),
    [anon_sym_import] = ACTIONS(2368),
    [anon_sym_using] = ACTIONS(2368),
    [anon_sym_throw] = ACTIONS(2368),
    [anon_sym_LPAREN] = ACTIONS(271),
    [anon_sym_switch] = ACTIONS(2368),
    [anon_sym_LBRACE] = ACTIONS(271),
    [anon_sym_cast] = ACTIONS(2368),
    [anon_sym_DOLLARtype] = ACTIONS(271),
    [anon_sym_return] = ACTIONS(2368),
    [anon_sym_untyped] = ACTIONS(2368),
    [anon_sym_break] = ACTIONS(2368),
    [anon_sym_continue] = ACTIONS(2368),
    [anon_sym_LBRACK] = ACTIONS(271),
    [anon_sym_this] = ACTIONS(2368),
    [anon_sym_AT] = ACTIONS(2368),
    [anon_sym_AT_COLON] = ACTIONS(271),
    [anon_sym_if] = ACTIONS(2368),
    [anon_sym_new] = ACTIONS(2368),
    [anon_sym_TILDE] = ACTIONS(271),
    [anon_sym_BANG] = ACTIONS(2368),
    [anon_sym_DASH] = ACTIONS(2368),
    [anon_sym_PLUS_PLUS] = ACTIONS(271),
    [anon_sym_DASH_DASH] = ACTIONS(271),
    [anon_sym_PERCENT] = ACTIONS(271),
    [anon_sym_STAR] = ACTIONS(271),
    [anon_sym_SLASH] = ACTIONS(2368),
    [anon_sym_PLUS] = ACTIONS(2368),
    [anon_sym_LT_LT] = ACTIONS(271),
    [anon_sym_GT_GT] = ACTIONS(2368),
    [anon_sym_GT_GT_GT] = ACTIONS(271),
    [anon_sym_AMP] = ACTIONS(2368),
    [anon_sym_PIPE] = ACTIONS(2368),
    [anon_sym_CARET] = ACTIONS(271),
    [anon_sym_AMP_AMP] = ACTIONS(271),
    [anon_sym_PIPE_PIPE] = ACTIONS(271),
    [anon_sym_EQ_EQ] = ACTIONS(271),
    [anon_sym_BANG_EQ] = ACTIONS(271),
    [anon_sym_LT] = ACTIONS(2368),
    [anon_sym_LT_EQ] = ACTIONS(271),
    [anon_sym_GT] = ACTIONS(2368),
    [anon_sym_GT_EQ] = ACTIONS(271),
    [anon_sym_EQ_GT] = ACTIONS(271),
    [anon_sym_QMARK_QMARK] = ACTIONS(271),
    [anon_sym_EQ] = ACTIONS(2368),
    [sym__rangeOperator] = ACTIONS(271),
    [anon_sym_null] = ACTIONS(2368),
    [anon_sym_macro] = ACTIONS(2368),
    [anon_sym_abstract] = ACTIONS(2368),
    [anon_sym_static] = ACTIONS(2368),
    [anon_sym_public] = ACTIONS(2368),
    [anon_sym_private] = ACTIONS(2368),
    [anon_sym_extern] = ACTIONS(2368),
    [anon_sym_inline] = ACTIONS(2368),
    [anon_sym_overload] = ACTIONS(2368),
    [anon_sym_override] = ACTIONS(2368),
    [anon_sym_final] = ACTIONS(2368),
    [anon_sym_class] = ACTIONS(2368),
    [anon_sym_interface] = ACTIONS(2368),
    [anon_sym_typedef] = ACTIONS(2368),
    [anon_sym_function] = ACTIONS(2368),
    [anon_sym_var] = ACTIONS(2368),
    [aux_sym_integer_token1] = ACTIONS(2368),
    [aux_sym_integer_token2] = ACTIONS(271),
    [aux_sym_float_token1] = ACTIONS(2368),
    [aux_sym_float_token2] = ACTIONS(271),
    [anon_sym_true] = ACTIONS(2368),
    [anon_sym_false] = ACTIONS(2368),
    [aux_sym_string_token1] = ACTIONS(271),
    [aux_sym_string_token3] = ACTIONS(271),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(271),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [593] = {
    [ts_builtin_sym_end] = ACTIONS(2082),
    [sym_identifier] = ACTIONS(2080),
    [anon_sym_POUND] = ACTIONS(2082),
    [anon_sym_package] = ACTIONS(2080),
    [anon_sym_import] = ACTIONS(2080),
    [anon_sym_using] = ACTIONS(2080),
    [anon_sym_throw] = ACTIONS(2080),
    [anon_sym_LPAREN] = ACTIONS(2082),
    [anon_sym_switch] = ACTIONS(2080),
    [anon_sym_LBRACE] = ACTIONS(2082),
    [anon_sym_cast] = ACTIONS(2080),
    [anon_sym_DOLLARtype] = ACTIONS(2082),
    [anon_sym_return] = ACTIONS(2080),
    [anon_sym_untyped] = ACTIONS(2080),
    [anon_sym_break] = ACTIONS(2080),
    [anon_sym_continue] = ACTIONS(2080),
    [anon_sym_LBRACK] = ACTIONS(2082),
    [anon_sym_this] = ACTIONS(2080),
    [anon_sym_AT] = ACTIONS(2080),
    [anon_sym_AT_COLON] = ACTIONS(2082),
    [anon_sym_if] = ACTIONS(2080),
    [anon_sym_new] = ACTIONS(2080),
    [anon_sym_TILDE] = ACTIONS(2082),
    [anon_sym_BANG] = ACTIONS(2080),
    [anon_sym_DASH] = ACTIONS(2080),
    [anon_sym_PLUS_PLUS] = ACTIONS(2082),
    [anon_sym_DASH_DASH] = ACTIONS(2082),
    [anon_sym_PERCENT] = ACTIONS(2082),
    [anon_sym_STAR] = ACTIONS(2082),
    [anon_sym_SLASH] = ACTIONS(2080),
    [anon_sym_PLUS] = ACTIONS(2080),
    [anon_sym_LT_LT] = ACTIONS(2082),
    [anon_sym_GT_GT] = ACTIONS(2080),
    [anon_sym_GT_GT_GT] = ACTIONS(2082),
    [anon_sym_AMP] = ACTIONS(2080),
    [anon_sym_PIPE] = ACTIONS(2080),
    [anon_sym_CARET] = ACTIONS(2082),
    [anon_sym_AMP_AMP] = ACTIONS(2082),
    [anon_sym_PIPE_PIPE] = ACTIONS(2082),
    [anon_sym_EQ_EQ] = ACTIONS(2082),
    [anon_sym_BANG_EQ] = ACTIONS(2082),
    [anon_sym_LT] = ACTIONS(2080),
    [anon_sym_LT_EQ] = ACTIONS(2082),
    [anon_sym_GT] = ACTIONS(2080),
    [anon_sym_GT_EQ] = ACTIONS(2082),
    [anon_sym_EQ_GT] = ACTIONS(2082),
    [anon_sym_QMARK_QMARK] = ACTIONS(2082),
    [anon_sym_EQ] = ACTIONS(2080),
    [sym__rangeOperator] = ACTIONS(2082),
    [anon_sym_null] = ACTIONS(2080),
    [anon_sym_macro] = ACTIONS(2080),
    [anon_sym_abstract] = ACTIONS(2080),
    [anon_sym_static] = ACTIONS(2080),
    [anon_sym_public] = ACTIONS(2080),
    [anon_sym_private] = ACTIONS(2080),
    [anon_sym_extern] = ACTIONS(2080),
    [anon_sym_inline] = ACTIONS(2080),
    [anon_sym_overload] = ACTIONS(2080),
    [anon_sym_override] = ACTIONS(2080),
    [anon_sym_final] = ACTIONS(2080),
    [anon_sym_class] = ACTIONS(2080),
    [anon_sym_interface] = ACTIONS(2080),
    [anon_sym_typedef] = ACTIONS(2080),
    [anon_sym_function] = ACTIONS(2080),
    [anon_sym_var] = ACTIONS(2080),
    [aux_sym_integer_token1] = ACTIONS(2080),
    [aux_sym_integer_token2] = ACTIONS(2082),
    [aux_sym_float_token1] = ACTIONS(2080),
    [aux_sym_float_token2] = ACTIONS(2082),
    [anon_sym_true] = ACTIONS(2080),
    [anon_sym_false] = ACTIONS(2080),
    [aux_sym_string_token1] = ACTIONS(2082),
    [aux_sym_string_token3] = ACTIONS(2082),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [594] = {
    [ts_builtin_sym_end] = ACTIONS(2114),
    [sym_identifier] = ACTIONS(2112),
    [anon_sym_POUND] = ACTIONS(2114),
    [anon_sym_package] = ACTIONS(2112),
    [anon_sym_import] = ACTIONS(2112),
    [anon_sym_using] = ACTIONS(2112),
    [anon_sym_throw] = ACTIONS(2112),
    [anon_sym_LPAREN] = ACTIONS(2114),
    [anon_sym_switch] = ACTIONS(2112),
    [anon_sym_LBRACE] = ACTIONS(2114),
    [anon_sym_cast] = ACTIONS(2112),
    [anon_sym_DOLLARtype] = ACTIONS(2114),
    [anon_sym_return] = ACTIONS(2112),
    [anon_sym_untyped] = ACTIONS(2112),
    [anon_sym_break] = ACTIONS(2112),
    [anon_sym_continue] = ACTIONS(2112),
    [anon_sym_LBRACK] = ACTIONS(2114),
    [anon_sym_this] = ACTIONS(2112),
    [anon_sym_AT] = ACTIONS(2112),
    [anon_sym_AT_COLON] = ACTIONS(2114),
    [anon_sym_if] = ACTIONS(2112),
    [anon_sym_new] = ACTIONS(2112),
    [anon_sym_TILDE] = ACTIONS(2114),
    [anon_sym_BANG] = ACTIONS(2112),
    [anon_sym_DASH] = ACTIONS(2112),
    [anon_sym_PLUS_PLUS] = ACTIONS(2114),
    [anon_sym_DASH_DASH] = ACTIONS(2114),
    [anon_sym_PERCENT] = ACTIONS(2114),
    [anon_sym_STAR] = ACTIONS(2114),
    [anon_sym_SLASH] = ACTIONS(2112),
    [anon_sym_PLUS] = ACTIONS(2112),
    [anon_sym_LT_LT] = ACTIONS(2114),
    [anon_sym_GT_GT] = ACTIONS(2112),
    [anon_sym_GT_GT_GT] = ACTIONS(2114),
    [anon_sym_AMP] = ACTIONS(2112),
    [anon_sym_PIPE] = ACTIONS(2112),
    [anon_sym_CARET] = ACTIONS(2114),
    [anon_sym_AMP_AMP] = ACTIONS(2114),
    [anon_sym_PIPE_PIPE] = ACTIONS(2114),
    [anon_sym_EQ_EQ] = ACTIONS(2114),
    [anon_sym_BANG_EQ] = ACTIONS(2114),
    [anon_sym_LT] = ACTIONS(2112),
    [anon_sym_LT_EQ] = ACTIONS(2114),
    [anon_sym_GT] = ACTIONS(2112),
    [anon_sym_GT_EQ] = ACTIONS(2114),
    [anon_sym_EQ_GT] = ACTIONS(2114),
    [anon_sym_QMARK_QMARK] = ACTIONS(2114),
    [anon_sym_EQ] = ACTIONS(2112),
    [sym__rangeOperator] = ACTIONS(2114),
    [anon_sym_null] = ACTIONS(2112),
    [anon_sym_macro] = ACTIONS(2112),
    [anon_sym_abstract] = ACTIONS(2112),
    [anon_sym_static] = ACTIONS(2112),
    [anon_sym_public] = ACTIONS(2112),
    [anon_sym_private] = ACTIONS(2112),
    [anon_sym_extern] = ACTIONS(2112),
    [anon_sym_inline] = ACTIONS(2112),
    [anon_sym_overload] = ACTIONS(2112),
    [anon_sym_override] = ACTIONS(2112),
    [anon_sym_final] = ACTIONS(2112),
    [anon_sym_class] = ACTIONS(2112),
    [anon_sym_interface] = ACTIONS(2112),
    [anon_sym_typedef] = ACTIONS(2112),
    [anon_sym_function] = ACTIONS(2112),
    [anon_sym_var] = ACTIONS(2112),
    [aux_sym_integer_token1] = ACTIONS(2112),
    [aux_sym_integer_token2] = ACTIONS(2114),
    [aux_sym_float_token1] = ACTIONS(2112),
    [aux_sym_float_token2] = ACTIONS(2114),
    [anon_sym_true] = ACTIONS(2112),
    [anon_sym_false] = ACTIONS(2112),
    [aux_sym_string_token1] = ACTIONS(2114),
    [aux_sym_string_token3] = ACTIONS(2114),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [595] = {
    [ts_builtin_sym_end] = ACTIONS(1926),
    [sym_identifier] = ACTIONS(1924),
    [anon_sym_POUND] = ACTIONS(1926),
    [anon_sym_package] = ACTIONS(1924),
    [anon_sym_import] = ACTIONS(1924),
    [anon_sym_using] = ACTIONS(1924),
    [anon_sym_throw] = ACTIONS(1924),
    [anon_sym_LPAREN] = ACTIONS(1926),
    [anon_sym_switch] = ACTIONS(1924),
    [anon_sym_LBRACE] = ACTIONS(1926),
    [anon_sym_cast] = ACTIONS(1924),
    [anon_sym_DOLLARtype] = ACTIONS(1926),
    [anon_sym_return] = ACTIONS(1924),
    [anon_sym_untyped] = ACTIONS(1924),
    [anon_sym_break] = ACTIONS(1924),
    [anon_sym_continue] = ACTIONS(1924),
    [anon_sym_LBRACK] = ACTIONS(1926),
    [anon_sym_this] = ACTIONS(1924),
    [anon_sym_AT] = ACTIONS(1924),
    [anon_sym_AT_COLON] = ACTIONS(1926),
    [anon_sym_if] = ACTIONS(1924),
    [anon_sym_new] = ACTIONS(1924),
    [anon_sym_TILDE] = ACTIONS(1926),
    [anon_sym_BANG] = ACTIONS(1924),
    [anon_sym_DASH] = ACTIONS(1924),
    [anon_sym_PLUS_PLUS] = ACTIONS(1926),
    [anon_sym_DASH_DASH] = ACTIONS(1926),
    [anon_sym_PERCENT] = ACTIONS(1926),
    [anon_sym_STAR] = ACTIONS(1926),
    [anon_sym_SLASH] = ACTIONS(1924),
    [anon_sym_PLUS] = ACTIONS(1924),
    [anon_sym_LT_LT] = ACTIONS(1926),
    [anon_sym_GT_GT] = ACTIONS(1924),
    [anon_sym_GT_GT_GT] = ACTIONS(1926),
    [anon_sym_AMP] = ACTIONS(1924),
    [anon_sym_PIPE] = ACTIONS(1924),
    [anon_sym_CARET] = ACTIONS(1926),
    [anon_sym_AMP_AMP] = ACTIONS(1926),
    [anon_sym_PIPE_PIPE] = ACTIONS(1926),
    [anon_sym_EQ_EQ] = ACTIONS(1926),
    [anon_sym_BANG_EQ] = ACTIONS(1926),
    [anon_sym_LT] = ACTIONS(1924),
    [anon_sym_LT_EQ] = ACTIONS(1926),
    [anon_sym_GT] = ACTIONS(1924),
    [anon_sym_GT_EQ] = ACTIONS(1926),
    [anon_sym_EQ_GT] = ACTIONS(1926),
    [anon_sym_QMARK_QMARK] = ACTIONS(1926),
    [anon_sym_EQ] = ACTIONS(1924),
    [sym__rangeOperator] = ACTIONS(1926),
    [anon_sym_null] = ACTIONS(1924),
    [anon_sym_macro] = ACTIONS(1924),
    [anon_sym_abstract] = ACTIONS(1924),
    [anon_sym_static] = ACTIONS(1924),
    [anon_sym_public] = ACTIONS(1924),
    [anon_sym_private] = ACTIONS(1924),
    [anon_sym_extern] = ACTIONS(1924),
    [anon_sym_inline] = ACTIONS(1924),
    [anon_sym_overload] = ACTIONS(1924),
    [anon_sym_override] = ACTIONS(1924),
    [anon_sym_final] = ACTIONS(1924),
    [anon_sym_class] = ACTIONS(1924),
    [anon_sym_interface] = ACTIONS(1924),
    [anon_sym_typedef] = ACTIONS(1924),
    [anon_sym_function] = ACTIONS(1924),
    [anon_sym_var] = ACTIONS(1924),
    [aux_sym_integer_token1] = ACTIONS(1924),
    [aux_sym_integer_token2] = ACTIONS(1926),
    [aux_sym_float_token1] = ACTIONS(1924),
    [aux_sym_float_token2] = ACTIONS(1926),
    [anon_sym_true] = ACTIONS(1924),
    [anon_sym_false] = ACTIONS(1924),
    [aux_sym_string_token1] = ACTIONS(1926),
    [aux_sym_string_token3] = ACTIONS(1926),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [596] = {
    [ts_builtin_sym_end] = ACTIONS(1910),
    [sym_identifier] = ACTIONS(1908),
    [anon_sym_POUND] = ACTIONS(1910),
    [anon_sym_package] = ACTIONS(1908),
    [anon_sym_import] = ACTIONS(1908),
    [anon_sym_using] = ACTIONS(1908),
    [anon_sym_throw] = ACTIONS(1908),
    [anon_sym_LPAREN] = ACTIONS(1910),
    [anon_sym_switch] = ACTIONS(1908),
    [anon_sym_LBRACE] = ACTIONS(1910),
    [anon_sym_cast] = ACTIONS(1908),
    [anon_sym_DOLLARtype] = ACTIONS(1910),
    [anon_sym_return] = ACTIONS(1908),
    [anon_sym_untyped] = ACTIONS(1908),
    [anon_sym_break] = ACTIONS(1908),
    [anon_sym_continue] = ACTIONS(1908),
    [anon_sym_LBRACK] = ACTIONS(1910),
    [anon_sym_this] = ACTIONS(1908),
    [anon_sym_AT] = ACTIONS(1908),
    [anon_sym_AT_COLON] = ACTIONS(1910),
    [anon_sym_if] = ACTIONS(1908),
    [anon_sym_new] = ACTIONS(1908),
    [anon_sym_TILDE] = ACTIONS(1910),
    [anon_sym_BANG] = ACTIONS(1908),
    [anon_sym_DASH] = ACTIONS(1908),
    [anon_sym_PLUS_PLUS] = ACTIONS(1910),
    [anon_sym_DASH_DASH] = ACTIONS(1910),
    [anon_sym_PERCENT] = ACTIONS(1910),
    [anon_sym_STAR] = ACTIONS(1910),
    [anon_sym_SLASH] = ACTIONS(1908),
    [anon_sym_PLUS] = ACTIONS(1908),
    [anon_sym_LT_LT] = ACTIONS(1910),
    [anon_sym_GT_GT] = ACTIONS(1908),
    [anon_sym_GT_GT_GT] = ACTIONS(1910),
    [anon_sym_AMP] = ACTIONS(1908),
    [anon_sym_PIPE] = ACTIONS(1908),
    [anon_sym_CARET] = ACTIONS(1910),
    [anon_sym_AMP_AMP] = ACTIONS(1910),
    [anon_sym_PIPE_PIPE] = ACTIONS(1910),
    [anon_sym_EQ_EQ] = ACTIONS(1910),
    [anon_sym_BANG_EQ] = ACTIONS(1910),
    [anon_sym_LT] = ACTIONS(1908),
    [anon_sym_LT_EQ] = ACTIONS(1910),
    [anon_sym_GT] = ACTIONS(1908),
    [anon_sym_GT_EQ] = ACTIONS(1910),
    [anon_sym_EQ_GT] = ACTIONS(1910),
    [anon_sym_QMARK_QMARK] = ACTIONS(1910),
    [anon_sym_EQ] = ACTIONS(1908),
    [sym__rangeOperator] = ACTIONS(1910),
    [anon_sym_null] = ACTIONS(1908),
    [anon_sym_macro] = ACTIONS(1908),
    [anon_sym_abstract] = ACTIONS(1908),
    [anon_sym_static] = ACTIONS(1908),
    [anon_sym_public] = ACTIONS(1908),
    [anon_sym_private] = ACTIONS(1908),
    [anon_sym_extern] = ACTIONS(1908),
    [anon_sym_inline] = ACTIONS(1908),
    [anon_sym_overload] = ACTIONS(1908),
    [anon_sym_override] = ACTIONS(1908),
    [anon_sym_final] = ACTIONS(1908),
    [anon_sym_class] = ACTIONS(1908),
    [anon_sym_interface] = ACTIONS(1908),
    [anon_sym_typedef] = ACTIONS(1908),
    [anon_sym_function] = ACTIONS(1908),
    [anon_sym_var] = ACTIONS(1908),
    [aux_sym_integer_token1] = ACTIONS(1908),
    [aux_sym_integer_token2] = ACTIONS(1910),
    [aux_sym_float_token1] = ACTIONS(1908),
    [aux_sym_float_token2] = ACTIONS(1910),
    [anon_sym_true] = ACTIONS(1908),
    [anon_sym_false] = ACTIONS(1908),
    [aux_sym_string_token1] = ACTIONS(1910),
    [aux_sym_string_token3] = ACTIONS(1910),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [597] = {
    [ts_builtin_sym_end] = ACTIONS(2158),
    [sym_identifier] = ACTIONS(2156),
    [anon_sym_POUND] = ACTIONS(2158),
    [anon_sym_package] = ACTIONS(2156),
    [anon_sym_import] = ACTIONS(2156),
    [anon_sym_using] = ACTIONS(2156),
    [anon_sym_throw] = ACTIONS(2156),
    [anon_sym_LPAREN] = ACTIONS(2158),
    [anon_sym_switch] = ACTIONS(2156),
    [anon_sym_LBRACE] = ACTIONS(2158),
    [anon_sym_cast] = ACTIONS(2156),
    [anon_sym_DOLLARtype] = ACTIONS(2158),
    [anon_sym_return] = ACTIONS(2156),
    [anon_sym_untyped] = ACTIONS(2156),
    [anon_sym_break] = ACTIONS(2156),
    [anon_sym_continue] = ACTIONS(2156),
    [anon_sym_LBRACK] = ACTIONS(2158),
    [anon_sym_this] = ACTIONS(2156),
    [anon_sym_AT] = ACTIONS(2156),
    [anon_sym_AT_COLON] = ACTIONS(2158),
    [anon_sym_if] = ACTIONS(2156),
    [anon_sym_new] = ACTIONS(2156),
    [anon_sym_TILDE] = ACTIONS(2158),
    [anon_sym_BANG] = ACTIONS(2156),
    [anon_sym_DASH] = ACTIONS(2156),
    [anon_sym_PLUS_PLUS] = ACTIONS(2158),
    [anon_sym_DASH_DASH] = ACTIONS(2158),
    [anon_sym_PERCENT] = ACTIONS(2158),
    [anon_sym_STAR] = ACTIONS(2158),
    [anon_sym_SLASH] = ACTIONS(2156),
    [anon_sym_PLUS] = ACTIONS(2156),
    [anon_sym_LT_LT] = ACTIONS(2158),
    [anon_sym_GT_GT] = ACTIONS(2156),
    [anon_sym_GT_GT_GT] = ACTIONS(2158),
    [anon_sym_AMP] = ACTIONS(2156),
    [anon_sym_PIPE] = ACTIONS(2156),
    [anon_sym_CARET] = ACTIONS(2158),
    [anon_sym_AMP_AMP] = ACTIONS(2158),
    [anon_sym_PIPE_PIPE] = ACTIONS(2158),
    [anon_sym_EQ_EQ] = ACTIONS(2158),
    [anon_sym_BANG_EQ] = ACTIONS(2158),
    [anon_sym_LT] = ACTIONS(2156),
    [anon_sym_LT_EQ] = ACTIONS(2158),
    [anon_sym_GT] = ACTIONS(2156),
    [anon_sym_GT_EQ] = ACTIONS(2158),
    [anon_sym_EQ_GT] = ACTIONS(2158),
    [anon_sym_QMARK_QMARK] = ACTIONS(2158),
    [anon_sym_EQ] = ACTIONS(2156),
    [sym__rangeOperator] = ACTIONS(2158),
    [anon_sym_null] = ACTIONS(2156),
    [anon_sym_macro] = ACTIONS(2156),
    [anon_sym_abstract] = ACTIONS(2156),
    [anon_sym_static] = ACTIONS(2156),
    [anon_sym_public] = ACTIONS(2156),
    [anon_sym_private] = ACTIONS(2156),
    [anon_sym_extern] = ACTIONS(2156),
    [anon_sym_inline] = ACTIONS(2156),
    [anon_sym_overload] = ACTIONS(2156),
    [anon_sym_override] = ACTIONS(2156),
    [anon_sym_final] = ACTIONS(2156),
    [anon_sym_class] = ACTIONS(2156),
    [anon_sym_interface] = ACTIONS(2156),
    [anon_sym_typedef] = ACTIONS(2156),
    [anon_sym_function] = ACTIONS(2156),
    [anon_sym_var] = ACTIONS(2156),
    [aux_sym_integer_token1] = ACTIONS(2156),
    [aux_sym_integer_token2] = ACTIONS(2158),
    [aux_sym_float_token1] = ACTIONS(2156),
    [aux_sym_float_token2] = ACTIONS(2158),
    [anon_sym_true] = ACTIONS(2156),
    [anon_sym_false] = ACTIONS(2156),
    [aux_sym_string_token1] = ACTIONS(2158),
    [aux_sym_string_token3] = ACTIONS(2158),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [598] = {
    [ts_builtin_sym_end] = ACTIONS(1902),
    [sym_identifier] = ACTIONS(1900),
    [anon_sym_POUND] = ACTIONS(1902),
    [anon_sym_package] = ACTIONS(1900),
    [anon_sym_import] = ACTIONS(1900),
    [anon_sym_using] = ACTIONS(1900),
    [anon_sym_throw] = ACTIONS(1900),
    [anon_sym_LPAREN] = ACTIONS(1902),
    [anon_sym_switch] = ACTIONS(1900),
    [anon_sym_LBRACE] = ACTIONS(1902),
    [anon_sym_cast] = ACTIONS(1900),
    [anon_sym_DOLLARtype] = ACTIONS(1902),
    [anon_sym_return] = ACTIONS(1900),
    [anon_sym_untyped] = ACTIONS(1900),
    [anon_sym_break] = ACTIONS(1900),
    [anon_sym_continue] = ACTIONS(1900),
    [anon_sym_LBRACK] = ACTIONS(1902),
    [anon_sym_this] = ACTIONS(1900),
    [anon_sym_AT] = ACTIONS(1900),
    [anon_sym_AT_COLON] = ACTIONS(1902),
    [anon_sym_if] = ACTIONS(1900),
    [anon_sym_new] = ACTIONS(1900),
    [anon_sym_TILDE] = ACTIONS(1902),
    [anon_sym_BANG] = ACTIONS(1900),
    [anon_sym_DASH] = ACTIONS(1900),
    [anon_sym_PLUS_PLUS] = ACTIONS(1902),
    [anon_sym_DASH_DASH] = ACTIONS(1902),
    [anon_sym_PERCENT] = ACTIONS(1902),
    [anon_sym_STAR] = ACTIONS(1902),
    [anon_sym_SLASH] = ACTIONS(1900),
    [anon_sym_PLUS] = ACTIONS(1900),
    [anon_sym_LT_LT] = ACTIONS(1902),
    [anon_sym_GT_GT] = ACTIONS(1900),
    [anon_sym_GT_GT_GT] = ACTIONS(1902),
    [anon_sym_AMP] = ACTIONS(1900),
    [anon_sym_PIPE] = ACTIONS(1900),
    [anon_sym_CARET] = ACTIONS(1902),
    [anon_sym_AMP_AMP] = ACTIONS(1902),
    [anon_sym_PIPE_PIPE] = ACTIONS(1902),
    [anon_sym_EQ_EQ] = ACTIONS(1902),
    [anon_sym_BANG_EQ] = ACTIONS(1902),
    [anon_sym_LT] = ACTIONS(1900),
    [anon_sym_LT_EQ] = ACTIONS(1902),
    [anon_sym_GT] = ACTIONS(1900),
    [anon_sym_GT_EQ] = ACTIONS(1902),
    [anon_sym_EQ_GT] = ACTIONS(1902),
    [anon_sym_QMARK_QMARK] = ACTIONS(1902),
    [anon_sym_EQ] = ACTIONS(1900),
    [sym__rangeOperator] = ACTIONS(1902),
    [anon_sym_null] = ACTIONS(1900),
    [anon_sym_macro] = ACTIONS(1900),
    [anon_sym_abstract] = ACTIONS(1900),
    [anon_sym_static] = ACTIONS(1900),
    [anon_sym_public] = ACTIONS(1900),
    [anon_sym_private] = ACTIONS(1900),
    [anon_sym_extern] = ACTIONS(1900),
    [anon_sym_inline] = ACTIONS(1900),
    [anon_sym_overload] = ACTIONS(1900),
    [anon_sym_override] = ACTIONS(1900),
    [anon_sym_final] = ACTIONS(1900),
    [anon_sym_class] = ACTIONS(1900),
    [anon_sym_interface] = ACTIONS(1900),
    [anon_sym_typedef] = ACTIONS(1900),
    [anon_sym_function] = ACTIONS(1900),
    [anon_sym_var] = ACTIONS(1900),
    [aux_sym_integer_token1] = ACTIONS(1900),
    [aux_sym_integer_token2] = ACTIONS(1902),
    [aux_sym_float_token1] = ACTIONS(1900),
    [aux_sym_float_token2] = ACTIONS(1902),
    [anon_sym_true] = ACTIONS(1900),
    [anon_sym_false] = ACTIONS(1900),
    [aux_sym_string_token1] = ACTIONS(1902),
    [aux_sym_string_token3] = ACTIONS(1902),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [599] = {
    [ts_builtin_sym_end] = ACTIONS(1906),
    [sym_identifier] = ACTIONS(1904),
    [anon_sym_POUND] = ACTIONS(1906),
    [anon_sym_package] = ACTIONS(1904),
    [anon_sym_import] = ACTIONS(1904),
    [anon_sym_using] = ACTIONS(1904),
    [anon_sym_throw] = ACTIONS(1904),
    [anon_sym_LPAREN] = ACTIONS(1906),
    [anon_sym_switch] = ACTIONS(1904),
    [anon_sym_LBRACE] = ACTIONS(1906),
    [anon_sym_cast] = ACTIONS(1904),
    [anon_sym_DOLLARtype] = ACTIONS(1906),
    [anon_sym_return] = ACTIONS(1904),
    [anon_sym_untyped] = ACTIONS(1904),
    [anon_sym_break] = ACTIONS(1904),
    [anon_sym_continue] = ACTIONS(1904),
    [anon_sym_LBRACK] = ACTIONS(1906),
    [anon_sym_this] = ACTIONS(1904),
    [anon_sym_AT] = ACTIONS(1904),
    [anon_sym_AT_COLON] = ACTIONS(1906),
    [anon_sym_if] = ACTIONS(1904),
    [anon_sym_new] = ACTIONS(1904),
    [anon_sym_TILDE] = ACTIONS(1906),
    [anon_sym_BANG] = ACTIONS(1904),
    [anon_sym_DASH] = ACTIONS(1904),
    [anon_sym_PLUS_PLUS] = ACTIONS(1906),
    [anon_sym_DASH_DASH] = ACTIONS(1906),
    [anon_sym_PERCENT] = ACTIONS(1906),
    [anon_sym_STAR] = ACTIONS(1906),
    [anon_sym_SLASH] = ACTIONS(1904),
    [anon_sym_PLUS] = ACTIONS(1904),
    [anon_sym_LT_LT] = ACTIONS(1906),
    [anon_sym_GT_GT] = ACTIONS(1904),
    [anon_sym_GT_GT_GT] = ACTIONS(1906),
    [anon_sym_AMP] = ACTIONS(1904),
    [anon_sym_PIPE] = ACTIONS(1904),
    [anon_sym_CARET] = ACTIONS(1906),
    [anon_sym_AMP_AMP] = ACTIONS(1906),
    [anon_sym_PIPE_PIPE] = ACTIONS(1906),
    [anon_sym_EQ_EQ] = ACTIONS(1906),
    [anon_sym_BANG_EQ] = ACTIONS(1906),
    [anon_sym_LT] = ACTIONS(1904),
    [anon_sym_LT_EQ] = ACTIONS(1906),
    [anon_sym_GT] = ACTIONS(1904),
    [anon_sym_GT_EQ] = ACTIONS(1906),
    [anon_sym_EQ_GT] = ACTIONS(1906),
    [anon_sym_QMARK_QMARK] = ACTIONS(1906),
    [anon_sym_EQ] = ACTIONS(1904),
    [sym__rangeOperator] = ACTIONS(1906),
    [anon_sym_null] = ACTIONS(1904),
    [anon_sym_macro] = ACTIONS(1904),
    [anon_sym_abstract] = ACTIONS(1904),
    [anon_sym_static] = ACTIONS(1904),
    [anon_sym_public] = ACTIONS(1904),
    [anon_sym_private] = ACTIONS(1904),
    [anon_sym_extern] = ACTIONS(1904),
    [anon_sym_inline] = ACTIONS(1904),
    [anon_sym_overload] = ACTIONS(1904),
    [anon_sym_override] = ACTIONS(1904),
    [anon_sym_final] = ACTIONS(1904),
    [anon_sym_class] = ACTIONS(1904),
    [anon_sym_interface] = ACTIONS(1904),
    [anon_sym_typedef] = ACTIONS(1904),
    [anon_sym_function] = ACTIONS(1904),
    [anon_sym_var] = ACTIONS(1904),
    [aux_sym_integer_token1] = ACTIONS(1904),
    [aux_sym_integer_token2] = ACTIONS(1906),
    [aux_sym_float_token1] = ACTIONS(1904),
    [aux_sym_float_token2] = ACTIONS(1906),
    [anon_sym_true] = ACTIONS(1904),
    [anon_sym_false] = ACTIONS(1904),
    [aux_sym_string_token1] = ACTIONS(1906),
    [aux_sym_string_token3] = ACTIONS(1906),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [600] = {
    [ts_builtin_sym_end] = ACTIONS(1930),
    [sym_identifier] = ACTIONS(1928),
    [anon_sym_POUND] = ACTIONS(1930),
    [anon_sym_package] = ACTIONS(1928),
    [anon_sym_import] = ACTIONS(1928),
    [anon_sym_using] = ACTIONS(1928),
    [anon_sym_throw] = ACTIONS(1928),
    [anon_sym_LPAREN] = ACTIONS(1930),
    [anon_sym_switch] = ACTIONS(1928),
    [anon_sym_LBRACE] = ACTIONS(1930),
    [anon_sym_cast] = ACTIONS(1928),
    [anon_sym_DOLLARtype] = ACTIONS(1930),
    [anon_sym_return] = ACTIONS(1928),
    [anon_sym_untyped] = ACTIONS(1928),
    [anon_sym_break] = ACTIONS(1928),
    [anon_sym_continue] = ACTIONS(1928),
    [anon_sym_LBRACK] = ACTIONS(1930),
    [anon_sym_this] = ACTIONS(1928),
    [anon_sym_AT] = ACTIONS(1928),
    [anon_sym_AT_COLON] = ACTIONS(1930),
    [anon_sym_if] = ACTIONS(1928),
    [anon_sym_new] = ACTIONS(1928),
    [anon_sym_TILDE] = ACTIONS(1930),
    [anon_sym_BANG] = ACTIONS(1928),
    [anon_sym_DASH] = ACTIONS(1928),
    [anon_sym_PLUS_PLUS] = ACTIONS(1930),
    [anon_sym_DASH_DASH] = ACTIONS(1930),
    [anon_sym_PERCENT] = ACTIONS(1930),
    [anon_sym_STAR] = ACTIONS(1930),
    [anon_sym_SLASH] = ACTIONS(1928),
    [anon_sym_PLUS] = ACTIONS(1928),
    [anon_sym_LT_LT] = ACTIONS(1930),
    [anon_sym_GT_GT] = ACTIONS(1928),
    [anon_sym_GT_GT_GT] = ACTIONS(1930),
    [anon_sym_AMP] = ACTIONS(1928),
    [anon_sym_PIPE] = ACTIONS(1928),
    [anon_sym_CARET] = ACTIONS(1930),
    [anon_sym_AMP_AMP] = ACTIONS(1930),
    [anon_sym_PIPE_PIPE] = ACTIONS(1930),
    [anon_sym_EQ_EQ] = ACTIONS(1930),
    [anon_sym_BANG_EQ] = ACTIONS(1930),
    [anon_sym_LT] = ACTIONS(1928),
    [anon_sym_LT_EQ] = ACTIONS(1930),
    [anon_sym_GT] = ACTIONS(1928),
    [anon_sym_GT_EQ] = ACTIONS(1930),
    [anon_sym_EQ_GT] = ACTIONS(1930),
    [anon_sym_QMARK_QMARK] = ACTIONS(1930),
    [anon_sym_EQ] = ACTIONS(1928),
    [sym__rangeOperator] = ACTIONS(1930),
    [anon_sym_null] = ACTIONS(1928),
    [anon_sym_macro] = ACTIONS(1928),
    [anon_sym_abstract] = ACTIONS(1928),
    [anon_sym_static] = ACTIONS(1928),
    [anon_sym_public] = ACTIONS(1928),
    [anon_sym_private] = ACTIONS(1928),
    [anon_sym_extern] = ACTIONS(1928),
    [anon_sym_inline] = ACTIONS(1928),
    [anon_sym_overload] = ACTIONS(1928),
    [anon_sym_override] = ACTIONS(1928),
    [anon_sym_final] = ACTIONS(1928),
    [anon_sym_class] = ACTIONS(1928),
    [anon_sym_interface] = ACTIONS(1928),
    [anon_sym_typedef] = ACTIONS(1928),
    [anon_sym_function] = ACTIONS(1928),
    [anon_sym_var] = ACTIONS(1928),
    [aux_sym_integer_token1] = ACTIONS(1928),
    [aux_sym_integer_token2] = ACTIONS(1930),
    [aux_sym_float_token1] = ACTIONS(1928),
    [aux_sym_float_token2] = ACTIONS(1930),
    [anon_sym_true] = ACTIONS(1928),
    [anon_sym_false] = ACTIONS(1928),
    [aux_sym_string_token1] = ACTIONS(1930),
    [aux_sym_string_token3] = ACTIONS(1930),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [601] = {
    [ts_builtin_sym_end] = ACTIONS(1934),
    [sym_identifier] = ACTIONS(1932),
    [anon_sym_POUND] = ACTIONS(1934),
    [anon_sym_package] = ACTIONS(1932),
    [anon_sym_import] = ACTIONS(1932),
    [anon_sym_using] = ACTIONS(1932),
    [anon_sym_throw] = ACTIONS(1932),
    [anon_sym_LPAREN] = ACTIONS(1934),
    [anon_sym_switch] = ACTIONS(1932),
    [anon_sym_LBRACE] = ACTIONS(1934),
    [anon_sym_cast] = ACTIONS(1932),
    [anon_sym_DOLLARtype] = ACTIONS(1934),
    [anon_sym_return] = ACTIONS(1932),
    [anon_sym_untyped] = ACTIONS(1932),
    [anon_sym_break] = ACTIONS(1932),
    [anon_sym_continue] = ACTIONS(1932),
    [anon_sym_LBRACK] = ACTIONS(1934),
    [anon_sym_this] = ACTIONS(1932),
    [anon_sym_AT] = ACTIONS(1932),
    [anon_sym_AT_COLON] = ACTIONS(1934),
    [anon_sym_if] = ACTIONS(1932),
    [anon_sym_new] = ACTIONS(1932),
    [anon_sym_TILDE] = ACTIONS(1934),
    [anon_sym_BANG] = ACTIONS(1932),
    [anon_sym_DASH] = ACTIONS(1932),
    [anon_sym_PLUS_PLUS] = ACTIONS(1934),
    [anon_sym_DASH_DASH] = ACTIONS(1934),
    [anon_sym_PERCENT] = ACTIONS(1934),
    [anon_sym_STAR] = ACTIONS(1934),
    [anon_sym_SLASH] = ACTIONS(1932),
    [anon_sym_PLUS] = ACTIONS(1932),
    [anon_sym_LT_LT] = ACTIONS(1934),
    [anon_sym_GT_GT] = ACTIONS(1932),
    [anon_sym_GT_GT_GT] = ACTIONS(1934),
    [anon_sym_AMP] = ACTIONS(1932),
    [anon_sym_PIPE] = ACTIONS(1932),
    [anon_sym_CARET] = ACTIONS(1934),
    [anon_sym_AMP_AMP] = ACTIONS(1934),
    [anon_sym_PIPE_PIPE] = ACTIONS(1934),
    [anon_sym_EQ_EQ] = ACTIONS(1934),
    [anon_sym_BANG_EQ] = ACTIONS(1934),
    [anon_sym_LT] = ACTIONS(1932),
    [anon_sym_LT_EQ] = ACTIONS(1934),
    [anon_sym_GT] = ACTIONS(1932),
    [anon_sym_GT_EQ] = ACTIONS(1934),
    [anon_sym_EQ_GT] = ACTIONS(1934),
    [anon_sym_QMARK_QMARK] = ACTIONS(1934),
    [anon_sym_EQ] = ACTIONS(1932),
    [sym__rangeOperator] = ACTIONS(1934),
    [anon_sym_null] = ACTIONS(1932),
    [anon_sym_macro] = ACTIONS(1932),
    [anon_sym_abstract] = ACTIONS(1932),
    [anon_sym_static] = ACTIONS(1932),
    [anon_sym_public] = ACTIONS(1932),
    [anon_sym_private] = ACTIONS(1932),
    [anon_sym_extern] = ACTIONS(1932),
    [anon_sym_inline] = ACTIONS(1932),
    [anon_sym_overload] = ACTIONS(1932),
    [anon_sym_override] = ACTIONS(1932),
    [anon_sym_final] = ACTIONS(1932),
    [anon_sym_class] = ACTIONS(1932),
    [anon_sym_interface] = ACTIONS(1932),
    [anon_sym_typedef] = ACTIONS(1932),
    [anon_sym_function] = ACTIONS(1932),
    [anon_sym_var] = ACTIONS(1932),
    [aux_sym_integer_token1] = ACTIONS(1932),
    [aux_sym_integer_token2] = ACTIONS(1934),
    [aux_sym_float_token1] = ACTIONS(1932),
    [aux_sym_float_token2] = ACTIONS(1934),
    [anon_sym_true] = ACTIONS(1932),
    [anon_sym_false] = ACTIONS(1932),
    [aux_sym_string_token1] = ACTIONS(1934),
    [aux_sym_string_token3] = ACTIONS(1934),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [602] = {
    [ts_builtin_sym_end] = ACTIONS(2110),
    [sym_identifier] = ACTIONS(2108),
    [anon_sym_POUND] = ACTIONS(2110),
    [anon_sym_package] = ACTIONS(2108),
    [anon_sym_import] = ACTIONS(2108),
    [anon_sym_using] = ACTIONS(2108),
    [anon_sym_throw] = ACTIONS(2108),
    [anon_sym_LPAREN] = ACTIONS(2110),
    [anon_sym_switch] = ACTIONS(2108),
    [anon_sym_LBRACE] = ACTIONS(2110),
    [anon_sym_cast] = ACTIONS(2108),
    [anon_sym_DOLLARtype] = ACTIONS(2110),
    [anon_sym_return] = ACTIONS(2108),
    [anon_sym_untyped] = ACTIONS(2108),
    [anon_sym_break] = ACTIONS(2108),
    [anon_sym_continue] = ACTIONS(2108),
    [anon_sym_LBRACK] = ACTIONS(2110),
    [anon_sym_this] = ACTIONS(2108),
    [anon_sym_AT] = ACTIONS(2108),
    [anon_sym_AT_COLON] = ACTIONS(2110),
    [anon_sym_if] = ACTIONS(2108),
    [anon_sym_new] = ACTIONS(2108),
    [anon_sym_TILDE] = ACTIONS(2110),
    [anon_sym_BANG] = ACTIONS(2108),
    [anon_sym_DASH] = ACTIONS(2108),
    [anon_sym_PLUS_PLUS] = ACTIONS(2110),
    [anon_sym_DASH_DASH] = ACTIONS(2110),
    [anon_sym_PERCENT] = ACTIONS(2110),
    [anon_sym_STAR] = ACTIONS(2110),
    [anon_sym_SLASH] = ACTIONS(2108),
    [anon_sym_PLUS] = ACTIONS(2108),
    [anon_sym_LT_LT] = ACTIONS(2110),
    [anon_sym_GT_GT] = ACTIONS(2108),
    [anon_sym_GT_GT_GT] = ACTIONS(2110),
    [anon_sym_AMP] = ACTIONS(2108),
    [anon_sym_PIPE] = ACTIONS(2108),
    [anon_sym_CARET] = ACTIONS(2110),
    [anon_sym_AMP_AMP] = ACTIONS(2110),
    [anon_sym_PIPE_PIPE] = ACTIONS(2110),
    [anon_sym_EQ_EQ] = ACTIONS(2110),
    [anon_sym_BANG_EQ] = ACTIONS(2110),
    [anon_sym_LT] = ACTIONS(2108),
    [anon_sym_LT_EQ] = ACTIONS(2110),
    [anon_sym_GT] = ACTIONS(2108),
    [anon_sym_GT_EQ] = ACTIONS(2110),
    [anon_sym_EQ_GT] = ACTIONS(2110),
    [anon_sym_QMARK_QMARK] = ACTIONS(2110),
    [anon_sym_EQ] = ACTIONS(2108),
    [sym__rangeOperator] = ACTIONS(2110),
    [anon_sym_null] = ACTIONS(2108),
    [anon_sym_macro] = ACTIONS(2108),
    [anon_sym_abstract] = ACTIONS(2108),
    [anon_sym_static] = ACTIONS(2108),
    [anon_sym_public] = ACTIONS(2108),
    [anon_sym_private] = ACTIONS(2108),
    [anon_sym_extern] = ACTIONS(2108),
    [anon_sym_inline] = ACTIONS(2108),
    [anon_sym_overload] = ACTIONS(2108),
    [anon_sym_override] = ACTIONS(2108),
    [anon_sym_final] = ACTIONS(2108),
    [anon_sym_class] = ACTIONS(2108),
    [anon_sym_interface] = ACTIONS(2108),
    [anon_sym_typedef] = ACTIONS(2108),
    [anon_sym_function] = ACTIONS(2108),
    [anon_sym_var] = ACTIONS(2108),
    [aux_sym_integer_token1] = ACTIONS(2108),
    [aux_sym_integer_token2] = ACTIONS(2110),
    [aux_sym_float_token1] = ACTIONS(2108),
    [aux_sym_float_token2] = ACTIONS(2110),
    [anon_sym_true] = ACTIONS(2108),
    [anon_sym_false] = ACTIONS(2108),
    [aux_sym_string_token1] = ACTIONS(2110),
    [aux_sym_string_token3] = ACTIONS(2110),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [603] = {
    [ts_builtin_sym_end] = ACTIONS(2170),
    [sym_identifier] = ACTIONS(2168),
    [anon_sym_POUND] = ACTIONS(2170),
    [anon_sym_package] = ACTIONS(2168),
    [anon_sym_import] = ACTIONS(2168),
    [anon_sym_using] = ACTIONS(2168),
    [anon_sym_throw] = ACTIONS(2168),
    [anon_sym_LPAREN] = ACTIONS(2170),
    [anon_sym_switch] = ACTIONS(2168),
    [anon_sym_LBRACE] = ACTIONS(2170),
    [anon_sym_cast] = ACTIONS(2168),
    [anon_sym_DOLLARtype] = ACTIONS(2170),
    [anon_sym_return] = ACTIONS(2168),
    [anon_sym_untyped] = ACTIONS(2168),
    [anon_sym_break] = ACTIONS(2168),
    [anon_sym_continue] = ACTIONS(2168),
    [anon_sym_LBRACK] = ACTIONS(2170),
    [anon_sym_this] = ACTIONS(2168),
    [anon_sym_AT] = ACTIONS(2168),
    [anon_sym_AT_COLON] = ACTIONS(2170),
    [anon_sym_if] = ACTIONS(2168),
    [anon_sym_new] = ACTIONS(2168),
    [anon_sym_TILDE] = ACTIONS(2170),
    [anon_sym_BANG] = ACTIONS(2168),
    [anon_sym_DASH] = ACTIONS(2168),
    [anon_sym_PLUS_PLUS] = ACTIONS(2170),
    [anon_sym_DASH_DASH] = ACTIONS(2170),
    [anon_sym_PERCENT] = ACTIONS(2170),
    [anon_sym_STAR] = ACTIONS(2170),
    [anon_sym_SLASH] = ACTIONS(2168),
    [anon_sym_PLUS] = ACTIONS(2168),
    [anon_sym_LT_LT] = ACTIONS(2170),
    [anon_sym_GT_GT] = ACTIONS(2168),
    [anon_sym_GT_GT_GT] = ACTIONS(2170),
    [anon_sym_AMP] = ACTIONS(2168),
    [anon_sym_PIPE] = ACTIONS(2168),
    [anon_sym_CARET] = ACTIONS(2170),
    [anon_sym_AMP_AMP] = ACTIONS(2170),
    [anon_sym_PIPE_PIPE] = ACTIONS(2170),
    [anon_sym_EQ_EQ] = ACTIONS(2170),
    [anon_sym_BANG_EQ] = ACTIONS(2170),
    [anon_sym_LT] = ACTIONS(2168),
    [anon_sym_LT_EQ] = ACTIONS(2170),
    [anon_sym_GT] = ACTIONS(2168),
    [anon_sym_GT_EQ] = ACTIONS(2170),
    [anon_sym_EQ_GT] = ACTIONS(2170),
    [anon_sym_QMARK_QMARK] = ACTIONS(2170),
    [anon_sym_EQ] = ACTIONS(2168),
    [sym__rangeOperator] = ACTIONS(2170),
    [anon_sym_null] = ACTIONS(2168),
    [anon_sym_macro] = ACTIONS(2168),
    [anon_sym_abstract] = ACTIONS(2168),
    [anon_sym_static] = ACTIONS(2168),
    [anon_sym_public] = ACTIONS(2168),
    [anon_sym_private] = ACTIONS(2168),
    [anon_sym_extern] = ACTIONS(2168),
    [anon_sym_inline] = ACTIONS(2168),
    [anon_sym_overload] = ACTIONS(2168),
    [anon_sym_override] = ACTIONS(2168),
    [anon_sym_final] = ACTIONS(2168),
    [anon_sym_class] = ACTIONS(2168),
    [anon_sym_interface] = ACTIONS(2168),
    [anon_sym_typedef] = ACTIONS(2168),
    [anon_sym_function] = ACTIONS(2168),
    [anon_sym_var] = ACTIONS(2168),
    [aux_sym_integer_token1] = ACTIONS(2168),
    [aux_sym_integer_token2] = ACTIONS(2170),
    [aux_sym_float_token1] = ACTIONS(2168),
    [aux_sym_float_token2] = ACTIONS(2170),
    [anon_sym_true] = ACTIONS(2168),
    [anon_sym_false] = ACTIONS(2168),
    [aux_sym_string_token1] = ACTIONS(2170),
    [aux_sym_string_token3] = ACTIONS(2170),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [604] = {
    [ts_builtin_sym_end] = ACTIONS(1898),
    [sym_identifier] = ACTIONS(1896),
    [anon_sym_POUND] = ACTIONS(1898),
    [anon_sym_package] = ACTIONS(1896),
    [anon_sym_import] = ACTIONS(1896),
    [anon_sym_using] = ACTIONS(1896),
    [anon_sym_throw] = ACTIONS(1896),
    [anon_sym_LPAREN] = ACTIONS(1898),
    [anon_sym_switch] = ACTIONS(1896),
    [anon_sym_LBRACE] = ACTIONS(1898),
    [anon_sym_cast] = ACTIONS(1896),
    [anon_sym_DOLLARtype] = ACTIONS(1898),
    [anon_sym_return] = ACTIONS(1896),
    [anon_sym_untyped] = ACTIONS(1896),
    [anon_sym_break] = ACTIONS(1896),
    [anon_sym_continue] = ACTIONS(1896),
    [anon_sym_LBRACK] = ACTIONS(1898),
    [anon_sym_this] = ACTIONS(1896),
    [anon_sym_AT] = ACTIONS(1896),
    [anon_sym_AT_COLON] = ACTIONS(1898),
    [anon_sym_if] = ACTIONS(1896),
    [anon_sym_new] = ACTIONS(1896),
    [anon_sym_TILDE] = ACTIONS(1898),
    [anon_sym_BANG] = ACTIONS(1896),
    [anon_sym_DASH] = ACTIONS(1896),
    [anon_sym_PLUS_PLUS] = ACTIONS(1898),
    [anon_sym_DASH_DASH] = ACTIONS(1898),
    [anon_sym_PERCENT] = ACTIONS(1898),
    [anon_sym_STAR] = ACTIONS(1898),
    [anon_sym_SLASH] = ACTIONS(1896),
    [anon_sym_PLUS] = ACTIONS(1896),
    [anon_sym_LT_LT] = ACTIONS(1898),
    [anon_sym_GT_GT] = ACTIONS(1896),
    [anon_sym_GT_GT_GT] = ACTIONS(1898),
    [anon_sym_AMP] = ACTIONS(1896),
    [anon_sym_PIPE] = ACTIONS(1896),
    [anon_sym_CARET] = ACTIONS(1898),
    [anon_sym_AMP_AMP] = ACTIONS(1898),
    [anon_sym_PIPE_PIPE] = ACTIONS(1898),
    [anon_sym_EQ_EQ] = ACTIONS(1898),
    [anon_sym_BANG_EQ] = ACTIONS(1898),
    [anon_sym_LT] = ACTIONS(1896),
    [anon_sym_LT_EQ] = ACTIONS(1898),
    [anon_sym_GT] = ACTIONS(1896),
    [anon_sym_GT_EQ] = ACTIONS(1898),
    [anon_sym_EQ_GT] = ACTIONS(1898),
    [anon_sym_QMARK_QMARK] = ACTIONS(1898),
    [anon_sym_EQ] = ACTIONS(1896),
    [sym__rangeOperator] = ACTIONS(1898),
    [anon_sym_null] = ACTIONS(1896),
    [anon_sym_macro] = ACTIONS(1896),
    [anon_sym_abstract] = ACTIONS(1896),
    [anon_sym_static] = ACTIONS(1896),
    [anon_sym_public] = ACTIONS(1896),
    [anon_sym_private] = ACTIONS(1896),
    [anon_sym_extern] = ACTIONS(1896),
    [anon_sym_inline] = ACTIONS(1896),
    [anon_sym_overload] = ACTIONS(1896),
    [anon_sym_override] = ACTIONS(1896),
    [anon_sym_final] = ACTIONS(1896),
    [anon_sym_class] = ACTIONS(1896),
    [anon_sym_interface] = ACTIONS(1896),
    [anon_sym_typedef] = ACTIONS(1896),
    [anon_sym_function] = ACTIONS(1896),
    [anon_sym_var] = ACTIONS(1896),
    [aux_sym_integer_token1] = ACTIONS(1896),
    [aux_sym_integer_token2] = ACTIONS(1898),
    [aux_sym_float_token1] = ACTIONS(1896),
    [aux_sym_float_token2] = ACTIONS(1898),
    [anon_sym_true] = ACTIONS(1896),
    [anon_sym_false] = ACTIONS(1896),
    [aux_sym_string_token1] = ACTIONS(1898),
    [aux_sym_string_token3] = ACTIONS(1898),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [605] = {
    [ts_builtin_sym_end] = ACTIONS(1942),
    [sym_identifier] = ACTIONS(1940),
    [anon_sym_POUND] = ACTIONS(1942),
    [anon_sym_package] = ACTIONS(1940),
    [anon_sym_import] = ACTIONS(1940),
    [anon_sym_using] = ACTIONS(1940),
    [anon_sym_throw] = ACTIONS(1940),
    [anon_sym_LPAREN] = ACTIONS(1942),
    [anon_sym_switch] = ACTIONS(1940),
    [anon_sym_LBRACE] = ACTIONS(1942),
    [anon_sym_cast] = ACTIONS(1940),
    [anon_sym_DOLLARtype] = ACTIONS(1942),
    [anon_sym_return] = ACTIONS(1940),
    [anon_sym_untyped] = ACTIONS(1940),
    [anon_sym_break] = ACTIONS(1940),
    [anon_sym_continue] = ACTIONS(1940),
    [anon_sym_LBRACK] = ACTIONS(1942),
    [anon_sym_this] = ACTIONS(1940),
    [anon_sym_AT] = ACTIONS(1940),
    [anon_sym_AT_COLON] = ACTIONS(1942),
    [anon_sym_if] = ACTIONS(1940),
    [anon_sym_new] = ACTIONS(1940),
    [anon_sym_TILDE] = ACTIONS(1942),
    [anon_sym_BANG] = ACTIONS(1940),
    [anon_sym_DASH] = ACTIONS(1940),
    [anon_sym_PLUS_PLUS] = ACTIONS(1942),
    [anon_sym_DASH_DASH] = ACTIONS(1942),
    [anon_sym_PERCENT] = ACTIONS(1942),
    [anon_sym_STAR] = ACTIONS(1942),
    [anon_sym_SLASH] = ACTIONS(1940),
    [anon_sym_PLUS] = ACTIONS(1940),
    [anon_sym_LT_LT] = ACTIONS(1942),
    [anon_sym_GT_GT] = ACTIONS(1940),
    [anon_sym_GT_GT_GT] = ACTIONS(1942),
    [anon_sym_AMP] = ACTIONS(1940),
    [anon_sym_PIPE] = ACTIONS(1940),
    [anon_sym_CARET] = ACTIONS(1942),
    [anon_sym_AMP_AMP] = ACTIONS(1942),
    [anon_sym_PIPE_PIPE] = ACTIONS(1942),
    [anon_sym_EQ_EQ] = ACTIONS(1942),
    [anon_sym_BANG_EQ] = ACTIONS(1942),
    [anon_sym_LT] = ACTIONS(1940),
    [anon_sym_LT_EQ] = ACTIONS(1942),
    [anon_sym_GT] = ACTIONS(1940),
    [anon_sym_GT_EQ] = ACTIONS(1942),
    [anon_sym_EQ_GT] = ACTIONS(1942),
    [anon_sym_QMARK_QMARK] = ACTIONS(1942),
    [anon_sym_EQ] = ACTIONS(1940),
    [sym__rangeOperator] = ACTIONS(1942),
    [anon_sym_null] = ACTIONS(1940),
    [anon_sym_macro] = ACTIONS(1940),
    [anon_sym_abstract] = ACTIONS(1940),
    [anon_sym_static] = ACTIONS(1940),
    [anon_sym_public] = ACTIONS(1940),
    [anon_sym_private] = ACTIONS(1940),
    [anon_sym_extern] = ACTIONS(1940),
    [anon_sym_inline] = ACTIONS(1940),
    [anon_sym_overload] = ACTIONS(1940),
    [anon_sym_override] = ACTIONS(1940),
    [anon_sym_final] = ACTIONS(1940),
    [anon_sym_class] = ACTIONS(1940),
    [anon_sym_interface] = ACTIONS(1940),
    [anon_sym_typedef] = ACTIONS(1940),
    [anon_sym_function] = ACTIONS(1940),
    [anon_sym_var] = ACTIONS(1940),
    [aux_sym_integer_token1] = ACTIONS(1940),
    [aux_sym_integer_token2] = ACTIONS(1942),
    [aux_sym_float_token1] = ACTIONS(1940),
    [aux_sym_float_token2] = ACTIONS(1942),
    [anon_sym_true] = ACTIONS(1940),
    [anon_sym_false] = ACTIONS(1940),
    [aux_sym_string_token1] = ACTIONS(1942),
    [aux_sym_string_token3] = ACTIONS(1942),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [606] = {
    [ts_builtin_sym_end] = ACTIONS(2254),
    [sym_identifier] = ACTIONS(2252),
    [anon_sym_POUND] = ACTIONS(2254),
    [anon_sym_package] = ACTIONS(2252),
    [anon_sym_import] = ACTIONS(2252),
    [anon_sym_using] = ACTIONS(2252),
    [anon_sym_throw] = ACTIONS(2252),
    [anon_sym_LPAREN] = ACTIONS(2254),
    [anon_sym_switch] = ACTIONS(2252),
    [anon_sym_LBRACE] = ACTIONS(2254),
    [anon_sym_cast] = ACTIONS(2252),
    [anon_sym_DOLLARtype] = ACTIONS(2254),
    [anon_sym_return] = ACTIONS(2252),
    [anon_sym_untyped] = ACTIONS(2252),
    [anon_sym_break] = ACTIONS(2252),
    [anon_sym_continue] = ACTIONS(2252),
    [anon_sym_LBRACK] = ACTIONS(2254),
    [anon_sym_this] = ACTIONS(2252),
    [anon_sym_AT] = ACTIONS(2252),
    [anon_sym_AT_COLON] = ACTIONS(2254),
    [anon_sym_if] = ACTIONS(2252),
    [anon_sym_new] = ACTIONS(2252),
    [anon_sym_TILDE] = ACTIONS(2254),
    [anon_sym_BANG] = ACTIONS(2252),
    [anon_sym_DASH] = ACTIONS(2252),
    [anon_sym_PLUS_PLUS] = ACTIONS(2254),
    [anon_sym_DASH_DASH] = ACTIONS(2254),
    [anon_sym_PERCENT] = ACTIONS(2254),
    [anon_sym_STAR] = ACTIONS(2254),
    [anon_sym_SLASH] = ACTIONS(2252),
    [anon_sym_PLUS] = ACTIONS(2252),
    [anon_sym_LT_LT] = ACTIONS(2254),
    [anon_sym_GT_GT] = ACTIONS(2252),
    [anon_sym_GT_GT_GT] = ACTIONS(2254),
    [anon_sym_AMP] = ACTIONS(2252),
    [anon_sym_PIPE] = ACTIONS(2252),
    [anon_sym_CARET] = ACTIONS(2254),
    [anon_sym_AMP_AMP] = ACTIONS(2254),
    [anon_sym_PIPE_PIPE] = ACTIONS(2254),
    [anon_sym_EQ_EQ] = ACTIONS(2254),
    [anon_sym_BANG_EQ] = ACTIONS(2254),
    [anon_sym_LT] = ACTIONS(2252),
    [anon_sym_LT_EQ] = ACTIONS(2254),
    [anon_sym_GT] = ACTIONS(2252),
    [anon_sym_GT_EQ] = ACTIONS(2254),
    [anon_sym_EQ_GT] = ACTIONS(2254),
    [anon_sym_QMARK_QMARK] = ACTIONS(2254),
    [anon_sym_EQ] = ACTIONS(2252),
    [sym__rangeOperator] = ACTIONS(2254),
    [anon_sym_null] = ACTIONS(2252),
    [anon_sym_macro] = ACTIONS(2252),
    [anon_sym_abstract] = ACTIONS(2252),
    [anon_sym_static] = ACTIONS(2252),
    [anon_sym_public] = ACTIONS(2252),
    [anon_sym_private] = ACTIONS(2252),
    [anon_sym_extern] = ACTIONS(2252),
    [anon_sym_inline] = ACTIONS(2252),
    [anon_sym_overload] = ACTIONS(2252),
    [anon_sym_override] = ACTIONS(2252),
    [anon_sym_final] = ACTIONS(2252),
    [anon_sym_class] = ACTIONS(2252),
    [anon_sym_interface] = ACTIONS(2252),
    [anon_sym_typedef] = ACTIONS(2252),
    [anon_sym_function] = ACTIONS(2252),
    [anon_sym_var] = ACTIONS(2252),
    [aux_sym_integer_token1] = ACTIONS(2252),
    [aux_sym_integer_token2] = ACTIONS(2254),
    [aux_sym_float_token1] = ACTIONS(2252),
    [aux_sym_float_token2] = ACTIONS(2254),
    [anon_sym_true] = ACTIONS(2252),
    [anon_sym_false] = ACTIONS(2252),
    [aux_sym_string_token1] = ACTIONS(2254),
    [aux_sym_string_token3] = ACTIONS(2254),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [607] = {
    [ts_builtin_sym_end] = ACTIONS(1670),
    [sym_identifier] = ACTIONS(1668),
    [anon_sym_POUND] = ACTIONS(1670),
    [anon_sym_package] = ACTIONS(1668),
    [anon_sym_import] = ACTIONS(1668),
    [anon_sym_using] = ACTIONS(1668),
    [anon_sym_throw] = ACTIONS(1668),
    [anon_sym_LPAREN] = ACTIONS(1670),
    [anon_sym_switch] = ACTIONS(1668),
    [anon_sym_LBRACE] = ACTIONS(1670),
    [anon_sym_cast] = ACTIONS(1668),
    [anon_sym_DOLLARtype] = ACTIONS(1670),
    [anon_sym_return] = ACTIONS(1668),
    [anon_sym_untyped] = ACTIONS(1668),
    [anon_sym_break] = ACTIONS(1668),
    [anon_sym_continue] = ACTIONS(1668),
    [anon_sym_LBRACK] = ACTIONS(1670),
    [anon_sym_this] = ACTIONS(1668),
    [anon_sym_AT] = ACTIONS(1668),
    [anon_sym_AT_COLON] = ACTIONS(1670),
    [anon_sym_if] = ACTIONS(1668),
    [anon_sym_new] = ACTIONS(1668),
    [anon_sym_TILDE] = ACTIONS(1670),
    [anon_sym_BANG] = ACTIONS(1668),
    [anon_sym_DASH] = ACTIONS(1668),
    [anon_sym_PLUS_PLUS] = ACTIONS(1670),
    [anon_sym_DASH_DASH] = ACTIONS(1670),
    [anon_sym_PERCENT] = ACTIONS(1670),
    [anon_sym_STAR] = ACTIONS(1670),
    [anon_sym_SLASH] = ACTIONS(1668),
    [anon_sym_PLUS] = ACTIONS(1668),
    [anon_sym_LT_LT] = ACTIONS(1670),
    [anon_sym_GT_GT] = ACTIONS(1668),
    [anon_sym_GT_GT_GT] = ACTIONS(1670),
    [anon_sym_AMP] = ACTIONS(1668),
    [anon_sym_PIPE] = ACTIONS(1668),
    [anon_sym_CARET] = ACTIONS(1670),
    [anon_sym_AMP_AMP] = ACTIONS(1670),
    [anon_sym_PIPE_PIPE] = ACTIONS(1670),
    [anon_sym_EQ_EQ] = ACTIONS(1670),
    [anon_sym_BANG_EQ] = ACTIONS(1670),
    [anon_sym_LT] = ACTIONS(1668),
    [anon_sym_LT_EQ] = ACTIONS(1670),
    [anon_sym_GT] = ACTIONS(1668),
    [anon_sym_GT_EQ] = ACTIONS(1670),
    [anon_sym_EQ_GT] = ACTIONS(1670),
    [anon_sym_QMARK_QMARK] = ACTIONS(1670),
    [anon_sym_EQ] = ACTIONS(1668),
    [sym__rangeOperator] = ACTIONS(1670),
    [anon_sym_null] = ACTIONS(1668),
    [anon_sym_macro] = ACTIONS(1668),
    [anon_sym_abstract] = ACTIONS(1668),
    [anon_sym_static] = ACTIONS(1668),
    [anon_sym_public] = ACTIONS(1668),
    [anon_sym_private] = ACTIONS(1668),
    [anon_sym_extern] = ACTIONS(1668),
    [anon_sym_inline] = ACTIONS(1668),
    [anon_sym_overload] = ACTIONS(1668),
    [anon_sym_override] = ACTIONS(1668),
    [anon_sym_final] = ACTIONS(1668),
    [anon_sym_class] = ACTIONS(1668),
    [anon_sym_interface] = ACTIONS(1668),
    [anon_sym_typedef] = ACTIONS(1668),
    [anon_sym_function] = ACTIONS(1668),
    [anon_sym_var] = ACTIONS(1668),
    [aux_sym_integer_token1] = ACTIONS(1668),
    [aux_sym_integer_token2] = ACTIONS(1670),
    [aux_sym_float_token1] = ACTIONS(1668),
    [aux_sym_float_token2] = ACTIONS(1670),
    [anon_sym_true] = ACTIONS(1668),
    [anon_sym_false] = ACTIONS(1668),
    [aux_sym_string_token1] = ACTIONS(1670),
    [aux_sym_string_token3] = ACTIONS(1670),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [608] = {
    [ts_builtin_sym_end] = ACTIONS(2274),
    [sym_identifier] = ACTIONS(2272),
    [anon_sym_POUND] = ACTIONS(2274),
    [anon_sym_package] = ACTIONS(2272),
    [anon_sym_import] = ACTIONS(2272),
    [anon_sym_using] = ACTIONS(2272),
    [anon_sym_throw] = ACTIONS(2272),
    [anon_sym_LPAREN] = ACTIONS(2274),
    [anon_sym_switch] = ACTIONS(2272),
    [anon_sym_LBRACE] = ACTIONS(2274),
    [anon_sym_cast] = ACTIONS(2272),
    [anon_sym_DOLLARtype] = ACTIONS(2274),
    [anon_sym_return] = ACTIONS(2272),
    [anon_sym_untyped] = ACTIONS(2272),
    [anon_sym_break] = ACTIONS(2272),
    [anon_sym_continue] = ACTIONS(2272),
    [anon_sym_LBRACK] = ACTIONS(2274),
    [anon_sym_this] = ACTIONS(2272),
    [anon_sym_AT] = ACTIONS(2272),
    [anon_sym_AT_COLON] = ACTIONS(2274),
    [anon_sym_if] = ACTIONS(2272),
    [anon_sym_new] = ACTIONS(2272),
    [anon_sym_TILDE] = ACTIONS(2274),
    [anon_sym_BANG] = ACTIONS(2272),
    [anon_sym_DASH] = ACTIONS(2272),
    [anon_sym_PLUS_PLUS] = ACTIONS(2274),
    [anon_sym_DASH_DASH] = ACTIONS(2274),
    [anon_sym_PERCENT] = ACTIONS(2274),
    [anon_sym_STAR] = ACTIONS(2274),
    [anon_sym_SLASH] = ACTIONS(2272),
    [anon_sym_PLUS] = ACTIONS(2272),
    [anon_sym_LT_LT] = ACTIONS(2274),
    [anon_sym_GT_GT] = ACTIONS(2272),
    [anon_sym_GT_GT_GT] = ACTIONS(2274),
    [anon_sym_AMP] = ACTIONS(2272),
    [anon_sym_PIPE] = ACTIONS(2272),
    [anon_sym_CARET] = ACTIONS(2274),
    [anon_sym_AMP_AMP] = ACTIONS(2274),
    [anon_sym_PIPE_PIPE] = ACTIONS(2274),
    [anon_sym_EQ_EQ] = ACTIONS(2274),
    [anon_sym_BANG_EQ] = ACTIONS(2274),
    [anon_sym_LT] = ACTIONS(2272),
    [anon_sym_LT_EQ] = ACTIONS(2274),
    [anon_sym_GT] = ACTIONS(2272),
    [anon_sym_GT_EQ] = ACTIONS(2274),
    [anon_sym_EQ_GT] = ACTIONS(2274),
    [anon_sym_QMARK_QMARK] = ACTIONS(2274),
    [anon_sym_EQ] = ACTIONS(2272),
    [sym__rangeOperator] = ACTIONS(2274),
    [anon_sym_null] = ACTIONS(2272),
    [anon_sym_macro] = ACTIONS(2272),
    [anon_sym_abstract] = ACTIONS(2272),
    [anon_sym_static] = ACTIONS(2272),
    [anon_sym_public] = ACTIONS(2272),
    [anon_sym_private] = ACTIONS(2272),
    [anon_sym_extern] = ACTIONS(2272),
    [anon_sym_inline] = ACTIONS(2272),
    [anon_sym_overload] = ACTIONS(2272),
    [anon_sym_override] = ACTIONS(2272),
    [anon_sym_final] = ACTIONS(2272),
    [anon_sym_class] = ACTIONS(2272),
    [anon_sym_interface] = ACTIONS(2272),
    [anon_sym_typedef] = ACTIONS(2272),
    [anon_sym_function] = ACTIONS(2272),
    [anon_sym_var] = ACTIONS(2272),
    [aux_sym_integer_token1] = ACTIONS(2272),
    [aux_sym_integer_token2] = ACTIONS(2274),
    [aux_sym_float_token1] = ACTIONS(2272),
    [aux_sym_float_token2] = ACTIONS(2274),
    [anon_sym_true] = ACTIONS(2272),
    [anon_sym_false] = ACTIONS(2272),
    [aux_sym_string_token1] = ACTIONS(2274),
    [aux_sym_string_token3] = ACTIONS(2274),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [609] = {
    [ts_builtin_sym_end] = ACTIONS(1666),
    [sym_identifier] = ACTIONS(1664),
    [anon_sym_POUND] = ACTIONS(1666),
    [anon_sym_package] = ACTIONS(1664),
    [anon_sym_import] = ACTIONS(1664),
    [anon_sym_using] = ACTIONS(1664),
    [anon_sym_throw] = ACTIONS(1664),
    [anon_sym_LPAREN] = ACTIONS(1666),
    [anon_sym_switch] = ACTIONS(1664),
    [anon_sym_LBRACE] = ACTIONS(1666),
    [anon_sym_cast] = ACTIONS(1664),
    [anon_sym_DOLLARtype] = ACTIONS(1666),
    [anon_sym_return] = ACTIONS(1664),
    [anon_sym_untyped] = ACTIONS(1664),
    [anon_sym_break] = ACTIONS(1664),
    [anon_sym_continue] = ACTIONS(1664),
    [anon_sym_LBRACK] = ACTIONS(1666),
    [anon_sym_this] = ACTIONS(1664),
    [anon_sym_AT] = ACTIONS(1664),
    [anon_sym_AT_COLON] = ACTIONS(1666),
    [anon_sym_if] = ACTIONS(1664),
    [anon_sym_new] = ACTIONS(1664),
    [anon_sym_TILDE] = ACTIONS(1666),
    [anon_sym_BANG] = ACTIONS(1664),
    [anon_sym_DASH] = ACTIONS(1664),
    [anon_sym_PLUS_PLUS] = ACTIONS(1666),
    [anon_sym_DASH_DASH] = ACTIONS(1666),
    [anon_sym_PERCENT] = ACTIONS(1666),
    [anon_sym_STAR] = ACTIONS(1666),
    [anon_sym_SLASH] = ACTIONS(1664),
    [anon_sym_PLUS] = ACTIONS(1664),
    [anon_sym_LT_LT] = ACTIONS(1666),
    [anon_sym_GT_GT] = ACTIONS(1664),
    [anon_sym_GT_GT_GT] = ACTIONS(1666),
    [anon_sym_AMP] = ACTIONS(1664),
    [anon_sym_PIPE] = ACTIONS(1664),
    [anon_sym_CARET] = ACTIONS(1666),
    [anon_sym_AMP_AMP] = ACTIONS(1666),
    [anon_sym_PIPE_PIPE] = ACTIONS(1666),
    [anon_sym_EQ_EQ] = ACTIONS(1666),
    [anon_sym_BANG_EQ] = ACTIONS(1666),
    [anon_sym_LT] = ACTIONS(1664),
    [anon_sym_LT_EQ] = ACTIONS(1666),
    [anon_sym_GT] = ACTIONS(1664),
    [anon_sym_GT_EQ] = ACTIONS(1666),
    [anon_sym_EQ_GT] = ACTIONS(1666),
    [anon_sym_QMARK_QMARK] = ACTIONS(1666),
    [anon_sym_EQ] = ACTIONS(1664),
    [sym__rangeOperator] = ACTIONS(1666),
    [anon_sym_null] = ACTIONS(1664),
    [anon_sym_macro] = ACTIONS(1664),
    [anon_sym_abstract] = ACTIONS(1664),
    [anon_sym_static] = ACTIONS(1664),
    [anon_sym_public] = ACTIONS(1664),
    [anon_sym_private] = ACTIONS(1664),
    [anon_sym_extern] = ACTIONS(1664),
    [anon_sym_inline] = ACTIONS(1664),
    [anon_sym_overload] = ACTIONS(1664),
    [anon_sym_override] = ACTIONS(1664),
    [anon_sym_final] = ACTIONS(1664),
    [anon_sym_class] = ACTIONS(1664),
    [anon_sym_interface] = ACTIONS(1664),
    [anon_sym_typedef] = ACTIONS(1664),
    [anon_sym_function] = ACTIONS(1664),
    [anon_sym_var] = ACTIONS(1664),
    [aux_sym_integer_token1] = ACTIONS(1664),
    [aux_sym_integer_token2] = ACTIONS(1666),
    [aux_sym_float_token1] = ACTIONS(1664),
    [aux_sym_float_token2] = ACTIONS(1666),
    [anon_sym_true] = ACTIONS(1664),
    [anon_sym_false] = ACTIONS(1664),
    [aux_sym_string_token1] = ACTIONS(1666),
    [aux_sym_string_token3] = ACTIONS(1666),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [610] = {
    [ts_builtin_sym_end] = ACTIONS(2302),
    [sym_identifier] = ACTIONS(2300),
    [anon_sym_POUND] = ACTIONS(2302),
    [anon_sym_package] = ACTIONS(2300),
    [anon_sym_import] = ACTIONS(2300),
    [anon_sym_using] = ACTIONS(2300),
    [anon_sym_throw] = ACTIONS(2300),
    [anon_sym_LPAREN] = ACTIONS(2302),
    [anon_sym_switch] = ACTIONS(2300),
    [anon_sym_LBRACE] = ACTIONS(2302),
    [anon_sym_cast] = ACTIONS(2300),
    [anon_sym_DOLLARtype] = ACTIONS(2302),
    [anon_sym_return] = ACTIONS(2300),
    [anon_sym_untyped] = ACTIONS(2300),
    [anon_sym_break] = ACTIONS(2300),
    [anon_sym_continue] = ACTIONS(2300),
    [anon_sym_LBRACK] = ACTIONS(2302),
    [anon_sym_this] = ACTIONS(2300),
    [anon_sym_AT] = ACTIONS(2300),
    [anon_sym_AT_COLON] = ACTIONS(2302),
    [anon_sym_if] = ACTIONS(2300),
    [anon_sym_new] = ACTIONS(2300),
    [anon_sym_TILDE] = ACTIONS(2302),
    [anon_sym_BANG] = ACTIONS(2300),
    [anon_sym_DASH] = ACTIONS(2300),
    [anon_sym_PLUS_PLUS] = ACTIONS(2302),
    [anon_sym_DASH_DASH] = ACTIONS(2302),
    [anon_sym_PERCENT] = ACTIONS(2302),
    [anon_sym_STAR] = ACTIONS(2302),
    [anon_sym_SLASH] = ACTIONS(2300),
    [anon_sym_PLUS] = ACTIONS(2300),
    [anon_sym_LT_LT] = ACTIONS(2302),
    [anon_sym_GT_GT] = ACTIONS(2300),
    [anon_sym_GT_GT_GT] = ACTIONS(2302),
    [anon_sym_AMP] = ACTIONS(2300),
    [anon_sym_PIPE] = ACTIONS(2300),
    [anon_sym_CARET] = ACTIONS(2302),
    [anon_sym_AMP_AMP] = ACTIONS(2302),
    [anon_sym_PIPE_PIPE] = ACTIONS(2302),
    [anon_sym_EQ_EQ] = ACTIONS(2302),
    [anon_sym_BANG_EQ] = ACTIONS(2302),
    [anon_sym_LT] = ACTIONS(2300),
    [anon_sym_LT_EQ] = ACTIONS(2302),
    [anon_sym_GT] = ACTIONS(2300),
    [anon_sym_GT_EQ] = ACTIONS(2302),
    [anon_sym_EQ_GT] = ACTIONS(2302),
    [anon_sym_QMARK_QMARK] = ACTIONS(2302),
    [anon_sym_EQ] = ACTIONS(2300),
    [sym__rangeOperator] = ACTIONS(2302),
    [anon_sym_null] = ACTIONS(2300),
    [anon_sym_macro] = ACTIONS(2300),
    [anon_sym_abstract] = ACTIONS(2300),
    [anon_sym_static] = ACTIONS(2300),
    [anon_sym_public] = ACTIONS(2300),
    [anon_sym_private] = ACTIONS(2300),
    [anon_sym_extern] = ACTIONS(2300),
    [anon_sym_inline] = ACTIONS(2300),
    [anon_sym_overload] = ACTIONS(2300),
    [anon_sym_override] = ACTIONS(2300),
    [anon_sym_final] = ACTIONS(2300),
    [anon_sym_class] = ACTIONS(2300),
    [anon_sym_interface] = ACTIONS(2300),
    [anon_sym_typedef] = ACTIONS(2300),
    [anon_sym_function] = ACTIONS(2300),
    [anon_sym_var] = ACTIONS(2300),
    [aux_sym_integer_token1] = ACTIONS(2300),
    [aux_sym_integer_token2] = ACTIONS(2302),
    [aux_sym_float_token1] = ACTIONS(2300),
    [aux_sym_float_token2] = ACTIONS(2302),
    [anon_sym_true] = ACTIONS(2300),
    [anon_sym_false] = ACTIONS(2300),
    [aux_sym_string_token1] = ACTIONS(2302),
    [aux_sym_string_token3] = ACTIONS(2302),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [611] = {
    [ts_builtin_sym_end] = ACTIONS(1662),
    [sym_identifier] = ACTIONS(1660),
    [anon_sym_POUND] = ACTIONS(1662),
    [anon_sym_package] = ACTIONS(1660),
    [anon_sym_import] = ACTIONS(1660),
    [anon_sym_using] = ACTIONS(1660),
    [anon_sym_throw] = ACTIONS(1660),
    [anon_sym_LPAREN] = ACTIONS(1662),
    [anon_sym_switch] = ACTIONS(1660),
    [anon_sym_LBRACE] = ACTIONS(1662),
    [anon_sym_cast] = ACTIONS(1660),
    [anon_sym_DOLLARtype] = ACTIONS(1662),
    [anon_sym_return] = ACTIONS(1660),
    [anon_sym_untyped] = ACTIONS(1660),
    [anon_sym_break] = ACTIONS(1660),
    [anon_sym_continue] = ACTIONS(1660),
    [anon_sym_LBRACK] = ACTIONS(1662),
    [anon_sym_this] = ACTIONS(1660),
    [anon_sym_AT] = ACTIONS(1660),
    [anon_sym_AT_COLON] = ACTIONS(1662),
    [anon_sym_if] = ACTIONS(1660),
    [anon_sym_new] = ACTIONS(1660),
    [anon_sym_TILDE] = ACTIONS(1662),
    [anon_sym_BANG] = ACTIONS(1660),
    [anon_sym_DASH] = ACTIONS(1660),
    [anon_sym_PLUS_PLUS] = ACTIONS(1662),
    [anon_sym_DASH_DASH] = ACTIONS(1662),
    [anon_sym_PERCENT] = ACTIONS(1662),
    [anon_sym_STAR] = ACTIONS(1662),
    [anon_sym_SLASH] = ACTIONS(1660),
    [anon_sym_PLUS] = ACTIONS(1660),
    [anon_sym_LT_LT] = ACTIONS(1662),
    [anon_sym_GT_GT] = ACTIONS(1660),
    [anon_sym_GT_GT_GT] = ACTIONS(1662),
    [anon_sym_AMP] = ACTIONS(1660),
    [anon_sym_PIPE] = ACTIONS(1660),
    [anon_sym_CARET] = ACTIONS(1662),
    [anon_sym_AMP_AMP] = ACTIONS(1662),
    [anon_sym_PIPE_PIPE] = ACTIONS(1662),
    [anon_sym_EQ_EQ] = ACTIONS(1662),
    [anon_sym_BANG_EQ] = ACTIONS(1662),
    [anon_sym_LT] = ACTIONS(1660),
    [anon_sym_LT_EQ] = ACTIONS(1662),
    [anon_sym_GT] = ACTIONS(1660),
    [anon_sym_GT_EQ] = ACTIONS(1662),
    [anon_sym_EQ_GT] = ACTIONS(1662),
    [anon_sym_QMARK_QMARK] = ACTIONS(1662),
    [anon_sym_EQ] = ACTIONS(1660),
    [sym__rangeOperator] = ACTIONS(1662),
    [anon_sym_null] = ACTIONS(1660),
    [anon_sym_macro] = ACTIONS(1660),
    [anon_sym_abstract] = ACTIONS(1660),
    [anon_sym_static] = ACTIONS(1660),
    [anon_sym_public] = ACTIONS(1660),
    [anon_sym_private] = ACTIONS(1660),
    [anon_sym_extern] = ACTIONS(1660),
    [anon_sym_inline] = ACTIONS(1660),
    [anon_sym_overload] = ACTIONS(1660),
    [anon_sym_override] = ACTIONS(1660),
    [anon_sym_final] = ACTIONS(1660),
    [anon_sym_class] = ACTIONS(1660),
    [anon_sym_interface] = ACTIONS(1660),
    [anon_sym_typedef] = ACTIONS(1660),
    [anon_sym_function] = ACTIONS(1660),
    [anon_sym_var] = ACTIONS(1660),
    [aux_sym_integer_token1] = ACTIONS(1660),
    [aux_sym_integer_token2] = ACTIONS(1662),
    [aux_sym_float_token1] = ACTIONS(1660),
    [aux_sym_float_token2] = ACTIONS(1662),
    [anon_sym_true] = ACTIONS(1660),
    [anon_sym_false] = ACTIONS(1660),
    [aux_sym_string_token1] = ACTIONS(1662),
    [aux_sym_string_token3] = ACTIONS(1662),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [612] = {
    [ts_builtin_sym_end] = ACTIONS(1658),
    [sym_identifier] = ACTIONS(1656),
    [anon_sym_POUND] = ACTIONS(1658),
    [anon_sym_package] = ACTIONS(1656),
    [anon_sym_import] = ACTIONS(1656),
    [anon_sym_using] = ACTIONS(1656),
    [anon_sym_throw] = ACTIONS(1656),
    [anon_sym_LPAREN] = ACTIONS(1658),
    [anon_sym_switch] = ACTIONS(1656),
    [anon_sym_LBRACE] = ACTIONS(1658),
    [anon_sym_cast] = ACTIONS(1656),
    [anon_sym_DOLLARtype] = ACTIONS(1658),
    [anon_sym_return] = ACTIONS(1656),
    [anon_sym_untyped] = ACTIONS(1656),
    [anon_sym_break] = ACTIONS(1656),
    [anon_sym_continue] = ACTIONS(1656),
    [anon_sym_LBRACK] = ACTIONS(1658),
    [anon_sym_this] = ACTIONS(1656),
    [anon_sym_AT] = ACTIONS(1656),
    [anon_sym_AT_COLON] = ACTIONS(1658),
    [anon_sym_if] = ACTIONS(1656),
    [anon_sym_new] = ACTIONS(1656),
    [anon_sym_TILDE] = ACTIONS(1658),
    [anon_sym_BANG] = ACTIONS(1656),
    [anon_sym_DASH] = ACTIONS(1656),
    [anon_sym_PLUS_PLUS] = ACTIONS(1658),
    [anon_sym_DASH_DASH] = ACTIONS(1658),
    [anon_sym_PERCENT] = ACTIONS(1658),
    [anon_sym_STAR] = ACTIONS(1658),
    [anon_sym_SLASH] = ACTIONS(1656),
    [anon_sym_PLUS] = ACTIONS(1656),
    [anon_sym_LT_LT] = ACTIONS(1658),
    [anon_sym_GT_GT] = ACTIONS(1656),
    [anon_sym_GT_GT_GT] = ACTIONS(1658),
    [anon_sym_AMP] = ACTIONS(1656),
    [anon_sym_PIPE] = ACTIONS(1656),
    [anon_sym_CARET] = ACTIONS(1658),
    [anon_sym_AMP_AMP] = ACTIONS(1658),
    [anon_sym_PIPE_PIPE] = ACTIONS(1658),
    [anon_sym_EQ_EQ] = ACTIONS(1658),
    [anon_sym_BANG_EQ] = ACTIONS(1658),
    [anon_sym_LT] = ACTIONS(1656),
    [anon_sym_LT_EQ] = ACTIONS(1658),
    [anon_sym_GT] = ACTIONS(1656),
    [anon_sym_GT_EQ] = ACTIONS(1658),
    [anon_sym_EQ_GT] = ACTIONS(1658),
    [anon_sym_QMARK_QMARK] = ACTIONS(1658),
    [anon_sym_EQ] = ACTIONS(1656),
    [sym__rangeOperator] = ACTIONS(1658),
    [anon_sym_null] = ACTIONS(1656),
    [anon_sym_macro] = ACTIONS(1656),
    [anon_sym_abstract] = ACTIONS(1656),
    [anon_sym_static] = ACTIONS(1656),
    [anon_sym_public] = ACTIONS(1656),
    [anon_sym_private] = ACTIONS(1656),
    [anon_sym_extern] = ACTIONS(1656),
    [anon_sym_inline] = ACTIONS(1656),
    [anon_sym_overload] = ACTIONS(1656),
    [anon_sym_override] = ACTIONS(1656),
    [anon_sym_final] = ACTIONS(1656),
    [anon_sym_class] = ACTIONS(1656),
    [anon_sym_interface] = ACTIONS(1656),
    [anon_sym_typedef] = ACTIONS(1656),
    [anon_sym_function] = ACTIONS(1656),
    [anon_sym_var] = ACTIONS(1656),
    [aux_sym_integer_token1] = ACTIONS(1656),
    [aux_sym_integer_token2] = ACTIONS(1658),
    [aux_sym_float_token1] = ACTIONS(1656),
    [aux_sym_float_token2] = ACTIONS(1658),
    [anon_sym_true] = ACTIONS(1656),
    [anon_sym_false] = ACTIONS(1656),
    [aux_sym_string_token1] = ACTIONS(1658),
    [aux_sym_string_token3] = ACTIONS(1658),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [613] = {
    [ts_builtin_sym_end] = ACTIONS(1946),
    [sym_identifier] = ACTIONS(1944),
    [anon_sym_POUND] = ACTIONS(1946),
    [anon_sym_package] = ACTIONS(1944),
    [anon_sym_import] = ACTIONS(1944),
    [anon_sym_using] = ACTIONS(1944),
    [anon_sym_throw] = ACTIONS(1944),
    [anon_sym_LPAREN] = ACTIONS(1946),
    [anon_sym_switch] = ACTIONS(1944),
    [anon_sym_LBRACE] = ACTIONS(1946),
    [anon_sym_cast] = ACTIONS(1944),
    [anon_sym_DOLLARtype] = ACTIONS(1946),
    [anon_sym_return] = ACTIONS(1944),
    [anon_sym_untyped] = ACTIONS(1944),
    [anon_sym_break] = ACTIONS(1944),
    [anon_sym_continue] = ACTIONS(1944),
    [anon_sym_LBRACK] = ACTIONS(1946),
    [anon_sym_this] = ACTIONS(1944),
    [anon_sym_AT] = ACTIONS(1944),
    [anon_sym_AT_COLON] = ACTIONS(1946),
    [anon_sym_if] = ACTIONS(1944),
    [anon_sym_new] = ACTIONS(1944),
    [anon_sym_TILDE] = ACTIONS(1946),
    [anon_sym_BANG] = ACTIONS(1944),
    [anon_sym_DASH] = ACTIONS(1944),
    [anon_sym_PLUS_PLUS] = ACTIONS(1946),
    [anon_sym_DASH_DASH] = ACTIONS(1946),
    [anon_sym_PERCENT] = ACTIONS(1946),
    [anon_sym_STAR] = ACTIONS(1946),
    [anon_sym_SLASH] = ACTIONS(1944),
    [anon_sym_PLUS] = ACTIONS(1944),
    [anon_sym_LT_LT] = ACTIONS(1946),
    [anon_sym_GT_GT] = ACTIONS(1944),
    [anon_sym_GT_GT_GT] = ACTIONS(1946),
    [anon_sym_AMP] = ACTIONS(1944),
    [anon_sym_PIPE] = ACTIONS(1944),
    [anon_sym_CARET] = ACTIONS(1946),
    [anon_sym_AMP_AMP] = ACTIONS(1946),
    [anon_sym_PIPE_PIPE] = ACTIONS(1946),
    [anon_sym_EQ_EQ] = ACTIONS(1946),
    [anon_sym_BANG_EQ] = ACTIONS(1946),
    [anon_sym_LT] = ACTIONS(1944),
    [anon_sym_LT_EQ] = ACTIONS(1946),
    [anon_sym_GT] = ACTIONS(1944),
    [anon_sym_GT_EQ] = ACTIONS(1946),
    [anon_sym_EQ_GT] = ACTIONS(1946),
    [anon_sym_QMARK_QMARK] = ACTIONS(1946),
    [anon_sym_EQ] = ACTIONS(1944),
    [sym__rangeOperator] = ACTIONS(1946),
    [anon_sym_null] = ACTIONS(1944),
    [anon_sym_macro] = ACTIONS(1944),
    [anon_sym_abstract] = ACTIONS(1944),
    [anon_sym_static] = ACTIONS(1944),
    [anon_sym_public] = ACTIONS(1944),
    [anon_sym_private] = ACTIONS(1944),
    [anon_sym_extern] = ACTIONS(1944),
    [anon_sym_inline] = ACTIONS(1944),
    [anon_sym_overload] = ACTIONS(1944),
    [anon_sym_override] = ACTIONS(1944),
    [anon_sym_final] = ACTIONS(1944),
    [anon_sym_class] = ACTIONS(1944),
    [anon_sym_interface] = ACTIONS(1944),
    [anon_sym_typedef] = ACTIONS(1944),
    [anon_sym_function] = ACTIONS(1944),
    [anon_sym_var] = ACTIONS(1944),
    [aux_sym_integer_token1] = ACTIONS(1944),
    [aux_sym_integer_token2] = ACTIONS(1946),
    [aux_sym_float_token1] = ACTIONS(1944),
    [aux_sym_float_token2] = ACTIONS(1946),
    [anon_sym_true] = ACTIONS(1944),
    [anon_sym_false] = ACTIONS(1944),
    [aux_sym_string_token1] = ACTIONS(1946),
    [aux_sym_string_token3] = ACTIONS(1946),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [614] = {
    [ts_builtin_sym_end] = ACTIONS(2106),
    [sym_identifier] = ACTIONS(2104),
    [anon_sym_POUND] = ACTIONS(2106),
    [anon_sym_package] = ACTIONS(2104),
    [anon_sym_import] = ACTIONS(2104),
    [anon_sym_using] = ACTIONS(2104),
    [anon_sym_throw] = ACTIONS(2104),
    [anon_sym_LPAREN] = ACTIONS(2106),
    [anon_sym_switch] = ACTIONS(2104),
    [anon_sym_LBRACE] = ACTIONS(2106),
    [anon_sym_cast] = ACTIONS(2104),
    [anon_sym_DOLLARtype] = ACTIONS(2106),
    [anon_sym_return] = ACTIONS(2104),
    [anon_sym_untyped] = ACTIONS(2104),
    [anon_sym_break] = ACTIONS(2104),
    [anon_sym_continue] = ACTIONS(2104),
    [anon_sym_LBRACK] = ACTIONS(2106),
    [anon_sym_this] = ACTIONS(2104),
    [anon_sym_AT] = ACTIONS(2104),
    [anon_sym_AT_COLON] = ACTIONS(2106),
    [anon_sym_if] = ACTIONS(2104),
    [anon_sym_new] = ACTIONS(2104),
    [anon_sym_TILDE] = ACTIONS(2106),
    [anon_sym_BANG] = ACTIONS(2104),
    [anon_sym_DASH] = ACTIONS(2104),
    [anon_sym_PLUS_PLUS] = ACTIONS(2106),
    [anon_sym_DASH_DASH] = ACTIONS(2106),
    [anon_sym_PERCENT] = ACTIONS(2106),
    [anon_sym_STAR] = ACTIONS(2106),
    [anon_sym_SLASH] = ACTIONS(2104),
    [anon_sym_PLUS] = ACTIONS(2104),
    [anon_sym_LT_LT] = ACTIONS(2106),
    [anon_sym_GT_GT] = ACTIONS(2104),
    [anon_sym_GT_GT_GT] = ACTIONS(2106),
    [anon_sym_AMP] = ACTIONS(2104),
    [anon_sym_PIPE] = ACTIONS(2104),
    [anon_sym_CARET] = ACTIONS(2106),
    [anon_sym_AMP_AMP] = ACTIONS(2106),
    [anon_sym_PIPE_PIPE] = ACTIONS(2106),
    [anon_sym_EQ_EQ] = ACTIONS(2106),
    [anon_sym_BANG_EQ] = ACTIONS(2106),
    [anon_sym_LT] = ACTIONS(2104),
    [anon_sym_LT_EQ] = ACTIONS(2106),
    [anon_sym_GT] = ACTIONS(2104),
    [anon_sym_GT_EQ] = ACTIONS(2106),
    [anon_sym_EQ_GT] = ACTIONS(2106),
    [anon_sym_QMARK_QMARK] = ACTIONS(2106),
    [anon_sym_EQ] = ACTIONS(2104),
    [sym__rangeOperator] = ACTIONS(2106),
    [anon_sym_null] = ACTIONS(2104),
    [anon_sym_macro] = ACTIONS(2104),
    [anon_sym_abstract] = ACTIONS(2104),
    [anon_sym_static] = ACTIONS(2104),
    [anon_sym_public] = ACTIONS(2104),
    [anon_sym_private] = ACTIONS(2104),
    [anon_sym_extern] = ACTIONS(2104),
    [anon_sym_inline] = ACTIONS(2104),
    [anon_sym_overload] = ACTIONS(2104),
    [anon_sym_override] = ACTIONS(2104),
    [anon_sym_final] = ACTIONS(2104),
    [anon_sym_class] = ACTIONS(2104),
    [anon_sym_interface] = ACTIONS(2104),
    [anon_sym_typedef] = ACTIONS(2104),
    [anon_sym_function] = ACTIONS(2104),
    [anon_sym_var] = ACTIONS(2104),
    [aux_sym_integer_token1] = ACTIONS(2104),
    [aux_sym_integer_token2] = ACTIONS(2106),
    [aux_sym_float_token1] = ACTIONS(2104),
    [aux_sym_float_token2] = ACTIONS(2106),
    [anon_sym_true] = ACTIONS(2104),
    [anon_sym_false] = ACTIONS(2104),
    [aux_sym_string_token1] = ACTIONS(2106),
    [aux_sym_string_token3] = ACTIONS(2106),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [615] = {
    [ts_builtin_sym_end] = ACTIONS(1646),
    [sym_identifier] = ACTIONS(1644),
    [anon_sym_POUND] = ACTIONS(1646),
    [anon_sym_package] = ACTIONS(1644),
    [anon_sym_import] = ACTIONS(1644),
    [anon_sym_using] = ACTIONS(1644),
    [anon_sym_throw] = ACTIONS(1644),
    [anon_sym_LPAREN] = ACTIONS(1646),
    [anon_sym_switch] = ACTIONS(1644),
    [anon_sym_LBRACE] = ACTIONS(1646),
    [anon_sym_cast] = ACTIONS(1644),
    [anon_sym_DOLLARtype] = ACTIONS(1646),
    [anon_sym_return] = ACTIONS(1644),
    [anon_sym_untyped] = ACTIONS(1644),
    [anon_sym_break] = ACTIONS(1644),
    [anon_sym_continue] = ACTIONS(1644),
    [anon_sym_LBRACK] = ACTIONS(1646),
    [anon_sym_this] = ACTIONS(1644),
    [anon_sym_AT] = ACTIONS(1644),
    [anon_sym_AT_COLON] = ACTIONS(1646),
    [anon_sym_if] = ACTIONS(1644),
    [anon_sym_new] = ACTIONS(1644),
    [anon_sym_TILDE] = ACTIONS(1646),
    [anon_sym_BANG] = ACTIONS(1644),
    [anon_sym_DASH] = ACTIONS(1644),
    [anon_sym_PLUS_PLUS] = ACTIONS(1646),
    [anon_sym_DASH_DASH] = ACTIONS(1646),
    [anon_sym_PERCENT] = ACTIONS(1646),
    [anon_sym_STAR] = ACTIONS(1646),
    [anon_sym_SLASH] = ACTIONS(1644),
    [anon_sym_PLUS] = ACTIONS(1644),
    [anon_sym_LT_LT] = ACTIONS(1646),
    [anon_sym_GT_GT] = ACTIONS(1644),
    [anon_sym_GT_GT_GT] = ACTIONS(1646),
    [anon_sym_AMP] = ACTIONS(1644),
    [anon_sym_PIPE] = ACTIONS(1644),
    [anon_sym_CARET] = ACTIONS(1646),
    [anon_sym_AMP_AMP] = ACTIONS(1646),
    [anon_sym_PIPE_PIPE] = ACTIONS(1646),
    [anon_sym_EQ_EQ] = ACTIONS(1646),
    [anon_sym_BANG_EQ] = ACTIONS(1646),
    [anon_sym_LT] = ACTIONS(1644),
    [anon_sym_LT_EQ] = ACTIONS(1646),
    [anon_sym_GT] = ACTIONS(1644),
    [anon_sym_GT_EQ] = ACTIONS(1646),
    [anon_sym_EQ_GT] = ACTIONS(1646),
    [anon_sym_QMARK_QMARK] = ACTIONS(1646),
    [anon_sym_EQ] = ACTIONS(1644),
    [sym__rangeOperator] = ACTIONS(1646),
    [anon_sym_null] = ACTIONS(1644),
    [anon_sym_macro] = ACTIONS(1644),
    [anon_sym_abstract] = ACTIONS(1644),
    [anon_sym_static] = ACTIONS(1644),
    [anon_sym_public] = ACTIONS(1644),
    [anon_sym_private] = ACTIONS(1644),
    [anon_sym_extern] = ACTIONS(1644),
    [anon_sym_inline] = ACTIONS(1644),
    [anon_sym_overload] = ACTIONS(1644),
    [anon_sym_override] = ACTIONS(1644),
    [anon_sym_final] = ACTIONS(1644),
    [anon_sym_class] = ACTIONS(1644),
    [anon_sym_interface] = ACTIONS(1644),
    [anon_sym_typedef] = ACTIONS(1644),
    [anon_sym_function] = ACTIONS(1644),
    [anon_sym_var] = ACTIONS(1644),
    [aux_sym_integer_token1] = ACTIONS(1644),
    [aux_sym_integer_token2] = ACTIONS(1646),
    [aux_sym_float_token1] = ACTIONS(1644),
    [aux_sym_float_token2] = ACTIONS(1646),
    [anon_sym_true] = ACTIONS(1644),
    [anon_sym_false] = ACTIONS(1644),
    [aux_sym_string_token1] = ACTIONS(1646),
    [aux_sym_string_token3] = ACTIONS(1646),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [616] = {
    [ts_builtin_sym_end] = ACTIONS(1742),
    [sym_identifier] = ACTIONS(1740),
    [anon_sym_POUND] = ACTIONS(1742),
    [anon_sym_package] = ACTIONS(1740),
    [anon_sym_import] = ACTIONS(1740),
    [anon_sym_using] = ACTIONS(1740),
    [anon_sym_throw] = ACTIONS(1740),
    [anon_sym_LPAREN] = ACTIONS(1742),
    [anon_sym_switch] = ACTIONS(1740),
    [anon_sym_LBRACE] = ACTIONS(1742),
    [anon_sym_cast] = ACTIONS(1740),
    [anon_sym_DOLLARtype] = ACTIONS(1742),
    [anon_sym_return] = ACTIONS(1740),
    [anon_sym_untyped] = ACTIONS(1740),
    [anon_sym_break] = ACTIONS(1740),
    [anon_sym_continue] = ACTIONS(1740),
    [anon_sym_LBRACK] = ACTIONS(1742),
    [anon_sym_this] = ACTIONS(1740),
    [anon_sym_AT] = ACTIONS(1740),
    [anon_sym_AT_COLON] = ACTIONS(1742),
    [anon_sym_if] = ACTIONS(1740),
    [anon_sym_new] = ACTIONS(1740),
    [anon_sym_TILDE] = ACTIONS(1742),
    [anon_sym_BANG] = ACTIONS(1740),
    [anon_sym_DASH] = ACTIONS(1740),
    [anon_sym_PLUS_PLUS] = ACTIONS(1742),
    [anon_sym_DASH_DASH] = ACTIONS(1742),
    [anon_sym_PERCENT] = ACTIONS(1742),
    [anon_sym_STAR] = ACTIONS(1742),
    [anon_sym_SLASH] = ACTIONS(1740),
    [anon_sym_PLUS] = ACTIONS(1740),
    [anon_sym_LT_LT] = ACTIONS(1742),
    [anon_sym_GT_GT] = ACTIONS(1740),
    [anon_sym_GT_GT_GT] = ACTIONS(1742),
    [anon_sym_AMP] = ACTIONS(1740),
    [anon_sym_PIPE] = ACTIONS(1740),
    [anon_sym_CARET] = ACTIONS(1742),
    [anon_sym_AMP_AMP] = ACTIONS(1742),
    [anon_sym_PIPE_PIPE] = ACTIONS(1742),
    [anon_sym_EQ_EQ] = ACTIONS(1742),
    [anon_sym_BANG_EQ] = ACTIONS(1742),
    [anon_sym_LT] = ACTIONS(1740),
    [anon_sym_LT_EQ] = ACTIONS(1742),
    [anon_sym_GT] = ACTIONS(1740),
    [anon_sym_GT_EQ] = ACTIONS(1742),
    [anon_sym_EQ_GT] = ACTIONS(1742),
    [anon_sym_QMARK_QMARK] = ACTIONS(1742),
    [anon_sym_EQ] = ACTIONS(1740),
    [sym__rangeOperator] = ACTIONS(1742),
    [anon_sym_null] = ACTIONS(1740),
    [anon_sym_macro] = ACTIONS(1740),
    [anon_sym_abstract] = ACTIONS(1740),
    [anon_sym_static] = ACTIONS(1740),
    [anon_sym_public] = ACTIONS(1740),
    [anon_sym_private] = ACTIONS(1740),
    [anon_sym_extern] = ACTIONS(1740),
    [anon_sym_inline] = ACTIONS(1740),
    [anon_sym_overload] = ACTIONS(1740),
    [anon_sym_override] = ACTIONS(1740),
    [anon_sym_final] = ACTIONS(1740),
    [anon_sym_class] = ACTIONS(1740),
    [anon_sym_interface] = ACTIONS(1740),
    [anon_sym_typedef] = ACTIONS(1740),
    [anon_sym_function] = ACTIONS(1740),
    [anon_sym_var] = ACTIONS(1740),
    [aux_sym_integer_token1] = ACTIONS(1740),
    [aux_sym_integer_token2] = ACTIONS(1742),
    [aux_sym_float_token1] = ACTIONS(1740),
    [aux_sym_float_token2] = ACTIONS(1742),
    [anon_sym_true] = ACTIONS(1740),
    [anon_sym_false] = ACTIONS(1740),
    [aux_sym_string_token1] = ACTIONS(1742),
    [aux_sym_string_token3] = ACTIONS(1742),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [617] = {
    [ts_builtin_sym_end] = ACTIONS(1982),
    [sym_identifier] = ACTIONS(1980),
    [anon_sym_POUND] = ACTIONS(1982),
    [anon_sym_package] = ACTIONS(1980),
    [anon_sym_import] = ACTIONS(1980),
    [anon_sym_using] = ACTIONS(1980),
    [anon_sym_throw] = ACTIONS(1980),
    [anon_sym_LPAREN] = ACTIONS(1982),
    [anon_sym_switch] = ACTIONS(1980),
    [anon_sym_LBRACE] = ACTIONS(1982),
    [anon_sym_cast] = ACTIONS(1980),
    [anon_sym_DOLLARtype] = ACTIONS(1982),
    [anon_sym_return] = ACTIONS(1980),
    [anon_sym_untyped] = ACTIONS(1980),
    [anon_sym_break] = ACTIONS(1980),
    [anon_sym_continue] = ACTIONS(1980),
    [anon_sym_LBRACK] = ACTIONS(1982),
    [anon_sym_this] = ACTIONS(1980),
    [anon_sym_AT] = ACTIONS(1980),
    [anon_sym_AT_COLON] = ACTIONS(1982),
    [anon_sym_if] = ACTIONS(1980),
    [anon_sym_new] = ACTIONS(1980),
    [anon_sym_TILDE] = ACTIONS(1982),
    [anon_sym_BANG] = ACTIONS(1980),
    [anon_sym_DASH] = ACTIONS(1980),
    [anon_sym_PLUS_PLUS] = ACTIONS(1982),
    [anon_sym_DASH_DASH] = ACTIONS(1982),
    [anon_sym_PERCENT] = ACTIONS(1982),
    [anon_sym_STAR] = ACTIONS(1982),
    [anon_sym_SLASH] = ACTIONS(1980),
    [anon_sym_PLUS] = ACTIONS(1980),
    [anon_sym_LT_LT] = ACTIONS(1982),
    [anon_sym_GT_GT] = ACTIONS(1980),
    [anon_sym_GT_GT_GT] = ACTIONS(1982),
    [anon_sym_AMP] = ACTIONS(1980),
    [anon_sym_PIPE] = ACTIONS(1980),
    [anon_sym_CARET] = ACTIONS(1982),
    [anon_sym_AMP_AMP] = ACTIONS(1982),
    [anon_sym_PIPE_PIPE] = ACTIONS(1982),
    [anon_sym_EQ_EQ] = ACTIONS(1982),
    [anon_sym_BANG_EQ] = ACTIONS(1982),
    [anon_sym_LT] = ACTIONS(1980),
    [anon_sym_LT_EQ] = ACTIONS(1982),
    [anon_sym_GT] = ACTIONS(1980),
    [anon_sym_GT_EQ] = ACTIONS(1982),
    [anon_sym_EQ_GT] = ACTIONS(1982),
    [anon_sym_QMARK_QMARK] = ACTIONS(1982),
    [anon_sym_EQ] = ACTIONS(1980),
    [sym__rangeOperator] = ACTIONS(1982),
    [anon_sym_null] = ACTIONS(1980),
    [anon_sym_macro] = ACTIONS(1980),
    [anon_sym_abstract] = ACTIONS(1980),
    [anon_sym_static] = ACTIONS(1980),
    [anon_sym_public] = ACTIONS(1980),
    [anon_sym_private] = ACTIONS(1980),
    [anon_sym_extern] = ACTIONS(1980),
    [anon_sym_inline] = ACTIONS(1980),
    [anon_sym_overload] = ACTIONS(1980),
    [anon_sym_override] = ACTIONS(1980),
    [anon_sym_final] = ACTIONS(1980),
    [anon_sym_class] = ACTIONS(1980),
    [anon_sym_interface] = ACTIONS(1980),
    [anon_sym_typedef] = ACTIONS(1980),
    [anon_sym_function] = ACTIONS(1980),
    [anon_sym_var] = ACTIONS(1980),
    [aux_sym_integer_token1] = ACTIONS(1980),
    [aux_sym_integer_token2] = ACTIONS(1982),
    [aux_sym_float_token1] = ACTIONS(1980),
    [aux_sym_float_token2] = ACTIONS(1982),
    [anon_sym_true] = ACTIONS(1980),
    [anon_sym_false] = ACTIONS(1980),
    [aux_sym_string_token1] = ACTIONS(1982),
    [aux_sym_string_token3] = ACTIONS(1982),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [618] = {
    [ts_builtin_sym_end] = ACTIONS(2318),
    [sym_identifier] = ACTIONS(2316),
    [anon_sym_POUND] = ACTIONS(2318),
    [anon_sym_package] = ACTIONS(2316),
    [anon_sym_import] = ACTIONS(2316),
    [anon_sym_using] = ACTIONS(2316),
    [anon_sym_throw] = ACTIONS(2316),
    [anon_sym_LPAREN] = ACTIONS(2318),
    [anon_sym_switch] = ACTIONS(2316),
    [anon_sym_LBRACE] = ACTIONS(2318),
    [anon_sym_cast] = ACTIONS(2316),
    [anon_sym_DOLLARtype] = ACTIONS(2318),
    [anon_sym_return] = ACTIONS(2316),
    [anon_sym_untyped] = ACTIONS(2316),
    [anon_sym_break] = ACTIONS(2316),
    [anon_sym_continue] = ACTIONS(2316),
    [anon_sym_LBRACK] = ACTIONS(2318),
    [anon_sym_this] = ACTIONS(2316),
    [anon_sym_AT] = ACTIONS(2316),
    [anon_sym_AT_COLON] = ACTIONS(2318),
    [anon_sym_if] = ACTIONS(2316),
    [anon_sym_new] = ACTIONS(2316),
    [anon_sym_TILDE] = ACTIONS(2318),
    [anon_sym_BANG] = ACTIONS(2316),
    [anon_sym_DASH] = ACTIONS(2316),
    [anon_sym_PLUS_PLUS] = ACTIONS(2318),
    [anon_sym_DASH_DASH] = ACTIONS(2318),
    [anon_sym_PERCENT] = ACTIONS(2318),
    [anon_sym_STAR] = ACTIONS(2318),
    [anon_sym_SLASH] = ACTIONS(2316),
    [anon_sym_PLUS] = ACTIONS(2316),
    [anon_sym_LT_LT] = ACTIONS(2318),
    [anon_sym_GT_GT] = ACTIONS(2316),
    [anon_sym_GT_GT_GT] = ACTIONS(2318),
    [anon_sym_AMP] = ACTIONS(2316),
    [anon_sym_PIPE] = ACTIONS(2316),
    [anon_sym_CARET] = ACTIONS(2318),
    [anon_sym_AMP_AMP] = ACTIONS(2318),
    [anon_sym_PIPE_PIPE] = ACTIONS(2318),
    [anon_sym_EQ_EQ] = ACTIONS(2318),
    [anon_sym_BANG_EQ] = ACTIONS(2318),
    [anon_sym_LT] = ACTIONS(2316),
    [anon_sym_LT_EQ] = ACTIONS(2318),
    [anon_sym_GT] = ACTIONS(2316),
    [anon_sym_GT_EQ] = ACTIONS(2318),
    [anon_sym_EQ_GT] = ACTIONS(2318),
    [anon_sym_QMARK_QMARK] = ACTIONS(2318),
    [anon_sym_EQ] = ACTIONS(2316),
    [sym__rangeOperator] = ACTIONS(2318),
    [anon_sym_null] = ACTIONS(2316),
    [anon_sym_macro] = ACTIONS(2316),
    [anon_sym_abstract] = ACTIONS(2316),
    [anon_sym_static] = ACTIONS(2316),
    [anon_sym_public] = ACTIONS(2316),
    [anon_sym_private] = ACTIONS(2316),
    [anon_sym_extern] = ACTIONS(2316),
    [anon_sym_inline] = ACTIONS(2316),
    [anon_sym_overload] = ACTIONS(2316),
    [anon_sym_override] = ACTIONS(2316),
    [anon_sym_final] = ACTIONS(2316),
    [anon_sym_class] = ACTIONS(2316),
    [anon_sym_interface] = ACTIONS(2316),
    [anon_sym_typedef] = ACTIONS(2316),
    [anon_sym_function] = ACTIONS(2316),
    [anon_sym_var] = ACTIONS(2316),
    [aux_sym_integer_token1] = ACTIONS(2316),
    [aux_sym_integer_token2] = ACTIONS(2318),
    [aux_sym_float_token1] = ACTIONS(2316),
    [aux_sym_float_token2] = ACTIONS(2318),
    [anon_sym_true] = ACTIONS(2316),
    [anon_sym_false] = ACTIONS(2316),
    [aux_sym_string_token1] = ACTIONS(2318),
    [aux_sym_string_token3] = ACTIONS(2318),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [619] = {
    [ts_builtin_sym_end] = ACTIONS(1702),
    [sym_identifier] = ACTIONS(1700),
    [anon_sym_POUND] = ACTIONS(1702),
    [anon_sym_package] = ACTIONS(1700),
    [anon_sym_import] = ACTIONS(1700),
    [anon_sym_using] = ACTIONS(1700),
    [anon_sym_throw] = ACTIONS(1700),
    [anon_sym_LPAREN] = ACTIONS(1702),
    [anon_sym_switch] = ACTIONS(1700),
    [anon_sym_LBRACE] = ACTIONS(1702),
    [anon_sym_cast] = ACTIONS(1700),
    [anon_sym_DOLLARtype] = ACTIONS(1702),
    [anon_sym_return] = ACTIONS(1700),
    [anon_sym_untyped] = ACTIONS(1700),
    [anon_sym_break] = ACTIONS(1700),
    [anon_sym_continue] = ACTIONS(1700),
    [anon_sym_LBRACK] = ACTIONS(1702),
    [anon_sym_this] = ACTIONS(1700),
    [anon_sym_AT] = ACTIONS(1700),
    [anon_sym_AT_COLON] = ACTIONS(1702),
    [anon_sym_if] = ACTIONS(1700),
    [anon_sym_new] = ACTIONS(1700),
    [anon_sym_TILDE] = ACTIONS(1702),
    [anon_sym_BANG] = ACTIONS(1700),
    [anon_sym_DASH] = ACTIONS(1700),
    [anon_sym_PLUS_PLUS] = ACTIONS(1702),
    [anon_sym_DASH_DASH] = ACTIONS(1702),
    [anon_sym_PERCENT] = ACTIONS(1702),
    [anon_sym_STAR] = ACTIONS(1702),
    [anon_sym_SLASH] = ACTIONS(1700),
    [anon_sym_PLUS] = ACTIONS(1700),
    [anon_sym_LT_LT] = ACTIONS(1702),
    [anon_sym_GT_GT] = ACTIONS(1700),
    [anon_sym_GT_GT_GT] = ACTIONS(1702),
    [anon_sym_AMP] = ACTIONS(1700),
    [anon_sym_PIPE] = ACTIONS(1700),
    [anon_sym_CARET] = ACTIONS(1702),
    [anon_sym_AMP_AMP] = ACTIONS(1702),
    [anon_sym_PIPE_PIPE] = ACTIONS(1702),
    [anon_sym_EQ_EQ] = ACTIONS(1702),
    [anon_sym_BANG_EQ] = ACTIONS(1702),
    [anon_sym_LT] = ACTIONS(1700),
    [anon_sym_LT_EQ] = ACTIONS(1702),
    [anon_sym_GT] = ACTIONS(1700),
    [anon_sym_GT_EQ] = ACTIONS(1702),
    [anon_sym_EQ_GT] = ACTIONS(1702),
    [anon_sym_QMARK_QMARK] = ACTIONS(1702),
    [anon_sym_EQ] = ACTIONS(1700),
    [sym__rangeOperator] = ACTIONS(1702),
    [anon_sym_null] = ACTIONS(1700),
    [anon_sym_macro] = ACTIONS(1700),
    [anon_sym_abstract] = ACTIONS(1700),
    [anon_sym_static] = ACTIONS(1700),
    [anon_sym_public] = ACTIONS(1700),
    [anon_sym_private] = ACTIONS(1700),
    [anon_sym_extern] = ACTIONS(1700),
    [anon_sym_inline] = ACTIONS(1700),
    [anon_sym_overload] = ACTIONS(1700),
    [anon_sym_override] = ACTIONS(1700),
    [anon_sym_final] = ACTIONS(1700),
    [anon_sym_class] = ACTIONS(1700),
    [anon_sym_interface] = ACTIONS(1700),
    [anon_sym_typedef] = ACTIONS(1700),
    [anon_sym_function] = ACTIONS(1700),
    [anon_sym_var] = ACTIONS(1700),
    [aux_sym_integer_token1] = ACTIONS(1700),
    [aux_sym_integer_token2] = ACTIONS(1702),
    [aux_sym_float_token1] = ACTIONS(1700),
    [aux_sym_float_token2] = ACTIONS(1702),
    [anon_sym_true] = ACTIONS(1700),
    [anon_sym_false] = ACTIONS(1700),
    [aux_sym_string_token1] = ACTIONS(1702),
    [aux_sym_string_token3] = ACTIONS(1702),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [620] = {
    [ts_builtin_sym_end] = ACTIONS(1674),
    [sym_identifier] = ACTIONS(1672),
    [anon_sym_POUND] = ACTIONS(1674),
    [anon_sym_package] = ACTIONS(1672),
    [anon_sym_import] = ACTIONS(1672),
    [anon_sym_using] = ACTIONS(1672),
    [anon_sym_throw] = ACTIONS(1672),
    [anon_sym_LPAREN] = ACTIONS(1674),
    [anon_sym_switch] = ACTIONS(1672),
    [anon_sym_LBRACE] = ACTIONS(1674),
    [anon_sym_cast] = ACTIONS(1672),
    [anon_sym_DOLLARtype] = ACTIONS(1674),
    [anon_sym_return] = ACTIONS(1672),
    [anon_sym_untyped] = ACTIONS(1672),
    [anon_sym_break] = ACTIONS(1672),
    [anon_sym_continue] = ACTIONS(1672),
    [anon_sym_LBRACK] = ACTIONS(1674),
    [anon_sym_this] = ACTIONS(1672),
    [anon_sym_AT] = ACTIONS(1672),
    [anon_sym_AT_COLON] = ACTIONS(1674),
    [anon_sym_if] = ACTIONS(1672),
    [anon_sym_new] = ACTIONS(1672),
    [anon_sym_TILDE] = ACTIONS(1674),
    [anon_sym_BANG] = ACTIONS(1672),
    [anon_sym_DASH] = ACTIONS(1672),
    [anon_sym_PLUS_PLUS] = ACTIONS(1674),
    [anon_sym_DASH_DASH] = ACTIONS(1674),
    [anon_sym_PERCENT] = ACTIONS(1674),
    [anon_sym_STAR] = ACTIONS(1674),
    [anon_sym_SLASH] = ACTIONS(1672),
    [anon_sym_PLUS] = ACTIONS(1672),
    [anon_sym_LT_LT] = ACTIONS(1674),
    [anon_sym_GT_GT] = ACTIONS(1672),
    [anon_sym_GT_GT_GT] = ACTIONS(1674),
    [anon_sym_AMP] = ACTIONS(1672),
    [anon_sym_PIPE] = ACTIONS(1672),
    [anon_sym_CARET] = ACTIONS(1674),
    [anon_sym_AMP_AMP] = ACTIONS(1674),
    [anon_sym_PIPE_PIPE] = ACTIONS(1674),
    [anon_sym_EQ_EQ] = ACTIONS(1674),
    [anon_sym_BANG_EQ] = ACTIONS(1674),
    [anon_sym_LT] = ACTIONS(1672),
    [anon_sym_LT_EQ] = ACTIONS(1674),
    [anon_sym_GT] = ACTIONS(1672),
    [anon_sym_GT_EQ] = ACTIONS(1674),
    [anon_sym_EQ_GT] = ACTIONS(1674),
    [anon_sym_QMARK_QMARK] = ACTIONS(1674),
    [anon_sym_EQ] = ACTIONS(1672),
    [sym__rangeOperator] = ACTIONS(1674),
    [anon_sym_null] = ACTIONS(1672),
    [anon_sym_macro] = ACTIONS(1672),
    [anon_sym_abstract] = ACTIONS(1672),
    [anon_sym_static] = ACTIONS(1672),
    [anon_sym_public] = ACTIONS(1672),
    [anon_sym_private] = ACTIONS(1672),
    [anon_sym_extern] = ACTIONS(1672),
    [anon_sym_inline] = ACTIONS(1672),
    [anon_sym_overload] = ACTIONS(1672),
    [anon_sym_override] = ACTIONS(1672),
    [anon_sym_final] = ACTIONS(1672),
    [anon_sym_class] = ACTIONS(1672),
    [anon_sym_interface] = ACTIONS(1672),
    [anon_sym_typedef] = ACTIONS(1672),
    [anon_sym_function] = ACTIONS(1672),
    [anon_sym_var] = ACTIONS(1672),
    [aux_sym_integer_token1] = ACTIONS(1672),
    [aux_sym_integer_token2] = ACTIONS(1674),
    [aux_sym_float_token1] = ACTIONS(1672),
    [aux_sym_float_token2] = ACTIONS(1674),
    [anon_sym_true] = ACTIONS(1672),
    [anon_sym_false] = ACTIONS(1672),
    [aux_sym_string_token1] = ACTIONS(1674),
    [aux_sym_string_token3] = ACTIONS(1674),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [621] = {
    [ts_builtin_sym_end] = ACTIONS(1994),
    [sym_identifier] = ACTIONS(1992),
    [anon_sym_POUND] = ACTIONS(1994),
    [anon_sym_package] = ACTIONS(1992),
    [anon_sym_import] = ACTIONS(1992),
    [anon_sym_using] = ACTIONS(1992),
    [anon_sym_throw] = ACTIONS(1992),
    [anon_sym_LPAREN] = ACTIONS(1994),
    [anon_sym_switch] = ACTIONS(1992),
    [anon_sym_LBRACE] = ACTIONS(1994),
    [anon_sym_cast] = ACTIONS(1992),
    [anon_sym_DOLLARtype] = ACTIONS(1994),
    [anon_sym_return] = ACTIONS(1992),
    [anon_sym_untyped] = ACTIONS(1992),
    [anon_sym_break] = ACTIONS(1992),
    [anon_sym_continue] = ACTIONS(1992),
    [anon_sym_LBRACK] = ACTIONS(1994),
    [anon_sym_this] = ACTIONS(1992),
    [anon_sym_AT] = ACTIONS(1992),
    [anon_sym_AT_COLON] = ACTIONS(1994),
    [anon_sym_if] = ACTIONS(1992),
    [anon_sym_new] = ACTIONS(1992),
    [anon_sym_TILDE] = ACTIONS(1994),
    [anon_sym_BANG] = ACTIONS(1992),
    [anon_sym_DASH] = ACTIONS(1992),
    [anon_sym_PLUS_PLUS] = ACTIONS(1994),
    [anon_sym_DASH_DASH] = ACTIONS(1994),
    [anon_sym_PERCENT] = ACTIONS(1994),
    [anon_sym_STAR] = ACTIONS(1994),
    [anon_sym_SLASH] = ACTIONS(1992),
    [anon_sym_PLUS] = ACTIONS(1992),
    [anon_sym_LT_LT] = ACTIONS(1994),
    [anon_sym_GT_GT] = ACTIONS(1992),
    [anon_sym_GT_GT_GT] = ACTIONS(1994),
    [anon_sym_AMP] = ACTIONS(1992),
    [anon_sym_PIPE] = ACTIONS(1992),
    [anon_sym_CARET] = ACTIONS(1994),
    [anon_sym_AMP_AMP] = ACTIONS(1994),
    [anon_sym_PIPE_PIPE] = ACTIONS(1994),
    [anon_sym_EQ_EQ] = ACTIONS(1994),
    [anon_sym_BANG_EQ] = ACTIONS(1994),
    [anon_sym_LT] = ACTIONS(1992),
    [anon_sym_LT_EQ] = ACTIONS(1994),
    [anon_sym_GT] = ACTIONS(1992),
    [anon_sym_GT_EQ] = ACTIONS(1994),
    [anon_sym_EQ_GT] = ACTIONS(1994),
    [anon_sym_QMARK_QMARK] = ACTIONS(1994),
    [anon_sym_EQ] = ACTIONS(1992),
    [sym__rangeOperator] = ACTIONS(1994),
    [anon_sym_null] = ACTIONS(1992),
    [anon_sym_macro] = ACTIONS(1992),
    [anon_sym_abstract] = ACTIONS(1992),
    [anon_sym_static] = ACTIONS(1992),
    [anon_sym_public] = ACTIONS(1992),
    [anon_sym_private] = ACTIONS(1992),
    [anon_sym_extern] = ACTIONS(1992),
    [anon_sym_inline] = ACTIONS(1992),
    [anon_sym_overload] = ACTIONS(1992),
    [anon_sym_override] = ACTIONS(1992),
    [anon_sym_final] = ACTIONS(1992),
    [anon_sym_class] = ACTIONS(1992),
    [anon_sym_interface] = ACTIONS(1992),
    [anon_sym_typedef] = ACTIONS(1992),
    [anon_sym_function] = ACTIONS(1992),
    [anon_sym_var] = ACTIONS(1992),
    [aux_sym_integer_token1] = ACTIONS(1992),
    [aux_sym_integer_token2] = ACTIONS(1994),
    [aux_sym_float_token1] = ACTIONS(1992),
    [aux_sym_float_token2] = ACTIONS(1994),
    [anon_sym_true] = ACTIONS(1992),
    [anon_sym_false] = ACTIONS(1992),
    [aux_sym_string_token1] = ACTIONS(1994),
    [aux_sym_string_token3] = ACTIONS(1994),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [622] = {
    [ts_builtin_sym_end] = ACTIONS(2002),
    [sym_identifier] = ACTIONS(2000),
    [anon_sym_POUND] = ACTIONS(2002),
    [anon_sym_package] = ACTIONS(2000),
    [anon_sym_import] = ACTIONS(2000),
    [anon_sym_using] = ACTIONS(2000),
    [anon_sym_throw] = ACTIONS(2000),
    [anon_sym_LPAREN] = ACTIONS(2002),
    [anon_sym_switch] = ACTIONS(2000),
    [anon_sym_LBRACE] = ACTIONS(2002),
    [anon_sym_cast] = ACTIONS(2000),
    [anon_sym_DOLLARtype] = ACTIONS(2002),
    [anon_sym_return] = ACTIONS(2000),
    [anon_sym_untyped] = ACTIONS(2000),
    [anon_sym_break] = ACTIONS(2000),
    [anon_sym_continue] = ACTIONS(2000),
    [anon_sym_LBRACK] = ACTIONS(2002),
    [anon_sym_this] = ACTIONS(2000),
    [anon_sym_AT] = ACTIONS(2000),
    [anon_sym_AT_COLON] = ACTIONS(2002),
    [anon_sym_if] = ACTIONS(2000),
    [anon_sym_new] = ACTIONS(2000),
    [anon_sym_TILDE] = ACTIONS(2002),
    [anon_sym_BANG] = ACTIONS(2000),
    [anon_sym_DASH] = ACTIONS(2000),
    [anon_sym_PLUS_PLUS] = ACTIONS(2002),
    [anon_sym_DASH_DASH] = ACTIONS(2002),
    [anon_sym_PERCENT] = ACTIONS(2002),
    [anon_sym_STAR] = ACTIONS(2002),
    [anon_sym_SLASH] = ACTIONS(2000),
    [anon_sym_PLUS] = ACTIONS(2000),
    [anon_sym_LT_LT] = ACTIONS(2002),
    [anon_sym_GT_GT] = ACTIONS(2000),
    [anon_sym_GT_GT_GT] = ACTIONS(2002),
    [anon_sym_AMP] = ACTIONS(2000),
    [anon_sym_PIPE] = ACTIONS(2000),
    [anon_sym_CARET] = ACTIONS(2002),
    [anon_sym_AMP_AMP] = ACTIONS(2002),
    [anon_sym_PIPE_PIPE] = ACTIONS(2002),
    [anon_sym_EQ_EQ] = ACTIONS(2002),
    [anon_sym_BANG_EQ] = ACTIONS(2002),
    [anon_sym_LT] = ACTIONS(2000),
    [anon_sym_LT_EQ] = ACTIONS(2002),
    [anon_sym_GT] = ACTIONS(2000),
    [anon_sym_GT_EQ] = ACTIONS(2002),
    [anon_sym_EQ_GT] = ACTIONS(2002),
    [anon_sym_QMARK_QMARK] = ACTIONS(2002),
    [anon_sym_EQ] = ACTIONS(2000),
    [sym__rangeOperator] = ACTIONS(2002),
    [anon_sym_null] = ACTIONS(2000),
    [anon_sym_macro] = ACTIONS(2000),
    [anon_sym_abstract] = ACTIONS(2000),
    [anon_sym_static] = ACTIONS(2000),
    [anon_sym_public] = ACTIONS(2000),
    [anon_sym_private] = ACTIONS(2000),
    [anon_sym_extern] = ACTIONS(2000),
    [anon_sym_inline] = ACTIONS(2000),
    [anon_sym_overload] = ACTIONS(2000),
    [anon_sym_override] = ACTIONS(2000),
    [anon_sym_final] = ACTIONS(2000),
    [anon_sym_class] = ACTIONS(2000),
    [anon_sym_interface] = ACTIONS(2000),
    [anon_sym_typedef] = ACTIONS(2000),
    [anon_sym_function] = ACTIONS(2000),
    [anon_sym_var] = ACTIONS(2000),
    [aux_sym_integer_token1] = ACTIONS(2000),
    [aux_sym_integer_token2] = ACTIONS(2002),
    [aux_sym_float_token1] = ACTIONS(2000),
    [aux_sym_float_token2] = ACTIONS(2002),
    [anon_sym_true] = ACTIONS(2000),
    [anon_sym_false] = ACTIONS(2000),
    [aux_sym_string_token1] = ACTIONS(2002),
    [aux_sym_string_token3] = ACTIONS(2002),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [623] = {
    [ts_builtin_sym_end] = ACTIONS(1654),
    [sym_identifier] = ACTIONS(1652),
    [anon_sym_POUND] = ACTIONS(1654),
    [anon_sym_package] = ACTIONS(1652),
    [anon_sym_import] = ACTIONS(1652),
    [anon_sym_using] = ACTIONS(1652),
    [anon_sym_throw] = ACTIONS(1652),
    [anon_sym_LPAREN] = ACTIONS(1654),
    [anon_sym_switch] = ACTIONS(1652),
    [anon_sym_LBRACE] = ACTIONS(1654),
    [anon_sym_cast] = ACTIONS(1652),
    [anon_sym_DOLLARtype] = ACTIONS(1654),
    [anon_sym_return] = ACTIONS(1652),
    [anon_sym_untyped] = ACTIONS(1652),
    [anon_sym_break] = ACTIONS(1652),
    [anon_sym_continue] = ACTIONS(1652),
    [anon_sym_LBRACK] = ACTIONS(1654),
    [anon_sym_this] = ACTIONS(1652),
    [anon_sym_AT] = ACTIONS(1652),
    [anon_sym_AT_COLON] = ACTIONS(1654),
    [anon_sym_if] = ACTIONS(1652),
    [anon_sym_new] = ACTIONS(1652),
    [anon_sym_TILDE] = ACTIONS(1654),
    [anon_sym_BANG] = ACTIONS(1652),
    [anon_sym_DASH] = ACTIONS(1652),
    [anon_sym_PLUS_PLUS] = ACTIONS(1654),
    [anon_sym_DASH_DASH] = ACTIONS(1654),
    [anon_sym_PERCENT] = ACTIONS(1654),
    [anon_sym_STAR] = ACTIONS(1654),
    [anon_sym_SLASH] = ACTIONS(1652),
    [anon_sym_PLUS] = ACTIONS(1652),
    [anon_sym_LT_LT] = ACTIONS(1654),
    [anon_sym_GT_GT] = ACTIONS(1652),
    [anon_sym_GT_GT_GT] = ACTIONS(1654),
    [anon_sym_AMP] = ACTIONS(1652),
    [anon_sym_PIPE] = ACTIONS(1652),
    [anon_sym_CARET] = ACTIONS(1654),
    [anon_sym_AMP_AMP] = ACTIONS(1654),
    [anon_sym_PIPE_PIPE] = ACTIONS(1654),
    [anon_sym_EQ_EQ] = ACTIONS(1654),
    [anon_sym_BANG_EQ] = ACTIONS(1654),
    [anon_sym_LT] = ACTIONS(1652),
    [anon_sym_LT_EQ] = ACTIONS(1654),
    [anon_sym_GT] = ACTIONS(1652),
    [anon_sym_GT_EQ] = ACTIONS(1654),
    [anon_sym_EQ_GT] = ACTIONS(1654),
    [anon_sym_QMARK_QMARK] = ACTIONS(1654),
    [anon_sym_EQ] = ACTIONS(1652),
    [sym__rangeOperator] = ACTIONS(1654),
    [anon_sym_null] = ACTIONS(1652),
    [anon_sym_macro] = ACTIONS(1652),
    [anon_sym_abstract] = ACTIONS(1652),
    [anon_sym_static] = ACTIONS(1652),
    [anon_sym_public] = ACTIONS(1652),
    [anon_sym_private] = ACTIONS(1652),
    [anon_sym_extern] = ACTIONS(1652),
    [anon_sym_inline] = ACTIONS(1652),
    [anon_sym_overload] = ACTIONS(1652),
    [anon_sym_override] = ACTIONS(1652),
    [anon_sym_final] = ACTIONS(1652),
    [anon_sym_class] = ACTIONS(1652),
    [anon_sym_interface] = ACTIONS(1652),
    [anon_sym_typedef] = ACTIONS(1652),
    [anon_sym_function] = ACTIONS(1652),
    [anon_sym_var] = ACTIONS(1652),
    [aux_sym_integer_token1] = ACTIONS(1652),
    [aux_sym_integer_token2] = ACTIONS(1654),
    [aux_sym_float_token1] = ACTIONS(1652),
    [aux_sym_float_token2] = ACTIONS(1654),
    [anon_sym_true] = ACTIONS(1652),
    [anon_sym_false] = ACTIONS(1652),
    [aux_sym_string_token1] = ACTIONS(1654),
    [aux_sym_string_token3] = ACTIONS(1654),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [624] = {
    [ts_builtin_sym_end] = ACTIONS(2222),
    [sym_identifier] = ACTIONS(2220),
    [anon_sym_POUND] = ACTIONS(2222),
    [anon_sym_package] = ACTIONS(2220),
    [anon_sym_import] = ACTIONS(2220),
    [anon_sym_using] = ACTIONS(2220),
    [anon_sym_throw] = ACTIONS(2220),
    [anon_sym_LPAREN] = ACTIONS(2222),
    [anon_sym_switch] = ACTIONS(2220),
    [anon_sym_LBRACE] = ACTIONS(2222),
    [anon_sym_cast] = ACTIONS(2220),
    [anon_sym_DOLLARtype] = ACTIONS(2222),
    [anon_sym_return] = ACTIONS(2220),
    [anon_sym_untyped] = ACTIONS(2220),
    [anon_sym_break] = ACTIONS(2220),
    [anon_sym_continue] = ACTIONS(2220),
    [anon_sym_LBRACK] = ACTIONS(2222),
    [anon_sym_this] = ACTIONS(2220),
    [anon_sym_AT] = ACTIONS(2220),
    [anon_sym_AT_COLON] = ACTIONS(2222),
    [anon_sym_if] = ACTIONS(2220),
    [anon_sym_new] = ACTIONS(2220),
    [anon_sym_TILDE] = ACTIONS(2222),
    [anon_sym_BANG] = ACTIONS(2220),
    [anon_sym_DASH] = ACTIONS(2220),
    [anon_sym_PLUS_PLUS] = ACTIONS(2222),
    [anon_sym_DASH_DASH] = ACTIONS(2222),
    [anon_sym_PERCENT] = ACTIONS(2222),
    [anon_sym_STAR] = ACTIONS(2222),
    [anon_sym_SLASH] = ACTIONS(2220),
    [anon_sym_PLUS] = ACTIONS(2220),
    [anon_sym_LT_LT] = ACTIONS(2222),
    [anon_sym_GT_GT] = ACTIONS(2220),
    [anon_sym_GT_GT_GT] = ACTIONS(2222),
    [anon_sym_AMP] = ACTIONS(2220),
    [anon_sym_PIPE] = ACTIONS(2220),
    [anon_sym_CARET] = ACTIONS(2222),
    [anon_sym_AMP_AMP] = ACTIONS(2222),
    [anon_sym_PIPE_PIPE] = ACTIONS(2222),
    [anon_sym_EQ_EQ] = ACTIONS(2222),
    [anon_sym_BANG_EQ] = ACTIONS(2222),
    [anon_sym_LT] = ACTIONS(2220),
    [anon_sym_LT_EQ] = ACTIONS(2222),
    [anon_sym_GT] = ACTIONS(2220),
    [anon_sym_GT_EQ] = ACTIONS(2222),
    [anon_sym_EQ_GT] = ACTIONS(2222),
    [anon_sym_QMARK_QMARK] = ACTIONS(2222),
    [anon_sym_EQ] = ACTIONS(2220),
    [sym__rangeOperator] = ACTIONS(2222),
    [anon_sym_null] = ACTIONS(2220),
    [anon_sym_macro] = ACTIONS(2220),
    [anon_sym_abstract] = ACTIONS(2220),
    [anon_sym_static] = ACTIONS(2220),
    [anon_sym_public] = ACTIONS(2220),
    [anon_sym_private] = ACTIONS(2220),
    [anon_sym_extern] = ACTIONS(2220),
    [anon_sym_inline] = ACTIONS(2220),
    [anon_sym_overload] = ACTIONS(2220),
    [anon_sym_override] = ACTIONS(2220),
    [anon_sym_final] = ACTIONS(2220),
    [anon_sym_class] = ACTIONS(2220),
    [anon_sym_interface] = ACTIONS(2220),
    [anon_sym_typedef] = ACTIONS(2220),
    [anon_sym_function] = ACTIONS(2220),
    [anon_sym_var] = ACTIONS(2220),
    [aux_sym_integer_token1] = ACTIONS(2220),
    [aux_sym_integer_token2] = ACTIONS(2222),
    [aux_sym_float_token1] = ACTIONS(2220),
    [aux_sym_float_token2] = ACTIONS(2222),
    [anon_sym_true] = ACTIONS(2220),
    [anon_sym_false] = ACTIONS(2220),
    [aux_sym_string_token1] = ACTIONS(2222),
    [aux_sym_string_token3] = ACTIONS(2222),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [625] = {
    [ts_builtin_sym_end] = ACTIONS(1758),
    [sym_identifier] = ACTIONS(1756),
    [anon_sym_POUND] = ACTIONS(1758),
    [anon_sym_package] = ACTIONS(1756),
    [anon_sym_import] = ACTIONS(1756),
    [anon_sym_using] = ACTIONS(1756),
    [anon_sym_throw] = ACTIONS(1756),
    [anon_sym_LPAREN] = ACTIONS(1758),
    [anon_sym_switch] = ACTIONS(1756),
    [anon_sym_LBRACE] = ACTIONS(1758),
    [anon_sym_cast] = ACTIONS(1756),
    [anon_sym_DOLLARtype] = ACTIONS(1758),
    [anon_sym_return] = ACTIONS(1756),
    [anon_sym_untyped] = ACTIONS(1756),
    [anon_sym_break] = ACTIONS(1756),
    [anon_sym_continue] = ACTIONS(1756),
    [anon_sym_LBRACK] = ACTIONS(1758),
    [anon_sym_this] = ACTIONS(1756),
    [anon_sym_AT] = ACTIONS(1756),
    [anon_sym_AT_COLON] = ACTIONS(1758),
    [anon_sym_if] = ACTIONS(1756),
    [anon_sym_new] = ACTIONS(1756),
    [anon_sym_TILDE] = ACTIONS(1758),
    [anon_sym_BANG] = ACTIONS(1756),
    [anon_sym_DASH] = ACTIONS(1756),
    [anon_sym_PLUS_PLUS] = ACTIONS(1758),
    [anon_sym_DASH_DASH] = ACTIONS(1758),
    [anon_sym_PERCENT] = ACTIONS(1758),
    [anon_sym_STAR] = ACTIONS(1758),
    [anon_sym_SLASH] = ACTIONS(1756),
    [anon_sym_PLUS] = ACTIONS(1756),
    [anon_sym_LT_LT] = ACTIONS(1758),
    [anon_sym_GT_GT] = ACTIONS(1756),
    [anon_sym_GT_GT_GT] = ACTIONS(1758),
    [anon_sym_AMP] = ACTIONS(1756),
    [anon_sym_PIPE] = ACTIONS(1756),
    [anon_sym_CARET] = ACTIONS(1758),
    [anon_sym_AMP_AMP] = ACTIONS(1758),
    [anon_sym_PIPE_PIPE] = ACTIONS(1758),
    [anon_sym_EQ_EQ] = ACTIONS(1758),
    [anon_sym_BANG_EQ] = ACTIONS(1758),
    [anon_sym_LT] = ACTIONS(1756),
    [anon_sym_LT_EQ] = ACTIONS(1758),
    [anon_sym_GT] = ACTIONS(1756),
    [anon_sym_GT_EQ] = ACTIONS(1758),
    [anon_sym_EQ_GT] = ACTIONS(1758),
    [anon_sym_QMARK_QMARK] = ACTIONS(1758),
    [anon_sym_EQ] = ACTIONS(1756),
    [sym__rangeOperator] = ACTIONS(1758),
    [anon_sym_null] = ACTIONS(1756),
    [anon_sym_macro] = ACTIONS(1756),
    [anon_sym_abstract] = ACTIONS(1756),
    [anon_sym_static] = ACTIONS(1756),
    [anon_sym_public] = ACTIONS(1756),
    [anon_sym_private] = ACTIONS(1756),
    [anon_sym_extern] = ACTIONS(1756),
    [anon_sym_inline] = ACTIONS(1756),
    [anon_sym_overload] = ACTIONS(1756),
    [anon_sym_override] = ACTIONS(1756),
    [anon_sym_final] = ACTIONS(1756),
    [anon_sym_class] = ACTIONS(1756),
    [anon_sym_interface] = ACTIONS(1756),
    [anon_sym_typedef] = ACTIONS(1756),
    [anon_sym_function] = ACTIONS(1756),
    [anon_sym_var] = ACTIONS(1756),
    [aux_sym_integer_token1] = ACTIONS(1756),
    [aux_sym_integer_token2] = ACTIONS(1758),
    [aux_sym_float_token1] = ACTIONS(1756),
    [aux_sym_float_token2] = ACTIONS(1758),
    [anon_sym_true] = ACTIONS(1756),
    [anon_sym_false] = ACTIONS(1756),
    [aux_sym_string_token1] = ACTIONS(1758),
    [aux_sym_string_token3] = ACTIONS(1758),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [626] = {
    [ts_builtin_sym_end] = ACTIONS(2006),
    [sym_identifier] = ACTIONS(2004),
    [anon_sym_POUND] = ACTIONS(2006),
    [anon_sym_package] = ACTIONS(2004),
    [anon_sym_import] = ACTIONS(2004),
    [anon_sym_using] = ACTIONS(2004),
    [anon_sym_throw] = ACTIONS(2004),
    [anon_sym_LPAREN] = ACTIONS(2006),
    [anon_sym_switch] = ACTIONS(2004),
    [anon_sym_LBRACE] = ACTIONS(2006),
    [anon_sym_cast] = ACTIONS(2004),
    [anon_sym_DOLLARtype] = ACTIONS(2006),
    [anon_sym_return] = ACTIONS(2004),
    [anon_sym_untyped] = ACTIONS(2004),
    [anon_sym_break] = ACTIONS(2004),
    [anon_sym_continue] = ACTIONS(2004),
    [anon_sym_LBRACK] = ACTIONS(2006),
    [anon_sym_this] = ACTIONS(2004),
    [anon_sym_AT] = ACTIONS(2004),
    [anon_sym_AT_COLON] = ACTIONS(2006),
    [anon_sym_if] = ACTIONS(2004),
    [anon_sym_new] = ACTIONS(2004),
    [anon_sym_TILDE] = ACTIONS(2006),
    [anon_sym_BANG] = ACTIONS(2004),
    [anon_sym_DASH] = ACTIONS(2004),
    [anon_sym_PLUS_PLUS] = ACTIONS(2006),
    [anon_sym_DASH_DASH] = ACTIONS(2006),
    [anon_sym_PERCENT] = ACTIONS(2006),
    [anon_sym_STAR] = ACTIONS(2006),
    [anon_sym_SLASH] = ACTIONS(2004),
    [anon_sym_PLUS] = ACTIONS(2004),
    [anon_sym_LT_LT] = ACTIONS(2006),
    [anon_sym_GT_GT] = ACTIONS(2004),
    [anon_sym_GT_GT_GT] = ACTIONS(2006),
    [anon_sym_AMP] = ACTIONS(2004),
    [anon_sym_PIPE] = ACTIONS(2004),
    [anon_sym_CARET] = ACTIONS(2006),
    [anon_sym_AMP_AMP] = ACTIONS(2006),
    [anon_sym_PIPE_PIPE] = ACTIONS(2006),
    [anon_sym_EQ_EQ] = ACTIONS(2006),
    [anon_sym_BANG_EQ] = ACTIONS(2006),
    [anon_sym_LT] = ACTIONS(2004),
    [anon_sym_LT_EQ] = ACTIONS(2006),
    [anon_sym_GT] = ACTIONS(2004),
    [anon_sym_GT_EQ] = ACTIONS(2006),
    [anon_sym_EQ_GT] = ACTIONS(2006),
    [anon_sym_QMARK_QMARK] = ACTIONS(2006),
    [anon_sym_EQ] = ACTIONS(2004),
    [sym__rangeOperator] = ACTIONS(2006),
    [anon_sym_null] = ACTIONS(2004),
    [anon_sym_macro] = ACTIONS(2004),
    [anon_sym_abstract] = ACTIONS(2004),
    [anon_sym_static] = ACTIONS(2004),
    [anon_sym_public] = ACTIONS(2004),
    [anon_sym_private] = ACTIONS(2004),
    [anon_sym_extern] = ACTIONS(2004),
    [anon_sym_inline] = ACTIONS(2004),
    [anon_sym_overload] = ACTIONS(2004),
    [anon_sym_override] = ACTIONS(2004),
    [anon_sym_final] = ACTIONS(2004),
    [anon_sym_class] = ACTIONS(2004),
    [anon_sym_interface] = ACTIONS(2004),
    [anon_sym_typedef] = ACTIONS(2004),
    [anon_sym_function] = ACTIONS(2004),
    [anon_sym_var] = ACTIONS(2004),
    [aux_sym_integer_token1] = ACTIONS(2004),
    [aux_sym_integer_token2] = ACTIONS(2006),
    [aux_sym_float_token1] = ACTIONS(2004),
    [aux_sym_float_token2] = ACTIONS(2006),
    [anon_sym_true] = ACTIONS(2004),
    [anon_sym_false] = ACTIONS(2004),
    [aux_sym_string_token1] = ACTIONS(2006),
    [aux_sym_string_token3] = ACTIONS(2006),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [627] = {
    [ts_builtin_sym_end] = ACTIONS(1762),
    [sym_identifier] = ACTIONS(1760),
    [anon_sym_POUND] = ACTIONS(1762),
    [anon_sym_package] = ACTIONS(1760),
    [anon_sym_import] = ACTIONS(1760),
    [anon_sym_using] = ACTIONS(1760),
    [anon_sym_throw] = ACTIONS(1760),
    [anon_sym_LPAREN] = ACTIONS(1762),
    [anon_sym_switch] = ACTIONS(1760),
    [anon_sym_LBRACE] = ACTIONS(1762),
    [anon_sym_cast] = ACTIONS(1760),
    [anon_sym_DOLLARtype] = ACTIONS(1762),
    [anon_sym_return] = ACTIONS(1760),
    [anon_sym_untyped] = ACTIONS(1760),
    [anon_sym_break] = ACTIONS(1760),
    [anon_sym_continue] = ACTIONS(1760),
    [anon_sym_LBRACK] = ACTIONS(1762),
    [anon_sym_this] = ACTIONS(1760),
    [anon_sym_AT] = ACTIONS(1760),
    [anon_sym_AT_COLON] = ACTIONS(1762),
    [anon_sym_if] = ACTIONS(1760),
    [anon_sym_new] = ACTIONS(1760),
    [anon_sym_TILDE] = ACTIONS(1762),
    [anon_sym_BANG] = ACTIONS(1760),
    [anon_sym_DASH] = ACTIONS(1760),
    [anon_sym_PLUS_PLUS] = ACTIONS(1762),
    [anon_sym_DASH_DASH] = ACTIONS(1762),
    [anon_sym_PERCENT] = ACTIONS(1762),
    [anon_sym_STAR] = ACTIONS(1762),
    [anon_sym_SLASH] = ACTIONS(1760),
    [anon_sym_PLUS] = ACTIONS(1760),
    [anon_sym_LT_LT] = ACTIONS(1762),
    [anon_sym_GT_GT] = ACTIONS(1760),
    [anon_sym_GT_GT_GT] = ACTIONS(1762),
    [anon_sym_AMP] = ACTIONS(1760),
    [anon_sym_PIPE] = ACTIONS(1760),
    [anon_sym_CARET] = ACTIONS(1762),
    [anon_sym_AMP_AMP] = ACTIONS(1762),
    [anon_sym_PIPE_PIPE] = ACTIONS(1762),
    [anon_sym_EQ_EQ] = ACTIONS(1762),
    [anon_sym_BANG_EQ] = ACTIONS(1762),
    [anon_sym_LT] = ACTIONS(1760),
    [anon_sym_LT_EQ] = ACTIONS(1762),
    [anon_sym_GT] = ACTIONS(1760),
    [anon_sym_GT_EQ] = ACTIONS(1762),
    [anon_sym_EQ_GT] = ACTIONS(1762),
    [anon_sym_QMARK_QMARK] = ACTIONS(1762),
    [anon_sym_EQ] = ACTIONS(1760),
    [sym__rangeOperator] = ACTIONS(1762),
    [anon_sym_null] = ACTIONS(1760),
    [anon_sym_macro] = ACTIONS(1760),
    [anon_sym_abstract] = ACTIONS(1760),
    [anon_sym_static] = ACTIONS(1760),
    [anon_sym_public] = ACTIONS(1760),
    [anon_sym_private] = ACTIONS(1760),
    [anon_sym_extern] = ACTIONS(1760),
    [anon_sym_inline] = ACTIONS(1760),
    [anon_sym_overload] = ACTIONS(1760),
    [anon_sym_override] = ACTIONS(1760),
    [anon_sym_final] = ACTIONS(1760),
    [anon_sym_class] = ACTIONS(1760),
    [anon_sym_interface] = ACTIONS(1760),
    [anon_sym_typedef] = ACTIONS(1760),
    [anon_sym_function] = ACTIONS(1760),
    [anon_sym_var] = ACTIONS(1760),
    [aux_sym_integer_token1] = ACTIONS(1760),
    [aux_sym_integer_token2] = ACTIONS(1762),
    [aux_sym_float_token1] = ACTIONS(1760),
    [aux_sym_float_token2] = ACTIONS(1762),
    [anon_sym_true] = ACTIONS(1760),
    [anon_sym_false] = ACTIONS(1760),
    [aux_sym_string_token1] = ACTIONS(1762),
    [aux_sym_string_token3] = ACTIONS(1762),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [628] = {
    [ts_builtin_sym_end] = ACTIONS(1766),
    [sym_identifier] = ACTIONS(1764),
    [anon_sym_POUND] = ACTIONS(1766),
    [anon_sym_package] = ACTIONS(1764),
    [anon_sym_import] = ACTIONS(1764),
    [anon_sym_using] = ACTIONS(1764),
    [anon_sym_throw] = ACTIONS(1764),
    [anon_sym_LPAREN] = ACTIONS(1766),
    [anon_sym_switch] = ACTIONS(1764),
    [anon_sym_LBRACE] = ACTIONS(1766),
    [anon_sym_cast] = ACTIONS(1764),
    [anon_sym_DOLLARtype] = ACTIONS(1766),
    [anon_sym_return] = ACTIONS(1764),
    [anon_sym_untyped] = ACTIONS(1764),
    [anon_sym_break] = ACTIONS(1764),
    [anon_sym_continue] = ACTIONS(1764),
    [anon_sym_LBRACK] = ACTIONS(1766),
    [anon_sym_this] = ACTIONS(1764),
    [anon_sym_AT] = ACTIONS(1764),
    [anon_sym_AT_COLON] = ACTIONS(1766),
    [anon_sym_if] = ACTIONS(1764),
    [anon_sym_new] = ACTIONS(1764),
    [anon_sym_TILDE] = ACTIONS(1766),
    [anon_sym_BANG] = ACTIONS(1764),
    [anon_sym_DASH] = ACTIONS(1764),
    [anon_sym_PLUS_PLUS] = ACTIONS(1766),
    [anon_sym_DASH_DASH] = ACTIONS(1766),
    [anon_sym_PERCENT] = ACTIONS(1766),
    [anon_sym_STAR] = ACTIONS(1766),
    [anon_sym_SLASH] = ACTIONS(1764),
    [anon_sym_PLUS] = ACTIONS(1764),
    [anon_sym_LT_LT] = ACTIONS(1766),
    [anon_sym_GT_GT] = ACTIONS(1764),
    [anon_sym_GT_GT_GT] = ACTIONS(1766),
    [anon_sym_AMP] = ACTIONS(1764),
    [anon_sym_PIPE] = ACTIONS(1764),
    [anon_sym_CARET] = ACTIONS(1766),
    [anon_sym_AMP_AMP] = ACTIONS(1766),
    [anon_sym_PIPE_PIPE] = ACTIONS(1766),
    [anon_sym_EQ_EQ] = ACTIONS(1766),
    [anon_sym_BANG_EQ] = ACTIONS(1766),
    [anon_sym_LT] = ACTIONS(1764),
    [anon_sym_LT_EQ] = ACTIONS(1766),
    [anon_sym_GT] = ACTIONS(1764),
    [anon_sym_GT_EQ] = ACTIONS(1766),
    [anon_sym_EQ_GT] = ACTIONS(1766),
    [anon_sym_QMARK_QMARK] = ACTIONS(1766),
    [anon_sym_EQ] = ACTIONS(1764),
    [sym__rangeOperator] = ACTIONS(1766),
    [anon_sym_null] = ACTIONS(1764),
    [anon_sym_macro] = ACTIONS(1764),
    [anon_sym_abstract] = ACTIONS(1764),
    [anon_sym_static] = ACTIONS(1764),
    [anon_sym_public] = ACTIONS(1764),
    [anon_sym_private] = ACTIONS(1764),
    [anon_sym_extern] = ACTIONS(1764),
    [anon_sym_inline] = ACTIONS(1764),
    [anon_sym_overload] = ACTIONS(1764),
    [anon_sym_override] = ACTIONS(1764),
    [anon_sym_final] = ACTIONS(1764),
    [anon_sym_class] = ACTIONS(1764),
    [anon_sym_interface] = ACTIONS(1764),
    [anon_sym_typedef] = ACTIONS(1764),
    [anon_sym_function] = ACTIONS(1764),
    [anon_sym_var] = ACTIONS(1764),
    [aux_sym_integer_token1] = ACTIONS(1764),
    [aux_sym_integer_token2] = ACTIONS(1766),
    [aux_sym_float_token1] = ACTIONS(1764),
    [aux_sym_float_token2] = ACTIONS(1766),
    [anon_sym_true] = ACTIONS(1764),
    [anon_sym_false] = ACTIONS(1764),
    [aux_sym_string_token1] = ACTIONS(1766),
    [aux_sym_string_token3] = ACTIONS(1766),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [629] = {
    [ts_builtin_sym_end] = ACTIONS(1770),
    [sym_identifier] = ACTIONS(1768),
    [anon_sym_POUND] = ACTIONS(1770),
    [anon_sym_package] = ACTIONS(1768),
    [anon_sym_import] = ACTIONS(1768),
    [anon_sym_using] = ACTIONS(1768),
    [anon_sym_throw] = ACTIONS(1768),
    [anon_sym_LPAREN] = ACTIONS(1770),
    [anon_sym_switch] = ACTIONS(1768),
    [anon_sym_LBRACE] = ACTIONS(1770),
    [anon_sym_cast] = ACTIONS(1768),
    [anon_sym_DOLLARtype] = ACTIONS(1770),
    [anon_sym_return] = ACTIONS(1768),
    [anon_sym_untyped] = ACTIONS(1768),
    [anon_sym_break] = ACTIONS(1768),
    [anon_sym_continue] = ACTIONS(1768),
    [anon_sym_LBRACK] = ACTIONS(1770),
    [anon_sym_this] = ACTIONS(1768),
    [anon_sym_AT] = ACTIONS(1768),
    [anon_sym_AT_COLON] = ACTIONS(1770),
    [anon_sym_if] = ACTIONS(1768),
    [anon_sym_new] = ACTIONS(1768),
    [anon_sym_TILDE] = ACTIONS(1770),
    [anon_sym_BANG] = ACTIONS(1768),
    [anon_sym_DASH] = ACTIONS(1768),
    [anon_sym_PLUS_PLUS] = ACTIONS(1770),
    [anon_sym_DASH_DASH] = ACTIONS(1770),
    [anon_sym_PERCENT] = ACTIONS(1770),
    [anon_sym_STAR] = ACTIONS(1770),
    [anon_sym_SLASH] = ACTIONS(1768),
    [anon_sym_PLUS] = ACTIONS(1768),
    [anon_sym_LT_LT] = ACTIONS(1770),
    [anon_sym_GT_GT] = ACTIONS(1768),
    [anon_sym_GT_GT_GT] = ACTIONS(1770),
    [anon_sym_AMP] = ACTIONS(1768),
    [anon_sym_PIPE] = ACTIONS(1768),
    [anon_sym_CARET] = ACTIONS(1770),
    [anon_sym_AMP_AMP] = ACTIONS(1770),
    [anon_sym_PIPE_PIPE] = ACTIONS(1770),
    [anon_sym_EQ_EQ] = ACTIONS(1770),
    [anon_sym_BANG_EQ] = ACTIONS(1770),
    [anon_sym_LT] = ACTIONS(1768),
    [anon_sym_LT_EQ] = ACTIONS(1770),
    [anon_sym_GT] = ACTIONS(1768),
    [anon_sym_GT_EQ] = ACTIONS(1770),
    [anon_sym_EQ_GT] = ACTIONS(1770),
    [anon_sym_QMARK_QMARK] = ACTIONS(1770),
    [anon_sym_EQ] = ACTIONS(1768),
    [sym__rangeOperator] = ACTIONS(1770),
    [anon_sym_null] = ACTIONS(1768),
    [anon_sym_macro] = ACTIONS(1768),
    [anon_sym_abstract] = ACTIONS(1768),
    [anon_sym_static] = ACTIONS(1768),
    [anon_sym_public] = ACTIONS(1768),
    [anon_sym_private] = ACTIONS(1768),
    [anon_sym_extern] = ACTIONS(1768),
    [anon_sym_inline] = ACTIONS(1768),
    [anon_sym_overload] = ACTIONS(1768),
    [anon_sym_override] = ACTIONS(1768),
    [anon_sym_final] = ACTIONS(1768),
    [anon_sym_class] = ACTIONS(1768),
    [anon_sym_interface] = ACTIONS(1768),
    [anon_sym_typedef] = ACTIONS(1768),
    [anon_sym_function] = ACTIONS(1768),
    [anon_sym_var] = ACTIONS(1768),
    [aux_sym_integer_token1] = ACTIONS(1768),
    [aux_sym_integer_token2] = ACTIONS(1770),
    [aux_sym_float_token1] = ACTIONS(1768),
    [aux_sym_float_token2] = ACTIONS(1770),
    [anon_sym_true] = ACTIONS(1768),
    [anon_sym_false] = ACTIONS(1768),
    [aux_sym_string_token1] = ACTIONS(1770),
    [aux_sym_string_token3] = ACTIONS(1770),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [630] = {
    [ts_builtin_sym_end] = ACTIONS(2102),
    [sym_identifier] = ACTIONS(2100),
    [anon_sym_POUND] = ACTIONS(2102),
    [anon_sym_package] = ACTIONS(2100),
    [anon_sym_import] = ACTIONS(2100),
    [anon_sym_using] = ACTIONS(2100),
    [anon_sym_throw] = ACTIONS(2100),
    [anon_sym_LPAREN] = ACTIONS(2102),
    [anon_sym_switch] = ACTIONS(2100),
    [anon_sym_LBRACE] = ACTIONS(2102),
    [anon_sym_cast] = ACTIONS(2100),
    [anon_sym_DOLLARtype] = ACTIONS(2102),
    [anon_sym_return] = ACTIONS(2100),
    [anon_sym_untyped] = ACTIONS(2100),
    [anon_sym_break] = ACTIONS(2100),
    [anon_sym_continue] = ACTIONS(2100),
    [anon_sym_LBRACK] = ACTIONS(2102),
    [anon_sym_this] = ACTIONS(2100),
    [anon_sym_AT] = ACTIONS(2100),
    [anon_sym_AT_COLON] = ACTIONS(2102),
    [anon_sym_if] = ACTIONS(2100),
    [anon_sym_new] = ACTIONS(2100),
    [anon_sym_TILDE] = ACTIONS(2102),
    [anon_sym_BANG] = ACTIONS(2100),
    [anon_sym_DASH] = ACTIONS(2100),
    [anon_sym_PLUS_PLUS] = ACTIONS(2102),
    [anon_sym_DASH_DASH] = ACTIONS(2102),
    [anon_sym_PERCENT] = ACTIONS(2102),
    [anon_sym_STAR] = ACTIONS(2102),
    [anon_sym_SLASH] = ACTIONS(2100),
    [anon_sym_PLUS] = ACTIONS(2100),
    [anon_sym_LT_LT] = ACTIONS(2102),
    [anon_sym_GT_GT] = ACTIONS(2100),
    [anon_sym_GT_GT_GT] = ACTIONS(2102),
    [anon_sym_AMP] = ACTIONS(2100),
    [anon_sym_PIPE] = ACTIONS(2100),
    [anon_sym_CARET] = ACTIONS(2102),
    [anon_sym_AMP_AMP] = ACTIONS(2102),
    [anon_sym_PIPE_PIPE] = ACTIONS(2102),
    [anon_sym_EQ_EQ] = ACTIONS(2102),
    [anon_sym_BANG_EQ] = ACTIONS(2102),
    [anon_sym_LT] = ACTIONS(2100),
    [anon_sym_LT_EQ] = ACTIONS(2102),
    [anon_sym_GT] = ACTIONS(2100),
    [anon_sym_GT_EQ] = ACTIONS(2102),
    [anon_sym_EQ_GT] = ACTIONS(2102),
    [anon_sym_QMARK_QMARK] = ACTIONS(2102),
    [anon_sym_EQ] = ACTIONS(2100),
    [sym__rangeOperator] = ACTIONS(2102),
    [anon_sym_null] = ACTIONS(2100),
    [anon_sym_macro] = ACTIONS(2100),
    [anon_sym_abstract] = ACTIONS(2100),
    [anon_sym_static] = ACTIONS(2100),
    [anon_sym_public] = ACTIONS(2100),
    [anon_sym_private] = ACTIONS(2100),
    [anon_sym_extern] = ACTIONS(2100),
    [anon_sym_inline] = ACTIONS(2100),
    [anon_sym_overload] = ACTIONS(2100),
    [anon_sym_override] = ACTIONS(2100),
    [anon_sym_final] = ACTIONS(2100),
    [anon_sym_class] = ACTIONS(2100),
    [anon_sym_interface] = ACTIONS(2100),
    [anon_sym_typedef] = ACTIONS(2100),
    [anon_sym_function] = ACTIONS(2100),
    [anon_sym_var] = ACTIONS(2100),
    [aux_sym_integer_token1] = ACTIONS(2100),
    [aux_sym_integer_token2] = ACTIONS(2102),
    [aux_sym_float_token1] = ACTIONS(2100),
    [aux_sym_float_token2] = ACTIONS(2102),
    [anon_sym_true] = ACTIONS(2100),
    [anon_sym_false] = ACTIONS(2100),
    [aux_sym_string_token1] = ACTIONS(2102),
    [aux_sym_string_token3] = ACTIONS(2102),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [631] = {
    [ts_builtin_sym_end] = ACTIONS(2262),
    [sym_identifier] = ACTIONS(2260),
    [anon_sym_POUND] = ACTIONS(2262),
    [anon_sym_package] = ACTIONS(2260),
    [anon_sym_import] = ACTIONS(2260),
    [anon_sym_using] = ACTIONS(2260),
    [anon_sym_throw] = ACTIONS(2260),
    [anon_sym_LPAREN] = ACTIONS(2262),
    [anon_sym_switch] = ACTIONS(2260),
    [anon_sym_LBRACE] = ACTIONS(2262),
    [anon_sym_cast] = ACTIONS(2260),
    [anon_sym_DOLLARtype] = ACTIONS(2262),
    [anon_sym_return] = ACTIONS(2260),
    [anon_sym_untyped] = ACTIONS(2260),
    [anon_sym_break] = ACTIONS(2260),
    [anon_sym_continue] = ACTIONS(2260),
    [anon_sym_LBRACK] = ACTIONS(2262),
    [anon_sym_this] = ACTIONS(2260),
    [anon_sym_AT] = ACTIONS(2260),
    [anon_sym_AT_COLON] = ACTIONS(2262),
    [anon_sym_if] = ACTIONS(2260),
    [anon_sym_new] = ACTIONS(2260),
    [anon_sym_TILDE] = ACTIONS(2262),
    [anon_sym_BANG] = ACTIONS(2260),
    [anon_sym_DASH] = ACTIONS(2260),
    [anon_sym_PLUS_PLUS] = ACTIONS(2262),
    [anon_sym_DASH_DASH] = ACTIONS(2262),
    [anon_sym_PERCENT] = ACTIONS(2262),
    [anon_sym_STAR] = ACTIONS(2262),
    [anon_sym_SLASH] = ACTIONS(2260),
    [anon_sym_PLUS] = ACTIONS(2260),
    [anon_sym_LT_LT] = ACTIONS(2262),
    [anon_sym_GT_GT] = ACTIONS(2260),
    [anon_sym_GT_GT_GT] = ACTIONS(2262),
    [anon_sym_AMP] = ACTIONS(2260),
    [anon_sym_PIPE] = ACTIONS(2260),
    [anon_sym_CARET] = ACTIONS(2262),
    [anon_sym_AMP_AMP] = ACTIONS(2262),
    [anon_sym_PIPE_PIPE] = ACTIONS(2262),
    [anon_sym_EQ_EQ] = ACTIONS(2262),
    [anon_sym_BANG_EQ] = ACTIONS(2262),
    [anon_sym_LT] = ACTIONS(2260),
    [anon_sym_LT_EQ] = ACTIONS(2262),
    [anon_sym_GT] = ACTIONS(2260),
    [anon_sym_GT_EQ] = ACTIONS(2262),
    [anon_sym_EQ_GT] = ACTIONS(2262),
    [anon_sym_QMARK_QMARK] = ACTIONS(2262),
    [anon_sym_EQ] = ACTIONS(2260),
    [sym__rangeOperator] = ACTIONS(2262),
    [anon_sym_null] = ACTIONS(2260),
    [anon_sym_macro] = ACTIONS(2260),
    [anon_sym_abstract] = ACTIONS(2260),
    [anon_sym_static] = ACTIONS(2260),
    [anon_sym_public] = ACTIONS(2260),
    [anon_sym_private] = ACTIONS(2260),
    [anon_sym_extern] = ACTIONS(2260),
    [anon_sym_inline] = ACTIONS(2260),
    [anon_sym_overload] = ACTIONS(2260),
    [anon_sym_override] = ACTIONS(2260),
    [anon_sym_final] = ACTIONS(2260),
    [anon_sym_class] = ACTIONS(2260),
    [anon_sym_interface] = ACTIONS(2260),
    [anon_sym_typedef] = ACTIONS(2260),
    [anon_sym_function] = ACTIONS(2260),
    [anon_sym_var] = ACTIONS(2260),
    [aux_sym_integer_token1] = ACTIONS(2260),
    [aux_sym_integer_token2] = ACTIONS(2262),
    [aux_sym_float_token1] = ACTIONS(2260),
    [aux_sym_float_token2] = ACTIONS(2262),
    [anon_sym_true] = ACTIONS(2260),
    [anon_sym_false] = ACTIONS(2260),
    [aux_sym_string_token1] = ACTIONS(2262),
    [aux_sym_string_token3] = ACTIONS(2262),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [632] = {
    [ts_builtin_sym_end] = ACTIONS(2226),
    [sym_identifier] = ACTIONS(2224),
    [anon_sym_POUND] = ACTIONS(2226),
    [anon_sym_package] = ACTIONS(2224),
    [anon_sym_import] = ACTIONS(2224),
    [anon_sym_using] = ACTIONS(2224),
    [anon_sym_throw] = ACTIONS(2224),
    [anon_sym_LPAREN] = ACTIONS(2226),
    [anon_sym_switch] = ACTIONS(2224),
    [anon_sym_LBRACE] = ACTIONS(2226),
    [anon_sym_cast] = ACTIONS(2224),
    [anon_sym_DOLLARtype] = ACTIONS(2226),
    [anon_sym_return] = ACTIONS(2224),
    [anon_sym_untyped] = ACTIONS(2224),
    [anon_sym_break] = ACTIONS(2224),
    [anon_sym_continue] = ACTIONS(2224),
    [anon_sym_LBRACK] = ACTIONS(2226),
    [anon_sym_this] = ACTIONS(2224),
    [anon_sym_AT] = ACTIONS(2224),
    [anon_sym_AT_COLON] = ACTIONS(2226),
    [anon_sym_if] = ACTIONS(2224),
    [anon_sym_new] = ACTIONS(2224),
    [anon_sym_TILDE] = ACTIONS(2226),
    [anon_sym_BANG] = ACTIONS(2224),
    [anon_sym_DASH] = ACTIONS(2224),
    [anon_sym_PLUS_PLUS] = ACTIONS(2226),
    [anon_sym_DASH_DASH] = ACTIONS(2226),
    [anon_sym_PERCENT] = ACTIONS(2226),
    [anon_sym_STAR] = ACTIONS(2226),
    [anon_sym_SLASH] = ACTIONS(2224),
    [anon_sym_PLUS] = ACTIONS(2224),
    [anon_sym_LT_LT] = ACTIONS(2226),
    [anon_sym_GT_GT] = ACTIONS(2224),
    [anon_sym_GT_GT_GT] = ACTIONS(2226),
    [anon_sym_AMP] = ACTIONS(2224),
    [anon_sym_PIPE] = ACTIONS(2224),
    [anon_sym_CARET] = ACTIONS(2226),
    [anon_sym_AMP_AMP] = ACTIONS(2226),
    [anon_sym_PIPE_PIPE] = ACTIONS(2226),
    [anon_sym_EQ_EQ] = ACTIONS(2226),
    [anon_sym_BANG_EQ] = ACTIONS(2226),
    [anon_sym_LT] = ACTIONS(2224),
    [anon_sym_LT_EQ] = ACTIONS(2226),
    [anon_sym_GT] = ACTIONS(2224),
    [anon_sym_GT_EQ] = ACTIONS(2226),
    [anon_sym_EQ_GT] = ACTIONS(2226),
    [anon_sym_QMARK_QMARK] = ACTIONS(2226),
    [anon_sym_EQ] = ACTIONS(2224),
    [sym__rangeOperator] = ACTIONS(2226),
    [anon_sym_null] = ACTIONS(2224),
    [anon_sym_macro] = ACTIONS(2224),
    [anon_sym_abstract] = ACTIONS(2224),
    [anon_sym_static] = ACTIONS(2224),
    [anon_sym_public] = ACTIONS(2224),
    [anon_sym_private] = ACTIONS(2224),
    [anon_sym_extern] = ACTIONS(2224),
    [anon_sym_inline] = ACTIONS(2224),
    [anon_sym_overload] = ACTIONS(2224),
    [anon_sym_override] = ACTIONS(2224),
    [anon_sym_final] = ACTIONS(2224),
    [anon_sym_class] = ACTIONS(2224),
    [anon_sym_interface] = ACTIONS(2224),
    [anon_sym_typedef] = ACTIONS(2224),
    [anon_sym_function] = ACTIONS(2224),
    [anon_sym_var] = ACTIONS(2224),
    [aux_sym_integer_token1] = ACTIONS(2224),
    [aux_sym_integer_token2] = ACTIONS(2226),
    [aux_sym_float_token1] = ACTIONS(2224),
    [aux_sym_float_token2] = ACTIONS(2226),
    [anon_sym_true] = ACTIONS(2224),
    [anon_sym_false] = ACTIONS(2224),
    [aux_sym_string_token1] = ACTIONS(2226),
    [aux_sym_string_token3] = ACTIONS(2226),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [633] = {
    [ts_builtin_sym_end] = ACTIONS(1750),
    [sym_identifier] = ACTIONS(1748),
    [anon_sym_POUND] = ACTIONS(1750),
    [anon_sym_package] = ACTIONS(1748),
    [anon_sym_import] = ACTIONS(1748),
    [anon_sym_using] = ACTIONS(1748),
    [anon_sym_throw] = ACTIONS(1748),
    [anon_sym_LPAREN] = ACTIONS(1750),
    [anon_sym_switch] = ACTIONS(1748),
    [anon_sym_LBRACE] = ACTIONS(1750),
    [anon_sym_cast] = ACTIONS(1748),
    [anon_sym_DOLLARtype] = ACTIONS(1750),
    [anon_sym_return] = ACTIONS(1748),
    [anon_sym_untyped] = ACTIONS(1748),
    [anon_sym_break] = ACTIONS(1748),
    [anon_sym_continue] = ACTIONS(1748),
    [anon_sym_LBRACK] = ACTIONS(1750),
    [anon_sym_this] = ACTIONS(1748),
    [anon_sym_AT] = ACTIONS(1748),
    [anon_sym_AT_COLON] = ACTIONS(1750),
    [anon_sym_if] = ACTIONS(1748),
    [anon_sym_new] = ACTIONS(1748),
    [anon_sym_TILDE] = ACTIONS(1750),
    [anon_sym_BANG] = ACTIONS(1748),
    [anon_sym_DASH] = ACTIONS(1748),
    [anon_sym_PLUS_PLUS] = ACTIONS(1750),
    [anon_sym_DASH_DASH] = ACTIONS(1750),
    [anon_sym_PERCENT] = ACTIONS(1750),
    [anon_sym_STAR] = ACTIONS(1750),
    [anon_sym_SLASH] = ACTIONS(1748),
    [anon_sym_PLUS] = ACTIONS(1748),
    [anon_sym_LT_LT] = ACTIONS(1750),
    [anon_sym_GT_GT] = ACTIONS(1748),
    [anon_sym_GT_GT_GT] = ACTIONS(1750),
    [anon_sym_AMP] = ACTIONS(1748),
    [anon_sym_PIPE] = ACTIONS(1748),
    [anon_sym_CARET] = ACTIONS(1750),
    [anon_sym_AMP_AMP] = ACTIONS(1750),
    [anon_sym_PIPE_PIPE] = ACTIONS(1750),
    [anon_sym_EQ_EQ] = ACTIONS(1750),
    [anon_sym_BANG_EQ] = ACTIONS(1750),
    [anon_sym_LT] = ACTIONS(1748),
    [anon_sym_LT_EQ] = ACTIONS(1750),
    [anon_sym_GT] = ACTIONS(1748),
    [anon_sym_GT_EQ] = ACTIONS(1750),
    [anon_sym_EQ_GT] = ACTIONS(1750),
    [anon_sym_QMARK_QMARK] = ACTIONS(1750),
    [anon_sym_EQ] = ACTIONS(1748),
    [sym__rangeOperator] = ACTIONS(1750),
    [anon_sym_null] = ACTIONS(1748),
    [anon_sym_macro] = ACTIONS(1748),
    [anon_sym_abstract] = ACTIONS(1748),
    [anon_sym_static] = ACTIONS(1748),
    [anon_sym_public] = ACTIONS(1748),
    [anon_sym_private] = ACTIONS(1748),
    [anon_sym_extern] = ACTIONS(1748),
    [anon_sym_inline] = ACTIONS(1748),
    [anon_sym_overload] = ACTIONS(1748),
    [anon_sym_override] = ACTIONS(1748),
    [anon_sym_final] = ACTIONS(1748),
    [anon_sym_class] = ACTIONS(1748),
    [anon_sym_interface] = ACTIONS(1748),
    [anon_sym_typedef] = ACTIONS(1748),
    [anon_sym_function] = ACTIONS(1748),
    [anon_sym_var] = ACTIONS(1748),
    [aux_sym_integer_token1] = ACTIONS(1748),
    [aux_sym_integer_token2] = ACTIONS(1750),
    [aux_sym_float_token1] = ACTIONS(1748),
    [aux_sym_float_token2] = ACTIONS(1750),
    [anon_sym_true] = ACTIONS(1748),
    [anon_sym_false] = ACTIONS(1748),
    [aux_sym_string_token1] = ACTIONS(1750),
    [aux_sym_string_token3] = ACTIONS(1750),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [634] = {
    [ts_builtin_sym_end] = ACTIONS(2010),
    [sym_identifier] = ACTIONS(2008),
    [anon_sym_POUND] = ACTIONS(2010),
    [anon_sym_package] = ACTIONS(2008),
    [anon_sym_import] = ACTIONS(2008),
    [anon_sym_using] = ACTIONS(2008),
    [anon_sym_throw] = ACTIONS(2008),
    [anon_sym_LPAREN] = ACTIONS(2010),
    [anon_sym_switch] = ACTIONS(2008),
    [anon_sym_LBRACE] = ACTIONS(2010),
    [anon_sym_cast] = ACTIONS(2008),
    [anon_sym_DOLLARtype] = ACTIONS(2010),
    [anon_sym_return] = ACTIONS(2008),
    [anon_sym_untyped] = ACTIONS(2008),
    [anon_sym_break] = ACTIONS(2008),
    [anon_sym_continue] = ACTIONS(2008),
    [anon_sym_LBRACK] = ACTIONS(2010),
    [anon_sym_this] = ACTIONS(2008),
    [anon_sym_AT] = ACTIONS(2008),
    [anon_sym_AT_COLON] = ACTIONS(2010),
    [anon_sym_if] = ACTIONS(2008),
    [anon_sym_new] = ACTIONS(2008),
    [anon_sym_TILDE] = ACTIONS(2010),
    [anon_sym_BANG] = ACTIONS(2008),
    [anon_sym_DASH] = ACTIONS(2008),
    [anon_sym_PLUS_PLUS] = ACTIONS(2010),
    [anon_sym_DASH_DASH] = ACTIONS(2010),
    [anon_sym_PERCENT] = ACTIONS(2010),
    [anon_sym_STAR] = ACTIONS(2010),
    [anon_sym_SLASH] = ACTIONS(2008),
    [anon_sym_PLUS] = ACTIONS(2008),
    [anon_sym_LT_LT] = ACTIONS(2010),
    [anon_sym_GT_GT] = ACTIONS(2008),
    [anon_sym_GT_GT_GT] = ACTIONS(2010),
    [anon_sym_AMP] = ACTIONS(2008),
    [anon_sym_PIPE] = ACTIONS(2008),
    [anon_sym_CARET] = ACTIONS(2010),
    [anon_sym_AMP_AMP] = ACTIONS(2010),
    [anon_sym_PIPE_PIPE] = ACTIONS(2010),
    [anon_sym_EQ_EQ] = ACTIONS(2010),
    [anon_sym_BANG_EQ] = ACTIONS(2010),
    [anon_sym_LT] = ACTIONS(2008),
    [anon_sym_LT_EQ] = ACTIONS(2010),
    [anon_sym_GT] = ACTIONS(2008),
    [anon_sym_GT_EQ] = ACTIONS(2010),
    [anon_sym_EQ_GT] = ACTIONS(2010),
    [anon_sym_QMARK_QMARK] = ACTIONS(2010),
    [anon_sym_EQ] = ACTIONS(2008),
    [sym__rangeOperator] = ACTIONS(2010),
    [anon_sym_null] = ACTIONS(2008),
    [anon_sym_macro] = ACTIONS(2008),
    [anon_sym_abstract] = ACTIONS(2008),
    [anon_sym_static] = ACTIONS(2008),
    [anon_sym_public] = ACTIONS(2008),
    [anon_sym_private] = ACTIONS(2008),
    [anon_sym_extern] = ACTIONS(2008),
    [anon_sym_inline] = ACTIONS(2008),
    [anon_sym_overload] = ACTIONS(2008),
    [anon_sym_override] = ACTIONS(2008),
    [anon_sym_final] = ACTIONS(2008),
    [anon_sym_class] = ACTIONS(2008),
    [anon_sym_interface] = ACTIONS(2008),
    [anon_sym_typedef] = ACTIONS(2008),
    [anon_sym_function] = ACTIONS(2008),
    [anon_sym_var] = ACTIONS(2008),
    [aux_sym_integer_token1] = ACTIONS(2008),
    [aux_sym_integer_token2] = ACTIONS(2010),
    [aux_sym_float_token1] = ACTIONS(2008),
    [aux_sym_float_token2] = ACTIONS(2010),
    [anon_sym_true] = ACTIONS(2008),
    [anon_sym_false] = ACTIONS(2008),
    [aux_sym_string_token1] = ACTIONS(2010),
    [aux_sym_string_token3] = ACTIONS(2010),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [635] = {
    [ts_builtin_sym_end] = ACTIONS(1694),
    [sym_identifier] = ACTIONS(1692),
    [anon_sym_POUND] = ACTIONS(1694),
    [anon_sym_package] = ACTIONS(1692),
    [anon_sym_import] = ACTIONS(1692),
    [anon_sym_using] = ACTIONS(1692),
    [anon_sym_throw] = ACTIONS(1692),
    [anon_sym_LPAREN] = ACTIONS(1694),
    [anon_sym_switch] = ACTIONS(1692),
    [anon_sym_LBRACE] = ACTIONS(1694),
    [anon_sym_cast] = ACTIONS(1692),
    [anon_sym_DOLLARtype] = ACTIONS(1694),
    [anon_sym_return] = ACTIONS(1692),
    [anon_sym_untyped] = ACTIONS(1692),
    [anon_sym_break] = ACTIONS(1692),
    [anon_sym_continue] = ACTIONS(1692),
    [anon_sym_LBRACK] = ACTIONS(1694),
    [anon_sym_this] = ACTIONS(1692),
    [anon_sym_AT] = ACTIONS(1692),
    [anon_sym_AT_COLON] = ACTIONS(1694),
    [anon_sym_if] = ACTIONS(1692),
    [anon_sym_new] = ACTIONS(1692),
    [anon_sym_TILDE] = ACTIONS(1694),
    [anon_sym_BANG] = ACTIONS(1692),
    [anon_sym_DASH] = ACTIONS(1692),
    [anon_sym_PLUS_PLUS] = ACTIONS(1694),
    [anon_sym_DASH_DASH] = ACTIONS(1694),
    [anon_sym_PERCENT] = ACTIONS(1694),
    [anon_sym_STAR] = ACTIONS(1694),
    [anon_sym_SLASH] = ACTIONS(1692),
    [anon_sym_PLUS] = ACTIONS(1692),
    [anon_sym_LT_LT] = ACTIONS(1694),
    [anon_sym_GT_GT] = ACTIONS(1692),
    [anon_sym_GT_GT_GT] = ACTIONS(1694),
    [anon_sym_AMP] = ACTIONS(1692),
    [anon_sym_PIPE] = ACTIONS(1692),
    [anon_sym_CARET] = ACTIONS(1694),
    [anon_sym_AMP_AMP] = ACTIONS(1694),
    [anon_sym_PIPE_PIPE] = ACTIONS(1694),
    [anon_sym_EQ_EQ] = ACTIONS(1694),
    [anon_sym_BANG_EQ] = ACTIONS(1694),
    [anon_sym_LT] = ACTIONS(1692),
    [anon_sym_LT_EQ] = ACTIONS(1694),
    [anon_sym_GT] = ACTIONS(1692),
    [anon_sym_GT_EQ] = ACTIONS(1694),
    [anon_sym_EQ_GT] = ACTIONS(1694),
    [anon_sym_QMARK_QMARK] = ACTIONS(1694),
    [anon_sym_EQ] = ACTIONS(1692),
    [sym__rangeOperator] = ACTIONS(1694),
    [anon_sym_null] = ACTIONS(1692),
    [anon_sym_macro] = ACTIONS(1692),
    [anon_sym_abstract] = ACTIONS(1692),
    [anon_sym_static] = ACTIONS(1692),
    [anon_sym_public] = ACTIONS(1692),
    [anon_sym_private] = ACTIONS(1692),
    [anon_sym_extern] = ACTIONS(1692),
    [anon_sym_inline] = ACTIONS(1692),
    [anon_sym_overload] = ACTIONS(1692),
    [anon_sym_override] = ACTIONS(1692),
    [anon_sym_final] = ACTIONS(1692),
    [anon_sym_class] = ACTIONS(1692),
    [anon_sym_interface] = ACTIONS(1692),
    [anon_sym_typedef] = ACTIONS(1692),
    [anon_sym_function] = ACTIONS(1692),
    [anon_sym_var] = ACTIONS(1692),
    [aux_sym_integer_token1] = ACTIONS(1692),
    [aux_sym_integer_token2] = ACTIONS(1694),
    [aux_sym_float_token1] = ACTIONS(1692),
    [aux_sym_float_token2] = ACTIONS(1694),
    [anon_sym_true] = ACTIONS(1692),
    [anon_sym_false] = ACTIONS(1692),
    [aux_sym_string_token1] = ACTIONS(1694),
    [aux_sym_string_token3] = ACTIONS(1694),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [636] = {
    [ts_builtin_sym_end] = ACTIONS(2098),
    [sym_identifier] = ACTIONS(2096),
    [anon_sym_POUND] = ACTIONS(2098),
    [anon_sym_package] = ACTIONS(2096),
    [anon_sym_import] = ACTIONS(2096),
    [anon_sym_using] = ACTIONS(2096),
    [anon_sym_throw] = ACTIONS(2096),
    [anon_sym_LPAREN] = ACTIONS(2098),
    [anon_sym_switch] = ACTIONS(2096),
    [anon_sym_LBRACE] = ACTIONS(2098),
    [anon_sym_cast] = ACTIONS(2096),
    [anon_sym_DOLLARtype] = ACTIONS(2098),
    [anon_sym_return] = ACTIONS(2096),
    [anon_sym_untyped] = ACTIONS(2096),
    [anon_sym_break] = ACTIONS(2096),
    [anon_sym_continue] = ACTIONS(2096),
    [anon_sym_LBRACK] = ACTIONS(2098),
    [anon_sym_this] = ACTIONS(2096),
    [anon_sym_AT] = ACTIONS(2096),
    [anon_sym_AT_COLON] = ACTIONS(2098),
    [anon_sym_if] = ACTIONS(2096),
    [anon_sym_new] = ACTIONS(2096),
    [anon_sym_TILDE] = ACTIONS(2098),
    [anon_sym_BANG] = ACTIONS(2096),
    [anon_sym_DASH] = ACTIONS(2096),
    [anon_sym_PLUS_PLUS] = ACTIONS(2098),
    [anon_sym_DASH_DASH] = ACTIONS(2098),
    [anon_sym_PERCENT] = ACTIONS(2098),
    [anon_sym_STAR] = ACTIONS(2098),
    [anon_sym_SLASH] = ACTIONS(2096),
    [anon_sym_PLUS] = ACTIONS(2096),
    [anon_sym_LT_LT] = ACTIONS(2098),
    [anon_sym_GT_GT] = ACTIONS(2096),
    [anon_sym_GT_GT_GT] = ACTIONS(2098),
    [anon_sym_AMP] = ACTIONS(2096),
    [anon_sym_PIPE] = ACTIONS(2096),
    [anon_sym_CARET] = ACTIONS(2098),
    [anon_sym_AMP_AMP] = ACTIONS(2098),
    [anon_sym_PIPE_PIPE] = ACTIONS(2098),
    [anon_sym_EQ_EQ] = ACTIONS(2098),
    [anon_sym_BANG_EQ] = ACTIONS(2098),
    [anon_sym_LT] = ACTIONS(2096),
    [anon_sym_LT_EQ] = ACTIONS(2098),
    [anon_sym_GT] = ACTIONS(2096),
    [anon_sym_GT_EQ] = ACTIONS(2098),
    [anon_sym_EQ_GT] = ACTIONS(2098),
    [anon_sym_QMARK_QMARK] = ACTIONS(2098),
    [anon_sym_EQ] = ACTIONS(2096),
    [sym__rangeOperator] = ACTIONS(2098),
    [anon_sym_null] = ACTIONS(2096),
    [anon_sym_macro] = ACTIONS(2096),
    [anon_sym_abstract] = ACTIONS(2096),
    [anon_sym_static] = ACTIONS(2096),
    [anon_sym_public] = ACTIONS(2096),
    [anon_sym_private] = ACTIONS(2096),
    [anon_sym_extern] = ACTIONS(2096),
    [anon_sym_inline] = ACTIONS(2096),
    [anon_sym_overload] = ACTIONS(2096),
    [anon_sym_override] = ACTIONS(2096),
    [anon_sym_final] = ACTIONS(2096),
    [anon_sym_class] = ACTIONS(2096),
    [anon_sym_interface] = ACTIONS(2096),
    [anon_sym_typedef] = ACTIONS(2096),
    [anon_sym_function] = ACTIONS(2096),
    [anon_sym_var] = ACTIONS(2096),
    [aux_sym_integer_token1] = ACTIONS(2096),
    [aux_sym_integer_token2] = ACTIONS(2098),
    [aux_sym_float_token1] = ACTIONS(2096),
    [aux_sym_float_token2] = ACTIONS(2098),
    [anon_sym_true] = ACTIONS(2096),
    [anon_sym_false] = ACTIONS(2096),
    [aux_sym_string_token1] = ACTIONS(2098),
    [aux_sym_string_token3] = ACTIONS(2098),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [637] = {
    [ts_builtin_sym_end] = ACTIONS(1774),
    [sym_identifier] = ACTIONS(1772),
    [anon_sym_POUND] = ACTIONS(1774),
    [anon_sym_package] = ACTIONS(1772),
    [anon_sym_import] = ACTIONS(1772),
    [anon_sym_using] = ACTIONS(1772),
    [anon_sym_throw] = ACTIONS(1772),
    [anon_sym_LPAREN] = ACTIONS(1774),
    [anon_sym_switch] = ACTIONS(1772),
    [anon_sym_LBRACE] = ACTIONS(1774),
    [anon_sym_cast] = ACTIONS(1772),
    [anon_sym_DOLLARtype] = ACTIONS(1774),
    [anon_sym_return] = ACTIONS(1772),
    [anon_sym_untyped] = ACTIONS(1772),
    [anon_sym_break] = ACTIONS(1772),
    [anon_sym_continue] = ACTIONS(1772),
    [anon_sym_LBRACK] = ACTIONS(1774),
    [anon_sym_this] = ACTIONS(1772),
    [anon_sym_AT] = ACTIONS(1772),
    [anon_sym_AT_COLON] = ACTIONS(1774),
    [anon_sym_if] = ACTIONS(1772),
    [anon_sym_new] = ACTIONS(1772),
    [anon_sym_TILDE] = ACTIONS(1774),
    [anon_sym_BANG] = ACTIONS(1772),
    [anon_sym_DASH] = ACTIONS(1772),
    [anon_sym_PLUS_PLUS] = ACTIONS(1774),
    [anon_sym_DASH_DASH] = ACTIONS(1774),
    [anon_sym_PERCENT] = ACTIONS(1774),
    [anon_sym_STAR] = ACTIONS(1774),
    [anon_sym_SLASH] = ACTIONS(1772),
    [anon_sym_PLUS] = ACTIONS(1772),
    [anon_sym_LT_LT] = ACTIONS(1774),
    [anon_sym_GT_GT] = ACTIONS(1772),
    [anon_sym_GT_GT_GT] = ACTIONS(1774),
    [anon_sym_AMP] = ACTIONS(1772),
    [anon_sym_PIPE] = ACTIONS(1772),
    [anon_sym_CARET] = ACTIONS(1774),
    [anon_sym_AMP_AMP] = ACTIONS(1774),
    [anon_sym_PIPE_PIPE] = ACTIONS(1774),
    [anon_sym_EQ_EQ] = ACTIONS(1774),
    [anon_sym_BANG_EQ] = ACTIONS(1774),
    [anon_sym_LT] = ACTIONS(1772),
    [anon_sym_LT_EQ] = ACTIONS(1774),
    [anon_sym_GT] = ACTIONS(1772),
    [anon_sym_GT_EQ] = ACTIONS(1774),
    [anon_sym_EQ_GT] = ACTIONS(1774),
    [anon_sym_QMARK_QMARK] = ACTIONS(1774),
    [anon_sym_EQ] = ACTIONS(1772),
    [sym__rangeOperator] = ACTIONS(1774),
    [anon_sym_null] = ACTIONS(1772),
    [anon_sym_macro] = ACTIONS(1772),
    [anon_sym_abstract] = ACTIONS(1772),
    [anon_sym_static] = ACTIONS(1772),
    [anon_sym_public] = ACTIONS(1772),
    [anon_sym_private] = ACTIONS(1772),
    [anon_sym_extern] = ACTIONS(1772),
    [anon_sym_inline] = ACTIONS(1772),
    [anon_sym_overload] = ACTIONS(1772),
    [anon_sym_override] = ACTIONS(1772),
    [anon_sym_final] = ACTIONS(1772),
    [anon_sym_class] = ACTIONS(1772),
    [anon_sym_interface] = ACTIONS(1772),
    [anon_sym_typedef] = ACTIONS(1772),
    [anon_sym_function] = ACTIONS(1772),
    [anon_sym_var] = ACTIONS(1772),
    [aux_sym_integer_token1] = ACTIONS(1772),
    [aux_sym_integer_token2] = ACTIONS(1774),
    [aux_sym_float_token1] = ACTIONS(1772),
    [aux_sym_float_token2] = ACTIONS(1774),
    [anon_sym_true] = ACTIONS(1772),
    [anon_sym_false] = ACTIONS(1772),
    [aux_sym_string_token1] = ACTIONS(1774),
    [aux_sym_string_token3] = ACTIONS(1774),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [638] = {
    [ts_builtin_sym_end] = ACTIONS(2018),
    [sym_identifier] = ACTIONS(2016),
    [anon_sym_POUND] = ACTIONS(2018),
    [anon_sym_package] = ACTIONS(2016),
    [anon_sym_import] = ACTIONS(2016),
    [anon_sym_using] = ACTIONS(2016),
    [anon_sym_throw] = ACTIONS(2016),
    [anon_sym_LPAREN] = ACTIONS(2018),
    [anon_sym_switch] = ACTIONS(2016),
    [anon_sym_LBRACE] = ACTIONS(2018),
    [anon_sym_cast] = ACTIONS(2016),
    [anon_sym_DOLLARtype] = ACTIONS(2018),
    [anon_sym_return] = ACTIONS(2016),
    [anon_sym_untyped] = ACTIONS(2016),
    [anon_sym_break] = ACTIONS(2016),
    [anon_sym_continue] = ACTIONS(2016),
    [anon_sym_LBRACK] = ACTIONS(2018),
    [anon_sym_this] = ACTIONS(2016),
    [anon_sym_AT] = ACTIONS(2016),
    [anon_sym_AT_COLON] = ACTIONS(2018),
    [anon_sym_if] = ACTIONS(2016),
    [anon_sym_new] = ACTIONS(2016),
    [anon_sym_TILDE] = ACTIONS(2018),
    [anon_sym_BANG] = ACTIONS(2016),
    [anon_sym_DASH] = ACTIONS(2016),
    [anon_sym_PLUS_PLUS] = ACTIONS(2018),
    [anon_sym_DASH_DASH] = ACTIONS(2018),
    [anon_sym_PERCENT] = ACTIONS(2018),
    [anon_sym_STAR] = ACTIONS(2018),
    [anon_sym_SLASH] = ACTIONS(2016),
    [anon_sym_PLUS] = ACTIONS(2016),
    [anon_sym_LT_LT] = ACTIONS(2018),
    [anon_sym_GT_GT] = ACTIONS(2016),
    [anon_sym_GT_GT_GT] = ACTIONS(2018),
    [anon_sym_AMP] = ACTIONS(2016),
    [anon_sym_PIPE] = ACTIONS(2016),
    [anon_sym_CARET] = ACTIONS(2018),
    [anon_sym_AMP_AMP] = ACTIONS(2018),
    [anon_sym_PIPE_PIPE] = ACTIONS(2018),
    [anon_sym_EQ_EQ] = ACTIONS(2018),
    [anon_sym_BANG_EQ] = ACTIONS(2018),
    [anon_sym_LT] = ACTIONS(2016),
    [anon_sym_LT_EQ] = ACTIONS(2018),
    [anon_sym_GT] = ACTIONS(2016),
    [anon_sym_GT_EQ] = ACTIONS(2018),
    [anon_sym_EQ_GT] = ACTIONS(2018),
    [anon_sym_QMARK_QMARK] = ACTIONS(2018),
    [anon_sym_EQ] = ACTIONS(2016),
    [sym__rangeOperator] = ACTIONS(2018),
    [anon_sym_null] = ACTIONS(2016),
    [anon_sym_macro] = ACTIONS(2016),
    [anon_sym_abstract] = ACTIONS(2016),
    [anon_sym_static] = ACTIONS(2016),
    [anon_sym_public] = ACTIONS(2016),
    [anon_sym_private] = ACTIONS(2016),
    [anon_sym_extern] = ACTIONS(2016),
    [anon_sym_inline] = ACTIONS(2016),
    [anon_sym_overload] = ACTIONS(2016),
    [anon_sym_override] = ACTIONS(2016),
    [anon_sym_final] = ACTIONS(2016),
    [anon_sym_class] = ACTIONS(2016),
    [anon_sym_interface] = ACTIONS(2016),
    [anon_sym_typedef] = ACTIONS(2016),
    [anon_sym_function] = ACTIONS(2016),
    [anon_sym_var] = ACTIONS(2016),
    [aux_sym_integer_token1] = ACTIONS(2016),
    [aux_sym_integer_token2] = ACTIONS(2018),
    [aux_sym_float_token1] = ACTIONS(2016),
    [aux_sym_float_token2] = ACTIONS(2018),
    [anon_sym_true] = ACTIONS(2016),
    [anon_sym_false] = ACTIONS(2016),
    [aux_sym_string_token1] = ACTIONS(2018),
    [aux_sym_string_token3] = ACTIONS(2018),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [639] = {
    [ts_builtin_sym_end] = ACTIONS(2358),
    [sym_identifier] = ACTIONS(2356),
    [anon_sym_POUND] = ACTIONS(2358),
    [anon_sym_package] = ACTIONS(2356),
    [anon_sym_import] = ACTIONS(2356),
    [anon_sym_using] = ACTIONS(2356),
    [anon_sym_throw] = ACTIONS(2356),
    [anon_sym_LPAREN] = ACTIONS(2358),
    [anon_sym_switch] = ACTIONS(2356),
    [anon_sym_LBRACE] = ACTIONS(2358),
    [anon_sym_cast] = ACTIONS(2356),
    [anon_sym_DOLLARtype] = ACTIONS(2358),
    [anon_sym_return] = ACTIONS(2356),
    [anon_sym_untyped] = ACTIONS(2356),
    [anon_sym_break] = ACTIONS(2356),
    [anon_sym_continue] = ACTIONS(2356),
    [anon_sym_LBRACK] = ACTIONS(2358),
    [anon_sym_this] = ACTIONS(2356),
    [anon_sym_AT] = ACTIONS(2356),
    [anon_sym_AT_COLON] = ACTIONS(2358),
    [anon_sym_if] = ACTIONS(2356),
    [anon_sym_new] = ACTIONS(2356),
    [anon_sym_TILDE] = ACTIONS(2358),
    [anon_sym_BANG] = ACTIONS(2356),
    [anon_sym_DASH] = ACTIONS(2356),
    [anon_sym_PLUS_PLUS] = ACTIONS(2358),
    [anon_sym_DASH_DASH] = ACTIONS(2358),
    [anon_sym_PERCENT] = ACTIONS(2358),
    [anon_sym_STAR] = ACTIONS(2358),
    [anon_sym_SLASH] = ACTIONS(2356),
    [anon_sym_PLUS] = ACTIONS(2356),
    [anon_sym_LT_LT] = ACTIONS(2358),
    [anon_sym_GT_GT] = ACTIONS(2356),
    [anon_sym_GT_GT_GT] = ACTIONS(2358),
    [anon_sym_AMP] = ACTIONS(2356),
    [anon_sym_PIPE] = ACTIONS(2356),
    [anon_sym_CARET] = ACTIONS(2358),
    [anon_sym_AMP_AMP] = ACTIONS(2358),
    [anon_sym_PIPE_PIPE] = ACTIONS(2358),
    [anon_sym_EQ_EQ] = ACTIONS(2358),
    [anon_sym_BANG_EQ] = ACTIONS(2358),
    [anon_sym_LT] = ACTIONS(2356),
    [anon_sym_LT_EQ] = ACTIONS(2358),
    [anon_sym_GT] = ACTIONS(2356),
    [anon_sym_GT_EQ] = ACTIONS(2358),
    [anon_sym_EQ_GT] = ACTIONS(2358),
    [anon_sym_QMARK_QMARK] = ACTIONS(2358),
    [anon_sym_EQ] = ACTIONS(2356),
    [sym__rangeOperator] = ACTIONS(2358),
    [anon_sym_null] = ACTIONS(2356),
    [anon_sym_macro] = ACTIONS(2356),
    [anon_sym_abstract] = ACTIONS(2356),
    [anon_sym_static] = ACTIONS(2356),
    [anon_sym_public] = ACTIONS(2356),
    [anon_sym_private] = ACTIONS(2356),
    [anon_sym_extern] = ACTIONS(2356),
    [anon_sym_inline] = ACTIONS(2356),
    [anon_sym_overload] = ACTIONS(2356),
    [anon_sym_override] = ACTIONS(2356),
    [anon_sym_final] = ACTIONS(2356),
    [anon_sym_class] = ACTIONS(2356),
    [anon_sym_interface] = ACTIONS(2356),
    [anon_sym_typedef] = ACTIONS(2356),
    [anon_sym_function] = ACTIONS(2356),
    [anon_sym_var] = ACTIONS(2356),
    [aux_sym_integer_token1] = ACTIONS(2356),
    [aux_sym_integer_token2] = ACTIONS(2358),
    [aux_sym_float_token1] = ACTIONS(2356),
    [aux_sym_float_token2] = ACTIONS(2358),
    [anon_sym_true] = ACTIONS(2356),
    [anon_sym_false] = ACTIONS(2356),
    [aux_sym_string_token1] = ACTIONS(2358),
    [aux_sym_string_token3] = ACTIONS(2358),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [640] = {
    [ts_builtin_sym_end] = ACTIONS(1886),
    [sym_identifier] = ACTIONS(1884),
    [anon_sym_POUND] = ACTIONS(1886),
    [anon_sym_package] = ACTIONS(1884),
    [anon_sym_import] = ACTIONS(1884),
    [anon_sym_using] = ACTIONS(1884),
    [anon_sym_throw] = ACTIONS(1884),
    [anon_sym_LPAREN] = ACTIONS(1886),
    [anon_sym_switch] = ACTIONS(1884),
    [anon_sym_LBRACE] = ACTIONS(1886),
    [anon_sym_cast] = ACTIONS(1884),
    [anon_sym_DOLLARtype] = ACTIONS(1886),
    [anon_sym_return] = ACTIONS(1884),
    [anon_sym_untyped] = ACTIONS(1884),
    [anon_sym_break] = ACTIONS(1884),
    [anon_sym_continue] = ACTIONS(1884),
    [anon_sym_LBRACK] = ACTIONS(1886),
    [anon_sym_this] = ACTIONS(1884),
    [anon_sym_AT] = ACTIONS(1884),
    [anon_sym_AT_COLON] = ACTIONS(1886),
    [anon_sym_if] = ACTIONS(1884),
    [anon_sym_new] = ACTIONS(1884),
    [anon_sym_TILDE] = ACTIONS(1886),
    [anon_sym_BANG] = ACTIONS(1884),
    [anon_sym_DASH] = ACTIONS(1884),
    [anon_sym_PLUS_PLUS] = ACTIONS(1886),
    [anon_sym_DASH_DASH] = ACTIONS(1886),
    [anon_sym_PERCENT] = ACTIONS(1886),
    [anon_sym_STAR] = ACTIONS(1886),
    [anon_sym_SLASH] = ACTIONS(1884),
    [anon_sym_PLUS] = ACTIONS(1884),
    [anon_sym_LT_LT] = ACTIONS(1886),
    [anon_sym_GT_GT] = ACTIONS(1884),
    [anon_sym_GT_GT_GT] = ACTIONS(1886),
    [anon_sym_AMP] = ACTIONS(1884),
    [anon_sym_PIPE] = ACTIONS(1884),
    [anon_sym_CARET] = ACTIONS(1886),
    [anon_sym_AMP_AMP] = ACTIONS(1886),
    [anon_sym_PIPE_PIPE] = ACTIONS(1886),
    [anon_sym_EQ_EQ] = ACTIONS(1886),
    [anon_sym_BANG_EQ] = ACTIONS(1886),
    [anon_sym_LT] = ACTIONS(1884),
    [anon_sym_LT_EQ] = ACTIONS(1886),
    [anon_sym_GT] = ACTIONS(1884),
    [anon_sym_GT_EQ] = ACTIONS(1886),
    [anon_sym_EQ_GT] = ACTIONS(1886),
    [anon_sym_QMARK_QMARK] = ACTIONS(1886),
    [anon_sym_EQ] = ACTIONS(1884),
    [sym__rangeOperator] = ACTIONS(1886),
    [anon_sym_null] = ACTIONS(1884),
    [anon_sym_macro] = ACTIONS(1884),
    [anon_sym_abstract] = ACTIONS(1884),
    [anon_sym_static] = ACTIONS(1884),
    [anon_sym_public] = ACTIONS(1884),
    [anon_sym_private] = ACTIONS(1884),
    [anon_sym_extern] = ACTIONS(1884),
    [anon_sym_inline] = ACTIONS(1884),
    [anon_sym_overload] = ACTIONS(1884),
    [anon_sym_override] = ACTIONS(1884),
    [anon_sym_final] = ACTIONS(1884),
    [anon_sym_class] = ACTIONS(1884),
    [anon_sym_interface] = ACTIONS(1884),
    [anon_sym_typedef] = ACTIONS(1884),
    [anon_sym_function] = ACTIONS(1884),
    [anon_sym_var] = ACTIONS(1884),
    [aux_sym_integer_token1] = ACTIONS(1884),
    [aux_sym_integer_token2] = ACTIONS(1886),
    [aux_sym_float_token1] = ACTIONS(1884),
    [aux_sym_float_token2] = ACTIONS(1886),
    [anon_sym_true] = ACTIONS(1884),
    [anon_sym_false] = ACTIONS(1884),
    [aux_sym_string_token1] = ACTIONS(1886),
    [aux_sym_string_token3] = ACTIONS(1886),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [641] = {
    [ts_builtin_sym_end] = ACTIONS(2094),
    [sym_identifier] = ACTIONS(2092),
    [anon_sym_POUND] = ACTIONS(2094),
    [anon_sym_package] = ACTIONS(2092),
    [anon_sym_import] = ACTIONS(2092),
    [anon_sym_using] = ACTIONS(2092),
    [anon_sym_throw] = ACTIONS(2092),
    [anon_sym_LPAREN] = ACTIONS(2094),
    [anon_sym_switch] = ACTIONS(2092),
    [anon_sym_LBRACE] = ACTIONS(2094),
    [anon_sym_cast] = ACTIONS(2092),
    [anon_sym_DOLLARtype] = ACTIONS(2094),
    [anon_sym_return] = ACTIONS(2092),
    [anon_sym_untyped] = ACTIONS(2092),
    [anon_sym_break] = ACTIONS(2092),
    [anon_sym_continue] = ACTIONS(2092),
    [anon_sym_LBRACK] = ACTIONS(2094),
    [anon_sym_this] = ACTIONS(2092),
    [anon_sym_AT] = ACTIONS(2092),
    [anon_sym_AT_COLON] = ACTIONS(2094),
    [anon_sym_if] = ACTIONS(2092),
    [anon_sym_new] = ACTIONS(2092),
    [anon_sym_TILDE] = ACTIONS(2094),
    [anon_sym_BANG] = ACTIONS(2092),
    [anon_sym_DASH] = ACTIONS(2092),
    [anon_sym_PLUS_PLUS] = ACTIONS(2094),
    [anon_sym_DASH_DASH] = ACTIONS(2094),
    [anon_sym_PERCENT] = ACTIONS(2094),
    [anon_sym_STAR] = ACTIONS(2094),
    [anon_sym_SLASH] = ACTIONS(2092),
    [anon_sym_PLUS] = ACTIONS(2092),
    [anon_sym_LT_LT] = ACTIONS(2094),
    [anon_sym_GT_GT] = ACTIONS(2092),
    [anon_sym_GT_GT_GT] = ACTIONS(2094),
    [anon_sym_AMP] = ACTIONS(2092),
    [anon_sym_PIPE] = ACTIONS(2092),
    [anon_sym_CARET] = ACTIONS(2094),
    [anon_sym_AMP_AMP] = ACTIONS(2094),
    [anon_sym_PIPE_PIPE] = ACTIONS(2094),
    [anon_sym_EQ_EQ] = ACTIONS(2094),
    [anon_sym_BANG_EQ] = ACTIONS(2094),
    [anon_sym_LT] = ACTIONS(2092),
    [anon_sym_LT_EQ] = ACTIONS(2094),
    [anon_sym_GT] = ACTIONS(2092),
    [anon_sym_GT_EQ] = ACTIONS(2094),
    [anon_sym_EQ_GT] = ACTIONS(2094),
    [anon_sym_QMARK_QMARK] = ACTIONS(2094),
    [anon_sym_EQ] = ACTIONS(2092),
    [sym__rangeOperator] = ACTIONS(2094),
    [anon_sym_null] = ACTIONS(2092),
    [anon_sym_macro] = ACTIONS(2092),
    [anon_sym_abstract] = ACTIONS(2092),
    [anon_sym_static] = ACTIONS(2092),
    [anon_sym_public] = ACTIONS(2092),
    [anon_sym_private] = ACTIONS(2092),
    [anon_sym_extern] = ACTIONS(2092),
    [anon_sym_inline] = ACTIONS(2092),
    [anon_sym_overload] = ACTIONS(2092),
    [anon_sym_override] = ACTIONS(2092),
    [anon_sym_final] = ACTIONS(2092),
    [anon_sym_class] = ACTIONS(2092),
    [anon_sym_interface] = ACTIONS(2092),
    [anon_sym_typedef] = ACTIONS(2092),
    [anon_sym_function] = ACTIONS(2092),
    [anon_sym_var] = ACTIONS(2092),
    [aux_sym_integer_token1] = ACTIONS(2092),
    [aux_sym_integer_token2] = ACTIONS(2094),
    [aux_sym_float_token1] = ACTIONS(2092),
    [aux_sym_float_token2] = ACTIONS(2094),
    [anon_sym_true] = ACTIONS(2092),
    [anon_sym_false] = ACTIONS(2092),
    [aux_sym_string_token1] = ACTIONS(2094),
    [aux_sym_string_token3] = ACTIONS(2094),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [642] = {
    [ts_builtin_sym_end] = ACTIONS(2022),
    [sym_identifier] = ACTIONS(2020),
    [anon_sym_POUND] = ACTIONS(2022),
    [anon_sym_package] = ACTIONS(2020),
    [anon_sym_import] = ACTIONS(2020),
    [anon_sym_using] = ACTIONS(2020),
    [anon_sym_throw] = ACTIONS(2020),
    [anon_sym_LPAREN] = ACTIONS(2022),
    [anon_sym_switch] = ACTIONS(2020),
    [anon_sym_LBRACE] = ACTIONS(2022),
    [anon_sym_cast] = ACTIONS(2020),
    [anon_sym_DOLLARtype] = ACTIONS(2022),
    [anon_sym_return] = ACTIONS(2020),
    [anon_sym_untyped] = ACTIONS(2020),
    [anon_sym_break] = ACTIONS(2020),
    [anon_sym_continue] = ACTIONS(2020),
    [anon_sym_LBRACK] = ACTIONS(2022),
    [anon_sym_this] = ACTIONS(2020),
    [anon_sym_AT] = ACTIONS(2020),
    [anon_sym_AT_COLON] = ACTIONS(2022),
    [anon_sym_if] = ACTIONS(2020),
    [anon_sym_new] = ACTIONS(2020),
    [anon_sym_TILDE] = ACTIONS(2022),
    [anon_sym_BANG] = ACTIONS(2020),
    [anon_sym_DASH] = ACTIONS(2020),
    [anon_sym_PLUS_PLUS] = ACTIONS(2022),
    [anon_sym_DASH_DASH] = ACTIONS(2022),
    [anon_sym_PERCENT] = ACTIONS(2022),
    [anon_sym_STAR] = ACTIONS(2022),
    [anon_sym_SLASH] = ACTIONS(2020),
    [anon_sym_PLUS] = ACTIONS(2020),
    [anon_sym_LT_LT] = ACTIONS(2022),
    [anon_sym_GT_GT] = ACTIONS(2020),
    [anon_sym_GT_GT_GT] = ACTIONS(2022),
    [anon_sym_AMP] = ACTIONS(2020),
    [anon_sym_PIPE] = ACTIONS(2020),
    [anon_sym_CARET] = ACTIONS(2022),
    [anon_sym_AMP_AMP] = ACTIONS(2022),
    [anon_sym_PIPE_PIPE] = ACTIONS(2022),
    [anon_sym_EQ_EQ] = ACTIONS(2022),
    [anon_sym_BANG_EQ] = ACTIONS(2022),
    [anon_sym_LT] = ACTIONS(2020),
    [anon_sym_LT_EQ] = ACTIONS(2022),
    [anon_sym_GT] = ACTIONS(2020),
    [anon_sym_GT_EQ] = ACTIONS(2022),
    [anon_sym_EQ_GT] = ACTIONS(2022),
    [anon_sym_QMARK_QMARK] = ACTIONS(2022),
    [anon_sym_EQ] = ACTIONS(2020),
    [sym__rangeOperator] = ACTIONS(2022),
    [anon_sym_null] = ACTIONS(2020),
    [anon_sym_macro] = ACTIONS(2020),
    [anon_sym_abstract] = ACTIONS(2020),
    [anon_sym_static] = ACTIONS(2020),
    [anon_sym_public] = ACTIONS(2020),
    [anon_sym_private] = ACTIONS(2020),
    [anon_sym_extern] = ACTIONS(2020),
    [anon_sym_inline] = ACTIONS(2020),
    [anon_sym_overload] = ACTIONS(2020),
    [anon_sym_override] = ACTIONS(2020),
    [anon_sym_final] = ACTIONS(2020),
    [anon_sym_class] = ACTIONS(2020),
    [anon_sym_interface] = ACTIONS(2020),
    [anon_sym_typedef] = ACTIONS(2020),
    [anon_sym_function] = ACTIONS(2020),
    [anon_sym_var] = ACTIONS(2020),
    [aux_sym_integer_token1] = ACTIONS(2020),
    [aux_sym_integer_token2] = ACTIONS(2022),
    [aux_sym_float_token1] = ACTIONS(2020),
    [aux_sym_float_token2] = ACTIONS(2022),
    [anon_sym_true] = ACTIONS(2020),
    [anon_sym_false] = ACTIONS(2020),
    [aux_sym_string_token1] = ACTIONS(2022),
    [aux_sym_string_token3] = ACTIONS(2022),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [643] = {
    [ts_builtin_sym_end] = ACTIONS(1870),
    [sym_identifier] = ACTIONS(1868),
    [anon_sym_POUND] = ACTIONS(1870),
    [anon_sym_package] = ACTIONS(1868),
    [anon_sym_import] = ACTIONS(1868),
    [anon_sym_using] = ACTIONS(1868),
    [anon_sym_throw] = ACTIONS(1868),
    [anon_sym_LPAREN] = ACTIONS(1870),
    [anon_sym_switch] = ACTIONS(1868),
    [anon_sym_LBRACE] = ACTIONS(1870),
    [anon_sym_cast] = ACTIONS(1868),
    [anon_sym_DOLLARtype] = ACTIONS(1870),
    [anon_sym_return] = ACTIONS(1868),
    [anon_sym_untyped] = ACTIONS(1868),
    [anon_sym_break] = ACTIONS(1868),
    [anon_sym_continue] = ACTIONS(1868),
    [anon_sym_LBRACK] = ACTIONS(1870),
    [anon_sym_this] = ACTIONS(1868),
    [anon_sym_AT] = ACTIONS(1868),
    [anon_sym_AT_COLON] = ACTIONS(1870),
    [anon_sym_if] = ACTIONS(1868),
    [anon_sym_new] = ACTIONS(1868),
    [anon_sym_TILDE] = ACTIONS(1870),
    [anon_sym_BANG] = ACTIONS(1868),
    [anon_sym_DASH] = ACTIONS(1868),
    [anon_sym_PLUS_PLUS] = ACTIONS(1870),
    [anon_sym_DASH_DASH] = ACTIONS(1870),
    [anon_sym_PERCENT] = ACTIONS(1870),
    [anon_sym_STAR] = ACTIONS(1870),
    [anon_sym_SLASH] = ACTIONS(1868),
    [anon_sym_PLUS] = ACTIONS(1868),
    [anon_sym_LT_LT] = ACTIONS(1870),
    [anon_sym_GT_GT] = ACTIONS(1868),
    [anon_sym_GT_GT_GT] = ACTIONS(1870),
    [anon_sym_AMP] = ACTIONS(1868),
    [anon_sym_PIPE] = ACTIONS(1868),
    [anon_sym_CARET] = ACTIONS(1870),
    [anon_sym_AMP_AMP] = ACTIONS(1870),
    [anon_sym_PIPE_PIPE] = ACTIONS(1870),
    [anon_sym_EQ_EQ] = ACTIONS(1870),
    [anon_sym_BANG_EQ] = ACTIONS(1870),
    [anon_sym_LT] = ACTIONS(1868),
    [anon_sym_LT_EQ] = ACTIONS(1870),
    [anon_sym_GT] = ACTIONS(1868),
    [anon_sym_GT_EQ] = ACTIONS(1870),
    [anon_sym_EQ_GT] = ACTIONS(1870),
    [anon_sym_QMARK_QMARK] = ACTIONS(1870),
    [anon_sym_EQ] = ACTIONS(1868),
    [sym__rangeOperator] = ACTIONS(1870),
    [anon_sym_null] = ACTIONS(1868),
    [anon_sym_macro] = ACTIONS(1868),
    [anon_sym_abstract] = ACTIONS(1868),
    [anon_sym_static] = ACTIONS(1868),
    [anon_sym_public] = ACTIONS(1868),
    [anon_sym_private] = ACTIONS(1868),
    [anon_sym_extern] = ACTIONS(1868),
    [anon_sym_inline] = ACTIONS(1868),
    [anon_sym_overload] = ACTIONS(1868),
    [anon_sym_override] = ACTIONS(1868),
    [anon_sym_final] = ACTIONS(1868),
    [anon_sym_class] = ACTIONS(1868),
    [anon_sym_interface] = ACTIONS(1868),
    [anon_sym_typedef] = ACTIONS(1868),
    [anon_sym_function] = ACTIONS(1868),
    [anon_sym_var] = ACTIONS(1868),
    [aux_sym_integer_token1] = ACTIONS(1868),
    [aux_sym_integer_token2] = ACTIONS(1870),
    [aux_sym_float_token1] = ACTIONS(1868),
    [aux_sym_float_token2] = ACTIONS(1870),
    [anon_sym_true] = ACTIONS(1868),
    [anon_sym_false] = ACTIONS(1868),
    [aux_sym_string_token1] = ACTIONS(1870),
    [aux_sym_string_token3] = ACTIONS(1870),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [644] = {
    [ts_builtin_sym_end] = ACTIONS(2342),
    [sym_identifier] = ACTIONS(2340),
    [anon_sym_POUND] = ACTIONS(2342),
    [anon_sym_package] = ACTIONS(2340),
    [anon_sym_import] = ACTIONS(2340),
    [anon_sym_using] = ACTIONS(2340),
    [anon_sym_throw] = ACTIONS(2340),
    [anon_sym_LPAREN] = ACTIONS(2342),
    [anon_sym_switch] = ACTIONS(2340),
    [anon_sym_LBRACE] = ACTIONS(2342),
    [anon_sym_cast] = ACTIONS(2340),
    [anon_sym_DOLLARtype] = ACTIONS(2342),
    [anon_sym_return] = ACTIONS(2340),
    [anon_sym_untyped] = ACTIONS(2340),
    [anon_sym_break] = ACTIONS(2340),
    [anon_sym_continue] = ACTIONS(2340),
    [anon_sym_LBRACK] = ACTIONS(2342),
    [anon_sym_this] = ACTIONS(2340),
    [anon_sym_AT] = ACTIONS(2340),
    [anon_sym_AT_COLON] = ACTIONS(2342),
    [anon_sym_if] = ACTIONS(2340),
    [anon_sym_new] = ACTIONS(2340),
    [anon_sym_TILDE] = ACTIONS(2342),
    [anon_sym_BANG] = ACTIONS(2340),
    [anon_sym_DASH] = ACTIONS(2340),
    [anon_sym_PLUS_PLUS] = ACTIONS(2342),
    [anon_sym_DASH_DASH] = ACTIONS(2342),
    [anon_sym_PERCENT] = ACTIONS(2342),
    [anon_sym_STAR] = ACTIONS(2342),
    [anon_sym_SLASH] = ACTIONS(2340),
    [anon_sym_PLUS] = ACTIONS(2340),
    [anon_sym_LT_LT] = ACTIONS(2342),
    [anon_sym_GT_GT] = ACTIONS(2340),
    [anon_sym_GT_GT_GT] = ACTIONS(2342),
    [anon_sym_AMP] = ACTIONS(2340),
    [anon_sym_PIPE] = ACTIONS(2340),
    [anon_sym_CARET] = ACTIONS(2342),
    [anon_sym_AMP_AMP] = ACTIONS(2342),
    [anon_sym_PIPE_PIPE] = ACTIONS(2342),
    [anon_sym_EQ_EQ] = ACTIONS(2342),
    [anon_sym_BANG_EQ] = ACTIONS(2342),
    [anon_sym_LT] = ACTIONS(2340),
    [anon_sym_LT_EQ] = ACTIONS(2342),
    [anon_sym_GT] = ACTIONS(2340),
    [anon_sym_GT_EQ] = ACTIONS(2342),
    [anon_sym_EQ_GT] = ACTIONS(2342),
    [anon_sym_QMARK_QMARK] = ACTIONS(2342),
    [anon_sym_EQ] = ACTIONS(2340),
    [sym__rangeOperator] = ACTIONS(2342),
    [anon_sym_null] = ACTIONS(2340),
    [anon_sym_macro] = ACTIONS(2340),
    [anon_sym_abstract] = ACTIONS(2340),
    [anon_sym_static] = ACTIONS(2340),
    [anon_sym_public] = ACTIONS(2340),
    [anon_sym_private] = ACTIONS(2340),
    [anon_sym_extern] = ACTIONS(2340),
    [anon_sym_inline] = ACTIONS(2340),
    [anon_sym_overload] = ACTIONS(2340),
    [anon_sym_override] = ACTIONS(2340),
    [anon_sym_final] = ACTIONS(2340),
    [anon_sym_class] = ACTIONS(2340),
    [anon_sym_interface] = ACTIONS(2340),
    [anon_sym_typedef] = ACTIONS(2340),
    [anon_sym_function] = ACTIONS(2340),
    [anon_sym_var] = ACTIONS(2340),
    [aux_sym_integer_token1] = ACTIONS(2340),
    [aux_sym_integer_token2] = ACTIONS(2342),
    [aux_sym_float_token1] = ACTIONS(2340),
    [aux_sym_float_token2] = ACTIONS(2342),
    [anon_sym_true] = ACTIONS(2340),
    [anon_sym_false] = ACTIONS(2340),
    [aux_sym_string_token1] = ACTIONS(2342),
    [aux_sym_string_token3] = ACTIONS(2342),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [645] = {
    [ts_builtin_sym_end] = ACTIONS(2030),
    [sym_identifier] = ACTIONS(2028),
    [anon_sym_POUND] = ACTIONS(2030),
    [anon_sym_package] = ACTIONS(2028),
    [anon_sym_import] = ACTIONS(2028),
    [anon_sym_using] = ACTIONS(2028),
    [anon_sym_throw] = ACTIONS(2028),
    [anon_sym_LPAREN] = ACTIONS(2030),
    [anon_sym_switch] = ACTIONS(2028),
    [anon_sym_LBRACE] = ACTIONS(2030),
    [anon_sym_cast] = ACTIONS(2028),
    [anon_sym_DOLLARtype] = ACTIONS(2030),
    [anon_sym_return] = ACTIONS(2028),
    [anon_sym_untyped] = ACTIONS(2028),
    [anon_sym_break] = ACTIONS(2028),
    [anon_sym_continue] = ACTIONS(2028),
    [anon_sym_LBRACK] = ACTIONS(2030),
    [anon_sym_this] = ACTIONS(2028),
    [anon_sym_AT] = ACTIONS(2028),
    [anon_sym_AT_COLON] = ACTIONS(2030),
    [anon_sym_if] = ACTIONS(2028),
    [anon_sym_new] = ACTIONS(2028),
    [anon_sym_TILDE] = ACTIONS(2030),
    [anon_sym_BANG] = ACTIONS(2028),
    [anon_sym_DASH] = ACTIONS(2028),
    [anon_sym_PLUS_PLUS] = ACTIONS(2030),
    [anon_sym_DASH_DASH] = ACTIONS(2030),
    [anon_sym_PERCENT] = ACTIONS(2030),
    [anon_sym_STAR] = ACTIONS(2030),
    [anon_sym_SLASH] = ACTIONS(2028),
    [anon_sym_PLUS] = ACTIONS(2028),
    [anon_sym_LT_LT] = ACTIONS(2030),
    [anon_sym_GT_GT] = ACTIONS(2028),
    [anon_sym_GT_GT_GT] = ACTIONS(2030),
    [anon_sym_AMP] = ACTIONS(2028),
    [anon_sym_PIPE] = ACTIONS(2028),
    [anon_sym_CARET] = ACTIONS(2030),
    [anon_sym_AMP_AMP] = ACTIONS(2030),
    [anon_sym_PIPE_PIPE] = ACTIONS(2030),
    [anon_sym_EQ_EQ] = ACTIONS(2030),
    [anon_sym_BANG_EQ] = ACTIONS(2030),
    [anon_sym_LT] = ACTIONS(2028),
    [anon_sym_LT_EQ] = ACTIONS(2030),
    [anon_sym_GT] = ACTIONS(2028),
    [anon_sym_GT_EQ] = ACTIONS(2030),
    [anon_sym_EQ_GT] = ACTIONS(2030),
    [anon_sym_QMARK_QMARK] = ACTIONS(2030),
    [anon_sym_EQ] = ACTIONS(2028),
    [sym__rangeOperator] = ACTIONS(2030),
    [anon_sym_null] = ACTIONS(2028),
    [anon_sym_macro] = ACTIONS(2028),
    [anon_sym_abstract] = ACTIONS(2028),
    [anon_sym_static] = ACTIONS(2028),
    [anon_sym_public] = ACTIONS(2028),
    [anon_sym_private] = ACTIONS(2028),
    [anon_sym_extern] = ACTIONS(2028),
    [anon_sym_inline] = ACTIONS(2028),
    [anon_sym_overload] = ACTIONS(2028),
    [anon_sym_override] = ACTIONS(2028),
    [anon_sym_final] = ACTIONS(2028),
    [anon_sym_class] = ACTIONS(2028),
    [anon_sym_interface] = ACTIONS(2028),
    [anon_sym_typedef] = ACTIONS(2028),
    [anon_sym_function] = ACTIONS(2028),
    [anon_sym_var] = ACTIONS(2028),
    [aux_sym_integer_token1] = ACTIONS(2028),
    [aux_sym_integer_token2] = ACTIONS(2030),
    [aux_sym_float_token1] = ACTIONS(2028),
    [aux_sym_float_token2] = ACTIONS(2030),
    [anon_sym_true] = ACTIONS(2028),
    [anon_sym_false] = ACTIONS(2028),
    [aux_sym_string_token1] = ACTIONS(2030),
    [aux_sym_string_token3] = ACTIONS(2030),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [646] = {
    [ts_builtin_sym_end] = ACTIONS(1778),
    [sym_identifier] = ACTIONS(1776),
    [anon_sym_POUND] = ACTIONS(1778),
    [anon_sym_package] = ACTIONS(1776),
    [anon_sym_import] = ACTIONS(1776),
    [anon_sym_using] = ACTIONS(1776),
    [anon_sym_throw] = ACTIONS(1776),
    [anon_sym_LPAREN] = ACTIONS(1778),
    [anon_sym_switch] = ACTIONS(1776),
    [anon_sym_LBRACE] = ACTIONS(1778),
    [anon_sym_cast] = ACTIONS(1776),
    [anon_sym_DOLLARtype] = ACTIONS(1778),
    [anon_sym_return] = ACTIONS(1776),
    [anon_sym_untyped] = ACTIONS(1776),
    [anon_sym_break] = ACTIONS(1776),
    [anon_sym_continue] = ACTIONS(1776),
    [anon_sym_LBRACK] = ACTIONS(1778),
    [anon_sym_this] = ACTIONS(1776),
    [anon_sym_AT] = ACTIONS(1776),
    [anon_sym_AT_COLON] = ACTIONS(1778),
    [anon_sym_if] = ACTIONS(1776),
    [anon_sym_new] = ACTIONS(1776),
    [anon_sym_TILDE] = ACTIONS(1778),
    [anon_sym_BANG] = ACTIONS(1776),
    [anon_sym_DASH] = ACTIONS(1776),
    [anon_sym_PLUS_PLUS] = ACTIONS(1778),
    [anon_sym_DASH_DASH] = ACTIONS(1778),
    [anon_sym_PERCENT] = ACTIONS(1778),
    [anon_sym_STAR] = ACTIONS(1778),
    [anon_sym_SLASH] = ACTIONS(1776),
    [anon_sym_PLUS] = ACTIONS(1776),
    [anon_sym_LT_LT] = ACTIONS(1778),
    [anon_sym_GT_GT] = ACTIONS(1776),
    [anon_sym_GT_GT_GT] = ACTIONS(1778),
    [anon_sym_AMP] = ACTIONS(1776),
    [anon_sym_PIPE] = ACTIONS(1776),
    [anon_sym_CARET] = ACTIONS(1778),
    [anon_sym_AMP_AMP] = ACTIONS(1778),
    [anon_sym_PIPE_PIPE] = ACTIONS(1778),
    [anon_sym_EQ_EQ] = ACTIONS(1778),
    [anon_sym_BANG_EQ] = ACTIONS(1778),
    [anon_sym_LT] = ACTIONS(1776),
    [anon_sym_LT_EQ] = ACTIONS(1778),
    [anon_sym_GT] = ACTIONS(1776),
    [anon_sym_GT_EQ] = ACTIONS(1778),
    [anon_sym_EQ_GT] = ACTIONS(1778),
    [anon_sym_QMARK_QMARK] = ACTIONS(1778),
    [anon_sym_EQ] = ACTIONS(1776),
    [sym__rangeOperator] = ACTIONS(1778),
    [anon_sym_null] = ACTIONS(1776),
    [anon_sym_macro] = ACTIONS(1776),
    [anon_sym_abstract] = ACTIONS(1776),
    [anon_sym_static] = ACTIONS(1776),
    [anon_sym_public] = ACTIONS(1776),
    [anon_sym_private] = ACTIONS(1776),
    [anon_sym_extern] = ACTIONS(1776),
    [anon_sym_inline] = ACTIONS(1776),
    [anon_sym_overload] = ACTIONS(1776),
    [anon_sym_override] = ACTIONS(1776),
    [anon_sym_final] = ACTIONS(1776),
    [anon_sym_class] = ACTIONS(1776),
    [anon_sym_interface] = ACTIONS(1776),
    [anon_sym_typedef] = ACTIONS(1776),
    [anon_sym_function] = ACTIONS(1776),
    [anon_sym_var] = ACTIONS(1776),
    [aux_sym_integer_token1] = ACTIONS(1776),
    [aux_sym_integer_token2] = ACTIONS(1778),
    [aux_sym_float_token1] = ACTIONS(1776),
    [aux_sym_float_token2] = ACTIONS(1778),
    [anon_sym_true] = ACTIONS(1776),
    [anon_sym_false] = ACTIONS(1776),
    [aux_sym_string_token1] = ACTIONS(1778),
    [aux_sym_string_token3] = ACTIONS(1778),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [647] = {
    [ts_builtin_sym_end] = ACTIONS(1866),
    [sym_identifier] = ACTIONS(1864),
    [anon_sym_POUND] = ACTIONS(1866),
    [anon_sym_package] = ACTIONS(1864),
    [anon_sym_import] = ACTIONS(1864),
    [anon_sym_using] = ACTIONS(1864),
    [anon_sym_throw] = ACTIONS(1864),
    [anon_sym_LPAREN] = ACTIONS(1866),
    [anon_sym_switch] = ACTIONS(1864),
    [anon_sym_LBRACE] = ACTIONS(1866),
    [anon_sym_cast] = ACTIONS(1864),
    [anon_sym_DOLLARtype] = ACTIONS(1866),
    [anon_sym_return] = ACTIONS(1864),
    [anon_sym_untyped] = ACTIONS(1864),
    [anon_sym_break] = ACTIONS(1864),
    [anon_sym_continue] = ACTIONS(1864),
    [anon_sym_LBRACK] = ACTIONS(1866),
    [anon_sym_this] = ACTIONS(1864),
    [anon_sym_AT] = ACTIONS(1864),
    [anon_sym_AT_COLON] = ACTIONS(1866),
    [anon_sym_if] = ACTIONS(1864),
    [anon_sym_new] = ACTIONS(1864),
    [anon_sym_TILDE] = ACTIONS(1866),
    [anon_sym_BANG] = ACTIONS(1864),
    [anon_sym_DASH] = ACTIONS(1864),
    [anon_sym_PLUS_PLUS] = ACTIONS(1866),
    [anon_sym_DASH_DASH] = ACTIONS(1866),
    [anon_sym_PERCENT] = ACTIONS(1866),
    [anon_sym_STAR] = ACTIONS(1866),
    [anon_sym_SLASH] = ACTIONS(1864),
    [anon_sym_PLUS] = ACTIONS(1864),
    [anon_sym_LT_LT] = ACTIONS(1866),
    [anon_sym_GT_GT] = ACTIONS(1864),
    [anon_sym_GT_GT_GT] = ACTIONS(1866),
    [anon_sym_AMP] = ACTIONS(1864),
    [anon_sym_PIPE] = ACTIONS(1864),
    [anon_sym_CARET] = ACTIONS(1866),
    [anon_sym_AMP_AMP] = ACTIONS(1866),
    [anon_sym_PIPE_PIPE] = ACTIONS(1866),
    [anon_sym_EQ_EQ] = ACTIONS(1866),
    [anon_sym_BANG_EQ] = ACTIONS(1866),
    [anon_sym_LT] = ACTIONS(1864),
    [anon_sym_LT_EQ] = ACTIONS(1866),
    [anon_sym_GT] = ACTIONS(1864),
    [anon_sym_GT_EQ] = ACTIONS(1866),
    [anon_sym_EQ_GT] = ACTIONS(1866),
    [anon_sym_QMARK_QMARK] = ACTIONS(1866),
    [anon_sym_EQ] = ACTIONS(1864),
    [sym__rangeOperator] = ACTIONS(1866),
    [anon_sym_null] = ACTIONS(1864),
    [anon_sym_macro] = ACTIONS(1864),
    [anon_sym_abstract] = ACTIONS(1864),
    [anon_sym_static] = ACTIONS(1864),
    [anon_sym_public] = ACTIONS(1864),
    [anon_sym_private] = ACTIONS(1864),
    [anon_sym_extern] = ACTIONS(1864),
    [anon_sym_inline] = ACTIONS(1864),
    [anon_sym_overload] = ACTIONS(1864),
    [anon_sym_override] = ACTIONS(1864),
    [anon_sym_final] = ACTIONS(1864),
    [anon_sym_class] = ACTIONS(1864),
    [anon_sym_interface] = ACTIONS(1864),
    [anon_sym_typedef] = ACTIONS(1864),
    [anon_sym_function] = ACTIONS(1864),
    [anon_sym_var] = ACTIONS(1864),
    [aux_sym_integer_token1] = ACTIONS(1864),
    [aux_sym_integer_token2] = ACTIONS(1866),
    [aux_sym_float_token1] = ACTIONS(1864),
    [aux_sym_float_token2] = ACTIONS(1866),
    [anon_sym_true] = ACTIONS(1864),
    [anon_sym_false] = ACTIONS(1864),
    [aux_sym_string_token1] = ACTIONS(1866),
    [aux_sym_string_token3] = ACTIONS(1866),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [648] = {
    [ts_builtin_sym_end] = ACTIONS(1638),
    [sym_identifier] = ACTIONS(1636),
    [anon_sym_POUND] = ACTIONS(1638),
    [anon_sym_package] = ACTIONS(1636),
    [anon_sym_import] = ACTIONS(1636),
    [anon_sym_using] = ACTIONS(1636),
    [anon_sym_throw] = ACTIONS(1636),
    [anon_sym_LPAREN] = ACTIONS(1638),
    [anon_sym_switch] = ACTIONS(1636),
    [anon_sym_LBRACE] = ACTIONS(1638),
    [anon_sym_cast] = ACTIONS(1636),
    [anon_sym_DOLLARtype] = ACTIONS(1638),
    [anon_sym_return] = ACTIONS(1636),
    [anon_sym_untyped] = ACTIONS(1636),
    [anon_sym_break] = ACTIONS(1636),
    [anon_sym_continue] = ACTIONS(1636),
    [anon_sym_LBRACK] = ACTIONS(1638),
    [anon_sym_this] = ACTIONS(1636),
    [anon_sym_AT] = ACTIONS(1636),
    [anon_sym_AT_COLON] = ACTIONS(1638),
    [anon_sym_if] = ACTIONS(1636),
    [anon_sym_new] = ACTIONS(1636),
    [anon_sym_TILDE] = ACTIONS(1638),
    [anon_sym_BANG] = ACTIONS(1636),
    [anon_sym_DASH] = ACTIONS(1636),
    [anon_sym_PLUS_PLUS] = ACTIONS(1638),
    [anon_sym_DASH_DASH] = ACTIONS(1638),
    [anon_sym_PERCENT] = ACTIONS(1638),
    [anon_sym_STAR] = ACTIONS(1638),
    [anon_sym_SLASH] = ACTIONS(1636),
    [anon_sym_PLUS] = ACTIONS(1636),
    [anon_sym_LT_LT] = ACTIONS(1638),
    [anon_sym_GT_GT] = ACTIONS(1636),
    [anon_sym_GT_GT_GT] = ACTIONS(1638),
    [anon_sym_AMP] = ACTIONS(1636),
    [anon_sym_PIPE] = ACTIONS(1636),
    [anon_sym_CARET] = ACTIONS(1638),
    [anon_sym_AMP_AMP] = ACTIONS(1638),
    [anon_sym_PIPE_PIPE] = ACTIONS(1638),
    [anon_sym_EQ_EQ] = ACTIONS(1638),
    [anon_sym_BANG_EQ] = ACTIONS(1638),
    [anon_sym_LT] = ACTIONS(1636),
    [anon_sym_LT_EQ] = ACTIONS(1638),
    [anon_sym_GT] = ACTIONS(1636),
    [anon_sym_GT_EQ] = ACTIONS(1638),
    [anon_sym_EQ_GT] = ACTIONS(1638),
    [anon_sym_QMARK_QMARK] = ACTIONS(1638),
    [anon_sym_EQ] = ACTIONS(1636),
    [sym__rangeOperator] = ACTIONS(1638),
    [anon_sym_null] = ACTIONS(1636),
    [anon_sym_macro] = ACTIONS(1636),
    [anon_sym_abstract] = ACTIONS(1636),
    [anon_sym_static] = ACTIONS(1636),
    [anon_sym_public] = ACTIONS(1636),
    [anon_sym_private] = ACTIONS(1636),
    [anon_sym_extern] = ACTIONS(1636),
    [anon_sym_inline] = ACTIONS(1636),
    [anon_sym_overload] = ACTIONS(1636),
    [anon_sym_override] = ACTIONS(1636),
    [anon_sym_final] = ACTIONS(1636),
    [anon_sym_class] = ACTIONS(1636),
    [anon_sym_interface] = ACTIONS(1636),
    [anon_sym_typedef] = ACTIONS(1636),
    [anon_sym_function] = ACTIONS(1636),
    [anon_sym_var] = ACTIONS(1636),
    [aux_sym_integer_token1] = ACTIONS(1636),
    [aux_sym_integer_token2] = ACTIONS(1638),
    [aux_sym_float_token1] = ACTIONS(1636),
    [aux_sym_float_token2] = ACTIONS(1638),
    [anon_sym_true] = ACTIONS(1636),
    [anon_sym_false] = ACTIONS(1636),
    [aux_sym_string_token1] = ACTIONS(1638),
    [aux_sym_string_token3] = ACTIONS(1638),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [649] = {
    [ts_builtin_sym_end] = ACTIONS(1850),
    [sym_identifier] = ACTIONS(1848),
    [anon_sym_POUND] = ACTIONS(1850),
    [anon_sym_package] = ACTIONS(1848),
    [anon_sym_import] = ACTIONS(1848),
    [anon_sym_using] = ACTIONS(1848),
    [anon_sym_throw] = ACTIONS(1848),
    [anon_sym_LPAREN] = ACTIONS(1850),
    [anon_sym_switch] = ACTIONS(1848),
    [anon_sym_LBRACE] = ACTIONS(1850),
    [anon_sym_cast] = ACTIONS(1848),
    [anon_sym_DOLLARtype] = ACTIONS(1850),
    [anon_sym_return] = ACTIONS(1848),
    [anon_sym_untyped] = ACTIONS(1848),
    [anon_sym_break] = ACTIONS(1848),
    [anon_sym_continue] = ACTIONS(1848),
    [anon_sym_LBRACK] = ACTIONS(1850),
    [anon_sym_this] = ACTIONS(1848),
    [anon_sym_AT] = ACTIONS(1848),
    [anon_sym_AT_COLON] = ACTIONS(1850),
    [anon_sym_if] = ACTIONS(1848),
    [anon_sym_new] = ACTIONS(1848),
    [anon_sym_TILDE] = ACTIONS(1850),
    [anon_sym_BANG] = ACTIONS(1848),
    [anon_sym_DASH] = ACTIONS(1848),
    [anon_sym_PLUS_PLUS] = ACTIONS(1850),
    [anon_sym_DASH_DASH] = ACTIONS(1850),
    [anon_sym_PERCENT] = ACTIONS(1850),
    [anon_sym_STAR] = ACTIONS(1850),
    [anon_sym_SLASH] = ACTIONS(1848),
    [anon_sym_PLUS] = ACTIONS(1848),
    [anon_sym_LT_LT] = ACTIONS(1850),
    [anon_sym_GT_GT] = ACTIONS(1848),
    [anon_sym_GT_GT_GT] = ACTIONS(1850),
    [anon_sym_AMP] = ACTIONS(1848),
    [anon_sym_PIPE] = ACTIONS(1848),
    [anon_sym_CARET] = ACTIONS(1850),
    [anon_sym_AMP_AMP] = ACTIONS(1850),
    [anon_sym_PIPE_PIPE] = ACTIONS(1850),
    [anon_sym_EQ_EQ] = ACTIONS(1850),
    [anon_sym_BANG_EQ] = ACTIONS(1850),
    [anon_sym_LT] = ACTIONS(1848),
    [anon_sym_LT_EQ] = ACTIONS(1850),
    [anon_sym_GT] = ACTIONS(1848),
    [anon_sym_GT_EQ] = ACTIONS(1850),
    [anon_sym_EQ_GT] = ACTIONS(1850),
    [anon_sym_QMARK_QMARK] = ACTIONS(1850),
    [anon_sym_EQ] = ACTIONS(1848),
    [sym__rangeOperator] = ACTIONS(1850),
    [anon_sym_null] = ACTIONS(1848),
    [anon_sym_macro] = ACTIONS(1848),
    [anon_sym_abstract] = ACTIONS(1848),
    [anon_sym_static] = ACTIONS(1848),
    [anon_sym_public] = ACTIONS(1848),
    [anon_sym_private] = ACTIONS(1848),
    [anon_sym_extern] = ACTIONS(1848),
    [anon_sym_inline] = ACTIONS(1848),
    [anon_sym_overload] = ACTIONS(1848),
    [anon_sym_override] = ACTIONS(1848),
    [anon_sym_final] = ACTIONS(1848),
    [anon_sym_class] = ACTIONS(1848),
    [anon_sym_interface] = ACTIONS(1848),
    [anon_sym_typedef] = ACTIONS(1848),
    [anon_sym_function] = ACTIONS(1848),
    [anon_sym_var] = ACTIONS(1848),
    [aux_sym_integer_token1] = ACTIONS(1848),
    [aux_sym_integer_token2] = ACTIONS(1850),
    [aux_sym_float_token1] = ACTIONS(1848),
    [aux_sym_float_token2] = ACTIONS(1850),
    [anon_sym_true] = ACTIONS(1848),
    [anon_sym_false] = ACTIONS(1848),
    [aux_sym_string_token1] = ACTIONS(1850),
    [aux_sym_string_token3] = ACTIONS(1850),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [650] = {
    [ts_builtin_sym_end] = ACTIONS(2090),
    [sym_identifier] = ACTIONS(2088),
    [anon_sym_POUND] = ACTIONS(2090),
    [anon_sym_package] = ACTIONS(2088),
    [anon_sym_import] = ACTIONS(2088),
    [anon_sym_using] = ACTIONS(2088),
    [anon_sym_throw] = ACTIONS(2088),
    [anon_sym_LPAREN] = ACTIONS(2090),
    [anon_sym_switch] = ACTIONS(2088),
    [anon_sym_LBRACE] = ACTIONS(2090),
    [anon_sym_cast] = ACTIONS(2088),
    [anon_sym_DOLLARtype] = ACTIONS(2090),
    [anon_sym_return] = ACTIONS(2088),
    [anon_sym_untyped] = ACTIONS(2088),
    [anon_sym_break] = ACTIONS(2088),
    [anon_sym_continue] = ACTIONS(2088),
    [anon_sym_LBRACK] = ACTIONS(2090),
    [anon_sym_this] = ACTIONS(2088),
    [anon_sym_AT] = ACTIONS(2088),
    [anon_sym_AT_COLON] = ACTIONS(2090),
    [anon_sym_if] = ACTIONS(2088),
    [anon_sym_new] = ACTIONS(2088),
    [anon_sym_TILDE] = ACTIONS(2090),
    [anon_sym_BANG] = ACTIONS(2088),
    [anon_sym_DASH] = ACTIONS(2088),
    [anon_sym_PLUS_PLUS] = ACTIONS(2090),
    [anon_sym_DASH_DASH] = ACTIONS(2090),
    [anon_sym_PERCENT] = ACTIONS(2090),
    [anon_sym_STAR] = ACTIONS(2090),
    [anon_sym_SLASH] = ACTIONS(2088),
    [anon_sym_PLUS] = ACTIONS(2088),
    [anon_sym_LT_LT] = ACTIONS(2090),
    [anon_sym_GT_GT] = ACTIONS(2088),
    [anon_sym_GT_GT_GT] = ACTIONS(2090),
    [anon_sym_AMP] = ACTIONS(2088),
    [anon_sym_PIPE] = ACTIONS(2088),
    [anon_sym_CARET] = ACTIONS(2090),
    [anon_sym_AMP_AMP] = ACTIONS(2090),
    [anon_sym_PIPE_PIPE] = ACTIONS(2090),
    [anon_sym_EQ_EQ] = ACTIONS(2090),
    [anon_sym_BANG_EQ] = ACTIONS(2090),
    [anon_sym_LT] = ACTIONS(2088),
    [anon_sym_LT_EQ] = ACTIONS(2090),
    [anon_sym_GT] = ACTIONS(2088),
    [anon_sym_GT_EQ] = ACTIONS(2090),
    [anon_sym_EQ_GT] = ACTIONS(2090),
    [anon_sym_QMARK_QMARK] = ACTIONS(2090),
    [anon_sym_EQ] = ACTIONS(2088),
    [sym__rangeOperator] = ACTIONS(2090),
    [anon_sym_null] = ACTIONS(2088),
    [anon_sym_macro] = ACTIONS(2088),
    [anon_sym_abstract] = ACTIONS(2088),
    [anon_sym_static] = ACTIONS(2088),
    [anon_sym_public] = ACTIONS(2088),
    [anon_sym_private] = ACTIONS(2088),
    [anon_sym_extern] = ACTIONS(2088),
    [anon_sym_inline] = ACTIONS(2088),
    [anon_sym_overload] = ACTIONS(2088),
    [anon_sym_override] = ACTIONS(2088),
    [anon_sym_final] = ACTIONS(2088),
    [anon_sym_class] = ACTIONS(2088),
    [anon_sym_interface] = ACTIONS(2088),
    [anon_sym_typedef] = ACTIONS(2088),
    [anon_sym_function] = ACTIONS(2088),
    [anon_sym_var] = ACTIONS(2088),
    [aux_sym_integer_token1] = ACTIONS(2088),
    [aux_sym_integer_token2] = ACTIONS(2090),
    [aux_sym_float_token1] = ACTIONS(2088),
    [aux_sym_float_token2] = ACTIONS(2090),
    [anon_sym_true] = ACTIONS(2088),
    [anon_sym_false] = ACTIONS(2088),
    [aux_sym_string_token1] = ACTIONS(2090),
    [aux_sym_string_token3] = ACTIONS(2090),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [651] = {
    [ts_builtin_sym_end] = ACTIONS(1782),
    [sym_identifier] = ACTIONS(1780),
    [anon_sym_POUND] = ACTIONS(1782),
    [anon_sym_package] = ACTIONS(1780),
    [anon_sym_import] = ACTIONS(1780),
    [anon_sym_using] = ACTIONS(1780),
    [anon_sym_throw] = ACTIONS(1780),
    [anon_sym_LPAREN] = ACTIONS(1782),
    [anon_sym_switch] = ACTIONS(1780),
    [anon_sym_LBRACE] = ACTIONS(1782),
    [anon_sym_cast] = ACTIONS(1780),
    [anon_sym_DOLLARtype] = ACTIONS(1782),
    [anon_sym_return] = ACTIONS(1780),
    [anon_sym_untyped] = ACTIONS(1780),
    [anon_sym_break] = ACTIONS(1780),
    [anon_sym_continue] = ACTIONS(1780),
    [anon_sym_LBRACK] = ACTIONS(1782),
    [anon_sym_this] = ACTIONS(1780),
    [anon_sym_AT] = ACTIONS(1780),
    [anon_sym_AT_COLON] = ACTIONS(1782),
    [anon_sym_if] = ACTIONS(1780),
    [anon_sym_new] = ACTIONS(1780),
    [anon_sym_TILDE] = ACTIONS(1782),
    [anon_sym_BANG] = ACTIONS(1780),
    [anon_sym_DASH] = ACTIONS(1780),
    [anon_sym_PLUS_PLUS] = ACTIONS(1782),
    [anon_sym_DASH_DASH] = ACTIONS(1782),
    [anon_sym_PERCENT] = ACTIONS(1782),
    [anon_sym_STAR] = ACTIONS(1782),
    [anon_sym_SLASH] = ACTIONS(1780),
    [anon_sym_PLUS] = ACTIONS(1780),
    [anon_sym_LT_LT] = ACTIONS(1782),
    [anon_sym_GT_GT] = ACTIONS(1780),
    [anon_sym_GT_GT_GT] = ACTIONS(1782),
    [anon_sym_AMP] = ACTIONS(1780),
    [anon_sym_PIPE] = ACTIONS(1780),
    [anon_sym_CARET] = ACTIONS(1782),
    [anon_sym_AMP_AMP] = ACTIONS(1782),
    [anon_sym_PIPE_PIPE] = ACTIONS(1782),
    [anon_sym_EQ_EQ] = ACTIONS(1782),
    [anon_sym_BANG_EQ] = ACTIONS(1782),
    [anon_sym_LT] = ACTIONS(1780),
    [anon_sym_LT_EQ] = ACTIONS(1782),
    [anon_sym_GT] = ACTIONS(1780),
    [anon_sym_GT_EQ] = ACTIONS(1782),
    [anon_sym_EQ_GT] = ACTIONS(1782),
    [anon_sym_QMARK_QMARK] = ACTIONS(1782),
    [anon_sym_EQ] = ACTIONS(1780),
    [sym__rangeOperator] = ACTIONS(1782),
    [anon_sym_null] = ACTIONS(1780),
    [anon_sym_macro] = ACTIONS(1780),
    [anon_sym_abstract] = ACTIONS(1780),
    [anon_sym_static] = ACTIONS(1780),
    [anon_sym_public] = ACTIONS(1780),
    [anon_sym_private] = ACTIONS(1780),
    [anon_sym_extern] = ACTIONS(1780),
    [anon_sym_inline] = ACTIONS(1780),
    [anon_sym_overload] = ACTIONS(1780),
    [anon_sym_override] = ACTIONS(1780),
    [anon_sym_final] = ACTIONS(1780),
    [anon_sym_class] = ACTIONS(1780),
    [anon_sym_interface] = ACTIONS(1780),
    [anon_sym_typedef] = ACTIONS(1780),
    [anon_sym_function] = ACTIONS(1780),
    [anon_sym_var] = ACTIONS(1780),
    [aux_sym_integer_token1] = ACTIONS(1780),
    [aux_sym_integer_token2] = ACTIONS(1782),
    [aux_sym_float_token1] = ACTIONS(1780),
    [aux_sym_float_token2] = ACTIONS(1782),
    [anon_sym_true] = ACTIONS(1780),
    [anon_sym_false] = ACTIONS(1780),
    [aux_sym_string_token1] = ACTIONS(1782),
    [aux_sym_string_token3] = ACTIONS(1782),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [652] = {
    [ts_builtin_sym_end] = ACTIONS(2354),
    [sym_identifier] = ACTIONS(2352),
    [anon_sym_POUND] = ACTIONS(2354),
    [anon_sym_package] = ACTIONS(2352),
    [anon_sym_import] = ACTIONS(2352),
    [anon_sym_using] = ACTIONS(2352),
    [anon_sym_throw] = ACTIONS(2352),
    [anon_sym_LPAREN] = ACTIONS(2354),
    [anon_sym_switch] = ACTIONS(2352),
    [anon_sym_LBRACE] = ACTIONS(2354),
    [anon_sym_cast] = ACTIONS(2352),
    [anon_sym_DOLLARtype] = ACTIONS(2354),
    [anon_sym_return] = ACTIONS(2352),
    [anon_sym_untyped] = ACTIONS(2352),
    [anon_sym_break] = ACTIONS(2352),
    [anon_sym_continue] = ACTIONS(2352),
    [anon_sym_LBRACK] = ACTIONS(2354),
    [anon_sym_this] = ACTIONS(2352),
    [anon_sym_AT] = ACTIONS(2352),
    [anon_sym_AT_COLON] = ACTIONS(2354),
    [anon_sym_if] = ACTIONS(2352),
    [anon_sym_new] = ACTIONS(2352),
    [anon_sym_TILDE] = ACTIONS(2354),
    [anon_sym_BANG] = ACTIONS(2352),
    [anon_sym_DASH] = ACTIONS(2352),
    [anon_sym_PLUS_PLUS] = ACTIONS(2354),
    [anon_sym_DASH_DASH] = ACTIONS(2354),
    [anon_sym_PERCENT] = ACTIONS(2354),
    [anon_sym_STAR] = ACTIONS(2354),
    [anon_sym_SLASH] = ACTIONS(2352),
    [anon_sym_PLUS] = ACTIONS(2352),
    [anon_sym_LT_LT] = ACTIONS(2354),
    [anon_sym_GT_GT] = ACTIONS(2352),
    [anon_sym_GT_GT_GT] = ACTIONS(2354),
    [anon_sym_AMP] = ACTIONS(2352),
    [anon_sym_PIPE] = ACTIONS(2352),
    [anon_sym_CARET] = ACTIONS(2354),
    [anon_sym_AMP_AMP] = ACTIONS(2354),
    [anon_sym_PIPE_PIPE] = ACTIONS(2354),
    [anon_sym_EQ_EQ] = ACTIONS(2354),
    [anon_sym_BANG_EQ] = ACTIONS(2354),
    [anon_sym_LT] = ACTIONS(2352),
    [anon_sym_LT_EQ] = ACTIONS(2354),
    [anon_sym_GT] = ACTIONS(2352),
    [anon_sym_GT_EQ] = ACTIONS(2354),
    [anon_sym_EQ_GT] = ACTIONS(2354),
    [anon_sym_QMARK_QMARK] = ACTIONS(2354),
    [anon_sym_EQ] = ACTIONS(2352),
    [sym__rangeOperator] = ACTIONS(2354),
    [anon_sym_null] = ACTIONS(2352),
    [anon_sym_macro] = ACTIONS(2352),
    [anon_sym_abstract] = ACTIONS(2352),
    [anon_sym_static] = ACTIONS(2352),
    [anon_sym_public] = ACTIONS(2352),
    [anon_sym_private] = ACTIONS(2352),
    [anon_sym_extern] = ACTIONS(2352),
    [anon_sym_inline] = ACTIONS(2352),
    [anon_sym_overload] = ACTIONS(2352),
    [anon_sym_override] = ACTIONS(2352),
    [anon_sym_final] = ACTIONS(2352),
    [anon_sym_class] = ACTIONS(2352),
    [anon_sym_interface] = ACTIONS(2352),
    [anon_sym_typedef] = ACTIONS(2352),
    [anon_sym_function] = ACTIONS(2352),
    [anon_sym_var] = ACTIONS(2352),
    [aux_sym_integer_token1] = ACTIONS(2352),
    [aux_sym_integer_token2] = ACTIONS(2354),
    [aux_sym_float_token1] = ACTIONS(2352),
    [aux_sym_float_token2] = ACTIONS(2354),
    [anon_sym_true] = ACTIONS(2352),
    [anon_sym_false] = ACTIONS(2352),
    [aux_sym_string_token1] = ACTIONS(2354),
    [aux_sym_string_token3] = ACTIONS(2354),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [653] = {
    [ts_builtin_sym_end] = ACTIONS(2086),
    [sym_identifier] = ACTIONS(2084),
    [anon_sym_POUND] = ACTIONS(2086),
    [anon_sym_package] = ACTIONS(2084),
    [anon_sym_import] = ACTIONS(2084),
    [anon_sym_using] = ACTIONS(2084),
    [anon_sym_throw] = ACTIONS(2084),
    [anon_sym_LPAREN] = ACTIONS(2086),
    [anon_sym_switch] = ACTIONS(2084),
    [anon_sym_LBRACE] = ACTIONS(2086),
    [anon_sym_cast] = ACTIONS(2084),
    [anon_sym_DOLLARtype] = ACTIONS(2086),
    [anon_sym_return] = ACTIONS(2084),
    [anon_sym_untyped] = ACTIONS(2084),
    [anon_sym_break] = ACTIONS(2084),
    [anon_sym_continue] = ACTIONS(2084),
    [anon_sym_LBRACK] = ACTIONS(2086),
    [anon_sym_this] = ACTIONS(2084),
    [anon_sym_AT] = ACTIONS(2084),
    [anon_sym_AT_COLON] = ACTIONS(2086),
    [anon_sym_if] = ACTIONS(2084),
    [anon_sym_new] = ACTIONS(2084),
    [anon_sym_TILDE] = ACTIONS(2086),
    [anon_sym_BANG] = ACTIONS(2084),
    [anon_sym_DASH] = ACTIONS(2084),
    [anon_sym_PLUS_PLUS] = ACTIONS(2086),
    [anon_sym_DASH_DASH] = ACTIONS(2086),
    [anon_sym_PERCENT] = ACTIONS(2086),
    [anon_sym_STAR] = ACTIONS(2086),
    [anon_sym_SLASH] = ACTIONS(2084),
    [anon_sym_PLUS] = ACTIONS(2084),
    [anon_sym_LT_LT] = ACTIONS(2086),
    [anon_sym_GT_GT] = ACTIONS(2084),
    [anon_sym_GT_GT_GT] = ACTIONS(2086),
    [anon_sym_AMP] = ACTIONS(2084),
    [anon_sym_PIPE] = ACTIONS(2084),
    [anon_sym_CARET] = ACTIONS(2086),
    [anon_sym_AMP_AMP] = ACTIONS(2086),
    [anon_sym_PIPE_PIPE] = ACTIONS(2086),
    [anon_sym_EQ_EQ] = ACTIONS(2086),
    [anon_sym_BANG_EQ] = ACTIONS(2086),
    [anon_sym_LT] = ACTIONS(2084),
    [anon_sym_LT_EQ] = ACTIONS(2086),
    [anon_sym_GT] = ACTIONS(2084),
    [anon_sym_GT_EQ] = ACTIONS(2086),
    [anon_sym_EQ_GT] = ACTIONS(2086),
    [anon_sym_QMARK_QMARK] = ACTIONS(2086),
    [anon_sym_EQ] = ACTIONS(2084),
    [sym__rangeOperator] = ACTIONS(2086),
    [anon_sym_null] = ACTIONS(2084),
    [anon_sym_macro] = ACTIONS(2084),
    [anon_sym_abstract] = ACTIONS(2084),
    [anon_sym_static] = ACTIONS(2084),
    [anon_sym_public] = ACTIONS(2084),
    [anon_sym_private] = ACTIONS(2084),
    [anon_sym_extern] = ACTIONS(2084),
    [anon_sym_inline] = ACTIONS(2084),
    [anon_sym_overload] = ACTIONS(2084),
    [anon_sym_override] = ACTIONS(2084),
    [anon_sym_final] = ACTIONS(2084),
    [anon_sym_class] = ACTIONS(2084),
    [anon_sym_interface] = ACTIONS(2084),
    [anon_sym_typedef] = ACTIONS(2084),
    [anon_sym_function] = ACTIONS(2084),
    [anon_sym_var] = ACTIONS(2084),
    [aux_sym_integer_token1] = ACTIONS(2084),
    [aux_sym_integer_token2] = ACTIONS(2086),
    [aux_sym_float_token1] = ACTIONS(2084),
    [aux_sym_float_token2] = ACTIONS(2086),
    [anon_sym_true] = ACTIONS(2084),
    [anon_sym_false] = ACTIONS(2084),
    [aux_sym_string_token1] = ACTIONS(2086),
    [aux_sym_string_token3] = ACTIONS(2086),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [654] = {
    [ts_builtin_sym_end] = ACTIONS(1790),
    [sym_identifier] = ACTIONS(1788),
    [anon_sym_POUND] = ACTIONS(1790),
    [anon_sym_package] = ACTIONS(1788),
    [anon_sym_import] = ACTIONS(1788),
    [anon_sym_using] = ACTIONS(1788),
    [anon_sym_throw] = ACTIONS(1788),
    [anon_sym_LPAREN] = ACTIONS(1790),
    [anon_sym_switch] = ACTIONS(1788),
    [anon_sym_LBRACE] = ACTIONS(1790),
    [anon_sym_cast] = ACTIONS(1788),
    [anon_sym_DOLLARtype] = ACTIONS(1790),
    [anon_sym_return] = ACTIONS(1788),
    [anon_sym_untyped] = ACTIONS(1788),
    [anon_sym_break] = ACTIONS(1788),
    [anon_sym_continue] = ACTIONS(1788),
    [anon_sym_LBRACK] = ACTIONS(1790),
    [anon_sym_this] = ACTIONS(1788),
    [anon_sym_AT] = ACTIONS(1788),
    [anon_sym_AT_COLON] = ACTIONS(1790),
    [anon_sym_if] = ACTIONS(1788),
    [anon_sym_new] = ACTIONS(1788),
    [anon_sym_TILDE] = ACTIONS(1790),
    [anon_sym_BANG] = ACTIONS(1788),
    [anon_sym_DASH] = ACTIONS(1788),
    [anon_sym_PLUS_PLUS] = ACTIONS(1790),
    [anon_sym_DASH_DASH] = ACTIONS(1790),
    [anon_sym_PERCENT] = ACTIONS(1790),
    [anon_sym_STAR] = ACTIONS(1790),
    [anon_sym_SLASH] = ACTIONS(1788),
    [anon_sym_PLUS] = ACTIONS(1788),
    [anon_sym_LT_LT] = ACTIONS(1790),
    [anon_sym_GT_GT] = ACTIONS(1788),
    [anon_sym_GT_GT_GT] = ACTIONS(1790),
    [anon_sym_AMP] = ACTIONS(1788),
    [anon_sym_PIPE] = ACTIONS(1788),
    [anon_sym_CARET] = ACTIONS(1790),
    [anon_sym_AMP_AMP] = ACTIONS(1790),
    [anon_sym_PIPE_PIPE] = ACTIONS(1790),
    [anon_sym_EQ_EQ] = ACTIONS(1790),
    [anon_sym_BANG_EQ] = ACTIONS(1790),
    [anon_sym_LT] = ACTIONS(1788),
    [anon_sym_LT_EQ] = ACTIONS(1790),
    [anon_sym_GT] = ACTIONS(1788),
    [anon_sym_GT_EQ] = ACTIONS(1790),
    [anon_sym_EQ_GT] = ACTIONS(1790),
    [anon_sym_QMARK_QMARK] = ACTIONS(1790),
    [anon_sym_EQ] = ACTIONS(1788),
    [sym__rangeOperator] = ACTIONS(1790),
    [anon_sym_null] = ACTIONS(1788),
    [anon_sym_macro] = ACTIONS(1788),
    [anon_sym_abstract] = ACTIONS(1788),
    [anon_sym_static] = ACTIONS(1788),
    [anon_sym_public] = ACTIONS(1788),
    [anon_sym_private] = ACTIONS(1788),
    [anon_sym_extern] = ACTIONS(1788),
    [anon_sym_inline] = ACTIONS(1788),
    [anon_sym_overload] = ACTIONS(1788),
    [anon_sym_override] = ACTIONS(1788),
    [anon_sym_final] = ACTIONS(1788),
    [anon_sym_class] = ACTIONS(1788),
    [anon_sym_interface] = ACTIONS(1788),
    [anon_sym_typedef] = ACTIONS(1788),
    [anon_sym_function] = ACTIONS(1788),
    [anon_sym_var] = ACTIONS(1788),
    [aux_sym_integer_token1] = ACTIONS(1788),
    [aux_sym_integer_token2] = ACTIONS(1790),
    [aux_sym_float_token1] = ACTIONS(1788),
    [aux_sym_float_token2] = ACTIONS(1790),
    [anon_sym_true] = ACTIONS(1788),
    [anon_sym_false] = ACTIONS(1788),
    [aux_sym_string_token1] = ACTIONS(1790),
    [aux_sym_string_token3] = ACTIONS(1790),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [655] = {
    [ts_builtin_sym_end] = ACTIONS(2034),
    [sym_identifier] = ACTIONS(2032),
    [anon_sym_POUND] = ACTIONS(2034),
    [anon_sym_package] = ACTIONS(2032),
    [anon_sym_import] = ACTIONS(2032),
    [anon_sym_using] = ACTIONS(2032),
    [anon_sym_throw] = ACTIONS(2032),
    [anon_sym_LPAREN] = ACTIONS(2034),
    [anon_sym_switch] = ACTIONS(2032),
    [anon_sym_LBRACE] = ACTIONS(2034),
    [anon_sym_cast] = ACTIONS(2032),
    [anon_sym_DOLLARtype] = ACTIONS(2034),
    [anon_sym_return] = ACTIONS(2032),
    [anon_sym_untyped] = ACTIONS(2032),
    [anon_sym_break] = ACTIONS(2032),
    [anon_sym_continue] = ACTIONS(2032),
    [anon_sym_LBRACK] = ACTIONS(2034),
    [anon_sym_this] = ACTIONS(2032),
    [anon_sym_AT] = ACTIONS(2032),
    [anon_sym_AT_COLON] = ACTIONS(2034),
    [anon_sym_if] = ACTIONS(2032),
    [anon_sym_new] = ACTIONS(2032),
    [anon_sym_TILDE] = ACTIONS(2034),
    [anon_sym_BANG] = ACTIONS(2032),
    [anon_sym_DASH] = ACTIONS(2032),
    [anon_sym_PLUS_PLUS] = ACTIONS(2034),
    [anon_sym_DASH_DASH] = ACTIONS(2034),
    [anon_sym_PERCENT] = ACTIONS(2034),
    [anon_sym_STAR] = ACTIONS(2034),
    [anon_sym_SLASH] = ACTIONS(2032),
    [anon_sym_PLUS] = ACTIONS(2032),
    [anon_sym_LT_LT] = ACTIONS(2034),
    [anon_sym_GT_GT] = ACTIONS(2032),
    [anon_sym_GT_GT_GT] = ACTIONS(2034),
    [anon_sym_AMP] = ACTIONS(2032),
    [anon_sym_PIPE] = ACTIONS(2032),
    [anon_sym_CARET] = ACTIONS(2034),
    [anon_sym_AMP_AMP] = ACTIONS(2034),
    [anon_sym_PIPE_PIPE] = ACTIONS(2034),
    [anon_sym_EQ_EQ] = ACTIONS(2034),
    [anon_sym_BANG_EQ] = ACTIONS(2034),
    [anon_sym_LT] = ACTIONS(2032),
    [anon_sym_LT_EQ] = ACTIONS(2034),
    [anon_sym_GT] = ACTIONS(2032),
    [anon_sym_GT_EQ] = ACTIONS(2034),
    [anon_sym_EQ_GT] = ACTIONS(2034),
    [anon_sym_QMARK_QMARK] = ACTIONS(2034),
    [anon_sym_EQ] = ACTIONS(2032),
    [sym__rangeOperator] = ACTIONS(2034),
    [anon_sym_null] = ACTIONS(2032),
    [anon_sym_macro] = ACTIONS(2032),
    [anon_sym_abstract] = ACTIONS(2032),
    [anon_sym_static] = ACTIONS(2032),
    [anon_sym_public] = ACTIONS(2032),
    [anon_sym_private] = ACTIONS(2032),
    [anon_sym_extern] = ACTIONS(2032),
    [anon_sym_inline] = ACTIONS(2032),
    [anon_sym_overload] = ACTIONS(2032),
    [anon_sym_override] = ACTIONS(2032),
    [anon_sym_final] = ACTIONS(2032),
    [anon_sym_class] = ACTIONS(2032),
    [anon_sym_interface] = ACTIONS(2032),
    [anon_sym_typedef] = ACTIONS(2032),
    [anon_sym_function] = ACTIONS(2032),
    [anon_sym_var] = ACTIONS(2032),
    [aux_sym_integer_token1] = ACTIONS(2032),
    [aux_sym_integer_token2] = ACTIONS(2034),
    [aux_sym_float_token1] = ACTIONS(2032),
    [aux_sym_float_token2] = ACTIONS(2034),
    [anon_sym_true] = ACTIONS(2032),
    [anon_sym_false] = ACTIONS(2032),
    [aux_sym_string_token1] = ACTIONS(2034),
    [aux_sym_string_token3] = ACTIONS(2034),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [656] = {
    [ts_builtin_sym_end] = ACTIONS(1794),
    [sym_identifier] = ACTIONS(1792),
    [anon_sym_POUND] = ACTIONS(1794),
    [anon_sym_package] = ACTIONS(1792),
    [anon_sym_import] = ACTIONS(1792),
    [anon_sym_using] = ACTIONS(1792),
    [anon_sym_throw] = ACTIONS(1792),
    [anon_sym_LPAREN] = ACTIONS(1794),
    [anon_sym_switch] = ACTIONS(1792),
    [anon_sym_LBRACE] = ACTIONS(1794),
    [anon_sym_cast] = ACTIONS(1792),
    [anon_sym_DOLLARtype] = ACTIONS(1794),
    [anon_sym_return] = ACTIONS(1792),
    [anon_sym_untyped] = ACTIONS(1792),
    [anon_sym_break] = ACTIONS(1792),
    [anon_sym_continue] = ACTIONS(1792),
    [anon_sym_LBRACK] = ACTIONS(1794),
    [anon_sym_this] = ACTIONS(1792),
    [anon_sym_AT] = ACTIONS(1792),
    [anon_sym_AT_COLON] = ACTIONS(1794),
    [anon_sym_if] = ACTIONS(1792),
    [anon_sym_new] = ACTIONS(1792),
    [anon_sym_TILDE] = ACTIONS(1794),
    [anon_sym_BANG] = ACTIONS(1792),
    [anon_sym_DASH] = ACTIONS(1792),
    [anon_sym_PLUS_PLUS] = ACTIONS(1794),
    [anon_sym_DASH_DASH] = ACTIONS(1794),
    [anon_sym_PERCENT] = ACTIONS(1794),
    [anon_sym_STAR] = ACTIONS(1794),
    [anon_sym_SLASH] = ACTIONS(1792),
    [anon_sym_PLUS] = ACTIONS(1792),
    [anon_sym_LT_LT] = ACTIONS(1794),
    [anon_sym_GT_GT] = ACTIONS(1792),
    [anon_sym_GT_GT_GT] = ACTIONS(1794),
    [anon_sym_AMP] = ACTIONS(1792),
    [anon_sym_PIPE] = ACTIONS(1792),
    [anon_sym_CARET] = ACTIONS(1794),
    [anon_sym_AMP_AMP] = ACTIONS(1794),
    [anon_sym_PIPE_PIPE] = ACTIONS(1794),
    [anon_sym_EQ_EQ] = ACTIONS(1794),
    [anon_sym_BANG_EQ] = ACTIONS(1794),
    [anon_sym_LT] = ACTIONS(1792),
    [anon_sym_LT_EQ] = ACTIONS(1794),
    [anon_sym_GT] = ACTIONS(1792),
    [anon_sym_GT_EQ] = ACTIONS(1794),
    [anon_sym_EQ_GT] = ACTIONS(1794),
    [anon_sym_QMARK_QMARK] = ACTIONS(1794),
    [anon_sym_EQ] = ACTIONS(1792),
    [sym__rangeOperator] = ACTIONS(1794),
    [anon_sym_null] = ACTIONS(1792),
    [anon_sym_macro] = ACTIONS(1792),
    [anon_sym_abstract] = ACTIONS(1792),
    [anon_sym_static] = ACTIONS(1792),
    [anon_sym_public] = ACTIONS(1792),
    [anon_sym_private] = ACTIONS(1792),
    [anon_sym_extern] = ACTIONS(1792),
    [anon_sym_inline] = ACTIONS(1792),
    [anon_sym_overload] = ACTIONS(1792),
    [anon_sym_override] = ACTIONS(1792),
    [anon_sym_final] = ACTIONS(1792),
    [anon_sym_class] = ACTIONS(1792),
    [anon_sym_interface] = ACTIONS(1792),
    [anon_sym_typedef] = ACTIONS(1792),
    [anon_sym_function] = ACTIONS(1792),
    [anon_sym_var] = ACTIONS(1792),
    [aux_sym_integer_token1] = ACTIONS(1792),
    [aux_sym_integer_token2] = ACTIONS(1794),
    [aux_sym_float_token1] = ACTIONS(1792),
    [aux_sym_float_token2] = ACTIONS(1794),
    [anon_sym_true] = ACTIONS(1792),
    [anon_sym_false] = ACTIONS(1792),
    [aux_sym_string_token1] = ACTIONS(1794),
    [aux_sym_string_token3] = ACTIONS(1794),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [657] = {
    [ts_builtin_sym_end] = ACTIONS(2038),
    [sym_identifier] = ACTIONS(2036),
    [anon_sym_POUND] = ACTIONS(2038),
    [anon_sym_package] = ACTIONS(2036),
    [anon_sym_import] = ACTIONS(2036),
    [anon_sym_using] = ACTIONS(2036),
    [anon_sym_throw] = ACTIONS(2036),
    [anon_sym_LPAREN] = ACTIONS(2038),
    [anon_sym_switch] = ACTIONS(2036),
    [anon_sym_LBRACE] = ACTIONS(2038),
    [anon_sym_cast] = ACTIONS(2036),
    [anon_sym_DOLLARtype] = ACTIONS(2038),
    [anon_sym_return] = ACTIONS(2036),
    [anon_sym_untyped] = ACTIONS(2036),
    [anon_sym_break] = ACTIONS(2036),
    [anon_sym_continue] = ACTIONS(2036),
    [anon_sym_LBRACK] = ACTIONS(2038),
    [anon_sym_this] = ACTIONS(2036),
    [anon_sym_AT] = ACTIONS(2036),
    [anon_sym_AT_COLON] = ACTIONS(2038),
    [anon_sym_if] = ACTIONS(2036),
    [anon_sym_new] = ACTIONS(2036),
    [anon_sym_TILDE] = ACTIONS(2038),
    [anon_sym_BANG] = ACTIONS(2036),
    [anon_sym_DASH] = ACTIONS(2036),
    [anon_sym_PLUS_PLUS] = ACTIONS(2038),
    [anon_sym_DASH_DASH] = ACTIONS(2038),
    [anon_sym_PERCENT] = ACTIONS(2038),
    [anon_sym_STAR] = ACTIONS(2038),
    [anon_sym_SLASH] = ACTIONS(2036),
    [anon_sym_PLUS] = ACTIONS(2036),
    [anon_sym_LT_LT] = ACTIONS(2038),
    [anon_sym_GT_GT] = ACTIONS(2036),
    [anon_sym_GT_GT_GT] = ACTIONS(2038),
    [anon_sym_AMP] = ACTIONS(2036),
    [anon_sym_PIPE] = ACTIONS(2036),
    [anon_sym_CARET] = ACTIONS(2038),
    [anon_sym_AMP_AMP] = ACTIONS(2038),
    [anon_sym_PIPE_PIPE] = ACTIONS(2038),
    [anon_sym_EQ_EQ] = ACTIONS(2038),
    [anon_sym_BANG_EQ] = ACTIONS(2038),
    [anon_sym_LT] = ACTIONS(2036),
    [anon_sym_LT_EQ] = ACTIONS(2038),
    [anon_sym_GT] = ACTIONS(2036),
    [anon_sym_GT_EQ] = ACTIONS(2038),
    [anon_sym_EQ_GT] = ACTIONS(2038),
    [anon_sym_QMARK_QMARK] = ACTIONS(2038),
    [anon_sym_EQ] = ACTIONS(2036),
    [sym__rangeOperator] = ACTIONS(2038),
    [anon_sym_null] = ACTIONS(2036),
    [anon_sym_macro] = ACTIONS(2036),
    [anon_sym_abstract] = ACTIONS(2036),
    [anon_sym_static] = ACTIONS(2036),
    [anon_sym_public] = ACTIONS(2036),
    [anon_sym_private] = ACTIONS(2036),
    [anon_sym_extern] = ACTIONS(2036),
    [anon_sym_inline] = ACTIONS(2036),
    [anon_sym_overload] = ACTIONS(2036),
    [anon_sym_override] = ACTIONS(2036),
    [anon_sym_final] = ACTIONS(2036),
    [anon_sym_class] = ACTIONS(2036),
    [anon_sym_interface] = ACTIONS(2036),
    [anon_sym_typedef] = ACTIONS(2036),
    [anon_sym_function] = ACTIONS(2036),
    [anon_sym_var] = ACTIONS(2036),
    [aux_sym_integer_token1] = ACTIONS(2036),
    [aux_sym_integer_token2] = ACTIONS(2038),
    [aux_sym_float_token1] = ACTIONS(2036),
    [aux_sym_float_token2] = ACTIONS(2038),
    [anon_sym_true] = ACTIONS(2036),
    [anon_sym_false] = ACTIONS(2036),
    [aux_sym_string_token1] = ACTIONS(2038),
    [aux_sym_string_token3] = ACTIONS(2038),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [658] = {
    [ts_builtin_sym_end] = ACTIONS(2046),
    [sym_identifier] = ACTIONS(2044),
    [anon_sym_POUND] = ACTIONS(2046),
    [anon_sym_package] = ACTIONS(2044),
    [anon_sym_import] = ACTIONS(2044),
    [anon_sym_using] = ACTIONS(2044),
    [anon_sym_throw] = ACTIONS(2044),
    [anon_sym_LPAREN] = ACTIONS(2046),
    [anon_sym_switch] = ACTIONS(2044),
    [anon_sym_LBRACE] = ACTIONS(2046),
    [anon_sym_cast] = ACTIONS(2044),
    [anon_sym_DOLLARtype] = ACTIONS(2046),
    [anon_sym_return] = ACTIONS(2044),
    [anon_sym_untyped] = ACTIONS(2044),
    [anon_sym_break] = ACTIONS(2044),
    [anon_sym_continue] = ACTIONS(2044),
    [anon_sym_LBRACK] = ACTIONS(2046),
    [anon_sym_this] = ACTIONS(2044),
    [anon_sym_AT] = ACTIONS(2044),
    [anon_sym_AT_COLON] = ACTIONS(2046),
    [anon_sym_if] = ACTIONS(2044),
    [anon_sym_new] = ACTIONS(2044),
    [anon_sym_TILDE] = ACTIONS(2046),
    [anon_sym_BANG] = ACTIONS(2044),
    [anon_sym_DASH] = ACTIONS(2044),
    [anon_sym_PLUS_PLUS] = ACTIONS(2046),
    [anon_sym_DASH_DASH] = ACTIONS(2046),
    [anon_sym_PERCENT] = ACTIONS(2046),
    [anon_sym_STAR] = ACTIONS(2046),
    [anon_sym_SLASH] = ACTIONS(2044),
    [anon_sym_PLUS] = ACTIONS(2044),
    [anon_sym_LT_LT] = ACTIONS(2046),
    [anon_sym_GT_GT] = ACTIONS(2044),
    [anon_sym_GT_GT_GT] = ACTIONS(2046),
    [anon_sym_AMP] = ACTIONS(2044),
    [anon_sym_PIPE] = ACTIONS(2044),
    [anon_sym_CARET] = ACTIONS(2046),
    [anon_sym_AMP_AMP] = ACTIONS(2046),
    [anon_sym_PIPE_PIPE] = ACTIONS(2046),
    [anon_sym_EQ_EQ] = ACTIONS(2046),
    [anon_sym_BANG_EQ] = ACTIONS(2046),
    [anon_sym_LT] = ACTIONS(2044),
    [anon_sym_LT_EQ] = ACTIONS(2046),
    [anon_sym_GT] = ACTIONS(2044),
    [anon_sym_GT_EQ] = ACTIONS(2046),
    [anon_sym_EQ_GT] = ACTIONS(2046),
    [anon_sym_QMARK_QMARK] = ACTIONS(2046),
    [anon_sym_EQ] = ACTIONS(2044),
    [sym__rangeOperator] = ACTIONS(2046),
    [anon_sym_null] = ACTIONS(2044),
    [anon_sym_macro] = ACTIONS(2044),
    [anon_sym_abstract] = ACTIONS(2044),
    [anon_sym_static] = ACTIONS(2044),
    [anon_sym_public] = ACTIONS(2044),
    [anon_sym_private] = ACTIONS(2044),
    [anon_sym_extern] = ACTIONS(2044),
    [anon_sym_inline] = ACTIONS(2044),
    [anon_sym_overload] = ACTIONS(2044),
    [anon_sym_override] = ACTIONS(2044),
    [anon_sym_final] = ACTIONS(2044),
    [anon_sym_class] = ACTIONS(2044),
    [anon_sym_interface] = ACTIONS(2044),
    [anon_sym_typedef] = ACTIONS(2044),
    [anon_sym_function] = ACTIONS(2044),
    [anon_sym_var] = ACTIONS(2044),
    [aux_sym_integer_token1] = ACTIONS(2044),
    [aux_sym_integer_token2] = ACTIONS(2046),
    [aux_sym_float_token1] = ACTIONS(2044),
    [aux_sym_float_token2] = ACTIONS(2046),
    [anon_sym_true] = ACTIONS(2044),
    [anon_sym_false] = ACTIONS(2044),
    [aux_sym_string_token1] = ACTIONS(2046),
    [aux_sym_string_token3] = ACTIONS(2046),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [659] = {
    [ts_builtin_sym_end] = ACTIONS(2350),
    [sym_identifier] = ACTIONS(2348),
    [anon_sym_POUND] = ACTIONS(2350),
    [anon_sym_package] = ACTIONS(2348),
    [anon_sym_import] = ACTIONS(2348),
    [anon_sym_using] = ACTIONS(2348),
    [anon_sym_throw] = ACTIONS(2348),
    [anon_sym_LPAREN] = ACTIONS(2350),
    [anon_sym_switch] = ACTIONS(2348),
    [anon_sym_LBRACE] = ACTIONS(2350),
    [anon_sym_cast] = ACTIONS(2348),
    [anon_sym_DOLLARtype] = ACTIONS(2350),
    [anon_sym_return] = ACTIONS(2348),
    [anon_sym_untyped] = ACTIONS(2348),
    [anon_sym_break] = ACTIONS(2348),
    [anon_sym_continue] = ACTIONS(2348),
    [anon_sym_LBRACK] = ACTIONS(2350),
    [anon_sym_this] = ACTIONS(2348),
    [anon_sym_AT] = ACTIONS(2348),
    [anon_sym_AT_COLON] = ACTIONS(2350),
    [anon_sym_if] = ACTIONS(2348),
    [anon_sym_new] = ACTIONS(2348),
    [anon_sym_TILDE] = ACTIONS(2350),
    [anon_sym_BANG] = ACTIONS(2348),
    [anon_sym_DASH] = ACTIONS(2348),
    [anon_sym_PLUS_PLUS] = ACTIONS(2350),
    [anon_sym_DASH_DASH] = ACTIONS(2350),
    [anon_sym_PERCENT] = ACTIONS(2350),
    [anon_sym_STAR] = ACTIONS(2350),
    [anon_sym_SLASH] = ACTIONS(2348),
    [anon_sym_PLUS] = ACTIONS(2348),
    [anon_sym_LT_LT] = ACTIONS(2350),
    [anon_sym_GT_GT] = ACTIONS(2348),
    [anon_sym_GT_GT_GT] = ACTIONS(2350),
    [anon_sym_AMP] = ACTIONS(2348),
    [anon_sym_PIPE] = ACTIONS(2348),
    [anon_sym_CARET] = ACTIONS(2350),
    [anon_sym_AMP_AMP] = ACTIONS(2350),
    [anon_sym_PIPE_PIPE] = ACTIONS(2350),
    [anon_sym_EQ_EQ] = ACTIONS(2350),
    [anon_sym_BANG_EQ] = ACTIONS(2350),
    [anon_sym_LT] = ACTIONS(2348),
    [anon_sym_LT_EQ] = ACTIONS(2350),
    [anon_sym_GT] = ACTIONS(2348),
    [anon_sym_GT_EQ] = ACTIONS(2350),
    [anon_sym_EQ_GT] = ACTIONS(2350),
    [anon_sym_QMARK_QMARK] = ACTIONS(2350),
    [anon_sym_EQ] = ACTIONS(2348),
    [sym__rangeOperator] = ACTIONS(2350),
    [anon_sym_null] = ACTIONS(2348),
    [anon_sym_macro] = ACTIONS(2348),
    [anon_sym_abstract] = ACTIONS(2348),
    [anon_sym_static] = ACTIONS(2348),
    [anon_sym_public] = ACTIONS(2348),
    [anon_sym_private] = ACTIONS(2348),
    [anon_sym_extern] = ACTIONS(2348),
    [anon_sym_inline] = ACTIONS(2348),
    [anon_sym_overload] = ACTIONS(2348),
    [anon_sym_override] = ACTIONS(2348),
    [anon_sym_final] = ACTIONS(2348),
    [anon_sym_class] = ACTIONS(2348),
    [anon_sym_interface] = ACTIONS(2348),
    [anon_sym_typedef] = ACTIONS(2348),
    [anon_sym_function] = ACTIONS(2348),
    [anon_sym_var] = ACTIONS(2348),
    [aux_sym_integer_token1] = ACTIONS(2348),
    [aux_sym_integer_token2] = ACTIONS(2350),
    [aux_sym_float_token1] = ACTIONS(2348),
    [aux_sym_float_token2] = ACTIONS(2350),
    [anon_sym_true] = ACTIONS(2348),
    [anon_sym_false] = ACTIONS(2348),
    [aux_sym_string_token1] = ACTIONS(2350),
    [aux_sym_string_token3] = ACTIONS(2350),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [660] = {
    [ts_builtin_sym_end] = ACTIONS(2334),
    [sym_identifier] = ACTIONS(2332),
    [anon_sym_POUND] = ACTIONS(2334),
    [anon_sym_package] = ACTIONS(2332),
    [anon_sym_import] = ACTIONS(2332),
    [anon_sym_using] = ACTIONS(2332),
    [anon_sym_throw] = ACTIONS(2332),
    [anon_sym_LPAREN] = ACTIONS(2334),
    [anon_sym_switch] = ACTIONS(2332),
    [anon_sym_LBRACE] = ACTIONS(2334),
    [anon_sym_cast] = ACTIONS(2332),
    [anon_sym_DOLLARtype] = ACTIONS(2334),
    [anon_sym_return] = ACTIONS(2332),
    [anon_sym_untyped] = ACTIONS(2332),
    [anon_sym_break] = ACTIONS(2332),
    [anon_sym_continue] = ACTIONS(2332),
    [anon_sym_LBRACK] = ACTIONS(2334),
    [anon_sym_this] = ACTIONS(2332),
    [anon_sym_AT] = ACTIONS(2332),
    [anon_sym_AT_COLON] = ACTIONS(2334),
    [anon_sym_if] = ACTIONS(2332),
    [anon_sym_new] = ACTIONS(2332),
    [anon_sym_TILDE] = ACTIONS(2334),
    [anon_sym_BANG] = ACTIONS(2332),
    [anon_sym_DASH] = ACTIONS(2332),
    [anon_sym_PLUS_PLUS] = ACTIONS(2334),
    [anon_sym_DASH_DASH] = ACTIONS(2334),
    [anon_sym_PERCENT] = ACTIONS(2334),
    [anon_sym_STAR] = ACTIONS(2334),
    [anon_sym_SLASH] = ACTIONS(2332),
    [anon_sym_PLUS] = ACTIONS(2332),
    [anon_sym_LT_LT] = ACTIONS(2334),
    [anon_sym_GT_GT] = ACTIONS(2332),
    [anon_sym_GT_GT_GT] = ACTIONS(2334),
    [anon_sym_AMP] = ACTIONS(2332),
    [anon_sym_PIPE] = ACTIONS(2332),
    [anon_sym_CARET] = ACTIONS(2334),
    [anon_sym_AMP_AMP] = ACTIONS(2334),
    [anon_sym_PIPE_PIPE] = ACTIONS(2334),
    [anon_sym_EQ_EQ] = ACTIONS(2334),
    [anon_sym_BANG_EQ] = ACTIONS(2334),
    [anon_sym_LT] = ACTIONS(2332),
    [anon_sym_LT_EQ] = ACTIONS(2334),
    [anon_sym_GT] = ACTIONS(2332),
    [anon_sym_GT_EQ] = ACTIONS(2334),
    [anon_sym_EQ_GT] = ACTIONS(2334),
    [anon_sym_QMARK_QMARK] = ACTIONS(2334),
    [anon_sym_EQ] = ACTIONS(2332),
    [sym__rangeOperator] = ACTIONS(2334),
    [anon_sym_null] = ACTIONS(2332),
    [anon_sym_macro] = ACTIONS(2332),
    [anon_sym_abstract] = ACTIONS(2332),
    [anon_sym_static] = ACTIONS(2332),
    [anon_sym_public] = ACTIONS(2332),
    [anon_sym_private] = ACTIONS(2332),
    [anon_sym_extern] = ACTIONS(2332),
    [anon_sym_inline] = ACTIONS(2332),
    [anon_sym_overload] = ACTIONS(2332),
    [anon_sym_override] = ACTIONS(2332),
    [anon_sym_final] = ACTIONS(2332),
    [anon_sym_class] = ACTIONS(2332),
    [anon_sym_interface] = ACTIONS(2332),
    [anon_sym_typedef] = ACTIONS(2332),
    [anon_sym_function] = ACTIONS(2332),
    [anon_sym_var] = ACTIONS(2332),
    [aux_sym_integer_token1] = ACTIONS(2332),
    [aux_sym_integer_token2] = ACTIONS(2334),
    [aux_sym_float_token1] = ACTIONS(2332),
    [aux_sym_float_token2] = ACTIONS(2334),
    [anon_sym_true] = ACTIONS(2332),
    [anon_sym_false] = ACTIONS(2332),
    [aux_sym_string_token1] = ACTIONS(2334),
    [aux_sym_string_token3] = ACTIONS(2334),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [661] = {
    [ts_builtin_sym_end] = ACTIONS(1798),
    [sym_identifier] = ACTIONS(1796),
    [anon_sym_POUND] = ACTIONS(1798),
    [anon_sym_package] = ACTIONS(1796),
    [anon_sym_import] = ACTIONS(1796),
    [anon_sym_using] = ACTIONS(1796),
    [anon_sym_throw] = ACTIONS(1796),
    [anon_sym_LPAREN] = ACTIONS(1798),
    [anon_sym_switch] = ACTIONS(1796),
    [anon_sym_LBRACE] = ACTIONS(1798),
    [anon_sym_cast] = ACTIONS(1796),
    [anon_sym_DOLLARtype] = ACTIONS(1798),
    [anon_sym_return] = ACTIONS(1796),
    [anon_sym_untyped] = ACTIONS(1796),
    [anon_sym_break] = ACTIONS(1796),
    [anon_sym_continue] = ACTIONS(1796),
    [anon_sym_LBRACK] = ACTIONS(1798),
    [anon_sym_this] = ACTIONS(1796),
    [anon_sym_AT] = ACTIONS(1796),
    [anon_sym_AT_COLON] = ACTIONS(1798),
    [anon_sym_if] = ACTIONS(1796),
    [anon_sym_new] = ACTIONS(1796),
    [anon_sym_TILDE] = ACTIONS(1798),
    [anon_sym_BANG] = ACTIONS(1796),
    [anon_sym_DASH] = ACTIONS(1796),
    [anon_sym_PLUS_PLUS] = ACTIONS(1798),
    [anon_sym_DASH_DASH] = ACTIONS(1798),
    [anon_sym_PERCENT] = ACTIONS(1798),
    [anon_sym_STAR] = ACTIONS(1798),
    [anon_sym_SLASH] = ACTIONS(1796),
    [anon_sym_PLUS] = ACTIONS(1796),
    [anon_sym_LT_LT] = ACTIONS(1798),
    [anon_sym_GT_GT] = ACTIONS(1796),
    [anon_sym_GT_GT_GT] = ACTIONS(1798),
    [anon_sym_AMP] = ACTIONS(1796),
    [anon_sym_PIPE] = ACTIONS(1796),
    [anon_sym_CARET] = ACTIONS(1798),
    [anon_sym_AMP_AMP] = ACTIONS(1798),
    [anon_sym_PIPE_PIPE] = ACTIONS(1798),
    [anon_sym_EQ_EQ] = ACTIONS(1798),
    [anon_sym_BANG_EQ] = ACTIONS(1798),
    [anon_sym_LT] = ACTIONS(1796),
    [anon_sym_LT_EQ] = ACTIONS(1798),
    [anon_sym_GT] = ACTIONS(1796),
    [anon_sym_GT_EQ] = ACTIONS(1798),
    [anon_sym_EQ_GT] = ACTIONS(1798),
    [anon_sym_QMARK_QMARK] = ACTIONS(1798),
    [anon_sym_EQ] = ACTIONS(1796),
    [sym__rangeOperator] = ACTIONS(1798),
    [anon_sym_null] = ACTIONS(1796),
    [anon_sym_macro] = ACTIONS(1796),
    [anon_sym_abstract] = ACTIONS(1796),
    [anon_sym_static] = ACTIONS(1796),
    [anon_sym_public] = ACTIONS(1796),
    [anon_sym_private] = ACTIONS(1796),
    [anon_sym_extern] = ACTIONS(1796),
    [anon_sym_inline] = ACTIONS(1796),
    [anon_sym_overload] = ACTIONS(1796),
    [anon_sym_override] = ACTIONS(1796),
    [anon_sym_final] = ACTIONS(1796),
    [anon_sym_class] = ACTIONS(1796),
    [anon_sym_interface] = ACTIONS(1796),
    [anon_sym_typedef] = ACTIONS(1796),
    [anon_sym_function] = ACTIONS(1796),
    [anon_sym_var] = ACTIONS(1796),
    [aux_sym_integer_token1] = ACTIONS(1796),
    [aux_sym_integer_token2] = ACTIONS(1798),
    [aux_sym_float_token1] = ACTIONS(1796),
    [aux_sym_float_token2] = ACTIONS(1798),
    [anon_sym_true] = ACTIONS(1796),
    [anon_sym_false] = ACTIONS(1796),
    [aux_sym_string_token1] = ACTIONS(1798),
    [aux_sym_string_token3] = ACTIONS(1798),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [662] = {
    [ts_builtin_sym_end] = ACTIONS(2050),
    [sym_identifier] = ACTIONS(2048),
    [anon_sym_POUND] = ACTIONS(2050),
    [anon_sym_package] = ACTIONS(2048),
    [anon_sym_import] = ACTIONS(2048),
    [anon_sym_using] = ACTIONS(2048),
    [anon_sym_throw] = ACTIONS(2048),
    [anon_sym_LPAREN] = ACTIONS(2050),
    [anon_sym_switch] = ACTIONS(2048),
    [anon_sym_LBRACE] = ACTIONS(2050),
    [anon_sym_cast] = ACTIONS(2048),
    [anon_sym_DOLLARtype] = ACTIONS(2050),
    [anon_sym_return] = ACTIONS(2048),
    [anon_sym_untyped] = ACTIONS(2048),
    [anon_sym_break] = ACTIONS(2048),
    [anon_sym_continue] = ACTIONS(2048),
    [anon_sym_LBRACK] = ACTIONS(2050),
    [anon_sym_this] = ACTIONS(2048),
    [anon_sym_AT] = ACTIONS(2048),
    [anon_sym_AT_COLON] = ACTIONS(2050),
    [anon_sym_if] = ACTIONS(2048),
    [anon_sym_new] = ACTIONS(2048),
    [anon_sym_TILDE] = ACTIONS(2050),
    [anon_sym_BANG] = ACTIONS(2048),
    [anon_sym_DASH] = ACTIONS(2048),
    [anon_sym_PLUS_PLUS] = ACTIONS(2050),
    [anon_sym_DASH_DASH] = ACTIONS(2050),
    [anon_sym_PERCENT] = ACTIONS(2050),
    [anon_sym_STAR] = ACTIONS(2050),
    [anon_sym_SLASH] = ACTIONS(2048),
    [anon_sym_PLUS] = ACTIONS(2048),
    [anon_sym_LT_LT] = ACTIONS(2050),
    [anon_sym_GT_GT] = ACTIONS(2048),
    [anon_sym_GT_GT_GT] = ACTIONS(2050),
    [anon_sym_AMP] = ACTIONS(2048),
    [anon_sym_PIPE] = ACTIONS(2048),
    [anon_sym_CARET] = ACTIONS(2050),
    [anon_sym_AMP_AMP] = ACTIONS(2050),
    [anon_sym_PIPE_PIPE] = ACTIONS(2050),
    [anon_sym_EQ_EQ] = ACTIONS(2050),
    [anon_sym_BANG_EQ] = ACTIONS(2050),
    [anon_sym_LT] = ACTIONS(2048),
    [anon_sym_LT_EQ] = ACTIONS(2050),
    [anon_sym_GT] = ACTIONS(2048),
    [anon_sym_GT_EQ] = ACTIONS(2050),
    [anon_sym_EQ_GT] = ACTIONS(2050),
    [anon_sym_QMARK_QMARK] = ACTIONS(2050),
    [anon_sym_EQ] = ACTIONS(2048),
    [sym__rangeOperator] = ACTIONS(2050),
    [anon_sym_null] = ACTIONS(2048),
    [anon_sym_macro] = ACTIONS(2048),
    [anon_sym_abstract] = ACTIONS(2048),
    [anon_sym_static] = ACTIONS(2048),
    [anon_sym_public] = ACTIONS(2048),
    [anon_sym_private] = ACTIONS(2048),
    [anon_sym_extern] = ACTIONS(2048),
    [anon_sym_inline] = ACTIONS(2048),
    [anon_sym_overload] = ACTIONS(2048),
    [anon_sym_override] = ACTIONS(2048),
    [anon_sym_final] = ACTIONS(2048),
    [anon_sym_class] = ACTIONS(2048),
    [anon_sym_interface] = ACTIONS(2048),
    [anon_sym_typedef] = ACTIONS(2048),
    [anon_sym_function] = ACTIONS(2048),
    [anon_sym_var] = ACTIONS(2048),
    [aux_sym_integer_token1] = ACTIONS(2048),
    [aux_sym_integer_token2] = ACTIONS(2050),
    [aux_sym_float_token1] = ACTIONS(2048),
    [aux_sym_float_token2] = ACTIONS(2050),
    [anon_sym_true] = ACTIONS(2048),
    [anon_sym_false] = ACTIONS(2048),
    [aux_sym_string_token1] = ACTIONS(2050),
    [aux_sym_string_token3] = ACTIONS(2050),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [663] = {
    [ts_builtin_sym_end] = ACTIONS(772),
    [sym_identifier] = ACTIONS(770),
    [anon_sym_POUND] = ACTIONS(772),
    [anon_sym_package] = ACTIONS(770),
    [anon_sym_import] = ACTIONS(770),
    [anon_sym_using] = ACTIONS(770),
    [anon_sym_throw] = ACTIONS(770),
    [anon_sym_LPAREN] = ACTIONS(772),
    [anon_sym_switch] = ACTIONS(770),
    [anon_sym_LBRACE] = ACTIONS(772),
    [anon_sym_cast] = ACTIONS(770),
    [anon_sym_DOLLARtype] = ACTIONS(772),
    [anon_sym_return] = ACTIONS(770),
    [anon_sym_untyped] = ACTIONS(770),
    [anon_sym_break] = ACTIONS(770),
    [anon_sym_continue] = ACTIONS(770),
    [anon_sym_LBRACK] = ACTIONS(772),
    [anon_sym_this] = ACTIONS(770),
    [anon_sym_AT] = ACTIONS(770),
    [anon_sym_AT_COLON] = ACTIONS(772),
    [anon_sym_if] = ACTIONS(770),
    [anon_sym_new] = ACTIONS(770),
    [anon_sym_TILDE] = ACTIONS(772),
    [anon_sym_BANG] = ACTIONS(770),
    [anon_sym_DASH] = ACTIONS(770),
    [anon_sym_PLUS_PLUS] = ACTIONS(772),
    [anon_sym_DASH_DASH] = ACTIONS(772),
    [anon_sym_PERCENT] = ACTIONS(772),
    [anon_sym_STAR] = ACTIONS(772),
    [anon_sym_SLASH] = ACTIONS(770),
    [anon_sym_PLUS] = ACTIONS(770),
    [anon_sym_LT_LT] = ACTIONS(772),
    [anon_sym_GT_GT] = ACTIONS(770),
    [anon_sym_GT_GT_GT] = ACTIONS(772),
    [anon_sym_AMP] = ACTIONS(770),
    [anon_sym_PIPE] = ACTIONS(770),
    [anon_sym_CARET] = ACTIONS(772),
    [anon_sym_AMP_AMP] = ACTIONS(772),
    [anon_sym_PIPE_PIPE] = ACTIONS(772),
    [anon_sym_EQ_EQ] = ACTIONS(772),
    [anon_sym_BANG_EQ] = ACTIONS(772),
    [anon_sym_LT] = ACTIONS(770),
    [anon_sym_LT_EQ] = ACTIONS(772),
    [anon_sym_GT] = ACTIONS(770),
    [anon_sym_GT_EQ] = ACTIONS(772),
    [anon_sym_EQ_GT] = ACTIONS(772),
    [anon_sym_QMARK_QMARK] = ACTIONS(772),
    [anon_sym_EQ] = ACTIONS(770),
    [sym__rangeOperator] = ACTIONS(772),
    [anon_sym_null] = ACTIONS(770),
    [anon_sym_macro] = ACTIONS(770),
    [anon_sym_abstract] = ACTIONS(770),
    [anon_sym_static] = ACTIONS(770),
    [anon_sym_public] = ACTIONS(770),
    [anon_sym_private] = ACTIONS(770),
    [anon_sym_extern] = ACTIONS(770),
    [anon_sym_inline] = ACTIONS(770),
    [anon_sym_overload] = ACTIONS(770),
    [anon_sym_override] = ACTIONS(770),
    [anon_sym_final] = ACTIONS(770),
    [anon_sym_class] = ACTIONS(770),
    [anon_sym_interface] = ACTIONS(770),
    [anon_sym_typedef] = ACTIONS(770),
    [anon_sym_function] = ACTIONS(770),
    [anon_sym_var] = ACTIONS(770),
    [aux_sym_integer_token1] = ACTIONS(770),
    [aux_sym_integer_token2] = ACTIONS(772),
    [aux_sym_float_token1] = ACTIONS(770),
    [aux_sym_float_token2] = ACTIONS(772),
    [anon_sym_true] = ACTIONS(770),
    [anon_sym_false] = ACTIONS(770),
    [aux_sym_string_token1] = ACTIONS(772),
    [aux_sym_string_token3] = ACTIONS(772),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [664] = {
    [ts_builtin_sym_end] = ACTIONS(2330),
    [sym_identifier] = ACTIONS(2328),
    [anon_sym_POUND] = ACTIONS(2330),
    [anon_sym_package] = ACTIONS(2328),
    [anon_sym_import] = ACTIONS(2328),
    [anon_sym_using] = ACTIONS(2328),
    [anon_sym_throw] = ACTIONS(2328),
    [anon_sym_LPAREN] = ACTIONS(2330),
    [anon_sym_switch] = ACTIONS(2328),
    [anon_sym_LBRACE] = ACTIONS(2330),
    [anon_sym_cast] = ACTIONS(2328),
    [anon_sym_DOLLARtype] = ACTIONS(2330),
    [anon_sym_return] = ACTIONS(2328),
    [anon_sym_untyped] = ACTIONS(2328),
    [anon_sym_break] = ACTIONS(2328),
    [anon_sym_continue] = ACTIONS(2328),
    [anon_sym_LBRACK] = ACTIONS(2330),
    [anon_sym_this] = ACTIONS(2328),
    [anon_sym_AT] = ACTIONS(2328),
    [anon_sym_AT_COLON] = ACTIONS(2330),
    [anon_sym_if] = ACTIONS(2328),
    [anon_sym_new] = ACTIONS(2328),
    [anon_sym_TILDE] = ACTIONS(2330),
    [anon_sym_BANG] = ACTIONS(2328),
    [anon_sym_DASH] = ACTIONS(2328),
    [anon_sym_PLUS_PLUS] = ACTIONS(2330),
    [anon_sym_DASH_DASH] = ACTIONS(2330),
    [anon_sym_PERCENT] = ACTIONS(2330),
    [anon_sym_STAR] = ACTIONS(2330),
    [anon_sym_SLASH] = ACTIONS(2328),
    [anon_sym_PLUS] = ACTIONS(2328),
    [anon_sym_LT_LT] = ACTIONS(2330),
    [anon_sym_GT_GT] = ACTIONS(2328),
    [anon_sym_GT_GT_GT] = ACTIONS(2330),
    [anon_sym_AMP] = ACTIONS(2328),
    [anon_sym_PIPE] = ACTIONS(2328),
    [anon_sym_CARET] = ACTIONS(2330),
    [anon_sym_AMP_AMP] = ACTIONS(2330),
    [anon_sym_PIPE_PIPE] = ACTIONS(2330),
    [anon_sym_EQ_EQ] = ACTIONS(2330),
    [anon_sym_BANG_EQ] = ACTIONS(2330),
    [anon_sym_LT] = ACTIONS(2328),
    [anon_sym_LT_EQ] = ACTIONS(2330),
    [anon_sym_GT] = ACTIONS(2328),
    [anon_sym_GT_EQ] = ACTIONS(2330),
    [anon_sym_EQ_GT] = ACTIONS(2330),
    [anon_sym_QMARK_QMARK] = ACTIONS(2330),
    [anon_sym_EQ] = ACTIONS(2328),
    [sym__rangeOperator] = ACTIONS(2330),
    [anon_sym_null] = ACTIONS(2328),
    [anon_sym_macro] = ACTIONS(2328),
    [anon_sym_abstract] = ACTIONS(2328),
    [anon_sym_static] = ACTIONS(2328),
    [anon_sym_public] = ACTIONS(2328),
    [anon_sym_private] = ACTIONS(2328),
    [anon_sym_extern] = ACTIONS(2328),
    [anon_sym_inline] = ACTIONS(2328),
    [anon_sym_overload] = ACTIONS(2328),
    [anon_sym_override] = ACTIONS(2328),
    [anon_sym_final] = ACTIONS(2328),
    [anon_sym_class] = ACTIONS(2328),
    [anon_sym_interface] = ACTIONS(2328),
    [anon_sym_typedef] = ACTIONS(2328),
    [anon_sym_function] = ACTIONS(2328),
    [anon_sym_var] = ACTIONS(2328),
    [aux_sym_integer_token1] = ACTIONS(2328),
    [aux_sym_integer_token2] = ACTIONS(2330),
    [aux_sym_float_token1] = ACTIONS(2328),
    [aux_sym_float_token2] = ACTIONS(2330),
    [anon_sym_true] = ACTIONS(2328),
    [anon_sym_false] = ACTIONS(2328),
    [aux_sym_string_token1] = ACTIONS(2330),
    [aux_sym_string_token3] = ACTIONS(2330),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [665] = {
    [ts_builtin_sym_end] = ACTIONS(1802),
    [sym_identifier] = ACTIONS(1800),
    [anon_sym_POUND] = ACTIONS(1802),
    [anon_sym_package] = ACTIONS(1800),
    [anon_sym_import] = ACTIONS(1800),
    [anon_sym_using] = ACTIONS(1800),
    [anon_sym_throw] = ACTIONS(1800),
    [anon_sym_LPAREN] = ACTIONS(1802),
    [anon_sym_switch] = ACTIONS(1800),
    [anon_sym_LBRACE] = ACTIONS(1802),
    [anon_sym_cast] = ACTIONS(1800),
    [anon_sym_DOLLARtype] = ACTIONS(1802),
    [anon_sym_return] = ACTIONS(1800),
    [anon_sym_untyped] = ACTIONS(1800),
    [anon_sym_break] = ACTIONS(1800),
    [anon_sym_continue] = ACTIONS(1800),
    [anon_sym_LBRACK] = ACTIONS(1802),
    [anon_sym_this] = ACTIONS(1800),
    [anon_sym_AT] = ACTIONS(1800),
    [anon_sym_AT_COLON] = ACTIONS(1802),
    [anon_sym_if] = ACTIONS(1800),
    [anon_sym_new] = ACTIONS(1800),
    [anon_sym_TILDE] = ACTIONS(1802),
    [anon_sym_BANG] = ACTIONS(1800),
    [anon_sym_DASH] = ACTIONS(1800),
    [anon_sym_PLUS_PLUS] = ACTIONS(1802),
    [anon_sym_DASH_DASH] = ACTIONS(1802),
    [anon_sym_PERCENT] = ACTIONS(1802),
    [anon_sym_STAR] = ACTIONS(1802),
    [anon_sym_SLASH] = ACTIONS(1800),
    [anon_sym_PLUS] = ACTIONS(1800),
    [anon_sym_LT_LT] = ACTIONS(1802),
    [anon_sym_GT_GT] = ACTIONS(1800),
    [anon_sym_GT_GT_GT] = ACTIONS(1802),
    [anon_sym_AMP] = ACTIONS(1800),
    [anon_sym_PIPE] = ACTIONS(1800),
    [anon_sym_CARET] = ACTIONS(1802),
    [anon_sym_AMP_AMP] = ACTIONS(1802),
    [anon_sym_PIPE_PIPE] = ACTIONS(1802),
    [anon_sym_EQ_EQ] = ACTIONS(1802),
    [anon_sym_BANG_EQ] = ACTIONS(1802),
    [anon_sym_LT] = ACTIONS(1800),
    [anon_sym_LT_EQ] = ACTIONS(1802),
    [anon_sym_GT] = ACTIONS(1800),
    [anon_sym_GT_EQ] = ACTIONS(1802),
    [anon_sym_EQ_GT] = ACTIONS(1802),
    [anon_sym_QMARK_QMARK] = ACTIONS(1802),
    [anon_sym_EQ] = ACTIONS(1800),
    [sym__rangeOperator] = ACTIONS(1802),
    [anon_sym_null] = ACTIONS(1800),
    [anon_sym_macro] = ACTIONS(1800),
    [anon_sym_abstract] = ACTIONS(1800),
    [anon_sym_static] = ACTIONS(1800),
    [anon_sym_public] = ACTIONS(1800),
    [anon_sym_private] = ACTIONS(1800),
    [anon_sym_extern] = ACTIONS(1800),
    [anon_sym_inline] = ACTIONS(1800),
    [anon_sym_overload] = ACTIONS(1800),
    [anon_sym_override] = ACTIONS(1800),
    [anon_sym_final] = ACTIONS(1800),
    [anon_sym_class] = ACTIONS(1800),
    [anon_sym_interface] = ACTIONS(1800),
    [anon_sym_typedef] = ACTIONS(1800),
    [anon_sym_function] = ACTIONS(1800),
    [anon_sym_var] = ACTIONS(1800),
    [aux_sym_integer_token1] = ACTIONS(1800),
    [aux_sym_integer_token2] = ACTIONS(1802),
    [aux_sym_float_token1] = ACTIONS(1800),
    [aux_sym_float_token2] = ACTIONS(1802),
    [anon_sym_true] = ACTIONS(1800),
    [anon_sym_false] = ACTIONS(1800),
    [aux_sym_string_token1] = ACTIONS(1802),
    [aux_sym_string_token3] = ACTIONS(1802),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [666] = {
    [ts_builtin_sym_end] = ACTIONS(1806),
    [sym_identifier] = ACTIONS(1804),
    [anon_sym_POUND] = ACTIONS(1806),
    [anon_sym_package] = ACTIONS(1804),
    [anon_sym_import] = ACTIONS(1804),
    [anon_sym_using] = ACTIONS(1804),
    [anon_sym_throw] = ACTIONS(1804),
    [anon_sym_LPAREN] = ACTIONS(1806),
    [anon_sym_switch] = ACTIONS(1804),
    [anon_sym_LBRACE] = ACTIONS(1806),
    [anon_sym_cast] = ACTIONS(1804),
    [anon_sym_DOLLARtype] = ACTIONS(1806),
    [anon_sym_return] = ACTIONS(1804),
    [anon_sym_untyped] = ACTIONS(1804),
    [anon_sym_break] = ACTIONS(1804),
    [anon_sym_continue] = ACTIONS(1804),
    [anon_sym_LBRACK] = ACTIONS(1806),
    [anon_sym_this] = ACTIONS(1804),
    [anon_sym_AT] = ACTIONS(1804),
    [anon_sym_AT_COLON] = ACTIONS(1806),
    [anon_sym_if] = ACTIONS(1804),
    [anon_sym_new] = ACTIONS(1804),
    [anon_sym_TILDE] = ACTIONS(1806),
    [anon_sym_BANG] = ACTIONS(1804),
    [anon_sym_DASH] = ACTIONS(1804),
    [anon_sym_PLUS_PLUS] = ACTIONS(1806),
    [anon_sym_DASH_DASH] = ACTIONS(1806),
    [anon_sym_PERCENT] = ACTIONS(1806),
    [anon_sym_STAR] = ACTIONS(1806),
    [anon_sym_SLASH] = ACTIONS(1804),
    [anon_sym_PLUS] = ACTIONS(1804),
    [anon_sym_LT_LT] = ACTIONS(1806),
    [anon_sym_GT_GT] = ACTIONS(1804),
    [anon_sym_GT_GT_GT] = ACTIONS(1806),
    [anon_sym_AMP] = ACTIONS(1804),
    [anon_sym_PIPE] = ACTIONS(1804),
    [anon_sym_CARET] = ACTIONS(1806),
    [anon_sym_AMP_AMP] = ACTIONS(1806),
    [anon_sym_PIPE_PIPE] = ACTIONS(1806),
    [anon_sym_EQ_EQ] = ACTIONS(1806),
    [anon_sym_BANG_EQ] = ACTIONS(1806),
    [anon_sym_LT] = ACTIONS(1804),
    [anon_sym_LT_EQ] = ACTIONS(1806),
    [anon_sym_GT] = ACTIONS(1804),
    [anon_sym_GT_EQ] = ACTIONS(1806),
    [anon_sym_EQ_GT] = ACTIONS(1806),
    [anon_sym_QMARK_QMARK] = ACTIONS(1806),
    [anon_sym_EQ] = ACTIONS(1804),
    [sym__rangeOperator] = ACTIONS(1806),
    [anon_sym_null] = ACTIONS(1804),
    [anon_sym_macro] = ACTIONS(1804),
    [anon_sym_abstract] = ACTIONS(1804),
    [anon_sym_static] = ACTIONS(1804),
    [anon_sym_public] = ACTIONS(1804),
    [anon_sym_private] = ACTIONS(1804),
    [anon_sym_extern] = ACTIONS(1804),
    [anon_sym_inline] = ACTIONS(1804),
    [anon_sym_overload] = ACTIONS(1804),
    [anon_sym_override] = ACTIONS(1804),
    [anon_sym_final] = ACTIONS(1804),
    [anon_sym_class] = ACTIONS(1804),
    [anon_sym_interface] = ACTIONS(1804),
    [anon_sym_typedef] = ACTIONS(1804),
    [anon_sym_function] = ACTIONS(1804),
    [anon_sym_var] = ACTIONS(1804),
    [aux_sym_integer_token1] = ACTIONS(1804),
    [aux_sym_integer_token2] = ACTIONS(1806),
    [aux_sym_float_token1] = ACTIONS(1804),
    [aux_sym_float_token2] = ACTIONS(1806),
    [anon_sym_true] = ACTIONS(1804),
    [anon_sym_false] = ACTIONS(1804),
    [aux_sym_string_token1] = ACTIONS(1806),
    [aux_sym_string_token3] = ACTIONS(1806),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [667] = {
    [ts_builtin_sym_end] = ACTIONS(1810),
    [sym_identifier] = ACTIONS(1808),
    [anon_sym_POUND] = ACTIONS(1810),
    [anon_sym_package] = ACTIONS(1808),
    [anon_sym_import] = ACTIONS(1808),
    [anon_sym_using] = ACTIONS(1808),
    [anon_sym_throw] = ACTIONS(1808),
    [anon_sym_LPAREN] = ACTIONS(1810),
    [anon_sym_switch] = ACTIONS(1808),
    [anon_sym_LBRACE] = ACTIONS(1810),
    [anon_sym_cast] = ACTIONS(1808),
    [anon_sym_DOLLARtype] = ACTIONS(1810),
    [anon_sym_return] = ACTIONS(1808),
    [anon_sym_untyped] = ACTIONS(1808),
    [anon_sym_break] = ACTIONS(1808),
    [anon_sym_continue] = ACTIONS(1808),
    [anon_sym_LBRACK] = ACTIONS(1810),
    [anon_sym_this] = ACTIONS(1808),
    [anon_sym_AT] = ACTIONS(1808),
    [anon_sym_AT_COLON] = ACTIONS(1810),
    [anon_sym_if] = ACTIONS(1808),
    [anon_sym_new] = ACTIONS(1808),
    [anon_sym_TILDE] = ACTIONS(1810),
    [anon_sym_BANG] = ACTIONS(1808),
    [anon_sym_DASH] = ACTIONS(1808),
    [anon_sym_PLUS_PLUS] = ACTIONS(1810),
    [anon_sym_DASH_DASH] = ACTIONS(1810),
    [anon_sym_PERCENT] = ACTIONS(1810),
    [anon_sym_STAR] = ACTIONS(1810),
    [anon_sym_SLASH] = ACTIONS(1808),
    [anon_sym_PLUS] = ACTIONS(1808),
    [anon_sym_LT_LT] = ACTIONS(1810),
    [anon_sym_GT_GT] = ACTIONS(1808),
    [anon_sym_GT_GT_GT] = ACTIONS(1810),
    [anon_sym_AMP] = ACTIONS(1808),
    [anon_sym_PIPE] = ACTIONS(1808),
    [anon_sym_CARET] = ACTIONS(1810),
    [anon_sym_AMP_AMP] = ACTIONS(1810),
    [anon_sym_PIPE_PIPE] = ACTIONS(1810),
    [anon_sym_EQ_EQ] = ACTIONS(1810),
    [anon_sym_BANG_EQ] = ACTIONS(1810),
    [anon_sym_LT] = ACTIONS(1808),
    [anon_sym_LT_EQ] = ACTIONS(1810),
    [anon_sym_GT] = ACTIONS(1808),
    [anon_sym_GT_EQ] = ACTIONS(1810),
    [anon_sym_EQ_GT] = ACTIONS(1810),
    [anon_sym_QMARK_QMARK] = ACTIONS(1810),
    [anon_sym_EQ] = ACTIONS(1808),
    [sym__rangeOperator] = ACTIONS(1810),
    [anon_sym_null] = ACTIONS(1808),
    [anon_sym_macro] = ACTIONS(1808),
    [anon_sym_abstract] = ACTIONS(1808),
    [anon_sym_static] = ACTIONS(1808),
    [anon_sym_public] = ACTIONS(1808),
    [anon_sym_private] = ACTIONS(1808),
    [anon_sym_extern] = ACTIONS(1808),
    [anon_sym_inline] = ACTIONS(1808),
    [anon_sym_overload] = ACTIONS(1808),
    [anon_sym_override] = ACTIONS(1808),
    [anon_sym_final] = ACTIONS(1808),
    [anon_sym_class] = ACTIONS(1808),
    [anon_sym_interface] = ACTIONS(1808),
    [anon_sym_typedef] = ACTIONS(1808),
    [anon_sym_function] = ACTIONS(1808),
    [anon_sym_var] = ACTIONS(1808),
    [aux_sym_integer_token1] = ACTIONS(1808),
    [aux_sym_integer_token2] = ACTIONS(1810),
    [aux_sym_float_token1] = ACTIONS(1808),
    [aux_sym_float_token2] = ACTIONS(1810),
    [anon_sym_true] = ACTIONS(1808),
    [anon_sym_false] = ACTIONS(1808),
    [aux_sym_string_token1] = ACTIONS(1810),
    [aux_sym_string_token3] = ACTIONS(1810),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [668] = {
    [ts_builtin_sym_end] = ACTIONS(2250),
    [sym_identifier] = ACTIONS(2248),
    [anon_sym_POUND] = ACTIONS(2250),
    [anon_sym_package] = ACTIONS(2248),
    [anon_sym_import] = ACTIONS(2248),
    [anon_sym_using] = ACTIONS(2248),
    [anon_sym_throw] = ACTIONS(2248),
    [anon_sym_LPAREN] = ACTIONS(2250),
    [anon_sym_switch] = ACTIONS(2248),
    [anon_sym_LBRACE] = ACTIONS(2250),
    [anon_sym_cast] = ACTIONS(2248),
    [anon_sym_DOLLARtype] = ACTIONS(2250),
    [anon_sym_return] = ACTIONS(2248),
    [anon_sym_untyped] = ACTIONS(2248),
    [anon_sym_break] = ACTIONS(2248),
    [anon_sym_continue] = ACTIONS(2248),
    [anon_sym_LBRACK] = ACTIONS(2250),
    [anon_sym_this] = ACTIONS(2248),
    [anon_sym_AT] = ACTIONS(2248),
    [anon_sym_AT_COLON] = ACTIONS(2250),
    [anon_sym_if] = ACTIONS(2248),
    [anon_sym_new] = ACTIONS(2248),
    [anon_sym_TILDE] = ACTIONS(2250),
    [anon_sym_BANG] = ACTIONS(2248),
    [anon_sym_DASH] = ACTIONS(2248),
    [anon_sym_PLUS_PLUS] = ACTIONS(2250),
    [anon_sym_DASH_DASH] = ACTIONS(2250),
    [anon_sym_PERCENT] = ACTIONS(2250),
    [anon_sym_STAR] = ACTIONS(2250),
    [anon_sym_SLASH] = ACTIONS(2248),
    [anon_sym_PLUS] = ACTIONS(2248),
    [anon_sym_LT_LT] = ACTIONS(2250),
    [anon_sym_GT_GT] = ACTIONS(2248),
    [anon_sym_GT_GT_GT] = ACTIONS(2250),
    [anon_sym_AMP] = ACTIONS(2248),
    [anon_sym_PIPE] = ACTIONS(2248),
    [anon_sym_CARET] = ACTIONS(2250),
    [anon_sym_AMP_AMP] = ACTIONS(2250),
    [anon_sym_PIPE_PIPE] = ACTIONS(2250),
    [anon_sym_EQ_EQ] = ACTIONS(2250),
    [anon_sym_BANG_EQ] = ACTIONS(2250),
    [anon_sym_LT] = ACTIONS(2248),
    [anon_sym_LT_EQ] = ACTIONS(2250),
    [anon_sym_GT] = ACTIONS(2248),
    [anon_sym_GT_EQ] = ACTIONS(2250),
    [anon_sym_EQ_GT] = ACTIONS(2250),
    [anon_sym_QMARK_QMARK] = ACTIONS(2250),
    [anon_sym_EQ] = ACTIONS(2248),
    [sym__rangeOperator] = ACTIONS(2250),
    [anon_sym_null] = ACTIONS(2248),
    [anon_sym_macro] = ACTIONS(2248),
    [anon_sym_abstract] = ACTIONS(2248),
    [anon_sym_static] = ACTIONS(2248),
    [anon_sym_public] = ACTIONS(2248),
    [anon_sym_private] = ACTIONS(2248),
    [anon_sym_extern] = ACTIONS(2248),
    [anon_sym_inline] = ACTIONS(2248),
    [anon_sym_overload] = ACTIONS(2248),
    [anon_sym_override] = ACTIONS(2248),
    [anon_sym_final] = ACTIONS(2248),
    [anon_sym_class] = ACTIONS(2248),
    [anon_sym_interface] = ACTIONS(2248),
    [anon_sym_typedef] = ACTIONS(2248),
    [anon_sym_function] = ACTIONS(2248),
    [anon_sym_var] = ACTIONS(2248),
    [aux_sym_integer_token1] = ACTIONS(2248),
    [aux_sym_integer_token2] = ACTIONS(2250),
    [aux_sym_float_token1] = ACTIONS(2248),
    [aux_sym_float_token2] = ACTIONS(2250),
    [anon_sym_true] = ACTIONS(2248),
    [anon_sym_false] = ACTIONS(2248),
    [aux_sym_string_token1] = ACTIONS(2250),
    [aux_sym_string_token3] = ACTIONS(2250),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [669] = {
    [ts_builtin_sym_end] = ACTIONS(1814),
    [sym_identifier] = ACTIONS(1812),
    [anon_sym_POUND] = ACTIONS(1814),
    [anon_sym_package] = ACTIONS(1812),
    [anon_sym_import] = ACTIONS(1812),
    [anon_sym_using] = ACTIONS(1812),
    [anon_sym_throw] = ACTIONS(1812),
    [anon_sym_LPAREN] = ACTIONS(1814),
    [anon_sym_switch] = ACTIONS(1812),
    [anon_sym_LBRACE] = ACTIONS(1814),
    [anon_sym_cast] = ACTIONS(1812),
    [anon_sym_DOLLARtype] = ACTIONS(1814),
    [anon_sym_return] = ACTIONS(1812),
    [anon_sym_untyped] = ACTIONS(1812),
    [anon_sym_break] = ACTIONS(1812),
    [anon_sym_continue] = ACTIONS(1812),
    [anon_sym_LBRACK] = ACTIONS(1814),
    [anon_sym_this] = ACTIONS(1812),
    [anon_sym_AT] = ACTIONS(1812),
    [anon_sym_AT_COLON] = ACTIONS(1814),
    [anon_sym_if] = ACTIONS(1812),
    [anon_sym_new] = ACTIONS(1812),
    [anon_sym_TILDE] = ACTIONS(1814),
    [anon_sym_BANG] = ACTIONS(1812),
    [anon_sym_DASH] = ACTIONS(1812),
    [anon_sym_PLUS_PLUS] = ACTIONS(1814),
    [anon_sym_DASH_DASH] = ACTIONS(1814),
    [anon_sym_PERCENT] = ACTIONS(1814),
    [anon_sym_STAR] = ACTIONS(1814),
    [anon_sym_SLASH] = ACTIONS(1812),
    [anon_sym_PLUS] = ACTIONS(1812),
    [anon_sym_LT_LT] = ACTIONS(1814),
    [anon_sym_GT_GT] = ACTIONS(1812),
    [anon_sym_GT_GT_GT] = ACTIONS(1814),
    [anon_sym_AMP] = ACTIONS(1812),
    [anon_sym_PIPE] = ACTIONS(1812),
    [anon_sym_CARET] = ACTIONS(1814),
    [anon_sym_AMP_AMP] = ACTIONS(1814),
    [anon_sym_PIPE_PIPE] = ACTIONS(1814),
    [anon_sym_EQ_EQ] = ACTIONS(1814),
    [anon_sym_BANG_EQ] = ACTIONS(1814),
    [anon_sym_LT] = ACTIONS(1812),
    [anon_sym_LT_EQ] = ACTIONS(1814),
    [anon_sym_GT] = ACTIONS(1812),
    [anon_sym_GT_EQ] = ACTIONS(1814),
    [anon_sym_EQ_GT] = ACTIONS(1814),
    [anon_sym_QMARK_QMARK] = ACTIONS(1814),
    [anon_sym_EQ] = ACTIONS(1812),
    [sym__rangeOperator] = ACTIONS(1814),
    [anon_sym_null] = ACTIONS(1812),
    [anon_sym_macro] = ACTIONS(1812),
    [anon_sym_abstract] = ACTIONS(1812),
    [anon_sym_static] = ACTIONS(1812),
    [anon_sym_public] = ACTIONS(1812),
    [anon_sym_private] = ACTIONS(1812),
    [anon_sym_extern] = ACTIONS(1812),
    [anon_sym_inline] = ACTIONS(1812),
    [anon_sym_overload] = ACTIONS(1812),
    [anon_sym_override] = ACTIONS(1812),
    [anon_sym_final] = ACTIONS(1812),
    [anon_sym_class] = ACTIONS(1812),
    [anon_sym_interface] = ACTIONS(1812),
    [anon_sym_typedef] = ACTIONS(1812),
    [anon_sym_function] = ACTIONS(1812),
    [anon_sym_var] = ACTIONS(1812),
    [aux_sym_integer_token1] = ACTIONS(1812),
    [aux_sym_integer_token2] = ACTIONS(1814),
    [aux_sym_float_token1] = ACTIONS(1812),
    [aux_sym_float_token2] = ACTIONS(1814),
    [anon_sym_true] = ACTIONS(1812),
    [anon_sym_false] = ACTIONS(1812),
    [aux_sym_string_token1] = ACTIONS(1814),
    [aux_sym_string_token3] = ACTIONS(1814),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [670] = {
    [ts_builtin_sym_end] = ACTIONS(2314),
    [sym_identifier] = ACTIONS(2312),
    [anon_sym_POUND] = ACTIONS(2314),
    [anon_sym_package] = ACTIONS(2312),
    [anon_sym_import] = ACTIONS(2312),
    [anon_sym_using] = ACTIONS(2312),
    [anon_sym_throw] = ACTIONS(2312),
    [anon_sym_LPAREN] = ACTIONS(2314),
    [anon_sym_switch] = ACTIONS(2312),
    [anon_sym_LBRACE] = ACTIONS(2314),
    [anon_sym_cast] = ACTIONS(2312),
    [anon_sym_DOLLARtype] = ACTIONS(2314),
    [anon_sym_return] = ACTIONS(2312),
    [anon_sym_untyped] = ACTIONS(2312),
    [anon_sym_break] = ACTIONS(2312),
    [anon_sym_continue] = ACTIONS(2312),
    [anon_sym_LBRACK] = ACTIONS(2314),
    [anon_sym_this] = ACTIONS(2312),
    [anon_sym_AT] = ACTIONS(2312),
    [anon_sym_AT_COLON] = ACTIONS(2314),
    [anon_sym_if] = ACTIONS(2312),
    [anon_sym_new] = ACTIONS(2312),
    [anon_sym_TILDE] = ACTIONS(2314),
    [anon_sym_BANG] = ACTIONS(2312),
    [anon_sym_DASH] = ACTIONS(2312),
    [anon_sym_PLUS_PLUS] = ACTIONS(2314),
    [anon_sym_DASH_DASH] = ACTIONS(2314),
    [anon_sym_PERCENT] = ACTIONS(2314),
    [anon_sym_STAR] = ACTIONS(2314),
    [anon_sym_SLASH] = ACTIONS(2312),
    [anon_sym_PLUS] = ACTIONS(2312),
    [anon_sym_LT_LT] = ACTIONS(2314),
    [anon_sym_GT_GT] = ACTIONS(2312),
    [anon_sym_GT_GT_GT] = ACTIONS(2314),
    [anon_sym_AMP] = ACTIONS(2312),
    [anon_sym_PIPE] = ACTIONS(2312),
    [anon_sym_CARET] = ACTIONS(2314),
    [anon_sym_AMP_AMP] = ACTIONS(2314),
    [anon_sym_PIPE_PIPE] = ACTIONS(2314),
    [anon_sym_EQ_EQ] = ACTIONS(2314),
    [anon_sym_BANG_EQ] = ACTIONS(2314),
    [anon_sym_LT] = ACTIONS(2312),
    [anon_sym_LT_EQ] = ACTIONS(2314),
    [anon_sym_GT] = ACTIONS(2312),
    [anon_sym_GT_EQ] = ACTIONS(2314),
    [anon_sym_EQ_GT] = ACTIONS(2314),
    [anon_sym_QMARK_QMARK] = ACTIONS(2314),
    [anon_sym_EQ] = ACTIONS(2312),
    [sym__rangeOperator] = ACTIONS(2314),
    [anon_sym_null] = ACTIONS(2312),
    [anon_sym_macro] = ACTIONS(2312),
    [anon_sym_abstract] = ACTIONS(2312),
    [anon_sym_static] = ACTIONS(2312),
    [anon_sym_public] = ACTIONS(2312),
    [anon_sym_private] = ACTIONS(2312),
    [anon_sym_extern] = ACTIONS(2312),
    [anon_sym_inline] = ACTIONS(2312),
    [anon_sym_overload] = ACTIONS(2312),
    [anon_sym_override] = ACTIONS(2312),
    [anon_sym_final] = ACTIONS(2312),
    [anon_sym_class] = ACTIONS(2312),
    [anon_sym_interface] = ACTIONS(2312),
    [anon_sym_typedef] = ACTIONS(2312),
    [anon_sym_function] = ACTIONS(2312),
    [anon_sym_var] = ACTIONS(2312),
    [aux_sym_integer_token1] = ACTIONS(2312),
    [aux_sym_integer_token2] = ACTIONS(2314),
    [aux_sym_float_token1] = ACTIONS(2312),
    [aux_sym_float_token2] = ACTIONS(2314),
    [anon_sym_true] = ACTIONS(2312),
    [anon_sym_false] = ACTIONS(2312),
    [aux_sym_string_token1] = ACTIONS(2314),
    [aux_sym_string_token3] = ACTIONS(2314),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [671] = {
    [ts_builtin_sym_end] = ACTIONS(1818),
    [sym_identifier] = ACTIONS(1816),
    [anon_sym_POUND] = ACTIONS(1818),
    [anon_sym_package] = ACTIONS(1816),
    [anon_sym_import] = ACTIONS(1816),
    [anon_sym_using] = ACTIONS(1816),
    [anon_sym_throw] = ACTIONS(1816),
    [anon_sym_LPAREN] = ACTIONS(1818),
    [anon_sym_switch] = ACTIONS(1816),
    [anon_sym_LBRACE] = ACTIONS(1818),
    [anon_sym_cast] = ACTIONS(1816),
    [anon_sym_DOLLARtype] = ACTIONS(1818),
    [anon_sym_return] = ACTIONS(1816),
    [anon_sym_untyped] = ACTIONS(1816),
    [anon_sym_break] = ACTIONS(1816),
    [anon_sym_continue] = ACTIONS(1816),
    [anon_sym_LBRACK] = ACTIONS(1818),
    [anon_sym_this] = ACTIONS(1816),
    [anon_sym_AT] = ACTIONS(1816),
    [anon_sym_AT_COLON] = ACTIONS(1818),
    [anon_sym_if] = ACTIONS(1816),
    [anon_sym_new] = ACTIONS(1816),
    [anon_sym_TILDE] = ACTIONS(1818),
    [anon_sym_BANG] = ACTIONS(1816),
    [anon_sym_DASH] = ACTIONS(1816),
    [anon_sym_PLUS_PLUS] = ACTIONS(1818),
    [anon_sym_DASH_DASH] = ACTIONS(1818),
    [anon_sym_PERCENT] = ACTIONS(1818),
    [anon_sym_STAR] = ACTIONS(1818),
    [anon_sym_SLASH] = ACTIONS(1816),
    [anon_sym_PLUS] = ACTIONS(1816),
    [anon_sym_LT_LT] = ACTIONS(1818),
    [anon_sym_GT_GT] = ACTIONS(1816),
    [anon_sym_GT_GT_GT] = ACTIONS(1818),
    [anon_sym_AMP] = ACTIONS(1816),
    [anon_sym_PIPE] = ACTIONS(1816),
    [anon_sym_CARET] = ACTIONS(1818),
    [anon_sym_AMP_AMP] = ACTIONS(1818),
    [anon_sym_PIPE_PIPE] = ACTIONS(1818),
    [anon_sym_EQ_EQ] = ACTIONS(1818),
    [anon_sym_BANG_EQ] = ACTIONS(1818),
    [anon_sym_LT] = ACTIONS(1816),
    [anon_sym_LT_EQ] = ACTIONS(1818),
    [anon_sym_GT] = ACTIONS(1816),
    [anon_sym_GT_EQ] = ACTIONS(1818),
    [anon_sym_EQ_GT] = ACTIONS(1818),
    [anon_sym_QMARK_QMARK] = ACTIONS(1818),
    [anon_sym_EQ] = ACTIONS(1816),
    [sym__rangeOperator] = ACTIONS(1818),
    [anon_sym_null] = ACTIONS(1816),
    [anon_sym_macro] = ACTIONS(1816),
    [anon_sym_abstract] = ACTIONS(1816),
    [anon_sym_static] = ACTIONS(1816),
    [anon_sym_public] = ACTIONS(1816),
    [anon_sym_private] = ACTIONS(1816),
    [anon_sym_extern] = ACTIONS(1816),
    [anon_sym_inline] = ACTIONS(1816),
    [anon_sym_overload] = ACTIONS(1816),
    [anon_sym_override] = ACTIONS(1816),
    [anon_sym_final] = ACTIONS(1816),
    [anon_sym_class] = ACTIONS(1816),
    [anon_sym_interface] = ACTIONS(1816),
    [anon_sym_typedef] = ACTIONS(1816),
    [anon_sym_function] = ACTIONS(1816),
    [anon_sym_var] = ACTIONS(1816),
    [aux_sym_integer_token1] = ACTIONS(1816),
    [aux_sym_integer_token2] = ACTIONS(1818),
    [aux_sym_float_token1] = ACTIONS(1816),
    [aux_sym_float_token2] = ACTIONS(1818),
    [anon_sym_true] = ACTIONS(1816),
    [anon_sym_false] = ACTIONS(1816),
    [aux_sym_string_token1] = ACTIONS(1818),
    [aux_sym_string_token3] = ACTIONS(1818),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [672] = {
    [ts_builtin_sym_end] = ACTIONS(2054),
    [sym_identifier] = ACTIONS(2052),
    [anon_sym_POUND] = ACTIONS(2054),
    [anon_sym_package] = ACTIONS(2052),
    [anon_sym_import] = ACTIONS(2052),
    [anon_sym_using] = ACTIONS(2052),
    [anon_sym_throw] = ACTIONS(2052),
    [anon_sym_LPAREN] = ACTIONS(2054),
    [anon_sym_switch] = ACTIONS(2052),
    [anon_sym_LBRACE] = ACTIONS(2054),
    [anon_sym_cast] = ACTIONS(2052),
    [anon_sym_DOLLARtype] = ACTIONS(2054),
    [anon_sym_return] = ACTIONS(2052),
    [anon_sym_untyped] = ACTIONS(2052),
    [anon_sym_break] = ACTIONS(2052),
    [anon_sym_continue] = ACTIONS(2052),
    [anon_sym_LBRACK] = ACTIONS(2054),
    [anon_sym_this] = ACTIONS(2052),
    [anon_sym_AT] = ACTIONS(2052),
    [anon_sym_AT_COLON] = ACTIONS(2054),
    [anon_sym_if] = ACTIONS(2052),
    [anon_sym_new] = ACTIONS(2052),
    [anon_sym_TILDE] = ACTIONS(2054),
    [anon_sym_BANG] = ACTIONS(2052),
    [anon_sym_DASH] = ACTIONS(2052),
    [anon_sym_PLUS_PLUS] = ACTIONS(2054),
    [anon_sym_DASH_DASH] = ACTIONS(2054),
    [anon_sym_PERCENT] = ACTIONS(2054),
    [anon_sym_STAR] = ACTIONS(2054),
    [anon_sym_SLASH] = ACTIONS(2052),
    [anon_sym_PLUS] = ACTIONS(2052),
    [anon_sym_LT_LT] = ACTIONS(2054),
    [anon_sym_GT_GT] = ACTIONS(2052),
    [anon_sym_GT_GT_GT] = ACTIONS(2054),
    [anon_sym_AMP] = ACTIONS(2052),
    [anon_sym_PIPE] = ACTIONS(2052),
    [anon_sym_CARET] = ACTIONS(2054),
    [anon_sym_AMP_AMP] = ACTIONS(2054),
    [anon_sym_PIPE_PIPE] = ACTIONS(2054),
    [anon_sym_EQ_EQ] = ACTIONS(2054),
    [anon_sym_BANG_EQ] = ACTIONS(2054),
    [anon_sym_LT] = ACTIONS(2052),
    [anon_sym_LT_EQ] = ACTIONS(2054),
    [anon_sym_GT] = ACTIONS(2052),
    [anon_sym_GT_EQ] = ACTIONS(2054),
    [anon_sym_EQ_GT] = ACTIONS(2054),
    [anon_sym_QMARK_QMARK] = ACTIONS(2054),
    [anon_sym_EQ] = ACTIONS(2052),
    [sym__rangeOperator] = ACTIONS(2054),
    [anon_sym_null] = ACTIONS(2052),
    [anon_sym_macro] = ACTIONS(2052),
    [anon_sym_abstract] = ACTIONS(2052),
    [anon_sym_static] = ACTIONS(2052),
    [anon_sym_public] = ACTIONS(2052),
    [anon_sym_private] = ACTIONS(2052),
    [anon_sym_extern] = ACTIONS(2052),
    [anon_sym_inline] = ACTIONS(2052),
    [anon_sym_overload] = ACTIONS(2052),
    [anon_sym_override] = ACTIONS(2052),
    [anon_sym_final] = ACTIONS(2052),
    [anon_sym_class] = ACTIONS(2052),
    [anon_sym_interface] = ACTIONS(2052),
    [anon_sym_typedef] = ACTIONS(2052),
    [anon_sym_function] = ACTIONS(2052),
    [anon_sym_var] = ACTIONS(2052),
    [aux_sym_integer_token1] = ACTIONS(2052),
    [aux_sym_integer_token2] = ACTIONS(2054),
    [aux_sym_float_token1] = ACTIONS(2052),
    [aux_sym_float_token2] = ACTIONS(2054),
    [anon_sym_true] = ACTIONS(2052),
    [anon_sym_false] = ACTIONS(2052),
    [aux_sym_string_token1] = ACTIONS(2054),
    [aux_sym_string_token3] = ACTIONS(2054),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [673] = {
    [ts_builtin_sym_end] = ACTIONS(1826),
    [sym_identifier] = ACTIONS(1824),
    [anon_sym_POUND] = ACTIONS(1826),
    [anon_sym_package] = ACTIONS(1824),
    [anon_sym_import] = ACTIONS(1824),
    [anon_sym_using] = ACTIONS(1824),
    [anon_sym_throw] = ACTIONS(1824),
    [anon_sym_LPAREN] = ACTIONS(1826),
    [anon_sym_switch] = ACTIONS(1824),
    [anon_sym_LBRACE] = ACTIONS(1826),
    [anon_sym_cast] = ACTIONS(1824),
    [anon_sym_DOLLARtype] = ACTIONS(1826),
    [anon_sym_return] = ACTIONS(1824),
    [anon_sym_untyped] = ACTIONS(1824),
    [anon_sym_break] = ACTIONS(1824),
    [anon_sym_continue] = ACTIONS(1824),
    [anon_sym_LBRACK] = ACTIONS(1826),
    [anon_sym_this] = ACTIONS(1824),
    [anon_sym_AT] = ACTIONS(1824),
    [anon_sym_AT_COLON] = ACTIONS(1826),
    [anon_sym_if] = ACTIONS(1824),
    [anon_sym_new] = ACTIONS(1824),
    [anon_sym_TILDE] = ACTIONS(1826),
    [anon_sym_BANG] = ACTIONS(1824),
    [anon_sym_DASH] = ACTIONS(1824),
    [anon_sym_PLUS_PLUS] = ACTIONS(1826),
    [anon_sym_DASH_DASH] = ACTIONS(1826),
    [anon_sym_PERCENT] = ACTIONS(1826),
    [anon_sym_STAR] = ACTIONS(1826),
    [anon_sym_SLASH] = ACTIONS(1824),
    [anon_sym_PLUS] = ACTIONS(1824),
    [anon_sym_LT_LT] = ACTIONS(1826),
    [anon_sym_GT_GT] = ACTIONS(1824),
    [anon_sym_GT_GT_GT] = ACTIONS(1826),
    [anon_sym_AMP] = ACTIONS(1824),
    [anon_sym_PIPE] = ACTIONS(1824),
    [anon_sym_CARET] = ACTIONS(1826),
    [anon_sym_AMP_AMP] = ACTIONS(1826),
    [anon_sym_PIPE_PIPE] = ACTIONS(1826),
    [anon_sym_EQ_EQ] = ACTIONS(1826),
    [anon_sym_BANG_EQ] = ACTIONS(1826),
    [anon_sym_LT] = ACTIONS(1824),
    [anon_sym_LT_EQ] = ACTIONS(1826),
    [anon_sym_GT] = ACTIONS(1824),
    [anon_sym_GT_EQ] = ACTIONS(1826),
    [anon_sym_EQ_GT] = ACTIONS(1826),
    [anon_sym_QMARK_QMARK] = ACTIONS(1826),
    [anon_sym_EQ] = ACTIONS(1824),
    [sym__rangeOperator] = ACTIONS(1826),
    [anon_sym_null] = ACTIONS(1824),
    [anon_sym_macro] = ACTIONS(1824),
    [anon_sym_abstract] = ACTIONS(1824),
    [anon_sym_static] = ACTIONS(1824),
    [anon_sym_public] = ACTIONS(1824),
    [anon_sym_private] = ACTIONS(1824),
    [anon_sym_extern] = ACTIONS(1824),
    [anon_sym_inline] = ACTIONS(1824),
    [anon_sym_overload] = ACTIONS(1824),
    [anon_sym_override] = ACTIONS(1824),
    [anon_sym_final] = ACTIONS(1824),
    [anon_sym_class] = ACTIONS(1824),
    [anon_sym_interface] = ACTIONS(1824),
    [anon_sym_typedef] = ACTIONS(1824),
    [anon_sym_function] = ACTIONS(1824),
    [anon_sym_var] = ACTIONS(1824),
    [aux_sym_integer_token1] = ACTIONS(1824),
    [aux_sym_integer_token2] = ACTIONS(1826),
    [aux_sym_float_token1] = ACTIONS(1824),
    [aux_sym_float_token2] = ACTIONS(1826),
    [anon_sym_true] = ACTIONS(1824),
    [anon_sym_false] = ACTIONS(1824),
    [aux_sym_string_token1] = ACTIONS(1826),
    [aux_sym_string_token3] = ACTIONS(1826),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [674] = {
    [ts_builtin_sym_end] = ACTIONS(2058),
    [sym_identifier] = ACTIONS(2056),
    [anon_sym_POUND] = ACTIONS(2058),
    [anon_sym_package] = ACTIONS(2056),
    [anon_sym_import] = ACTIONS(2056),
    [anon_sym_using] = ACTIONS(2056),
    [anon_sym_throw] = ACTIONS(2056),
    [anon_sym_LPAREN] = ACTIONS(2058),
    [anon_sym_switch] = ACTIONS(2056),
    [anon_sym_LBRACE] = ACTIONS(2058),
    [anon_sym_cast] = ACTIONS(2056),
    [anon_sym_DOLLARtype] = ACTIONS(2058),
    [anon_sym_return] = ACTIONS(2056),
    [anon_sym_untyped] = ACTIONS(2056),
    [anon_sym_break] = ACTIONS(2056),
    [anon_sym_continue] = ACTIONS(2056),
    [anon_sym_LBRACK] = ACTIONS(2058),
    [anon_sym_this] = ACTIONS(2056),
    [anon_sym_AT] = ACTIONS(2056),
    [anon_sym_AT_COLON] = ACTIONS(2058),
    [anon_sym_if] = ACTIONS(2056),
    [anon_sym_new] = ACTIONS(2056),
    [anon_sym_TILDE] = ACTIONS(2058),
    [anon_sym_BANG] = ACTIONS(2056),
    [anon_sym_DASH] = ACTIONS(2056),
    [anon_sym_PLUS_PLUS] = ACTIONS(2058),
    [anon_sym_DASH_DASH] = ACTIONS(2058),
    [anon_sym_PERCENT] = ACTIONS(2058),
    [anon_sym_STAR] = ACTIONS(2058),
    [anon_sym_SLASH] = ACTIONS(2056),
    [anon_sym_PLUS] = ACTIONS(2056),
    [anon_sym_LT_LT] = ACTIONS(2058),
    [anon_sym_GT_GT] = ACTIONS(2056),
    [anon_sym_GT_GT_GT] = ACTIONS(2058),
    [anon_sym_AMP] = ACTIONS(2056),
    [anon_sym_PIPE] = ACTIONS(2056),
    [anon_sym_CARET] = ACTIONS(2058),
    [anon_sym_AMP_AMP] = ACTIONS(2058),
    [anon_sym_PIPE_PIPE] = ACTIONS(2058),
    [anon_sym_EQ_EQ] = ACTIONS(2058),
    [anon_sym_BANG_EQ] = ACTIONS(2058),
    [anon_sym_LT] = ACTIONS(2056),
    [anon_sym_LT_EQ] = ACTIONS(2058),
    [anon_sym_GT] = ACTIONS(2056),
    [anon_sym_GT_EQ] = ACTIONS(2058),
    [anon_sym_EQ_GT] = ACTIONS(2058),
    [anon_sym_QMARK_QMARK] = ACTIONS(2058),
    [anon_sym_EQ] = ACTIONS(2056),
    [sym__rangeOperator] = ACTIONS(2058),
    [anon_sym_null] = ACTIONS(2056),
    [anon_sym_macro] = ACTIONS(2056),
    [anon_sym_abstract] = ACTIONS(2056),
    [anon_sym_static] = ACTIONS(2056),
    [anon_sym_public] = ACTIONS(2056),
    [anon_sym_private] = ACTIONS(2056),
    [anon_sym_extern] = ACTIONS(2056),
    [anon_sym_inline] = ACTIONS(2056),
    [anon_sym_overload] = ACTIONS(2056),
    [anon_sym_override] = ACTIONS(2056),
    [anon_sym_final] = ACTIONS(2056),
    [anon_sym_class] = ACTIONS(2056),
    [anon_sym_interface] = ACTIONS(2056),
    [anon_sym_typedef] = ACTIONS(2056),
    [anon_sym_function] = ACTIONS(2056),
    [anon_sym_var] = ACTIONS(2056),
    [aux_sym_integer_token1] = ACTIONS(2056),
    [aux_sym_integer_token2] = ACTIONS(2058),
    [aux_sym_float_token1] = ACTIONS(2056),
    [aux_sym_float_token2] = ACTIONS(2058),
    [anon_sym_true] = ACTIONS(2056),
    [anon_sym_false] = ACTIONS(2056),
    [aux_sym_string_token1] = ACTIONS(2058),
    [aux_sym_string_token3] = ACTIONS(2058),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [675] = {
    [ts_builtin_sym_end] = ACTIONS(1830),
    [sym_identifier] = ACTIONS(1828),
    [anon_sym_POUND] = ACTIONS(1830),
    [anon_sym_package] = ACTIONS(1828),
    [anon_sym_import] = ACTIONS(1828),
    [anon_sym_using] = ACTIONS(1828),
    [anon_sym_throw] = ACTIONS(1828),
    [anon_sym_LPAREN] = ACTIONS(1830),
    [anon_sym_switch] = ACTIONS(1828),
    [anon_sym_LBRACE] = ACTIONS(1830),
    [anon_sym_cast] = ACTIONS(1828),
    [anon_sym_DOLLARtype] = ACTIONS(1830),
    [anon_sym_return] = ACTIONS(1828),
    [anon_sym_untyped] = ACTIONS(1828),
    [anon_sym_break] = ACTIONS(1828),
    [anon_sym_continue] = ACTIONS(1828),
    [anon_sym_LBRACK] = ACTIONS(1830),
    [anon_sym_this] = ACTIONS(1828),
    [anon_sym_AT] = ACTIONS(1828),
    [anon_sym_AT_COLON] = ACTIONS(1830),
    [anon_sym_if] = ACTIONS(1828),
    [anon_sym_new] = ACTIONS(1828),
    [anon_sym_TILDE] = ACTIONS(1830),
    [anon_sym_BANG] = ACTIONS(1828),
    [anon_sym_DASH] = ACTIONS(1828),
    [anon_sym_PLUS_PLUS] = ACTIONS(1830),
    [anon_sym_DASH_DASH] = ACTIONS(1830),
    [anon_sym_PERCENT] = ACTIONS(1830),
    [anon_sym_STAR] = ACTIONS(1830),
    [anon_sym_SLASH] = ACTIONS(1828),
    [anon_sym_PLUS] = ACTIONS(1828),
    [anon_sym_LT_LT] = ACTIONS(1830),
    [anon_sym_GT_GT] = ACTIONS(1828),
    [anon_sym_GT_GT_GT] = ACTIONS(1830),
    [anon_sym_AMP] = ACTIONS(1828),
    [anon_sym_PIPE] = ACTIONS(1828),
    [anon_sym_CARET] = ACTIONS(1830),
    [anon_sym_AMP_AMP] = ACTIONS(1830),
    [anon_sym_PIPE_PIPE] = ACTIONS(1830),
    [anon_sym_EQ_EQ] = ACTIONS(1830),
    [anon_sym_BANG_EQ] = ACTIONS(1830),
    [anon_sym_LT] = ACTIONS(1828),
    [anon_sym_LT_EQ] = ACTIONS(1830),
    [anon_sym_GT] = ACTIONS(1828),
    [anon_sym_GT_EQ] = ACTIONS(1830),
    [anon_sym_EQ_GT] = ACTIONS(1830),
    [anon_sym_QMARK_QMARK] = ACTIONS(1830),
    [anon_sym_EQ] = ACTIONS(1828),
    [sym__rangeOperator] = ACTIONS(1830),
    [anon_sym_null] = ACTIONS(1828),
    [anon_sym_macro] = ACTIONS(1828),
    [anon_sym_abstract] = ACTIONS(1828),
    [anon_sym_static] = ACTIONS(1828),
    [anon_sym_public] = ACTIONS(1828),
    [anon_sym_private] = ACTIONS(1828),
    [anon_sym_extern] = ACTIONS(1828),
    [anon_sym_inline] = ACTIONS(1828),
    [anon_sym_overload] = ACTIONS(1828),
    [anon_sym_override] = ACTIONS(1828),
    [anon_sym_final] = ACTIONS(1828),
    [anon_sym_class] = ACTIONS(1828),
    [anon_sym_interface] = ACTIONS(1828),
    [anon_sym_typedef] = ACTIONS(1828),
    [anon_sym_function] = ACTIONS(1828),
    [anon_sym_var] = ACTIONS(1828),
    [aux_sym_integer_token1] = ACTIONS(1828),
    [aux_sym_integer_token2] = ACTIONS(1830),
    [aux_sym_float_token1] = ACTIONS(1828),
    [aux_sym_float_token2] = ACTIONS(1830),
    [anon_sym_true] = ACTIONS(1828),
    [anon_sym_false] = ACTIONS(1828),
    [aux_sym_string_token1] = ACTIONS(1830),
    [aux_sym_string_token3] = ACTIONS(1830),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [676] = {
    [ts_builtin_sym_end] = ACTIONS(2066),
    [sym_identifier] = ACTIONS(2064),
    [anon_sym_POUND] = ACTIONS(2066),
    [anon_sym_package] = ACTIONS(2064),
    [anon_sym_import] = ACTIONS(2064),
    [anon_sym_using] = ACTIONS(2064),
    [anon_sym_throw] = ACTIONS(2064),
    [anon_sym_LPAREN] = ACTIONS(2066),
    [anon_sym_switch] = ACTIONS(2064),
    [anon_sym_LBRACE] = ACTIONS(2066),
    [anon_sym_cast] = ACTIONS(2064),
    [anon_sym_DOLLARtype] = ACTIONS(2066),
    [anon_sym_return] = ACTIONS(2064),
    [anon_sym_untyped] = ACTIONS(2064),
    [anon_sym_break] = ACTIONS(2064),
    [anon_sym_continue] = ACTIONS(2064),
    [anon_sym_LBRACK] = ACTIONS(2066),
    [anon_sym_this] = ACTIONS(2064),
    [anon_sym_AT] = ACTIONS(2064),
    [anon_sym_AT_COLON] = ACTIONS(2066),
    [anon_sym_if] = ACTIONS(2064),
    [anon_sym_new] = ACTIONS(2064),
    [anon_sym_TILDE] = ACTIONS(2066),
    [anon_sym_BANG] = ACTIONS(2064),
    [anon_sym_DASH] = ACTIONS(2064),
    [anon_sym_PLUS_PLUS] = ACTIONS(2066),
    [anon_sym_DASH_DASH] = ACTIONS(2066),
    [anon_sym_PERCENT] = ACTIONS(2066),
    [anon_sym_STAR] = ACTIONS(2066),
    [anon_sym_SLASH] = ACTIONS(2064),
    [anon_sym_PLUS] = ACTIONS(2064),
    [anon_sym_LT_LT] = ACTIONS(2066),
    [anon_sym_GT_GT] = ACTIONS(2064),
    [anon_sym_GT_GT_GT] = ACTIONS(2066),
    [anon_sym_AMP] = ACTIONS(2064),
    [anon_sym_PIPE] = ACTIONS(2064),
    [anon_sym_CARET] = ACTIONS(2066),
    [anon_sym_AMP_AMP] = ACTIONS(2066),
    [anon_sym_PIPE_PIPE] = ACTIONS(2066),
    [anon_sym_EQ_EQ] = ACTIONS(2066),
    [anon_sym_BANG_EQ] = ACTIONS(2066),
    [anon_sym_LT] = ACTIONS(2064),
    [anon_sym_LT_EQ] = ACTIONS(2066),
    [anon_sym_GT] = ACTIONS(2064),
    [anon_sym_GT_EQ] = ACTIONS(2066),
    [anon_sym_EQ_GT] = ACTIONS(2066),
    [anon_sym_QMARK_QMARK] = ACTIONS(2066),
    [anon_sym_EQ] = ACTIONS(2064),
    [sym__rangeOperator] = ACTIONS(2066),
    [anon_sym_null] = ACTIONS(2064),
    [anon_sym_macro] = ACTIONS(2064),
    [anon_sym_abstract] = ACTIONS(2064),
    [anon_sym_static] = ACTIONS(2064),
    [anon_sym_public] = ACTIONS(2064),
    [anon_sym_private] = ACTIONS(2064),
    [anon_sym_extern] = ACTIONS(2064),
    [anon_sym_inline] = ACTIONS(2064),
    [anon_sym_overload] = ACTIONS(2064),
    [anon_sym_override] = ACTIONS(2064),
    [anon_sym_final] = ACTIONS(2064),
    [anon_sym_class] = ACTIONS(2064),
    [anon_sym_interface] = ACTIONS(2064),
    [anon_sym_typedef] = ACTIONS(2064),
    [anon_sym_function] = ACTIONS(2064),
    [anon_sym_var] = ACTIONS(2064),
    [aux_sym_integer_token1] = ACTIONS(2064),
    [aux_sym_integer_token2] = ACTIONS(2066),
    [aux_sym_float_token1] = ACTIONS(2064),
    [aux_sym_float_token2] = ACTIONS(2066),
    [anon_sym_true] = ACTIONS(2064),
    [anon_sym_false] = ACTIONS(2064),
    [aux_sym_string_token1] = ACTIONS(2066),
    [aux_sym_string_token3] = ACTIONS(2066),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [677] = {
    [ts_builtin_sym_end] = ACTIONS(2070),
    [sym_identifier] = ACTIONS(2068),
    [anon_sym_POUND] = ACTIONS(2070),
    [anon_sym_package] = ACTIONS(2068),
    [anon_sym_import] = ACTIONS(2068),
    [anon_sym_using] = ACTIONS(2068),
    [anon_sym_throw] = ACTIONS(2068),
    [anon_sym_LPAREN] = ACTIONS(2070),
    [anon_sym_switch] = ACTIONS(2068),
    [anon_sym_LBRACE] = ACTIONS(2070),
    [anon_sym_cast] = ACTIONS(2068),
    [anon_sym_DOLLARtype] = ACTIONS(2070),
    [anon_sym_return] = ACTIONS(2068),
    [anon_sym_untyped] = ACTIONS(2068),
    [anon_sym_break] = ACTIONS(2068),
    [anon_sym_continue] = ACTIONS(2068),
    [anon_sym_LBRACK] = ACTIONS(2070),
    [anon_sym_this] = ACTIONS(2068),
    [anon_sym_AT] = ACTIONS(2068),
    [anon_sym_AT_COLON] = ACTIONS(2070),
    [anon_sym_if] = ACTIONS(2068),
    [anon_sym_new] = ACTIONS(2068),
    [anon_sym_TILDE] = ACTIONS(2070),
    [anon_sym_BANG] = ACTIONS(2068),
    [anon_sym_DASH] = ACTIONS(2068),
    [anon_sym_PLUS_PLUS] = ACTIONS(2070),
    [anon_sym_DASH_DASH] = ACTIONS(2070),
    [anon_sym_PERCENT] = ACTIONS(2070),
    [anon_sym_STAR] = ACTIONS(2070),
    [anon_sym_SLASH] = ACTIONS(2068),
    [anon_sym_PLUS] = ACTIONS(2068),
    [anon_sym_LT_LT] = ACTIONS(2070),
    [anon_sym_GT_GT] = ACTIONS(2068),
    [anon_sym_GT_GT_GT] = ACTIONS(2070),
    [anon_sym_AMP] = ACTIONS(2068),
    [anon_sym_PIPE] = ACTIONS(2068),
    [anon_sym_CARET] = ACTIONS(2070),
    [anon_sym_AMP_AMP] = ACTIONS(2070),
    [anon_sym_PIPE_PIPE] = ACTIONS(2070),
    [anon_sym_EQ_EQ] = ACTIONS(2070),
    [anon_sym_BANG_EQ] = ACTIONS(2070),
    [anon_sym_LT] = ACTIONS(2068),
    [anon_sym_LT_EQ] = ACTIONS(2070),
    [anon_sym_GT] = ACTIONS(2068),
    [anon_sym_GT_EQ] = ACTIONS(2070),
    [anon_sym_EQ_GT] = ACTIONS(2070),
    [anon_sym_QMARK_QMARK] = ACTIONS(2070),
    [anon_sym_EQ] = ACTIONS(2068),
    [sym__rangeOperator] = ACTIONS(2070),
    [anon_sym_null] = ACTIONS(2068),
    [anon_sym_macro] = ACTIONS(2068),
    [anon_sym_abstract] = ACTIONS(2068),
    [anon_sym_static] = ACTIONS(2068),
    [anon_sym_public] = ACTIONS(2068),
    [anon_sym_private] = ACTIONS(2068),
    [anon_sym_extern] = ACTIONS(2068),
    [anon_sym_inline] = ACTIONS(2068),
    [anon_sym_overload] = ACTIONS(2068),
    [anon_sym_override] = ACTIONS(2068),
    [anon_sym_final] = ACTIONS(2068),
    [anon_sym_class] = ACTIONS(2068),
    [anon_sym_interface] = ACTIONS(2068),
    [anon_sym_typedef] = ACTIONS(2068),
    [anon_sym_function] = ACTIONS(2068),
    [anon_sym_var] = ACTIONS(2068),
    [aux_sym_integer_token1] = ACTIONS(2068),
    [aux_sym_integer_token2] = ACTIONS(2070),
    [aux_sym_float_token1] = ACTIONS(2068),
    [aux_sym_float_token2] = ACTIONS(2070),
    [anon_sym_true] = ACTIONS(2068),
    [anon_sym_false] = ACTIONS(2068),
    [aux_sym_string_token1] = ACTIONS(2070),
    [aux_sym_string_token3] = ACTIONS(2070),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [678] = {
    [ts_builtin_sym_end] = ACTIONS(1890),
    [sym_identifier] = ACTIONS(1888),
    [anon_sym_POUND] = ACTIONS(1890),
    [anon_sym_package] = ACTIONS(1888),
    [anon_sym_import] = ACTIONS(1888),
    [anon_sym_using] = ACTIONS(1888),
    [anon_sym_throw] = ACTIONS(1888),
    [anon_sym_LPAREN] = ACTIONS(1890),
    [anon_sym_switch] = ACTIONS(1888),
    [anon_sym_LBRACE] = ACTIONS(1890),
    [anon_sym_cast] = ACTIONS(1888),
    [anon_sym_DOLLARtype] = ACTIONS(1890),
    [anon_sym_return] = ACTIONS(1888),
    [anon_sym_untyped] = ACTIONS(1888),
    [anon_sym_break] = ACTIONS(1888),
    [anon_sym_continue] = ACTIONS(1888),
    [anon_sym_LBRACK] = ACTIONS(1890),
    [anon_sym_this] = ACTIONS(1888),
    [anon_sym_AT] = ACTIONS(1888),
    [anon_sym_AT_COLON] = ACTIONS(1890),
    [anon_sym_if] = ACTIONS(1888),
    [anon_sym_new] = ACTIONS(1888),
    [anon_sym_TILDE] = ACTIONS(1890),
    [anon_sym_BANG] = ACTIONS(1888),
    [anon_sym_DASH] = ACTIONS(1888),
    [anon_sym_PLUS_PLUS] = ACTIONS(1890),
    [anon_sym_DASH_DASH] = ACTIONS(1890),
    [anon_sym_PERCENT] = ACTIONS(1890),
    [anon_sym_STAR] = ACTIONS(1890),
    [anon_sym_SLASH] = ACTIONS(1888),
    [anon_sym_PLUS] = ACTIONS(1888),
    [anon_sym_LT_LT] = ACTIONS(1890),
    [anon_sym_GT_GT] = ACTIONS(1888),
    [anon_sym_GT_GT_GT] = ACTIONS(1890),
    [anon_sym_AMP] = ACTIONS(1888),
    [anon_sym_PIPE] = ACTIONS(1888),
    [anon_sym_CARET] = ACTIONS(1890),
    [anon_sym_AMP_AMP] = ACTIONS(1890),
    [anon_sym_PIPE_PIPE] = ACTIONS(1890),
    [anon_sym_EQ_EQ] = ACTIONS(1890),
    [anon_sym_BANG_EQ] = ACTIONS(1890),
    [anon_sym_LT] = ACTIONS(1888),
    [anon_sym_LT_EQ] = ACTIONS(1890),
    [anon_sym_GT] = ACTIONS(1888),
    [anon_sym_GT_EQ] = ACTIONS(1890),
    [anon_sym_EQ_GT] = ACTIONS(1890),
    [anon_sym_QMARK_QMARK] = ACTIONS(1890),
    [anon_sym_EQ] = ACTIONS(1888),
    [sym__rangeOperator] = ACTIONS(1890),
    [anon_sym_null] = ACTIONS(1888),
    [anon_sym_macro] = ACTIONS(1888),
    [anon_sym_abstract] = ACTIONS(1888),
    [anon_sym_static] = ACTIONS(1888),
    [anon_sym_public] = ACTIONS(1888),
    [anon_sym_private] = ACTIONS(1888),
    [anon_sym_extern] = ACTIONS(1888),
    [anon_sym_inline] = ACTIONS(1888),
    [anon_sym_overload] = ACTIONS(1888),
    [anon_sym_override] = ACTIONS(1888),
    [anon_sym_final] = ACTIONS(1888),
    [anon_sym_class] = ACTIONS(1888),
    [anon_sym_interface] = ACTIONS(1888),
    [anon_sym_typedef] = ACTIONS(1888),
    [anon_sym_function] = ACTIONS(1888),
    [anon_sym_var] = ACTIONS(1888),
    [aux_sym_integer_token1] = ACTIONS(1888),
    [aux_sym_integer_token2] = ACTIONS(1890),
    [aux_sym_float_token1] = ACTIONS(1888),
    [aux_sym_float_token2] = ACTIONS(1890),
    [anon_sym_true] = ACTIONS(1888),
    [anon_sym_false] = ACTIONS(1888),
    [aux_sym_string_token1] = ACTIONS(1890),
    [aux_sym_string_token3] = ACTIONS(1890),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [679] = {
    [ts_builtin_sym_end] = ACTIONS(1834),
    [sym_identifier] = ACTIONS(1832),
    [anon_sym_POUND] = ACTIONS(1834),
    [anon_sym_package] = ACTIONS(1832),
    [anon_sym_import] = ACTIONS(1832),
    [anon_sym_using] = ACTIONS(1832),
    [anon_sym_throw] = ACTIONS(1832),
    [anon_sym_LPAREN] = ACTIONS(1834),
    [anon_sym_switch] = ACTIONS(1832),
    [anon_sym_LBRACE] = ACTIONS(1834),
    [anon_sym_cast] = ACTIONS(1832),
    [anon_sym_DOLLARtype] = ACTIONS(1834),
    [anon_sym_return] = ACTIONS(1832),
    [anon_sym_untyped] = ACTIONS(1832),
    [anon_sym_break] = ACTIONS(1832),
    [anon_sym_continue] = ACTIONS(1832),
    [anon_sym_LBRACK] = ACTIONS(1834),
    [anon_sym_this] = ACTIONS(1832),
    [anon_sym_AT] = ACTIONS(1832),
    [anon_sym_AT_COLON] = ACTIONS(1834),
    [anon_sym_if] = ACTIONS(1832),
    [anon_sym_new] = ACTIONS(1832),
    [anon_sym_TILDE] = ACTIONS(1834),
    [anon_sym_BANG] = ACTIONS(1832),
    [anon_sym_DASH] = ACTIONS(1832),
    [anon_sym_PLUS_PLUS] = ACTIONS(1834),
    [anon_sym_DASH_DASH] = ACTIONS(1834),
    [anon_sym_PERCENT] = ACTIONS(1834),
    [anon_sym_STAR] = ACTIONS(1834),
    [anon_sym_SLASH] = ACTIONS(1832),
    [anon_sym_PLUS] = ACTIONS(1832),
    [anon_sym_LT_LT] = ACTIONS(1834),
    [anon_sym_GT_GT] = ACTIONS(1832),
    [anon_sym_GT_GT_GT] = ACTIONS(1834),
    [anon_sym_AMP] = ACTIONS(1832),
    [anon_sym_PIPE] = ACTIONS(1832),
    [anon_sym_CARET] = ACTIONS(1834),
    [anon_sym_AMP_AMP] = ACTIONS(1834),
    [anon_sym_PIPE_PIPE] = ACTIONS(1834),
    [anon_sym_EQ_EQ] = ACTIONS(1834),
    [anon_sym_BANG_EQ] = ACTIONS(1834),
    [anon_sym_LT] = ACTIONS(1832),
    [anon_sym_LT_EQ] = ACTIONS(1834),
    [anon_sym_GT] = ACTIONS(1832),
    [anon_sym_GT_EQ] = ACTIONS(1834),
    [anon_sym_EQ_GT] = ACTIONS(1834),
    [anon_sym_QMARK_QMARK] = ACTIONS(1834),
    [anon_sym_EQ] = ACTIONS(1832),
    [sym__rangeOperator] = ACTIONS(1834),
    [anon_sym_null] = ACTIONS(1832),
    [anon_sym_macro] = ACTIONS(1832),
    [anon_sym_abstract] = ACTIONS(1832),
    [anon_sym_static] = ACTIONS(1832),
    [anon_sym_public] = ACTIONS(1832),
    [anon_sym_private] = ACTIONS(1832),
    [anon_sym_extern] = ACTIONS(1832),
    [anon_sym_inline] = ACTIONS(1832),
    [anon_sym_overload] = ACTIONS(1832),
    [anon_sym_override] = ACTIONS(1832),
    [anon_sym_final] = ACTIONS(1832),
    [anon_sym_class] = ACTIONS(1832),
    [anon_sym_interface] = ACTIONS(1832),
    [anon_sym_typedef] = ACTIONS(1832),
    [anon_sym_function] = ACTIONS(1832),
    [anon_sym_var] = ACTIONS(1832),
    [aux_sym_integer_token1] = ACTIONS(1832),
    [aux_sym_integer_token2] = ACTIONS(1834),
    [aux_sym_float_token1] = ACTIONS(1832),
    [aux_sym_float_token2] = ACTIONS(1834),
    [anon_sym_true] = ACTIONS(1832),
    [anon_sym_false] = ACTIONS(1832),
    [aux_sym_string_token1] = ACTIONS(1834),
    [aux_sym_string_token3] = ACTIONS(1834),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [680] = {
    [ts_builtin_sym_end] = ACTIONS(2078),
    [sym_identifier] = ACTIONS(2076),
    [anon_sym_POUND] = ACTIONS(2078),
    [anon_sym_package] = ACTIONS(2076),
    [anon_sym_import] = ACTIONS(2076),
    [anon_sym_using] = ACTIONS(2076),
    [anon_sym_throw] = ACTIONS(2076),
    [anon_sym_LPAREN] = ACTIONS(2078),
    [anon_sym_switch] = ACTIONS(2076),
    [anon_sym_LBRACE] = ACTIONS(2078),
    [anon_sym_cast] = ACTIONS(2076),
    [anon_sym_DOLLARtype] = ACTIONS(2078),
    [anon_sym_return] = ACTIONS(2076),
    [anon_sym_untyped] = ACTIONS(2076),
    [anon_sym_break] = ACTIONS(2076),
    [anon_sym_continue] = ACTIONS(2076),
    [anon_sym_LBRACK] = ACTIONS(2078),
    [anon_sym_this] = ACTIONS(2076),
    [anon_sym_AT] = ACTIONS(2076),
    [anon_sym_AT_COLON] = ACTIONS(2078),
    [anon_sym_if] = ACTIONS(2076),
    [anon_sym_new] = ACTIONS(2076),
    [anon_sym_TILDE] = ACTIONS(2078),
    [anon_sym_BANG] = ACTIONS(2076),
    [anon_sym_DASH] = ACTIONS(2076),
    [anon_sym_PLUS_PLUS] = ACTIONS(2078),
    [anon_sym_DASH_DASH] = ACTIONS(2078),
    [anon_sym_PERCENT] = ACTIONS(2078),
    [anon_sym_STAR] = ACTIONS(2078),
    [anon_sym_SLASH] = ACTIONS(2076),
    [anon_sym_PLUS] = ACTIONS(2076),
    [anon_sym_LT_LT] = ACTIONS(2078),
    [anon_sym_GT_GT] = ACTIONS(2076),
    [anon_sym_GT_GT_GT] = ACTIONS(2078),
    [anon_sym_AMP] = ACTIONS(2076),
    [anon_sym_PIPE] = ACTIONS(2076),
    [anon_sym_CARET] = ACTIONS(2078),
    [anon_sym_AMP_AMP] = ACTIONS(2078),
    [anon_sym_PIPE_PIPE] = ACTIONS(2078),
    [anon_sym_EQ_EQ] = ACTIONS(2078),
    [anon_sym_BANG_EQ] = ACTIONS(2078),
    [anon_sym_LT] = ACTIONS(2076),
    [anon_sym_LT_EQ] = ACTIONS(2078),
    [anon_sym_GT] = ACTIONS(2076),
    [anon_sym_GT_EQ] = ACTIONS(2078),
    [anon_sym_EQ_GT] = ACTIONS(2078),
    [anon_sym_QMARK_QMARK] = ACTIONS(2078),
    [anon_sym_EQ] = ACTIONS(2076),
    [sym__rangeOperator] = ACTIONS(2078),
    [anon_sym_null] = ACTIONS(2076),
    [anon_sym_macro] = ACTIONS(2076),
    [anon_sym_abstract] = ACTIONS(2076),
    [anon_sym_static] = ACTIONS(2076),
    [anon_sym_public] = ACTIONS(2076),
    [anon_sym_private] = ACTIONS(2076),
    [anon_sym_extern] = ACTIONS(2076),
    [anon_sym_inline] = ACTIONS(2076),
    [anon_sym_overload] = ACTIONS(2076),
    [anon_sym_override] = ACTIONS(2076),
    [anon_sym_final] = ACTIONS(2076),
    [anon_sym_class] = ACTIONS(2076),
    [anon_sym_interface] = ACTIONS(2076),
    [anon_sym_typedef] = ACTIONS(2076),
    [anon_sym_function] = ACTIONS(2076),
    [anon_sym_var] = ACTIONS(2076),
    [aux_sym_integer_token1] = ACTIONS(2076),
    [aux_sym_integer_token2] = ACTIONS(2078),
    [aux_sym_float_token1] = ACTIONS(2076),
    [aux_sym_float_token2] = ACTIONS(2078),
    [anon_sym_true] = ACTIONS(2076),
    [anon_sym_false] = ACTIONS(2076),
    [aux_sym_string_token1] = ACTIONS(2078),
    [aux_sym_string_token3] = ACTIONS(2078),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [681] = {
    [ts_builtin_sym_end] = ACTIONS(2270),
    [sym_identifier] = ACTIONS(2268),
    [anon_sym_POUND] = ACTIONS(2270),
    [anon_sym_package] = ACTIONS(2268),
    [anon_sym_import] = ACTIONS(2268),
    [anon_sym_using] = ACTIONS(2268),
    [anon_sym_throw] = ACTIONS(2268),
    [anon_sym_LPAREN] = ACTIONS(2270),
    [anon_sym_switch] = ACTIONS(2268),
    [anon_sym_LBRACE] = ACTIONS(2270),
    [anon_sym_cast] = ACTIONS(2268),
    [anon_sym_DOLLARtype] = ACTIONS(2270),
    [anon_sym_return] = ACTIONS(2268),
    [anon_sym_untyped] = ACTIONS(2268),
    [anon_sym_break] = ACTIONS(2268),
    [anon_sym_continue] = ACTIONS(2268),
    [anon_sym_LBRACK] = ACTIONS(2270),
    [anon_sym_this] = ACTIONS(2268),
    [anon_sym_AT] = ACTIONS(2268),
    [anon_sym_AT_COLON] = ACTIONS(2270),
    [anon_sym_if] = ACTIONS(2268),
    [anon_sym_new] = ACTIONS(2268),
    [anon_sym_TILDE] = ACTIONS(2270),
    [anon_sym_BANG] = ACTIONS(2268),
    [anon_sym_DASH] = ACTIONS(2268),
    [anon_sym_PLUS_PLUS] = ACTIONS(2270),
    [anon_sym_DASH_DASH] = ACTIONS(2270),
    [anon_sym_PERCENT] = ACTIONS(2270),
    [anon_sym_STAR] = ACTIONS(2270),
    [anon_sym_SLASH] = ACTIONS(2268),
    [anon_sym_PLUS] = ACTIONS(2268),
    [anon_sym_LT_LT] = ACTIONS(2270),
    [anon_sym_GT_GT] = ACTIONS(2268),
    [anon_sym_GT_GT_GT] = ACTIONS(2270),
    [anon_sym_AMP] = ACTIONS(2268),
    [anon_sym_PIPE] = ACTIONS(2268),
    [anon_sym_CARET] = ACTIONS(2270),
    [anon_sym_AMP_AMP] = ACTIONS(2270),
    [anon_sym_PIPE_PIPE] = ACTIONS(2270),
    [anon_sym_EQ_EQ] = ACTIONS(2270),
    [anon_sym_BANG_EQ] = ACTIONS(2270),
    [anon_sym_LT] = ACTIONS(2268),
    [anon_sym_LT_EQ] = ACTIONS(2270),
    [anon_sym_GT] = ACTIONS(2268),
    [anon_sym_GT_EQ] = ACTIONS(2270),
    [anon_sym_EQ_GT] = ACTIONS(2270),
    [anon_sym_QMARK_QMARK] = ACTIONS(2270),
    [anon_sym_EQ] = ACTIONS(2268),
    [sym__rangeOperator] = ACTIONS(2270),
    [anon_sym_null] = ACTIONS(2268),
    [anon_sym_macro] = ACTIONS(2268),
    [anon_sym_abstract] = ACTIONS(2268),
    [anon_sym_static] = ACTIONS(2268),
    [anon_sym_public] = ACTIONS(2268),
    [anon_sym_private] = ACTIONS(2268),
    [anon_sym_extern] = ACTIONS(2268),
    [anon_sym_inline] = ACTIONS(2268),
    [anon_sym_overload] = ACTIONS(2268),
    [anon_sym_override] = ACTIONS(2268),
    [anon_sym_final] = ACTIONS(2268),
    [anon_sym_class] = ACTIONS(2268),
    [anon_sym_interface] = ACTIONS(2268),
    [anon_sym_typedef] = ACTIONS(2268),
    [anon_sym_function] = ACTIONS(2268),
    [anon_sym_var] = ACTIONS(2268),
    [aux_sym_integer_token1] = ACTIONS(2268),
    [aux_sym_integer_token2] = ACTIONS(2270),
    [aux_sym_float_token1] = ACTIONS(2268),
    [aux_sym_float_token2] = ACTIONS(2270),
    [anon_sym_true] = ACTIONS(2268),
    [anon_sym_false] = ACTIONS(2268),
    [aux_sym_string_token1] = ACTIONS(2270),
    [aux_sym_string_token3] = ACTIONS(2270),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [682] = {
    [ts_builtin_sym_end] = ACTIONS(1838),
    [sym_identifier] = ACTIONS(1836),
    [anon_sym_POUND] = ACTIONS(1838),
    [anon_sym_package] = ACTIONS(1836),
    [anon_sym_import] = ACTIONS(1836),
    [anon_sym_using] = ACTIONS(1836),
    [anon_sym_throw] = ACTIONS(1836),
    [anon_sym_LPAREN] = ACTIONS(1838),
    [anon_sym_switch] = ACTIONS(1836),
    [anon_sym_LBRACE] = ACTIONS(1838),
    [anon_sym_cast] = ACTIONS(1836),
    [anon_sym_DOLLARtype] = ACTIONS(1838),
    [anon_sym_return] = ACTIONS(1836),
    [anon_sym_untyped] = ACTIONS(1836),
    [anon_sym_break] = ACTIONS(1836),
    [anon_sym_continue] = ACTIONS(1836),
    [anon_sym_LBRACK] = ACTIONS(1838),
    [anon_sym_this] = ACTIONS(1836),
    [anon_sym_AT] = ACTIONS(1836),
    [anon_sym_AT_COLON] = ACTIONS(1838),
    [anon_sym_if] = ACTIONS(1836),
    [anon_sym_new] = ACTIONS(1836),
    [anon_sym_TILDE] = ACTIONS(1838),
    [anon_sym_BANG] = ACTIONS(1836),
    [anon_sym_DASH] = ACTIONS(1836),
    [anon_sym_PLUS_PLUS] = ACTIONS(1838),
    [anon_sym_DASH_DASH] = ACTIONS(1838),
    [anon_sym_PERCENT] = ACTIONS(1838),
    [anon_sym_STAR] = ACTIONS(1838),
    [anon_sym_SLASH] = ACTIONS(1836),
    [anon_sym_PLUS] = ACTIONS(1836),
    [anon_sym_LT_LT] = ACTIONS(1838),
    [anon_sym_GT_GT] = ACTIONS(1836),
    [anon_sym_GT_GT_GT] = ACTIONS(1838),
    [anon_sym_AMP] = ACTIONS(1836),
    [anon_sym_PIPE] = ACTIONS(1836),
    [anon_sym_CARET] = ACTIONS(1838),
    [anon_sym_AMP_AMP] = ACTIONS(1838),
    [anon_sym_PIPE_PIPE] = ACTIONS(1838),
    [anon_sym_EQ_EQ] = ACTIONS(1838),
    [anon_sym_BANG_EQ] = ACTIONS(1838),
    [anon_sym_LT] = ACTIONS(1836),
    [anon_sym_LT_EQ] = ACTIONS(1838),
    [anon_sym_GT] = ACTIONS(1836),
    [anon_sym_GT_EQ] = ACTIONS(1838),
    [anon_sym_EQ_GT] = ACTIONS(1838),
    [anon_sym_QMARK_QMARK] = ACTIONS(1838),
    [anon_sym_EQ] = ACTIONS(1836),
    [sym__rangeOperator] = ACTIONS(1838),
    [anon_sym_null] = ACTIONS(1836),
    [anon_sym_macro] = ACTIONS(1836),
    [anon_sym_abstract] = ACTIONS(1836),
    [anon_sym_static] = ACTIONS(1836),
    [anon_sym_public] = ACTIONS(1836),
    [anon_sym_private] = ACTIONS(1836),
    [anon_sym_extern] = ACTIONS(1836),
    [anon_sym_inline] = ACTIONS(1836),
    [anon_sym_overload] = ACTIONS(1836),
    [anon_sym_override] = ACTIONS(1836),
    [anon_sym_final] = ACTIONS(1836),
    [anon_sym_class] = ACTIONS(1836),
    [anon_sym_interface] = ACTIONS(1836),
    [anon_sym_typedef] = ACTIONS(1836),
    [anon_sym_function] = ACTIONS(1836),
    [anon_sym_var] = ACTIONS(1836),
    [aux_sym_integer_token1] = ACTIONS(1836),
    [aux_sym_integer_token2] = ACTIONS(1838),
    [aux_sym_float_token1] = ACTIONS(1836),
    [aux_sym_float_token2] = ACTIONS(1838),
    [anon_sym_true] = ACTIONS(1836),
    [anon_sym_false] = ACTIONS(1836),
    [aux_sym_string_token1] = ACTIONS(1838),
    [aux_sym_string_token3] = ACTIONS(1838),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [683] = {
    [ts_builtin_sym_end] = ACTIONS(2306),
    [sym_identifier] = ACTIONS(2304),
    [anon_sym_POUND] = ACTIONS(2306),
    [anon_sym_package] = ACTIONS(2304),
    [anon_sym_import] = ACTIONS(2304),
    [anon_sym_using] = ACTIONS(2304),
    [anon_sym_throw] = ACTIONS(2304),
    [anon_sym_LPAREN] = ACTIONS(2306),
    [anon_sym_switch] = ACTIONS(2304),
    [anon_sym_LBRACE] = ACTIONS(2306),
    [anon_sym_cast] = ACTIONS(2304),
    [anon_sym_DOLLARtype] = ACTIONS(2306),
    [anon_sym_return] = ACTIONS(2304),
    [anon_sym_untyped] = ACTIONS(2304),
    [anon_sym_break] = ACTIONS(2304),
    [anon_sym_continue] = ACTIONS(2304),
    [anon_sym_LBRACK] = ACTIONS(2306),
    [anon_sym_this] = ACTIONS(2304),
    [anon_sym_AT] = ACTIONS(2304),
    [anon_sym_AT_COLON] = ACTIONS(2306),
    [anon_sym_if] = ACTIONS(2304),
    [anon_sym_new] = ACTIONS(2304),
    [anon_sym_TILDE] = ACTIONS(2306),
    [anon_sym_BANG] = ACTIONS(2304),
    [anon_sym_DASH] = ACTIONS(2304),
    [anon_sym_PLUS_PLUS] = ACTIONS(2306),
    [anon_sym_DASH_DASH] = ACTIONS(2306),
    [anon_sym_PERCENT] = ACTIONS(2306),
    [anon_sym_STAR] = ACTIONS(2306),
    [anon_sym_SLASH] = ACTIONS(2304),
    [anon_sym_PLUS] = ACTIONS(2304),
    [anon_sym_LT_LT] = ACTIONS(2306),
    [anon_sym_GT_GT] = ACTIONS(2304),
    [anon_sym_GT_GT_GT] = ACTIONS(2306),
    [anon_sym_AMP] = ACTIONS(2304),
    [anon_sym_PIPE] = ACTIONS(2304),
    [anon_sym_CARET] = ACTIONS(2306),
    [anon_sym_AMP_AMP] = ACTIONS(2306),
    [anon_sym_PIPE_PIPE] = ACTIONS(2306),
    [anon_sym_EQ_EQ] = ACTIONS(2306),
    [anon_sym_BANG_EQ] = ACTIONS(2306),
    [anon_sym_LT] = ACTIONS(2304),
    [anon_sym_LT_EQ] = ACTIONS(2306),
    [anon_sym_GT] = ACTIONS(2304),
    [anon_sym_GT_EQ] = ACTIONS(2306),
    [anon_sym_EQ_GT] = ACTIONS(2306),
    [anon_sym_QMARK_QMARK] = ACTIONS(2306),
    [anon_sym_EQ] = ACTIONS(2304),
    [sym__rangeOperator] = ACTIONS(2306),
    [anon_sym_null] = ACTIONS(2304),
    [anon_sym_macro] = ACTIONS(2304),
    [anon_sym_abstract] = ACTIONS(2304),
    [anon_sym_static] = ACTIONS(2304),
    [anon_sym_public] = ACTIONS(2304),
    [anon_sym_private] = ACTIONS(2304),
    [anon_sym_extern] = ACTIONS(2304),
    [anon_sym_inline] = ACTIONS(2304),
    [anon_sym_overload] = ACTIONS(2304),
    [anon_sym_override] = ACTIONS(2304),
    [anon_sym_final] = ACTIONS(2304),
    [anon_sym_class] = ACTIONS(2304),
    [anon_sym_interface] = ACTIONS(2304),
    [anon_sym_typedef] = ACTIONS(2304),
    [anon_sym_function] = ACTIONS(2304),
    [anon_sym_var] = ACTIONS(2304),
    [aux_sym_integer_token1] = ACTIONS(2304),
    [aux_sym_integer_token2] = ACTIONS(2306),
    [aux_sym_float_token1] = ACTIONS(2304),
    [aux_sym_float_token2] = ACTIONS(2306),
    [anon_sym_true] = ACTIONS(2304),
    [anon_sym_false] = ACTIONS(2304),
    [aux_sym_string_token1] = ACTIONS(2306),
    [aux_sym_string_token3] = ACTIONS(2306),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [684] = {
    [sym__rhs_expression] = STATE(207),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(207),
    [sym__literal] = STATE(767),
    [sym_integer] = STATE(767),
    [sym_float] = STATE(767),
    [sym_bool] = STATE(767),
    [sym_string] = STATE(765),
    [sym_null] = STATE(767),
    [sym_array] = STATE(767),
    [sym_map] = STATE(767),
    [sym_object] = STATE(767),
    [sym_pair] = STATE(767),
    [sym_identifier] = ACTIONS(2374),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_RPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(472),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(380),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [685] = {
    [sym__rhs_expression] = STATE(214),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(214),
    [sym__literal] = STATE(767),
    [sym_integer] = STATE(767),
    [sym_float] = STATE(767),
    [sym_bool] = STATE(767),
    [sym_string] = STATE(765),
    [sym_null] = STATE(767),
    [sym_array] = STATE(767),
    [sym_map] = STATE(767),
    [sym_object] = STATE(767),
    [sym_pair] = STATE(767),
    [sym_identifier] = ACTIONS(526),
    [anon_sym_DOT] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_RPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_QMARK] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [686] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2375),
    [sym_integer] = STATE(2375),
    [sym_float] = STATE(2375),
    [sym_bool] = STATE(2375),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2375),
    [sym_array] = STATE(2375),
    [sym_map] = STATE(2375),
    [sym_object] = STATE(2375),
    [sym_pair] = STATE(2375),
    [aux_sym_member_expression_repeat1] = STATE(690),
    [sym_identifier] = ACTIONS(2376),
    [anon_sym_DOT] = ACTIONS(476),
    [anon_sym_LPAREN] = ACTIONS(474),
    [anon_sym_RPAREN] = ACTIONS(474),
    [anon_sym_switch] = ACTIONS(476),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(476),
    [anon_sym_COMMA] = ACTIONS(474),
    [anon_sym_DOLLARtype] = ACTIONS(474),
    [anon_sym_return] = ACTIONS(476),
    [anon_sym_untyped] = ACTIONS(476),
    [anon_sym_break] = ACTIONS(476),
    [anon_sym_continue] = ACTIONS(476),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_QMARK] = ACTIONS(476),
    [anon_sym_DASH_GT] = ACTIONS(474),
    [anon_sym_new] = ACTIONS(476),
    [anon_sym_TILDE] = ACTIONS(474),
    [anon_sym_BANG] = ACTIONS(476),
    [anon_sym_DASH] = ACTIONS(476),
    [anon_sym_PLUS_PLUS] = ACTIONS(474),
    [anon_sym_DASH_DASH] = ACTIONS(474),
    [anon_sym_PERCENT] = ACTIONS(474),
    [anon_sym_STAR] = ACTIONS(474),
    [anon_sym_SLASH] = ACTIONS(476),
    [anon_sym_PLUS] = ACTIONS(476),
    [anon_sym_LT_LT] = ACTIONS(474),
    [anon_sym_GT_GT] = ACTIONS(476),
    [anon_sym_GT_GT_GT] = ACTIONS(474),
    [anon_sym_AMP] = ACTIONS(476),
    [anon_sym_PIPE] = ACTIONS(476),
    [anon_sym_CARET] = ACTIONS(474),
    [anon_sym_AMP_AMP] = ACTIONS(474),
    [anon_sym_PIPE_PIPE] = ACTIONS(474),
    [anon_sym_EQ_EQ] = ACTIONS(474),
    [anon_sym_BANG_EQ] = ACTIONS(474),
    [anon_sym_LT] = ACTIONS(476),
    [anon_sym_LT_EQ] = ACTIONS(474),
    [anon_sym_GT] = ACTIONS(476),
    [anon_sym_GT_EQ] = ACTIONS(474),
    [anon_sym_EQ_GT] = ACTIONS(474),
    [anon_sym_QMARK_QMARK] = ACTIONS(474),
    [anon_sym_EQ] = ACTIONS(476),
    [sym__rangeOperator] = ACTIONS(474),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [687] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2375),
    [sym_integer] = STATE(2375),
    [sym_float] = STATE(2375),
    [sym_bool] = STATE(2375),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2375),
    [sym_array] = STATE(2375),
    [sym_map] = STATE(2375),
    [sym_object] = STATE(2375),
    [sym_pair] = STATE(2375),
    [aux_sym_member_expression_repeat1] = STATE(690),
    [sym_identifier] = ACTIONS(2376),
    [anon_sym_DOT] = ACTIONS(470),
    [anon_sym_LPAREN] = ACTIONS(466),
    [anon_sym_RPAREN] = ACTIONS(466),
    [anon_sym_switch] = ACTIONS(470),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(470),
    [anon_sym_COMMA] = ACTIONS(466),
    [anon_sym_DOLLARtype] = ACTIONS(466),
    [anon_sym_return] = ACTIONS(470),
    [anon_sym_untyped] = ACTIONS(470),
    [anon_sym_break] = ACTIONS(470),
    [anon_sym_continue] = ACTIONS(470),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_QMARK] = ACTIONS(470),
    [anon_sym_DASH_GT] = ACTIONS(466),
    [anon_sym_new] = ACTIONS(470),
    [anon_sym_TILDE] = ACTIONS(466),
    [anon_sym_BANG] = ACTIONS(470),
    [anon_sym_DASH] = ACTIONS(470),
    [anon_sym_PLUS_PLUS] = ACTIONS(466),
    [anon_sym_DASH_DASH] = ACTIONS(466),
    [anon_sym_PERCENT] = ACTIONS(466),
    [anon_sym_STAR] = ACTIONS(466),
    [anon_sym_SLASH] = ACTIONS(470),
    [anon_sym_PLUS] = ACTIONS(470),
    [anon_sym_LT_LT] = ACTIONS(466),
    [anon_sym_GT_GT] = ACTIONS(470),
    [anon_sym_GT_GT_GT] = ACTIONS(466),
    [anon_sym_AMP] = ACTIONS(470),
    [anon_sym_PIPE] = ACTIONS(470),
    [anon_sym_CARET] = ACTIONS(466),
    [anon_sym_AMP_AMP] = ACTIONS(466),
    [anon_sym_PIPE_PIPE] = ACTIONS(466),
    [anon_sym_EQ_EQ] = ACTIONS(466),
    [anon_sym_BANG_EQ] = ACTIONS(466),
    [anon_sym_LT] = ACTIONS(470),
    [anon_sym_LT_EQ] = ACTIONS(466),
    [anon_sym_GT] = ACTIONS(470),
    [anon_sym_GT_EQ] = ACTIONS(466),
    [anon_sym_EQ_GT] = ACTIONS(466),
    [anon_sym_QMARK_QMARK] = ACTIONS(466),
    [anon_sym_EQ] = ACTIONS(470),
    [sym__rangeOperator] = ACTIONS(466),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [688] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2375),
    [sym_integer] = STATE(2375),
    [sym_float] = STATE(2375),
    [sym_bool] = STATE(2375),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2375),
    [sym_array] = STATE(2375),
    [sym_map] = STATE(2375),
    [sym_object] = STATE(2375),
    [sym_pair] = STATE(2375),
    [aux_sym_member_expression_repeat1] = STATE(690),
    [sym_identifier] = ACTIONS(2376),
    [anon_sym_DOT] = ACTIONS(524),
    [anon_sym_LPAREN] = ACTIONS(522),
    [anon_sym_RPAREN] = ACTIONS(522),
    [anon_sym_switch] = ACTIONS(524),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(524),
    [anon_sym_COMMA] = ACTIONS(522),
    [anon_sym_DOLLARtype] = ACTIONS(522),
    [anon_sym_return] = ACTIONS(524),
    [anon_sym_untyped] = ACTIONS(524),
    [anon_sym_break] = ACTIONS(524),
    [anon_sym_continue] = ACTIONS(524),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_QMARK] = ACTIONS(524),
    [anon_sym_DASH_GT] = ACTIONS(522),
    [anon_sym_new] = ACTIONS(524),
    [anon_sym_TILDE] = ACTIONS(522),
    [anon_sym_BANG] = ACTIONS(524),
    [anon_sym_DASH] = ACTIONS(524),
    [anon_sym_PLUS_PLUS] = ACTIONS(522),
    [anon_sym_DASH_DASH] = ACTIONS(522),
    [anon_sym_PERCENT] = ACTIONS(522),
    [anon_sym_STAR] = ACTIONS(522),
    [anon_sym_SLASH] = ACTIONS(524),
    [anon_sym_PLUS] = ACTIONS(524),
    [anon_sym_LT_LT] = ACTIONS(522),
    [anon_sym_GT_GT] = ACTIONS(524),
    [anon_sym_GT_GT_GT] = ACTIONS(522),
    [anon_sym_AMP] = ACTIONS(524),
    [anon_sym_PIPE] = ACTIONS(524),
    [anon_sym_CARET] = ACTIONS(522),
    [anon_sym_AMP_AMP] = ACTIONS(522),
    [anon_sym_PIPE_PIPE] = ACTIONS(522),
    [anon_sym_EQ_EQ] = ACTIONS(522),
    [anon_sym_BANG_EQ] = ACTIONS(522),
    [anon_sym_LT] = ACTIONS(524),
    [anon_sym_LT_EQ] = ACTIONS(522),
    [anon_sym_GT] = ACTIONS(524),
    [anon_sym_GT_EQ] = ACTIONS(522),
    [anon_sym_EQ_GT] = ACTIONS(522),
    [anon_sym_QMARK_QMARK] = ACTIONS(522),
    [anon_sym_EQ] = ACTIONS(524),
    [sym__rangeOperator] = ACTIONS(522),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [689] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2375),
    [sym_integer] = STATE(2375),
    [sym_float] = STATE(2375),
    [sym_bool] = STATE(2375),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2375),
    [sym_array] = STATE(2375),
    [sym_map] = STATE(2375),
    [sym_object] = STATE(2375),
    [sym_pair] = STATE(2375),
    [aux_sym_member_expression_repeat1] = STATE(690),
    [sym_identifier] = ACTIONS(2376),
    [anon_sym_DOT] = ACTIONS(520),
    [anon_sym_LPAREN] = ACTIONS(518),
    [anon_sym_RPAREN] = ACTIONS(518),
    [anon_sym_switch] = ACTIONS(520),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(520),
    [anon_sym_COMMA] = ACTIONS(518),
    [anon_sym_DOLLARtype] = ACTIONS(518),
    [anon_sym_return] = ACTIONS(520),
    [anon_sym_untyped] = ACTIONS(520),
    [anon_sym_break] = ACTIONS(520),
    [anon_sym_continue] = ACTIONS(520),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(412),
    [anon_sym_QMARK] = ACTIONS(520),
    [anon_sym_DASH_GT] = ACTIONS(518),
    [anon_sym_new] = ACTIONS(520),
    [anon_sym_TILDE] = ACTIONS(518),
    [anon_sym_BANG] = ACTIONS(520),
    [anon_sym_DASH] = ACTIONS(520),
    [anon_sym_PLUS_PLUS] = ACTIONS(518),
    [anon_sym_DASH_DASH] = ACTIONS(518),
    [anon_sym_PERCENT] = ACTIONS(518),
    [anon_sym_STAR] = ACTIONS(518),
    [anon_sym_SLASH] = ACTIONS(520),
    [anon_sym_PLUS] = ACTIONS(520),
    [anon_sym_LT_LT] = ACTIONS(518),
    [anon_sym_GT_GT] = ACTIONS(520),
    [anon_sym_GT_GT_GT] = ACTIONS(518),
    [anon_sym_AMP] = ACTIONS(520),
    [anon_sym_PIPE] = ACTIONS(520),
    [anon_sym_CARET] = ACTIONS(518),
    [anon_sym_AMP_AMP] = ACTIONS(518),
    [anon_sym_PIPE_PIPE] = ACTIONS(518),
    [anon_sym_EQ_EQ] = ACTIONS(518),
    [anon_sym_BANG_EQ] = ACTIONS(518),
    [anon_sym_LT] = ACTIONS(520),
    [anon_sym_LT_EQ] = ACTIONS(518),
    [anon_sym_GT] = ACTIONS(520),
    [anon_sym_GT_EQ] = ACTIONS(518),
    [anon_sym_EQ_GT] = ACTIONS(518),
    [anon_sym_QMARK_QMARK] = ACTIONS(518),
    [anon_sym_EQ] = ACTIONS(520),
    [sym__rangeOperator] = ACTIONS(518),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [690] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2375),
    [sym_integer] = STATE(2375),
    [sym_float] = STATE(2375),
    [sym_bool] = STATE(2375),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2375),
    [sym_array] = STATE(2375),
    [sym_map] = STATE(2375),
    [sym_object] = STATE(2375),
    [sym_pair] = STATE(2375),
    [aux_sym_member_expression_repeat1] = STATE(690),
    [sym_identifier] = ACTIONS(2378),
    [anon_sym_DOT] = ACTIONS(483),
    [anon_sym_LPAREN] = ACTIONS(478),
    [anon_sym_RPAREN] = ACTIONS(478),
    [anon_sym_switch] = ACTIONS(483),
    [anon_sym_LBRACE] = ACTIONS(485),
    [anon_sym_cast] = ACTIONS(483),
    [anon_sym_COMMA] = ACTIONS(478),
    [anon_sym_DOLLARtype] = ACTIONS(478),
    [anon_sym_return] = ACTIONS(483),
    [anon_sym_untyped] = ACTIONS(483),
    [anon_sym_break] = ACTIONS(483),
    [anon_sym_continue] = ACTIONS(483),
    [anon_sym_LBRACK] = ACTIONS(488),
    [anon_sym_this] = ACTIONS(2381),
    [anon_sym_QMARK] = ACTIONS(483),
    [anon_sym_DASH_GT] = ACTIONS(478),
    [anon_sym_new] = ACTIONS(483),
    [anon_sym_TILDE] = ACTIONS(478),
    [anon_sym_BANG] = ACTIONS(483),
    [anon_sym_DASH] = ACTIONS(483),
    [anon_sym_PLUS_PLUS] = ACTIONS(478),
    [anon_sym_DASH_DASH] = ACTIONS(478),
    [anon_sym_PERCENT] = ACTIONS(478),
    [anon_sym_STAR] = ACTIONS(478),
    [anon_sym_SLASH] = ACTIONS(483),
    [anon_sym_PLUS] = ACTIONS(483),
    [anon_sym_LT_LT] = ACTIONS(478),
    [anon_sym_GT_GT] = ACTIONS(483),
    [anon_sym_GT_GT_GT] = ACTIONS(478),
    [anon_sym_AMP] = ACTIONS(483),
    [anon_sym_PIPE] = ACTIONS(483),
    [anon_sym_CARET] = ACTIONS(478),
    [anon_sym_AMP_AMP] = ACTIONS(478),
    [anon_sym_PIPE_PIPE] = ACTIONS(478),
    [anon_sym_EQ_EQ] = ACTIONS(478),
    [anon_sym_BANG_EQ] = ACTIONS(478),
    [anon_sym_LT] = ACTIONS(483),
    [anon_sym_LT_EQ] = ACTIONS(478),
    [anon_sym_GT] = ACTIONS(483),
    [anon_sym_GT_EQ] = ACTIONS(478),
    [anon_sym_EQ_GT] = ACTIONS(478),
    [anon_sym_QMARK_QMARK] = ACTIONS(478),
    [anon_sym_EQ] = ACTIONS(483),
    [sym__rangeOperator] = ACTIONS(478),
    [anon_sym_null] = ACTIONS(494),
    [aux_sym_integer_token1] = ACTIONS(497),
    [aux_sym_integer_token2] = ACTIONS(500),
    [aux_sym_float_token1] = ACTIONS(503),
    [aux_sym_float_token2] = ACTIONS(506),
    [anon_sym_true] = ACTIONS(509),
    [anon_sym_false] = ACTIONS(509),
    [aux_sym_string_token1] = ACTIONS(512),
    [aux_sym_string_token3] = ACTIONS(515),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [691] = {
    [sym__rhs_expression] = STATE(770),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(770),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [sym_identifier] = ACTIONS(2384),
    [anon_sym_LPAREN] = ACTIONS(2387),
    [anon_sym_RPAREN] = ACTIONS(2387),
    [anon_sym_switch] = ACTIONS(2389),
    [anon_sym_LBRACE] = ACTIONS(2391),
    [anon_sym_cast] = ACTIONS(2389),
    [anon_sym_DOLLARtype] = ACTIONS(2387),
    [anon_sym_return] = ACTIONS(2389),
    [anon_sym_untyped] = ACTIONS(2389),
    [anon_sym_break] = ACTIONS(2389),
    [anon_sym_continue] = ACTIONS(2389),
    [anon_sym_LBRACK] = ACTIONS(2394),
    [anon_sym_this] = ACTIONS(2397),
    [anon_sym_new] = ACTIONS(2400),
    [anon_sym_TILDE] = ACTIONS(2387),
    [anon_sym_BANG] = ACTIONS(2389),
    [anon_sym_DASH] = ACTIONS(2389),
    [anon_sym_PLUS_PLUS] = ACTIONS(2387),
    [anon_sym_DASH_DASH] = ACTIONS(2387),
    [anon_sym_PERCENT] = ACTIONS(2387),
    [anon_sym_STAR] = ACTIONS(2387),
    [anon_sym_SLASH] = ACTIONS(2389),
    [anon_sym_PLUS] = ACTIONS(2389),
    [anon_sym_LT_LT] = ACTIONS(2387),
    [anon_sym_GT_GT] = ACTIONS(2389),
    [anon_sym_GT_GT_GT] = ACTIONS(2387),
    [anon_sym_AMP] = ACTIONS(2389),
    [anon_sym_PIPE] = ACTIONS(2389),
    [anon_sym_CARET] = ACTIONS(2387),
    [anon_sym_AMP_AMP] = ACTIONS(2387),
    [anon_sym_PIPE_PIPE] = ACTIONS(2387),
    [anon_sym_EQ_EQ] = ACTIONS(2387),
    [anon_sym_BANG_EQ] = ACTIONS(2387),
    [anon_sym_LT] = ACTIONS(2389),
    [anon_sym_LT_EQ] = ACTIONS(2387),
    [anon_sym_GT] = ACTIONS(2389),
    [anon_sym_GT_EQ] = ACTIONS(2387),
    [anon_sym_EQ_GT] = ACTIONS(2387),
    [anon_sym_QMARK_QMARK] = ACTIONS(2387),
    [anon_sym_EQ] = ACTIONS(2389),
    [sym__rangeOperator] = ACTIONS(2387),
    [anon_sym_null] = ACTIONS(2403),
    [aux_sym_integer_token1] = ACTIONS(2406),
    [aux_sym_integer_token2] = ACTIONS(2409),
    [aux_sym_float_token1] = ACTIONS(2412),
    [aux_sym_float_token2] = ACTIONS(2415),
    [anon_sym_true] = ACTIONS(2418),
    [anon_sym_false] = ACTIONS(2418),
    [aux_sym_string_token1] = ACTIONS(2421),
    [aux_sym_string_token3] = ACTIONS(2424),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [692] = {
    [sym__rhs_expression] = STATE(214),
    [sym_member_expression] = STATE(201),
    [sym__lhs_expression] = STATE(2148),
    [sym__call] = STATE(226),
    [sym__constructor_call] = STATE(224),
    [sym_call_expression] = STATE(214),
    [sym__literal] = STATE(769),
    [sym_integer] = STATE(769),
    [sym_float] = STATE(769),
    [sym_bool] = STATE(769),
    [sym_string] = STATE(765),
    [sym_null] = STATE(769),
    [sym_array] = STATE(769),
    [sym_map] = STATE(769),
    [sym_object] = STATE(769),
    [sym_pair] = STATE(769),
    [sym_identifier] = ACTIONS(526),
    [anon_sym_LPAREN] = ACTIONS(528),
    [anon_sym_RPAREN] = ACTIONS(528),
    [anon_sym_switch] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(528),
    [anon_sym_cast] = ACTIONS(526),
    [anon_sym_DOLLARtype] = ACTIONS(528),
    [anon_sym_return] = ACTIONS(526),
    [anon_sym_untyped] = ACTIONS(526),
    [anon_sym_break] = ACTIONS(526),
    [anon_sym_continue] = ACTIONS(526),
    [anon_sym_LBRACK] = ACTIONS(528),
    [anon_sym_this] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(526),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(526),
    [aux_sym_integer_token1] = ACTIONS(526),
    [aux_sym_integer_token2] = ACTIONS(528),
    [aux_sym_float_token1] = ACTIONS(526),
    [aux_sym_float_token2] = ACTIONS(528),
    [anon_sym_true] = ACTIONS(526),
    [anon_sym_false] = ACTIONS(526),
    [aux_sym_string_token1] = ACTIONS(528),
    [aux_sym_string_token3] = ACTIONS(528),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [693] = {
    [sym_operator] = STATE(1594),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(693),
    [sym_identifier] = ACTIONS(592),
    [anon_sym_DOT] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_RPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_QMARK] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(596),
    [anon_sym_BANG] = ACTIONS(599),
    [anon_sym_DASH] = ACTIONS(602),
    [anon_sym_PLUS_PLUS] = ACTIONS(605),
    [anon_sym_DASH_DASH] = ACTIONS(605),
    [anon_sym_PERCENT] = ACTIONS(608),
    [anon_sym_STAR] = ACTIONS(608),
    [anon_sym_SLASH] = ACTIONS(611),
    [anon_sym_PLUS] = ACTIONS(611),
    [anon_sym_LT_LT] = ACTIONS(608),
    [anon_sym_GT_GT] = ACTIONS(611),
    [anon_sym_GT_GT_GT] = ACTIONS(608),
    [anon_sym_AMP] = ACTIONS(611),
    [anon_sym_PIPE] = ACTIONS(611),
    [anon_sym_CARET] = ACTIONS(608),
    [anon_sym_AMP_AMP] = ACTIONS(596),
    [anon_sym_PIPE_PIPE] = ACTIONS(596),
    [anon_sym_EQ_EQ] = ACTIONS(596),
    [anon_sym_BANG_EQ] = ACTIONS(596),
    [anon_sym_LT] = ACTIONS(599),
    [anon_sym_LT_EQ] = ACTIONS(596),
    [anon_sym_GT] = ACTIONS(599),
    [anon_sym_GT_EQ] = ACTIONS(596),
    [anon_sym_EQ_GT] = ACTIONS(596),
    [anon_sym_QMARK_QMARK] = ACTIONS(596),
    [anon_sym_EQ] = ACTIONS(599),
    [sym__rangeOperator] = ACTIONS(596),
    [anon_sym_null] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [694] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2386),
    [sym_integer] = STATE(2386),
    [sym_float] = STATE(2386),
    [sym_bool] = STATE(2386),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2386),
    [sym_array] = STATE(2386),
    [sym_map] = STATE(2386),
    [sym_object] = STATE(2386),
    [sym_pair] = STATE(2386),
    [aux_sym_member_expression_repeat1] = STATE(698),
    [sym_identifier] = ACTIONS(2427),
    [anon_sym_LPAREN] = ACTIONS(466),
    [anon_sym_RPAREN] = ACTIONS(466),
    [anon_sym_switch] = ACTIONS(470),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(470),
    [anon_sym_COMMA] = ACTIONS(466),
    [anon_sym_DOLLARtype] = ACTIONS(466),
    [anon_sym_return] = ACTIONS(470),
    [anon_sym_untyped] = ACTIONS(470),
    [anon_sym_break] = ACTIONS(470),
    [anon_sym_continue] = ACTIONS(470),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(376),
    [anon_sym_DASH_GT] = ACTIONS(466),
    [anon_sym_new] = ACTIONS(470),
    [anon_sym_TILDE] = ACTIONS(466),
    [anon_sym_BANG] = ACTIONS(470),
    [anon_sym_DASH] = ACTIONS(470),
    [anon_sym_PLUS_PLUS] = ACTIONS(466),
    [anon_sym_DASH_DASH] = ACTIONS(466),
    [anon_sym_PERCENT] = ACTIONS(466),
    [anon_sym_STAR] = ACTIONS(466),
    [anon_sym_SLASH] = ACTIONS(470),
    [anon_sym_PLUS] = ACTIONS(470),
    [anon_sym_LT_LT] = ACTIONS(466),
    [anon_sym_GT_GT] = ACTIONS(470),
    [anon_sym_GT_GT_GT] = ACTIONS(466),
    [anon_sym_AMP] = ACTIONS(470),
    [anon_sym_PIPE] = ACTIONS(470),
    [anon_sym_CARET] = ACTIONS(466),
    [anon_sym_AMP_AMP] = ACTIONS(466),
    [anon_sym_PIPE_PIPE] = ACTIONS(466),
    [anon_sym_EQ_EQ] = ACTIONS(466),
    [anon_sym_BANG_EQ] = ACTIONS(466),
    [anon_sym_LT] = ACTIONS(470),
    [anon_sym_LT_EQ] = ACTIONS(466),
    [anon_sym_GT] = ACTIONS(470),
    [anon_sym_GT_EQ] = ACTIONS(466),
    [anon_sym_EQ_GT] = ACTIONS(466),
    [anon_sym_QMARK_QMARK] = ACTIONS(466),
    [anon_sym_EQ] = ACTIONS(470),
    [sym__rangeOperator] = ACTIONS(466),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [695] = {
    [sym_operator] = STATE(1594),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(693),
    [sym_identifier] = ACTIONS(580),
    [anon_sym_DOT] = ACTIONS(580),
    [anon_sym_LPAREN] = ACTIONS(578),
    [anon_sym_RPAREN] = ACTIONS(578),
    [anon_sym_switch] = ACTIONS(580),
    [anon_sym_LBRACE] = ACTIONS(578),
    [anon_sym_cast] = ACTIONS(580),
    [anon_sym_DOLLARtype] = ACTIONS(578),
    [anon_sym_return] = ACTIONS(580),
    [anon_sym_untyped] = ACTIONS(580),
    [anon_sym_break] = ACTIONS(580),
    [anon_sym_continue] = ACTIONS(580),
    [anon_sym_LBRACK] = ACTIONS(578),
    [anon_sym_this] = ACTIONS(580),
    [anon_sym_QMARK] = ACTIONS(580),
    [anon_sym_new] = ACTIONS(580),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(51),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(55),
    [anon_sym_STAR] = ACTIONS(55),
    [anon_sym_SLASH] = ACTIONS(57),
    [anon_sym_PLUS] = ACTIONS(57),
    [anon_sym_LT_LT] = ACTIONS(55),
    [anon_sym_GT_GT] = ACTIONS(57),
    [anon_sym_GT_GT_GT] = ACTIONS(55),
    [anon_sym_AMP] = ACTIONS(57),
    [anon_sym_PIPE] = ACTIONS(57),
    [anon_sym_CARET] = ACTIONS(55),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(580),
    [aux_sym_integer_token1] = ACTIONS(580),
    [aux_sym_integer_token2] = ACTIONS(578),
    [aux_sym_float_token1] = ACTIONS(580),
    [aux_sym_float_token2] = ACTIONS(578),
    [anon_sym_true] = ACTIONS(580),
    [anon_sym_false] = ACTIONS(580),
    [aux_sym_string_token1] = ACTIONS(578),
    [aux_sym_string_token3] = ACTIONS(578),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [696] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2386),
    [sym_integer] = STATE(2386),
    [sym_float] = STATE(2386),
    [sym_bool] = STATE(2386),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2386),
    [sym_array] = STATE(2386),
    [sym_map] = STATE(2386),
    [sym_object] = STATE(2386),
    [sym_pair] = STATE(2386),
    [aux_sym_member_expression_repeat1] = STATE(698),
    [sym_identifier] = ACTIONS(2427),
    [anon_sym_LPAREN] = ACTIONS(522),
    [anon_sym_RPAREN] = ACTIONS(522),
    [anon_sym_switch] = ACTIONS(524),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(524),
    [anon_sym_COMMA] = ACTIONS(522),
    [anon_sym_DOLLARtype] = ACTIONS(522),
    [anon_sym_return] = ACTIONS(524),
    [anon_sym_untyped] = ACTIONS(524),
    [anon_sym_break] = ACTIONS(524),
    [anon_sym_continue] = ACTIONS(524),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(376),
    [anon_sym_DASH_GT] = ACTIONS(522),
    [anon_sym_new] = ACTIONS(524),
    [anon_sym_TILDE] = ACTIONS(522),
    [anon_sym_BANG] = ACTIONS(524),
    [anon_sym_DASH] = ACTIONS(524),
    [anon_sym_PLUS_PLUS] = ACTIONS(522),
    [anon_sym_DASH_DASH] = ACTIONS(522),
    [anon_sym_PERCENT] = ACTIONS(522),
    [anon_sym_STAR] = ACTIONS(522),
    [anon_sym_SLASH] = ACTIONS(524),
    [anon_sym_PLUS] = ACTIONS(524),
    [anon_sym_LT_LT] = ACTIONS(522),
    [anon_sym_GT_GT] = ACTIONS(524),
    [anon_sym_GT_GT_GT] = ACTIONS(522),
    [anon_sym_AMP] = ACTIONS(524),
    [anon_sym_PIPE] = ACTIONS(524),
    [anon_sym_CARET] = ACTIONS(522),
    [anon_sym_AMP_AMP] = ACTIONS(522),
    [anon_sym_PIPE_PIPE] = ACTIONS(522),
    [anon_sym_EQ_EQ] = ACTIONS(522),
    [anon_sym_BANG_EQ] = ACTIONS(522),
    [anon_sym_LT] = ACTIONS(524),
    [anon_sym_LT_EQ] = ACTIONS(522),
    [anon_sym_GT] = ACTIONS(524),
    [anon_sym_GT_EQ] = ACTIONS(522),
    [anon_sym_EQ_GT] = ACTIONS(522),
    [anon_sym_QMARK_QMARK] = ACTIONS(522),
    [anon_sym_EQ] = ACTIONS(524),
    [sym__rangeOperator] = ACTIONS(522),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [697] = {
    [sym_operator] = STATE(685),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(218),
    [sym__bitwiseOperator] = STATE(218),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(695),
    [sym_identifier] = ACTIONS(544),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_LPAREN] = ACTIONS(542),
    [anon_sym_RPAREN] = ACTIONS(542),
    [anon_sym_switch] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(542),
    [anon_sym_cast] = ACTIONS(544),
    [anon_sym_DOLLARtype] = ACTIONS(542),
    [anon_sym_return] = ACTIONS(544),
    [anon_sym_untyped] = ACTIONS(544),
    [anon_sym_break] = ACTIONS(544),
    [anon_sym_continue] = ACTIONS(544),
    [anon_sym_LBRACK] = ACTIONS(542),
    [anon_sym_this] = ACTIONS(544),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(544),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(582),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(47),
    [anon_sym_STAR] = ACTIONS(47),
    [anon_sym_SLASH] = ACTIONS(49),
    [anon_sym_PLUS] = ACTIONS(49),
    [anon_sym_LT_LT] = ACTIONS(47),
    [anon_sym_GT_GT] = ACTIONS(49),
    [anon_sym_GT_GT_GT] = ACTIONS(47),
    [anon_sym_AMP] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(49),
    [anon_sym_CARET] = ACTIONS(47),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(544),
    [aux_sym_integer_token1] = ACTIONS(544),
    [aux_sym_integer_token2] = ACTIONS(542),
    [aux_sym_float_token1] = ACTIONS(544),
    [aux_sym_float_token2] = ACTIONS(542),
    [anon_sym_true] = ACTIONS(544),
    [anon_sym_false] = ACTIONS(544),
    [aux_sym_string_token1] = ACTIONS(542),
    [aux_sym_string_token3] = ACTIONS(542),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [698] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2386),
    [sym_integer] = STATE(2386),
    [sym_float] = STATE(2386),
    [sym_bool] = STATE(2386),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2386),
    [sym_array] = STATE(2386),
    [sym_map] = STATE(2386),
    [sym_object] = STATE(2386),
    [sym_pair] = STATE(2386),
    [aux_sym_member_expression_repeat1] = STATE(698),
    [sym_identifier] = ACTIONS(2429),
    [anon_sym_LPAREN] = ACTIONS(478),
    [anon_sym_RPAREN] = ACTIONS(478),
    [anon_sym_switch] = ACTIONS(483),
    [anon_sym_LBRACE] = ACTIONS(485),
    [anon_sym_cast] = ACTIONS(483),
    [anon_sym_COMMA] = ACTIONS(478),
    [anon_sym_DOLLARtype] = ACTIONS(478),
    [anon_sym_return] = ACTIONS(483),
    [anon_sym_untyped] = ACTIONS(483),
    [anon_sym_break] = ACTIONS(483),
    [anon_sym_continue] = ACTIONS(483),
    [anon_sym_LBRACK] = ACTIONS(488),
    [anon_sym_this] = ACTIONS(2432),
    [anon_sym_DASH_GT] = ACTIONS(478),
    [anon_sym_new] = ACTIONS(483),
    [anon_sym_TILDE] = ACTIONS(478),
    [anon_sym_BANG] = ACTIONS(483),
    [anon_sym_DASH] = ACTIONS(483),
    [anon_sym_PLUS_PLUS] = ACTIONS(478),
    [anon_sym_DASH_DASH] = ACTIONS(478),
    [anon_sym_PERCENT] = ACTIONS(478),
    [anon_sym_STAR] = ACTIONS(478),
    [anon_sym_SLASH] = ACTIONS(483),
    [anon_sym_PLUS] = ACTIONS(483),
    [anon_sym_LT_LT] = ACTIONS(478),
    [anon_sym_GT_GT] = ACTIONS(483),
    [anon_sym_GT_GT_GT] = ACTIONS(478),
    [anon_sym_AMP] = ACTIONS(483),
    [anon_sym_PIPE] = ACTIONS(483),
    [anon_sym_CARET] = ACTIONS(478),
    [anon_sym_AMP_AMP] = ACTIONS(478),
    [anon_sym_PIPE_PIPE] = ACTIONS(478),
    [anon_sym_EQ_EQ] = ACTIONS(478),
    [anon_sym_BANG_EQ] = ACTIONS(478),
    [anon_sym_LT] = ACTIONS(483),
    [anon_sym_LT_EQ] = ACTIONS(478),
    [anon_sym_GT] = ACTIONS(483),
    [anon_sym_GT_EQ] = ACTIONS(478),
    [anon_sym_EQ_GT] = ACTIONS(478),
    [anon_sym_QMARK_QMARK] = ACTIONS(478),
    [anon_sym_EQ] = ACTIONS(483),
    [sym__rangeOperator] = ACTIONS(478),
    [anon_sym_null] = ACTIONS(494),
    [aux_sym_integer_token1] = ACTIONS(497),
    [aux_sym_integer_token2] = ACTIONS(500),
    [aux_sym_float_token1] = ACTIONS(503),
    [aux_sym_float_token2] = ACTIONS(506),
    [anon_sym_true] = ACTIONS(509),
    [anon_sym_false] = ACTIONS(509),
    [aux_sym_string_token1] = ACTIONS(512),
    [aux_sym_string_token3] = ACTIONS(515),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [699] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2386),
    [sym_integer] = STATE(2386),
    [sym_float] = STATE(2386),
    [sym_bool] = STATE(2386),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2386),
    [sym_array] = STATE(2386),
    [sym_map] = STATE(2386),
    [sym_object] = STATE(2386),
    [sym_pair] = STATE(2386),
    [aux_sym_member_expression_repeat1] = STATE(698),
    [sym_identifier] = ACTIONS(2427),
    [anon_sym_LPAREN] = ACTIONS(474),
    [anon_sym_RPAREN] = ACTIONS(474),
    [anon_sym_switch] = ACTIONS(476),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(476),
    [anon_sym_COMMA] = ACTIONS(474),
    [anon_sym_DOLLARtype] = ACTIONS(474),
    [anon_sym_return] = ACTIONS(476),
    [anon_sym_untyped] = ACTIONS(476),
    [anon_sym_break] = ACTIONS(476),
    [anon_sym_continue] = ACTIONS(476),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(376),
    [anon_sym_DASH_GT] = ACTIONS(474),
    [anon_sym_new] = ACTIONS(476),
    [anon_sym_TILDE] = ACTIONS(474),
    [anon_sym_BANG] = ACTIONS(476),
    [anon_sym_DASH] = ACTIONS(476),
    [anon_sym_PLUS_PLUS] = ACTIONS(474),
    [anon_sym_DASH_DASH] = ACTIONS(474),
    [anon_sym_PERCENT] = ACTIONS(474),
    [anon_sym_STAR] = ACTIONS(474),
    [anon_sym_SLASH] = ACTIONS(476),
    [anon_sym_PLUS] = ACTIONS(476),
    [anon_sym_LT_LT] = ACTIONS(474),
    [anon_sym_GT_GT] = ACTIONS(476),
    [anon_sym_GT_GT_GT] = ACTIONS(474),
    [anon_sym_AMP] = ACTIONS(476),
    [anon_sym_PIPE] = ACTIONS(476),
    [anon_sym_CARET] = ACTIONS(474),
    [anon_sym_AMP_AMP] = ACTIONS(474),
    [anon_sym_PIPE_PIPE] = ACTIONS(474),
    [anon_sym_EQ_EQ] = ACTIONS(474),
    [anon_sym_BANG_EQ] = ACTIONS(474),
    [anon_sym_LT] = ACTIONS(476),
    [anon_sym_LT_EQ] = ACTIONS(474),
    [anon_sym_GT] = ACTIONS(476),
    [anon_sym_GT_EQ] = ACTIONS(474),
    [anon_sym_EQ_GT] = ACTIONS(474),
    [anon_sym_QMARK_QMARK] = ACTIONS(474),
    [anon_sym_EQ] = ACTIONS(476),
    [sym__rangeOperator] = ACTIONS(474),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [700] = {
    [sym_member_expression] = STATE(759),
    [sym__lhs_expression] = STATE(757),
    [sym__literal] = STATE(2386),
    [sym_integer] = STATE(2386),
    [sym_float] = STATE(2386),
    [sym_bool] = STATE(2386),
    [sym_string] = STATE(1926),
    [sym_null] = STATE(2386),
    [sym_array] = STATE(2386),
    [sym_map] = STATE(2386),
    [sym_object] = STATE(2386),
    [sym_pair] = STATE(2386),
    [aux_sym_member_expression_repeat1] = STATE(698),
    [sym_identifier] = ACTIONS(2427),
    [anon_sym_LPAREN] = ACTIONS(518),
    [anon_sym_RPAREN] = ACTIONS(518),
    [anon_sym_switch] = ACTIONS(520),
    [anon_sym_LBRACE] = ACTIONS(362),
    [anon_sym_cast] = ACTIONS(520),
    [anon_sym_COMMA] = ACTIONS(518),
    [anon_sym_DOLLARtype] = ACTIONS(518),
    [anon_sym_return] = ACTIONS(520),
    [anon_sym_untyped] = ACTIONS(520),
    [anon_sym_break] = ACTIONS(520),
    [anon_sym_continue] = ACTIONS(520),
    [anon_sym_LBRACK] = ACTIONS(374),
    [anon_sym_this] = ACTIONS(376),
    [anon_sym_DASH_GT] = ACTIONS(518),
    [anon_sym_new] = ACTIONS(520),
    [anon_sym_TILDE] = ACTIONS(518),
    [anon_sym_BANG] = ACTIONS(520),
    [anon_sym_DASH] = ACTIONS(520),
    [anon_sym_PLUS_PLUS] = ACTIONS(518),
    [anon_sym_DASH_DASH] = ACTIONS(518),
    [anon_sym_PERCENT] = ACTIONS(518),
    [anon_sym_STAR] = ACTIONS(518),
    [anon_sym_SLASH] = ACTIONS(520),
    [anon_sym_PLUS] = ACTIONS(520),
    [anon_sym_LT_LT] = ACTIONS(518),
    [anon_sym_GT_GT] = ACTIONS(520),
    [anon_sym_GT_GT_GT] = ACTIONS(518),
    [anon_sym_AMP] = ACTIONS(520),
    [anon_sym_PIPE] = ACTIONS(520),
    [anon_sym_CARET] = ACTIONS(518),
    [anon_sym_AMP_AMP] = ACTIONS(518),
    [anon_sym_PIPE_PIPE] = ACTIONS(518),
    [anon_sym_EQ_EQ] = ACTIONS(518),
    [anon_sym_BANG_EQ] = ACTIONS(518),
    [anon_sym_LT] = ACTIONS(520),
    [anon_sym_LT_EQ] = ACTIONS(518),
    [anon_sym_GT] = ACTIONS(520),
    [anon_sym_GT_EQ] = ACTIONS(518),
    [anon_sym_EQ_GT] = ACTIONS(518),
    [anon_sym_QMARK_QMARK] = ACTIONS(518),
    [anon_sym_EQ] = ACTIONS(520),
    [sym__rangeOperator] = ACTIONS(518),
    [anon_sym_null] = ACTIONS(382),
    [aux_sym_integer_token1] = ACTIONS(384),
    [aux_sym_integer_token2] = ACTIONS(386),
    [aux_sym_float_token1] = ACTIONS(388),
    [aux_sym_float_token2] = ACTIONS(390),
    [anon_sym_true] = ACTIONS(392),
    [anon_sym_false] = ACTIONS(392),
    [aux_sym_string_token1] = ACTIONS(394),
    [aux_sym_string_token3] = ACTIONS(396),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [701] = {
    [sym__rhs_expression] = STATE(282),
    [sym_member_expression] = STATE(259),
    [sym__lhs_expression] = STATE(2181),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(282),
    [sym__literal] = STATE(1198),
    [sym_integer] = STATE(1198),
    [sym_float] = STATE(1198),
    [sym_bool] = STATE(1198),
    [sym_string] = STATE(1175),
    [sym_null] = STATE(1198),
    [sym_array] = STATE(1198),
    [sym_map] = STATE(1198),
    [sym_object] = STATE(1198),
    [sym_pair] = STATE(1198),
    [sym_identifier] = ACTIONS(2435),
    [anon_sym_DOT] = ACTIONS(544),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_case] = ACTIONS(544),
    [anon_sym_default] = ACTIONS(544),
    [anon_sym_COMMA] = ACTIONS(542),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_QMARK] = ACTIONS(544),
    [anon_sym_new] = ACTIONS(448),
    [anon_sym_TILDE] = ACTIONS(542),
    [anon_sym_BANG] = ACTIONS(544),
    [anon_sym_DASH] = ACTIONS(544),
    [anon_sym_PLUS_PLUS] = ACTIONS(542),
    [anon_sym_DASH_DASH] = ACTIONS(542),
    [anon_sym_PERCENT] = ACTIONS(542),
    [anon_sym_STAR] = ACTIONS(542),
    [anon_sym_SLASH] = ACTIONS(544),
    [anon_sym_PLUS] = ACTIONS(544),
    [anon_sym_LT_LT] = ACTIONS(542),
    [anon_sym_GT_GT] = ACTIONS(544),
    [anon_sym_GT_GT_GT] = ACTIONS(542),
    [anon_sym_AMP] = ACTIONS(544),
    [anon_sym_PIPE] = ACTIONS(544),
    [anon_sym_CARET] = ACTIONS(542),
    [anon_sym_AMP_AMP] = ACTIONS(542),
    [anon_sym_PIPE_PIPE] = ACTIONS(542),
    [anon_sym_EQ_EQ] = ACTIONS(542),
    [anon_sym_BANG_EQ] = ACTIONS(542),
    [anon_sym_LT] = ACTIONS(544),
    [anon_sym_LT_EQ] = ACTIONS(542),
    [anon_sym_GT] = ACTIONS(544),
    [anon_sym_GT_EQ] = ACTIONS(542),
    [anon_sym_EQ_GT] = ACTIONS(542),
    [anon_sym_QMARK_QMARK] = ACTIONS(542),
    [anon_sym_EQ] = ACTIONS(544),
    [sym__rangeOperator] = ACTIONS(542),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(542),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [702] = {
    [sym_operator] = STATE(1530),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(703),
    [sym_identifier] = ACTIONS(2437),
    [anon_sym_LPAREN] = ACTIONS(644),
    [anon_sym_RPAREN] = ACTIONS(644),
    [anon_sym_switch] = ACTIONS(2437),
    [anon_sym_LBRACE] = ACTIONS(644),
    [anon_sym_cast] = ACTIONS(2437),
    [anon_sym_DOLLARtype] = ACTIONS(644),
    [anon_sym_return] = ACTIONS(2437),
    [anon_sym_untyped] = ACTIONS(2437),
    [anon_sym_break] = ACTIONS(2437),
    [anon_sym_continue] = ACTIONS(2437),
    [anon_sym_LBRACK] = ACTIONS(644),
    [anon_sym_this] = ACTIONS(2437),
    [anon_sym_new] = ACTIONS(2437),
    [anon_sym_TILDE] = ACTIONS(644),
    [anon_sym_BANG] = ACTIONS(2437),
    [anon_sym_DASH] = ACTIONS(2437),
    [anon_sym_PLUS_PLUS] = ACTIONS(644),
    [anon_sym_DASH_DASH] = ACTIONS(644),
    [anon_sym_PERCENT] = ACTIONS(644),
    [anon_sym_STAR] = ACTIONS(644),
    [anon_sym_SLASH] = ACTIONS(2437),
    [anon_sym_PLUS] = ACTIONS(2437),
    [anon_sym_LT_LT] = ACTIONS(644),
    [anon_sym_GT_GT] = ACTIONS(2437),
    [anon_sym_GT_GT_GT] = ACTIONS(644),
    [anon_sym_AMP] = ACTIONS(2437),
    [anon_sym_PIPE] = ACTIONS(2437),
    [anon_sym_CARET] = ACTIONS(644),
    [anon_sym_AMP_AMP] = ACTIONS(644),
    [anon_sym_PIPE_PIPE] = ACTIONS(644),
    [anon_sym_EQ_EQ] = ACTIONS(644),
    [anon_sym_BANG_EQ] = ACTIONS(644),
    [anon_sym_LT] = ACTIONS(2437),
    [anon_sym_LT_EQ] = ACTIONS(644),
    [anon_sym_GT] = ACTIONS(2437),
    [anon_sym_GT_EQ] = ACTIONS(644),
    [anon_sym_EQ_GT] = ACTIONS(644),
    [anon_sym_QMARK_QMARK] = ACTIONS(644),
    [anon_sym_EQ] = ACTIONS(2437),
    [sym__rangeOperator] = ACTIONS(644),
    [anon_sym_null] = ACTIONS(2437),
    [aux_sym_integer_token1] = ACTIONS(2437),
    [aux_sym_integer_token2] = ACTIONS(644),
    [aux_sym_float_token1] = ACTIONS(2437),
    [aux_sym_float_token2] = ACTIONS(644),
    [anon_sym_true] = ACTIONS(2437),
    [anon_sym_false] = ACTIONS(2437),
    [aux_sym_string_token1] = ACTIONS(644),
    [aux_sym_string_token3] = ACTIONS(644),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [703] = {
    [sym_operator] = STATE(1530),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(1857),
    [sym__bitwiseOperator] = STATE(1857),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(703),
    [sym_identifier] = ACTIONS(592),
    [anon_sym_LPAREN] = ACTIONS(594),
    [anon_sym_RPAREN] = ACTIONS(594),
    [anon_sym_switch] = ACTIONS(592),
    [anon_sym_LBRACE] = ACTIONS(594),
    [anon_sym_cast] = ACTIONS(592),
    [anon_sym_DOLLARtype] = ACTIONS(594),
    [anon_sym_return] = ACTIONS(592),
    [anon_sym_untyped] = ACTIONS(592),
    [anon_sym_break] = ACTIONS(592),
    [anon_sym_continue] = ACTIONS(592),
    [anon_sym_LBRACK] = ACTIONS(594),
    [anon_sym_this] = ACTIONS(592),
    [anon_sym_new] = ACTIONS(592),
    [anon_sym_TILDE] = ACTIONS(596),
    [anon_sym_BANG] = ACTIONS(599),
    [anon_sym_DASH] = ACTIONS(602),
    [anon_sym_PLUS_PLUS] = ACTIONS(605),
    [anon_sym_DASH_DASH] = ACTIONS(605),
    [anon_sym_PERCENT] = ACTIONS(608),
    [anon_sym_STAR] = ACTIONS(608),
    [anon_sym_SLASH] = ACTIONS(611),
    [anon_sym_PLUS] = ACTIONS(611),
    [anon_sym_LT_LT] = ACTIONS(608),
    [anon_sym_GT_GT] = ACTIONS(611),
    [anon_sym_GT_GT_GT] = ACTIONS(608),
    [anon_sym_AMP] = ACTIONS(611),
    [anon_sym_PIPE] = ACTIONS(611),
    [anon_sym_CARET] = ACTIONS(608),
    [anon_sym_AMP_AMP] = ACTIONS(596),
    [anon_sym_PIPE_PIPE] = ACTIONS(596),
    [anon_sym_EQ_EQ] = ACTIONS(596),
    [anon_sym_BANG_EQ] = ACTIONS(596),
    [anon_sym_LT] = ACTIONS(599),
    [anon_sym_LT_EQ] = ACTIONS(596),
    [anon_sym_GT] = ACTIONS(599),
    [anon_sym_GT_EQ] = ACTIONS(596),
    [anon_sym_EQ_GT] = ACTIONS(596),
    [anon_sym_QMARK_QMARK] = ACTIONS(596),
    [anon_sym_EQ] = ACTIONS(599),
    [sym__rangeOperator] = ACTIONS(596),
    [anon_sym_null] = ACTIONS(592),
    [aux_sym_integer_token1] = ACTIONS(592),
    [aux_sym_integer_token2] = ACTIONS(594),
    [aux_sym_float_token1] = ACTIONS(592),
    [aux_sym_float_token2] = ACTIONS(594),
    [anon_sym_true] = ACTIONS(592),
    [anon_sym_false] = ACTIONS(592),
    [aux_sym_string_token1] = ACTIONS(594),
    [aux_sym_string_token3] = ACTIONS(594),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [704] = {
    [sym__rhs_expression] = STATE(281),
    [sym_member_expression] = STATE(259),
    [sym__lhs_expression] = STATE(2181),
    [sym__call] = STATE(262),
    [sym__constructor_call] = STATE(261),
    [sym_call_expression] = STATE(281),
    [sym__literal] = STATE(1198),
    [sym_integer] = STATE(1198),
    [sym_float] = STATE(1198),
    [sym_bool] = STATE(1198),
    [sym_string] = STATE(1175),
    [sym_null] = STATE(1198),
    [sym_array] = STATE(1198),
    [sym_map] = STATE(1198),
    [sym_object] = STATE(1198),
    [sym_pair] = STATE(1198),
    [sym_identifier] = ACTIONS(2435),
    [anon_sym_DOT] = ACTIONS(526),
    [anon_sym_LBRACE] = ACTIONS(430),
    [anon_sym_case] = ACTIONS(526),
    [anon_sym_default] = ACTIONS(526),
    [anon_sym_COMMA] = ACTIONS(528),
    [anon_sym_LBRACK] = ACTIONS(442),
    [anon_sym_this] = ACTIONS(538),
    [anon_sym_QMARK] = ACTIONS(526),
    [anon_sym_new] = ACTIONS(448),
    [anon_sym_TILDE] = ACTIONS(528),
    [anon_sym_BANG] = ACTIONS(526),
    [anon_sym_DASH] = ACTIONS(526),
    [anon_sym_PLUS_PLUS] = ACTIONS(528),
    [anon_sym_DASH_DASH] = ACTIONS(528),
    [anon_sym_PERCENT] = ACTIONS(528),
    [anon_sym_STAR] = ACTIONS(528),
    [anon_sym_SLASH] = ACTIONS(526),
    [anon_sym_PLUS] = ACTIONS(526),
    [anon_sym_LT_LT] = ACTIONS(528),
    [anon_sym_GT_GT] = ACTIONS(526),
    [anon_sym_GT_GT_GT] = ACTIONS(528),
    [anon_sym_AMP] = ACTIONS(526),
    [anon_sym_PIPE] = ACTIONS(526),
    [anon_sym_CARET] = ACTIONS(528),
    [anon_sym_AMP_AMP] = ACTIONS(528),
    [anon_sym_PIPE_PIPE] = ACTIONS(528),
    [anon_sym_EQ_EQ] = ACTIONS(528),
    [anon_sym_BANG_EQ] = ACTIONS(528),
    [anon_sym_LT] = ACTIONS(526),
    [anon_sym_LT_EQ] = ACTIONS(528),
    [anon_sym_GT] = ACTIONS(526),
    [anon_sym_GT_EQ] = ACTIONS(528),
    [anon_sym_EQ_GT] = ACTIONS(528),
    [anon_sym_QMARK_QMARK] = ACTIONS(528),
    [anon_sym_EQ] = ACTIONS(526),
    [sym__rangeOperator] = ACTIONS(528),
    [anon_sym_null] = ACTIONS(450),
    [aux_sym_integer_token1] = ACTIONS(452),
    [aux_sym_integer_token2] = ACTIONS(454),
    [aux_sym_float_token1] = ACTIONS(456),
    [aux_sym_float_token2] = ACTIONS(458),
    [anon_sym_true] = ACTIONS(460),
    [anon_sym_false] = ACTIONS(460),
    [aux_sym_string_token1] = ACTIONS(462),
    [aux_sym_string_token3] = ACTIONS(464),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_marker] = ACTIONS(528),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
  [705] = {
    [sym_operator] = STATE(692),
    [sym__unaryOperator] = STATE(218),
    [sym__prefixUnaryOperator] = STATE(218),
    [sym__postfixUnaryOperator] = STATE(218),
    [sym__binaryOperator] = STATE(218),
    [sym__arithmeticOperator] = STATE(218),
    [sym__bitwiseOperator] = STATE(218),
    [sym__logicalOperator] = STATE(218),
    [sym__comparisonOperator] = STATE(218),
    [sym__miscOperator] = STATE(218),
    [sym__assignmentOperator] = STATE(218),
    [sym__compoundAssignmentOperator] = STATE(218),
    [aux_sym_expression_repeat1] = STATE(702),
    [sym_identifier] = ACTIONS(2389),
    [anon_sym_LPAREN] = ACTIONS(2387),
    [anon_sym_RPAREN] = ACTIONS(2387),
    [anon_sym_switch] = ACTIONS(2389),
    [anon_sym_LBRACE] = ACTIONS(2387),
    [anon_sym_cast] = ACTIONS(2389),
    [anon_sym_DOLLARtype] = ACTIONS(2387),
    [anon_sym_return] = ACTIONS(2389),
    [anon_sym_untyped] = ACTIONS(2389),
    [anon_sym_break] = ACTIONS(2389),
    [anon_sym_continue] = ACTIONS(2389),
    [anon_sym_LBRACK] = ACTIONS(2387),
    [anon_sym_this] = ACTIONS(2389),
    [anon_sym_new] = ACTIONS(2389),
    [anon_sym_TILDE] = ACTIONS(47),
    [anon_sym_BANG] = ACTIONS(49),
    [anon_sym_DASH] = ACTIONS(582),
    [anon_sym_PLUS_PLUS] = ACTIONS(53),
    [anon_sym_DASH_DASH] = ACTIONS(53),
    [anon_sym_PERCENT] = ACTIONS(47),
    [anon_sym_STAR] = ACTIONS(47),
    [anon_sym_SLASH] = ACTIONS(49),
    [anon_sym_PLUS] = ACTIONS(49),
    [anon_sym_LT_LT] = ACTIONS(47),
    [anon_sym_GT_GT] = ACTIONS(49),
    [anon_sym_GT_GT_GT] = ACTIONS(47),
    [anon_sym_AMP] = ACTIONS(49),
    [anon_sym_PIPE] = ACTIONS(49),
    [anon_sym_CARET] = ACTIONS(47),
    [anon_sym_AMP_AMP] = ACTIONS(47),
    [anon_sym_PIPE_PIPE] = ACTIONS(47),
    [anon_sym_EQ_EQ] = ACTIONS(47),
    [anon_sym_BANG_EQ] = ACTIONS(47),
    [anon_sym_LT] = ACTIONS(49),
    [anon_sym_LT_EQ] = ACTIONS(47),
    [anon_sym_GT] = ACTIONS(49),
    [anon_sym_GT_EQ] = ACTIONS(47),
    [anon_sym_EQ_GT] = ACTIONS(47),
    [anon_sym_QMARK_QMARK] = ACTIONS(47),
    [anon_sym_EQ] = ACTIONS(49),
    [sym__rangeOperator] = ACTIONS(47),
    [anon_sym_null] = ACTIONS(2389),
    [aux_sym_integer_token1] = ACTIONS(2389),
    [aux_sym_integer_token2] = ACTIONS(2387),
    [aux_sym_float_token1] = ACTIONS(2389),
    [aux_sym_float_token2] = ACTIONS(2387),
    [anon_sym_true] = ACTIONS(2389),
    [anon_sym_false] = ACTIONS(2389),
    [aux_sym_string_token1] = ACTIONS(2387),
    [aux_sym_string_token3] = ACTIONS(2387),
    [sym_comment] = ACTIONS(3),
    [sym__closing_brace_unmarker] = ACTIONS(3),
  },
};

static const uint16_t ts_small_parse_table[] = {
  [0] = 23,
    ACTIONS(942), 1,
      anon_sym_LBRACE,
    ACTIONS(954), 1,
      anon_sym_LBRACK,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(958), 1,
      anon_sym_new,
    ACTIONS(960), 1,
      anon_sym_null,
    ACTIONS(962), 1,
      aux_sym_integer_token1,
    ACTIONS(964), 1,
      aux_sym_integer_token2,
    ACTIONS(966), 1,
      aux_sym_float_token1,
    ACTIONS(968), 1,
      aux_sym_float_token2,
    ACTIONS(972), 1,
      aux_sym_string_token1,
    ACTIONS(974), 1,
      aux_sym_string_token3,
    ACTIONS(2439), 1,
      sym_identifier,
    STATE(1207), 1,
      sym_string,
    STATE(1212), 1,
      sym_member_expression,
    STATE(1276), 1,
      sym__constructor_call,
    STATE(1277), 1,
      sym__call,
    STATE(2279), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(970), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1244), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1227), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [111] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2441), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1307), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 20,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [222] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2441), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1307), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 20,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [333] = 23,
    ACTIONS(942), 1,
      anon_sym_LBRACE,
    ACTIONS(954), 1,
      anon_sym_LBRACK,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(958), 1,
      anon_sym_new,
    ACTIONS(960), 1,
      anon_sym_null,
    ACTIONS(962), 1,
      aux_sym_integer_token1,
    ACTIONS(964), 1,
      aux_sym_integer_token2,
    ACTIONS(966), 1,
      aux_sym_float_token1,
    ACTIONS(968), 1,
      aux_sym_float_token2,
    ACTIONS(972), 1,
      aux_sym_string_token1,
    ACTIONS(974), 1,
      aux_sym_string_token3,
    ACTIONS(2439), 1,
      sym_identifier,
    STATE(1207), 1,
      sym_string,
    STATE(1212), 1,
      sym_member_expression,
    STATE(1276), 1,
      sym__constructor_call,
    STATE(1277), 1,
      sym__call,
    STATE(2279), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(970), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1323), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1227), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [444] = 23,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2443), 1,
      sym_identifier,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1298), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1275), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 19,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [554] = 22,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1304), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1275), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(526), 13,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      sym_identifier,
    ACTIONS(528), 19,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [662] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2445), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1449), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 18,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [771] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2445), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1449), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 18,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [880] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2447), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1528), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1641), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 18,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [989] = 23,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2449), 1,
      sym_identifier,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1459), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1506), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1098] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2447), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1528), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1641), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 18,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1207] = 23,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2449), 1,
      sym_identifier,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1544), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1506), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1316] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(720), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(466), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1418] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(720), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(474), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1520] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2453), 1,
      sym_identifier,
    ACTIONS(2456), 1,
      anon_sym_this,
    STATE(720), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(478), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1622] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(720), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(518), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1724] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(720), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(522), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1826] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(732), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(474), 19,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [1926] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(727), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(522), 21,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2026] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(727), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(518), 21,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2126] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(732), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(518), 19,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2226] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2463), 1,
      sym_identifier,
    ACTIONS(2466), 1,
      anon_sym_this,
    STATE(727), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(478), 21,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2326] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(733), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(518), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2426] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(732), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(522), 19,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2526] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(732), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(466), 19,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2626] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(733), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(522), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2726] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2471), 1,
      sym_identifier,
    ACTIONS(2474), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(732), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(478), 19,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2826] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2477), 1,
      sym_identifier,
    ACTIONS(2480), 1,
      anon_sym_this,
    STATE(733), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(478), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [2926] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(733), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(466), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3026] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(733), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(474), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3126] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(727), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(474), 21,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3226] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(727), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(466), 21,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3326] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(747), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(466), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3425] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(745), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(522), 20,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3524] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(747), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(518), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3623] = 11,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1604), 1,
      anon_sym_in,
    ACTIONS(2491), 1,
      anon_sym_DOT,
    ACTIONS(2493), 1,
      anon_sym_COLON,
    ACTIONS(2495), 1,
      anon_sym_QMARK,
    ACTIONS(2497), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 4,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
    ACTIONS(1502), 22,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1504), 23,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [3704] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(745), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(518), 20,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3803] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1604), 1,
      anon_sym_in,
    ACTIONS(2499), 1,
      anon_sym_DOT,
    ACTIONS(2501), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2497), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1506), 4,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
    ACTIONS(1502), 22,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1504), 23,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [3882] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(745), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(466), 20,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [3981] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2503), 1,
      sym_identifier,
    ACTIONS(2506), 1,
      anon_sym_this,
    STATE(745), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(478), 20,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4080] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(747), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(522), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4179] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2509), 1,
      sym_identifier,
    ACTIONS(2512), 1,
      anon_sym_this,
    STATE(747), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(478), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4278] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(747), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(474), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4377] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(745), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(474), 20,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4476] = 20,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(752), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(518), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4574] = 20,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(752), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(522), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4672] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2517), 1,
      sym_identifier,
    ACTIONS(2520), 1,
      anon_sym_this,
    STATE(752), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(478), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4770] = 6,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(2491), 1,
      anon_sym_DOT,
    ACTIONS(2495), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 24,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 28,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [4840] = 20,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(752), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(466), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [4938] = 20,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(752), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(474), 19,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [5036] = 4,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 26,
      anon_sym_DOT,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 28,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5102] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 26,
      anon_sym_DOT,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 28,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5165] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1604), 1,
      anon_sym_in,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2497), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 23,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1504), 23,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [5242] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 26,
      anon_sym_DOT,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 28,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5305] = 11,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(1604), 1,
      anon_sym_in,
    ACTIONS(2497), 1,
      anon_sym_EQ_GT,
    ACTIONS(2523), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 23,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1504), 23,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [5384] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(1604), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2497), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 23,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1504), 23,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [5461] = 6,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 4,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
    ACTIONS(1502), 23,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1504), 25,
      anon_sym_DOT,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [5530] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2497), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 23,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1502), 24,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5602] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2497), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 23,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1502), 24,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5674] = 4,
    ACTIONS(2497), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 26,
      anon_sym_DOT,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1628), 26,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5738] = 6,
    ACTIONS(2497), 1,
      anon_sym_EQ_GT,
    ACTIONS(2525), 1,
      anon_sym_DOT,
    ACTIONS(2527), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 24,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1502), 25,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5805] = 6,
    ACTIONS(2320), 1,
      anon_sym_DOT,
    ACTIONS(2322), 1,
      anon_sym_QMARK,
    ACTIONS(2497), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 24,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1502), 25,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5872] = 6,
    ACTIONS(2497), 1,
      anon_sym_EQ_GT,
    ACTIONS(2529), 1,
      anon_sym_DOT,
    ACTIONS(2531), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 24,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1502), 25,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [5939] = 6,
    ACTIONS(2124), 1,
      anon_sym_DOT,
    ACTIONS(2126), 1,
      anon_sym_QMARK,
    ACTIONS(2497), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 24,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1502), 25,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6006] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2437), 24,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(644), 26,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6065] = 4,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2389), 24,
      anon_sym_switch,
      anon_sym_cast,
      anon_sym_return,
      anon_sym_untyped,
      anon_sym_break,
      anon_sym_continue,
      anon_sym_this,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(2387), 25,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DOLLARtype,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6126] = 4,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 19,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 27,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6184] = 6,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(2533), 1,
      anon_sym_DOT,
    ACTIONS(2535), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 27,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6246] = 6,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(2537), 1,
      anon_sym_DOT,
    ACTIONS(2539), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 26,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6307] = 10,
    ACTIONS(588), 1,
      anon_sym_DASH,
    STATE(704), 1,
      sym_operator,
    STATE(782), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(590), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(542), 4,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
    ACTIONS(586), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(272), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(584), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [6376] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 19,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 27,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6431] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 19,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 27,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6486] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1516), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1514), 26,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6541] = 13,
    ACTIONS(2541), 1,
      anon_sym_DASH,
    STATE(704), 1,
      sym_operator,
    STATE(782), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(590), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1844), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(542), 4,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
    ACTIONS(586), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2543), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2545), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(272), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(584), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [6616] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1550), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1548), 26,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6671] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1483), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1480), 26,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6726] = 13,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(784), 1,
      aux_sym_expression_repeat1,
    STATE(1501), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(580), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(578), 4,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [6801] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1473), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1470), 26,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [6856] = 13,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(784), 1,
      aux_sym_expression_repeat1,
    STATE(1501), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(594), 4,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [6931] = 13,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(785), 1,
      aux_sym_expression_repeat1,
    STATE(1550), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(594), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7005] = 5,
    ACTIONS(2547), 1,
      anon_sym_DOT,
    ACTIONS(2549), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 26,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [7063] = 4,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 19,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 25,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [7119] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    STATE(711), 1,
      sym_operator,
    STATE(798), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(542), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7187] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 19,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 26,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [7241] = 13,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(790), 1,
      aux_sym_expression_repeat1,
    STATE(1532), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(594), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7315] = 13,
    ACTIONS(2551), 1,
      anon_sym_DASH,
    STATE(711), 1,
      sym_operator,
    STATE(798), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1837), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(542), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2553), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2555), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7389] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    STATE(708), 1,
      sym_operator,
    STATE(793), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(542), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7457] = 13,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(785), 1,
      aux_sym_expression_repeat1,
    STATE(1550), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(580), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(578), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7531] = 6,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(2557), 1,
      anon_sym_DOT,
    ACTIONS(2559), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 25,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [7591] = 13,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(795), 1,
      aux_sym_expression_repeat1,
    STATE(1472), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(594), 3,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7665] = 13,
    ACTIONS(2551), 1,
      anon_sym_DASH,
    STATE(708), 1,
      sym_operator,
    STATE(793), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1837), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(542), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2553), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2555), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7739] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 19,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 26,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [7793] = 13,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(790), 1,
      aux_sym_expression_repeat1,
    STATE(1532), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(580), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(578), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7867] = 10,
    ACTIONS(2565), 1,
      anon_sym_DASH,
    STATE(706), 1,
      sym_operator,
    STATE(800), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(2567), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(542), 3,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
    ACTIONS(2563), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(780), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2561), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [7935] = 13,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(795), 1,
      aux_sym_expression_repeat1,
    STATE(1472), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(580), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(578), 3,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8009] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1550), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1548), 24,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [8062] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 27,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [8115] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2569), 1,
      sym_identifier,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2573), 1,
      anon_sym_RBRACK,
    STATE(812), 1,
      aux_sym_expression_repeat1,
    STATE(1281), 1,
      sym_operator,
    STATE(2417), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8192] = 12,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(804), 1,
      aux_sym_expression_repeat1,
    STATE(1522), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(594), 4,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8263] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1483), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1480), 24,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [8316] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 19,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 25,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [8369] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2575), 1,
      sym_identifier,
    ACTIONS(2577), 1,
      anon_sym_RBRACK,
    STATE(853), 1,
      aux_sym_expression_repeat1,
    STATE(1568), 1,
      sym_operator,
    STATE(2306), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8446] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2579), 1,
      sym_identifier,
    ACTIONS(2581), 1,
      anon_sym_RBRACK,
    STATE(807), 1,
      aux_sym_expression_repeat1,
    STATE(1281), 1,
      sym_operator,
    STATE(2299), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8523] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2583), 1,
      sym_identifier,
    ACTIONS(2585), 1,
      anon_sym_RBRACK,
    STATE(814), 1,
      aux_sym_expression_repeat1,
    STATE(1281), 1,
      sym_operator,
    STATE(2399), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8600] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1516), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1514), 24,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [8653] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2587), 1,
      sym_identifier,
    ACTIONS(2589), 1,
      anon_sym_RBRACK,
    STATE(853), 1,
      aux_sym_expression_repeat1,
    STATE(1568), 1,
      sym_operator,
    STATE(2426), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8730] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2591), 1,
      sym_identifier,
    ACTIONS(2593), 1,
      anon_sym_RBRACK,
    STATE(853), 1,
      aux_sym_expression_repeat1,
    STATE(1568), 1,
      sym_operator,
    STATE(2431), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8807] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1473), 20,
      anon_sym_DOT,
      anon_sym_this,
      anon_sym_QMARK,
      anon_sym_new,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1470), 24,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [8860] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2595), 1,
      sym_identifier,
    ACTIONS(2597), 1,
      anon_sym_RBRACK,
    STATE(853), 1,
      aux_sym_expression_repeat1,
    STATE(1568), 1,
      sym_operator,
    STATE(2374), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [8937] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 27,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [8990] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2599), 1,
      sym_identifier,
    ACTIONS(2601), 1,
      anon_sym_RBRACK,
    STATE(811), 1,
      aux_sym_expression_repeat1,
    STATE(1281), 1,
      sym_operator,
    STATE(2428), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9067] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2603), 1,
      sym_identifier,
    ACTIONS(2605), 1,
      anon_sym_RBRACK,
    STATE(853), 1,
      aux_sym_expression_repeat1,
    STATE(1568), 1,
      sym_operator,
    STATE(2290), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9144] = 15,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2607), 1,
      sym_identifier,
    ACTIONS(2609), 1,
      anon_sym_RBRACK,
    STATE(817), 1,
      aux_sym_expression_repeat1,
    STATE(1281), 1,
      sym_operator,
    STATE(2318), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9221] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(2611), 1,
      sym_identifier,
    ACTIONS(2614), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(819), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(478), 2,
      anon_sym_LPAREN,
      anon_sym_AT_COLON,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(483), 15,
      anon_sym_AT,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [9307] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2617), 1,
      anon_sym_LPAREN,
    ACTIONS(2619), 1,
      anon_sym_COLON,
    ACTIONS(2621), 1,
      sym__lookback_semicolon,
    STATE(111), 1,
      sym_operator,
    STATE(1009), 1,
      sym_access_identifiers,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9375] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2617), 1,
      anon_sym_LPAREN,
    ACTIONS(2623), 1,
      anon_sym_COLON,
    ACTIONS(2625), 1,
      sym__lookback_semicolon,
    STATE(136), 1,
      sym_operator,
    STATE(996), 1,
      sym_access_identifiers,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9443] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2617), 1,
      anon_sym_LPAREN,
    ACTIONS(2627), 1,
      anon_sym_COLON,
    ACTIONS(2629), 1,
      sym__lookback_semicolon,
    STATE(168), 1,
      sym_operator,
    STATE(1005), 1,
      sym_access_identifiers,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9511] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2631), 1,
      anon_sym_RPAREN,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    STATE(2362), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9585] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2635), 1,
      anon_sym_RPAREN,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2639), 1,
      sym__lookback_semicolon,
    STATE(106), 1,
      sym_operator,
    STATE(889), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9653] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2641), 1,
      anon_sym_RPAREN,
    ACTIONS(2643), 1,
      sym__lookback_semicolon,
    STATE(101), 1,
      sym_operator,
    STATE(887), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9721] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2617), 1,
      anon_sym_LPAREN,
    ACTIONS(2645), 1,
      anon_sym_COLON,
    ACTIONS(2647), 1,
      sym__lookback_semicolon,
    STATE(164), 1,
      sym_operator,
    STATE(981), 1,
      sym_access_identifiers,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9789] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(819), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 2,
      anon_sym_LPAREN,
      anon_sym_AT_COLON,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(476), 15,
      anon_sym_AT,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [9875] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2653), 1,
      anon_sym_RPAREN,
    ACTIONS(2655), 1,
      sym__lookback_semicolon,
    STATE(121), 1,
      sym_operator,
    STATE(894), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [9943] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2657), 1,
      anon_sym_RPAREN,
    ACTIONS(2659), 1,
      sym__lookback_semicolon,
    STATE(129), 1,
      sym_operator,
    STATE(893), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10011] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2661), 1,
      anon_sym_RPAREN,
    ACTIONS(2663), 1,
      sym__lookback_semicolon,
    STATE(131), 1,
      sym_operator,
    STATE(885), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10079] = 13,
    ACTIONS(594), 1,
      sym__lookback_semicolon,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(831), 1,
      aux_sym_expression_repeat1,
    STATE(1584), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10151] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 26,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [10203] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2665), 1,
      anon_sym_RPAREN,
    ACTIONS(2667), 1,
      sym__lookback_semicolon,
    STATE(165), 1,
      sym_operator,
    STATE(895), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10271] = 10,
    ACTIONS(542), 1,
      anon_sym_COLON,
    ACTIONS(582), 1,
      anon_sym_DASH,
    STATE(716), 1,
      sym_operator,
    STATE(845), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10337] = 13,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(578), 1,
      anon_sym_RBRACE,
    STATE(870), 1,
      aux_sym_expression_repeat1,
    STATE(1517), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(580), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10409] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2669), 1,
      anon_sym_RPAREN,
    ACTIONS(2671), 1,
      sym__lookback_semicolon,
    STATE(135), 1,
      sym_operator,
    STATE(898), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10477] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(819), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 2,
      anon_sym_LPAREN,
      anon_sym_AT_COLON,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(520), 15,
      anon_sym_AT,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [10563] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2673), 1,
      anon_sym_RPAREN,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    STATE(2348), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10637] = 12,
    ACTIONS(2675), 1,
      anon_sym_DASH,
    STATE(873), 1,
      aux_sym_expression_repeat1,
    STATE(1091), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(590), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1869), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(562), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(586), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2677), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2679), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(272), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(584), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10707] = 12,
    ACTIONS(2551), 1,
      anon_sym_DASH,
    STATE(848), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1837), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(542), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2553), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2555), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10777] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2681), 1,
      anon_sym_RPAREN,
    STATE(838), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    STATE(2346), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10851] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2683), 1,
      anon_sym_RPAREN,
    ACTIONS(2685), 1,
      sym__lookback_semicolon,
    STATE(149), 1,
      sym_operator,
    STATE(900), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10919] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2687), 1,
      anon_sym_RPAREN,
    STATE(862), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    STATE(2437), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [10993] = 13,
    ACTIONS(542), 1,
      anon_sym_COLON,
    ACTIONS(2551), 1,
      anon_sym_DASH,
    STATE(716), 1,
      sym_operator,
    STATE(845), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1837), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2553), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2555), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11065] = 13,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(578), 1,
      anon_sym_COLON,
    STATE(865), 1,
      aux_sym_expression_repeat1,
    STATE(1446), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(580), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11137] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2689), 1,
      anon_sym_RPAREN,
    ACTIONS(2691), 1,
      sym__lookback_semicolon,
    STATE(171), 1,
      sym_operator,
    STATE(899), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11205] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2693), 1,
      anon_sym_RPAREN,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    STATE(2328), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11279] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(578), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11349] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2695), 1,
      anon_sym_RPAREN,
    ACTIONS(2697), 1,
      sym__lookback_semicolon,
    STATE(154), 1,
      sym_operator,
    STATE(905), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11417] = 12,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(594), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11487] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2699), 1,
      anon_sym_RPAREN,
    ACTIONS(2701), 1,
      sym__lookback_semicolon,
    STATE(117), 1,
      sym_operator,
    STATE(892), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11555] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2703), 1,
      anon_sym_RPAREN,
    STATE(847), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    STATE(2326), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11629] = 12,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(853), 1,
      aux_sym_expression_repeat1,
    STATE(1568), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(594), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11699] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(819), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 2,
      anon_sym_LPAREN,
      anon_sym_AT_COLON,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(524), 15,
      anon_sym_AT,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [11785] = 13,
    ACTIONS(542), 1,
      anon_sym_RBRACE,
    ACTIONS(2551), 1,
      anon_sym_DASH,
    STATE(713), 1,
      sym_operator,
    STATE(835), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1837), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2553), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2555), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11857] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2705), 1,
      anon_sym_RPAREN,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    STATE(2402), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [11931] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2707), 1,
      anon_sym_RPAREN,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    STATE(2309), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12005] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2709), 1,
      anon_sym_RPAREN,
    ACTIONS(2711), 1,
      sym__lookback_semicolon,
    STATE(139), 1,
      sym_operator,
    STATE(890), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12073] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2713), 1,
      anon_sym_RPAREN,
    ACTIONS(2715), 1,
      sym__lookback_semicolon,
    STATE(160), 1,
      sym_operator,
    STATE(888), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12141] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2717), 1,
      anon_sym_RPAREN,
    STATE(857), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    STATE(2308), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12215] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2617), 1,
      anon_sym_LPAREN,
    ACTIONS(2719), 1,
      anon_sym_COLON,
    ACTIONS(2721), 1,
      sym__lookback_semicolon,
    STATE(157), 1,
      sym_operator,
    STATE(1033), 1,
      sym_access_identifiers,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12283] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2723), 1,
      anon_sym_RPAREN,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    STATE(2295), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12357] = 13,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(578), 1,
      sym__lookback_semicolon,
    STATE(831), 1,
      aux_sym_expression_repeat1,
    STATE(1584), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(580), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12429] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2725), 1,
      anon_sym_RPAREN,
    ACTIONS(2727), 1,
      sym__lookback_semicolon,
    STATE(93), 1,
      sym_operator,
    STATE(896), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12497] = 13,
    ACTIONS(594), 1,
      anon_sym_COLON,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(865), 1,
      aux_sym_expression_repeat1,
    STATE(1446), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12569] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2729), 1,
      anon_sym_RPAREN,
    ACTIONS(2731), 1,
      sym__lookback_semicolon,
    STATE(98), 1,
      sym_operator,
    STATE(891), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12637] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2617), 1,
      anon_sym_LPAREN,
    ACTIONS(2733), 1,
      anon_sym_COLON,
    ACTIONS(2735), 1,
      sym__lookback_semicolon,
    STATE(144), 1,
      sym_operator,
    STATE(912), 1,
      sym_access_identifiers,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12705] = 10,
    ACTIONS(542), 1,
      anon_sym_RBRACE,
    ACTIONS(582), 1,
      anon_sym_DASH,
    STATE(713), 1,
      sym_operator,
    STATE(835), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12771] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2737), 1,
      anon_sym_RPAREN,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    STATE(2293), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12845] = 13,
    ACTIONS(594), 1,
      anon_sym_RBRACE,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(870), 1,
      aux_sym_expression_repeat1,
    STATE(1517), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [12917] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(819), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 2,
      anon_sym_LPAREN,
      anon_sym_AT_COLON,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(470), 15,
      anon_sym_AT,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [13003] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2739), 1,
      anon_sym_RPAREN,
    STATE(869), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    STATE(2292), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13077] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(804), 1,
      aux_sym_expression_repeat1,
    STATE(1522), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(772), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13147] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2741), 1,
      anon_sym_RPAREN,
    ACTIONS(2743), 1,
      sym__lookback_semicolon,
    STATE(115), 1,
      sym_operator,
    STATE(904), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13215] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2745), 1,
      anon_sym_RPAREN,
    STATE(856), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    STATE(2429), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13289] = 14,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2747), 1,
      anon_sym_RPAREN,
    STATE(823), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    STATE(2368), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13363] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 17,
      anon_sym_this,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 26,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [13415] = 10,
    ACTIONS(542), 1,
      sym__lookback_semicolon,
    ACTIONS(2753), 1,
      anon_sym_DASH,
    STATE(715), 1,
      sym_operator,
    STATE(863), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(2751), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(801), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13481] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2757), 1,
      anon_sym_RPAREN,
    ACTIONS(2759), 1,
      sym__lookback_semicolon,
    STATE(156), 1,
      sym_operator,
    STATE(884), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13549] = 11,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(2761), 1,
      anon_sym_RPAREN,
    ACTIONS(2763), 1,
      sym__lookback_semicolon,
    STATE(114), 1,
      sym_operator,
    STATE(901), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13617] = 13,
    ACTIONS(542), 1,
      sym__lookback_semicolon,
    ACTIONS(2765), 1,
      anon_sym_DASH,
    STATE(715), 1,
      sym_operator,
    STATE(863), 1,
      aux_sym_expression_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 2,
      anon_sym_DOT,
      anon_sym_QMARK,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1863), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2767), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2769), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13689] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(906), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(2771), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13758] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(2773), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13827] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2777), 1,
      sym__lookback_semicolon,
    STATE(159), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13892] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2779), 1,
      sym__lookback_semicolon,
    STATE(116), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [13957] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(883), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(2781), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14026] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2783), 1,
      sym__lookback_semicolon,
    STATE(99), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14091] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2785), 1,
      sym__lookback_semicolon,
    STATE(141), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14156] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2787), 1,
      sym__lookback_semicolon,
    STATE(100), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14221] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2789), 1,
      sym__lookback_semicolon,
    STATE(112), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14286] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2791), 1,
      sym__lookback_semicolon,
    STATE(97), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14351] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2793), 1,
      sym__lookback_semicolon,
    STATE(109), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14416] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2795), 1,
      sym__lookback_semicolon,
    STATE(145), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14481] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2797), 1,
      sym__lookback_semicolon,
    STATE(166), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14546] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2799), 1,
      sym__lookback_semicolon,
    STATE(132), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14611] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2801), 1,
      sym__lookback_semicolon,
    STATE(118), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14676] = 12,
    ACTIONS(2541), 1,
      anon_sym_DASH,
    STATE(903), 1,
      aux_sym_expression_repeat1,
    STATE(1091), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(542), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
    ACTIONS(590), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1844), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(586), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2543), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2545), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(272), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(584), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14745] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2803), 1,
      sym__lookback_semicolon,
    STATE(147), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14810] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2805), 1,
      sym__lookback_semicolon,
    STATE(128), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14875] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2807), 1,
      sym__lookback_semicolon,
    STATE(113), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [14940] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2809), 1,
      sym__lookback_semicolon,
    STATE(102), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15005] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 18,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_DASH_GT,
      anon_sym_AT_COLON,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1508), 24,
      anon_sym_this,
      anon_sym_AT,
      anon_sym_null,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_extends,
      anon_sym_implements,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [15056] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(804), 1,
      aux_sym_expression_repeat1,
    STATE(1522), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(578), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15125] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2811), 1,
      sym__lookback_semicolon,
    STATE(107), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15190] = 10,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2775), 1,
      anon_sym_RPAREN,
    ACTIONS(2813), 1,
      sym__lookback_semicolon,
    STATE(134), 1,
      sym_operator,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15255] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(2815), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15324] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2817), 1,
      anon_sym_RBRACK,
    STATE(1035), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15392] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2819), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15460] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2821), 1,
      anon_sym_RBRACK,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15528] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2823), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15596] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2825), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15664] = 9,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2827), 1,
      anon_sym_COLON,
    ACTIONS(2829), 1,
      sym__lookback_semicolon,
    STATE(163), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15726] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2831), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15794] = 12,
    ACTIONS(2825), 1,
      sym__lookback_semicolon,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    STATE(1016), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15862] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2839), 1,
      sym__lookback_semicolon,
    STATE(974), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15930] = 12,
    ACTIONS(2831), 1,
      sym__lookback_semicolon,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    STATE(941), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [15998] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2841), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16066] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2843), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16134] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2845), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16202] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2847), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16270] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2849), 1,
      sym__lookback_semicolon,
    STATE(956), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16338] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2841), 1,
      sym__lookback_semicolon,
    STATE(1032), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16406] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2851), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16474] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2853), 1,
      sym__lookback_semicolon,
    STATE(1027), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16542] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2855), 1,
      sym__lookback_semicolon,
    STATE(999), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16610] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2851), 1,
      sym__lookback_semicolon,
    STATE(945), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16678] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2857), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16746] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2857), 1,
      sym__lookback_semicolon,
    STATE(971), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16814] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2859), 1,
      sym__lookback_semicolon,
    STATE(1014), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16882] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2861), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [16950] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2863), 1,
      sym__lookback_semicolon,
    STATE(948), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17018] = 12,
    ACTIONS(594), 1,
      sym__lookback_semicolon,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17086] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2865), 1,
      sym__lookback_semicolon,
    STATE(937), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17154] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2867), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17222] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2861), 1,
      sym__lookback_semicolon,
    STATE(1003), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17290] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2859), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17358] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2839), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17426] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2869), 1,
      sym__lookback_semicolon,
    STATE(934), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17494] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2869), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17562] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2871), 1,
      sym__lookback_semicolon,
    STATE(959), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17630] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2873), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17698] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2875), 1,
      sym__lookback_semicolon,
    STATE(990), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17766] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2877), 1,
      sym__lookback_semicolon,
    STATE(927), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17834] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2879), 1,
      anon_sym_RBRACK,
    STATE(965), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17902] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2881), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [17970] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2883), 1,
      sym__lookback_semicolon,
    STATE(980), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18038] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2885), 1,
      sym__lookback_semicolon,
    STATE(988), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18106] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2887), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18174] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2889), 1,
      sym__lookback_semicolon,
    STATE(923), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18242] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2891), 1,
      anon_sym_RBRACK,
    STATE(909), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18310] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2887), 1,
      sym__lookback_semicolon,
    STATE(957), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18378] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2893), 1,
      anon_sym_RPAREN,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18446] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2885), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18514] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2895), 1,
      sym__lookback_semicolon,
    STATE(920), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18582] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2897), 1,
      sym__lookback_semicolon,
    STATE(982), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18650] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2899), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18718] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2901), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18786] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2895), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18854] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2897), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18922] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2899), 1,
      sym__lookback_semicolon,
    STATE(984), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [18990] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2903), 1,
      anon_sym_RBRACK,
    STATE(963), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19058] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2905), 1,
      sym__lookback_semicolon,
    STATE(989), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19126] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2907), 1,
      anon_sym_RBRACK,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19194] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2909), 1,
      sym__lookback_semicolon,
    STATE(987), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19262] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2911), 1,
      anon_sym_RBRACK,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19330] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2913), 1,
      anon_sym_RBRACE,
    STATE(1012), 1,
      aux_sym_expression_repeat1,
    STATE(1429), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19398] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2915), 1,
      sym__lookback_semicolon,
    STATE(998), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19466] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2917), 1,
      sym__lookback_semicolon,
    STATE(913), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19534] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2919), 1,
      anon_sym_RPAREN,
    STATE(952), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19602] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2921), 1,
      sym__lookback_semicolon,
    STATE(910), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19670] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2923), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19738] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2921), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19806] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2925), 1,
      sym__lookback_semicolon,
    STATE(1020), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19874] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2927), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [19942] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2929), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20010] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2931), 1,
      anon_sym_RBRACK,
    STATE(978), 1,
      aux_sym_expression_repeat1,
    STATE(1126), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20078] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2933), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20146] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2935), 1,
      anon_sym_RBRACK,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20214] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2937), 1,
      sym__lookback_semicolon,
    STATE(911), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20282] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2939), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20350] = 9,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2941), 1,
      anon_sym_COLON,
    ACTIONS(2943), 1,
      sym__lookback_semicolon,
    STATE(138), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20412] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2945), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20480] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2939), 1,
      sym__lookback_semicolon,
    STATE(1030), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20548] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2947), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20616] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2949), 1,
      sym__lookback_semicolon,
    STATE(1006), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20684] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2951), 1,
      sym__lookback_semicolon,
    STATE(919), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20752] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2951), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20820] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2953), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20888] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2955), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [20956] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2957), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21024] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2959), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21092] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2955), 1,
      sym__lookback_semicolon,
    STATE(1025), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21160] = 12,
    ACTIONS(2819), 1,
      sym__lookback_semicolon,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    STATE(1011), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21228] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2961), 1,
      sym__lookback_semicolon,
    STATE(939), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21296] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2963), 1,
      sym__lookback_semicolon,
    STATE(1029), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21364] = 9,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2965), 1,
      anon_sym_COLON,
    ACTIONS(2967), 1,
      sym__lookback_semicolon,
    STATE(122), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21426] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2969), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21494] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2971), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21562] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2973), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21630] = 12,
    ACTIONS(2364), 1,
      sym__lookback_semicolon,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    STATE(1019), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21698] = 12,
    ACTIONS(594), 1,
      anon_sym_RBRACE,
    ACTIONS(602), 1,
      anon_sym_DASH,
    STATE(1001), 1,
      aux_sym_expression_repeat1,
    STATE(1603), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(605), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(599), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(608), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(611), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(596), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21766] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2971), 1,
      sym__lookback_semicolon,
    STATE(918), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21834] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2975), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21902] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2977), 1,
      sym__lookback_semicolon,
    STATE(953), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [21970] = 9,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2979), 1,
      anon_sym_COLON,
    ACTIONS(2981), 1,
      sym__lookback_semicolon,
    STATE(125), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22032] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2983), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22100] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2983), 1,
      sym__lookback_semicolon,
    STATE(1017), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22168] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2985), 1,
      sym__lookback_semicolon,
    STATE(936), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22236] = 9,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(2987), 1,
      anon_sym_COLON,
    ACTIONS(2989), 1,
      sym__lookback_semicolon,
    STATE(92), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22298] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2991), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22366] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2993), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22434] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2995), 1,
      anon_sym_RBRACE,
    STATE(1001), 1,
      aux_sym_expression_repeat1,
    STATE(1603), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22502] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(2997), 1,
      sym__lookback_semicolon,
    STATE(975), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22570] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2999), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22638] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3001), 1,
      sym__lookback_semicolon,
    STATE(930), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22706] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3003), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22774] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3005), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22842] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2997), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22910] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3007), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [22978] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3009), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23046] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3011), 1,
      sym__lookback_semicolon,
    STATE(908), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23114] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3013), 1,
      sym__lookback_semicolon,
    STATE(991), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23182] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3015), 1,
      sym__lookback_semicolon,
    STATE(958), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23250] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3017), 1,
      sym__lookback_semicolon,
    STATE(1018), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23318] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3019), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23386] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3021), 1,
      sym__lookback_semicolon,
    STATE(917), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23454] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2875), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23522] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3009), 1,
      sym__lookback_semicolon,
    STATE(977), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23590] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(2855), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23658] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3023), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23726] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3025), 1,
      sym__lookback_semicolon,
    STATE(972), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23794] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3027), 1,
      sym__lookback_semicolon,
    STATE(932), 1,
      aux_sym_expression_repeat1,
    STATE(1543), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23862] = 9,
    ACTIONS(582), 1,
      anon_sym_DASH,
    ACTIONS(3029), 1,
      anon_sym_COLON,
    ACTIONS(3031), 1,
      sym__lookback_semicolon,
    STATE(142), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    ACTIONS(49), 9,
      anon_sym_BANG,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(218), 11,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 15,
      anon_sym_TILDE,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23924] = 12,
    ACTIONS(2366), 1,
      sym__lookback_semicolon,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    STATE(997), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [23992] = 12,
    ACTIONS(51), 1,
      anon_sym_DASH,
    ACTIONS(3033), 1,
      anon_sym_RBRACK,
    STATE(850), 1,
      aux_sym_expression_repeat1,
    STATE(1488), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(53), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1857), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(49), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(55), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(57), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(218), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(47), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [24060] = 12,
    ACTIONS(2833), 1,
      anon_sym_DASH,
    ACTIONS(3035), 1,
      sym__lookback_semicolon,
    STATE(1010), 1,
      aux_sym_expression_repeat1,
    STATE(1351), 1,
      sym_operator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2755), 2,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
    STATE(1875), 2,
      sym__arithmeticOperator,
      sym__bitwiseOperator,
    ACTIONS(2751), 4,
      anon_sym_BANG,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(2835), 5,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
    ACTIONS(2837), 5,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
    STATE(801), 9,
      sym__unaryOperator,
      sym__prefixUnaryOperator,
      sym__postfixUnaryOperator,
      sym__binaryOperator,
      sym__logicalOperator,
      sym__comparisonOperator,
      sym__miscOperator,
      sym__assignmentOperator,
      sym__compoundAssignmentOperator,
    ACTIONS(2749), 10,
      anon_sym_TILDE,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [24128] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    ACTIONS(3039), 1,
      anon_sym_class,
    ACTIONS(3041), 1,
      anon_sym_interface,
    STATE(797), 1,
      sym_member_expression,
    STATE(826), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24210] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    ACTIONS(3043), 1,
      anon_sym_class,
    ACTIONS(3045), 1,
      anon_sym_interface,
    STATE(797), 1,
      sym_member_expression,
    STATE(867), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24292] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    ACTIONS(3047), 1,
      anon_sym_class,
    ACTIONS(3049), 1,
      anon_sym_interface,
    STATE(797), 1,
      sym_member_expression,
    STATE(867), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24374] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    ACTIONS(3051), 1,
      anon_sym_class,
    STATE(797), 1,
      sym_member_expression,
    STATE(861), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24453] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    ACTIONS(3053), 1,
      anon_sym_class,
    STATE(797), 1,
      sym_member_expression,
    STATE(822), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24532] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    ACTIONS(3055), 1,
      anon_sym_class,
    STATE(797), 1,
      sym_member_expression,
    STATE(861), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24611] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1594), 1,
      anon_sym_LBRACK,
    ACTIONS(1612), 1,
      anon_sym_DOT,
    ACTIONS(1614), 1,
      anon_sym_QMARK,
    ACTIONS(3059), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3057), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [24671] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(820), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24747] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1046), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(476), 2,
      anon_sym_extends,
      anon_sym_implements,
    ACTIONS(474), 9,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [24827] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3065), 1,
      sym_identifier,
    ACTIONS(3068), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1046), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(483), 2,
      anon_sym_extends,
      anon_sym_implements,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 9,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [24907] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(822), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [24983] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1046), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(520), 2,
      anon_sym_extends,
      anon_sym_implements,
    ACTIONS(518), 9,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [25063] = 23,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3071), 1,
      sym_identifier,
    ACTIONS(3073), 1,
      anon_sym_this,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(544), 2,
      anon_sym_case,
      anon_sym_default,
    STATE(282), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 5,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
    STATE(1937), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [25149] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(821), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [25225] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(861), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
    ACTIONS(3037), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [25301] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1046), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(470), 2,
      anon_sym_extends,
      anon_sym_implements,
    ACTIONS(466), 9,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [25381] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1586), 1,
      anon_sym_DOT,
    ACTIONS(1588), 1,
      anon_sym_QMARK,
    ACTIONS(1594), 1,
      anon_sym_LBRACK,
    ACTIONS(3059), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3057), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [25441] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1046), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(524), 2,
      anon_sym_extends,
      anon_sym_implements,
    ACTIONS(522), 9,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [25521] = 24,
    ACTIONS(358), 1,
      anon_sym_RPAREN,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3075), 1,
      sym_identifier,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2135), 1,
      sym_type,
    STATE(2724), 1,
      sym__function_type_args,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [25608] = 24,
    ACTIONS(3079), 1,
      sym_identifier,
    ACTIONS(3082), 1,
      anon_sym_LPAREN,
    ACTIONS(3085), 1,
      anon_sym_RPAREN,
    ACTIONS(3087), 1,
      anon_sym_LBRACE,
    ACTIONS(3090), 1,
      anon_sym_LBRACK,
    ACTIONS(3093), 1,
      anon_sym_this,
    ACTIONS(3099), 1,
      anon_sym_null,
    ACTIONS(3102), 1,
      aux_sym_integer_token1,
    ACTIONS(3105), 1,
      aux_sym_integer_token2,
    ACTIONS(3108), 1,
      aux_sym_float_token1,
    ACTIONS(3111), 1,
      aux_sym_float_token2,
    ACTIONS(3117), 1,
      aux_sym_string_token1,
    ACTIONS(3120), 1,
      aux_sym_string_token3,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2095), 1,
      sym_type,
    STATE(2829), 1,
      sym__function_type_args,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3114), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3096), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [25695] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3125), 1,
      anon_sym_in,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3123), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      sym_identifier,
    ACTIONS(1502), 18,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [25754] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(3125), 1,
      anon_sym_in,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3123), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
      sym_identifier,
    ACTIONS(1502), 18,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [25813] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3131), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3129), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [25872] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(2499), 1,
      anon_sym_DOT,
    ACTIONS(2501), 1,
      anon_sym_QMARK,
    ACTIONS(3131), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3129), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1506), 4,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 16,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [25931] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3075), 1,
      sym_identifier,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    ACTIONS(3133), 1,
      anon_sym_RPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2095), 1,
      sym_type,
    STATE(2688), 1,
      sym__function_type_args,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26018] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3135), 1,
      anon_sym_DOT,
    ACTIONS(3139), 1,
      anon_sym_in,
    ACTIONS(3141), 1,
      anon_sym_LBRACK,
    ACTIONS(3143), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3137), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [26077] = 10,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1594), 1,
      anon_sym_LBRACK,
    ACTIONS(2533), 1,
      anon_sym_DOT,
    ACTIONS(2535), 1,
      anon_sym_QMARK,
    ACTIONS(3059), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3057), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1506), 4,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 16,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [26136] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3075), 1,
      sym_identifier,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    ACTIONS(3085), 1,
      anon_sym_RPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2095), 1,
      sym_type,
    STATE(2829), 1,
      sym__function_type_args,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26223] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(398), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3075), 1,
      sym_identifier,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2151), 1,
      sym_type,
    STATE(2740), 1,
      sym__function_type_args,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26310] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3145), 1,
      sym_identifier,
    ACTIONS(3147), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 6,
      anon_sym_DOT,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
    STATE(1980), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26393] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(3131), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3129), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [26452] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1098), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(524), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(522), 7,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26530] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1108), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 9,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26606] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1612), 1,
      anon_sym_DOT,
    ACTIONS(1614), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3057), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [26660] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1586), 1,
      anon_sym_DOT,
    ACTIONS(1588), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3057), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [26714] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(866), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26798] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(825), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1072), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26882] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(825), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [26966] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(824), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27050] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(877), 1,
      sym_member_expression,
    STATE(880), 1,
      sym_type,
    STATE(1074), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27134] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2164), 1,
      sym__lhs_expression,
    STATE(2544), 1,
      sym_type,
    STATE(2737), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27218] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(874), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27302] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(829), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27386] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(851), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27470] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2118), 1,
      sym__lhs_expression,
    STATE(2451), 1,
      sym_type,
    STATE(2794), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27554] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(830), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1078), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27638] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2109), 1,
      sym__lhs_expression,
    STATE(2500), 1,
      sym_type,
    STATE(2810), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27722] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(864), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1080), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27806] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(864), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27890] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2084), 1,
      sym__lhs_expression,
    STATE(2468), 1,
      sym_type,
    STATE(2868), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [27974] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(849), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1085), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28058] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(846), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1079), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28142] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(846), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28226] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(836), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1110), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28310] = 23,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(566), 1,
      anon_sym_this,
    ACTIONS(3167), 1,
      sym_identifier,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1175), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(526), 2,
      anon_sym_case,
      anon_sym_default,
    STATE(281), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(528), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_EQ_GT,
    STATE(1214), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28394] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2058), 1,
      sym__lhs_expression,
    STATE(2519), 1,
      sym_type,
    STATE(2863), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28478] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(858), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28562] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(874), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1075), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28646] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1098), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(520), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(518), 7,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28724] = 22,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3169), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1298), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 5,
      anon_sym_DOT,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
    STATE(1992), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28806] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    ACTIONS(3171), 1,
      anon_sym_LBRACE,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1949), 1,
      sym__lhs_expression,
    STATE(2005), 1,
      sym_type,
    STATE(2028), 1,
      sym_function_type,
    STATE(2208), 1,
      sym_structure_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28890] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3173), 1,
      sym_identifier,
    ACTIONS(3176), 1,
      anon_sym_this,
    STATE(1098), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(483), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 7,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [28968] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(828), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29052] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1098), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(476), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(474), 7,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29130] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(833), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1089), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29214] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1098), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(470), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(466), 7,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29292] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1108), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 9,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29368] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2285), 1,
      sym__lhs_expression,
    STATE(2578), 1,
      sym_type,
    STATE(2636), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29452] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(859), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1093), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29536] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(859), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29620] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1108), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 9,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29696] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3179), 1,
      sym_identifier,
    ACTIONS(3182), 1,
      anon_sym_this,
    STATE(1108), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 9,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29772] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1108), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 9,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29848] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(842), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [29932] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    ACTIONS(3171), 1,
      anon_sym_LBRACE,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1945), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2031), 1,
      sym_type,
    STATE(2186), 1,
      sym_structure_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30016] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(842), 1,
      sym_type,
    STATE(877), 1,
      sym_member_expression,
    STATE(1099), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30100] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2079), 1,
      sym__lhs_expression,
    STATE(2475), 1,
      sym_type,
    STATE(2850), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30184] = 23,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3153), 1,
      anon_sym_LPAREN,
    STATE(877), 1,
      sym_member_expression,
    STATE(879), 1,
      sym_type,
    STATE(1106), 1,
      aux_sym_variable_declaration_repeat1,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30268] = 23,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3161), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2147), 1,
      sym__lhs_expression,
    STATE(2531), 1,
      sym_type,
    STATE(2767), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30352] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3185), 1,
      anon_sym_LPAREN,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1615), 1,
      sym_type,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30433] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2378), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30514] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3129), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [30567] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2102), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30648] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2105), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30729] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2050), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30810] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3131), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3187), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [30867] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2590), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [30948] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2204), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31029] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3189), 1,
      sym_identifier,
    ACTIONS(3191), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2256), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 4,
      anon_sym_DOT,
      anon_sym_COLON,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
    STATE(2205), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31110] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3193), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(528), 4,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_EQ_GT,
    STATE(1325), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31191] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2230), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31272] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2037), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31353] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    ACTIONS(3195), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2312), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31434] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2282), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31515] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2250), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31596] = 7,
    ACTIONS(129), 1,
      sym__closing_brace_marker,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(199), 1,
      sym__closing_brace,
    STATE(2090), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [31647] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3199), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 4,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
    STATE(2122), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31728] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2034), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [31809] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3135), 1,
      anon_sym_DOT,
    ACTIONS(3143), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3137), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [31862] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(3131), 1,
      anon_sym_in,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_RBRACE,
    ACTIONS(3187), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 16,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [31919] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3129), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [31972] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3185), 1,
      anon_sym_LPAREN,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1579), 1,
      sym_type,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32053] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2190), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32134] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2189), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32215] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3201), 1,
      anon_sym_DOT,
    ACTIONS(3205), 1,
      anon_sym_in,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3209), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3203), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [32272] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2072), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32353] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    ACTIONS(3185), 1,
      anon_sym_LPAREN,
    STATE(877), 1,
      sym_member_expression,
    STATE(1404), 1,
      sym_function_type,
    STATE(1407), 1,
      sym_builtin_type,
    STATE(1408), 1,
      sym__lhs_expression,
    STATE(1652), 1,
      sym_type,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3155), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32434] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2184), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32515] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2490), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32596] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2183), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32677] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(2557), 1,
      anon_sym_DOT,
    ACTIONS(2559), 1,
      anon_sym_QMARK,
    ACTIONS(3205), 1,
      anon_sym_in,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3137), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [32734] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3123), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [32787] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2112), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32868] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2115), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [32949] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3213), 1,
      anon_sym_LPAREN,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2018), 1,
      sym__lhs_expression,
    STATE(2024), 1,
      sym_builtin_type,
    STATE(2322), 1,
      sym_type,
    STATE(2367), 1,
      sym_function_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(446), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33030] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3213), 1,
      anon_sym_LPAREN,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2018), 1,
      sym__lhs_expression,
    STATE(2024), 1,
      sym_builtin_type,
    STATE(2329), 1,
      sym_type,
    STATE(2367), 1,
      sym_function_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(446), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33111] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3213), 1,
      anon_sym_LPAREN,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2018), 1,
      sym__lhs_expression,
    STATE(2024), 1,
      sym_builtin_type,
    STATE(2330), 1,
      sym_type,
    STATE(2367), 1,
      sym_function_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(446), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33192] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2142), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33273] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2143), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33354] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2162), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33435] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3217), 1,
      sym_identifier,
    ACTIONS(3219), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 4,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_EQ_GT,
    STATE(1961), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33516] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2160), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33597] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2185), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33678] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2188), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33759] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3221), 1,
      sym_identifier,
    ACTIONS(3223), 1,
      anon_sym_this,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1544), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 4,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
    STATE(2163), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33840] = 6,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3141), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 11,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [33889] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2272), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [33970] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2153), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34051] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2266), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34132] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2344), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34213] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2350), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34294] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2251), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34375] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2249), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34456] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2352), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34537] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2198), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34618] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3159), 1,
      anon_sym_LPAREN,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1404), 1,
      sym_function_type,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2011), 1,
      sym_builtin_type,
    STATE(2012), 1,
      sym__lhs_expression,
    STATE(2193), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(3165), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [34699] = 6,
    ACTIONS(3225), 1,
      anon_sym_DOT,
    ACTIONS(3227), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1524), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1506), 8,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_AT_COLON,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1508), 22,
      anon_sym_this,
      anon_sym_AT,
      anon_sym_null,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [34748] = 7,
    ACTIONS(137), 1,
      sym__closing_brace_marker,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(1585), 1,
      sym__closing_brace,
    STATE(2085), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [34799] = 4,
    ACTIONS(3057), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 21,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [34844] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3123), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [34897] = 6,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 11,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [34946] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2121), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35027] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2533), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35108] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2601), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35189] = 10,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(2557), 1,
      anon_sym_DOT,
    ACTIONS(2559), 1,
      anon_sym_QMARK,
    ACTIONS(3205), 1,
      anon_sym_in,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3203), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [35246] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3213), 1,
      anon_sym_LPAREN,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2018), 1,
      sym__lhs_expression,
    STATE(2024), 1,
      sym_builtin_type,
    STATE(2367), 1,
      sym_function_type,
    STATE(2442), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(446), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35327] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3077), 1,
      anon_sym_LPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1931), 1,
      sym_builtin_type,
    STATE(1942), 1,
      sym__lhs_expression,
    STATE(2028), 1,
      sym_function_type,
    STATE(2581), 1,
      sym_type,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(378), 5,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35408] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1488), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1486), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [35450] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1410), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1408), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [35492] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2745), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2429), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2430), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35576] = 6,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(3233), 1,
      anon_sym_RBRACK,
    STATE(2422), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [35624] = 24,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2573), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3235), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    STATE(2417), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2088), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35708] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2681), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2346), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2345), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35792] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2703), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2326), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2325), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [35876] = 10,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3131), 1,
      anon_sym_in,
    ACTIONS(3237), 1,
      anon_sym_DOT,
    ACTIONS(3241), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3239), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 16,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [35932] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2717), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2308), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2307), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [36016] = 6,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(3243), 1,
      anon_sym_RBRACK,
    STATE(2301), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [36064] = 24,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2581), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3245), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    STATE(2299), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2278), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [36148] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2687), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2437), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2436), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [36232] = 6,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(3247), 1,
      anon_sym_RBRACK,
    STATE(2438), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [36280] = 23,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(562), 1,
      sym__closing_brace_marker,
    ACTIONS(3215), 1,
      anon_sym_this,
    ACTIONS(3249), 1,
      sym_identifier,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(564), 2,
      anon_sym_case,
      anon_sym_default,
    STATE(469), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1974), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [36362] = 6,
    ACTIONS(2288), 1,
      anon_sym_DOT,
    ACTIONS(2290), 1,
      anon_sym_QMARK,
    ACTIONS(3057), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [36410] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2747), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2368), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2369), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [36494] = 4,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [36538] = 4,
    ACTIONS(3141), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [36582] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1462), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1460), 21,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [36624] = 24,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2601), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3251), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    STATE(2428), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2075), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [36708] = 4,
    ACTIONS(3129), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 20,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [36752] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1410), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1408), 21,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [36794] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1488), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1486), 21,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [36836] = 4,
    ACTIONS(3137), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [36880] = 4,
    ACTIONS(3123), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [36924] = 22,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3253), 1,
      sym_identifier,
    ACTIONS(3255), 1,
      anon_sym_this,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(282), 2,
      sym__rhs_expression,
      sym_call_expression,
    ACTIONS(542), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_EQ_GT,
    STATE(2010), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37004] = 5,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 11,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [37050] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1223), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(470), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(466), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37126] = 5,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 11,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [37172] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1223), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(524), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(522), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37248] = 6,
    ACTIONS(2060), 1,
      anon_sym_DOT,
    ACTIONS(2062), 1,
      anon_sym_QMARK,
    ACTIONS(3057), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 20,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [37296] = 24,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2739), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2292), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2291), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37380] = 6,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(3257), 1,
      anon_sym_RBRACK,
    STATE(2315), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [37428] = 6,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(3259), 1,
      anon_sym_RBRACK,
    STATE(2393), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [37476] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1223), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(520), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(518), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37552] = 24,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2609), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3261), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    STATE(2318), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2203), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37636] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1462), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1460), 21,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [37678] = 24,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2585), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3263), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    STATE(2399), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2104), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37762] = 20,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1223), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(476), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(474), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37838] = 20,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3265), 1,
      sym_identifier,
    ACTIONS(3268), 1,
      anon_sym_this,
    STATE(1223), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(483), 2,
      anon_sym_case,
      anon_sym_default,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [37914] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [37955] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1500), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1498), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [37996] = 6,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1594), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 4,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38043] = 6,
    ACTIONS(3137), 1,
      anon_sym_EQ_GT,
    ACTIONS(3271), 1,
      anon_sym_DOT,
    ACTIONS(3273), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38090] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1398), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1396), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [38131] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1426), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1424), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38172] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1458), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1456), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38213] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1454), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1452), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38254] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1402), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1400), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [38295] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1580), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1578), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38336] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1542), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1540), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38377] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1406), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1404), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [38418] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3201), 1,
      anon_sym_DOT,
    ACTIONS(3209), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3203), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38469] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1418), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1416), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38510] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1430), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1428), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38551] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1434), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1432), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38592] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1446), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1444), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38633] = 6,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 11,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 18,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38680] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1450), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1448), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38721] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1584), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1582), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38762] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(594), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38803] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1252), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 6,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [38876] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1534), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1532), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [38917] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1394), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1392), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [38958] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1252), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 6,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [39031] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1438), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1436), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39072] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1442), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1440), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39113] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1496), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1494), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39154] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3277), 1,
      sym_identifier,
    ACTIONS(3280), 1,
      anon_sym_this,
    STATE(1252), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 6,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [39227] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1252), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 6,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [39300] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1538), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1536), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39341] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1546), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1544), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39382] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1252), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 6,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [39455] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1458), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1456), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [39496] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1478), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1476), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39537] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1570), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1568), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [39578] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1562), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1560), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [39619] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1558), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1556), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [39660] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1554), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1552), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [39701] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1492), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1490), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39742] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1280), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 6,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [39815] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1575), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1572), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [39856] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1566), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1564), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [39897] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1500), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1498), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [39938] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1310), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 6,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [40011] = 6,
    ACTIONS(2124), 1,
      anon_sym_DOT,
    ACTIONS(2126), 1,
      anon_sym_QMARK,
    ACTIONS(3123), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40058] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1394), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1392), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40099] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1512), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1510), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40140] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1406), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1404), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40181] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1512), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1510), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40222] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1280), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 6,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [40295] = 6,
    ACTIONS(2320), 1,
      anon_sym_DOT,
    ACTIONS(2322), 1,
      anon_sym_QMARK,
    ACTIONS(3123), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40342] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1566), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1564), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40383] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1575), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1572), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40424] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1492), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1490), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40465] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1402), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1400), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40506] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3287), 1,
      sym_identifier,
    ACTIONS(3290), 1,
      anon_sym_this,
    STATE(1280), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 6,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [40579] = 22,
    ACTIONS(526), 1,
      sym_identifier,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(528), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1304), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1269), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [40658] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1478), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1476), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40699] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40740] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1554), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1552), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40781] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1546), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1544), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40822] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1538), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1536), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [40863] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1398), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1396), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40904] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1558), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1556), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40945] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1562), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1560), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [40986] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1496), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1494), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41027] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1570), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1568), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [41068] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1442), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1440), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41109] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1438), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1436), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41150] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1280), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 6,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [41223] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1280), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 6,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [41296] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1414), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1412), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41337] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(2771), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
    STATE(2547), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [41416] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(580), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(578), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41457] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1466), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1464), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41498] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [41539] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1600), 1,
      anon_sym_DOT,
    ACTIONS(1606), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3187), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [41590] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1310), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 6,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [41663] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1534), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1532), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41704] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(594), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41745] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1310), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 6,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [41818] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41859] = 6,
    ACTIONS(2320), 1,
      anon_sym_DOT,
    ACTIONS(2322), 1,
      anon_sym_QMARK,
    ACTIONS(3129), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [41906] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1520), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1518), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41947] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1530), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1528), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [41988] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3293), 1,
      sym_identifier,
    ACTIONS(3296), 1,
      anon_sym_this,
    STATE(1310), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 6,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [42061] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1584), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1582), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42102] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(2557), 1,
      anon_sym_DOT,
    ACTIONS(2559), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3203), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [42153] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(2781), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
    STATE(2596), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [42232] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1450), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1448), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42273] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1446), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1444), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42314] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1434), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1432), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42355] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1430), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1428), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42396] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1418), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1416), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42437] = 6,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 11,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [42484] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(1522), 1,
      anon_sym_DOT,
    ACTIONS(1526), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3187), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [42535] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1310), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 6,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [42608] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1426), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1424), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42649] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(580), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(578), 20,
      sym__lookback_semicolon,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [42690] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1542), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1540), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42731] = 6,
    ACTIONS(2124), 1,
      anon_sym_DOT,
    ACTIONS(2126), 1,
      anon_sym_QMARK,
    ACTIONS(3129), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 19,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [42778] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1580), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1578), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42819] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1454), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1452), 20,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
      sym_identifier,
  [42860] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2366), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2777), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [42938] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2895), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2856), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43016] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2447), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1528), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1641), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43094] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3199), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2122), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43172] = 22,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(2435), 1,
      sym_identifier,
    ACTIONS(3303), 1,
      anon_sym_LPAREN,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1175), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(254), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1198), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43250] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3017), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2818), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43328] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3189), 1,
      sym_identifier,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2256), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2205), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43406] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2817), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2853), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43484] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2977), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2744), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43562] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2951), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2849), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43640] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2441), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1307), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43718] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2871), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2686), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43796] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3307), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3305), 21,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [43836] = 22,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3169), 1,
      sym_identifier,
    ACTIONS(3309), 1,
      anon_sym_LPAREN,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1273), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1992), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43914] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(548), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(488), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [43992] = 22,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3253), 1,
      sym_identifier,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3303), 1,
      anon_sym_LPAREN,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(254), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2010), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44070] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2961), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2697), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44148] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1410), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1408), 19,
      sym__lookback_semicolon,
      anon_sym_LBRACK,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [44188] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3145), 1,
      sym_identifier,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1980), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44266] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3311), 1,
      sym_identifier,
    ACTIONS(3313), 1,
      anon_sym__,
    ACTIONS(3315), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2256), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2662), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2234), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44344] = 22,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2443), 1,
      sym_identifier,
    ACTIONS(3309), 1,
      anon_sym_LPAREN,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1273), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1275), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44422] = 22,
    ACTIONS(942), 1,
      anon_sym_LBRACE,
    ACTIONS(954), 1,
      anon_sym_LBRACK,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(958), 1,
      anon_sym_new,
    ACTIONS(960), 1,
      anon_sym_null,
    ACTIONS(962), 1,
      aux_sym_integer_token1,
    ACTIONS(964), 1,
      aux_sym_integer_token2,
    ACTIONS(966), 1,
      aux_sym_float_token1,
    ACTIONS(968), 1,
      aux_sym_float_token2,
    ACTIONS(972), 1,
      aux_sym_string_token1,
    ACTIONS(974), 1,
      aux_sym_string_token3,
    ACTIONS(2439), 1,
      sym_identifier,
    ACTIONS(3317), 1,
      anon_sym_LPAREN,
    STATE(1207), 1,
      sym_string,
    STATE(1212), 1,
      sym_member_expression,
    STATE(1276), 1,
      sym__constructor_call,
    STATE(1277), 1,
      sym__call,
    STATE(2279), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(970), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1271), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1227), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44500] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2885), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2755), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44578] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(528), 1,
      sym__lookback_semicolon,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3319), 1,
      sym_identifier,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1459), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1589), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44656] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3013), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2846), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44734] = 22,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(546), 1,
      anon_sym_new,
    ACTIONS(560), 1,
      sym_identifier,
    ACTIONS(566), 1,
      anon_sym_this,
    ACTIONS(3303), 1,
      anon_sym_LPAREN,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(254), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(416), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44812] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2937), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2640), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44890] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3015), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2775), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [44968] = 4,
    ACTIONS(3137), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [45010] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1488), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1486), 19,
      sym__lookback_semicolon,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [45050] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2877), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2623), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45128] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2997), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2684), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45206] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    ACTIONS(3321), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(769), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45284] = 22,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3215), 1,
      anon_sym_this,
    ACTIONS(3249), 1,
      sym_identifier,
    ACTIONS(3303), 1,
      anon_sym_LPAREN,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(254), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1974), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45362] = 5,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 11,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [45406] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3325), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3323), 21,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [45446] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2449), 1,
      sym_identifier,
    ACTIONS(3327), 1,
      anon_sym_LPAREN,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1540), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1506), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45524] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2983), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2805), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45602] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2869), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2628), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45680] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3025), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2761), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45758] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2374), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(767), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45836] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2865), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2629), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45914] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3009), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2760), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [45992] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2891), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2759), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46070] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2859), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2718), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46148] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2931), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2668), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46226] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3021), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2626), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46304] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2849), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2634), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46382] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2445), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1449), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46460] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1379), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46532] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1379), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46604] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3331), 1,
      sym_identifier,
    ACTIONS(3334), 1,
      anon_sym_this,
    STATE(1379), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46676] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1379), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46748] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1379), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 5,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_LT,
      anon_sym_EQ_GT,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46820] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1386), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 5,
      anon_sym_RPAREN,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46892] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1386), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 5,
      anon_sym_RPAREN,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [46964] = 4,
    ACTIONS(3203), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [47006] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2853), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2694), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47084] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3341), 1,
      sym_identifier,
    ACTIONS(3344), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1386), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 5,
      anon_sym_RPAREN,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47156] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1386), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 5,
      anon_sym_RPAREN,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47228] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1386), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 5,
      anon_sym_RPAREN,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47300] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2909), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2735), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47378] = 22,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3309), 1,
      anon_sym_LPAREN,
    ACTIONS(3347), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1273), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47456] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2949), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2855), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47534] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2857), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2659), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47612] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3351), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3349), 21,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [47652] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2875), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2732), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47730] = 4,
    ACTIONS(3187), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 18,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [47772] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2861), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2774), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47850] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2913), 1,
      anon_sym_RBRACE,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3353), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2809), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2246), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [47928] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    ACTIONS(3353), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2246), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48006] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3357), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3355), 21,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [48046] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2839), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2673), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48124] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2883), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2676), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48202] = 8,
    ACTIONS(1506), 1,
      anon_sym_LPAREN,
    ACTIONS(1508), 1,
      anon_sym_LT,
    ACTIONS(3237), 1,
      anon_sym_DOT,
    ACTIONS(3241), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3239), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1504), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 16,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [48252] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2985), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2884), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48330] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3361), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3359), 21,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [48370] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2855), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2753), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48448] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2897), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2672), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48526] = 5,
    ACTIONS(3367), 1,
      anon_sym_LT,
    STATE(1393), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3365), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3363), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [48570] = 5,
    ACTIONS(3367), 1,
      anon_sym_LT,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3371), 9,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3369), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [48614] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2899), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2695), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48692] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1462), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1460), 19,
      sym__lookback_semicolon,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [48732] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2819), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2720), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48810] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3011), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2681), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48888] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2905), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2699), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [48966] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3035), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2841), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49044] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2903), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2641), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49122] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2825), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2691), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49200] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(576), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(433), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49278] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2915), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2705), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49356] = 4,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [49398] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2841), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2693), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49476] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3001), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2739), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49554] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2921), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2851), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49632] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    ACTIONS(3327), 1,
      anon_sym_LPAREN,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1540), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49710] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2925), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2706), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49788] = 22,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3071), 1,
      sym_identifier,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3303), 1,
      anon_sym_LPAREN,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(254), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1937), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49866] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2364), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2696), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [49944] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3217), 1,
      sym_identifier,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1961), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50022] = 22,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(540), 1,
      sym_identifier,
    ACTIONS(546), 1,
      anon_sym_new,
    ACTIONS(3303), 1,
      anon_sym_LPAREN,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(254), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(480), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50100] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(528), 1,
      anon_sym_RBRACE,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3373), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1573), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50178] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2939), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2731), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50256] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2879), 1,
      anon_sym_RBRACK,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2758), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50334] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2917), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2852), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50412] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2971), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2738), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50490] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2887), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2867), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50568] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    ACTIONS(3301), 1,
      anon_sym_LPAREN,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(202), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50646] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2863), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2865), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50724] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2955), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2733), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50802] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2851), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2864), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50880] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2831), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2862), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [50958] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3221), 1,
      sym_identifier,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3327), 1,
      anon_sym_LPAREN,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1540), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2163), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51036] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2963), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2734), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51114] = 22,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(2919), 1,
      anon_sym_RPAREN,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2701), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51192] = 6,
    ACTIONS(3057), 1,
      anon_sym_EQ_GT,
    ACTIONS(3375), 1,
      anon_sym_DOT,
    ACTIONS(3377), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 18,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [51238] = 22,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(2889), 1,
      sym__lookback_semicolon,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2858), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51316] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3381), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3379), 21,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [51356] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2447), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1528), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1641), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51431] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1542), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1540), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [51470] = 21,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2443), 1,
      sym_identifier,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1283), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1275), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51545] = 6,
    ACTIONS(2320), 1,
      anon_sym_DOT,
    ACTIONS(2322), 1,
      anon_sym_QMARK,
    ACTIONS(3187), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [51590] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(2435), 1,
      sym_identifier,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1175), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(282), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1198), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51665] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3347), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1283), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51740] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1557), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 4,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51811] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2856), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51886] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3347), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2278), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [51961] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3221), 1,
      sym_identifier,
    ACTIONS(3223), 1,
      anon_sym_this,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1636), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2163), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52036] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3071), 1,
      sym_identifier,
    ACTIONS(3073), 1,
      anon_sym_this,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(267), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1937), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52111] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3253), 1,
      sym_identifier,
    ACTIONS(3255), 1,
      anon_sym_this,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(282), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2010), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52186] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3071), 1,
      sym_identifier,
    ACTIONS(3073), 1,
      anon_sym_this,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(282), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1937), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52261] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(592), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(594), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [52300] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2862), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52375] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1454), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1452), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [52414] = 19,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(466), 1,
      sym_escape_sequence,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3385), 1,
      anon_sym_LBRACE,
    ACTIONS(3387), 1,
      anon_sym_LBRACK,
    ACTIONS(3389), 1,
      anon_sym_this,
    ACTIONS(3391), 1,
      aux_sym_string_token1,
    ACTIONS(3393), 1,
      aux_sym_string_token3,
    ACTIONS(3395), 1,
      sym_comment,
    STATE(1482), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(384), 2,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
    ACTIONS(388), 2,
      aux_sym_float_token1,
      aux_sym_float_token2,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(470), 3,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52485] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1458), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1456), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [52524] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2701), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52599] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2864), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52674] = 21,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2443), 1,
      sym_identifier,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1298), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1275), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52749] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1570), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1568), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [52788] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2345), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52863] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(576), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(433), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [52938] = 21,
    ACTIONS(942), 1,
      anon_sym_LBRACE,
    ACTIONS(954), 1,
      anon_sym_LBRACK,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(958), 1,
      anon_sym_new,
    ACTIONS(960), 1,
      anon_sym_null,
    ACTIONS(962), 1,
      aux_sym_integer_token1,
    ACTIONS(964), 1,
      aux_sym_integer_token2,
    ACTIONS(966), 1,
      aux_sym_float_token1,
    ACTIONS(968), 1,
      aux_sym_float_token2,
    ACTIONS(972), 1,
      aux_sym_string_token1,
    ACTIONS(974), 1,
      aux_sym_string_token3,
    ACTIONS(2439), 1,
      sym_identifier,
    STATE(1207), 1,
      sym_string,
    STATE(1212), 1,
      sym_member_expression,
    STATE(1276), 1,
      sym__constructor_call,
    STATE(1277), 1,
      sym__call,
    STATE(2279), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(970), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1224), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1227), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53013] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2865), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53088] = 21,
    ACTIONS(942), 1,
      anon_sym_LBRACE,
    ACTIONS(954), 1,
      anon_sym_LBRACK,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(958), 1,
      anon_sym_new,
    ACTIONS(960), 1,
      anon_sym_null,
    ACTIONS(962), 1,
      aux_sym_integer_token1,
    ACTIONS(964), 1,
      aux_sym_integer_token2,
    ACTIONS(966), 1,
      aux_sym_float_token1,
    ACTIONS(968), 1,
      aux_sym_float_token2,
    ACTIONS(972), 1,
      aux_sym_string_token1,
    ACTIONS(974), 1,
      aux_sym_string_token3,
    ACTIONS(2439), 1,
      sym_identifier,
    STATE(1207), 1,
      sym_string,
    STATE(1212), 1,
      sym_member_expression,
    STATE(1276), 1,
      sym__constructor_call,
    STATE(1277), 1,
      sym__call,
    STATE(2279), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(970), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1244), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1227), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53163] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1450), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1448), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [53202] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1418), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1416), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [53241] = 19,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(474), 1,
      sym_escape_sequence,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3385), 1,
      anon_sym_LBRACE,
    ACTIONS(3387), 1,
      anon_sym_LBRACK,
    ACTIONS(3389), 1,
      anon_sym_this,
    ACTIONS(3391), 1,
      aux_sym_string_token1,
    ACTIONS(3393), 1,
      aux_sym_string_token3,
    ACTIONS(3395), 1,
      sym_comment,
    STATE(1482), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(384), 2,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
    ACTIONS(388), 2,
      aux_sym_float_token1,
      aux_sym_float_token2,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(476), 3,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53312] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2694), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53387] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3253), 1,
      sym_identifier,
    ACTIONS(3255), 1,
      anon_sym_this,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(267), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2010), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53462] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2849), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53537] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(576), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(663), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(433), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53612] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2867), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53687] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(540), 1,
      sym_identifier,
    ACTIONS(546), 1,
      anon_sym_new,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(267), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(480), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53762] = 19,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(478), 1,
      sym_escape_sequence,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3397), 1,
      sym_identifier,
    ACTIONS(3400), 1,
      anon_sym_LBRACE,
    ACTIONS(3403), 1,
      anon_sym_LBRACK,
    ACTIONS(3406), 1,
      anon_sym_this,
    ACTIONS(3409), 1,
      aux_sym_string_token1,
    ACTIONS(3412), 1,
      aux_sym_string_token3,
    STATE(1482), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(497), 2,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
    ACTIONS(503), 2,
      aux_sym_float_token1,
      aux_sym_float_token2,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(483), 3,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53833] = 19,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(518), 1,
      sym_escape_sequence,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3385), 1,
      anon_sym_LBRACE,
    ACTIONS(3387), 1,
      anon_sym_LBRACK,
    ACTIONS(3389), 1,
      anon_sym_this,
    ACTIONS(3391), 1,
      aux_sym_string_token1,
    ACTIONS(3393), 1,
      aux_sym_string_token3,
    ACTIONS(3395), 1,
      sym_comment,
    STATE(1482), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(384), 2,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
    ACTIONS(388), 2,
      aux_sym_float_token1,
      aux_sym_float_token2,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(520), 3,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53904] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(540), 1,
      sym_identifier,
    ACTIONS(546), 1,
      anon_sym_new,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(281), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(480), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [53979] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2777), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54054] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2758), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54129] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2852), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54204] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3193), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1325), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54279] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1446), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1444), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [54318] = 19,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(522), 1,
      sym_escape_sequence,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3385), 1,
      anon_sym_LBRACE,
    ACTIONS(3387), 1,
      anon_sym_LBRACK,
    ACTIONS(3389), 1,
      anon_sym_this,
    ACTIONS(3391), 1,
      aux_sym_string_token1,
    ACTIONS(3393), 1,
      aux_sym_string_token3,
    ACTIONS(3395), 1,
      sym_comment,
    STATE(1482), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(384), 2,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
    ACTIONS(388), 2,
      aux_sym_float_token1,
      aux_sym_float_token2,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(524), 3,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54389] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2693), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54464] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2851), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54539] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3217), 1,
      sym_identifier,
    ACTIONS(3219), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1961), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54614] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2696), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54689] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2441), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1307), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54764] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3217), 1,
      sym_identifier,
    ACTIONS(3219), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1961), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54839] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1557), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 4,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54910] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2706), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [54985] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2668), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55060] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2620), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55135] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(2435), 1,
      sym_identifier,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1175), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(281), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1198), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55210] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1430), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1428), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [55249] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1438), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1436), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [55288] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1534), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1532), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [55327] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2846), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55402] = 6,
    ACTIONS(3203), 1,
      anon_sym_EQ_GT,
    ACTIONS(3415), 1,
      anon_sym_DOT,
    ACTIONS(3417), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [55447] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2447), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55522] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2608), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55597] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(544), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(542), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [55636] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2487), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55711] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1558), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1556), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [55750] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2825), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55825] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2691), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55900] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3145), 1,
      sym_identifier,
    ACTIONS(3147), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1980), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [55975] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3347), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2104), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56050] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2449), 1,
      sym_identifier,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1544), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1506), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56125] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2445), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1449), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56200] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1580), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1578), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [56239] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(540), 1,
      sym_identifier,
    ACTIONS(546), 1,
      anon_sym_new,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(282), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(480), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56314] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2841), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56389] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3321), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(769), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56464] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(566), 1,
      anon_sym_this,
    ACTIONS(3167), 1,
      sym_identifier,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1175), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(281), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1214), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56539] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2866), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56614] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2681), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56689] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2374), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(767), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56764] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2663), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56839] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3321), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(770), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(769), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [56914] = 4,
    ACTIONS(3419), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1626), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1628), 17,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [56955] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2369), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57030] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3321), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(769), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57105] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(538), 1,
      anon_sym_this,
    ACTIONS(2435), 1,
      sym_identifier,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1175), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(267), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1198), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57180] = 21,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(2443), 1,
      sym_identifier,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1304), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1275), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57255] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2466), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57330] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3169), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1283), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1992), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57405] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3424), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3422), 20,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_DASH_GT,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [57444] = 21,
    ACTIONS(942), 1,
      anon_sym_LBRACE,
    ACTIONS(954), 1,
      anon_sym_LBRACK,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(958), 1,
      anon_sym_new,
    ACTIONS(960), 1,
      anon_sym_null,
    ACTIONS(962), 1,
      aux_sym_integer_token1,
    ACTIONS(964), 1,
      aux_sym_integer_token2,
    ACTIONS(966), 1,
      aux_sym_float_token1,
    ACTIONS(968), 1,
      aux_sym_float_token2,
    ACTIONS(972), 1,
      aux_sym_string_token1,
    ACTIONS(974), 1,
      aux_sym_string_token3,
    ACTIONS(2439), 1,
      sym_identifier,
    STATE(1207), 1,
      sym_string,
    STATE(1212), 1,
      sym_member_expression,
    STATE(1276), 1,
      sym__constructor_call,
    STATE(1277), 1,
      sym__call,
    STATE(2279), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(970), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1323), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1227), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57519] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2720), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57594] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2759), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57669] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3169), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1298), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1992), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57744] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1512), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1510), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [57783] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(576), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(433), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57858] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2672), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [57933] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3319), 1,
      sym_identifier,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1459), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1589), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58008] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(580), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(578), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [58047] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(548), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(488), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58122] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2686), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58197] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2884), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58272] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2374), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(767), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58347] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3145), 1,
      sym_identifier,
    ACTIONS(3147), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1980), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58422] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2441), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1307), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58497] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1584), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1582), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [58536] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2547), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58611] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3347), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2088), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58686] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2307), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58761] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2447), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1528), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1641), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58836] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2872), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58911] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3426), 1,
      sym_identifier,
    ACTIONS(3429), 1,
      anon_sym_this,
    STATE(1557), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 4,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [58982] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3353), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2809), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2246), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59057] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3199), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2122), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59132] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3347), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2075), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59207] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(548), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(488), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59282] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2441), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1204), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1307), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59357] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2805), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59432] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3189), 1,
      sym_identifier,
    ACTIONS(3191), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2256), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2205), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59507] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1500), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1498), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [59546] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2596), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59621] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1406), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1404), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [59660] = 21,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3432), 1,
      sym_identifier,
    STATE(1208), 1,
      sym_string,
    STATE(1210), 1,
      sym_member_expression,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1304), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1269), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59735] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2445), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1449), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59810] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2855), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59885] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2774), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [59960] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2753), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60035] = 6,
    ACTIONS(2124), 1,
      anon_sym_DOT,
    ACTIONS(2126), 1,
      anon_sym_QMARK,
    ACTIONS(3187), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      anon_sym_RBRACE,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [60080] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1554), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1552), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [60119] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2739), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60194] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1442), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1440), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [60233] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2738), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60308] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(546), 1,
      anon_sym_new,
    ACTIONS(560), 1,
      sym_identifier,
    ACTIONS(566), 1,
      anon_sym_this,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(281), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(416), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60383] = 4,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3436), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3434), 19,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [60424] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2732), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60499] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1434), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1432), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [60538] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2430), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60613] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2853), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60688] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2449), 1,
      sym_identifier,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1459), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1506), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60763] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1496), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1494), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [60802] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2325), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60877] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3221), 1,
      sym_identifier,
    ACTIONS(3223), 1,
      anon_sym_this,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1544), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2163), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [60952] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2735), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61027] = 6,
    ACTIONS(3203), 1,
      anon_sym_EQ_GT,
    ACTIONS(3438), 1,
      anon_sym_DOT,
    ACTIONS(3440), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [61072] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2734), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61147] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2733), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61222] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2731), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61297] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61372] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2374), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(765), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(767), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61447] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(380), 1,
      anon_sym_new,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(548), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(304), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(488), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61522] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1538), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1536), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [61561] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2818), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61636] = 5,
    ACTIONS(3442), 1,
      anon_sym_RPAREN,
    STATE(1598), 1,
      aux_sym_variable_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3447), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3445), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [61679] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(546), 1,
      anon_sym_new,
    ACTIONS(560), 1,
      sym_identifier,
    ACTIONS(566), 1,
      anon_sym_this,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(469), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(416), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61754] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1546), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1544), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [61793] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1557), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 4,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61864] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(472), 1,
      anon_sym_this,
    ACTIONS(2445), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(207), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1449), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [61939] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(552), 1,
      anon_sym_this,
    ACTIONS(3373), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1395), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(214), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1573), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62014] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2684), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62089] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3353), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2246), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62164] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2705), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62239] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3215), 1,
      anon_sym_this,
    ACTIONS(3249), 1,
      sym_identifier,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(469), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1974), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62314] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2626), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62389] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2744), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62464] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1492), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1490), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [62503] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2641), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62578] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2699), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62653] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2695), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62728] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1402), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1400), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [62767] = 4,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3451), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3449), 19,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [62808] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2291), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62883] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1394), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1392), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [62922] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2436), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [62997] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3199), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2007), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2122), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63072] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1426), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1424), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [63111] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1636), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63186] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2718), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63261] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2760), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63336] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2761), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63411] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2676), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63486] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2673), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63561] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1398), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1396), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [63600] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2697), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63675] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2447), 1,
      sym_identifier,
    STATE(201), 1,
      sym_member_expression,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1528), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1641), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63750] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1557), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 4,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_DASH_GT,
      anon_sym_LT,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63821] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(448), 1,
      anon_sym_new,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(3215), 1,
      anon_sym_this,
    ACTIONS(3249), 1,
      sym_identifier,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(1910), 1,
      sym_member_expression,
    STATE(1922), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(267), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1974), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63896] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2858), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [63971] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1575), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1572), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [64010] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2659), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64085] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1566), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1564), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [64124] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(526), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(528), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [64163] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3189), 1,
      sym_identifier,
    ACTIONS(3191), 1,
      anon_sym_this,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(2179), 1,
      sym__lhs_expression,
    STATE(2256), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(193), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2205), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64238] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2634), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64313] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2755), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64388] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2640), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64463] = 6,
    ACTIONS(3239), 1,
      anon_sym_EQ_GT,
    ACTIONS(3453), 1,
      anon_sym_DOT,
    ACTIONS(3455), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [64508] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2629), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64583] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2449), 1,
      sym_identifier,
    STATE(1362), 1,
      sym_member_expression,
    STATE(1384), 1,
      sym_string,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(1636), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1506), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64658] = 6,
    ACTIONS(3137), 1,
      anon_sym_EQ_GT,
    ACTIONS(3438), 1,
      anon_sym_DOT,
    ACTIONS(3440), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 17,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [64703] = 21,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(414), 1,
      anon_sym_new,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3229), 1,
      sym_identifier,
    STATE(224), 1,
      sym__constructor_call,
    STATE(226), 1,
      sym__call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2589), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1998), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64778] = 21,
    ACTIONS(430), 1,
      anon_sym_LBRACE,
    ACTIONS(442), 1,
      anon_sym_LBRACK,
    ACTIONS(450), 1,
      anon_sym_null,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    ACTIONS(456), 1,
      aux_sym_float_token1,
    ACTIONS(458), 1,
      aux_sym_float_token2,
    ACTIONS(462), 1,
      aux_sym_string_token1,
    ACTIONS(464), 1,
      aux_sym_string_token3,
    ACTIONS(546), 1,
      anon_sym_new,
    ACTIONS(560), 1,
      sym_identifier,
    ACTIONS(566), 1,
      anon_sym_this,
    STATE(259), 1,
      sym_member_expression,
    STATE(261), 1,
      sym__constructor_call,
    STATE(262), 1,
      sym__call,
    STATE(296), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(460), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(267), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(416), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64853] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2628), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [64928] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2775), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65003] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1478), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1476), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [65042] = 21,
    ACTIONS(736), 1,
      anon_sym_LBRACE,
    ACTIONS(748), 1,
      anon_sym_LBRACK,
    ACTIONS(752), 1,
      anon_sym_new,
    ACTIONS(754), 1,
      anon_sym_null,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    ACTIONS(760), 1,
      aux_sym_float_token1,
    ACTIONS(762), 1,
      aux_sym_float_token2,
    ACTIONS(766), 1,
      aux_sym_string_token1,
    ACTIONS(768), 1,
      aux_sym_string_token3,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3347), 1,
      sym_identifier,
    STATE(1265), 1,
      sym__call,
    STATE(1266), 1,
      sym__constructor_call,
    STATE(1892), 1,
      sym_member_expression,
    STATE(1932), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(764), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2203), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(1960), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65117] = 21,
    ACTIONS(35), 1,
      anon_sym_LBRACK,
    ACTIONS(45), 1,
      anon_sym_new,
    ACTIONS(59), 1,
      anon_sym_null,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    ACTIONS(81), 1,
      aux_sym_float_token1,
    ACTIONS(83), 1,
      aux_sym_float_token2,
    ACTIONS(87), 1,
      aux_sym_string_token1,
    ACTIONS(89), 1,
      aux_sym_string_token3,
    ACTIONS(854), 1,
      anon_sym_LBRACE,
    ACTIONS(3163), 1,
      anon_sym_this,
    ACTIONS(3299), 1,
      sym_identifier,
    STATE(1633), 1,
      sym__call,
    STATE(1635), 1,
      sym__constructor_call,
    STATE(1989), 1,
      sym_member_expression,
    STATE(2035), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(85), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2623), 2,
      sym__rhs_expression,
      sym_call_expression,
    STATE(2065), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65192] = 4,
    ACTIONS(2637), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3459), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3457), 19,
      sym__lookback_semicolon,
      anon_sym_RPAREN,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [65233] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1562), 12,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1560), 18,
      sym__lookback_semicolon,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [65272] = 19,
    ACTIONS(485), 1,
      anon_sym_LBRACE,
    ACTIONS(488), 1,
      anon_sym_LBRACK,
    ACTIONS(494), 1,
      anon_sym_null,
    ACTIONS(497), 1,
      aux_sym_integer_token1,
    ACTIONS(500), 1,
      aux_sym_integer_token2,
    ACTIONS(503), 1,
      aux_sym_float_token1,
    ACTIONS(506), 1,
      aux_sym_float_token2,
    ACTIONS(512), 1,
      aux_sym_string_token1,
    ACTIONS(515), 1,
      aux_sym_string_token3,
    ACTIONS(3461), 1,
      sym_identifier,
    ACTIONS(3464), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1654), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(509), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(478), 3,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_LT,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65342] = 6,
    ACTIONS(2529), 1,
      anon_sym_DOT,
    ACTIONS(2531), 1,
      anon_sym_QMARK,
    ACTIONS(3129), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1504), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(1502), 16,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [65386] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3469), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3467), 19,
      sym__lookback_semicolon,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [65424] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1654), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(466), 3,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_LT,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65494] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3475), 10,
      anon_sym_BANG,
      anon_sym_DASH,
      anon_sym_SLASH,
      anon_sym_PLUS,
      anon_sym_GT_GT,
      anon_sym_AMP,
      anon_sym_PIPE,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
    ACTIONS(3473), 19,
      sym__lookback_semicolon,
      anon_sym_COLON,
      anon_sym_TILDE,
      anon_sym_PLUS_PLUS,
      anon_sym_DASH_DASH,
      anon_sym_PERCENT,
      anon_sym_STAR,
      anon_sym_LT_LT,
      anon_sym_GT_GT_GT,
      anon_sym_CARET,
      anon_sym_AMP_AMP,
      anon_sym_PIPE_PIPE,
      anon_sym_EQ_EQ,
      anon_sym_BANG_EQ,
      anon_sym_LT_EQ,
      anon_sym_GT_EQ,
      anon_sym_EQ_GT,
      anon_sym_QMARK_QMARK,
      sym__rangeOperator,
  [65532] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1654), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(522), 3,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_LT,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65602] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1654), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(474), 3,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_LT,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65672] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1654), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    ACTIONS(518), 3,
      anon_sym_LPAREN,
      anon_sym_COLON,
      anon_sym_LT,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65742] = 6,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1524), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1508), 10,
      anon_sym_this,
      anon_sym_EQ,
      anon_sym_null,
      anon_sym_extends,
      anon_sym_implements,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 14,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [65785] = 19,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    ACTIONS(3481), 1,
      anon_sym_RPAREN,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1986), 1,
      sym__lhs_expression,
    STATE(2408), 1,
      sym_function_arg,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65853] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(749), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65918] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(376), 1,
      anon_sym_this,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2427), 1,
      sym_identifier,
    STATE(694), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2386), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [65983] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1601), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66048] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(198), 1,
      sym__call,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2148), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66113] = 18,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(755), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66178] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(731), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66243] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(728), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66308] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(735), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66373] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(744), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66438] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1452), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66503] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3483), 1,
      anon_sym_new,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2141), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66568] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3389), 1,
      anon_sym_this,
    STATE(1490), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66633] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(244), 1,
      sym__call,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2181), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66698] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(550), 1,
      sym_identifier,
    ACTIONS(552), 1,
      anon_sym_this,
    STATE(46), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2340), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66763] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(998), 1,
      anon_sym_this,
    ACTIONS(2469), 1,
      sym_identifier,
    STATE(734), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2371), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66828] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(468), 1,
      sym_identifier,
    ACTIONS(472), 1,
      anon_sym_this,
    STATE(29), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2377), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66893] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(468), 1,
      sym_identifier,
    ACTIONS(472), 1,
      anon_sym_this,
    STATE(31), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2377), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [66958] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(468), 1,
      sym_identifier,
    ACTIONS(472), 1,
      anon_sym_this,
    STATE(32), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2377), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67023] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3389), 1,
      anon_sym_this,
    STATE(1483), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67088] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(412), 1,
      anon_sym_this,
    ACTIONS(2376), 1,
      sym_identifier,
    STATE(687), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2375), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67153] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(566), 1,
      anon_sym_this,
    ACTIONS(568), 1,
      sym_identifier,
    STATE(49), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2381), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67218] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3485), 1,
      anon_sym_new,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2177), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67283] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(566), 1,
      anon_sym_this,
    ACTIONS(568), 1,
      sym_identifier,
    STATE(54), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2381), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67348] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1048), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67413] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(566), 1,
      anon_sym_this,
    ACTIONS(568), 1,
      sym_identifier,
    STATE(52), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2381), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67478] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 9,
      anon_sym_this,
      anon_sym_null,
      anon_sym_extends,
      anon_sym_implements,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 17,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [67513] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(550), 1,
      sym_identifier,
    ACTIONS(552), 1,
      anon_sym_this,
    STATE(42), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2340), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67578] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(468), 1,
      sym_identifier,
    ACTIONS(472), 1,
      anon_sym_this,
    STATE(28), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2377), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67643] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(719), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67708] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(721), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67773] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(722), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67838] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(566), 1,
      anon_sym_this,
    ACTIONS(568), 1,
      sym_identifier,
    STATE(55), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2381), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67903] = 18,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(754), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [67968] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1630), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68033] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3389), 1,
      anon_sym_this,
    STATE(1475), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68098] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(748), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68163] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(740), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68228] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1052), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68293] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1263), 1,
      sym__call,
    STATE(1926), 1,
      sym_string,
    STATE(2279), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68358] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(746), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68423] = 18,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(751), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68488] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(956), 1,
      anon_sym_this,
    ACTIONS(2451), 1,
      sym_identifier,
    STATE(718), 1,
      aux_sym_member_expression_repeat1,
    STATE(776), 1,
      sym_member_expression,
    STATE(777), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2385), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68553] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(550), 1,
      sym_identifier,
    ACTIONS(552), 1,
      anon_sym_this,
    STATE(44), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2340), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68618] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3157), 1,
      sym_identifier,
    ACTIONS(3163), 1,
      anon_sym_this,
    STATE(1497), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2351), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68683] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1387), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68748] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1278), 1,
      sym__call,
    STATE(1926), 1,
      sym_string,
    STATE(2082), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68813] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(854), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68878] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(739), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [68943] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1383), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69008] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1382), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69073] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(198), 1,
      sym__call,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2179), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69138] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(837), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69203] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2483), 1,
      sym_identifier,
    ACTIONS(2485), 1,
      anon_sym_this,
    STATE(738), 1,
      aux_sym_member_expression_repeat1,
    STATE(832), 1,
      sym__lhs_expression,
    STATE(877), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2366), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69268] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(742), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69333] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(412), 1,
      anon_sym_this,
    ACTIONS(2376), 1,
      sym_identifier,
    STATE(689), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2375), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69398] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1986), 1,
      sym__lhs_expression,
    STATE(2561), 1,
      sym_function_arg,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69463] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(871), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69528] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(376), 1,
      anon_sym_this,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2427), 1,
      sym_identifier,
    STATE(699), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2386), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69593] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(412), 1,
      anon_sym_this,
    ACTIONS(2376), 1,
      sym_identifier,
    STATE(688), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2375), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69658] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(412), 1,
      anon_sym_this,
    ACTIONS(2376), 1,
      sym_identifier,
    STATE(686), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2375), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69723] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(724), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69788] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1657), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69853] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(244), 1,
      sym__call,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2254), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69918] = 18,
    ACTIONS(37), 1,
      anon_sym_this,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2515), 1,
      sym_identifier,
    STATE(750), 1,
      aux_sym_member_expression_repeat1,
    STATE(789), 1,
      sym__lhs_expression,
    STATE(797), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2413), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [69983] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3487), 1,
      anon_sym_new,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2149), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70048] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(550), 1,
      sym_identifier,
    ACTIONS(552), 1,
      anon_sym_this,
    STATE(45), 1,
      aux_sym_member_expression_repeat1,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2340), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70113] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1054), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70178] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(737), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70243] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1245), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70308] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1248), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70373] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1211), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70438] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(376), 1,
      anon_sym_this,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2427), 1,
      sym_identifier,
    STATE(700), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2386), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70503] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(376), 1,
      anon_sym_this,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2427), 1,
      sym_identifier,
    STATE(696), 1,
      aux_sym_member_expression_repeat1,
    STATE(757), 1,
      sym__lhs_expression,
    STATE(759), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2386), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70568] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1253), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70633] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(725), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70698] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(444), 1,
      anon_sym_this,
    ACTIONS(2461), 1,
      sym_identifier,
    STATE(736), 1,
      aux_sym_member_expression_repeat1,
    STATE(802), 1,
      sym__lhs_expression,
    STATE(815), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2410), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70763] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1102), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70828] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1213), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70893] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(827), 1,
      aux_sym_member_expression_repeat1,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [70958] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1218), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71023] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3211), 1,
      sym_identifier,
    ACTIONS(3215), 1,
      anon_sym_this,
    STATE(1222), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2406), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71088] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1302), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71153] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1068), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71218] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1610), 1,
      sym__call,
    STATE(1926), 1,
      sym_string,
    STATE(2161), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71283] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1095), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71348] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1045), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71413] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3073), 1,
      anon_sym_this,
    ACTIONS(3149), 1,
      sym_identifier,
    STATE(1100), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2405), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71478] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1659), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71543] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1295), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71608] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1268), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71673] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1321), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71738] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3191), 1,
      anon_sym_this,
    ACTIONS(3285), 1,
      sym_identifier,
    STATE(1305), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2401), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71803] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(730), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71868] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1264), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71933] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1274), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [71998] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3219), 1,
      anon_sym_this,
    ACTIONS(3283), 1,
      sym_identifier,
    STATE(1294), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2400), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72063] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(536), 1,
      sym_identifier,
    ACTIONS(538), 1,
      anon_sym_this,
    STATE(37), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2394), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72128] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(729), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72193] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(726), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72258] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(876), 1,
      anon_sym_this,
    ACTIONS(2459), 1,
      sym_identifier,
    STATE(179), 1,
      sym__lhs_expression,
    STATE(213), 1,
      sym_member_expression,
    STATE(723), 1,
      aux_sym_member_expression_repeat1,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2396), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72323] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1381), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72388] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(536), 1,
      sym_identifier,
    ACTIONS(538), 1,
      anon_sym_this,
    STATE(41), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2394), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72453] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3489), 1,
      anon_sym_new,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2110), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72518] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1661), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72583] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3491), 1,
      anon_sym_new,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2092), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72648] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(536), 1,
      sym_identifier,
    ACTIONS(538), 1,
      anon_sym_this,
    STATE(36), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2394), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72713] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(536), 1,
      sym_identifier,
    ACTIONS(538), 1,
      anon_sym_this,
    STATE(38), 1,
      aux_sym_member_expression_repeat1,
    STATE(238), 1,
      sym_member_expression,
    STATE(278), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2394), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72778] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3315), 1,
      anon_sym_this,
    ACTIONS(3471), 1,
      sym_identifier,
    STATE(902), 1,
      sym_member_expression,
    STATE(1660), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2387), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72843] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1069), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72908] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3337), 1,
      sym_identifier,
    ACTIONS(3339), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1388), 1,
      aux_sym_member_expression_repeat1,
    STATE(1689), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2370), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [72973] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1377), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73038] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1378), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73103] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    ACTIONS(3493), 1,
      anon_sym_new,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2074), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73168] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3255), 1,
      anon_sym_this,
    ACTIONS(3329), 1,
      sym_identifier,
    STATE(1380), 1,
      aux_sym_member_expression_repeat1,
    STATE(1842), 1,
      sym__lhs_expression,
    STATE(1843), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2392), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73233] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3223), 1,
      anon_sym_this,
    ACTIONS(3275), 1,
      sym_identifier,
    STATE(1256), 1,
      aux_sym_member_expression_repeat1,
    STATE(1864), 1,
      sym_member_expression,
    STATE(1865), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2390), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73298] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3383), 1,
      sym_identifier,
    ACTIONS(3389), 1,
      anon_sym_this,
    STATE(1462), 1,
      aux_sym_member_expression_repeat1,
    STATE(1876), 1,
      sym_member_expression,
    STATE(1877), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73363] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1103), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73428] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1107), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73493] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3147), 1,
      anon_sym_this,
    ACTIONS(3151), 1,
      sym_identifier,
    STATE(1109), 1,
      aux_sym_member_expression_repeat1,
    STATE(1840), 1,
      sym_member_expression,
    STATE(1841), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2391), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73558] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1953), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73620] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1943), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73682] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1956), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73744] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1967), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73806] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2414), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73868] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3389), 1,
      anon_sym_this,
    ACTIONS(3495), 1,
      sym_identifier,
    STATE(1926), 1,
      sym_string,
    STATE(2016), 1,
      sym__lhs_expression,
    STATE(2022), 1,
      sym_member_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2300), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73930] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2412), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [73992] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1970), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74054] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1962), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74116] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1996), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74178] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2349), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74240] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2004), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74302] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2064), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74364] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2649), 1,
      sym_identifier,
    ACTIONS(2651), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1874), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2336), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74426] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(826), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74488] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1978), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74550] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1944), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74612] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1935), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74674] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1983), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74736] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(867), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74798] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1947), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74860] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1946), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74922] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1999), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [74984] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1929), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75046] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1951), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75108] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1995), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75170] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1950), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75232] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1975), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75294] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(861), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75356] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1982), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75418] = 18,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3497), 1,
      sym_identifier,
    ACTIONS(3499), 1,
      sym__closing_brace_marker,
    STATE(1955), 1,
      sym__closing_brace,
    STATE(2013), 1,
      sym_pair,
    STATE(2220), 1,
      sym_structure_type_pair,
    STATE(2536), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2834), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [75482] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1994), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75544] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(820), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75606] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2354), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75668] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1933), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75730] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1941), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75792] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(822), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75854] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1971), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75916] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1927), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [75978] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(2487), 1,
      sym_identifier,
    ACTIONS(2489), 1,
      anon_sym_this,
    STATE(797), 1,
      sym_member_expression,
    STATE(821), 1,
      sym__lhs_expression,
    STATE(1926), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2373), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76040] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1968), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76102] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1977), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76164] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1976), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76226] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1964), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76288] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1954), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76350] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1966), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76412] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(2061), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76474] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3061), 1,
      sym_identifier,
    ACTIONS(3063), 1,
      anon_sym_this,
    STATE(902), 1,
      sym_member_expression,
    STATE(1926), 1,
      sym_string,
    STATE(1952), 1,
      sym__lhs_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2439), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [76536] = 6,
    ACTIONS(3501), 1,
      anon_sym_DOT,
    ACTIONS(3503), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1524), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1508), 9,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 11,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [76575] = 17,
    ACTIONS(137), 1,
      sym__closing_brace_marker,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3505), 1,
      sym_identifier,
    STATE(1600), 1,
      sym__closing_brace,
    STATE(2042), 1,
      sym_pair,
    STATE(2536), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2834), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [76636] = 17,
    ACTIONS(135), 1,
      sym__closing_brace_marker,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3505), 1,
      sym_identifier,
    STATE(1255), 1,
      sym__closing_brace,
    STATE(2025), 1,
      sym_pair,
    STATE(2536), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2834), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [76697] = 17,
    ACTIONS(129), 1,
      sym__closing_brace_marker,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3505), 1,
      sym_identifier,
    STATE(216), 1,
      sym__closing_brace,
    STATE(2013), 1,
      sym_pair,
    STATE(2536), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2834), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [76758] = 17,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3505), 1,
      sym_identifier,
    ACTIONS(3507), 1,
      sym__closing_brace_marker,
    STATE(1285), 1,
      sym__closing_brace,
    STATE(2019), 1,
      sym_pair,
    STATE(2536), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2834), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [76819] = 17,
    ACTIONS(139), 1,
      sym__closing_brace_marker,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3505), 1,
      sym_identifier,
    STATE(269), 1,
      sym__closing_brace,
    STATE(2043), 1,
      sym_pair,
    STATE(2536), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2834), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [76880] = 5,
    ACTIONS(3513), 1,
      anon_sym_EQ,
    STATE(203), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3509), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(3511), 14,
      anon_sym_DOT,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [76917] = 4,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 9,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 13,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [76951] = 4,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 15,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [76985] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 16,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77017] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 16,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77049] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 9,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 14,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77081] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 9,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 14,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77113] = 5,
    ACTIONS(3515), 1,
      anon_sym_EQ,
    STATE(276), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3509), 10,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(3511), 11,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77149] = 4,
    ACTIONS(3517), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1483), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1480), 14,
      anon_sym_DOT,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77183] = 14,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3519), 1,
      sym_identifier,
    STATE(2213), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2327), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [77236] = 15,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3519), 1,
      sym_identifier,
    STATE(2213), 1,
      sym_string,
    STATE(2443), 1,
      sym_pair,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2843), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [77291] = 4,
    ACTIONS(3517), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1483), 10,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1480), 11,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77324] = 6,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3521), 1,
      anon_sym_DOT,
    ACTIONS(3523), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 12,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77361] = 15,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3505), 1,
      sym_identifier,
    STATE(2415), 1,
      sym_pair,
    STATE(2536), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2834), 8,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
  [77416] = 14,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3519), 1,
      sym_identifier,
    STATE(2213), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2317), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [77469] = 14,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3519), 1,
      sym_identifier,
    STATE(2213), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2337), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [77522] = 14,
    ACTIONS(362), 1,
      anon_sym_LBRACE,
    ACTIONS(374), 1,
      anon_sym_LBRACK,
    ACTIONS(382), 1,
      anon_sym_null,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(388), 1,
      aux_sym_float_token1,
    ACTIONS(390), 1,
      aux_sym_float_token2,
    ACTIONS(394), 1,
      aux_sym_string_token1,
    ACTIONS(396), 1,
      aux_sym_string_token3,
    ACTIONS(3519), 1,
      sym_identifier,
    STATE(2213), 1,
      sym_string,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(392), 2,
      anon_sym_true,
      anon_sym_false,
    STATE(2364), 9,
      sym__literal,
      sym_integer,
      sym_float,
      sym_bool,
      sym_null,
      sym_array,
      sym_map,
      sym_object,
      sym_pair,
  [77575] = 6,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3525), 1,
      anon_sym_DOT,
    ACTIONS(3527), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 11,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77611] = 6,
    ACTIONS(3529), 1,
      anon_sym_DOT,
    ACTIONS(3531), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1524), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 10,
      sym__lookback_semicolon,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77647] = 7,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(1506), 1,
      sym_escape_sequence,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3533), 1,
      anon_sym_DOT,
    ACTIONS(3537), 1,
      anon_sym_QMARK,
    ACTIONS(3535), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1508), 16,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
      aux_sym_float_token1,
      aux_sym_float_token2,
      anon_sym_true,
      anon_sym_false,
      aux_sym_string_token1,
      aux_sym_string_token2,
      aux_sym_string_token3,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
      sym_identifier,
  [77685] = 5,
    ACTIONS(3539), 1,
      anon_sym_EQ,
    STATE(203), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3509), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(3511), 10,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77718] = 5,
    ACTIONS(3543), 1,
      anon_sym_LPAREN,
    STATE(1858), 1,
      aux_sym_variable_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3546), 6,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(3541), 12,
      anon_sym_this,
      anon_sym_Void,
      anon_sym_Int,
      anon_sym_Float,
      anon_sym_Bool,
      anon_sym_Null,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [77751] = 12,
    ACTIONS(39), 1,
      anon_sym_AT,
    ACTIONS(41), 1,
      anon_sym_AT_COLON,
    ACTIONS(3550), 1,
      anon_sym_abstract,
    ACTIONS(3552), 1,
      anon_sym_final,
    ACTIONS(3554), 1,
      anon_sym_class,
    ACTIONS(3556), 1,
      anon_sym_typedef,
    ACTIONS(3558), 1,
      anon_sym_function,
    ACTIONS(3560), 1,
      anon_sym_var,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1872), 2,
      sym_metadata,
      aux_sym_class_declaration_repeat1,
    STATE(1884), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3548), 8,
      anon_sym_macro,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
  [77798] = 5,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3562), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 8,
      anon_sym_this,
      anon_sym_EQ,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 10,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77831] = 12,
    ACTIONS(39), 1,
      anon_sym_AT,
    ACTIONS(41), 1,
      anon_sym_AT_COLON,
    ACTIONS(3566), 1,
      anon_sym_abstract,
    ACTIONS(3568), 1,
      anon_sym_final,
    ACTIONS(3570), 1,
      anon_sym_class,
    ACTIONS(3572), 1,
      anon_sym_typedef,
    ACTIONS(3574), 1,
      anon_sym_function,
    ACTIONS(3576), 1,
      anon_sym_var,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1872), 2,
      sym_metadata,
      aux_sym_class_declaration_repeat1,
    STATE(1881), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3564), 8,
      anon_sym_macro,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
  [77878] = 4,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 12,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77909] = 5,
    ACTIONS(3578), 1,
      anon_sym_EQ,
    STATE(810), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3509), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(3511), 10,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77942] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 13,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [77971] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1422), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1420), 13,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [78000] = 12,
    ACTIONS(39), 1,
      anon_sym_AT,
    ACTIONS(41), 1,
      anon_sym_AT_COLON,
    ACTIONS(3572), 1,
      anon_sym_typedef,
    ACTIONS(3574), 1,
      anon_sym_function,
    ACTIONS(3576), 1,
      anon_sym_var,
    ACTIONS(3580), 1,
      anon_sym_abstract,
    ACTIONS(3582), 1,
      anon_sym_final,
    ACTIONS(3584), 1,
      anon_sym_class,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1872), 2,
      sym_metadata,
      aux_sym_class_declaration_repeat1,
    STATE(1881), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3564), 8,
      anon_sym_macro,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
  [78047] = 4,
    ACTIONS(3517), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1483), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1480), 10,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [78077] = 4,
    ACTIONS(3586), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1483), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1480), 10,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_LBRACK,
      anon_sym_RBRACK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [78107] = 5,
    ACTIONS(3588), 1,
      anon_sym_EQ,
    STATE(276), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3511), 7,
      sym__closing_brace_marker,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(3509), 10,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [78139] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 12,
      anon_sym_DOT,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_QMARK,
      anon_sym_LT,
      anon_sym_EQ_GT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [78167] = 6,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3590), 1,
      anon_sym_DOT,
    ACTIONS(3592), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1508), 7,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
    ACTIONS(1506), 9,
      anon_sym_LPAREN,
      anon_sym_LBRACE,
      anon_sym_COLON,
      anon_sym_LBRACK,
      anon_sym_LT,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
  [78201] = 5,
    ACTIONS(3594), 1,
      anon_sym_AT,
    ACTIONS(3597), 1,
      anon_sym_AT_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1872), 2,
      sym_metadata,
      aux_sym_class_declaration_repeat1,
    ACTIONS(3600), 14,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [78232] = 4,
    ACTIONS(3586), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1480), 7,
      sym__closing_brace_marker,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1483), 10,
      anon_sym_case,
      anon_sym_default,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [78261] = 4,
    ACTIONS(3602), 1,
      anon_sym_LPAREN,
    ACTIONS(3604), 1,
      anon_sym_AT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3606), 15,
      anon_sym_AT_COLON,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [78289] = 5,
    ACTIONS(3608), 1,
      anon_sym_EQ,
    STATE(810), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3511), 7,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(3509), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [78319] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(1506), 1,
      sym_escape_sequence,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(1508), 16,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
      aux_sym_float_token1,
      aux_sym_float_token2,
      anon_sym_true,
      anon_sym_false,
      aux_sym_string_token1,
      aux_sym_string_token2,
      aux_sym_string_token3,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
      sym_identifier,
  [78347] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(1420), 1,
      sym_escape_sequence,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(1422), 16,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      anon_sym_this,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_integer_token2,
      aux_sym_float_token1,
      aux_sym_float_token2,
      anon_sym_true,
      anon_sym_false,
      aux_sym_string_token1,
      aux_sym_string_token2,
      aux_sym_string_token3,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
      sym_identifier,
  [78375] = 4,
    ACTIONS(3586), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1480), 7,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_LBRACK,
      aux_sym_integer_token2,
      aux_sym_float_token2,
      aux_sym_string_token1,
      aux_sym_string_token3,
    ACTIONS(1483), 8,
      anon_sym_this,
      anon_sym_new,
      anon_sym_null,
      aux_sym_integer_token1,
      aux_sym_float_token1,
      anon_sym_true,
      anon_sym_false,
      sym_identifier,
  [78402] = 3,
    ACTIONS(3610), 1,
      anon_sym_AT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3612), 15,
      anon_sym_AT_COLON,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [78427] = 3,
    ACTIONS(3614), 1,
      anon_sym_AT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3616), 15,
      anon_sym_AT_COLON,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_class,
      anon_sym_typedef,
      anon_sym_function,
      anon_sym_var,
  [78452] = 6,
    ACTIONS(3620), 1,
      anon_sym_final,
    ACTIONS(3622), 1,
      anon_sym_function,
    ACTIONS(3624), 1,
      anon_sym_var,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1883), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3618), 9,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
  [78481] = 6,
    ACTIONS(3558), 1,
      anon_sym_function,
    ACTIONS(3560), 1,
      anon_sym_var,
    ACTIONS(3626), 1,
      anon_sym_final,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1883), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3618), 9,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
  [78510] = 4,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3631), 2,
      anon_sym_function,
      anon_sym_var,
    STATE(1883), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3628), 10,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
  [78535] = 6,
    ACTIONS(3633), 1,
      anon_sym_final,
    ACTIONS(3635), 1,
      anon_sym_function,
    ACTIONS(3637), 1,
      anon_sym_var,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1883), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3618), 9,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
  [78564] = 6,
    ACTIONS(3574), 1,
      anon_sym_function,
    ACTIONS(3576), 1,
      anon_sym_var,
    ACTIONS(3639), 1,
      anon_sym_final,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1883), 2,
      sym__modifier,
      aux_sym_function_declaration_repeat1,
    ACTIONS(3618), 9,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
  [78593] = 3,
    ACTIONS(3554), 1,
      anon_sym_class,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3641), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [78615] = 3,
    ACTIONS(3643), 1,
      anon_sym_class,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3641), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [78637] = 3,
    ACTIONS(3570), 1,
      anon_sym_class,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3641), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [78659] = 3,
    ACTIONS(3584), 1,
      anon_sym_class,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3641), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [78681] = 3,
    ACTIONS(3645), 1,
      anon_sym_class,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3641), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [78703] = 3,
    ACTIONS(3647), 1,
      anon_sym_class,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3641), 12,
      anon_sym_macro,
      anon_sym_abstract,
      anon_sym_static,
      anon_sym_public,
      anon_sym_private,
      anon_sym_extern,
      anon_sym_inline,
      anon_sym_overload,
      anon_sym_override,
      anon_sym_final,
      anon_sym_function,
      anon_sym_var,
  [78725] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(1502), 9,
      anon_sym_DOT,
      anon_sym_RPAREN,
      anon_sym_RBRACE,
      anon_sym_COLON,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      sym_identifier,
  [78745] = 6,
    ACTIONS(3649), 1,
      anon_sym_DOT,
    ACTIONS(3653), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3651), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 4,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
  [78770] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3655), 1,
      aux_sym_string_token1,
    ACTIONS(3657), 1,
      aux_sym_string_token2,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3663), 1,
      sym_escape_sequence,
    STATE(1918), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [78800] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3665), 1,
      aux_sym_string_token1,
    ACTIONS(3667), 1,
      aux_sym_string_token2,
    ACTIONS(3669), 1,
      sym_escape_sequence,
    STATE(1912), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [78830] = 7,
    ACTIONS(2593), 1,
      anon_sym_RBRACK,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 2,
      anon_sym_COMMA,
      sym_identifier,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3671), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [78856] = 6,
    ACTIONS(3521), 1,
      anon_sym_DOT,
    ACTIONS(3523), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(1524), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [78880] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3673), 1,
      aux_sym_string_token1,
    ACTIONS(3675), 1,
      aux_sym_string_token2,
    ACTIONS(3677), 1,
      sym_escape_sequence,
    STATE(1894), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [78910] = 6,
    ACTIONS(3501), 1,
      anon_sym_DOT,
    ACTIONS(3503), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3651), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [78934] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3679), 1,
      aux_sym_string_token1,
    ACTIONS(3681), 1,
      aux_sym_string_token2,
    ACTIONS(3683), 1,
      sym_escape_sequence,
    STATE(1911), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [78964] = 6,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(1524), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [78988] = 7,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(1506), 1,
      sym_escape_sequence,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3533), 1,
      anon_sym_DOT,
    ACTIONS(3537), 1,
      anon_sym_QMARK,
    ACTIONS(3535), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1508), 4,
      aux_sym_string_token1,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
  [79014] = 6,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3671), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
  [79038] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3323), 9,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_extends,
      anon_sym_implements,
  [79054] = 6,
    ACTIONS(3685), 1,
      anon_sym_DOT,
    ACTIONS(3687), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(1524), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [79078] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3379), 9,
      anon_sym_LPAREN,
      anon_sym_RPAREN,
      anon_sym_LBRACE,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
      anon_sym_extends,
      anon_sym_implements,
  [79094] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3689), 1,
      aux_sym_string_token1,
    ACTIONS(3691), 1,
      aux_sym_string_token2,
    ACTIONS(3693), 1,
      sym_escape_sequence,
    STATE(1914), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [79124] = 7,
    ACTIONS(2577), 1,
      anon_sym_RBRACK,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 2,
      anon_sym_COMMA,
      sym_identifier,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3671), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79150] = 7,
    ACTIONS(2589), 1,
      anon_sym_RBRACK,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 2,
      anon_sym_COMMA,
      sym_identifier,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3671), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79176] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(1502), 7,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [79194] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3657), 1,
      aux_sym_string_token2,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3663), 1,
      sym_escape_sequence,
    ACTIONS(3695), 1,
      aux_sym_string_token1,
    STATE(1918), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [79224] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3657), 1,
      aux_sym_string_token2,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3663), 1,
      sym_escape_sequence,
    ACTIONS(3697), 1,
      aux_sym_string_token1,
    STATE(1918), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [79254] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3657), 1,
      aux_sym_string_token2,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3663), 1,
      sym_escape_sequence,
    ACTIONS(3699), 1,
      aux_sym_string_token1,
    STATE(1918), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [79284] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3657), 1,
      aux_sym_string_token2,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3663), 1,
      sym_escape_sequence,
    ACTIONS(3701), 1,
      aux_sym_string_token1,
    STATE(1918), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [79314] = 6,
    ACTIONS(3685), 1,
      anon_sym_DOT,
    ACTIONS(3687), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3671), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
    ACTIONS(1502), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
  [79338] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3659), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3661), 1,
      anon_sym_DOLLAR,
    ACTIONS(3703), 1,
      aux_sym_string_token1,
    ACTIONS(3705), 1,
      aux_sym_string_token2,
    ACTIONS(3707), 1,
      sym_escape_sequence,
    STATE(1913), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [79368] = 7,
    ACTIONS(2605), 1,
      anon_sym_RBRACK,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 2,
      anon_sym_COMMA,
      sym_identifier,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3671), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79394] = 9,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3709), 1,
      aux_sym_string_token1,
    ACTIONS(3711), 1,
      aux_sym_string_token2,
    ACTIONS(3714), 1,
      anon_sym_DOLLAR_LBRACE,
    ACTIONS(3717), 1,
      anon_sym_DOLLAR,
    ACTIONS(3720), 1,
      sym_escape_sequence,
    STATE(1918), 2,
      sym_interpolation,
      aux_sym_string_repeat1,
    STATE(2006), 2,
      sym__interpolated_block,
      sym__interpolated_identifier,
  [79424] = 7,
    ACTIONS(2597), 1,
      anon_sym_RBRACK,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 2,
      anon_sym_COMMA,
      sym_identifier,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3671), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79450] = 6,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3723), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 4,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
  [79473] = 6,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3725), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 4,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
  [79496] = 3,
    ACTIONS(3651), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1628), 7,
      sym__closing_brace_marker,
      anon_sym_DOT,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [79513] = 6,
    ACTIONS(3525), 1,
      anon_sym_DOT,
    ACTIONS(3527), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3651), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79536] = 6,
    ACTIONS(1502), 1,
      sym__lookback_semicolon,
    ACTIONS(3529), 1,
      anon_sym_DOT,
    ACTIONS(3531), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3727), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79558] = 6,
    ACTIONS(1502), 1,
      sym__lookback_semicolon,
    ACTIONS(3729), 1,
      anon_sym_DOT,
    ACTIONS(3731), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3727), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79580] = 3,
    ACTIONS(1524), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1628), 6,
      anon_sym_DOT,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [79596] = 8,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3737), 1,
      anon_sym_extends,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(589), 1,
      sym_block,
    STATE(2052), 1,
      sym_type_params,
    STATE(2070), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [79622] = 6,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3741), 1,
      anon_sym_LPAREN,
    STATE(195), 1,
      sym__arg_list,
    STATE(2047), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3369), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [79644] = 8,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3745), 1,
      anon_sym_extends,
    STATE(326), 1,
      sym_block,
    STATE(2044), 1,
      sym_type_params,
    STATE(2260), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [79670] = 3,
    STATE(2453), 1,
      sym__access_identifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3747), 6,
      anon_sym_default,
      anon_sym_null,
      anon_sym_get,
      anon_sym_set,
      anon_sym_dynamic,
      anon_sym_never,
  [79686] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    STATE(2027), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3363), 5,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
  [79704] = 3,
    ACTIONS(3671), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1628), 6,
      anon_sym_DOT,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
      sym_identifier,
  [79720] = 8,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3749), 1,
      anon_sym_extends,
    STATE(500), 1,
      sym_block,
    STATE(2021), 1,
      sym_type_params,
    STATE(2283), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [79746] = 6,
    ACTIONS(3751), 1,
      anon_sym_LPAREN,
    ACTIONS(3753), 1,
      anon_sym_LT,
    STATE(241), 1,
      sym__arg_list,
    STATE(2008), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3369), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [79768] = 8,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3757), 1,
      anon_sym_extends,
    STATE(448), 1,
      sym_block,
    STATE(2030), 1,
      sym_type_params,
    STATE(2152), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [79794] = 6,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3759), 1,
      anon_sym_LPAREN,
    STATE(195), 1,
      sym__arg_list,
    STATE(2039), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3369), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [79816] = 5,
    ACTIONS(3651), 1,
      anon_sym_EQ_GT,
    ACTIONS(3761), 1,
      anon_sym_DOT,
    ACTIONS(3763), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 4,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
      anon_sym_COMMA,
  [79836] = 6,
    ACTIONS(1502), 1,
      anon_sym_RBRACE,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3765), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79858] = 3,
    STATE(2726), 1,
      sym__access_identifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3767), 6,
      anon_sym_default,
      anon_sym_null,
      anon_sym_get,
      anon_sym_set,
      anon_sym_dynamic,
      anon_sym_never,
  [79874] = 6,
    ACTIONS(1502), 1,
      anon_sym_RBRACE,
    ACTIONS(3685), 1,
      anon_sym_DOT,
    ACTIONS(3687), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3765), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [79896] = 8,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3769), 1,
      anon_sym_extends,
    STATE(365), 1,
      sym_block,
    STATE(2036), 1,
      sym_type_params,
    STATE(2116), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [79922] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    STATE(2026), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3369), 5,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
  [79940] = 8,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3771), 1,
      anon_sym_extends,
    STATE(365), 1,
      sym_block,
    STATE(2038), 1,
      sym_type_params,
    STATE(2241), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [79966] = 8,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3773), 1,
      anon_sym_extends,
    STATE(326), 1,
      sym_block,
    STATE(2049), 1,
      sym_type_params,
    STATE(2076), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [79992] = 7,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3777), 1,
      anon_sym_EQ,
    STATE(1852), 1,
      sym__assignmentOperator,
    STATE(2026), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3775), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [80016] = 8,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3779), 1,
      anon_sym_extends,
    STATE(502), 1,
      sym_block,
    STATE(2051), 1,
      sym_type_params,
    STATE(2066), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80042] = 8,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3781), 1,
      anon_sym_extends,
    STATE(448), 1,
      sym_block,
    STATE(2048), 1,
      sym_type_params,
    STATE(2268), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80068] = 6,
    ACTIONS(1630), 1,
      anon_sym_LBRACE,
    ACTIONS(3783), 1,
      anon_sym_else,
    ACTIONS(3785), 1,
      anon_sym_elseif,
    STATE(2033), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1616), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [80090] = 7,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3789), 1,
      anon_sym_EQ,
    STATE(1853), 1,
      sym__assignmentOperator,
    STATE(2026), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3787), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [80114] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(329), 1,
      sym_block,
    STATE(2077), 1,
      sym_type_params,
    STATE(2078), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80137] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(658), 1,
      sym_block,
    STATE(2261), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2271), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80160] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(412), 1,
      sym_block,
    STATE(2227), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2228), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80183] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(424), 1,
      sym_block,
    STATE(2221), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2225), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80206] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(419), 1,
      sym_block,
    STATE(2215), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2216), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80229] = 4,
    ACTIONS(3795), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3793), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
    ACTIONS(1544), 3,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [80246] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(641), 1,
      sym_block,
    STATE(2200), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2201), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80269] = 3,
    ACTIONS(1520), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1518), 5,
      anon_sym_DOT,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [80284] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2113), 1,
      aux_sym_package_statement_repeat1,
    STATE(2398), 1,
      sym_type_name,
    STATE(2403), 1,
      aux_sym_import_statement_repeat1,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80307] = 5,
    ACTIONS(3801), 1,
      anon_sym_DOT,
    ACTIONS(3805), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3803), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [80326] = 5,
    ACTIONS(3671), 1,
      anon_sym_EQ_GT,
    ACTIONS(3807), 1,
      anon_sym_DOT,
    ACTIONS(3809), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
  [80345] = 5,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3811), 1,
      anon_sym_DOT,
    ACTIONS(3813), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [80364] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(526), 1,
      sym_block,
    STATE(2166), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2168), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80387] = 6,
    ACTIONS(129), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(177), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(2053), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [80408] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(424), 1,
      sym_block,
    STATE(2222), 1,
      sym_type_params,
    STATE(2284), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80431] = 5,
    ACTIONS(3590), 1,
      anon_sym_DOT,
    ACTIONS(3592), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(3803), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [80450] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(324), 1,
      sym_block,
    STATE(2232), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2233), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80473] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(543), 1,
      sym_block,
    STATE(2170), 1,
      sym_type_params,
    STATE(2286), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80496] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(327), 1,
      sym_block,
    STATE(2128), 1,
      sym_type_params,
    STATE(2129), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80519] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3422), 6,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
      anon_sym_GT,
      anon_sym_EQ,
  [80532] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(618), 1,
      sym_block,
    STATE(2191), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2192), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80555] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(327), 1,
      sym_block,
    STATE(2239), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2240), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80578] = 6,
    ACTIONS(139), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(280), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1979), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [80599] = 6,
    ACTIONS(129), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(190), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1963), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [80620] = 5,
    ACTIONS(3651), 1,
      anon_sym_EQ_GT,
    ACTIONS(3819), 1,
      anon_sym_DOT,
    ACTIONS(3821), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [80639] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(487), 1,
      sym_block,
    STATE(2242), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2243), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80662] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(412), 1,
      sym_block,
    STATE(2207), 1,
      sym_type_params,
    STATE(2277), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80685] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(324), 1,
      sym_block,
    STATE(2139), 1,
      sym_type_params,
    STATE(2140), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80708] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(419), 1,
      sym_block,
    STATE(2235), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2236), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80731] = 6,
    ACTIONS(139), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(264), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(2053), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [80752] = 5,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3823), 1,
      anon_sym_DOT,
    ACTIONS(3825), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [80771] = 6,
    ACTIONS(137), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(294), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1985), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [80792] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(487), 1,
      sym_block,
    STATE(2107), 1,
      sym_type_params,
    STATE(2108), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80815] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(449), 1,
      sym_block,
    STATE(2057), 1,
      sym_type_params,
    STATE(2059), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80838] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(1958), 1,
      aux_sym_package_statement_repeat1,
    STATE(2304), 1,
      sym_type_name,
    STATE(2305), 1,
      aux_sym_import_statement_repeat1,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80861] = 6,
    ACTIONS(137), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(301), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(2053), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [80882] = 6,
    ACTIONS(3829), 1,
      anon_sym_COLON,
    ACTIONS(3831), 1,
      anon_sym_QMARK,
    ACTIONS(3833), 1,
      anon_sym_EQ,
    STATE(1846), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3827), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [80903] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(1997), 1,
      aux_sym_package_statement_repeat1,
    STATE(2357), 1,
      aux_sym_import_statement_repeat1,
    STATE(2418), 1,
      sym_type_name,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80926] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2001), 1,
      aux_sym_package_statement_repeat1,
    STATE(2358), 1,
      aux_sym_import_statement_repeat1,
    STATE(2420), 1,
      sym_type_name,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [80949] = 3,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1506), 2,
      anon_sym_LPAREN,
      anon_sym_LT,
    ACTIONS(1502), 4,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [80964] = 6,
    ACTIONS(3507), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(1299), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(2000), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [80985] = 6,
    ACTIONS(135), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(231), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(2053), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [81006] = 5,
    ACTIONS(3671), 1,
      anon_sym_EQ_GT,
    ACTIONS(3823), 1,
      anon_sym_DOT,
    ACTIONS(3825), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 3,
      anon_sym_COMMA,
      anon_sym_RBRACK,
      sym_identifier,
  [81025] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2003), 1,
      aux_sym_package_statement_repeat1,
    STATE(2302), 1,
      aux_sym_import_statement_repeat1,
    STATE(2314), 1,
      sym_type_name,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81048] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(603), 1,
      sym_block,
    STATE(2172), 1,
      aux_sym_interface_declaration_repeat1,
    STATE(2224), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81071] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(329), 1,
      sym_block,
    STATE(2258), 1,
      aux_sym_interface_declaration_repeat1,
    STATE(2259), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81094] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(581), 1,
      sym_block,
    STATE(2068), 1,
      aux_sym_interface_declaration_repeat1,
    STATE(2069), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81117] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2113), 1,
      aux_sym_package_statement_repeat1,
    STATE(2404), 1,
      aux_sym_import_statement_repeat1,
    STATE(2432), 1,
      sym_type_name,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81140] = 5,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3807), 1,
      anon_sym_DOT,
    ACTIONS(3809), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [81159] = 7,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(449), 1,
      sym_block,
    STATE(2265), 1,
      aux_sym_interface_declaration_repeat1,
    STATE(2267), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81182] = 6,
    ACTIONS(3507), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(1296), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(2053), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [81203] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2113), 1,
      aux_sym_package_statement_repeat1,
    STATE(2409), 1,
      aux_sym_import_statement_repeat1,
    STATE(2433), 1,
      sym_type_name,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81226] = 6,
    ACTIONS(135), 1,
      sym__closing_brace_marker,
    ACTIONS(3815), 1,
      anon_sym_case,
    ACTIONS(3817), 1,
      anon_sym_default,
    STATE(232), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(1991), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [81247] = 7,
    ACTIONS(3797), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2113), 1,
      aux_sym_package_statement_repeat1,
    STATE(2389), 1,
      sym_type_name,
    STATE(2395), 1,
      aux_sym_import_statement_repeat1,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81270] = 7,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(568), 1,
      sym_block,
    STATE(2119), 1,
      aux_sym_class_declaration_repeat2,
    STATE(2175), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81293] = 5,
    ACTIONS(3789), 1,
      anon_sym_EQ,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    STATE(1853), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3787), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [81311] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3839), 1,
      sym_escape_sequence,
    ACTIONS(3837), 4,
      aux_sym_string_token1,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
  [81327] = 3,
    ACTIONS(3765), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1628), 4,
      anon_sym_DOT,
      anon_sym_RBRACE,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [81341] = 4,
    ACTIONS(3751), 1,
      anon_sym_LPAREN,
    STATE(237), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3355), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [81357] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3843), 1,
      sym_escape_sequence,
    ACTIONS(3841), 4,
      aux_sym_string_token1,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
  [81373] = 5,
    ACTIONS(3651), 1,
      anon_sym_EQ_GT,
    ACTIONS(3845), 1,
      anon_sym_DOT,
    ACTIONS(3847), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1502), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
  [81391] = 4,
    ACTIONS(3849), 1,
      anon_sym_LT,
    STATE(1393), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3363), 3,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
  [81407] = 4,
    ACTIONS(3849), 1,
      anon_sym_LT,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3369), 3,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
  [81423] = 6,
    ACTIONS(129), 1,
      sym__closing_brace_marker,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(199), 1,
      sym__closing_brace,
    STATE(2090), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81443] = 6,
    ACTIONS(2569), 1,
      sym_identifier,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2573), 1,
      anon_sym_RBRACK,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    STATE(2417), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81463] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3853), 1,
      sym_escape_sequence,
    ACTIONS(3851), 4,
      aux_sym_string_token1,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
  [81479] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3857), 1,
      sym_escape_sequence,
    ACTIONS(3855), 4,
      aux_sym_string_token1,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
  [81495] = 6,
    ACTIONS(3859), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3861), 1,
      sym__lookback_semicolon,
    STATE(373), 1,
      sym__semicolon,
    STATE(2355), 1,
      aux_sym_package_statement_repeat1,
    STATE(2416), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81515] = 4,
    ACTIONS(3753), 1,
      anon_sym_LT,
    STATE(2359), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3369), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [81531] = 6,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    ACTIONS(3507), 1,
      sym__closing_brace_marker,
    STATE(1290), 1,
      sym__closing_brace,
    STATE(2100), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81551] = 6,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2583), 1,
      sym_identifier,
    ACTIONS(2585), 1,
      anon_sym_RBRACK,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    STATE(2399), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81571] = 6,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3863), 1,
      anon_sym_extends,
    STATE(531), 1,
      sym_block,
    STATE(2055), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81591] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(1506), 1,
      sym_escape_sequence,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(1508), 4,
      aux_sym_string_token1,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
  [81607] = 5,
    ACTIONS(3867), 1,
      anon_sym_COLON,
    ACTIONS(3869), 1,
      anon_sym_EQ,
    STATE(1851), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3865), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [81625] = 4,
    ACTIONS(3753), 1,
      anon_sym_LT,
    STATE(2356), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3363), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [81641] = 6,
    ACTIONS(135), 1,
      sym__closing_brace_marker,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(1251), 1,
      sym__closing_brace,
    STATE(2274), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81661] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3355), 5,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
  [81673] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3349), 5,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
  [81685] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3359), 5,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
  [81697] = 6,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2579), 1,
      sym_identifier,
    ACTIONS(2581), 1,
      anon_sym_RBRACK,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    STATE(2299), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81717] = 6,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3871), 1,
      anon_sym_extends,
    STATE(378), 1,
      sym_block,
    STATE(2080), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81737] = 5,
    ACTIONS(3777), 1,
      anon_sym_EQ,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    STATE(1852), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3775), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [81755] = 6,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2599), 1,
      sym_identifier,
    ACTIONS(2601), 1,
      anon_sym_RBRACK,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    STATE(2428), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81775] = 4,
    ACTIONS(3873), 1,
      anon_sym_else,
    ACTIONS(3875), 1,
      anon_sym_elseif,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1916), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [81791] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3434), 4,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_GT,
      anon_sym_EQ,
  [81805] = 3,
    ACTIONS(3727), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1628), 4,
      sym__lookback_semicolon,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [81819] = 6,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3877), 1,
      anon_sym_extends,
    STATE(375), 1,
      sym_block,
    STATE(2144), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81839] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3449), 4,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_GT,
      anon_sym_EQ,
  [81853] = 6,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3879), 1,
      anon_sym_extends,
    STATE(375), 1,
      sym_block,
    STATE(2231), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81873] = 4,
    ACTIONS(3759), 1,
      anon_sym_LPAREN,
    STATE(228), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3355), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [81889] = 4,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3883), 1,
      sym_escape_sequence,
    ACTIONS(3881), 4,
      aux_sym_string_token1,
      aux_sym_string_token2,
      anon_sym_DOLLAR_LBRACE,
      anon_sym_DOLLAR,
  [81905] = 6,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3759), 1,
      anon_sym_LPAREN,
    ACTIONS(3885), 1,
      anon_sym_RBRACE,
    STATE(195), 1,
      sym__arg_list,
    STATE(2585), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81925] = 6,
    ACTIONS(137), 1,
      sym__closing_brace_marker,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(1585), 1,
      sym__closing_brace,
    STATE(2085), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81945] = 6,
    ACTIONS(139), 1,
      sym__closing_brace_marker,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(270), 1,
      sym__closing_brace,
    STATE(2199), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81965] = 6,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3887), 1,
      anon_sym_extends,
    STATE(490), 1,
      sym_block,
    STATE(2247), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [81985] = 6,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2607), 1,
      sym_identifier,
    ACTIONS(2609), 1,
      anon_sym_RBRACK,
    ACTIONS(3127), 1,
      anon_sym_LBRACK,
    STATE(2318), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82005] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3305), 5,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_GT,
      anon_sym_EQ,
  [82017] = 4,
    ACTIONS(3741), 1,
      anon_sym_LPAREN,
    STATE(228), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3355), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [82033] = 6,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3889), 1,
      anon_sym_extends,
    STATE(378), 1,
      sym_block,
    STATE(2255), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82053] = 6,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3891), 1,
      anon_sym_extends,
    STATE(490), 1,
      sym_block,
    STATE(2099), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82073] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3457), 4,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_GT,
      anon_sym_EQ,
  [82087] = 6,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3893), 1,
      anon_sym_extends,
    STATE(598), 1,
      sym_block,
    STATE(2257), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82107] = 6,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3895), 1,
      anon_sym_extends,
    STATE(664), 1,
      sym_block,
    STATE(2264), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82127] = 5,
    ACTIONS(3897), 1,
      anon_sym_case,
    ACTIONS(3900), 1,
      anon_sym_default,
    ACTIONS(3903), 1,
      sym__closing_brace_marker,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    STATE(2053), 2,
      sym_case_statement,
      aux_sym_switch_block_repeat1,
  [82145] = 6,
    ACTIONS(3859), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3905), 1,
      sym__lookback_semicolon,
    STATE(524), 1,
      sym__semicolon,
    STATE(2331), 1,
      aux_sym_package_statement_repeat1,
    STATE(2332), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82165] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(610), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82182] = 5,
    ACTIONS(3907), 1,
      anon_sym_COMMA,
    ACTIONS(3909), 1,
      sym__closing_brace_marker,
    STATE(2361), 1,
      sym__closing_brace,
    STATE(2363), 1,
      aux_sym_structure_type_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82199] = 5,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(395), 1,
      sym_block,
    STATE(2083), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82216] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(3911), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82233] = 5,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(397), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82250] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(608), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82267] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    STATE(2610), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3913), 2,
      anon_sym_LBRACE,
      anon_sym_extends,
  [82282] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3917), 1,
      anon_sym_COLON,
    ACTIONS(3919), 1,
      sym__lookback_semicolon,
    STATE(2861), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82299] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3921), 1,
      anon_sym_COLON,
    ACTIONS(3923), 1,
      sym__lookback_semicolon,
    STATE(2859), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82316] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    STATE(2540), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3925), 2,
      anon_sym_LBRACE,
      anon_sym_implements,
  [82331] = 5,
    ACTIONS(1502), 1,
      sym__lookback_semicolon,
    ACTIONS(3727), 1,
      anon_sym_EQ_GT,
    ACTIONS(3927), 1,
      anon_sym_DOT,
    ACTIONS(3929), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82348] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(600), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82365] = 5,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2745), 1,
      anon_sym_RPAREN,
    STATE(2429), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82382] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(652), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82399] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(659), 1,
      sym_block,
    STATE(2273), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82416] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(660), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82433] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3695), 1,
      aux_sym_string_token3,
    ACTIONS(3931), 1,
      aux_sym_string_token4,
    ACTIONS(3933), 1,
      sym_escape_sequence,
    STATE(2217), 1,
      aux_sym_string_repeat2,
  [82452] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3935), 1,
      anon_sym_COMMA,
    ACTIONS(3937), 1,
      anon_sym_GT,
    STATE(2407), 1,
      aux_sym_type_params_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82469] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2062), 1,
      sym__function_arg_list,
    STATE(2469), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82486] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2063), 1,
      sym__function_arg_list,
    STATE(2470), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82503] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2587), 1,
      sym_identifier,
    ACTIONS(2589), 1,
      anon_sym_RBRACK,
    STATE(2426), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82520] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(491), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82537] = 5,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(495), 1,
      sym_block,
    STATE(2101), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82554] = 5,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(496), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82571] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(3941), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82588] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(483), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82605] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3665), 1,
      aux_sym_string_token3,
    ACTIONS(3943), 1,
      aux_sym_string_token4,
    ACTIONS(3945), 1,
      sym_escape_sequence,
    STATE(2093), 1,
      aux_sym_string_repeat2,
  [82624] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3947), 1,
      anon_sym_LPAREN,
    STATE(1282), 1,
      sym__arg_list,
    STATE(2477), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82641] = 5,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(476), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82658] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(3949), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82675] = 5,
    ACTIONS(137), 1,
      sym__closing_brace_marker,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(1473), 1,
      sym__closing_brace,
    STATE(2419), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82692] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3951), 1,
      anon_sym_COLON,
    ACTIONS(3953), 1,
      sym__lookback_semicolon,
    STATE(2806), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82709] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2583), 1,
      sym_identifier,
    ACTIONS(2585), 1,
      anon_sym_RBRACK,
    STATE(2399), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82726] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2591), 1,
      sym_identifier,
    ACTIONS(2593), 1,
      anon_sym_RBRACK,
    STATE(2431), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82743] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3955), 1,
      anon_sym_COLON,
    ACTIONS(3957), 1,
      sym__lookback_semicolon,
    STATE(2802), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82760] = 5,
    ACTIONS(129), 1,
      sym__closing_brace_marker,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(186), 1,
      sym__closing_brace,
    STATE(2419), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82777] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2096), 1,
      sym__function_arg_list,
    STATE(2495), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82794] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2097), 1,
      sym__function_arg_list,
    STATE(2496), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82811] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3697), 1,
      aux_sym_string_token3,
    ACTIONS(3931), 1,
      aux_sym_string_token4,
    ACTIONS(3933), 1,
      sym_escape_sequence,
    STATE(2217), 1,
      aux_sym_string_repeat2,
  [82830] = 5,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(3959), 1,
      sym_identifier,
    STATE(2793), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82847] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3961), 1,
      anon_sym_RPAREN,
    ACTIONS(3964), 1,
      anon_sym_COMMA,
    STATE(2423), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82864] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3966), 1,
      anon_sym_COLON,
    ACTIONS(3968), 1,
      sym__lookback_semicolon,
    STATE(2786), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82881] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3970), 1,
      anon_sym_COLON,
    ACTIONS(3972), 1,
      sym__lookback_semicolon,
    STATE(2782), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82898] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3974), 1,
      anon_sym_COLON,
    ACTIONS(3976), 1,
      sym__lookback_semicolon,
    STATE(2814), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82915] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(404), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82932] = 5,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    ACTIONS(3507), 1,
      sym__closing_brace_marker,
    STATE(1314), 1,
      sym__closing_brace,
    STATE(2419), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82949] = 5,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(334), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82966] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3980), 1,
      sym__lookback_semicolon,
    STATE(2698), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [82983] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3982), 1,
      anon_sym_COLON,
    ACTIONS(3984), 1,
      sym__lookback_semicolon,
    STATE(2822), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83000] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2595), 1,
      sym_identifier,
    ACTIONS(2597), 1,
      anon_sym_RBRACK,
    STATE(2374), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83017] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3986), 1,
      sym__lookback_semicolon,
    STATE(2703), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83034] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2126), 1,
      sym__function_arg_list,
    STATE(2515), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83051] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(330), 1,
      sym_block,
    STATE(2138), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83068] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(328), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83085] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(3988), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83102] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2127), 1,
      sym__function_arg_list,
    STATE(2516), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83119] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3990), 1,
      anon_sym_COLON,
    ACTIONS(3992), 1,
      sym__lookback_semicolon,
    STATE(2683), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83136] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3994), 1,
      sym__lookback_semicolon,
    STATE(2754), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83153] = 5,
    ACTIONS(3996), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3999), 1,
      sym__pascalCaseIdentifier,
    STATE(2113), 1,
      aux_sym_package_statement_repeat1,
    STATE(2652), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83170] = 5,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2747), 1,
      anon_sym_RPAREN,
    STATE(2368), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83187] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4001), 1,
      sym__lookback_semicolon,
    STATE(2752), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83204] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(381), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83221] = 5,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(4003), 1,
      sym_identifier,
    STATE(2669), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83238] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(4005), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83255] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(680), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83272] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4007), 1,
      anon_sym_COLON,
    ACTIONS(4009), 1,
      sym__lookback_semicolon,
    STATE(2712), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83289] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3935), 1,
      anon_sym_COMMA,
    ACTIONS(4011), 1,
      anon_sym_GT,
    STATE(2365), 1,
      aux_sym_type_params_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83306] = 5,
    ACTIONS(1502), 1,
      anon_sym_RBRACE,
    ACTIONS(3765), 1,
      anon_sym_EQ_GT,
    ACTIONS(3823), 1,
      anon_sym_DOT,
    ACTIONS(3825), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83323] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4013), 1,
      anon_sym_COLON,
    ACTIONS(4015), 1,
      sym__lookback_semicolon,
    STATE(2677), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83340] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4017), 1,
      anon_sym_COLON,
    ACTIONS(4019), 1,
      sym__lookback_semicolon,
    STATE(2710), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83357] = 3,
    ACTIONS(1592), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1544), 3,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [83370] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4021), 1,
      anon_sym_COLON,
    ACTIONS(4023), 1,
      sym__lookback_semicolon,
    STATE(2707), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83387] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4025), 1,
      anon_sym_COLON,
    ACTIONS(4027), 1,
      sym__lookback_semicolon,
    STATE(2704), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83404] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(409), 1,
      sym_block,
    STATE(2206), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83421] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(410), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83438] = 5,
    ACTIONS(2569), 1,
      sym_identifier,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2573), 1,
      anon_sym_RBRACK,
    STATE(2417), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83455] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(661), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83472] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3422), 4,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_DASH_GT,
      anon_sym_LT,
  [83483] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4029), 1,
      anon_sym_COLON,
    ACTIONS(4031), 1,
      sym__lookback_semicolon,
    STATE(2656), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83500] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4033), 1,
      anon_sym_COLON,
    ACTIONS(4035), 1,
      sym__lookback_semicolon,
    STATE(2630), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83517] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3964), 1,
      anon_sym_COMMA,
    ACTIONS(4037), 1,
      anon_sym_RPAREN,
    STATE(2423), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83534] = 5,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(4040), 1,
      sym_identifier,
    STATE(2678), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83551] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3699), 1,
      aux_sym_string_token3,
    ACTIONS(3931), 1,
      aux_sym_string_token4,
    ACTIONS(3933), 1,
      sym_escape_sequence,
    STATE(2217), 1,
      aux_sym_string_repeat2,
  [83570] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(418), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83587] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(372), 1,
      sym_block,
    STATE(2280), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83604] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(420), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83621] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2173), 1,
      sym__function_arg_list,
    STATE(2565), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83638] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4042), 1,
      sym__lookback_semicolon,
    STATE(2657), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83655] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4044), 1,
      sym__lookback_semicolon,
    STATE(2655), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83672] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(425), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83689] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3379), 4,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [83700] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2167), 1,
      sym__function_arg_list,
    STATE(2562), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83717] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(4046), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83734] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3741), 1,
      anon_sym_LPAREN,
    STATE(195), 1,
      sym__arg_list,
    STATE(2499), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83751] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2155), 1,
      sym__function_arg_list,
    STATE(2615), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83768] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3323), 4,
      sym__closing_brace_marker,
      anon_sym_LPAREN,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [83779] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3964), 1,
      anon_sym_COMMA,
    ACTIONS(4048), 1,
      anon_sym_RPAREN,
    STATE(2423), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83796] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(392), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83813] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3935), 1,
      anon_sym_COMMA,
    ACTIONS(4051), 1,
      anon_sym_GT,
    STATE(2310), 1,
      aux_sym_type_params_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83830] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2263), 1,
      sym__function_arg_list,
    STATE(2611), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83847] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4053), 1,
      anon_sym_COLON,
    ACTIONS(4055), 1,
      sym__lookback_semicolon,
    STATE(2813), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83864] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3679), 1,
      aux_sym_string_token3,
    ACTIONS(4057), 1,
      aux_sym_string_token4,
    ACTIONS(4059), 1,
      sym_escape_sequence,
    STATE(2071), 1,
      aux_sym_string_repeat2,
  [83883] = 5,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2681), 1,
      anon_sym_RPAREN,
    STATE(2346), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83900] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3703), 1,
      aux_sym_string_token3,
    ACTIONS(4061), 1,
      aux_sym_string_token4,
    ACTIONS(4063), 1,
      sym_escape_sequence,
    STATE(2137), 1,
      aux_sym_string_repeat2,
  [83919] = 5,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2687), 1,
      anon_sym_RPAREN,
    STATE(2437), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83936] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4065), 1,
      sym__lookback_semicolon,
    STATE(2869), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83953] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(4067), 1,
      anon_sym_LPAREN,
    STATE(1649), 1,
      sym__arg_list,
    STATE(2508), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83970] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4069), 1,
      sym__lookback_semicolon,
    STATE(2847), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [83987] = 5,
    ACTIONS(1502), 1,
      sym__lookback_semicolon,
    ACTIONS(3727), 1,
      anon_sym_EQ_GT,
    ACTIONS(4071), 1,
      anon_sym_DOT,
    ACTIONS(4073), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84004] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(4075), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84021] = 3,
    ACTIONS(2937), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4077), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [84034] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(599), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84051] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4079), 1,
      anon_sym_COLON,
    ACTIONS(4081), 1,
      sym__lookback_semicolon,
    STATE(2736), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84068] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(596), 1,
      sym_block,
    STATE(2131), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84085] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(595), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84102] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(655), 1,
      sym_block,
    STATE(2275), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84119] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(677), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84136] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(504), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84153] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4083), 1,
      anon_sym_COLON,
    ACTIONS(4085), 1,
      sym__lookback_semicolon,
    STATE(2790), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84170] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2133), 1,
      sym__function_arg_list,
    STATE(2514), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84187] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(678), 1,
      sym_block,
    STATE(2211), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84204] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3422), 4,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
      anon_sym_LT,
  [84215] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2134), 1,
      sym__function_arg_list,
    STATE(2521), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84232] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3689), 1,
      aux_sym_string_token3,
    ACTIONS(4087), 1,
      aux_sym_string_token4,
    ACTIONS(4089), 1,
      sym_escape_sequence,
    STATE(2194), 1,
      aux_sym_string_repeat2,
  [84251] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3759), 1,
      anon_sym_LPAREN,
    STATE(195), 1,
      sym__arg_list,
    STATE(2585), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84268] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(573), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84285] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(3751), 1,
      anon_sym_LPAREN,
    STATE(241), 1,
      sym__arg_list,
    STATE(2550), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84302] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(349), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84319] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4091), 1,
      sym__lookback_semicolon,
    STATE(2727), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84336] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4093), 1,
      sym__lookback_semicolon,
    STATE(2723), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84353] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4095), 1,
      sym__lookback_semicolon,
    STATE(2621), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84370] = 4,
    ACTIONS(3777), 1,
      anon_sym_EQ,
    STATE(1852), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3775), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [84385] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2607), 1,
      sym_identifier,
    ACTIONS(2609), 1,
      anon_sym_RBRACK,
    STATE(2318), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84402] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4097), 1,
      sym__lookback_semicolon,
    STATE(2622), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84419] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4099), 1,
      sym__lookback_semicolon,
    STATE(2848), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84436] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4101), 1,
      sym__lookback_semicolon,
    STATE(2714), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84453] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(567), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84470] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(565), 1,
      sym_block,
    STATE(2171), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84487] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4103), 1,
      sym__lookback_semicolon,
    STATE(2730), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84504] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3701), 1,
      aux_sym_string_token3,
    ACTIONS(3931), 1,
      aux_sym_string_token4,
    ACTIONS(3933), 1,
      sym_escape_sequence,
    STATE(2217), 1,
      aux_sym_string_repeat2,
  [84523] = 5,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(4105), 1,
      sym_identifier,
    STATE(2649), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84540] = 5,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2703), 1,
      anon_sym_RPAREN,
    STATE(2326), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84557] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4107), 1,
      anon_sym_COLON,
    ACTIONS(4109), 1,
      sym__lookback_semicolon,
    STATE(2713), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84574] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4111), 1,
      sym__lookback_semicolon,
    STATE(2729), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84591] = 5,
    ACTIONS(139), 1,
      sym__closing_brace_marker,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(255), 1,
      sym__closing_brace,
    STATE(2419), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84608] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(528), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84625] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(503), 1,
      sym_block,
    STATE(2169), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84642] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4113), 1,
      anon_sym_COLON,
    ACTIONS(4115), 1,
      sym__lookback_semicolon,
    STATE(2627), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84659] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2603), 1,
      sym_identifier,
    ACTIONS(2605), 1,
      anon_sym_RBRACK,
    STATE(2290), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84676] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4117), 1,
      sym__lookback_semicolon,
    STATE(2658), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84693] = 5,
    ACTIONS(1502), 1,
      anon_sym_COLON,
    ACTIONS(3803), 1,
      anon_sym_EQ_GT,
    ACTIONS(4119), 1,
      anon_sym_DOT,
    ACTIONS(4121), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84710] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(482), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84727] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(494), 1,
      sym_block,
    STATE(2248), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84744] = 4,
    ACTIONS(3789), 1,
      anon_sym_EQ,
    STATE(1853), 1,
      sym__assignmentOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3787), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [84759] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2599), 1,
      sym_identifier,
    ACTIONS(2601), 1,
      anon_sym_RBRACK,
    STATE(2428), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84776] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3964), 1,
      anon_sym_COMMA,
    ACTIONS(4123), 1,
      anon_sym_RPAREN,
    STATE(2313), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84793] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(511), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84810] = 5,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2739), 1,
      anon_sym_RPAREN,
    STATE(2292), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84827] = 3,
    ACTIONS(4125), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1628), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_EQ_GT,
  [84840] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(349), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84857] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(376), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84874] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(377), 1,
      sym_block,
    STATE(2214), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84891] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(4127), 1,
      aux_sym_string_token3,
    ACTIONS(4129), 1,
      aux_sym_string_token4,
    ACTIONS(4132), 1,
      sym_escape_sequence,
    STATE(2217), 1,
      aux_sym_string_repeat2,
  [84910] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(380), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84927] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(308), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84944] = 5,
    ACTIONS(3907), 1,
      anon_sym_COMMA,
    ACTIONS(3909), 1,
      sym__closing_brace_marker,
    STATE(2056), 1,
      aux_sym_structure_type_repeat1,
    STATE(2335), 1,
      sym__closing_brace,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84961] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(320), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84978] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(432), 1,
      sym_block,
    STATE(2237), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [84995] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4135), 1,
      anon_sym_COLON,
    ACTIONS(4137), 1,
      sym__lookback_semicolon,
    STATE(2687), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85012] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(525), 1,
      sym_block,
    STATE(2060), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85029] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(432), 1,
      sym_block,
    STATE(2218), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85046] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(445), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85063] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(321), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85080] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(494), 1,
      sym_block,
    STATE(2219), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85097] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(482), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85114] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4139), 1,
      sym__lookback_semicolon,
    STATE(2660), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85131] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(425), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85148] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(420), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85165] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(372), 1,
      sym_block,
    STATE(2226), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85182] = 5,
    ACTIONS(1502), 1,
      anon_sym_COLON,
    ACTIONS(3803), 1,
      anon_sym_EQ_GT,
    ACTIONS(4141), 1,
      anon_sym_DOT,
    ACTIONS(4143), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85199] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(376), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85216] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(377), 1,
      sym_block,
    STATE(2182), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85233] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(380), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85250] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(418), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85267] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(410), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85284] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(409), 1,
      sym_block,
    STATE(2229), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85301] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(381), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85318] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(328), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85335] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(330), 1,
      sym_block,
    STATE(2238), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85352] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4145), 1,
      anon_sym_COLON,
    ACTIONS(4147), 1,
      sym__lookback_semicolon,
    STATE(2685), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85369] = 5,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(334), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85386] = 5,
    ACTIONS(1502), 1,
      anon_sym_RBRACE,
    ACTIONS(3765), 1,
      anon_sym_EQ_GT,
    ACTIONS(3807), 1,
      anon_sym_DOT,
    ACTIONS(3809), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85403] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(404), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85420] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(308), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85437] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4149), 1,
      sym__lookback_semicolon,
    STATE(2618), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85454] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4151), 1,
      sym__lookback_semicolon,
    STATE(2680), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85471] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4153), 1,
      sym__lookback_semicolon,
    STATE(2666), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85488] = 5,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(476), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85505] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3673), 1,
      aux_sym_string_token3,
    ACTIONS(4155), 1,
      aux_sym_string_token4,
    ACTIONS(4157), 1,
      sym_escape_sequence,
    STATE(2269), 1,
      aux_sym_string_repeat2,
  [85524] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(4159), 1,
      anon_sym_LPAREN,
    STATE(241), 1,
      sym__arg_list,
    STATE(2609), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85541] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(483), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85558] = 3,
    ACTIONS(4161), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1628), 3,
      anon_sym_DOT,
      anon_sym_QMARK,
      anon_sym_EQ_GT,
  [85571] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(636), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85588] = 5,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(496), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85605] = 5,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(495), 1,
      sym_block,
    STATE(2245), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85622] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(491), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85639] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(536), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85656] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2579), 1,
      sym_identifier,
    ACTIONS(2581), 1,
      anon_sym_RBRACK,
    STATE(2299), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85673] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(4164), 1,
      anon_sym_COLON,
    ACTIONS(4166), 1,
      sym__lookback_semicolon,
    STATE(2833), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85690] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(547), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85707] = 5,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(397), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85724] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4168), 1,
      sym__lookback_semicolon,
    STATE(2648), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85741] = 5,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(395), 1,
      sym_block,
    STATE(2252), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85758] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(392), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85775] = 6,
    ACTIONS(3), 1,
      sym__closing_brace_unmarker,
    ACTIONS(3395), 1,
      sym_comment,
    ACTIONS(3655), 1,
      aux_sym_string_token3,
    ACTIONS(3931), 1,
      aux_sym_string_token4,
    ACTIONS(3933), 1,
      sym_escape_sequence,
    STATE(2217), 1,
      aux_sym_string_repeat2,
  [85794] = 5,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    ACTIONS(4170), 1,
      sym_identifier,
    STATE(2651), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85811] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(538), 1,
      sym_block,
    STATE(2180), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85828] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4172), 1,
      sym__lookback_semicolon,
    STATE(2645), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85845] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3791), 1,
      anon_sym_extends,
    STATE(548), 1,
      sym_block,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85862] = 5,
    ACTIONS(135), 1,
      sym__closing_brace_marker,
    ACTIONS(3197), 1,
      anon_sym_COMMA,
    STATE(1242), 1,
      sym__closing_brace,
    STATE(2419), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85879] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(539), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85896] = 3,
    ACTIONS(2825), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4174), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [85909] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(321), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85926] = 5,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2575), 1,
      sym_identifier,
    ACTIONS(2577), 1,
      anon_sym_RBRACK,
    STATE(2306), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85943] = 5,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(4176), 1,
      anon_sym_LPAREN,
    STATE(1258), 1,
      sym__arg_list,
    STATE(2567), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85960] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(445), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85977] = 5,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3964), 1,
      anon_sym_COMMA,
    ACTIONS(4178), 1,
      anon_sym_RPAREN,
    STATE(2313), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [85994] = 5,
    ACTIONS(3915), 1,
      anon_sym_LBRACE,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4181), 1,
      sym__lookback_semicolon,
    STATE(2675), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86011] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(517), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86028] = 5,
    ACTIONS(3739), 1,
      anon_sym_implements,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(320), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86045] = 5,
    ACTIONS(3369), 1,
      anon_sym_DASH_GT,
    ACTIONS(3849), 1,
      anon_sym_LT,
    ACTIONS(4183), 1,
      sym__lookback_semicolon,
    STATE(1399), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86062] = 5,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    ACTIONS(3739), 1,
      anon_sym_implements,
    STATE(657), 1,
      sym_block,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86079] = 5,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2717), 1,
      anon_sym_RPAREN,
    STATE(2308), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86096] = 4,
    ACTIONS(4185), 1,
      sym_identifier,
    ACTIONS(4187), 1,
      anon_sym_LPAREN,
    STATE(2617), 1,
      sym__parenthesized_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86110] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2739), 1,
      anon_sym_RPAREN,
    STATE(2292), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86124] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(4189), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86138] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2737), 1,
      anon_sym_RPAREN,
    STATE(2293), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86152] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2737), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86166] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(4191), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86180] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2771), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [86192] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(4193), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86206] = 4,
    ACTIONS(962), 1,
      aux_sym_integer_token1,
    ACTIONS(964), 1,
      aux_sym_integer_token2,
    STATE(1231), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86220] = 4,
    ACTIONS(2771), 1,
      anon_sym_RPAREN,
    ACTIONS(4195), 1,
      anon_sym_COMMA,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86234] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4174), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [86244] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2577), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86258] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4198), 1,
      anon_sym_DOT,
    ACTIONS(4200), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86272] = 4,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(4202), 1,
      anon_sym_RBRACK,
    STATE(2444), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86286] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2389), 1,
      sym_type_name,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86300] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2717), 1,
      anon_sym_RPAREN,
    STATE(2308), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86314] = 4,
    ACTIONS(4204), 1,
      anon_sym_DOT,
    ACTIONS(4206), 1,
      sym__lookback_semicolon,
    STATE(569), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86328] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    STATE(2398), 1,
      sym_type_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86342] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(4208), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86356] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2707), 1,
      anon_sym_RPAREN,
    STATE(2309), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86370] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2707), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86384] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(4210), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86398] = 4,
    ACTIONS(3935), 1,
      anon_sym_COMMA,
    ACTIONS(4212), 1,
      anon_sym_GT,
    STATE(2434), 1,
      aux_sym_type_params_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86412] = 4,
    ACTIONS(4214), 1,
      anon_sym_RPAREN,
    ACTIONS(4216), 1,
      anon_sym_COMMA,
    STATE(2311), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86426] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4214), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [86438] = 4,
    ACTIONS(3964), 1,
      anon_sym_COMMA,
    ACTIONS(4219), 1,
      anon_sym_RPAREN,
    STATE(2311), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86452] = 4,
    ACTIONS(4221), 1,
      anon_sym_DOT,
    ACTIONS(4223), 1,
      sym__lookback_semicolon,
    STATE(564), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86466] = 4,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(4225), 1,
      anon_sym_RBRACK,
    STATE(2444), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86480] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(1518), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_EQ,
  [86490] = 3,
    ACTIONS(4125), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4227), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [86502] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2605), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86516] = 4,
    ACTIONS(4229), 1,
      anon_sym_RPAREN,
    ACTIONS(4231), 1,
      anon_sym_COMMA,
    STATE(2319), 1,
      aux_sym__function_arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86530] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2703), 1,
      anon_sym_RPAREN,
    STATE(2326), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86544] = 4,
    ACTIONS(452), 1,
      aux_sym_integer_token1,
    ACTIONS(454), 1,
      aux_sym_integer_token2,
    STATE(239), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86558] = 3,
    ACTIONS(4234), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3434), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
  [86570] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4236), 3,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_COLON,
  [86580] = 4,
    ACTIONS(4187), 1,
      anon_sym_LPAREN,
    ACTIONS(4238), 1,
      sym_identifier,
    STATE(2463), 1,
      sym__parenthesized_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86594] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2693), 1,
      anon_sym_RPAREN,
    STATE(2328), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86608] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2693), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86622] = 3,
    ACTIONS(4125), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4240), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [86634] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(4242), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86648] = 3,
    ACTIONS(4234), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3449), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
  [86660] = 3,
    ACTIONS(4234), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3457), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
  [86672] = 4,
    ACTIONS(3859), 1,
      sym__camelCaseIdentifier,
    STATE(2113), 1,
      aux_sym_package_statement_repeat1,
    STATE(2384), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86686] = 4,
    ACTIONS(4244), 1,
      anon_sym_DOT,
    ACTIONS(4246), 1,
      sym__lookback_semicolon,
    STATE(562), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86700] = 4,
    ACTIONS(384), 1,
      aux_sym_integer_token1,
    ACTIONS(386), 1,
      aux_sym_integer_token2,
    STATE(187), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86714] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4248), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [86724] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4250), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_EQ,
  [86734] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4252), 1,
      anon_sym_DOT,
    ACTIONS(4254), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86748] = 3,
    ACTIONS(4125), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4256), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [86760] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4258), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [86772] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4077), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [86782] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4260), 1,
      anon_sym_DOT,
    ACTIONS(4262), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86796] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2681), 1,
      anon_sym_RPAREN,
    STATE(2346), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86810] = 4,
    ACTIONS(4187), 1,
      anon_sym_LPAREN,
    ACTIONS(4264), 1,
      sym_identifier,
    STATE(2571), 1,
      sym__parenthesized_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86824] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4266), 3,
      sym__closing_brace_marker,
      anon_sym_case,
      anon_sym_default,
  [86834] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3434), 2,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
  [86846] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2673), 1,
      anon_sym_RPAREN,
    STATE(2348), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86860] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2673), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86874] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2687), 1,
      anon_sym_RPAREN,
    STATE(2437), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86888] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(4268), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86902] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(4270), 1,
      anon_sym_EQ,
    STATE(2646), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86916] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3449), 2,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
  [86928] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3927), 1,
      anon_sym_DOT,
    ACTIONS(3929), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86942] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3457), 2,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
  [86954] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3305), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [86964] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(4272), 1,
      anon_sym_EQ,
    STATE(2722), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86978] = 4,
    ACTIONS(3859), 1,
      sym__camelCaseIdentifier,
    STATE(2113), 1,
      aux_sym_package_statement_repeat1,
    STATE(2425), 1,
      sym_package_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [86992] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3349), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [87002] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    STATE(2432), 1,
      sym_type_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87016] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    STATE(2433), 1,
      sym_type_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87030] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3355), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [87040] = 4,
    ACTIONS(756), 1,
      aux_sym_integer_token1,
    ACTIONS(758), 1,
      aux_sym_integer_token2,
    STATE(1327), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87054] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4274), 3,
      anon_sym_RPAREN,
      anon_sym_COMMA,
      anon_sym_EQ,
  [87064] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(4276), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87078] = 4,
    ACTIONS(4278), 1,
      anon_sym_COMMA,
    ACTIONS(4281), 1,
      sym__closing_brace_marker,
    STATE(2363), 1,
      aux_sym_structure_type_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87092] = 3,
    ACTIONS(4125), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4283), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [87104] = 4,
    ACTIONS(3935), 1,
      anon_sym_COMMA,
    ACTIONS(4285), 1,
      anon_sym_GT,
    STATE(2434), 1,
      aux_sym_type_params_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87118] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4287), 1,
      anon_sym_DOT,
    ACTIONS(4289), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87132] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3359), 3,
      sym__closing_brace_marker,
      anon_sym_COMMA,
      anon_sym_DASH_GT,
  [87142] = 4,
    ACTIONS(2631), 1,
      anon_sym_RPAREN,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87156] = 4,
    ACTIONS(2631), 1,
      anon_sym_RPAREN,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    STATE(2362), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87170] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4291), 1,
      anon_sym_DOT,
    ACTIONS(4293), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87184] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4295), 1,
      anon_sym_DOT,
    ACTIONS(4297), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87198] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4299), 3,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_COLON,
  [87208] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4301), 1,
      anon_sym_DOT,
    ACTIONS(4303), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87222] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(4305), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87236] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4307), 1,
      anon_sym_DOT,
    ACTIONS(4309), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87250] = 4,
    ACTIONS(77), 1,
      aux_sym_integer_token1,
    ACTIONS(79), 1,
      aux_sym_integer_token2,
    STATE(1461), 1,
      sym_integer,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87264] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4311), 1,
      anon_sym_DOT,
    ACTIONS(4313), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87278] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4315), 2,
      anon_sym_COMMA,
      anon_sym_GT,
  [87290] = 4,
    ACTIONS(4204), 1,
      anon_sym_DOT,
    ACTIONS(4317), 1,
      sym__lookback_semicolon,
    STATE(632), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87304] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2745), 1,
      anon_sym_RPAREN,
    STATE(2429), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87318] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4319), 1,
      anon_sym_DOT,
    ACTIONS(4321), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87332] = 4,
    ACTIONS(4323), 1,
      anon_sym_RPAREN,
    ACTIONS(4325), 1,
      anon_sym_COMMA,
    STATE(2319), 1,
      aux_sym__function_arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87346] = 4,
    ACTIONS(4327), 1,
      anon_sym_DOT,
    ACTIONS(4329), 1,
      sym__lookback_semicolon,
    STATE(624), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87360] = 4,
    ACTIONS(4244), 1,
      anon_sym_DOT,
    ACTIONS(4331), 1,
      sym__lookback_semicolon,
    STATE(668), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87374] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4333), 1,
      anon_sym_DOT,
    ACTIONS(4335), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87388] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4337), 1,
      anon_sym_DOT,
    ACTIONS(4339), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87402] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4141), 1,
      anon_sym_DOT,
    ACTIONS(4143), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87416] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2747), 1,
      anon_sym_RPAREN,
    STATE(2368), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87430] = 4,
    ACTIONS(4341), 1,
      anon_sym_DOT,
    ACTIONS(4343), 1,
      sym__lookback_semicolon,
    STATE(681), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87444] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4071), 1,
      anon_sym_DOT,
    ACTIONS(4073), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87458] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3823), 1,
      anon_sym_DOT,
    ACTIONS(3825), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87472] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3845), 1,
      anon_sym_DOT,
    ACTIONS(3847), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87486] = 4,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(4345), 1,
      anon_sym_RBRACK,
    STATE(2444), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87500] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4347), 1,
      anon_sym_DOT,
    ACTIONS(4349), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87514] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2383), 1,
      sym_type_name,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87528] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4351), 1,
      anon_sym_DOT,
    ACTIONS(4353), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87542] = 4,
    ACTIONS(4355), 1,
      sym__pascalCaseIdentifier,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    STATE(2781), 1,
      sym_type_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87556] = 4,
    ACTIONS(4204), 1,
      anon_sym_DOT,
    ACTIONS(4358), 1,
      sym__lookback_semicolon,
    STATE(683), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87570] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2597), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87584] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3811), 1,
      anon_sym_DOT,
    ACTIONS(3813), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87598] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4119), 1,
      anon_sym_DOT,
    ACTIONS(4121), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87612] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(4360), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87626] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2379), 1,
      sym_type_name,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87640] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    STATE(2440), 1,
      sym_type_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87654] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3761), 1,
      anon_sym_DOT,
    ACTIONS(3763), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87668] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3819), 1,
      anon_sym_DOT,
    ACTIONS(3821), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87682] = 4,
    ACTIONS(3935), 1,
      anon_sym_COMMA,
    ACTIONS(4362), 1,
      anon_sym_GT,
    STATE(2434), 1,
      aux_sym_type_params_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87696] = 4,
    ACTIONS(4325), 1,
      anon_sym_COMMA,
    ACTIONS(4364), 1,
      anon_sym_RPAREN,
    STATE(2382), 1,
      aux_sym__function_arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87710] = 4,
    ACTIONS(3799), 1,
      sym__pascalCaseIdentifier,
    STATE(2397), 1,
      aux_sym_import_statement_repeat1,
    STATE(2441), 1,
      sym_type_name,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87724] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4366), 1,
      anon_sym_DOT,
    ACTIONS(4368), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87738] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4370), 3,
      sym__lookback_semicolon,
      anon_sym_LBRACE,
      anon_sym_COLON,
  [87748] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(4372), 1,
      anon_sym_EQ,
    STATE(2854), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87762] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(4374), 1,
      anon_sym_DOT,
    ACTIONS(4376), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87776] = 4,
    ACTIONS(3735), 1,
      anon_sym_LT,
    ACTIONS(4378), 1,
      anon_sym_EQ,
    STATE(2857), 1,
      sym_type_params,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87790] = 3,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4380), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
  [87802] = 4,
    ACTIONS(4244), 1,
      anon_sym_DOT,
    ACTIONS(4382), 1,
      sym__lookback_semicolon,
    STATE(388), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87816] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2593), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87830] = 4,
    ACTIONS(4384), 1,
      anon_sym_DOT,
    ACTIONS(4386), 1,
      sym__lookback_semicolon,
    STATE(391), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87844] = 4,
    ACTIONS(4380), 1,
      sym__closing_brace_marker,
    ACTIONS(4388), 1,
      anon_sym_COMMA,
    STATE(2419), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87858] = 4,
    ACTIONS(4204), 1,
      anon_sym_DOT,
    ACTIONS(4391), 1,
      sym__lookback_semicolon,
    STATE(398), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87872] = 4,
    ACTIONS(4187), 1,
      anon_sym_LPAREN,
    ACTIONS(4393), 1,
      sym_identifier,
    STATE(2583), 1,
      sym__parenthesized_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87886] = 4,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(4395), 1,
      anon_sym_RBRACK,
    STATE(2444), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87900] = 4,
    ACTIONS(3964), 1,
      anon_sym_COMMA,
    ACTIONS(4397), 1,
      anon_sym_RPAREN,
    STATE(2311), 1,
      aux_sym__function_type_args_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87914] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2781), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [87926] = 4,
    ACTIONS(4244), 1,
      anon_sym_DOT,
    ACTIONS(4399), 1,
      sym__lookback_semicolon,
    STATE(470), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87940] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(4401), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87954] = 4,
    ACTIONS(2781), 1,
      anon_sym_RBRACK,
    ACTIONS(4403), 1,
      anon_sym_COMMA,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87968] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(2589), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87982] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2705), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [87996] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2705), 1,
      anon_sym_RPAREN,
    STATE(2402), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88010] = 4,
    ACTIONS(2571), 1,
      anon_sym_COMMA,
    ACTIONS(4406), 1,
      anon_sym_RBRACK,
    STATE(2427), 1,
      aux_sym_array_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88024] = 4,
    ACTIONS(4408), 1,
      anon_sym_DOT,
    ACTIONS(4410), 1,
      sym__lookback_semicolon,
    STATE(475), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88038] = 4,
    ACTIONS(4204), 1,
      anon_sym_DOT,
    ACTIONS(4412), 1,
      sym__lookback_semicolon,
    STATE(484), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88052] = 4,
    ACTIONS(4315), 1,
      anon_sym_GT,
    ACTIONS(4414), 1,
      anon_sym_COMMA,
    STATE(2434), 1,
      aux_sym_type_params_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88066] = 4,
    ACTIONS(4187), 1,
      anon_sym_LPAREN,
    ACTIONS(4417), 1,
      sym_identifier,
    STATE(2523), 1,
      sym__parenthesized_expression,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88080] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2723), 1,
      anon_sym_RPAREN,
    STATE(2295), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88094] = 4,
    ACTIONS(2633), 1,
      anon_sym_COMMA,
    ACTIONS(2723), 1,
      anon_sym_RPAREN,
    STATE(2297), 1,
      aux_sym__arg_list_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88108] = 4,
    ACTIONS(3231), 1,
      anon_sym_COMMA,
    ACTIONS(4419), 1,
      anon_sym_RBRACK,
    STATE(2444), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88122] = 4,
    ACTIONS(1524), 1,
      anon_sym_EQ_GT,
    ACTIONS(3807), 1,
      anon_sym_DOT,
    ACTIONS(3809), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88136] = 4,
    ACTIONS(4421), 1,
      anon_sym_DOT,
    ACTIONS(4423), 1,
      sym__lookback_semicolon,
    STATE(462), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88150] = 4,
    ACTIONS(4204), 1,
      anon_sym_DOT,
    ACTIONS(4425), 1,
      sym__lookback_semicolon,
    STATE(463), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88164] = 3,
    ACTIONS(4234), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4427), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
  [88176] = 3,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4380), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [88188] = 4,
    ACTIONS(4380), 1,
      anon_sym_RBRACK,
    ACTIONS(4429), 1,
      anon_sym_COMMA,
    STATE(2444), 1,
      aux_sym_map_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88202] = 4,
    ACTIONS(4432), 1,
      anon_sym_LBRACE,
    ACTIONS(4434), 1,
      anon_sym_implements,
    STATE(2445), 1,
      aux_sym_class_declaration_repeat2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88216] = 4,
    ACTIONS(4437), 1,
      anon_sym_LBRACE,
    ACTIONS(4439), 1,
      anon_sym_extends,
    STATE(2446), 1,
      aux_sym_interface_declaration_repeat1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88230] = 3,
    ACTIONS(4442), 1,
      anon_sym_RPAREN,
    ACTIONS(4444), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88241] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2771), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [88250] = 3,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(323), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88261] = 3,
    ACTIONS(4446), 1,
      sym__lookback_semicolon,
    STATE(408), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88272] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4005), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88283] = 3,
    ACTIONS(2985), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88294] = 3,
    ACTIONS(4448), 1,
      anon_sym_RPAREN,
    ACTIONS(4450), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88305] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2817), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88316] = 3,
    ACTIONS(4452), 1,
      anon_sym_DOT,
    ACTIONS(4454), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88327] = 3,
    ACTIONS(4456), 1,
      sym__camelCaseIdentifier,
    ACTIONS(4458), 1,
      sym__pascalCaseIdentifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88338] = 3,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    STATE(670), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88349] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2919), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88360] = 3,
    ACTIONS(4460), 1,
      sym__lookback_semicolon,
    STATE(451), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88371] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2781), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [88380] = 3,
    ACTIONS(2871), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88391] = 3,
    ACTIONS(3755), 1,
      anon_sym_LBRACE,
    STATE(486), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88402] = 3,
    ACTIONS(4462), 1,
      anon_sym_LBRACE,
    STATE(234), 1,
      sym_switch_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88413] = 3,
    ACTIONS(3751), 1,
      anon_sym_LPAREN,
    STATE(1948), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88424] = 3,
    ACTIONS(4464), 1,
      anon_sym_DOT,
    ACTIONS(4466), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88435] = 3,
    ACTIONS(4468), 1,
      anon_sym_RPAREN,
    ACTIONS(4470), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88446] = 3,
    ACTIONS(3017), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88457] = 3,
    ACTIONS(3949), 1,
      sym__lookback_semicolon,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88468] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2086), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88479] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2089), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88490] = 3,
    ACTIONS(2887), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88501] = 3,
    ACTIONS(3759), 1,
      anon_sym_LPAREN,
    STATE(290), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88512] = 3,
    ACTIONS(2863), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88523] = 3,
    ACTIONS(2851), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88534] = 3,
    ACTIONS(3941), 1,
      sym__lookback_semicolon,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88545] = 3,
    ACTIONS(2831), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88556] = 3,
    ACTIONS(3947), 1,
      anon_sym_LPAREN,
    STATE(1311), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88567] = 3,
    ACTIONS(2889), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88578] = 3,
    ACTIONS(2895), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88589] = 3,
    ACTIONS(4472), 1,
      anon_sym_DOT,
    ACTIONS(4474), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88600] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4125), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [88609] = 3,
    ACTIONS(3501), 1,
      anon_sym_DOT,
    ACTIONS(3503), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88620] = 3,
    ACTIONS(3649), 1,
      anon_sym_DOT,
    ACTIONS(3653), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88631] = 3,
    ACTIONS(3801), 1,
      anon_sym_DOT,
    ACTIONS(3805), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88642] = 3,
    ACTIONS(3521), 1,
      anon_sym_DOT,
    ACTIONS(3523), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88653] = 3,
    ACTIONS(4458), 1,
      sym__pascalCaseIdentifier,
    ACTIONS(4476), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88664] = 3,
    ACTIONS(4478), 1,
      anon_sym_RPAREN,
    ACTIONS(4480), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88675] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4482), 2,
      anon_sym_COLON,
      anon_sym_EQ_GT,
  [88684] = 3,
    ACTIONS(4458), 1,
      sym__pascalCaseIdentifier,
    ACTIONS(4484), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88695] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(4486), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88706] = 3,
    ACTIONS(4488), 1,
      anon_sym_DOT,
    ACTIONS(4490), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88717] = 3,
    ACTIONS(4492), 1,
      anon_sym_DOT,
    ACTIONS(4494), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88728] = 3,
    ACTIONS(3525), 1,
      anon_sym_DOT,
    ACTIONS(3527), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88739] = 3,
    ACTIONS(3685), 1,
      anon_sym_DOT,
    ACTIONS(3687), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88750] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2120), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88761] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2124), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88772] = 3,
    ACTIONS(3729), 1,
      anon_sym_DOT,
    ACTIONS(3731), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88783] = 3,
    ACTIONS(2997), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88794] = 3,
    ACTIONS(3741), 1,
      anon_sym_LPAREN,
    STATE(228), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88805] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3988), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88816] = 3,
    ACTIONS(4458), 1,
      sym__pascalCaseIdentifier,
    ACTIONS(4496), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88827] = 3,
    ACTIONS(3590), 1,
      anon_sym_DOT,
    ACTIONS(3592), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88838] = 3,
    ACTIONS(4498), 1,
      anon_sym_DOT,
    ACTIONS(4500), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88849] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(4427), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88860] = 3,
    ACTIONS(3562), 1,
      anon_sym_DOT,
    ACTIONS(4502), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88871] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(3999), 2,
      sym__camelCaseIdentifier,
      sym__pascalCaseIdentifier,
  [88880] = 3,
    ACTIONS(2983), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88891] = 3,
    ACTIONS(4067), 1,
      anon_sym_LPAREN,
    STATE(1551), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88902] = 3,
    ACTIONS(4504), 1,
      anon_sym_DOT,
    ACTIONS(4506), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88913] = 3,
    ACTIONS(4508), 1,
      anon_sym_DOT,
    ACTIONS(4510), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88924] = 3,
    ACTIONS(4512), 1,
      anon_sym_DOT,
    ACTIONS(4514), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88935] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2891), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88946] = 3,
    ACTIONS(4516), 1,
      anon_sym_DOT,
    ACTIONS(4518), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88957] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2244), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88968] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2197), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88979] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2202), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [88990] = 3,
    ACTIONS(4520), 1,
      anon_sym_DOT,
    ACTIONS(4522), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89001] = 3,
    ACTIONS(4524), 1,
      anon_sym_DOT,
    ACTIONS(4526), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89012] = 3,
    ACTIONS(3911), 1,
      sym__lookback_semicolon,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89023] = 3,
    ACTIONS(2917), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89034] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2223), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89045] = 3,
    ACTIONS(4528), 1,
      aux_sym_preprocessor_statement_token1,
    ACTIONS(4530), 1,
      aux_sym_preprocessor_statement_token2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89056] = 3,
    ACTIONS(4532), 1,
      anon_sym_LBRACE,
    STATE(206), 1,
      sym_switch_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89067] = 3,
    ACTIONS(2961), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89078] = 3,
    ACTIONS(4534), 1,
      sym__lookback_semicolon,
    STATE(338), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89089] = 3,
    ACTIONS(3013), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89100] = 3,
    ACTIONS(4536), 1,
      sym__lookback_semicolon,
    STATE(645), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89111] = 3,
    ACTIONS(4538), 1,
      anon_sym_DOT,
    ACTIONS(4540), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89122] = 3,
    ACTIONS(4542), 1,
      sym__lookback_semicolon,
    STATE(501), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89133] = 3,
    ACTIONS(2921), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89144] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4046), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89155] = 3,
    ACTIONS(4544), 1,
      anon_sym_DOT,
    ACTIONS(4546), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89166] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(4548), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89177] = 3,
    ACTIONS(2949), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89188] = 3,
    ACTIONS(2366), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89199] = 3,
    ACTIONS(1628), 1,
      anon_sym_EQ_GT,
    ACTIONS(4482), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89210] = 3,
    ACTIONS(2861), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89221] = 3,
    ACTIONS(2977), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89232] = 3,
    ACTIONS(2951), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89243] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4550), 2,
      anon_sym_LBRACE,
      anon_sym_implements,
  [89252] = 3,
    ACTIONS(3751), 1,
      anon_sym_LPAREN,
    STATE(305), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89263] = 3,
    ACTIONS(2885), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89274] = 3,
    ACTIONS(3477), 1,
      anon_sym_DOT,
    ACTIONS(3479), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89285] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4075), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89296] = 3,
    ACTIONS(4552), 1,
      aux_sym_preprocessor_statement_token1,
    ACTIONS(4554), 1,
      aux_sym_preprocessor_statement_token2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89307] = 3,
    ACTIONS(2937), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89318] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2815), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [89327] = 3,
    ACTIONS(2855), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89338] = 3,
    ACTIONS(3001), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89349] = 3,
    ACTIONS(3751), 1,
      anon_sym_LPAREN,
    STATE(237), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89360] = 3,
    ACTIONS(2364), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89371] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2879), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89382] = 3,
    ACTIONS(3015), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89393] = 3,
    ACTIONS(3021), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89404] = 3,
    ACTIONS(3225), 1,
      anon_sym_DOT,
    ACTIONS(3227), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89415] = 3,
    ACTIONS(3733), 1,
      anon_sym_LBRACE,
    STATE(635), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89426] = 3,
    ACTIONS(2971), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89437] = 3,
    ACTIONS(2853), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89448] = 3,
    ACTIONS(3025), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89459] = 3,
    ACTIONS(3009), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89470] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4229), 2,
      anon_sym_RPAREN,
      anon_sym_COMMA,
  [89479] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2111), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89490] = 3,
    ACTIONS(2877), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89501] = 3,
    ACTIONS(2963), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89512] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2123), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89523] = 3,
    ACTIONS(2955), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89534] = 3,
    ACTIONS(4176), 1,
      anon_sym_LPAREN,
    STATE(1243), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89545] = 3,
    ACTIONS(4556), 1,
      sym_identifier,
    STATE(2593), 1,
      sym_structure_type_pair,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89556] = 3,
    ACTIONS(2909), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89567] = 3,
    ACTIONS(2875), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89578] = 3,
    ACTIONS(4558), 1,
      anon_sym_LBRACE,
    STATE(1309), 1,
      sym_switch_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89589] = 3,
    ACTIONS(2859), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89600] = 3,
    ACTIONS(2869), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89611] = 3,
    ACTIONS(4458), 1,
      sym__pascalCaseIdentifier,
    ACTIONS(4560), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89622] = 3,
    ACTIONS(2819), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89633] = 3,
    ACTIONS(2897), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89644] = 3,
    ACTIONS(2865), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89655] = 3,
    ACTIONS(3978), 1,
      anon_sym_DASH_GT,
    ACTIONS(4183), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89666] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4562), 2,
      sym__lookback_semicolon,
      anon_sym_DOT,
  [89675] = 3,
    ACTIONS(4564), 1,
      sym__lookback_semicolon,
    STATE(527), 1,
      sym__semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89686] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(4566), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89697] = 3,
    ACTIONS(4458), 1,
      sym__pascalCaseIdentifier,
    ACTIONS(4568), 1,
      sym__camelCaseIdentifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89708] = 3,
    ACTIONS(4570), 1,
      anon_sym_LBRACE,
    STATE(293), 1,
      sym_switch_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89719] = 3,
    ACTIONS(2925), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89730] = 3,
    ACTIONS(3759), 1,
      anon_sym_LPAREN,
    STATE(228), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89741] = 3,
    ACTIONS(3529), 1,
      anon_sym_DOT,
    ACTIONS(3531), 1,
      anon_sym_QMARK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89752] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4572), 2,
      sym__lookback_semicolon,
      anon_sym_DOT,
  [89761] = 3,
    ACTIONS(3035), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89772] = 3,
    ACTIONS(4574), 1,
      anon_sym_RPAREN,
    ACTIONS(4576), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89783] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(4578), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89794] = 3,
    ACTIONS(3011), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89805] = 3,
    ACTIONS(2915), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89816] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4281), 2,
      sym__closing_brace_marker,
      anon_sym_COMMA,
  [89825] = 3,
    ACTIONS(4482), 1,
      anon_sym_EQ_GT,
    ACTIONS(4580), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89836] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2931), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89847] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(2773), 2,
      anon_sym_COMMA,
      anon_sym_RBRACK,
  [89856] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2903), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89867] = 3,
    ACTIONS(2905), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89878] = 3,
    ACTIONS(4554), 1,
      aux_sym_preprocessor_statement_token2,
    ACTIONS(4582), 1,
      aux_sym_preprocessor_statement_token1,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89889] = 3,
    ACTIONS(2899), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89900] = 3,
    ACTIONS(3835), 1,
      anon_sym_DASH_GT,
    ACTIONS(4584), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89911] = 3,
    ACTIONS(2849), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89922] = 3,
    ACTIONS(2939), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89933] = 3,
    ACTIONS(2857), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89944] = 3,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(323), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89955] = 3,
    ACTIONS(2825), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89966] = 3,
    ACTIONS(2841), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89977] = 3,
    ACTIONS(4586), 1,
      anon_sym_RPAREN,
    ACTIONS(4588), 1,
      anon_sym_COMMA,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89988] = 3,
    ACTIONS(4159), 1,
      anon_sym_LPAREN,
    STATE(237), 1,
      sym__arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [89999] = 2,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
    ACTIONS(4590), 2,
      anon_sym_LBRACE,
      anon_sym_extends,
  [90008] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2098), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90019] = 3,
    ACTIONS(3743), 1,
      anon_sym_LBRACE,
    STATE(486), 1,
      sym_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90030] = 3,
    ACTIONS(1468), 1,
      anon_sym_LBRACK,
    ACTIONS(2913), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90041] = 3,
    ACTIONS(2839), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90052] = 3,
    ACTIONS(3939), 1,
      anon_sym_LPAREN,
    STATE(2103), 1,
      sym__function_arg_list,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90063] = 3,
    ACTIONS(2883), 1,
      sym__lookback_semicolon,
    ACTIONS(3207), 1,
      anon_sym_LBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90074] = 3,
    ACTIONS(4592), 1,
      anon_sym_LBRACE,
    STATE(268), 1,
      sym_switch_block,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90085] = 2,
    ACTIONS(4594), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90093] = 2,
    ACTIONS(4596), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90101] = 2,
    ACTIONS(4598), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90109] = 2,
    ACTIONS(4600), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90117] = 2,
    ACTIONS(4602), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90125] = 2,
    ACTIONS(2857), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90133] = 2,
    ACTIONS(4604), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90141] = 2,
    ACTIONS(4606), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90149] = 2,
    ACTIONS(2841), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90157] = 2,
    ACTIONS(4608), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90165] = 2,
    ACTIONS(2867), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90173] = 2,
    ACTIONS(2839), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90181] = 2,
    ACTIONS(4610), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90189] = 2,
    ACTIONS(2913), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90197] = 2,
    ACTIONS(2883), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90205] = 2,
    ACTIONS(1592), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90213] = 2,
    ACTIONS(2899), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90221] = 2,
    ACTIONS(2853), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90229] = 2,
    ACTIONS(4183), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90237] = 2,
    ACTIONS(4612), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90245] = 2,
    ACTIONS(2577), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90253] = 2,
    ACTIONS(4614), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90261] = 2,
    ACTIONS(2825), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90269] = 2,
    ACTIONS(2907), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90277] = 2,
    ACTIONS(2905), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90285] = 2,
    ACTIONS(4189), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90293] = 2,
    ACTIONS(2849), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90301] = 2,
    ACTIONS(4616), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90309] = 2,
    ACTIONS(4618), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90317] = 2,
    ACTIONS(2903), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90325] = 2,
    ACTIONS(4620), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90333] = 2,
    ACTIONS(4622), 1,
      sym__rangeOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90341] = 2,
    ACTIONS(2915), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90349] = 2,
    ACTIONS(4624), 1,
      sym__rangeOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90357] = 2,
    ACTIONS(4244), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90365] = 2,
    ACTIONS(2931), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90373] = 2,
    ACTIONS(1598), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90381] = 2,
    ACTIONS(4626), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90389] = 2,
    ACTIONS(4628), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90397] = 2,
    ACTIONS(4630), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90405] = 2,
    ACTIONS(4632), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90413] = 2,
    ACTIONS(2923), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90421] = 2,
    ACTIONS(4634), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90429] = 2,
    ACTIONS(2605), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90437] = 2,
    ACTIONS(4636), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90445] = 2,
    ACTIONS(4638), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90453] = 2,
    ACTIONS(3035), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90461] = 2,
    ACTIONS(3011), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90469] = 2,
    ACTIONS(4640), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90477] = 2,
    ACTIONS(4208), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90485] = 2,
    ACTIONS(2935), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90493] = 2,
    ACTIONS(4642), 1,
      sym__rangeOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90501] = 2,
    ACTIONS(2925), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90509] = 2,
    ACTIONS(4644), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90517] = 2,
    ACTIONS(2945), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90525] = 2,
    ACTIONS(2927), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90533] = 2,
    ACTIONS(4646), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90541] = 2,
    ACTIONS(4648), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90549] = 2,
    ACTIONS(2939), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90557] = 2,
    ACTIONS(4650), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90565] = 2,
    ACTIONS(4652), 1,
      sym__rangeOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90573] = 2,
    ACTIONS(4654), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90581] = 2,
    ACTIONS(4656), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90589] = 2,
    ACTIONS(2819), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90597] = 2,
    ACTIONS(4658), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90605] = 2,
    ACTIONS(4660), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90613] = 2,
    ACTIONS(2929), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90621] = 2,
    ACTIONS(4662), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90629] = 2,
    ACTIONS(2897), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90637] = 2,
    ACTIONS(4664), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90645] = 2,
    ACTIONS(4666), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90653] = 2,
    ACTIONS(4668), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90661] = 2,
    ACTIONS(2865), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90669] = 2,
    ACTIONS(3003), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90677] = 2,
    ACTIONS(4670), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90685] = 2,
    ACTIONS(3027), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90693] = 2,
    ACTIONS(2875), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90701] = 2,
    ACTIONS(2947), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90709] = 2,
    ACTIONS(3007), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90717] = 2,
    ACTIONS(2869), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90725] = 2,
    ACTIONS(4672), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90733] = 2,
    ACTIONS(2955), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90741] = 2,
    ACTIONS(2879), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90749] = 2,
    ACTIONS(2893), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90757] = 2,
    ACTIONS(2963), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90765] = 2,
    ACTIONS(4674), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90773] = 2,
    ACTIONS(4676), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90781] = 2,
    ACTIONS(2971), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90789] = 2,
    ACTIONS(3009), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90797] = 2,
    ACTIONS(4678), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90805] = 2,
    ACTIONS(2877), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90813] = 2,
    ACTIONS(3025), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90821] = 2,
    ACTIONS(4680), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90829] = 2,
    ACTIONS(4682), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90837] = 2,
    ACTIONS(4684), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90845] = 2,
    ACTIONS(4686), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90853] = 2,
    ACTIONS(4688), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90861] = 2,
    ACTIONS(2909), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90869] = 2,
    ACTIONS(3015), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90877] = 2,
    ACTIONS(4690), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90885] = 2,
    ACTIONS(2999), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90893] = 2,
    ACTIONS(4692), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90901] = 2,
    ACTIONS(2993), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90909] = 2,
    ACTIONS(4694), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90917] = 2,
    ACTIONS(4696), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90925] = 2,
    ACTIONS(4698), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90933] = 2,
    ACTIONS(4700), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90941] = 2,
    ACTIONS(3021), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90949] = 2,
    ACTIONS(4702), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90957] = 2,
    ACTIONS(4704), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90965] = 2,
    ACTIONS(4706), 1,
      ts_builtin_sym_end,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90973] = 2,
    ACTIONS(4708), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90981] = 2,
    ACTIONS(4710), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90989] = 2,
    ACTIONS(3023), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [90997] = 2,
    ACTIONS(2957), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91005] = 2,
    ACTIONS(3019), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91013] = 2,
    ACTIONS(2855), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91021] = 2,
    ACTIONS(2951), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91029] = 2,
    ACTIONS(4712), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91037] = 2,
    ACTIONS(4075), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91045] = 2,
    ACTIONS(2843), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91053] = 2,
    ACTIONS(2861), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91061] = 2,
    ACTIONS(4714), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91069] = 2,
    ACTIONS(4716), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91077] = 2,
    ACTIONS(2366), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91085] = 2,
    ACTIONS(4718), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91093] = 2,
    ACTIONS(2885), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91101] = 2,
    ACTIONS(4720), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91109] = 2,
    ACTIONS(2949), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91117] = 2,
    ACTIONS(4722), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91125] = 2,
    ACTIONS(4724), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91133] = 2,
    ACTIONS(2917), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91141] = 2,
    ACTIONS(2937), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91149] = 2,
    ACTIONS(4726), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91157] = 2,
    ACTIONS(4728), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91165] = 2,
    ACTIONS(2973), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91173] = 2,
    ACTIONS(4730), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91181] = 2,
    ACTIONS(2953), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91189] = 2,
    ACTIONS(4732), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91197] = 2,
    ACTIONS(4734), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91205] = 2,
    ACTIONS(2911), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91213] = 2,
    ACTIONS(2821), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91221] = 2,
    ACTIONS(2933), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91229] = 2,
    ACTIONS(2921), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91237] = 2,
    ACTIONS(4736), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91245] = 2,
    ACTIONS(3013), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91253] = 2,
    ACTIONS(4738), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91261] = 2,
    ACTIONS(4740), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91269] = 2,
    ACTIONS(4742), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91277] = 2,
    ACTIONS(4046), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91285] = 2,
    ACTIONS(4744), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91293] = 2,
    ACTIONS(4746), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91301] = 2,
    ACTIONS(2961), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91309] = 2,
    ACTIONS(4748), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91317] = 2,
    ACTIONS(4750), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91325] = 2,
    ACTIONS(4752), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91333] = 2,
    ACTIONS(2975), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91341] = 2,
    ACTIONS(2895), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91349] = 2,
    ACTIONS(4305), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91357] = 2,
    ACTIONS(2969), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91365] = 2,
    ACTIONS(4754), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91373] = 2,
    ACTIONS(4756), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91381] = 2,
    ACTIONS(3001), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91389] = 2,
    ACTIONS(4204), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91397] = 2,
    ACTIONS(4758), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91405] = 2,
    ACTIONS(4760), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91413] = 2,
    ACTIONS(4762), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91421] = 2,
    ACTIONS(4764), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91429] = 2,
    ACTIONS(4766), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91437] = 2,
    ACTIONS(4768), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91445] = 2,
    ACTIONS(4770), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91453] = 2,
    ACTIONS(2891), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91461] = 2,
    ACTIONS(4772), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91469] = 2,
    ACTIONS(4774), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91477] = 2,
    ACTIONS(4776), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91485] = 2,
    ACTIONS(4778), 1,
      sym__rangeOperator,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91493] = 2,
    ACTIONS(4005), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91501] = 2,
    ACTIONS(4780), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91509] = 2,
    ACTIONS(4782), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91517] = 2,
    ACTIONS(4784), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91525] = 2,
    ACTIONS(2977), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91533] = 2,
    ACTIONS(4786), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91541] = 2,
    ACTIONS(4788), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91549] = 2,
    ACTIONS(4790), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91557] = 2,
    ACTIONS(4792), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91565] = 2,
    ACTIONS(4794), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91573] = 2,
    ACTIONS(4796), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91581] = 2,
    ACTIONS(3005), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91589] = 2,
    ACTIONS(4798), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91597] = 2,
    ACTIONS(4800), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91605] = 2,
    ACTIONS(4802), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91613] = 2,
    ACTIONS(2995), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91621] = 2,
    ACTIONS(3988), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91629] = 2,
    ACTIONS(4804), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91637] = 2,
    ACTIONS(4806), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91645] = 2,
    ACTIONS(4808), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91653] = 2,
    ACTIONS(4810), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91661] = 2,
    ACTIONS(4812), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91669] = 2,
    ACTIONS(4814), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91677] = 2,
    ACTIONS(4816), 1,
      anon_sym_COLON,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91685] = 2,
    ACTIONS(2997), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91693] = 2,
    ACTIONS(4818), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91701] = 2,
    ACTIONS(4820), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91709] = 2,
    ACTIONS(2597), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91717] = 2,
    ACTIONS(4822), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91725] = 2,
    ACTIONS(4824), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91733] = 2,
    ACTIONS(4826), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91741] = 2,
    ACTIONS(4828), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91749] = 2,
    ACTIONS(4458), 1,
      sym__pascalCaseIdentifier,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91757] = 2,
    ACTIONS(4830), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91765] = 2,
    ACTIONS(4832), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91773] = 2,
    ACTIONS(4834), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91781] = 2,
    ACTIONS(4836), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91789] = 2,
    ACTIONS(4838), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91797] = 2,
    ACTIONS(4840), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91805] = 2,
    ACTIONS(4842), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91813] = 2,
    ACTIONS(4482), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91821] = 2,
    ACTIONS(4844), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91829] = 2,
    ACTIONS(4846), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91837] = 2,
    ACTIONS(4848), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91845] = 2,
    ACTIONS(4850), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91853] = 2,
    ACTIONS(4852), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91861] = 2,
    ACTIONS(4854), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91869] = 2,
    ACTIONS(2991), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91877] = 2,
    ACTIONS(4856), 1,
      anon_sym_DASH_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91885] = 2,
    ACTIONS(4125), 1,
      anon_sym_EQ_GT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91893] = 2,
    ACTIONS(4858), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91901] = 2,
    ACTIONS(2889), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91909] = 2,
    ACTIONS(2959), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91917] = 2,
    ACTIONS(4860), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91925] = 2,
    ACTIONS(4862), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91933] = 2,
    ACTIONS(2845), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91941] = 2,
    ACTIONS(3941), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91949] = 2,
    ACTIONS(2823), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91957] = 2,
    ACTIONS(2831), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91965] = 2,
    ACTIONS(3033), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91973] = 2,
    ACTIONS(4864), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91981] = 2,
    ACTIONS(2983), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91989] = 2,
    ACTIONS(2847), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [91997] = 2,
    ACTIONS(4866), 1,
      anon_sym_EQ,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92005] = 2,
    ACTIONS(2851), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92013] = 2,
    ACTIONS(4868), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92021] = 2,
    ACTIONS(2863), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92029] = 2,
    ACTIONS(4870), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92037] = 2,
    ACTIONS(2873), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92045] = 2,
    ACTIONS(3911), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92053] = 2,
    ACTIONS(2881), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92061] = 2,
    ACTIONS(2887), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92069] = 2,
    ACTIONS(4872), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92077] = 2,
    ACTIONS(2901), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92085] = 2,
    ACTIONS(3949), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92093] = 2,
    ACTIONS(4874), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92101] = 2,
    ACTIONS(2364), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92109] = 2,
    ACTIONS(4562), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92117] = 2,
    ACTIONS(4876), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92125] = 2,
    ACTIONS(4878), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92133] = 2,
    ACTIONS(4572), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92141] = 2,
    ACTIONS(4880), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92149] = 2,
    ACTIONS(4882), 1,
      anon_sym_RBRACE,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92157] = 2,
    ACTIONS(2593), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92165] = 2,
    ACTIONS(4884), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92173] = 2,
    ACTIONS(4886), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92181] = 2,
    ACTIONS(3017), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92189] = 2,
    ACTIONS(4401), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92197] = 2,
    ACTIONS(2919), 1,
      anon_sym_RPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92205] = 2,
    ACTIONS(4888), 1,
      anon_sym_DOT,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92213] = 2,
    ACTIONS(2859), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92221] = 2,
    ACTIONS(4890), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92229] = 2,
    ACTIONS(4406), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92237] = 2,
    ACTIONS(4892), 1,
      anon_sym_LPAREN,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92245] = 2,
    ACTIONS(2589), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92253] = 2,
    ACTIONS(2985), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92261] = 2,
    ACTIONS(2871), 1,
      sym__lookback_semicolon,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
  [92269] = 2,
    ACTIONS(2817), 1,
      anon_sym_RBRACK,
    ACTIONS(3), 2,
      sym__closing_brace_unmarker,
      sym_comment,
};

static const uint32_t ts_small_parse_table_map[] = {
  [SMALL_STATE(706)] = 0,
  [SMALL_STATE(707)] = 111,
  [SMALL_STATE(708)] = 222,
  [SMALL_STATE(709)] = 333,
  [SMALL_STATE(710)] = 444,
  [SMALL_STATE(711)] = 554,
  [SMALL_STATE(712)] = 662,
  [SMALL_STATE(713)] = 771,
  [SMALL_STATE(714)] = 880,
  [SMALL_STATE(715)] = 989,
  [SMALL_STATE(716)] = 1098,
  [SMALL_STATE(717)] = 1207,
  [SMALL_STATE(718)] = 1316,
  [SMALL_STATE(719)] = 1418,
  [SMALL_STATE(720)] = 1520,
  [SMALL_STATE(721)] = 1622,
  [SMALL_STATE(722)] = 1724,
  [SMALL_STATE(723)] = 1826,
  [SMALL_STATE(724)] = 1926,
  [SMALL_STATE(725)] = 2026,
  [SMALL_STATE(726)] = 2126,
  [SMALL_STATE(727)] = 2226,
  [SMALL_STATE(728)] = 2326,
  [SMALL_STATE(729)] = 2426,
  [SMALL_STATE(730)] = 2526,
  [SMALL_STATE(731)] = 2626,
  [SMALL_STATE(732)] = 2726,
  [SMALL_STATE(733)] = 2826,
  [SMALL_STATE(734)] = 2926,
  [SMALL_STATE(735)] = 3026,
  [SMALL_STATE(736)] = 3126,
  [SMALL_STATE(737)] = 3226,
  [SMALL_STATE(738)] = 3326,
  [SMALL_STATE(739)] = 3425,
  [SMALL_STATE(740)] = 3524,
  [SMALL_STATE(741)] = 3623,
  [SMALL_STATE(742)] = 3704,
  [SMALL_STATE(743)] = 3803,
  [SMALL_STATE(744)] = 3882,
  [SMALL_STATE(745)] = 3981,
  [SMALL_STATE(746)] = 4080,
  [SMALL_STATE(747)] = 4179,
  [SMALL_STATE(748)] = 4278,
  [SMALL_STATE(749)] = 4377,
  [SMALL_STATE(750)] = 4476,
  [SMALL_STATE(751)] = 4574,
  [SMALL_STATE(752)] = 4672,
  [SMALL_STATE(753)] = 4770,
  [SMALL_STATE(754)] = 4840,
  [SMALL_STATE(755)] = 4938,
  [SMALL_STATE(756)] = 5036,
  [SMALL_STATE(757)] = 5102,
  [SMALL_STATE(758)] = 5165,
  [SMALL_STATE(759)] = 5242,
  [SMALL_STATE(760)] = 5305,
  [SMALL_STATE(761)] = 5384,
  [SMALL_STATE(762)] = 5461,
  [SMALL_STATE(763)] = 5530,
  [SMALL_STATE(764)] = 5602,
  [SMALL_STATE(765)] = 5674,
  [SMALL_STATE(766)] = 5738,
  [SMALL_STATE(767)] = 5805,
  [SMALL_STATE(768)] = 5872,
  [SMALL_STATE(769)] = 5939,
  [SMALL_STATE(770)] = 6006,
  [SMALL_STATE(771)] = 6065,
  [SMALL_STATE(772)] = 6126,
  [SMALL_STATE(773)] = 6184,
  [SMALL_STATE(774)] = 6246,
  [SMALL_STATE(775)] = 6307,
  [SMALL_STATE(776)] = 6376,
  [SMALL_STATE(777)] = 6431,
  [SMALL_STATE(778)] = 6486,
  [SMALL_STATE(779)] = 6541,
  [SMALL_STATE(780)] = 6616,
  [SMALL_STATE(781)] = 6671,
  [SMALL_STATE(782)] = 6726,
  [SMALL_STATE(783)] = 6801,
  [SMALL_STATE(784)] = 6856,
  [SMALL_STATE(785)] = 6931,
  [SMALL_STATE(786)] = 7005,
  [SMALL_STATE(787)] = 7063,
  [SMALL_STATE(788)] = 7119,
  [SMALL_STATE(789)] = 7187,
  [SMALL_STATE(790)] = 7241,
  [SMALL_STATE(791)] = 7315,
  [SMALL_STATE(792)] = 7389,
  [SMALL_STATE(793)] = 7457,
  [SMALL_STATE(794)] = 7531,
  [SMALL_STATE(795)] = 7591,
  [SMALL_STATE(796)] = 7665,
  [SMALL_STATE(797)] = 7739,
  [SMALL_STATE(798)] = 7793,
  [SMALL_STATE(799)] = 7867,
  [SMALL_STATE(800)] = 7935,
  [SMALL_STATE(801)] = 8009,
  [SMALL_STATE(802)] = 8062,
  [SMALL_STATE(803)] = 8115,
  [SMALL_STATE(804)] = 8192,
  [SMALL_STATE(805)] = 8263,
  [SMALL_STATE(806)] = 8316,
  [SMALL_STATE(807)] = 8369,
  [SMALL_STATE(808)] = 8446,
  [SMALL_STATE(809)] = 8523,
  [SMALL_STATE(810)] = 8600,
  [SMALL_STATE(811)] = 8653,
  [SMALL_STATE(812)] = 8730,
  [SMALL_STATE(813)] = 8807,
  [SMALL_STATE(814)] = 8860,
  [SMALL_STATE(815)] = 8937,
  [SMALL_STATE(816)] = 8990,
  [SMALL_STATE(817)] = 9067,
  [SMALL_STATE(818)] = 9144,
  [SMALL_STATE(819)] = 9221,
  [SMALL_STATE(820)] = 9307,
  [SMALL_STATE(821)] = 9375,
  [SMALL_STATE(822)] = 9443,
  [SMALL_STATE(823)] = 9511,
  [SMALL_STATE(824)] = 9585,
  [SMALL_STATE(825)] = 9653,
  [SMALL_STATE(826)] = 9721,
  [SMALL_STATE(827)] = 9789,
  [SMALL_STATE(828)] = 9875,
  [SMALL_STATE(829)] = 9943,
  [SMALL_STATE(830)] = 10011,
  [SMALL_STATE(831)] = 10079,
  [SMALL_STATE(832)] = 10151,
  [SMALL_STATE(833)] = 10203,
  [SMALL_STATE(834)] = 10271,
  [SMALL_STATE(835)] = 10337,
  [SMALL_STATE(836)] = 10409,
  [SMALL_STATE(837)] = 10477,
  [SMALL_STATE(838)] = 10563,
  [SMALL_STATE(839)] = 10637,
  [SMALL_STATE(840)] = 10707,
  [SMALL_STATE(841)] = 10777,
  [SMALL_STATE(842)] = 10851,
  [SMALL_STATE(843)] = 10919,
  [SMALL_STATE(844)] = 10993,
  [SMALL_STATE(845)] = 11065,
  [SMALL_STATE(846)] = 11137,
  [SMALL_STATE(847)] = 11205,
  [SMALL_STATE(848)] = 11279,
  [SMALL_STATE(849)] = 11349,
  [SMALL_STATE(850)] = 11417,
  [SMALL_STATE(851)] = 11487,
  [SMALL_STATE(852)] = 11555,
  [SMALL_STATE(853)] = 11629,
  [SMALL_STATE(854)] = 11699,
  [SMALL_STATE(855)] = 11785,
  [SMALL_STATE(856)] = 11857,
  [SMALL_STATE(857)] = 11931,
  [SMALL_STATE(858)] = 12005,
  [SMALL_STATE(859)] = 12073,
  [SMALL_STATE(860)] = 12141,
  [SMALL_STATE(861)] = 12215,
  [SMALL_STATE(862)] = 12283,
  [SMALL_STATE(863)] = 12357,
  [SMALL_STATE(864)] = 12429,
  [SMALL_STATE(865)] = 12497,
  [SMALL_STATE(866)] = 12569,
  [SMALL_STATE(867)] = 12637,
  [SMALL_STATE(868)] = 12705,
  [SMALL_STATE(869)] = 12771,
  [SMALL_STATE(870)] = 12845,
  [SMALL_STATE(871)] = 12917,
  [SMALL_STATE(872)] = 13003,
  [SMALL_STATE(873)] = 13077,
  [SMALL_STATE(874)] = 13147,
  [SMALL_STATE(875)] = 13215,
  [SMALL_STATE(876)] = 13289,
  [SMALL_STATE(877)] = 13363,
  [SMALL_STATE(878)] = 13415,
  [SMALL_STATE(879)] = 13481,
  [SMALL_STATE(880)] = 13549,
  [SMALL_STATE(881)] = 13617,
  [SMALL_STATE(882)] = 13689,
  [SMALL_STATE(883)] = 13758,
  [SMALL_STATE(884)] = 13827,
  [SMALL_STATE(885)] = 13892,
  [SMALL_STATE(886)] = 13957,
  [SMALL_STATE(887)] = 14026,
  [SMALL_STATE(888)] = 14091,
  [SMALL_STATE(889)] = 14156,
  [SMALL_STATE(890)] = 14221,
  [SMALL_STATE(891)] = 14286,
  [SMALL_STATE(892)] = 14351,
  [SMALL_STATE(893)] = 14416,
  [SMALL_STATE(894)] = 14481,
  [SMALL_STATE(895)] = 14546,
  [SMALL_STATE(896)] = 14611,
  [SMALL_STATE(897)] = 14676,
  [SMALL_STATE(898)] = 14745,
  [SMALL_STATE(899)] = 14810,
  [SMALL_STATE(900)] = 14875,
  [SMALL_STATE(901)] = 14940,
  [SMALL_STATE(902)] = 15005,
  [SMALL_STATE(903)] = 15056,
  [SMALL_STATE(904)] = 15125,
  [SMALL_STATE(905)] = 15190,
  [SMALL_STATE(906)] = 15255,
  [SMALL_STATE(907)] = 15324,
  [SMALL_STATE(908)] = 15392,
  [SMALL_STATE(909)] = 15460,
  [SMALL_STATE(910)] = 15528,
  [SMALL_STATE(911)] = 15596,
  [SMALL_STATE(912)] = 15664,
  [SMALL_STATE(913)] = 15726,
  [SMALL_STATE(914)] = 15794,
  [SMALL_STATE(915)] = 15862,
  [SMALL_STATE(916)] = 15930,
  [SMALL_STATE(917)] = 15998,
  [SMALL_STATE(918)] = 16066,
  [SMALL_STATE(919)] = 16134,
  [SMALL_STATE(920)] = 16202,
  [SMALL_STATE(921)] = 16270,
  [SMALL_STATE(922)] = 16338,
  [SMALL_STATE(923)] = 16406,
  [SMALL_STATE(924)] = 16474,
  [SMALL_STATE(925)] = 16542,
  [SMALL_STATE(926)] = 16610,
  [SMALL_STATE(927)] = 16678,
  [SMALL_STATE(928)] = 16746,
  [SMALL_STATE(929)] = 16814,
  [SMALL_STATE(930)] = 16882,
  [SMALL_STATE(931)] = 16950,
  [SMALL_STATE(932)] = 17018,
  [SMALL_STATE(933)] = 17086,
  [SMALL_STATE(934)] = 17154,
  [SMALL_STATE(935)] = 17222,
  [SMALL_STATE(936)] = 17290,
  [SMALL_STATE(937)] = 17358,
  [SMALL_STATE(938)] = 17426,
  [SMALL_STATE(939)] = 17494,
  [SMALL_STATE(940)] = 17562,
  [SMALL_STATE(941)] = 17630,
  [SMALL_STATE(942)] = 17698,
  [SMALL_STATE(943)] = 17766,
  [SMALL_STATE(944)] = 17834,
  [SMALL_STATE(945)] = 17902,
  [SMALL_STATE(946)] = 17970,
  [SMALL_STATE(947)] = 18038,
  [SMALL_STATE(948)] = 18106,
  [SMALL_STATE(949)] = 18174,
  [SMALL_STATE(950)] = 18242,
  [SMALL_STATE(951)] = 18310,
  [SMALL_STATE(952)] = 18378,
  [SMALL_STATE(953)] = 18446,
  [SMALL_STATE(954)] = 18514,
  [SMALL_STATE(955)] = 18582,
  [SMALL_STATE(956)] = 18650,
  [SMALL_STATE(957)] = 18718,
  [SMALL_STATE(958)] = 18786,
  [SMALL_STATE(959)] = 18854,
  [SMALL_STATE(960)] = 18922,
  [SMALL_STATE(961)] = 18990,
  [SMALL_STATE(962)] = 19058,
  [SMALL_STATE(963)] = 19126,
  [SMALL_STATE(964)] = 19194,
  [SMALL_STATE(965)] = 19262,
  [SMALL_STATE(966)] = 19330,
  [SMALL_STATE(967)] = 19398,
  [SMALL_STATE(968)] = 19466,
  [SMALL_STATE(969)] = 19534,
  [SMALL_STATE(970)] = 19602,
  [SMALL_STATE(971)] = 19670,
  [SMALL_STATE(972)] = 19738,
  [SMALL_STATE(973)] = 19806,
  [SMALL_STATE(974)] = 19874,
  [SMALL_STATE(975)] = 19942,
  [SMALL_STATE(976)] = 20010,
  [SMALL_STATE(977)] = 20078,
  [SMALL_STATE(978)] = 20146,
  [SMALL_STATE(979)] = 20214,
  [SMALL_STATE(980)] = 20282,
  [SMALL_STATE(981)] = 20350,
  [SMALL_STATE(982)] = 20412,
  [SMALL_STATE(983)] = 20480,
  [SMALL_STATE(984)] = 20548,
  [SMALL_STATE(985)] = 20616,
  [SMALL_STATE(986)] = 20684,
  [SMALL_STATE(987)] = 20752,
  [SMALL_STATE(988)] = 20820,
  [SMALL_STATE(989)] = 20888,
  [SMALL_STATE(990)] = 20956,
  [SMALL_STATE(991)] = 21024,
  [SMALL_STATE(992)] = 21092,
  [SMALL_STATE(993)] = 21160,
  [SMALL_STATE(994)] = 21228,
  [SMALL_STATE(995)] = 21296,
  [SMALL_STATE(996)] = 21364,
  [SMALL_STATE(997)] = 21426,
  [SMALL_STATE(998)] = 21494,
  [SMALL_STATE(999)] = 21562,
  [SMALL_STATE(1000)] = 21630,
  [SMALL_STATE(1001)] = 21698,
  [SMALL_STATE(1002)] = 21766,
  [SMALL_STATE(1003)] = 21834,
  [SMALL_STATE(1004)] = 21902,
  [SMALL_STATE(1005)] = 21970,
  [SMALL_STATE(1006)] = 22032,
  [SMALL_STATE(1007)] = 22100,
  [SMALL_STATE(1008)] = 22168,
  [SMALL_STATE(1009)] = 22236,
  [SMALL_STATE(1010)] = 22298,
  [SMALL_STATE(1011)] = 22366,
  [SMALL_STATE(1012)] = 22434,
  [SMALL_STATE(1013)] = 22502,
  [SMALL_STATE(1014)] = 22570,
  [SMALL_STATE(1015)] = 22638,
  [SMALL_STATE(1016)] = 22706,
  [SMALL_STATE(1017)] = 22774,
  [SMALL_STATE(1018)] = 22842,
  [SMALL_STATE(1019)] = 22910,
  [SMALL_STATE(1020)] = 22978,
  [SMALL_STATE(1021)] = 23046,
  [SMALL_STATE(1022)] = 23114,
  [SMALL_STATE(1023)] = 23182,
  [SMALL_STATE(1024)] = 23250,
  [SMALL_STATE(1025)] = 23318,
  [SMALL_STATE(1026)] = 23386,
  [SMALL_STATE(1027)] = 23454,
  [SMALL_STATE(1028)] = 23522,
  [SMALL_STATE(1029)] = 23590,
  [SMALL_STATE(1030)] = 23658,
  [SMALL_STATE(1031)] = 23726,
  [SMALL_STATE(1032)] = 23794,
  [SMALL_STATE(1033)] = 23862,
  [SMALL_STATE(1034)] = 23924,
  [SMALL_STATE(1035)] = 23992,
  [SMALL_STATE(1036)] = 24060,
  [SMALL_STATE(1037)] = 24128,
  [SMALL_STATE(1038)] = 24210,
  [SMALL_STATE(1039)] = 24292,
  [SMALL_STATE(1040)] = 24374,
  [SMALL_STATE(1041)] = 24453,
  [SMALL_STATE(1042)] = 24532,
  [SMALL_STATE(1043)] = 24611,
  [SMALL_STATE(1044)] = 24671,
  [SMALL_STATE(1045)] = 24747,
  [SMALL_STATE(1046)] = 24827,
  [SMALL_STATE(1047)] = 24907,
  [SMALL_STATE(1048)] = 24983,
  [SMALL_STATE(1049)] = 25063,
  [SMALL_STATE(1050)] = 25149,
  [SMALL_STATE(1051)] = 25225,
  [SMALL_STATE(1052)] = 25301,
  [SMALL_STATE(1053)] = 25381,
  [SMALL_STATE(1054)] = 25441,
  [SMALL_STATE(1055)] = 25521,
  [SMALL_STATE(1056)] = 25608,
  [SMALL_STATE(1057)] = 25695,
  [SMALL_STATE(1058)] = 25754,
  [SMALL_STATE(1059)] = 25813,
  [SMALL_STATE(1060)] = 25872,
  [SMALL_STATE(1061)] = 25931,
  [SMALL_STATE(1062)] = 26018,
  [SMALL_STATE(1063)] = 26077,
  [SMALL_STATE(1064)] = 26136,
  [SMALL_STATE(1065)] = 26223,
  [SMALL_STATE(1066)] = 26310,
  [SMALL_STATE(1067)] = 26393,
  [SMALL_STATE(1068)] = 26452,
  [SMALL_STATE(1069)] = 26530,
  [SMALL_STATE(1070)] = 26606,
  [SMALL_STATE(1071)] = 26660,
  [SMALL_STATE(1072)] = 26714,
  [SMALL_STATE(1073)] = 26798,
  [SMALL_STATE(1074)] = 26882,
  [SMALL_STATE(1075)] = 26966,
  [SMALL_STATE(1076)] = 27050,
  [SMALL_STATE(1077)] = 27134,
  [SMALL_STATE(1078)] = 27218,
  [SMALL_STATE(1079)] = 27302,
  [SMALL_STATE(1080)] = 27386,
  [SMALL_STATE(1081)] = 27470,
  [SMALL_STATE(1082)] = 27554,
  [SMALL_STATE(1083)] = 27638,
  [SMALL_STATE(1084)] = 27722,
  [SMALL_STATE(1085)] = 27806,
  [SMALL_STATE(1086)] = 27890,
  [SMALL_STATE(1087)] = 27974,
  [SMALL_STATE(1088)] = 28058,
  [SMALL_STATE(1089)] = 28142,
  [SMALL_STATE(1090)] = 28226,
  [SMALL_STATE(1091)] = 28310,
  [SMALL_STATE(1092)] = 28394,
  [SMALL_STATE(1093)] = 28478,
  [SMALL_STATE(1094)] = 28562,
  [SMALL_STATE(1095)] = 28646,
  [SMALL_STATE(1096)] = 28724,
  [SMALL_STATE(1097)] = 28806,
  [SMALL_STATE(1098)] = 28890,
  [SMALL_STATE(1099)] = 28968,
  [SMALL_STATE(1100)] = 29052,
  [SMALL_STATE(1101)] = 29130,
  [SMALL_STATE(1102)] = 29214,
  [SMALL_STATE(1103)] = 29292,
  [SMALL_STATE(1104)] = 29368,
  [SMALL_STATE(1105)] = 29452,
  [SMALL_STATE(1106)] = 29536,
  [SMALL_STATE(1107)] = 29620,
  [SMALL_STATE(1108)] = 29696,
  [SMALL_STATE(1109)] = 29772,
  [SMALL_STATE(1110)] = 29848,
  [SMALL_STATE(1111)] = 29932,
  [SMALL_STATE(1112)] = 30016,
  [SMALL_STATE(1113)] = 30100,
  [SMALL_STATE(1114)] = 30184,
  [SMALL_STATE(1115)] = 30268,
  [SMALL_STATE(1116)] = 30352,
  [SMALL_STATE(1117)] = 30433,
  [SMALL_STATE(1118)] = 30514,
  [SMALL_STATE(1119)] = 30567,
  [SMALL_STATE(1120)] = 30648,
  [SMALL_STATE(1121)] = 30729,
  [SMALL_STATE(1122)] = 30810,
  [SMALL_STATE(1123)] = 30867,
  [SMALL_STATE(1124)] = 30948,
  [SMALL_STATE(1125)] = 31029,
  [SMALL_STATE(1126)] = 31110,
  [SMALL_STATE(1127)] = 31191,
  [SMALL_STATE(1128)] = 31272,
  [SMALL_STATE(1129)] = 31353,
  [SMALL_STATE(1130)] = 31434,
  [SMALL_STATE(1131)] = 31515,
  [SMALL_STATE(1132)] = 31596,
  [SMALL_STATE(1133)] = 31647,
  [SMALL_STATE(1134)] = 31728,
  [SMALL_STATE(1135)] = 31809,
  [SMALL_STATE(1136)] = 31862,
  [SMALL_STATE(1137)] = 31919,
  [SMALL_STATE(1138)] = 31972,
  [SMALL_STATE(1139)] = 32053,
  [SMALL_STATE(1140)] = 32134,
  [SMALL_STATE(1141)] = 32215,
  [SMALL_STATE(1142)] = 32272,
  [SMALL_STATE(1143)] = 32353,
  [SMALL_STATE(1144)] = 32434,
  [SMALL_STATE(1145)] = 32515,
  [SMALL_STATE(1146)] = 32596,
  [SMALL_STATE(1147)] = 32677,
  [SMALL_STATE(1148)] = 32734,
  [SMALL_STATE(1149)] = 32787,
  [SMALL_STATE(1150)] = 32868,
  [SMALL_STATE(1151)] = 32949,
  [SMALL_STATE(1152)] = 33030,
  [SMALL_STATE(1153)] = 33111,
  [SMALL_STATE(1154)] = 33192,
  [SMALL_STATE(1155)] = 33273,
  [SMALL_STATE(1156)] = 33354,
  [SMALL_STATE(1157)] = 33435,
  [SMALL_STATE(1158)] = 33516,
  [SMALL_STATE(1159)] = 33597,
  [SMALL_STATE(1160)] = 33678,
  [SMALL_STATE(1161)] = 33759,
  [SMALL_STATE(1162)] = 33840,
  [SMALL_STATE(1163)] = 33889,
  [SMALL_STATE(1164)] = 33970,
  [SMALL_STATE(1165)] = 34051,
  [SMALL_STATE(1166)] = 34132,
  [SMALL_STATE(1167)] = 34213,
  [SMALL_STATE(1168)] = 34294,
  [SMALL_STATE(1169)] = 34375,
  [SMALL_STATE(1170)] = 34456,
  [SMALL_STATE(1171)] = 34537,
  [SMALL_STATE(1172)] = 34618,
  [SMALL_STATE(1173)] = 34699,
  [SMALL_STATE(1174)] = 34748,
  [SMALL_STATE(1175)] = 34799,
  [SMALL_STATE(1176)] = 34844,
  [SMALL_STATE(1177)] = 34897,
  [SMALL_STATE(1178)] = 34946,
  [SMALL_STATE(1179)] = 35027,
  [SMALL_STATE(1180)] = 35108,
  [SMALL_STATE(1181)] = 35189,
  [SMALL_STATE(1182)] = 35246,
  [SMALL_STATE(1183)] = 35327,
  [SMALL_STATE(1184)] = 35408,
  [SMALL_STATE(1185)] = 35450,
  [SMALL_STATE(1186)] = 35492,
  [SMALL_STATE(1187)] = 35576,
  [SMALL_STATE(1188)] = 35624,
  [SMALL_STATE(1189)] = 35708,
  [SMALL_STATE(1190)] = 35792,
  [SMALL_STATE(1191)] = 35876,
  [SMALL_STATE(1192)] = 35932,
  [SMALL_STATE(1193)] = 36016,
  [SMALL_STATE(1194)] = 36064,
  [SMALL_STATE(1195)] = 36148,
  [SMALL_STATE(1196)] = 36232,
  [SMALL_STATE(1197)] = 36280,
  [SMALL_STATE(1198)] = 36362,
  [SMALL_STATE(1199)] = 36410,
  [SMALL_STATE(1200)] = 36494,
  [SMALL_STATE(1201)] = 36538,
  [SMALL_STATE(1202)] = 36582,
  [SMALL_STATE(1203)] = 36624,
  [SMALL_STATE(1204)] = 36708,
  [SMALL_STATE(1205)] = 36752,
  [SMALL_STATE(1206)] = 36794,
  [SMALL_STATE(1207)] = 36836,
  [SMALL_STATE(1208)] = 36880,
  [SMALL_STATE(1209)] = 36924,
  [SMALL_STATE(1210)] = 37004,
  [SMALL_STATE(1211)] = 37050,
  [SMALL_STATE(1212)] = 37126,
  [SMALL_STATE(1213)] = 37172,
  [SMALL_STATE(1214)] = 37248,
  [SMALL_STATE(1215)] = 37296,
  [SMALL_STATE(1216)] = 37380,
  [SMALL_STATE(1217)] = 37428,
  [SMALL_STATE(1218)] = 37476,
  [SMALL_STATE(1219)] = 37552,
  [SMALL_STATE(1220)] = 37636,
  [SMALL_STATE(1221)] = 37678,
  [SMALL_STATE(1222)] = 37762,
  [SMALL_STATE(1223)] = 37838,
  [SMALL_STATE(1224)] = 37914,
  [SMALL_STATE(1225)] = 37955,
  [SMALL_STATE(1226)] = 37996,
  [SMALL_STATE(1227)] = 38043,
  [SMALL_STATE(1228)] = 38090,
  [SMALL_STATE(1229)] = 38131,
  [SMALL_STATE(1230)] = 38172,
  [SMALL_STATE(1231)] = 38213,
  [SMALL_STATE(1232)] = 38254,
  [SMALL_STATE(1233)] = 38295,
  [SMALL_STATE(1234)] = 38336,
  [SMALL_STATE(1235)] = 38377,
  [SMALL_STATE(1236)] = 38418,
  [SMALL_STATE(1237)] = 38469,
  [SMALL_STATE(1238)] = 38510,
  [SMALL_STATE(1239)] = 38551,
  [SMALL_STATE(1240)] = 38592,
  [SMALL_STATE(1241)] = 38633,
  [SMALL_STATE(1242)] = 38680,
  [SMALL_STATE(1243)] = 38721,
  [SMALL_STATE(1244)] = 38762,
  [SMALL_STATE(1245)] = 38803,
  [SMALL_STATE(1246)] = 38876,
  [SMALL_STATE(1247)] = 38917,
  [SMALL_STATE(1248)] = 38958,
  [SMALL_STATE(1249)] = 39031,
  [SMALL_STATE(1250)] = 39072,
  [SMALL_STATE(1251)] = 39113,
  [SMALL_STATE(1252)] = 39154,
  [SMALL_STATE(1253)] = 39227,
  [SMALL_STATE(1254)] = 39300,
  [SMALL_STATE(1255)] = 39341,
  [SMALL_STATE(1256)] = 39382,
  [SMALL_STATE(1257)] = 39455,
  [SMALL_STATE(1258)] = 39496,
  [SMALL_STATE(1259)] = 39537,
  [SMALL_STATE(1260)] = 39578,
  [SMALL_STATE(1261)] = 39619,
  [SMALL_STATE(1262)] = 39660,
  [SMALL_STATE(1263)] = 39701,
  [SMALL_STATE(1264)] = 39742,
  [SMALL_STATE(1265)] = 39815,
  [SMALL_STATE(1266)] = 39856,
  [SMALL_STATE(1267)] = 39897,
  [SMALL_STATE(1268)] = 39938,
  [SMALL_STATE(1269)] = 40011,
  [SMALL_STATE(1270)] = 40058,
  [SMALL_STATE(1271)] = 40099,
  [SMALL_STATE(1272)] = 40140,
  [SMALL_STATE(1273)] = 40181,
  [SMALL_STATE(1274)] = 40222,
  [SMALL_STATE(1275)] = 40295,
  [SMALL_STATE(1276)] = 40342,
  [SMALL_STATE(1277)] = 40383,
  [SMALL_STATE(1278)] = 40424,
  [SMALL_STATE(1279)] = 40465,
  [SMALL_STATE(1280)] = 40506,
  [SMALL_STATE(1281)] = 40579,
  [SMALL_STATE(1282)] = 40658,
  [SMALL_STATE(1283)] = 40699,
  [SMALL_STATE(1284)] = 40740,
  [SMALL_STATE(1285)] = 40781,
  [SMALL_STATE(1286)] = 40822,
  [SMALL_STATE(1287)] = 40863,
  [SMALL_STATE(1288)] = 40904,
  [SMALL_STATE(1289)] = 40945,
  [SMALL_STATE(1290)] = 40986,
  [SMALL_STATE(1291)] = 41027,
  [SMALL_STATE(1292)] = 41068,
  [SMALL_STATE(1293)] = 41109,
  [SMALL_STATE(1294)] = 41150,
  [SMALL_STATE(1295)] = 41223,
  [SMALL_STATE(1296)] = 41296,
  [SMALL_STATE(1297)] = 41337,
  [SMALL_STATE(1298)] = 41416,
  [SMALL_STATE(1299)] = 41457,
  [SMALL_STATE(1300)] = 41498,
  [SMALL_STATE(1301)] = 41539,
  [SMALL_STATE(1302)] = 41590,
  [SMALL_STATE(1303)] = 41663,
  [SMALL_STATE(1304)] = 41704,
  [SMALL_STATE(1305)] = 41745,
  [SMALL_STATE(1306)] = 41818,
  [SMALL_STATE(1307)] = 41859,
  [SMALL_STATE(1308)] = 41906,
  [SMALL_STATE(1309)] = 41947,
  [SMALL_STATE(1310)] = 41988,
  [SMALL_STATE(1311)] = 42061,
  [SMALL_STATE(1312)] = 42102,
  [SMALL_STATE(1313)] = 42153,
  [SMALL_STATE(1314)] = 42232,
  [SMALL_STATE(1315)] = 42273,
  [SMALL_STATE(1316)] = 42314,
  [SMALL_STATE(1317)] = 42355,
  [SMALL_STATE(1318)] = 42396,
  [SMALL_STATE(1319)] = 42437,
  [SMALL_STATE(1320)] = 42484,
  [SMALL_STATE(1321)] = 42535,
  [SMALL_STATE(1322)] = 42608,
  [SMALL_STATE(1323)] = 42649,
  [SMALL_STATE(1324)] = 42690,
  [SMALL_STATE(1325)] = 42731,
  [SMALL_STATE(1326)] = 42778,
  [SMALL_STATE(1327)] = 42819,
  [SMALL_STATE(1328)] = 42860,
  [SMALL_STATE(1329)] = 42938,
  [SMALL_STATE(1330)] = 43016,
  [SMALL_STATE(1331)] = 43094,
  [SMALL_STATE(1332)] = 43172,
  [SMALL_STATE(1333)] = 43250,
  [SMALL_STATE(1334)] = 43328,
  [SMALL_STATE(1335)] = 43406,
  [SMALL_STATE(1336)] = 43484,
  [SMALL_STATE(1337)] = 43562,
  [SMALL_STATE(1338)] = 43640,
  [SMALL_STATE(1339)] = 43718,
  [SMALL_STATE(1340)] = 43796,
  [SMALL_STATE(1341)] = 43836,
  [SMALL_STATE(1342)] = 43914,
  [SMALL_STATE(1343)] = 43992,
  [SMALL_STATE(1344)] = 44070,
  [SMALL_STATE(1345)] = 44148,
  [SMALL_STATE(1346)] = 44188,
  [SMALL_STATE(1347)] = 44266,
  [SMALL_STATE(1348)] = 44344,
  [SMALL_STATE(1349)] = 44422,
  [SMALL_STATE(1350)] = 44500,
  [SMALL_STATE(1351)] = 44578,
  [SMALL_STATE(1352)] = 44656,
  [SMALL_STATE(1353)] = 44734,
  [SMALL_STATE(1354)] = 44812,
  [SMALL_STATE(1355)] = 44890,
  [SMALL_STATE(1356)] = 44968,
  [SMALL_STATE(1357)] = 45010,
  [SMALL_STATE(1358)] = 45050,
  [SMALL_STATE(1359)] = 45128,
  [SMALL_STATE(1360)] = 45206,
  [SMALL_STATE(1361)] = 45284,
  [SMALL_STATE(1362)] = 45362,
  [SMALL_STATE(1363)] = 45406,
  [SMALL_STATE(1364)] = 45446,
  [SMALL_STATE(1365)] = 45524,
  [SMALL_STATE(1366)] = 45602,
  [SMALL_STATE(1367)] = 45680,
  [SMALL_STATE(1368)] = 45758,
  [SMALL_STATE(1369)] = 45836,
  [SMALL_STATE(1370)] = 45914,
  [SMALL_STATE(1371)] = 45992,
  [SMALL_STATE(1372)] = 46070,
  [SMALL_STATE(1373)] = 46148,
  [SMALL_STATE(1374)] = 46226,
  [SMALL_STATE(1375)] = 46304,
  [SMALL_STATE(1376)] = 46382,
  [SMALL_STATE(1377)] = 46460,
  [SMALL_STATE(1378)] = 46532,
  [SMALL_STATE(1379)] = 46604,
  [SMALL_STATE(1380)] = 46676,
  [SMALL_STATE(1381)] = 46748,
  [SMALL_STATE(1382)] = 46820,
  [SMALL_STATE(1383)] = 46892,
  [SMALL_STATE(1384)] = 46964,
  [SMALL_STATE(1385)] = 47006,
  [SMALL_STATE(1386)] = 47084,
  [SMALL_STATE(1387)] = 47156,
  [SMALL_STATE(1388)] = 47228,
  [SMALL_STATE(1389)] = 47300,
  [SMALL_STATE(1390)] = 47378,
  [SMALL_STATE(1391)] = 47456,
  [SMALL_STATE(1392)] = 47534,
  [SMALL_STATE(1393)] = 47612,
  [SMALL_STATE(1394)] = 47652,
  [SMALL_STATE(1395)] = 47730,
  [SMALL_STATE(1396)] = 47772,
  [SMALL_STATE(1397)] = 47850,
  [SMALL_STATE(1398)] = 47928,
  [SMALL_STATE(1399)] = 48006,
  [SMALL_STATE(1400)] = 48046,
  [SMALL_STATE(1401)] = 48124,
  [SMALL_STATE(1402)] = 48202,
  [SMALL_STATE(1403)] = 48252,
  [SMALL_STATE(1404)] = 48330,
  [SMALL_STATE(1405)] = 48370,
  [SMALL_STATE(1406)] = 48448,
  [SMALL_STATE(1407)] = 48526,
  [SMALL_STATE(1408)] = 48570,
  [SMALL_STATE(1409)] = 48614,
  [SMALL_STATE(1410)] = 48692,
  [SMALL_STATE(1411)] = 48732,
  [SMALL_STATE(1412)] = 48810,
  [SMALL_STATE(1413)] = 48888,
  [SMALL_STATE(1414)] = 48966,
  [SMALL_STATE(1415)] = 49044,
  [SMALL_STATE(1416)] = 49122,
  [SMALL_STATE(1417)] = 49200,
  [SMALL_STATE(1418)] = 49278,
  [SMALL_STATE(1419)] = 49356,
  [SMALL_STATE(1420)] = 49398,
  [SMALL_STATE(1421)] = 49476,
  [SMALL_STATE(1422)] = 49554,
  [SMALL_STATE(1423)] = 49632,
  [SMALL_STATE(1424)] = 49710,
  [SMALL_STATE(1425)] = 49788,
  [SMALL_STATE(1426)] = 49866,
  [SMALL_STATE(1427)] = 49944,
  [SMALL_STATE(1428)] = 50022,
  [SMALL_STATE(1429)] = 50100,
  [SMALL_STATE(1430)] = 50178,
  [SMALL_STATE(1431)] = 50256,
  [SMALL_STATE(1432)] = 50334,
  [SMALL_STATE(1433)] = 50412,
  [SMALL_STATE(1434)] = 50490,
  [SMALL_STATE(1435)] = 50568,
  [SMALL_STATE(1436)] = 50646,
  [SMALL_STATE(1437)] = 50724,
  [SMALL_STATE(1438)] = 50802,
  [SMALL_STATE(1439)] = 50880,
  [SMALL_STATE(1440)] = 50958,
  [SMALL_STATE(1441)] = 51036,
  [SMALL_STATE(1442)] = 51114,
  [SMALL_STATE(1443)] = 51192,
  [SMALL_STATE(1444)] = 51238,
  [SMALL_STATE(1445)] = 51316,
  [SMALL_STATE(1446)] = 51356,
  [SMALL_STATE(1447)] = 51431,
  [SMALL_STATE(1448)] = 51470,
  [SMALL_STATE(1449)] = 51545,
  [SMALL_STATE(1450)] = 51590,
  [SMALL_STATE(1451)] = 51665,
  [SMALL_STATE(1452)] = 51740,
  [SMALL_STATE(1453)] = 51811,
  [SMALL_STATE(1454)] = 51886,
  [SMALL_STATE(1455)] = 51961,
  [SMALL_STATE(1456)] = 52036,
  [SMALL_STATE(1457)] = 52111,
  [SMALL_STATE(1458)] = 52186,
  [SMALL_STATE(1459)] = 52261,
  [SMALL_STATE(1460)] = 52300,
  [SMALL_STATE(1461)] = 52375,
  [SMALL_STATE(1462)] = 52414,
  [SMALL_STATE(1463)] = 52485,
  [SMALL_STATE(1464)] = 52524,
  [SMALL_STATE(1465)] = 52599,
  [SMALL_STATE(1466)] = 52674,
  [SMALL_STATE(1467)] = 52749,
  [SMALL_STATE(1468)] = 52788,
  [SMALL_STATE(1469)] = 52863,
  [SMALL_STATE(1470)] = 52938,
  [SMALL_STATE(1471)] = 53013,
  [SMALL_STATE(1472)] = 53088,
  [SMALL_STATE(1473)] = 53163,
  [SMALL_STATE(1474)] = 53202,
  [SMALL_STATE(1475)] = 53241,
  [SMALL_STATE(1476)] = 53312,
  [SMALL_STATE(1477)] = 53387,
  [SMALL_STATE(1478)] = 53462,
  [SMALL_STATE(1479)] = 53537,
  [SMALL_STATE(1480)] = 53612,
  [SMALL_STATE(1481)] = 53687,
  [SMALL_STATE(1482)] = 53762,
  [SMALL_STATE(1483)] = 53833,
  [SMALL_STATE(1484)] = 53904,
  [SMALL_STATE(1485)] = 53979,
  [SMALL_STATE(1486)] = 54054,
  [SMALL_STATE(1487)] = 54129,
  [SMALL_STATE(1488)] = 54204,
  [SMALL_STATE(1489)] = 54279,
  [SMALL_STATE(1490)] = 54318,
  [SMALL_STATE(1491)] = 54389,
  [SMALL_STATE(1492)] = 54464,
  [SMALL_STATE(1493)] = 54539,
  [SMALL_STATE(1494)] = 54614,
  [SMALL_STATE(1495)] = 54689,
  [SMALL_STATE(1496)] = 54764,
  [SMALL_STATE(1497)] = 54839,
  [SMALL_STATE(1498)] = 54910,
  [SMALL_STATE(1499)] = 54985,
  [SMALL_STATE(1500)] = 55060,
  [SMALL_STATE(1501)] = 55135,
  [SMALL_STATE(1502)] = 55210,
  [SMALL_STATE(1503)] = 55249,
  [SMALL_STATE(1504)] = 55288,
  [SMALL_STATE(1505)] = 55327,
  [SMALL_STATE(1506)] = 55402,
  [SMALL_STATE(1507)] = 55447,
  [SMALL_STATE(1508)] = 55522,
  [SMALL_STATE(1509)] = 55597,
  [SMALL_STATE(1510)] = 55636,
  [SMALL_STATE(1511)] = 55711,
  [SMALL_STATE(1512)] = 55750,
  [SMALL_STATE(1513)] = 55825,
  [SMALL_STATE(1514)] = 55900,
  [SMALL_STATE(1515)] = 55975,
  [SMALL_STATE(1516)] = 56050,
  [SMALL_STATE(1517)] = 56125,
  [SMALL_STATE(1518)] = 56200,
  [SMALL_STATE(1519)] = 56239,
  [SMALL_STATE(1520)] = 56314,
  [SMALL_STATE(1521)] = 56389,
  [SMALL_STATE(1522)] = 56464,
  [SMALL_STATE(1523)] = 56539,
  [SMALL_STATE(1524)] = 56614,
  [SMALL_STATE(1525)] = 56689,
  [SMALL_STATE(1526)] = 56764,
  [SMALL_STATE(1527)] = 56839,
  [SMALL_STATE(1528)] = 56914,
  [SMALL_STATE(1529)] = 56955,
  [SMALL_STATE(1530)] = 57030,
  [SMALL_STATE(1531)] = 57105,
  [SMALL_STATE(1532)] = 57180,
  [SMALL_STATE(1533)] = 57255,
  [SMALL_STATE(1534)] = 57330,
  [SMALL_STATE(1535)] = 57405,
  [SMALL_STATE(1536)] = 57444,
  [SMALL_STATE(1537)] = 57519,
  [SMALL_STATE(1538)] = 57594,
  [SMALL_STATE(1539)] = 57669,
  [SMALL_STATE(1540)] = 57744,
  [SMALL_STATE(1541)] = 57783,
  [SMALL_STATE(1542)] = 57858,
  [SMALL_STATE(1543)] = 57933,
  [SMALL_STATE(1544)] = 58008,
  [SMALL_STATE(1545)] = 58047,
  [SMALL_STATE(1546)] = 58122,
  [SMALL_STATE(1547)] = 58197,
  [SMALL_STATE(1548)] = 58272,
  [SMALL_STATE(1549)] = 58347,
  [SMALL_STATE(1550)] = 58422,
  [SMALL_STATE(1551)] = 58497,
  [SMALL_STATE(1552)] = 58536,
  [SMALL_STATE(1553)] = 58611,
  [SMALL_STATE(1554)] = 58686,
  [SMALL_STATE(1555)] = 58761,
  [SMALL_STATE(1556)] = 58836,
  [SMALL_STATE(1557)] = 58911,
  [SMALL_STATE(1558)] = 58982,
  [SMALL_STATE(1559)] = 59057,
  [SMALL_STATE(1560)] = 59132,
  [SMALL_STATE(1561)] = 59207,
  [SMALL_STATE(1562)] = 59282,
  [SMALL_STATE(1563)] = 59357,
  [SMALL_STATE(1564)] = 59432,
  [SMALL_STATE(1565)] = 59507,
  [SMALL_STATE(1566)] = 59546,
  [SMALL_STATE(1567)] = 59621,
  [SMALL_STATE(1568)] = 59660,
  [SMALL_STATE(1569)] = 59735,
  [SMALL_STATE(1570)] = 59810,
  [SMALL_STATE(1571)] = 59885,
  [SMALL_STATE(1572)] = 59960,
  [SMALL_STATE(1573)] = 60035,
  [SMALL_STATE(1574)] = 60080,
  [SMALL_STATE(1575)] = 60119,
  [SMALL_STATE(1576)] = 60194,
  [SMALL_STATE(1577)] = 60233,
  [SMALL_STATE(1578)] = 60308,
  [SMALL_STATE(1579)] = 60383,
  [SMALL_STATE(1580)] = 60424,
  [SMALL_STATE(1581)] = 60499,
  [SMALL_STATE(1582)] = 60538,
  [SMALL_STATE(1583)] = 60613,
  [SMALL_STATE(1584)] = 60688,
  [SMALL_STATE(1585)] = 60763,
  [SMALL_STATE(1586)] = 60802,
  [SMALL_STATE(1587)] = 60877,
  [SMALL_STATE(1588)] = 60952,
  [SMALL_STATE(1589)] = 61027,
  [SMALL_STATE(1590)] = 61072,
  [SMALL_STATE(1591)] = 61147,
  [SMALL_STATE(1592)] = 61222,
  [SMALL_STATE(1593)] = 61297,
  [SMALL_STATE(1594)] = 61372,
  [SMALL_STATE(1595)] = 61447,
  [SMALL_STATE(1596)] = 61522,
  [SMALL_STATE(1597)] = 61561,
  [SMALL_STATE(1598)] = 61636,
  [SMALL_STATE(1599)] = 61679,
  [SMALL_STATE(1600)] = 61754,
  [SMALL_STATE(1601)] = 61793,
  [SMALL_STATE(1602)] = 61864,
  [SMALL_STATE(1603)] = 61939,
  [SMALL_STATE(1604)] = 62014,
  [SMALL_STATE(1605)] = 62089,
  [SMALL_STATE(1606)] = 62164,
  [SMALL_STATE(1607)] = 62239,
  [SMALL_STATE(1608)] = 62314,
  [SMALL_STATE(1609)] = 62389,
  [SMALL_STATE(1610)] = 62464,
  [SMALL_STATE(1611)] = 62503,
  [SMALL_STATE(1612)] = 62578,
  [SMALL_STATE(1613)] = 62653,
  [SMALL_STATE(1614)] = 62728,
  [SMALL_STATE(1615)] = 62767,
  [SMALL_STATE(1616)] = 62808,
  [SMALL_STATE(1617)] = 62883,
  [SMALL_STATE(1618)] = 62922,
  [SMALL_STATE(1619)] = 62997,
  [SMALL_STATE(1620)] = 63072,
  [SMALL_STATE(1621)] = 63111,
  [SMALL_STATE(1622)] = 63186,
  [SMALL_STATE(1623)] = 63261,
  [SMALL_STATE(1624)] = 63336,
  [SMALL_STATE(1625)] = 63411,
  [SMALL_STATE(1626)] = 63486,
  [SMALL_STATE(1627)] = 63561,
  [SMALL_STATE(1628)] = 63600,
  [SMALL_STATE(1629)] = 63675,
  [SMALL_STATE(1630)] = 63750,
  [SMALL_STATE(1631)] = 63821,
  [SMALL_STATE(1632)] = 63896,
  [SMALL_STATE(1633)] = 63971,
  [SMALL_STATE(1634)] = 64010,
  [SMALL_STATE(1635)] = 64085,
  [SMALL_STATE(1636)] = 64124,
  [SMALL_STATE(1637)] = 64163,
  [SMALL_STATE(1638)] = 64238,
  [SMALL_STATE(1639)] = 64313,
  [SMALL_STATE(1640)] = 64388,
  [SMALL_STATE(1641)] = 64463,
  [SMALL_STATE(1642)] = 64508,
  [SMALL_STATE(1643)] = 64583,
  [SMALL_STATE(1644)] = 64658,
  [SMALL_STATE(1645)] = 64703,
  [SMALL_STATE(1646)] = 64778,
  [SMALL_STATE(1647)] = 64853,
  [SMALL_STATE(1648)] = 64928,
  [SMALL_STATE(1649)] = 65003,
  [SMALL_STATE(1650)] = 65042,
  [SMALL_STATE(1651)] = 65117,
  [SMALL_STATE(1652)] = 65192,
  [SMALL_STATE(1653)] = 65233,
  [SMALL_STATE(1654)] = 65272,
  [SMALL_STATE(1655)] = 65342,
  [SMALL_STATE(1656)] = 65386,
  [SMALL_STATE(1657)] = 65424,
  [SMALL_STATE(1658)] = 65494,
  [SMALL_STATE(1659)] = 65532,
  [SMALL_STATE(1660)] = 65602,
  [SMALL_STATE(1661)] = 65672,
  [SMALL_STATE(1662)] = 65742,
  [SMALL_STATE(1663)] = 65785,
  [SMALL_STATE(1664)] = 65853,
  [SMALL_STATE(1665)] = 65918,
  [SMALL_STATE(1666)] = 65983,
  [SMALL_STATE(1667)] = 66048,
  [SMALL_STATE(1668)] = 66113,
  [SMALL_STATE(1669)] = 66178,
  [SMALL_STATE(1670)] = 66243,
  [SMALL_STATE(1671)] = 66308,
  [SMALL_STATE(1672)] = 66373,
  [SMALL_STATE(1673)] = 66438,
  [SMALL_STATE(1674)] = 66503,
  [SMALL_STATE(1675)] = 66568,
  [SMALL_STATE(1676)] = 66633,
  [SMALL_STATE(1677)] = 66698,
  [SMALL_STATE(1678)] = 66763,
  [SMALL_STATE(1679)] = 66828,
  [SMALL_STATE(1680)] = 66893,
  [SMALL_STATE(1681)] = 66958,
  [SMALL_STATE(1682)] = 67023,
  [SMALL_STATE(1683)] = 67088,
  [SMALL_STATE(1684)] = 67153,
  [SMALL_STATE(1685)] = 67218,
  [SMALL_STATE(1686)] = 67283,
  [SMALL_STATE(1687)] = 67348,
  [SMALL_STATE(1688)] = 67413,
  [SMALL_STATE(1689)] = 67478,
  [SMALL_STATE(1690)] = 67513,
  [SMALL_STATE(1691)] = 67578,
  [SMALL_STATE(1692)] = 67643,
  [SMALL_STATE(1693)] = 67708,
  [SMALL_STATE(1694)] = 67773,
  [SMALL_STATE(1695)] = 67838,
  [SMALL_STATE(1696)] = 67903,
  [SMALL_STATE(1697)] = 67968,
  [SMALL_STATE(1698)] = 68033,
  [SMALL_STATE(1699)] = 68098,
  [SMALL_STATE(1700)] = 68163,
  [SMALL_STATE(1701)] = 68228,
  [SMALL_STATE(1702)] = 68293,
  [SMALL_STATE(1703)] = 68358,
  [SMALL_STATE(1704)] = 68423,
  [SMALL_STATE(1705)] = 68488,
  [SMALL_STATE(1706)] = 68553,
  [SMALL_STATE(1707)] = 68618,
  [SMALL_STATE(1708)] = 68683,
  [SMALL_STATE(1709)] = 68748,
  [SMALL_STATE(1710)] = 68813,
  [SMALL_STATE(1711)] = 68878,
  [SMALL_STATE(1712)] = 68943,
  [SMALL_STATE(1713)] = 69008,
  [SMALL_STATE(1714)] = 69073,
  [SMALL_STATE(1715)] = 69138,
  [SMALL_STATE(1716)] = 69203,
  [SMALL_STATE(1717)] = 69268,
  [SMALL_STATE(1718)] = 69333,
  [SMALL_STATE(1719)] = 69398,
  [SMALL_STATE(1720)] = 69463,
  [SMALL_STATE(1721)] = 69528,
  [SMALL_STATE(1722)] = 69593,
  [SMALL_STATE(1723)] = 69658,
  [SMALL_STATE(1724)] = 69723,
  [SMALL_STATE(1725)] = 69788,
  [SMALL_STATE(1726)] = 69853,
  [SMALL_STATE(1727)] = 69918,
  [SMALL_STATE(1728)] = 69983,
  [SMALL_STATE(1729)] = 70048,
  [SMALL_STATE(1730)] = 70113,
  [SMALL_STATE(1731)] = 70178,
  [SMALL_STATE(1732)] = 70243,
  [SMALL_STATE(1733)] = 70308,
  [SMALL_STATE(1734)] = 70373,
  [SMALL_STATE(1735)] = 70438,
  [SMALL_STATE(1736)] = 70503,
  [SMALL_STATE(1737)] = 70568,
  [SMALL_STATE(1738)] = 70633,
  [SMALL_STATE(1739)] = 70698,
  [SMALL_STATE(1740)] = 70763,
  [SMALL_STATE(1741)] = 70828,
  [SMALL_STATE(1742)] = 70893,
  [SMALL_STATE(1743)] = 70958,
  [SMALL_STATE(1744)] = 71023,
  [SMALL_STATE(1745)] = 71088,
  [SMALL_STATE(1746)] = 71153,
  [SMALL_STATE(1747)] = 71218,
  [SMALL_STATE(1748)] = 71283,
  [SMALL_STATE(1749)] = 71348,
  [SMALL_STATE(1750)] = 71413,
  [SMALL_STATE(1751)] = 71478,
  [SMALL_STATE(1752)] = 71543,
  [SMALL_STATE(1753)] = 71608,
  [SMALL_STATE(1754)] = 71673,
  [SMALL_STATE(1755)] = 71738,
  [SMALL_STATE(1756)] = 71803,
  [SMALL_STATE(1757)] = 71868,
  [SMALL_STATE(1758)] = 71933,
  [SMALL_STATE(1759)] = 71998,
  [SMALL_STATE(1760)] = 72063,
  [SMALL_STATE(1761)] = 72128,
  [SMALL_STATE(1762)] = 72193,
  [SMALL_STATE(1763)] = 72258,
  [SMALL_STATE(1764)] = 72323,
  [SMALL_STATE(1765)] = 72388,
  [SMALL_STATE(1766)] = 72453,
  [SMALL_STATE(1767)] = 72518,
  [SMALL_STATE(1768)] = 72583,
  [SMALL_STATE(1769)] = 72648,
  [SMALL_STATE(1770)] = 72713,
  [SMALL_STATE(1771)] = 72778,
  [SMALL_STATE(1772)] = 72843,
  [SMALL_STATE(1773)] = 72908,
  [SMALL_STATE(1774)] = 72973,
  [SMALL_STATE(1775)] = 73038,
  [SMALL_STATE(1776)] = 73103,
  [SMALL_STATE(1777)] = 73168,
  [SMALL_STATE(1778)] = 73233,
  [SMALL_STATE(1779)] = 73298,
  [SMALL_STATE(1780)] = 73363,
  [SMALL_STATE(1781)] = 73428,
  [SMALL_STATE(1782)] = 73493,
  [SMALL_STATE(1783)] = 73558,
  [SMALL_STATE(1784)] = 73620,
  [SMALL_STATE(1785)] = 73682,
  [SMALL_STATE(1786)] = 73744,
  [SMALL_STATE(1787)] = 73806,
  [SMALL_STATE(1788)] = 73868,
  [SMALL_STATE(1789)] = 73930,
  [SMALL_STATE(1790)] = 73992,
  [SMALL_STATE(1791)] = 74054,
  [SMALL_STATE(1792)] = 74116,
  [SMALL_STATE(1793)] = 74178,
  [SMALL_STATE(1794)] = 74240,
  [SMALL_STATE(1795)] = 74302,
  [SMALL_STATE(1796)] = 74364,
  [SMALL_STATE(1797)] = 74426,
  [SMALL_STATE(1798)] = 74488,
  [SMALL_STATE(1799)] = 74550,
  [SMALL_STATE(1800)] = 74612,
  [SMALL_STATE(1801)] = 74674,
  [SMALL_STATE(1802)] = 74736,
  [SMALL_STATE(1803)] = 74798,
  [SMALL_STATE(1804)] = 74860,
  [SMALL_STATE(1805)] = 74922,
  [SMALL_STATE(1806)] = 74984,
  [SMALL_STATE(1807)] = 75046,
  [SMALL_STATE(1808)] = 75108,
  [SMALL_STATE(1809)] = 75170,
  [SMALL_STATE(1810)] = 75232,
  [SMALL_STATE(1811)] = 75294,
  [SMALL_STATE(1812)] = 75356,
  [SMALL_STATE(1813)] = 75418,
  [SMALL_STATE(1814)] = 75482,
  [SMALL_STATE(1815)] = 75544,
  [SMALL_STATE(1816)] = 75606,
  [SMALL_STATE(1817)] = 75668,
  [SMALL_STATE(1818)] = 75730,
  [SMALL_STATE(1819)] = 75792,
  [SMALL_STATE(1820)] = 75854,
  [SMALL_STATE(1821)] = 75916,
  [SMALL_STATE(1822)] = 75978,
  [SMALL_STATE(1823)] = 76040,
  [SMALL_STATE(1824)] = 76102,
  [SMALL_STATE(1825)] = 76164,
  [SMALL_STATE(1826)] = 76226,
  [SMALL_STATE(1827)] = 76288,
  [SMALL_STATE(1828)] = 76350,
  [SMALL_STATE(1829)] = 76412,
  [SMALL_STATE(1830)] = 76474,
  [SMALL_STATE(1831)] = 76536,
  [SMALL_STATE(1832)] = 76575,
  [SMALL_STATE(1833)] = 76636,
  [SMALL_STATE(1834)] = 76697,
  [SMALL_STATE(1835)] = 76758,
  [SMALL_STATE(1836)] = 76819,
  [SMALL_STATE(1837)] = 76880,
  [SMALL_STATE(1838)] = 76917,
  [SMALL_STATE(1839)] = 76951,
  [SMALL_STATE(1840)] = 76985,
  [SMALL_STATE(1841)] = 77017,
  [SMALL_STATE(1842)] = 77049,
  [SMALL_STATE(1843)] = 77081,
  [SMALL_STATE(1844)] = 77113,
  [SMALL_STATE(1845)] = 77149,
  [SMALL_STATE(1846)] = 77183,
  [SMALL_STATE(1847)] = 77236,
  [SMALL_STATE(1848)] = 77291,
  [SMALL_STATE(1849)] = 77324,
  [SMALL_STATE(1850)] = 77361,
  [SMALL_STATE(1851)] = 77416,
  [SMALL_STATE(1852)] = 77469,
  [SMALL_STATE(1853)] = 77522,
  [SMALL_STATE(1854)] = 77575,
  [SMALL_STATE(1855)] = 77611,
  [SMALL_STATE(1856)] = 77647,
  [SMALL_STATE(1857)] = 77685,
  [SMALL_STATE(1858)] = 77718,
  [SMALL_STATE(1859)] = 77751,
  [SMALL_STATE(1860)] = 77798,
  [SMALL_STATE(1861)] = 77831,
  [SMALL_STATE(1862)] = 77878,
  [SMALL_STATE(1863)] = 77909,
  [SMALL_STATE(1864)] = 77942,
  [SMALL_STATE(1865)] = 77971,
  [SMALL_STATE(1866)] = 78000,
  [SMALL_STATE(1867)] = 78047,
  [SMALL_STATE(1868)] = 78077,
  [SMALL_STATE(1869)] = 78107,
  [SMALL_STATE(1870)] = 78139,
  [SMALL_STATE(1871)] = 78167,
  [SMALL_STATE(1872)] = 78201,
  [SMALL_STATE(1873)] = 78232,
  [SMALL_STATE(1874)] = 78261,
  [SMALL_STATE(1875)] = 78289,
  [SMALL_STATE(1876)] = 78319,
  [SMALL_STATE(1877)] = 78347,
  [SMALL_STATE(1878)] = 78375,
  [SMALL_STATE(1879)] = 78402,
  [SMALL_STATE(1880)] = 78427,
  [SMALL_STATE(1881)] = 78452,
  [SMALL_STATE(1882)] = 78481,
  [SMALL_STATE(1883)] = 78510,
  [SMALL_STATE(1884)] = 78535,
  [SMALL_STATE(1885)] = 78564,
  [SMALL_STATE(1886)] = 78593,
  [SMALL_STATE(1887)] = 78615,
  [SMALL_STATE(1888)] = 78637,
  [SMALL_STATE(1889)] = 78659,
  [SMALL_STATE(1890)] = 78681,
  [SMALL_STATE(1891)] = 78703,
  [SMALL_STATE(1892)] = 78725,
  [SMALL_STATE(1893)] = 78745,
  [SMALL_STATE(1894)] = 78770,
  [SMALL_STATE(1895)] = 78800,
  [SMALL_STATE(1896)] = 78830,
  [SMALL_STATE(1897)] = 78856,
  [SMALL_STATE(1898)] = 78880,
  [SMALL_STATE(1899)] = 78910,
  [SMALL_STATE(1900)] = 78934,
  [SMALL_STATE(1901)] = 78964,
  [SMALL_STATE(1902)] = 78988,
  [SMALL_STATE(1903)] = 79014,
  [SMALL_STATE(1904)] = 79038,
  [SMALL_STATE(1905)] = 79054,
  [SMALL_STATE(1906)] = 79078,
  [SMALL_STATE(1907)] = 79094,
  [SMALL_STATE(1908)] = 79124,
  [SMALL_STATE(1909)] = 79150,
  [SMALL_STATE(1910)] = 79176,
  [SMALL_STATE(1911)] = 79194,
  [SMALL_STATE(1912)] = 79224,
  [SMALL_STATE(1913)] = 79254,
  [SMALL_STATE(1914)] = 79284,
  [SMALL_STATE(1915)] = 79314,
  [SMALL_STATE(1916)] = 79338,
  [SMALL_STATE(1917)] = 79368,
  [SMALL_STATE(1918)] = 79394,
  [SMALL_STATE(1919)] = 79424,
  [SMALL_STATE(1920)] = 79450,
  [SMALL_STATE(1921)] = 79473,
  [SMALL_STATE(1922)] = 79496,
  [SMALL_STATE(1923)] = 79513,
  [SMALL_STATE(1924)] = 79536,
  [SMALL_STATE(1925)] = 79558,
  [SMALL_STATE(1926)] = 79580,
  [SMALL_STATE(1927)] = 79596,
  [SMALL_STATE(1928)] = 79622,
  [SMALL_STATE(1929)] = 79644,
  [SMALL_STATE(1930)] = 79670,
  [SMALL_STATE(1931)] = 79686,
  [SMALL_STATE(1932)] = 79704,
  [SMALL_STATE(1933)] = 79720,
  [SMALL_STATE(1934)] = 79746,
  [SMALL_STATE(1935)] = 79768,
  [SMALL_STATE(1936)] = 79794,
  [SMALL_STATE(1937)] = 79816,
  [SMALL_STATE(1938)] = 79836,
  [SMALL_STATE(1939)] = 79858,
  [SMALL_STATE(1940)] = 79874,
  [SMALL_STATE(1941)] = 79896,
  [SMALL_STATE(1942)] = 79922,
  [SMALL_STATE(1943)] = 79940,
  [SMALL_STATE(1944)] = 79966,
  [SMALL_STATE(1945)] = 79992,
  [SMALL_STATE(1946)] = 80016,
  [SMALL_STATE(1947)] = 80042,
  [SMALL_STATE(1948)] = 80068,
  [SMALL_STATE(1949)] = 80090,
  [SMALL_STATE(1950)] = 80114,
  [SMALL_STATE(1951)] = 80137,
  [SMALL_STATE(1952)] = 80160,
  [SMALL_STATE(1953)] = 80183,
  [SMALL_STATE(1954)] = 80206,
  [SMALL_STATE(1955)] = 80229,
  [SMALL_STATE(1956)] = 80246,
  [SMALL_STATE(1957)] = 80269,
  [SMALL_STATE(1958)] = 80284,
  [SMALL_STATE(1959)] = 80307,
  [SMALL_STATE(1960)] = 80326,
  [SMALL_STATE(1961)] = 80345,
  [SMALL_STATE(1962)] = 80364,
  [SMALL_STATE(1963)] = 80387,
  [SMALL_STATE(1964)] = 80408,
  [SMALL_STATE(1965)] = 80431,
  [SMALL_STATE(1966)] = 80450,
  [SMALL_STATE(1967)] = 80473,
  [SMALL_STATE(1968)] = 80496,
  [SMALL_STATE(1969)] = 80519,
  [SMALL_STATE(1970)] = 80532,
  [SMALL_STATE(1971)] = 80555,
  [SMALL_STATE(1972)] = 80578,
  [SMALL_STATE(1973)] = 80599,
  [SMALL_STATE(1974)] = 80620,
  [SMALL_STATE(1975)] = 80639,
  [SMALL_STATE(1976)] = 80662,
  [SMALL_STATE(1977)] = 80685,
  [SMALL_STATE(1978)] = 80708,
  [SMALL_STATE(1979)] = 80731,
  [SMALL_STATE(1980)] = 80752,
  [SMALL_STATE(1981)] = 80771,
  [SMALL_STATE(1982)] = 80792,
  [SMALL_STATE(1983)] = 80815,
  [SMALL_STATE(1984)] = 80838,
  [SMALL_STATE(1985)] = 80861,
  [SMALL_STATE(1986)] = 80882,
  [SMALL_STATE(1987)] = 80903,
  [SMALL_STATE(1988)] = 80926,
  [SMALL_STATE(1989)] = 80949,
  [SMALL_STATE(1990)] = 80964,
  [SMALL_STATE(1991)] = 80985,
  [SMALL_STATE(1992)] = 81006,
  [SMALL_STATE(1993)] = 81025,
  [SMALL_STATE(1994)] = 81048,
  [SMALL_STATE(1995)] = 81071,
  [SMALL_STATE(1996)] = 81094,
  [SMALL_STATE(1997)] = 81117,
  [SMALL_STATE(1998)] = 81140,
  [SMALL_STATE(1999)] = 81159,
  [SMALL_STATE(2000)] = 81182,
  [SMALL_STATE(2001)] = 81203,
  [SMALL_STATE(2002)] = 81226,
  [SMALL_STATE(2003)] = 81247,
  [SMALL_STATE(2004)] = 81270,
  [SMALL_STATE(2005)] = 81293,
  [SMALL_STATE(2006)] = 81311,
  [SMALL_STATE(2007)] = 81327,
  [SMALL_STATE(2008)] = 81341,
  [SMALL_STATE(2009)] = 81357,
  [SMALL_STATE(2010)] = 81373,
  [SMALL_STATE(2011)] = 81391,
  [SMALL_STATE(2012)] = 81407,
  [SMALL_STATE(2013)] = 81423,
  [SMALL_STATE(2014)] = 81443,
  [SMALL_STATE(2015)] = 81463,
  [SMALL_STATE(2016)] = 81479,
  [SMALL_STATE(2017)] = 81495,
  [SMALL_STATE(2018)] = 81515,
  [SMALL_STATE(2019)] = 81531,
  [SMALL_STATE(2020)] = 81551,
  [SMALL_STATE(2021)] = 81571,
  [SMALL_STATE(2022)] = 81591,
  [SMALL_STATE(2023)] = 81607,
  [SMALL_STATE(2024)] = 81625,
  [SMALL_STATE(2025)] = 81641,
  [SMALL_STATE(2026)] = 81661,
  [SMALL_STATE(2027)] = 81673,
  [SMALL_STATE(2028)] = 81685,
  [SMALL_STATE(2029)] = 81697,
  [SMALL_STATE(2030)] = 81717,
  [SMALL_STATE(2031)] = 81737,
  [SMALL_STATE(2032)] = 81755,
  [SMALL_STATE(2033)] = 81775,
  [SMALL_STATE(2034)] = 81791,
  [SMALL_STATE(2035)] = 81805,
  [SMALL_STATE(2036)] = 81819,
  [SMALL_STATE(2037)] = 81839,
  [SMALL_STATE(2038)] = 81853,
  [SMALL_STATE(2039)] = 81873,
  [SMALL_STATE(2040)] = 81889,
  [SMALL_STATE(2041)] = 81905,
  [SMALL_STATE(2042)] = 81925,
  [SMALL_STATE(2043)] = 81945,
  [SMALL_STATE(2044)] = 81965,
  [SMALL_STATE(2045)] = 81985,
  [SMALL_STATE(2046)] = 82005,
  [SMALL_STATE(2047)] = 82017,
  [SMALL_STATE(2048)] = 82033,
  [SMALL_STATE(2049)] = 82053,
  [SMALL_STATE(2050)] = 82073,
  [SMALL_STATE(2051)] = 82087,
  [SMALL_STATE(2052)] = 82107,
  [SMALL_STATE(2053)] = 82127,
  [SMALL_STATE(2054)] = 82145,
  [SMALL_STATE(2055)] = 82165,
  [SMALL_STATE(2056)] = 82182,
  [SMALL_STATE(2057)] = 82199,
  [SMALL_STATE(2058)] = 82216,
  [SMALL_STATE(2059)] = 82233,
  [SMALL_STATE(2060)] = 82250,
  [SMALL_STATE(2061)] = 82267,
  [SMALL_STATE(2062)] = 82282,
  [SMALL_STATE(2063)] = 82299,
  [SMALL_STATE(2064)] = 82316,
  [SMALL_STATE(2065)] = 82331,
  [SMALL_STATE(2066)] = 82348,
  [SMALL_STATE(2067)] = 82365,
  [SMALL_STATE(2068)] = 82382,
  [SMALL_STATE(2069)] = 82399,
  [SMALL_STATE(2070)] = 82416,
  [SMALL_STATE(2071)] = 82433,
  [SMALL_STATE(2072)] = 82452,
  [SMALL_STATE(2073)] = 82469,
  [SMALL_STATE(2074)] = 82486,
  [SMALL_STATE(2075)] = 82503,
  [SMALL_STATE(2076)] = 82520,
  [SMALL_STATE(2077)] = 82537,
  [SMALL_STATE(2078)] = 82554,
  [SMALL_STATE(2079)] = 82571,
  [SMALL_STATE(2080)] = 82588,
  [SMALL_STATE(2081)] = 82605,
  [SMALL_STATE(2082)] = 82624,
  [SMALL_STATE(2083)] = 82641,
  [SMALL_STATE(2084)] = 82658,
  [SMALL_STATE(2085)] = 82675,
  [SMALL_STATE(2086)] = 82692,
  [SMALL_STATE(2087)] = 82709,
  [SMALL_STATE(2088)] = 82726,
  [SMALL_STATE(2089)] = 82743,
  [SMALL_STATE(2090)] = 82760,
  [SMALL_STATE(2091)] = 82777,
  [SMALL_STATE(2092)] = 82794,
  [SMALL_STATE(2093)] = 82811,
  [SMALL_STATE(2094)] = 82830,
  [SMALL_STATE(2095)] = 82847,
  [SMALL_STATE(2096)] = 82864,
  [SMALL_STATE(2097)] = 82881,
  [SMALL_STATE(2098)] = 82898,
  [SMALL_STATE(2099)] = 82915,
  [SMALL_STATE(2100)] = 82932,
  [SMALL_STATE(2101)] = 82949,
  [SMALL_STATE(2102)] = 82966,
  [SMALL_STATE(2103)] = 82983,
  [SMALL_STATE(2104)] = 83000,
  [SMALL_STATE(2105)] = 83017,
  [SMALL_STATE(2106)] = 83034,
  [SMALL_STATE(2107)] = 83051,
  [SMALL_STATE(2108)] = 83068,
  [SMALL_STATE(2109)] = 83085,
  [SMALL_STATE(2110)] = 83102,
  [SMALL_STATE(2111)] = 83119,
  [SMALL_STATE(2112)] = 83136,
  [SMALL_STATE(2113)] = 83153,
  [SMALL_STATE(2114)] = 83170,
  [SMALL_STATE(2115)] = 83187,
  [SMALL_STATE(2116)] = 83204,
  [SMALL_STATE(2117)] = 83221,
  [SMALL_STATE(2118)] = 83238,
  [SMALL_STATE(2119)] = 83255,
  [SMALL_STATE(2120)] = 83272,
  [SMALL_STATE(2121)] = 83289,
  [SMALL_STATE(2122)] = 83306,
  [SMALL_STATE(2123)] = 83323,
  [SMALL_STATE(2124)] = 83340,
  [SMALL_STATE(2125)] = 83357,
  [SMALL_STATE(2126)] = 83370,
  [SMALL_STATE(2127)] = 83387,
  [SMALL_STATE(2128)] = 83404,
  [SMALL_STATE(2129)] = 83421,
  [SMALL_STATE(2130)] = 83438,
  [SMALL_STATE(2131)] = 83455,
  [SMALL_STATE(2132)] = 83472,
  [SMALL_STATE(2133)] = 83483,
  [SMALL_STATE(2134)] = 83500,
  [SMALL_STATE(2135)] = 83517,
  [SMALL_STATE(2136)] = 83534,
  [SMALL_STATE(2137)] = 83551,
  [SMALL_STATE(2138)] = 83570,
  [SMALL_STATE(2139)] = 83587,
  [SMALL_STATE(2140)] = 83604,
  [SMALL_STATE(2141)] = 83621,
  [SMALL_STATE(2142)] = 83638,
  [SMALL_STATE(2143)] = 83655,
  [SMALL_STATE(2144)] = 83672,
  [SMALL_STATE(2145)] = 83689,
  [SMALL_STATE(2146)] = 83700,
  [SMALL_STATE(2147)] = 83717,
  [SMALL_STATE(2148)] = 83734,
  [SMALL_STATE(2149)] = 83751,
  [SMALL_STATE(2150)] = 83768,
  [SMALL_STATE(2151)] = 83779,
  [SMALL_STATE(2152)] = 83796,
  [SMALL_STATE(2153)] = 83813,
  [SMALL_STATE(2154)] = 83830,
  [SMALL_STATE(2155)] = 83847,
  [SMALL_STATE(2156)] = 83864,
  [SMALL_STATE(2157)] = 83883,
  [SMALL_STATE(2158)] = 83900,
  [SMALL_STATE(2159)] = 83919,
  [SMALL_STATE(2160)] = 83936,
  [SMALL_STATE(2161)] = 83953,
  [SMALL_STATE(2162)] = 83970,
  [SMALL_STATE(2163)] = 83987,
  [SMALL_STATE(2164)] = 84004,
  [SMALL_STATE(2165)] = 84021,
  [SMALL_STATE(2166)] = 84034,
  [SMALL_STATE(2167)] = 84051,
  [SMALL_STATE(2168)] = 84068,
  [SMALL_STATE(2169)] = 84085,
  [SMALL_STATE(2170)] = 84102,
  [SMALL_STATE(2171)] = 84119,
  [SMALL_STATE(2172)] = 84136,
  [SMALL_STATE(2173)] = 84153,
  [SMALL_STATE(2174)] = 84170,
  [SMALL_STATE(2175)] = 84187,
  [SMALL_STATE(2176)] = 84204,
  [SMALL_STATE(2177)] = 84215,
  [SMALL_STATE(2178)] = 84232,
  [SMALL_STATE(2179)] = 84251,
  [SMALL_STATE(2180)] = 84268,
  [SMALL_STATE(2181)] = 84285,
  [SMALL_STATE(2182)] = 84302,
  [SMALL_STATE(2183)] = 84319,
  [SMALL_STATE(2184)] = 84336,
  [SMALL_STATE(2185)] = 84353,
  [SMALL_STATE(2186)] = 84370,
  [SMALL_STATE(2187)] = 84385,
  [SMALL_STATE(2188)] = 84402,
  [SMALL_STATE(2189)] = 84419,
  [SMALL_STATE(2190)] = 84436,
  [SMALL_STATE(2191)] = 84453,
  [SMALL_STATE(2192)] = 84470,
  [SMALL_STATE(2193)] = 84487,
  [SMALL_STATE(2194)] = 84504,
  [SMALL_STATE(2195)] = 84523,
  [SMALL_STATE(2196)] = 84540,
  [SMALL_STATE(2197)] = 84557,
  [SMALL_STATE(2198)] = 84574,
  [SMALL_STATE(2199)] = 84591,
  [SMALL_STATE(2200)] = 84608,
  [SMALL_STATE(2201)] = 84625,
  [SMALL_STATE(2202)] = 84642,
  [SMALL_STATE(2203)] = 84659,
  [SMALL_STATE(2204)] = 84676,
  [SMALL_STATE(2205)] = 84693,
  [SMALL_STATE(2206)] = 84710,
  [SMALL_STATE(2207)] = 84727,
  [SMALL_STATE(2208)] = 84744,
  [SMALL_STATE(2209)] = 84759,
  [SMALL_STATE(2210)] = 84776,
  [SMALL_STATE(2211)] = 84793,
  [SMALL_STATE(2212)] = 84810,
  [SMALL_STATE(2213)] = 84827,
  [SMALL_STATE(2214)] = 84840,
  [SMALL_STATE(2215)] = 84857,
  [SMALL_STATE(2216)] = 84874,
  [SMALL_STATE(2217)] = 84891,
  [SMALL_STATE(2218)] = 84910,
  [SMALL_STATE(2219)] = 84927,
  [SMALL_STATE(2220)] = 84944,
  [SMALL_STATE(2221)] = 84961,
  [SMALL_STATE(2222)] = 84978,
  [SMALL_STATE(2223)] = 84995,
  [SMALL_STATE(2224)] = 85012,
  [SMALL_STATE(2225)] = 85029,
  [SMALL_STATE(2226)] = 85046,
  [SMALL_STATE(2227)] = 85063,
  [SMALL_STATE(2228)] = 85080,
  [SMALL_STATE(2229)] = 85097,
  [SMALL_STATE(2230)] = 85114,
  [SMALL_STATE(2231)] = 85131,
  [SMALL_STATE(2232)] = 85148,
  [SMALL_STATE(2233)] = 85165,
  [SMALL_STATE(2234)] = 85182,
  [SMALL_STATE(2235)] = 85199,
  [SMALL_STATE(2236)] = 85216,
  [SMALL_STATE(2237)] = 85233,
  [SMALL_STATE(2238)] = 85250,
  [SMALL_STATE(2239)] = 85267,
  [SMALL_STATE(2240)] = 85284,
  [SMALL_STATE(2241)] = 85301,
  [SMALL_STATE(2242)] = 85318,
  [SMALL_STATE(2243)] = 85335,
  [SMALL_STATE(2244)] = 85352,
  [SMALL_STATE(2245)] = 85369,
  [SMALL_STATE(2246)] = 85386,
  [SMALL_STATE(2247)] = 85403,
  [SMALL_STATE(2248)] = 85420,
  [SMALL_STATE(2249)] = 85437,
  [SMALL_STATE(2250)] = 85454,
  [SMALL_STATE(2251)] = 85471,
  [SMALL_STATE(2252)] = 85488,
  [SMALL_STATE(2253)] = 85505,
  [SMALL_STATE(2254)] = 85524,
  [SMALL_STATE(2255)] = 85541,
  [SMALL_STATE(2256)] = 85558,
  [SMALL_STATE(2257)] = 85571,
  [SMALL_STATE(2258)] = 85588,
  [SMALL_STATE(2259)] = 85605,
  [SMALL_STATE(2260)] = 85622,
  [SMALL_STATE(2261)] = 85639,
  [SMALL_STATE(2262)] = 85656,
  [SMALL_STATE(2263)] = 85673,
  [SMALL_STATE(2264)] = 85690,
  [SMALL_STATE(2265)] = 85707,
  [SMALL_STATE(2266)] = 85724,
  [SMALL_STATE(2267)] = 85741,
  [SMALL_STATE(2268)] = 85758,
  [SMALL_STATE(2269)] = 85775,
  [SMALL_STATE(2270)] = 85794,
  [SMALL_STATE(2271)] = 85811,
  [SMALL_STATE(2272)] = 85828,
  [SMALL_STATE(2273)] = 85845,
  [SMALL_STATE(2274)] = 85862,
  [SMALL_STATE(2275)] = 85879,
  [SMALL_STATE(2276)] = 85896,
  [SMALL_STATE(2277)] = 85909,
  [SMALL_STATE(2278)] = 85926,
  [SMALL_STATE(2279)] = 85943,
  [SMALL_STATE(2280)] = 85960,
  [SMALL_STATE(2281)] = 85977,
  [SMALL_STATE(2282)] = 85994,
  [SMALL_STATE(2283)] = 86011,
  [SMALL_STATE(2284)] = 86028,
  [SMALL_STATE(2285)] = 86045,
  [SMALL_STATE(2286)] = 86062,
  [SMALL_STATE(2287)] = 86079,
  [SMALL_STATE(2288)] = 86096,
  [SMALL_STATE(2289)] = 86110,
  [SMALL_STATE(2290)] = 86124,
  [SMALL_STATE(2291)] = 86138,
  [SMALL_STATE(2292)] = 86152,
  [SMALL_STATE(2293)] = 86166,
  [SMALL_STATE(2294)] = 86180,
  [SMALL_STATE(2295)] = 86192,
  [SMALL_STATE(2296)] = 86206,
  [SMALL_STATE(2297)] = 86220,
  [SMALL_STATE(2298)] = 86234,
  [SMALL_STATE(2299)] = 86244,
  [SMALL_STATE(2300)] = 86258,
  [SMALL_STATE(2301)] = 86272,
  [SMALL_STATE(2302)] = 86286,
  [SMALL_STATE(2303)] = 86300,
  [SMALL_STATE(2304)] = 86314,
  [SMALL_STATE(2305)] = 86328,
  [SMALL_STATE(2306)] = 86342,
  [SMALL_STATE(2307)] = 86356,
  [SMALL_STATE(2308)] = 86370,
  [SMALL_STATE(2309)] = 86384,
  [SMALL_STATE(2310)] = 86398,
  [SMALL_STATE(2311)] = 86412,
  [SMALL_STATE(2312)] = 86426,
  [SMALL_STATE(2313)] = 86438,
  [SMALL_STATE(2314)] = 86452,
  [SMALL_STATE(2315)] = 86466,
  [SMALL_STATE(2316)] = 86480,
  [SMALL_STATE(2317)] = 86490,
  [SMALL_STATE(2318)] = 86502,
  [SMALL_STATE(2319)] = 86516,
  [SMALL_STATE(2320)] = 86530,
  [SMALL_STATE(2321)] = 86544,
  [SMALL_STATE(2322)] = 86558,
  [SMALL_STATE(2323)] = 86570,
  [SMALL_STATE(2324)] = 86580,
  [SMALL_STATE(2325)] = 86594,
  [SMALL_STATE(2326)] = 86608,
  [SMALL_STATE(2327)] = 86622,
  [SMALL_STATE(2328)] = 86634,
  [SMALL_STATE(2329)] = 86648,
  [SMALL_STATE(2330)] = 86660,
  [SMALL_STATE(2331)] = 86672,
  [SMALL_STATE(2332)] = 86686,
  [SMALL_STATE(2333)] = 86700,
  [SMALL_STATE(2334)] = 86714,
  [SMALL_STATE(2335)] = 86724,
  [SMALL_STATE(2336)] = 86734,
  [SMALL_STATE(2337)] = 86748,
  [SMALL_STATE(2338)] = 86760,
  [SMALL_STATE(2339)] = 86772,
  [SMALL_STATE(2340)] = 86782,
  [SMALL_STATE(2341)] = 86796,
  [SMALL_STATE(2342)] = 86810,
  [SMALL_STATE(2343)] = 86824,
  [SMALL_STATE(2344)] = 86834,
  [SMALL_STATE(2345)] = 86846,
  [SMALL_STATE(2346)] = 86860,
  [SMALL_STATE(2347)] = 86874,
  [SMALL_STATE(2348)] = 86888,
  [SMALL_STATE(2349)] = 86902,
  [SMALL_STATE(2350)] = 86916,
  [SMALL_STATE(2351)] = 86928,
  [SMALL_STATE(2352)] = 86942,
  [SMALL_STATE(2353)] = 86954,
  [SMALL_STATE(2354)] = 86964,
  [SMALL_STATE(2355)] = 86978,
  [SMALL_STATE(2356)] = 86992,
  [SMALL_STATE(2357)] = 87002,
  [SMALL_STATE(2358)] = 87016,
  [SMALL_STATE(2359)] = 87030,
  [SMALL_STATE(2360)] = 87040,
  [SMALL_STATE(2361)] = 87054,
  [SMALL_STATE(2362)] = 87064,
  [SMALL_STATE(2363)] = 87078,
  [SMALL_STATE(2364)] = 87092,
  [SMALL_STATE(2365)] = 87104,
  [SMALL_STATE(2366)] = 87118,
  [SMALL_STATE(2367)] = 87132,
  [SMALL_STATE(2368)] = 87142,
  [SMALL_STATE(2369)] = 87156,
  [SMALL_STATE(2370)] = 87170,
  [SMALL_STATE(2371)] = 87184,
  [SMALL_STATE(2372)] = 87198,
  [SMALL_STATE(2373)] = 87208,
  [SMALL_STATE(2374)] = 87222,
  [SMALL_STATE(2375)] = 87236,
  [SMALL_STATE(2376)] = 87250,
  [SMALL_STATE(2377)] = 87264,
  [SMALL_STATE(2378)] = 87278,
  [SMALL_STATE(2379)] = 87290,
  [SMALL_STATE(2380)] = 87304,
  [SMALL_STATE(2381)] = 87318,
  [SMALL_STATE(2382)] = 87332,
  [SMALL_STATE(2383)] = 87346,
  [SMALL_STATE(2384)] = 87360,
  [SMALL_STATE(2385)] = 87374,
  [SMALL_STATE(2386)] = 87388,
  [SMALL_STATE(2387)] = 87402,
  [SMALL_STATE(2388)] = 87416,
  [SMALL_STATE(2389)] = 87430,
  [SMALL_STATE(2390)] = 87444,
  [SMALL_STATE(2391)] = 87458,
  [SMALL_STATE(2392)] = 87472,
  [SMALL_STATE(2393)] = 87486,
  [SMALL_STATE(2394)] = 87500,
  [SMALL_STATE(2395)] = 87514,
  [SMALL_STATE(2396)] = 87528,
  [SMALL_STATE(2397)] = 87542,
  [SMALL_STATE(2398)] = 87556,
  [SMALL_STATE(2399)] = 87570,
  [SMALL_STATE(2400)] = 87584,
  [SMALL_STATE(2401)] = 87598,
  [SMALL_STATE(2402)] = 87612,
  [SMALL_STATE(2403)] = 87626,
  [SMALL_STATE(2404)] = 87640,
  [SMALL_STATE(2405)] = 87654,
  [SMALL_STATE(2406)] = 87668,
  [SMALL_STATE(2407)] = 87682,
  [SMALL_STATE(2408)] = 87696,
  [SMALL_STATE(2409)] = 87710,
  [SMALL_STATE(2410)] = 87724,
  [SMALL_STATE(2411)] = 87738,
  [SMALL_STATE(2412)] = 87748,
  [SMALL_STATE(2413)] = 87762,
  [SMALL_STATE(2414)] = 87776,
  [SMALL_STATE(2415)] = 87790,
  [SMALL_STATE(2416)] = 87802,
  [SMALL_STATE(2417)] = 87816,
  [SMALL_STATE(2418)] = 87830,
  [SMALL_STATE(2419)] = 87844,
  [SMALL_STATE(2420)] = 87858,
  [SMALL_STATE(2421)] = 87872,
  [SMALL_STATE(2422)] = 87886,
  [SMALL_STATE(2423)] = 87900,
  [SMALL_STATE(2424)] = 87914,
  [SMALL_STATE(2425)] = 87926,
  [SMALL_STATE(2426)] = 87940,
  [SMALL_STATE(2427)] = 87954,
  [SMALL_STATE(2428)] = 87968,
  [SMALL_STATE(2429)] = 87982,
  [SMALL_STATE(2430)] = 87996,
  [SMALL_STATE(2431)] = 88010,
  [SMALL_STATE(2432)] = 88024,
  [SMALL_STATE(2433)] = 88038,
  [SMALL_STATE(2434)] = 88052,
  [SMALL_STATE(2435)] = 88066,
  [SMALL_STATE(2436)] = 88080,
  [SMALL_STATE(2437)] = 88094,
  [SMALL_STATE(2438)] = 88108,
  [SMALL_STATE(2439)] = 88122,
  [SMALL_STATE(2440)] = 88136,
  [SMALL_STATE(2441)] = 88150,
  [SMALL_STATE(2442)] = 88164,
  [SMALL_STATE(2443)] = 88176,
  [SMALL_STATE(2444)] = 88188,
  [SMALL_STATE(2445)] = 88202,
  [SMALL_STATE(2446)] = 88216,
  [SMALL_STATE(2447)] = 88230,
  [SMALL_STATE(2448)] = 88241,
  [SMALL_STATE(2449)] = 88250,
  [SMALL_STATE(2450)] = 88261,
  [SMALL_STATE(2451)] = 88272,
  [SMALL_STATE(2452)] = 88283,
  [SMALL_STATE(2453)] = 88294,
  [SMALL_STATE(2454)] = 88305,
  [SMALL_STATE(2455)] = 88316,
  [SMALL_STATE(2456)] = 88327,
  [SMALL_STATE(2457)] = 88338,
  [SMALL_STATE(2458)] = 88349,
  [SMALL_STATE(2459)] = 88360,
  [SMALL_STATE(2460)] = 88371,
  [SMALL_STATE(2461)] = 88380,
  [SMALL_STATE(2462)] = 88391,
  [SMALL_STATE(2463)] = 88402,
  [SMALL_STATE(2464)] = 88413,
  [SMALL_STATE(2465)] = 88424,
  [SMALL_STATE(2466)] = 88435,
  [SMALL_STATE(2467)] = 88446,
  [SMALL_STATE(2468)] = 88457,
  [SMALL_STATE(2469)] = 88468,
  [SMALL_STATE(2470)] = 88479,
  [SMALL_STATE(2471)] = 88490,
  [SMALL_STATE(2472)] = 88501,
  [SMALL_STATE(2473)] = 88512,
  [SMALL_STATE(2474)] = 88523,
  [SMALL_STATE(2475)] = 88534,
  [SMALL_STATE(2476)] = 88545,
  [SMALL_STATE(2477)] = 88556,
  [SMALL_STATE(2478)] = 88567,
  [SMALL_STATE(2479)] = 88578,
  [SMALL_STATE(2480)] = 88589,
  [SMALL_STATE(2481)] = 88600,
  [SMALL_STATE(2482)] = 88609,
  [SMALL_STATE(2483)] = 88620,
  [SMALL_STATE(2484)] = 88631,
  [SMALL_STATE(2485)] = 88642,
  [SMALL_STATE(2486)] = 88653,
  [SMALL_STATE(2487)] = 88664,
  [SMALL_STATE(2488)] = 88675,
  [SMALL_STATE(2489)] = 88684,
  [SMALL_STATE(2490)] = 88695,
  [SMALL_STATE(2491)] = 88706,
  [SMALL_STATE(2492)] = 88717,
  [SMALL_STATE(2493)] = 88728,
  [SMALL_STATE(2494)] = 88739,
  [SMALL_STATE(2495)] = 88750,
  [SMALL_STATE(2496)] = 88761,
  [SMALL_STATE(2497)] = 88772,
  [SMALL_STATE(2498)] = 88783,
  [SMALL_STATE(2499)] = 88794,
  [SMALL_STATE(2500)] = 88805,
  [SMALL_STATE(2501)] = 88816,
  [SMALL_STATE(2502)] = 88827,
  [SMALL_STATE(2503)] = 88838,
  [SMALL_STATE(2504)] = 88849,
  [SMALL_STATE(2505)] = 88860,
  [SMALL_STATE(2506)] = 88871,
  [SMALL_STATE(2507)] = 88880,
  [SMALL_STATE(2508)] = 88891,
  [SMALL_STATE(2509)] = 88902,
  [SMALL_STATE(2510)] = 88913,
  [SMALL_STATE(2511)] = 88924,
  [SMALL_STATE(2512)] = 88935,
  [SMALL_STATE(2513)] = 88946,
  [SMALL_STATE(2514)] = 88957,
  [SMALL_STATE(2515)] = 88968,
  [SMALL_STATE(2516)] = 88979,
  [SMALL_STATE(2517)] = 88990,
  [SMALL_STATE(2518)] = 89001,
  [SMALL_STATE(2519)] = 89012,
  [SMALL_STATE(2520)] = 89023,
  [SMALL_STATE(2521)] = 89034,
  [SMALL_STATE(2522)] = 89045,
  [SMALL_STATE(2523)] = 89056,
  [SMALL_STATE(2524)] = 89067,
  [SMALL_STATE(2525)] = 89078,
  [SMALL_STATE(2526)] = 89089,
  [SMALL_STATE(2527)] = 89100,
  [SMALL_STATE(2528)] = 89111,
  [SMALL_STATE(2529)] = 89122,
  [SMALL_STATE(2530)] = 89133,
  [SMALL_STATE(2531)] = 89144,
  [SMALL_STATE(2532)] = 89155,
  [SMALL_STATE(2533)] = 89166,
  [SMALL_STATE(2534)] = 89177,
  [SMALL_STATE(2535)] = 89188,
  [SMALL_STATE(2536)] = 89199,
  [SMALL_STATE(2537)] = 89210,
  [SMALL_STATE(2538)] = 89221,
  [SMALL_STATE(2539)] = 89232,
  [SMALL_STATE(2540)] = 89243,
  [SMALL_STATE(2541)] = 89252,
  [SMALL_STATE(2542)] = 89263,
  [SMALL_STATE(2543)] = 89274,
  [SMALL_STATE(2544)] = 89285,
  [SMALL_STATE(2545)] = 89296,
  [SMALL_STATE(2546)] = 89307,
  [SMALL_STATE(2547)] = 89318,
  [SMALL_STATE(2548)] = 89327,
  [SMALL_STATE(2549)] = 89338,
  [SMALL_STATE(2550)] = 89349,
  [SMALL_STATE(2551)] = 89360,
  [SMALL_STATE(2552)] = 89371,
  [SMALL_STATE(2553)] = 89382,
  [SMALL_STATE(2554)] = 89393,
  [SMALL_STATE(2555)] = 89404,
  [SMALL_STATE(2556)] = 89415,
  [SMALL_STATE(2557)] = 89426,
  [SMALL_STATE(2558)] = 89437,
  [SMALL_STATE(2559)] = 89448,
  [SMALL_STATE(2560)] = 89459,
  [SMALL_STATE(2561)] = 89470,
  [SMALL_STATE(2562)] = 89479,
  [SMALL_STATE(2563)] = 89490,
  [SMALL_STATE(2564)] = 89501,
  [SMALL_STATE(2565)] = 89512,
  [SMALL_STATE(2566)] = 89523,
  [SMALL_STATE(2567)] = 89534,
  [SMALL_STATE(2568)] = 89545,
  [SMALL_STATE(2569)] = 89556,
  [SMALL_STATE(2570)] = 89567,
  [SMALL_STATE(2571)] = 89578,
  [SMALL_STATE(2572)] = 89589,
  [SMALL_STATE(2573)] = 89600,
  [SMALL_STATE(2574)] = 89611,
  [SMALL_STATE(2575)] = 89622,
  [SMALL_STATE(2576)] = 89633,
  [SMALL_STATE(2577)] = 89644,
  [SMALL_STATE(2578)] = 89655,
  [SMALL_STATE(2579)] = 89666,
  [SMALL_STATE(2580)] = 89675,
  [SMALL_STATE(2581)] = 89686,
  [SMALL_STATE(2582)] = 89697,
  [SMALL_STATE(2583)] = 89708,
  [SMALL_STATE(2584)] = 89719,
  [SMALL_STATE(2585)] = 89730,
  [SMALL_STATE(2586)] = 89741,
  [SMALL_STATE(2587)] = 89752,
  [SMALL_STATE(2588)] = 89761,
  [SMALL_STATE(2589)] = 89772,
  [SMALL_STATE(2590)] = 89783,
  [SMALL_STATE(2591)] = 89794,
  [SMALL_STATE(2592)] = 89805,
  [SMALL_STATE(2593)] = 89816,
  [SMALL_STATE(2594)] = 89825,
  [SMALL_STATE(2595)] = 89836,
  [SMALL_STATE(2596)] = 89847,
  [SMALL_STATE(2597)] = 89856,
  [SMALL_STATE(2598)] = 89867,
  [SMALL_STATE(2599)] = 89878,
  [SMALL_STATE(2600)] = 89889,
  [SMALL_STATE(2601)] = 89900,
  [SMALL_STATE(2602)] = 89911,
  [SMALL_STATE(2603)] = 89922,
  [SMALL_STATE(2604)] = 89933,
  [SMALL_STATE(2605)] = 89944,
  [SMALL_STATE(2606)] = 89955,
  [SMALL_STATE(2607)] = 89966,
  [SMALL_STATE(2608)] = 89977,
  [SMALL_STATE(2609)] = 89988,
  [SMALL_STATE(2610)] = 89999,
  [SMALL_STATE(2611)] = 90008,
  [SMALL_STATE(2612)] = 90019,
  [SMALL_STATE(2613)] = 90030,
  [SMALL_STATE(2614)] = 90041,
  [SMALL_STATE(2615)] = 90052,
  [SMALL_STATE(2616)] = 90063,
  [SMALL_STATE(2617)] = 90074,
  [SMALL_STATE(2618)] = 90085,
  [SMALL_STATE(2619)] = 90093,
  [SMALL_STATE(2620)] = 90101,
  [SMALL_STATE(2621)] = 90109,
  [SMALL_STATE(2622)] = 90117,
  [SMALL_STATE(2623)] = 90125,
  [SMALL_STATE(2624)] = 90133,
  [SMALL_STATE(2625)] = 90141,
  [SMALL_STATE(2626)] = 90149,
  [SMALL_STATE(2627)] = 90157,
  [SMALL_STATE(2628)] = 90165,
  [SMALL_STATE(2629)] = 90173,
  [SMALL_STATE(2630)] = 90181,
  [SMALL_STATE(2631)] = 90189,
  [SMALL_STATE(2632)] = 90197,
  [SMALL_STATE(2633)] = 90205,
  [SMALL_STATE(2634)] = 90213,
  [SMALL_STATE(2635)] = 90221,
  [SMALL_STATE(2636)] = 90229,
  [SMALL_STATE(2637)] = 90237,
  [SMALL_STATE(2638)] = 90245,
  [SMALL_STATE(2639)] = 90253,
  [SMALL_STATE(2640)] = 90261,
  [SMALL_STATE(2641)] = 90269,
  [SMALL_STATE(2642)] = 90277,
  [SMALL_STATE(2643)] = 90285,
  [SMALL_STATE(2644)] = 90293,
  [SMALL_STATE(2645)] = 90301,
  [SMALL_STATE(2646)] = 90309,
  [SMALL_STATE(2647)] = 90317,
  [SMALL_STATE(2648)] = 90325,
  [SMALL_STATE(2649)] = 90333,
  [SMALL_STATE(2650)] = 90341,
  [SMALL_STATE(2651)] = 90349,
  [SMALL_STATE(2652)] = 90357,
  [SMALL_STATE(2653)] = 90365,
  [SMALL_STATE(2654)] = 90373,
  [SMALL_STATE(2655)] = 90381,
  [SMALL_STATE(2656)] = 90389,
  [SMALL_STATE(2657)] = 90397,
  [SMALL_STATE(2658)] = 90405,
  [SMALL_STATE(2659)] = 90413,
  [SMALL_STATE(2660)] = 90421,
  [SMALL_STATE(2661)] = 90429,
  [SMALL_STATE(2662)] = 90437,
  [SMALL_STATE(2663)] = 90445,
  [SMALL_STATE(2664)] = 90453,
  [SMALL_STATE(2665)] = 90461,
  [SMALL_STATE(2666)] = 90469,
  [SMALL_STATE(2667)] = 90477,
  [SMALL_STATE(2668)] = 90485,
  [SMALL_STATE(2669)] = 90493,
  [SMALL_STATE(2670)] = 90501,
  [SMALL_STATE(2671)] = 90509,
  [SMALL_STATE(2672)] = 90517,
  [SMALL_STATE(2673)] = 90525,
  [SMALL_STATE(2674)] = 90533,
  [SMALL_STATE(2675)] = 90541,
  [SMALL_STATE(2676)] = 90549,
  [SMALL_STATE(2677)] = 90557,
  [SMALL_STATE(2678)] = 90565,
  [SMALL_STATE(2679)] = 90573,
  [SMALL_STATE(2680)] = 90581,
  [SMALL_STATE(2681)] = 90589,
  [SMALL_STATE(2682)] = 90597,
  [SMALL_STATE(2683)] = 90605,
  [SMALL_STATE(2684)] = 90613,
  [SMALL_STATE(2685)] = 90621,
  [SMALL_STATE(2686)] = 90629,
  [SMALL_STATE(2687)] = 90637,
  [SMALL_STATE(2688)] = 90645,
  [SMALL_STATE(2689)] = 90653,
  [SMALL_STATE(2690)] = 90661,
  [SMALL_STATE(2691)] = 90669,
  [SMALL_STATE(2692)] = 90677,
  [SMALL_STATE(2693)] = 90685,
  [SMALL_STATE(2694)] = 90693,
  [SMALL_STATE(2695)] = 90701,
  [SMALL_STATE(2696)] = 90709,
  [SMALL_STATE(2697)] = 90717,
  [SMALL_STATE(2698)] = 90725,
  [SMALL_STATE(2699)] = 90733,
  [SMALL_STATE(2700)] = 90741,
  [SMALL_STATE(2701)] = 90749,
  [SMALL_STATE(2702)] = 90757,
  [SMALL_STATE(2703)] = 90765,
  [SMALL_STATE(2704)] = 90773,
  [SMALL_STATE(2705)] = 90781,
  [SMALL_STATE(2706)] = 90789,
  [SMALL_STATE(2707)] = 90797,
  [SMALL_STATE(2708)] = 90805,
  [SMALL_STATE(2709)] = 90813,
  [SMALL_STATE(2710)] = 90821,
  [SMALL_STATE(2711)] = 90829,
  [SMALL_STATE(2712)] = 90837,
  [SMALL_STATE(2713)] = 90845,
  [SMALL_STATE(2714)] = 90853,
  [SMALL_STATE(2715)] = 90861,
  [SMALL_STATE(2716)] = 90869,
  [SMALL_STATE(2717)] = 90877,
  [SMALL_STATE(2718)] = 90885,
  [SMALL_STATE(2719)] = 90893,
  [SMALL_STATE(2720)] = 90901,
  [SMALL_STATE(2721)] = 90909,
  [SMALL_STATE(2722)] = 90917,
  [SMALL_STATE(2723)] = 90925,
  [SMALL_STATE(2724)] = 90933,
  [SMALL_STATE(2725)] = 90941,
  [SMALL_STATE(2726)] = 90949,
  [SMALL_STATE(2727)] = 90957,
  [SMALL_STATE(2728)] = 90965,
  [SMALL_STATE(2729)] = 90973,
  [SMALL_STATE(2730)] = 90981,
  [SMALL_STATE(2731)] = 90989,
  [SMALL_STATE(2732)] = 90997,
  [SMALL_STATE(2733)] = 91005,
  [SMALL_STATE(2734)] = 91013,
  [SMALL_STATE(2735)] = 91021,
  [SMALL_STATE(2736)] = 91029,
  [SMALL_STATE(2737)] = 91037,
  [SMALL_STATE(2738)] = 91045,
  [SMALL_STATE(2739)] = 91053,
  [SMALL_STATE(2740)] = 91061,
  [SMALL_STATE(2741)] = 91069,
  [SMALL_STATE(2742)] = 91077,
  [SMALL_STATE(2743)] = 91085,
  [SMALL_STATE(2744)] = 91093,
  [SMALL_STATE(2745)] = 91101,
  [SMALL_STATE(2746)] = 91109,
  [SMALL_STATE(2747)] = 91117,
  [SMALL_STATE(2748)] = 91125,
  [SMALL_STATE(2749)] = 91133,
  [SMALL_STATE(2750)] = 91141,
  [SMALL_STATE(2751)] = 91149,
  [SMALL_STATE(2752)] = 91157,
  [SMALL_STATE(2753)] = 91165,
  [SMALL_STATE(2754)] = 91173,
  [SMALL_STATE(2755)] = 91181,
  [SMALL_STATE(2756)] = 91189,
  [SMALL_STATE(2757)] = 91197,
  [SMALL_STATE(2758)] = 91205,
  [SMALL_STATE(2759)] = 91213,
  [SMALL_STATE(2760)] = 91221,
  [SMALL_STATE(2761)] = 91229,
  [SMALL_STATE(2762)] = 91237,
  [SMALL_STATE(2763)] = 91245,
  [SMALL_STATE(2764)] = 91253,
  [SMALL_STATE(2765)] = 91261,
  [SMALL_STATE(2766)] = 91269,
  [SMALL_STATE(2767)] = 91277,
  [SMALL_STATE(2768)] = 91285,
  [SMALL_STATE(2769)] = 91293,
  [SMALL_STATE(2770)] = 91301,
  [SMALL_STATE(2771)] = 91309,
  [SMALL_STATE(2772)] = 91317,
  [SMALL_STATE(2773)] = 91325,
  [SMALL_STATE(2774)] = 91333,
  [SMALL_STATE(2775)] = 91341,
  [SMALL_STATE(2776)] = 91349,
  [SMALL_STATE(2777)] = 91357,
  [SMALL_STATE(2778)] = 91365,
  [SMALL_STATE(2779)] = 91373,
  [SMALL_STATE(2780)] = 91381,
  [SMALL_STATE(2781)] = 91389,
  [SMALL_STATE(2782)] = 91397,
  [SMALL_STATE(2783)] = 91405,
  [SMALL_STATE(2784)] = 91413,
  [SMALL_STATE(2785)] = 91421,
  [SMALL_STATE(2786)] = 91429,
  [SMALL_STATE(2787)] = 91437,
  [SMALL_STATE(2788)] = 91445,
  [SMALL_STATE(2789)] = 91453,
  [SMALL_STATE(2790)] = 91461,
  [SMALL_STATE(2791)] = 91469,
  [SMALL_STATE(2792)] = 91477,
  [SMALL_STATE(2793)] = 91485,
  [SMALL_STATE(2794)] = 91493,
  [SMALL_STATE(2795)] = 91501,
  [SMALL_STATE(2796)] = 91509,
  [SMALL_STATE(2797)] = 91517,
  [SMALL_STATE(2798)] = 91525,
  [SMALL_STATE(2799)] = 91533,
  [SMALL_STATE(2800)] = 91541,
  [SMALL_STATE(2801)] = 91549,
  [SMALL_STATE(2802)] = 91557,
  [SMALL_STATE(2803)] = 91565,
  [SMALL_STATE(2804)] = 91573,
  [SMALL_STATE(2805)] = 91581,
  [SMALL_STATE(2806)] = 91589,
  [SMALL_STATE(2807)] = 91597,
  [SMALL_STATE(2808)] = 91605,
  [SMALL_STATE(2809)] = 91613,
  [SMALL_STATE(2810)] = 91621,
  [SMALL_STATE(2811)] = 91629,
  [SMALL_STATE(2812)] = 91637,
  [SMALL_STATE(2813)] = 91645,
  [SMALL_STATE(2814)] = 91653,
  [SMALL_STATE(2815)] = 91661,
  [SMALL_STATE(2816)] = 91669,
  [SMALL_STATE(2817)] = 91677,
  [SMALL_STATE(2818)] = 91685,
  [SMALL_STATE(2819)] = 91693,
  [SMALL_STATE(2820)] = 91701,
  [SMALL_STATE(2821)] = 91709,
  [SMALL_STATE(2822)] = 91717,
  [SMALL_STATE(2823)] = 91725,
  [SMALL_STATE(2824)] = 91733,
  [SMALL_STATE(2825)] = 91741,
  [SMALL_STATE(2826)] = 91749,
  [SMALL_STATE(2827)] = 91757,
  [SMALL_STATE(2828)] = 91765,
  [SMALL_STATE(2829)] = 91773,
  [SMALL_STATE(2830)] = 91781,
  [SMALL_STATE(2831)] = 91789,
  [SMALL_STATE(2832)] = 91797,
  [SMALL_STATE(2833)] = 91805,
  [SMALL_STATE(2834)] = 91813,
  [SMALL_STATE(2835)] = 91821,
  [SMALL_STATE(2836)] = 91829,
  [SMALL_STATE(2837)] = 91837,
  [SMALL_STATE(2838)] = 91845,
  [SMALL_STATE(2839)] = 91853,
  [SMALL_STATE(2840)] = 91861,
  [SMALL_STATE(2841)] = 91869,
  [SMALL_STATE(2842)] = 91877,
  [SMALL_STATE(2843)] = 91885,
  [SMALL_STATE(2844)] = 91893,
  [SMALL_STATE(2845)] = 91901,
  [SMALL_STATE(2846)] = 91909,
  [SMALL_STATE(2847)] = 91917,
  [SMALL_STATE(2848)] = 91925,
  [SMALL_STATE(2849)] = 91933,
  [SMALL_STATE(2850)] = 91941,
  [SMALL_STATE(2851)] = 91949,
  [SMALL_STATE(2852)] = 91957,
  [SMALL_STATE(2853)] = 91965,
  [SMALL_STATE(2854)] = 91973,
  [SMALL_STATE(2855)] = 91981,
  [SMALL_STATE(2856)] = 91989,
  [SMALL_STATE(2857)] = 91997,
  [SMALL_STATE(2858)] = 92005,
  [SMALL_STATE(2859)] = 92013,
  [SMALL_STATE(2860)] = 92021,
  [SMALL_STATE(2861)] = 92029,
  [SMALL_STATE(2862)] = 92037,
  [SMALL_STATE(2863)] = 92045,
  [SMALL_STATE(2864)] = 92053,
  [SMALL_STATE(2865)] = 92061,
  [SMALL_STATE(2866)] = 92069,
  [SMALL_STATE(2867)] = 92077,
  [SMALL_STATE(2868)] = 92085,
  [SMALL_STATE(2869)] = 92093,
  [SMALL_STATE(2870)] = 92101,
  [SMALL_STATE(2871)] = 92109,
  [SMALL_STATE(2872)] = 92117,
  [SMALL_STATE(2873)] = 92125,
  [SMALL_STATE(2874)] = 92133,
  [SMALL_STATE(2875)] = 92141,
  [SMALL_STATE(2876)] = 92149,
  [SMALL_STATE(2877)] = 92157,
  [SMALL_STATE(2878)] = 92165,
  [SMALL_STATE(2879)] = 92173,
  [SMALL_STATE(2880)] = 92181,
  [SMALL_STATE(2881)] = 92189,
  [SMALL_STATE(2882)] = 92197,
  [SMALL_STATE(2883)] = 92205,
  [SMALL_STATE(2884)] = 92213,
  [SMALL_STATE(2885)] = 92221,
  [SMALL_STATE(2886)] = 92229,
  [SMALL_STATE(2887)] = 92237,
  [SMALL_STATE(2888)] = 92245,
  [SMALL_STATE(2889)] = 92253,
  [SMALL_STATE(2890)] = 92261,
  [SMALL_STATE(2891)] = 92269,
};

static const TSParseActionEntry ts_parse_actions[] = {
  [0] = {.entry = {.count = 0, .reusable = false}},
  [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
  [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
  [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 0, 0, 0),
  [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181),
  [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522),
  [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054),
  [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993),
  [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984),
  [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103),
  [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
  [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421),
  [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
  [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423),
  [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875),
  [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426),
  [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494),
  [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2870),
  [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
  [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465),
  [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796),
  [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796),
  [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472),
  [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747),
  [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
  [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218),
  [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868),
  [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
  [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857),
  [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857),
  [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467),
  [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1882),
  [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886),
  [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037),
  [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1817),
  [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814),
  [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793),
  [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728),
  [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797),
  [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653),
  [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653),
  [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511),
  [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511),
  [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574),
  [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916),
  [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158),
  [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545),
  [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017),
  [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1987),
  [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988),
  [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104),
  [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2324),
  [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
  [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328),
  [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485),
  [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2742),
  [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541),
  [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885),
  [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889),
  [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1039),
  [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800),
  [121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801),
  [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1789),
  [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1776),
  [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1802),
  [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769),
  [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711),
  [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147),
  [135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876),
  [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682),
  [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624),
  [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797),
  [143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module, 1, 0, 0),
  [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1181),
  [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2545),
  [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2017),
  [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1987),
  [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1988),
  [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(104),
  [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(67),
  [166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2324),
  [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(4),
  [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1423),
  [175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2875),
  [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1328),
  [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1485),
  [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2742),
  [187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(89),
  [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2465),
  [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1796),
  [196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1796),
  [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2541),
  [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1747),
  [205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(218),
  [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(218),
  [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1868),
  [214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(194),
  [217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1857),
  [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1857),
  [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1467),
  [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1885),
  [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1889),
  [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1039),
  [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1800),
  [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1801),
  [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1789),
  [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1776),
  [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1802),
  [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1653),
  [253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1653),
  [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1511),
  [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1511),
  [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1574),
  [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1916),
  [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2158),
  [271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0),
  [273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2522),
  [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2054),
  [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1993),
  [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1984),
  [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(103),
  [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2421),
  [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(7),
  [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1426),
  [297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1494),
  [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2870),
  [303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(2472),
  [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1882),
  [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1886),
  [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1037),
  [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1817),
  [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1814),
  [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1793),
  [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1728),
  [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0), SHIFT_REPEAT(1797),
  [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599),
  [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354),
  [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640),
  [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750),
  [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464),
  [340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1888),
  [342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038),
  [344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1803),
  [346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805),
  [348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416),
  [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513),
  [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2640),
  [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741),
  [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
  [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639),
  [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2435),
  [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834),
  [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360),
  [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844),
  [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691),
  [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527),
  [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71),
  [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
  [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503),
  [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969),
  [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667),
  [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225),
  [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222),
  [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
  [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221),
  [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
  [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219),
  [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900),
  [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156),
  [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748),
  [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66),
  [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060),
  [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346),
  [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066),
  [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514),
  [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191),
  [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517),
  [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714),
  [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(743),
  [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368),
  [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684),
  [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525),
  [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063),
  [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
  [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288),
  [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836),
  [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343),
  [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885),
  [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209),
  [438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1457),
  [440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274),
  [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
  [444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480),
  [446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176),
  [448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676),
  [450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248),
  [452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246),
  [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
  [456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245),
  [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
  [460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263),
  [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907),
  [464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178),
  [466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 8),
  [468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210),
  [470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 8),
  [472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513),
  [474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 3, 0, 13),
  [476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 3, 0, 13),
  [478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15),
  [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(210),
  [483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15),
  [485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1834),
  [488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(83),
  [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2513),
  [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(225),
  [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(222),
  [500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(222),
  [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(221),
  [506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(221),
  [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(219),
  [512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1900),
  [515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2156),
  [518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 4, 0, 16),
  [520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 4, 0, 16),
  [522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_expression, 4, 0, 25),
  [524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_expression, 4, 0, 25),
  [526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unaryExpression, 2, 0, 0),
  [528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unaryExpression, 2, 0, 0),
  [530] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(235),
  [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2492),
  [536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235),
  [538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492),
  [540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306),
  [542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 3, 0, 0),
  [544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pair, 3, 0, 0),
  [546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726),
  [548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297),
  [550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205),
  [552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455),
  [554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(205),
  [557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2455),
  [560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302),
  [562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preprocessor_statement, 3, 0, 0),
  [564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preprocessor_statement, 3, 0, 0),
  [566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511),
  [568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230),
  [570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(230),
  [573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2511),
  [576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298),
  [578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pair, 4, 0, 0),
  [580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pair, 4, 0, 0),
  [582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196),
  [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
  [586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272),
  [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257),
  [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
  [592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0),
  [594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0),
  [596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(218),
  [599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(218),
  [602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1868),
  [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(194),
  [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1857),
  [611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1857),
  [614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761),
  [616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
  [618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185),
  [620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72),
  [622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760),
  [624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65),
  [626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205),
  [628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
  [630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70),
  [632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62),
  [634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345),
  [636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
  [638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(761),
  [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(68),
  [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0),
  [646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2435),
  [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1834),
  [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1360),
  [655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2844),
  [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(691),
  [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1527),
  [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(72),
  [667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(83),
  [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2455),
  [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1667),
  [676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(218),
  [679] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(218),
  [682] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1868),
  [685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(194),
  [688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1857),
  [691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1857),
  [694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(225),
  [697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(222),
  [700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(222),
  [703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(221),
  [706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(221),
  [709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(219),
  [712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1900),
  [715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2156),
  [718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1067),
  [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
  [722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435),
  [724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215),
  [726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616),
  [728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289),
  [730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058),
  [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
  [734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2342),
  [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835),
  [738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390),
  [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879),
  [742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1194),
  [744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454),
  [746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262),
  [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
  [750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267),
  [752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709),
  [754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259),
  [756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260),
  [758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260),
  [760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1261),
  [762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261),
  [764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262),
  [766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895),
  [768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081),
  [770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preprocessor_statement, 4, 0, 0),
  [772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preprocessor_statement, 4, 0, 0),
  [774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247),
  [776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1192),
  [778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554),
  [780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303),
  [782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270),
  [784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189),
  [786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468),
  [788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341),
  [790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
  [792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195),
  [794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618),
  [796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347),
  [798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219),
  [800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650),
  [802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187),
  [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
  [806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188),
  [808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553),
  [810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130),
  [812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
  [814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
  [816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1199),
  [818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529),
  [820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388),
  [822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617),
  [824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186),
  [826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582),
  [828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2380),
  [830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203),
  [832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560),
  [834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209),
  [836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565),
  [838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
  [840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1190),
  [842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586),
  [844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320),
  [846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221),
  [848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515),
  [850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087),
  [852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225),
  [854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832),
  [856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411),
  [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537),
  [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681),
  [862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369),
  [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642),
  [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690),
  [868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1191),
  [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334),
  [872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125),
  [874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564),
  [876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491),
  [878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1330),
  [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714),
  [882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555),
  [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297),
  [886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552),
  [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2448),
  [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1365),
  [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563),
  [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2855),
  [896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391),
  [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570),
  [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2746),
  [902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396),
  [904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571),
  [906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2739),
  [908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405),
  [910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572),
  [912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734),
  [914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421),
  [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575),
  [918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780),
  [920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433),
  [922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577),
  [924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705),
  [926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414),
  [928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520),
  [930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664),
  [932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1352),
  [934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505),
  [936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2763),
  [938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062),
  [940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
  [942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833),
  [944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349),
  [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887),
  [948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709),
  [950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536),
  [952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300),
  [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
  [956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510),
  [958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702),
  [960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1291),
  [962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289),
  [964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289),
  [966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288),
  [968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288),
  [970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284),
  [972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898),
  [974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253),
  [976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441),
  [978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1590),
  [980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702),
  [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1437),
  [984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591),
  [986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2699),
  [988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141),
  [990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440),
  [992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1161),
  [994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1587),
  [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509),
  [998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518),
  [1000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430),
  [1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592),
  [1004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676),
  [1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053),
  [1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
  [1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361),
  [1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197),
  [1014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607),
  [1016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
  [1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412),
  [1020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524),
  [1022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665),
  [1024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439),
  [1026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460),
  [1028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852),
  [1030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394),
  [1032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580),
  [1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2694),
  [1036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418),
  [1038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606),
  [1040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650),
  [1042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413),
  [1044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612),
  [1046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642),
  [1048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409),
  [1050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613),
  [1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2634),
  [1054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401),
  [1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625),
  [1058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632),
  [1060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400),
  [1062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626),
  [1064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629),
  [1066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136),
  [1068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1398),
  [1070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397),
  [1072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558),
  [1074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2631),
  [1076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758),
  [1078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1389),
  [1080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588),
  [1082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715),
  [1084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392),
  [1086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634),
  [1088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623),
  [1090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287),
  [1092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353),
  [1094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48),
  [1096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599),
  [1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364),
  [1100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717),
  [1102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516),
  [1104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406),
  [1106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542),
  [1108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686),
  [1110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431),
  [1112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486),
  [1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700),
  [1116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1373),
  [1118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499),
  [1120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653),
  [1122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438),
  [1124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465),
  [1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2858),
  [1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436),
  [1130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471),
  [1132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860),
  [1134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059),
  [1136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375),
  [1138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638),
  [1140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644),
  [1142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1329),
  [1144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453),
  [1146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2775),
  [1148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335),
  [1150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583),
  [1152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2891),
  [1154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366),
  [1156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647),
  [1158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2697),
  [1160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374),
  [1162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608),
  [1164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725),
  [1166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358),
  [1168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1651),
  [1170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708),
  [1172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122),
  [1174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1376),
  [1176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712),
  [1178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1602),
  [1180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1372),
  [1182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622),
  [1184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884),
  [1186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432),
  [1188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487),
  [1190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749),
  [1192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057),
  [1194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341),
  [1196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096),
  [1198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539),
  [1200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306),
  [1202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422),
  [1204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492),
  [1206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761),
  [1208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350),
  [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639),
  [1212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2744),
  [1214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1333),
  [1216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597),
  [1218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2880),
  [1220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434),
  [1222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1480),
  [1224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2865),
  [1226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(289),
  [1228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428),
  [1230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
  [1232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519),
  [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1420),
  [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491),
  [1238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626),
  [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338),
  [1242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707),
  [1244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495),
  [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385),
  [1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476),
  [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635),
  [1252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415),
  [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611),
  [1256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647),
  [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1348),
  [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710),
  [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466),
  [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331),
  [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133),
  [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559),
  [1270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043),
  [1272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332),
  [1274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701),
  [1276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450),
  [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1344),
  [1280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628),
  [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770),
  [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285),
  [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417),
  [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53),
  [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479),
  [1292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559),
  [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424),
  [1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498),
  [1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2670),
  [1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336),
  [1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609),
  [1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798),
  [1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284),
  [1308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342),
  [1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40),
  [1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545),
  [1314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370),
  [1316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623),
  [1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706),
  [1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1367),
  [1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624),
  [1324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2709),
  [1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371),
  [1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538),
  [1330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789),
  [1332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1425),
  [1334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049),
  [1336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458),
  [1338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359),
  [1340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1604),
  [1342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2818),
  [1344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403),
  [1346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547),
  [1348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2889),
  [1350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355),
  [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648),
  [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716),
  [1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337),
  [1358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478),
  [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2735),
  [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427),
  [1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1157),
  [1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493),
  [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1339),
  [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546),
  [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890),
  [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1442),
  [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464),
  [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2882),
  [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313),
  [1382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566),
  [1384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460),
  [1386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444),
  [1388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632),
  [1390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2845),
  [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arg_list, 2, 0, 0),
  [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arg_list, 2, 0, 0),
  [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arg_list, 5, 0, 0),
  [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arg_list, 5, 0, 0),
  [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arg_list, 4, 0, 0),
  [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arg_list, 4, 0, 0),
  [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arg_list, 3, 0, 0),
  [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arg_list, 3, 0, 0),
  [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3, 0, 0),
  [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3, 0, 0),
  [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3, 0, 0),
  [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3, 0, 0),
  [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 4, 0, 0),
  [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 4, 0, 0),
  [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_member_expression_repeat1, 1, 0, 7),
  [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 1, 0, 7),
  [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 6, 0, 41),
  [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 6, 0, 41),
  [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4, 0, 0),
  [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4, 0, 0),
  [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_trace_expression, 4, 0, 0),
  [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_trace_expression, 4, 0, 0),
  [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_map, 3, 0, 0),
  [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_map, 3, 0, 0),
  [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3, 0, 0),
  [1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3, 0, 0),
  [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 0),
  [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 0),
  [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, 0, 0),
  [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, 0, 0),
  [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 5, 0, 0),
  [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 5, 0, 0),
  [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 5, 0, 34),
  [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 5, 0, 34),
  [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0),
  [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0),
  [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2, 0, 0),
  [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2, 0, 0),
  [1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
  [1470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__prefixUnaryOperator, 1, 0, 0), REDUCE(sym__postfixUnaryOperator, 1, 0, 0),
  [1473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__prefixUnaryOperator, 1, 0, 0), REDUCE(sym__postfixUnaryOperator, 1, 0, 0),
  [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call, 2, 0, 5),
  [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call, 2, 0, 5),
  [1480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__prefixUnaryOperator, 1, 0, 0), REDUCE(sym__arithmeticOperator, 1, 0, 0),
  [1483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__prefixUnaryOperator, 1, 0, 0), REDUCE(sym__arithmeticOperator, 1, 0, 0),
  [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0),
  [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0),
  [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_call, 2, 0, 4),
  [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__constructor_call, 2, 0, 4),
  [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, 0, 0),
  [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, 0, 0),
  [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2, 0, 0),
  [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2, 0, 0),
  [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__rhs_expression, 1, 0, 0),
  [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__rhs_expression, 1, 0, 0),
  [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__lhs_expression, 1, 0, 0),
  [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__lhs_expression, 1, 0, 0),
  [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 2, 0, 0),
  [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 2, 0, 0),
  [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__compoundAssignmentOperator, 2, 0, 0),
  [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__compoundAssignmentOperator, 2, 0, 0),
  [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__closing_brace, 2, 0, 0),
  [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__closing_brace, 2, 0, 0),
  [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677),
  [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
  [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764),
  [1528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_expression, 3, 0, 0),
  [1530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_expression, 3, 0, 0),
  [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0),
  [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0),
  [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_runtime_type_check_expression, 3, 0, 6),
  [1538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_runtime_type_check_expression, 3, 0, 6),
  [1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 24),
  [1542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 24),
  [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2, 0, 0),
  [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2, 0, 0),
  [1548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator, 1, 0, 0),
  [1550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator, 1, 0, 0),
  [1552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bool, 1, 0, 0),
  [1554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bool, 1, 0, 0),
  [1556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_float, 1, 0, 0),
  [1558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_float, 1, 0, 0),
  [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integer, 1, 0, 0),
  [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integer, 1, 0, 0),
  [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 1, 0, 1),
  [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 1, 0, 1),
  [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0),
  [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0),
  [1572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__constructor_call, 1, 0, 1), REDUCE(sym_call_expression, 1, 0, 1),
  [1575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__constructor_call, 1, 0, 1), REDUCE(sym_call_expression, 1, 0, 1),
  [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 5, 0, 0),
  [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 5, 0, 0),
  [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__call, 3, 0, 12),
  [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__call, 3, 0, 12),
  [1586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695),
  [1588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778),
  [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0),
  [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0),
  [1594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
  [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0),
  [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0),
  [1600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691),
  [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
  [1604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117),
  [1606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772),
  [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
  [1610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195),
  [1612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760),
  [1614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815),
  [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 2, 0, 3),
  [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 2, 0, 3),
  [1620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
  [1622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556),
  [1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556),
  [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0),
  [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0),
  [1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
  [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449),
  [1634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449),
  [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 70),
  [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 70),
  [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, 0, 99),
  [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, 0, 99),
  [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 11, 0, 105),
  [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 11, 0, 105),
  [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 50),
  [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 50),
  [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 11, 0, 73),
  [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 11, 0, 73),
  [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 12, 0, 89),
  [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 12, 0, 89),
  [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 12, 0, 94),
  [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 12, 0, 94),
  [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 12, 0, 105),
  [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 12, 0, 105),
  [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 13, 0, 105),
  [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 13, 0, 105),
  [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 11, 0, 89),
  [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 11, 0, 89),
  [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 49),
  [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 49),
  [1680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 87),
  [1682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 87),
  [1684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 82),
  [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 82),
  [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typedef_declaration, 6, 0, 2),
  [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typedef_declaration, 6, 0, 2),
  [1692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 4, 0, 3),
  [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 4, 0, 3),
  [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 47),
  [1698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 47),
  [1700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 11, 0, 78),
  [1702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 11, 0, 78),
  [1704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 17),
  [1706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 17),
  [1708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 42),
  [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 42),
  [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 46),
  [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 46),
  [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 17),
  [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 17),
  [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 45),
  [1722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 45),
  [1724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 6, 0, 2),
  [1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 2),
  [1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 6, 0, 44),
  [1730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 44),
  [1732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 6, 0, 30),
  [1734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 30),
  [1736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 43),
  [1738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 43),
  [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 11, 0, 94),
  [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 11, 0, 94),
  [1744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 51),
  [1746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 51),
  [1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 73),
  [1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 73),
  [1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 6, 0, 40),
  [1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 6, 0, 40),
  [1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 11, 0, 62),
  [1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 11, 0, 62),
  [1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 10, 0, 112),
  [1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10, 0, 112),
  [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 10, 0, 111),
  [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 10, 0, 111),
  [1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 105),
  [1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 105),
  [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 94),
  [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 94),
  [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 78),
  [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 78),
  [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 89),
  [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 89),
  [1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 5, 0, 39),
  [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 39),
  [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 73),
  [1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 73),
  [1792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 55),
  [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 55),
  [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 10, 0, 110),
  [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 10, 0, 110),
  [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 62),
  [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 62),
  [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 10, 0, 44),
  [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 10, 0, 44),
  [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9, 0, 109),
  [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 109),
  [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9, 0, 108),
  [1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 108),
  [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9, 0, 107),
  [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 107),
  [1820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 26),
  [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 26),
  [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9, 0, 106),
  [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 106),
  [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 39),
  [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 39),
  [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 105),
  [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 105),
  [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 94),
  [1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 94),
  [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4, 0, 2),
  [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4, 0, 2),
  [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 38),
  [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 38),
  [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 78),
  [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 78),
  [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 52),
  [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 52),
  [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 5, 0, 26),
  [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 26),
  [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 37),
  [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 37),
  [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9, 0, 104),
  [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 104),
  [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 9, 0, 103),
  [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 9, 0, 103),
  [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 55),
  [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 55),
  [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1, 0, 0),
  [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1, 0, 0),
  [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preprocessor_statement, 2, 0, 0),
  [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preprocessor_statement, 2, 0, 0),
  [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 89),
  [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 89),
  [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 64),
  [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 64),
  [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_statement, 2, 0, 0),
  [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_statement, 2, 0, 0),
  [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 55),
  [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 55),
  [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 53),
  [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 53),
  [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, 0, 102),
  [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, 0, 102),
  [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, 0, 101),
  [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, 0, 101),
  [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 19),
  [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 19),
  [1916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 3, 0, 3),
  [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 3, 0, 3),
  [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2457),
  [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457),
  [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 9, 0, 100),
  [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 9, 0, 100),
  [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 54),
  [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 54),
  [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 6, 0, 55),
  [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 55),
  [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 62),
  [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 62),
  [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 6, 0, 26),
  [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 26),
  [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typedef_declaration, 6, 0, 26),
  [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typedef_declaration, 6, 0, 26),
  [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_statement, 3, 0, 2),
  [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_statement, 3, 0, 2),
  [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 44),
  [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 44),
  [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 19),
  [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 19),
  [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 3, 0, 0),
  [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 3, 0, 0),
  [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 20),
  [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 20),
  [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 2),
  [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 2),
  [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 9, 0, 30),
  [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 9, 0, 30),
  [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 19),
  [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 19),
  [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 38),
  [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 38),
  [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 20),
  [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 20),
  [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 3, 0, 0),
  [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 3, 0, 0),
  [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 56),
  [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 56),
  [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 23),
  [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 23),
  [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 26),
  [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 26),
  [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 28),
  [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 28),
  [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 6, 0, 39),
  [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 6, 0, 39),
  [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 43),
  [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 43),
  [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 57),
  [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 57),
  [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6, 0, 39),
  [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6, 0, 39),
  [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4, 0, 2),
  [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4, 0, 2),
  [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 7, 0, 58),
  [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 7, 0, 58),
  [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 59),
  [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 59),
  [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 60),
  [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 60),
  [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3, 0, 0),
  [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3, 0, 0),
  [2044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 61),
  [2046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 61),
  [2048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 30),
  [2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 30),
  [2052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 44),
  [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 44),
  [2056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 62),
  [2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 62),
  [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684),
  [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2779),
  [2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 2),
  [2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 2),
  [2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 63),
  [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 63),
  [2072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 88),
  [2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 88),
  [2076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 65),
  [2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 65),
  [2080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 67),
  [2082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 67),
  [2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 68),
  [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 68),
  [2088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 69),
  [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 69),
  [2092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 71),
  [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 71),
  [2096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 72),
  [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 72),
  [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 55),
  [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 55),
  [2104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 73),
  [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 73),
  [2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 26),
  [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 26),
  [2112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typedef_declaration, 7, 0, 26),
  [2114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typedef_declaration, 7, 0, 26),
  [2116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 74),
  [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 74),
  [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 86),
  [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 86),
  [2124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690),
  [2126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2883),
  [2128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 75),
  [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 75),
  [2132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 98),
  [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 98),
  [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 85),
  [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 85),
  [2140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 97),
  [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 97),
  [2144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2462),
  [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462),
  [2148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 84),
  [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 84),
  [2152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 83),
  [2154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 83),
  [2156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 3, 0, 2),
  [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 3, 0, 2),
  [2160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 33),
  [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 33),
  [2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 9),
  [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 9),
  [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, 0, 9),
  [2170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 9),
  [2172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 4, 0, 26),
  [2174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 4, 0, 26),
  [2176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, 0, 27),
  [2178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, 0, 27),
  [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 76),
  [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 76),
  [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 96),
  [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 96),
  [2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 77),
  [2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 77),
  [2192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 78),
  [2194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 78),
  [2196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 95),
  [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 95),
  [2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 39),
  [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 39),
  [2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 62),
  [2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 62),
  [2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 94),
  [2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 94),
  [2212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 7, 0, 39),
  [2214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 7, 0, 39),
  [2216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 78),
  [2218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 78),
  [2220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 5, 0, 0),
  [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 5, 0, 0),
  [2224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 5, 0, 0),
  [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 5, 0, 0),
  [2228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5, 0, 23),
  [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5, 0, 23),
  [2232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 44),
  [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 44),
  [2236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 93),
  [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 93),
  [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 57),
  [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 57),
  [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 92),
  [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 92),
  [2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_statement, 4, 0, 14),
  [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_statement, 4, 0, 14),
  [2252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_typedef_declaration, 5, 0, 2),
  [2254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_typedef_declaration, 5, 0, 2),
  [2256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 79),
  [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 79),
  [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 5, 0, 2),
  [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 2),
  [2264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 91),
  [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 91),
  [2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_statement, 4, 0, 0),
  [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_statement, 4, 0, 0),
  [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 32),
  [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 32),
  [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 39),
  [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 39),
  [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 8, 0, 90),
  [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 8, 0, 90),
  [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 30),
  [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 30),
  [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770),
  [2290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2816),
  [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 7, 0, 53),
  [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 7, 0, 53),
  [2296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 80),
  [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 80),
  [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 32),
  [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 32),
  [2304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_using_statement, 4, 0, 0),
  [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_using_statement, 4, 0, 0),
  [2308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 26),
  [2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 26),
  [2312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_statement, 5, 0, 3),
  [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_statement, 5, 0, 3),
  [2316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 31),
  [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 31),
  [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679),
  [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773),
  [2324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 4, 0, 0),
  [2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 4, 0, 0),
  [2328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 28),
  [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 28),
  [2332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 29),
  [2334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 29),
  [2336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 89),
  [2338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 89),
  [2340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 8, 0, 73),
  [2342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 8, 0, 73),
  [2344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 81),
  [2346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 81),
  [2348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 28),
  [2350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 28),
  [2352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 29),
  [2354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 29),
  [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_declaration, 5, 0, 30),
  [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declaration, 5, 0, 30),
  [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 1, 0, 0),
  [2362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 1, 0, 0),
  [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
  [2366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
  [2368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 2, 0, 0),
  [2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_module_repeat1, 3, 0, 0),
  [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_repeat1, 3, 0, 0),
  [2374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763),
  [2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756),
  [2378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(756),
  [2381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2517),
  [2384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(764),
  [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0),
  [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0),
  [2391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(1834),
  [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(83),
  [2397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(2455),
  [2400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(1667),
  [2403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(225),
  [2406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(222),
  [2409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(222),
  [2412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(221),
  [2415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(221),
  [2418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(219),
  [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(1900),
  [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 1, 0, 0), SHIFT_REPEAT(2156),
  [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(753),
  [2429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(753),
  [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2503),
  [2435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070),
  [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__parenthesized_expression_repeat1, 2, 0, 0),
  [2439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1135),
  [2441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1137),
  [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176),
  [2445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301),
  [2447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402),
  [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236),
  [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772),
  [2453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(772),
  [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2510),
  [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806),
  [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773),
  [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(773),
  [2466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2480),
  [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(787),
  [2471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(806),
  [2474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2491),
  [2477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(787),
  [2480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2518),
  [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774),
  [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509),
  [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786),
  [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532),
  [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665),
  [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
  [2495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2795),
  [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
  [2499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683),
  [2501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2765),
  [2503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(786),
  [2506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2532),
  [2509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(774),
  [2512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2509),
  [2515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794),
  [2517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(794),
  [2520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2465),
  [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
  [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721),
  [2527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796),
  [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723),
  [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766),
  [2533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731),
  [2535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839),
  [2537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716),
  [2539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2787),
  [2541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848),
  [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844),
  [2545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844),
  [2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672),
  [2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2717),
  [2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845),
  [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837),
  [2555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837),
  [2557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696),
  [2559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2721),
  [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
  [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780),
  [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781),
  [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783),
  [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877),
  [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
  [2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
  [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667),
  [2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238),
  [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638),
  [2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250),
  [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821),
  [2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292),
  [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881),
  [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502),
  [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886),
  [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
  [2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776),
  [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317),
  [2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888),
  [2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576),
  [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643),
  [2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
  [2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661),
  [2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
  [2611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1173),
  [2614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2555),
  [2617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930),
  [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101),
  [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
  [2623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076),
  [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
  [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114),
  [2629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
  [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
  [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
  [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889),
  [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143),
  [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
  [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887),
  [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
  [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090),
  [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
  [2649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1173),
  [2651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2555),
  [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894),
  [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674),
  [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893),
  [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679),
  [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885),
  [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382),
  [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895),
  [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
  [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898),
  [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639),
  [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279),
  [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873),
  [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869),
  [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1869),
  [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272),
  [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900),
  [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
  [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
  [2689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899),
  [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540),
  [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
  [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905),
  [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
  [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892),
  [2701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
  [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
  [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614),
  [2707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232),
  [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890),
  [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
  [2713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888),
  [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614),
  [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235),
  [2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082),
  [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
  [2723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
  [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
  [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
  [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891),
  [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
  [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087),
  [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
  [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
  [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
  [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904),
  [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
  [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567),
  [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
  [2749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801),
  [2751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801),
  [2753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805),
  [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813),
  [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884),
  [2759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601),
  [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901),
  [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
  [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867),
  [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863),
  [2769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863),
  [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__arg_list_repeat1, 2, 0, 0),
  [2773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 3, 0, 0),
  [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598),
  [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630),
  [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
  [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0),
  [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
  [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644),
  [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
  [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640),
  [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342),
  [2793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
  [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629),
  [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
  [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
  [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
  [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555),
  [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682),
  [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672),
  [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
  [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
  [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
  [2815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__arg_list_repeat1, 3, 0, 0),
  [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215),
  [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
  [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257),
  [2823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623),
  [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334),
  [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084),
  [2829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
  [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620),
  [2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878),
  [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875),
  [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875),
  [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
  [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
  [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
  [2845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625),
  [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619),
  [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
  [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616),
  [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
  [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
  [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
  [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561),
  [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
  [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615),
  [2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
  [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
  [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
  [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
  [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612),
  [2875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
  [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
  [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447),
  [2881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611),
  [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
  [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
  [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609),
  [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637),
  [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324),
  [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880),
  [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646),
  [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
  [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
  [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607),
  [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
  [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337),
  [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
  [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
  [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463),
  [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015),
  [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
  [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651),
  [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879),
  [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654),
  [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
  [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523),
  [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
  [2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
  [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234),
  [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656),
  [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230),
  [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298),
  [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
  [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112),
  [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
  [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
  [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
  [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
  [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
  [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
  [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
  [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666),
  [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
  [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
  [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
  [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073),
  [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
  [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
  [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
  [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
  [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
  [2977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
  [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105),
  [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510),
  [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
  [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631),
  [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088),
  [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
  [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532),
  [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675),
  [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040),
  [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
  [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676),
  [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
  [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343),
  [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
  [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579),
  [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604),
  [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
  [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
  [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649),
  [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
  [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
  [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662),
  [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
  [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633),
  [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
  [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094),
  [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
  [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
  [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570),
  [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifier, 1, 0, 0),
  [3039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821),
  [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792),
  [3043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806),
  [3045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808),
  [3047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799),
  [3049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809),
  [3051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784),
  [3053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1804),
  [3055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818),
  [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
  [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195),
  [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662),
  [3063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543),
  [3065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1662),
  [3068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2543),
  [3071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893),
  [3073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483),
  [3075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920),
  [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065),
  [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(1920),
  [3082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(1065),
  [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838),
  [3087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(1834),
  [3090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(83),
  [3093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(2543),
  [3096] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(1969),
  [3099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(225),
  [3102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(222),
  [3105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(222),
  [3108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(221),
  [3111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(221),
  [3114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(219),
  [3117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(1900),
  [3120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 1, 0, 0), SHIFT(2156),
  [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
  [3125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094),
  [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
  [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
  [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117),
  [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757),
  [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705),
  [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
  [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270),
  [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
  [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783),
  [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1905),
  [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494),
  [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838),
  [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839),
  [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056),
  [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535),
  [3157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855),
  [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061),
  [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
  [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586),
  [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132),
  [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071),
  [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1915),
  [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813),
  [3173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1838),
  [3176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2483),
  [3179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1839),
  [3182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2494),
  [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064),
  [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
  [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959),
  [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484),
  [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118),
  [3195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921),
  [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850),
  [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940),
  [3201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1678),
  [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
  [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136),
  [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
  [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619),
  [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831),
  [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055),
  [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482),
  [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897),
  [3219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2485),
  [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925),
  [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497),
  [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720),
  [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785),
  [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1901),
  [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847),
  [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
  [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1896),
  [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756),
  [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
  [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2819),
  [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249),
  [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908),
  [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503),
  [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899),
  [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1909),
  [3253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1923),
  [3255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493),
  [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
  [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293),
  [3261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917),
  [3263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919),
  [3265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1831),
  [3268] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2482),
  [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692),
  [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2784),
  [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1862),
  [3277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1862),
  [3280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2497),
  [3283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849),
  [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1870),
  [3287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1849),
  [3290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2485),
  [3293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1870),
  [3296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2484),
  [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924),
  [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507),
  [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645),
  [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 3, 0, 35),
  [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 3, 0, 35),
  [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510),
  [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965),
  [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2662),
  [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502),
  [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508),
  [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312),
  [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764),
  [3323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_params, 4, 0, 0),
  [3325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_params, 4, 0, 0),
  [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533),
  [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854),
  [3331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1854),
  [3334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2493),
  [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1860),
  [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505),
  [3341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1860),
  [3344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2505),
  [3347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903),
  [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, 0, 11),
  [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, 0, 11),
  [3353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938),
  [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 2, 0, 10),
  [3357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 2, 0, 10),
  [3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0),
  [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0),
  [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 11),
  [3365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 11),
  [3367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142),
  [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 10),
  [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 10),
  [3373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320),
  [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739),
  [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2840),
  [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_params, 3, 0, 0),
  [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_params, 3, 0, 0),
  [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856),
  [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834),
  [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
  [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528),
  [3391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900),
  [3393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156),
  [3395] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
  [3397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1856),
  [3400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1834),
  [3403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(83),
  [3406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2528),
  [3409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1900),
  [3412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2156),
  [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671),
  [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756),
  [3419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), SHIFT(95),
  [3422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_builtin_type, 1, 0, 0),
  [3424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_builtin_type, 1, 0, 0),
  [3426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1855),
  [3429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2586),
  [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148),
  [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 0),
  [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 0),
  [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668),
  [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2771),
  [3442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat2, 2, 0, 0), SHIFT_REPEAT(1598),
  [3445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat2, 2, 0, 0),
  [3447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat2, 2, 0, 0),
  [3449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 0),
  [3451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 0),
  [3453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763),
  [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2820),
  [3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 36),
  [3459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 36),
  [3461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(1871),
  [3464] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_member_expression_repeat1, 2, 0, 15), SHIFT_REPEAT(2502),
  [3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_identifiers, 5, 0, 0),
  [3469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_identifiers, 5, 0, 0),
  [3471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871),
  [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_identifiers, 3, 0, 0),
  [3475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_access_identifiers, 3, 0, 0),
  [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701),
  [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873),
  [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411),
  [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146),
  [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174),
  [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154),
  [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106),
  [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091),
  [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073),
  [3495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902),
  [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594),
  [3499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747),
  [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734),
  [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835),
  [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488),
  [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689),
  [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__binaryOperator, 1, 0, 0),
  [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__binaryOperator, 1, 0, 0),
  [3513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203),
  [3515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276),
  [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmeticOperator, 1, 0, 0),
  [3519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481),
  [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752),
  [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823),
  [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764),
  [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811),
  [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707),
  [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674),
  [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779),
  [3535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
  [3537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741),
  [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
  [3541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_declaration_repeat1, 2, 0, 0),
  [3543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1858),
  [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_declaration_repeat1, 2, 0, 0),
  [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884),
  [3550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887),
  [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041),
  [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821),
  [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816),
  [3558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674),
  [3560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819),
  [3562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773),
  [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881),
  [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890),
  [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040),
  [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806),
  [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787),
  [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768),
  [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811),
  [3578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810),
  [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891),
  [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042),
  [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799),
  [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmeticOperator, 1, 0, 0),
  [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
  [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725),
  [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799),
  [3594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1796),
  [3597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1796),
  [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0),
  [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
  [3604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_metadata, 2, 0, 2),
  [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_metadata, 2, 0, 2),
  [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810),
  [3610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_metadata, 5, 0, 2),
  [3612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_metadata, 5, 0, 2),
  [3614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_metadata, 6, 0, 2),
  [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_metadata, 6, 0, 2),
  [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883),
  [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050),
  [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766),
  [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822),
  [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047),
  [3628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1883),
  [3631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_declaration_repeat1, 2, 0, 0),
  [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044),
  [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685),
  [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815),
  [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051),
  [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier, 1, 0, 0),
  [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804),
  [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784),
  [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818),
  [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740),
  [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
  [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831),
  [3655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220),
  [3657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1918),
  [3659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119),
  [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788),
  [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918),
  [3665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206),
  [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912),
  [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912),
  [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
  [3673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184),
  [3675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894),
  [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894),
  [3679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197),
  [3681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911),
  [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911),
  [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772),
  [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807),
  [3689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229),
  [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914),
  [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914),
  [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189),
  [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1202),
  [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410),
  [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236),
  [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357),
  [3705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1913),
  [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913),
  [3709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0),
  [3711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1918),
  [3714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(119),
  [3717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1788),
  [3720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1918),
  [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
  [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
  [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
  [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778),
  [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803),
  [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
  [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164),
  [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786),
  [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795),
  [3741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
  [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
  [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820),
  [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453),
  [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790),
  [3751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
  [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178),
  [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
  [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812),
  [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
  [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750),
  [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832),
  [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
  [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726),
  [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826),
  [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783),
  [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823),
  [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 3, 0, 48),
  [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852),
  [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785),
  [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810),
  [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605),
  [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605),
  [3787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 4, 0, 66),
  [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853),
  [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829),
  [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structure_type, 2, 0, 0),
  [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_structure_type, 2, 0, 0),
  [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871),
  [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587),
  [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745),
  [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
  [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827),
  [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749),
  [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837),
  [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759),
  [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824),
  [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347),
  [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817),
  [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744),
  [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836),
  [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782),
  [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808),
  [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 1, 0, 22),
  [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111),
  [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023),
  [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846),
  [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121),
  [3837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 1, 0, 0),
  [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 1, 0, 0),
  [3841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolated_identifier, 3, 0, 0),
  [3843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolated_identifier, 3, 0, 0),
  [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777),
  [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812),
  [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142),
  [3851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolated_block, 3, 0, 0),
  [3853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolated_block, 3, 0, 0),
  [3855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolated_identifier, 2, 0, 0),
  [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolated_identifier, 2, 0, 0),
  [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579),
  [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
  [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794),
  [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 2, 0, 22),
  [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097),
  [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851),
  [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824),
  [3873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612),
  [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612),
  [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798),
  [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827),
  [3881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__interpolated_block, 4, 0, 0),
  [3883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interpolated_block, 4, 0, 0),
  [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009),
  [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830),
  [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828),
  [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825),
  [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791),
  [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807),
  [3897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1347),
  [3900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2817),
  [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0),
  [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
  [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568),
  [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762),
  [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606),
  [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_declaration_repeat1, 2, 0, 18),
  [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
  [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149),
  [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
  [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150),
  [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
  [3925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat2, 2, 0, 18),
  [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697),
  [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679),
  [3931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2217),
  [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217),
  [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117),
  [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445),
  [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663),
  [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613),
  [3943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093),
  [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093),
  [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
  [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
  [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154),
  [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
  [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155),
  [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
  [3959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303),
  [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_type_args, 1, 0, 0), SHIFT(1340),
  [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129),
  [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159),
  [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
  [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160),
  [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
  [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124),
  [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
  [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170),
  [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588),
  [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127),
  [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
  [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584),
  [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
  [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139),
  [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
  [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
  [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2871),
  [3999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_statement_repeat1, 2, 0, 0),
  [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
  [4003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208),
  [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
  [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163),
  [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
  [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145),
  [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140),
  [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
  [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165),
  [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
  [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168),
  [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
  [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169),
  [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
  [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144),
  [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638),
  [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146),
  [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642),
  [4037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_type_args, 1, 0, 0), SHIFT(2353),
  [4040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504),
  [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
  [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
  [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571),
  [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_type_args, 1, 0, 0), SHIFT(2046),
  [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906),
  [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119),
  [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521),
  [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071),
  [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071),
  [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137),
  [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137),
  [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669),
  [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
  [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673),
  [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737),
  [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804),
  [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
  [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 0),
  [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130),
  [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
  [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
  [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
  [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194),
  [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194),
  [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
  [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552),
  [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
  [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
  [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509),
  [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507),
  [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
  [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265),
  [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171),
  [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
  [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
  [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172),
  [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
  [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
  [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755),
  [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828),
  [4123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_type_args, 3, 0, 0),
  [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
  [4127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0),
  [4129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2217),
  [4132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2, 0, 0), SHIFT_REPEAT(2217),
  [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158),
  [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
  [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
  [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771),
  [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800),
  [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156),
  [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
  [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
  [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585),
  [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
  [4155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269),
  [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269),
  [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
  [4161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), SHIFT(94),
  [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120),
  [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512),
  [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
  [4170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246),
  [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
  [4174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 0),
  [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
  [4178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__function_type_args, 3, 0, 0), REDUCE(sym_structure_type_pair, 3, 0, 0),
  [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
  [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
  [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617),
  [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
  [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
  [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
  [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
  [4195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(96),
  [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698),
  [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743),
  [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237),
  [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826),
  [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
  [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233),
  [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228),
  [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904),
  [4214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_type_args_repeat1, 2, 0, 0),
  [4216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_type_args_repeat1, 2, 0, 0), SHIFT_REPEAT(1129),
  [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_type_args, 4, 0, 0),
  [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501),
  [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
  [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
  [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 4, 0, 22),
  [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_arg_list_repeat1, 2, 0, 0),
  [4231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__function_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1719),
  [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153),
  [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_arg_list, 4, 0, 0),
  [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463),
  [4240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 3, 0, 22),
  [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
  [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506),
  [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
  [4248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, 0, 0),
  [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structure_type, 3, 0, 0),
  [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742),
  [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830),
  [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 5, 0, 48),
  [4258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__function_type_args_repeat1, 4, 0, 0),
  [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690),
  [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883),
  [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571),
  [4266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, 0, 0),
  [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287),
  [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092),
  [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113),
  [4274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structure_type, 4, 0, 0),
  [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
  [4278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_structure_type_repeat1, 2, 0, 0), SHIFT_REPEAT(2568),
  [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_structure_type_repeat1, 2, 0, 0),
  [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_arg, 6, 0, 66),
  [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150),
  [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699),
  [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788),
  [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708),
  [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792),
  [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671),
  [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756),
  [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_arg_list, 3, 0, 0),
  [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664),
  [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719),
  [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326),
  [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723),
  [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766),
  [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679),
  [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773),
  [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_params_repeat1, 2, 0, 0),
  [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632),
  [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684),
  [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779),
  [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323),
  [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719),
  [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582),
  [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624),
  [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668),
  [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692),
  [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784),
  [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721),
  [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796),
  [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574),
  [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681),
  [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318),
  [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770),
  [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816),
  [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763),
  [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820),
  [4355] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2874),
  [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683),
  [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627),
  [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363),
  [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372),
  [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739),
  [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840),
  [4370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_arg_list, 2, 0, 0),
  [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086),
  [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668),
  [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771),
  [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081),
  [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_map_repeat1, 2, 0, 0),
  [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
  [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486),
  [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
  [4388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_repeat1, 2, 0, 0), SHIFT_REPEAT(1850),
  [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
  [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583),
  [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
  [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_type_args, 2, 0, 0),
  [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
  [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518),
  [4403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), SHIFT_REPEAT(170),
  [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
  [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456),
  [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
  [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
  [4414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_params_repeat1, 2, 0, 0), SHIFT_REPEAT(1117),
  [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523),
  [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474),
  [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489),
  [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
  [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
  [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_structure_type_pair, 3, 0, 0),
  [4429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_map_repeat1, 2, 0, 0), SHIFT_REPEAT(1847),
  [4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat2, 2, 0, 21),
  [4434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat2, 2, 0, 21), SHIFT_REPEAT(1795),
  [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_declaration_repeat1, 2, 0, 21),
  [4439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_declaration_repeat1, 2, 0, 21), SHIFT_REPEAT(1829),
  [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
  [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145),
  [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
  [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658),
  [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939),
  [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677),
  [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764),
  [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525),
  [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_import_statement_repeat1, 2, 0, 0),
  [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
  [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002),
  [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696),
  [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721),
  [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489),
  [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123),
  [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731),
  [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839),
  [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459),
  [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315),
  [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179),
  [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
  [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450),
  [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
  [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756),
  [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819),
  [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760),
  [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815),
  [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529),
  [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665),
  [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795),
  [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791),
  [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716),
  [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787),
  [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705),
  [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783),
  [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695),
  [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778),
  [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691),
  [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772),
  [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683),
  [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765),
  [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678),
  [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619),
  [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
  [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522),
  [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973),
  [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338),
  [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645),
  [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779),
  [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741),
  [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501),
  [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672),
  [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717),
  [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322),
  [4550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat2, 3, 0, 18),
  [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
  [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
  [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745),
  [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990),
  [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580),
  [4562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_name, 1, 0, 0),
  [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
  [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229),
  [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527),
  [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981),
  [4572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_name, 1, 0, 0),
  [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
  [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180),
  [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620),
  [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
  [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
  [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
  [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240),
  [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183),
  [4590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_declaration_repeat1, 3, 0, 18),
  [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972),
  [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
  [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670),
  [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239),
  [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
  [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
  [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
  [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254),
  [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
  [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542),
  [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151),
  [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152),
  [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
  [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115),
  [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
  [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321),
  [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296),
  [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
  [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
  [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
  [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506),
  [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
  [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
  [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
  [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
  [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333),
  [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596),
  [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666),
  [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505),
  [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586),
  [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376),
  [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673),
  [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529),
  [4658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
  [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
  [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
  [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557),
  [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751),
  [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308),
  [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
  [4672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648),
  [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653),
  [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
  [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
  [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452),
  [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
  [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
  [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
  [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643),
  [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717),
  [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711),
  [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727),
  [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104),
  [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671),
  [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637),
  [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656),
  [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667),
  [4706] = {.entry = {.count = 1, .reusable = true}},  ACCEPT_INPUT(),
  [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
  [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
  [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621),
  [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842),
  [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682),
  [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675),
  [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182),
  [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957),
  [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128),
  [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166),
  [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
  [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
  [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669),
  [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167),
  [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316),
  [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706),
  [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718),
  [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722),
  [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
  [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
  [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704),
  [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680),
  [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681),
  [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686),
  [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688),
  [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
  [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693),
  [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694),
  [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715),
  [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
  [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700),
  [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703),
  [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626),
  [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712),
  [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713),
  [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360),
  [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735),
  [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736),
  [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
  [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767),
  [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751),
  [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138),
  [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
  [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733),
  [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732),
  [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
  [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781),
  [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780),
  [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775),
  [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774),
  [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
  [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583),
  [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769),
  [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765),
  [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
  [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762),
  [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761),
  [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587),
  [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758),
  [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757),
  [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316),
  [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754),
  [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753),
  [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801),
  [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710),
  [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748),
  [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746),
  [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
  [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743),
  [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741),
  [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730),
  [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116),
  [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738),
  [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724),
  [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134),
  [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523),
  [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628),
  [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647),
  [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083),
  [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077),
  [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390),
  [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
  [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
  [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627),
  [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581),
  [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687),
  [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556),
  [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
  [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286),
  [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512),
  [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729),
  [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526),
  [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500),
};

enum ts_external_scanner_symbol_identifiers {
  ts_external_token__lookback_semicolon = 0,
  ts_external_token__closing_brace_marker = 1,
  ts_external_token__closing_brace_unmarker = 2,
};

static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
  [ts_external_token__lookback_semicolon] = sym__lookback_semicolon,
  [ts_external_token__closing_brace_marker] = sym__closing_brace_marker,
  [ts_external_token__closing_brace_unmarker] = sym__closing_brace_unmarker,
};

static const bool ts_external_scanner_states[5][EXTERNAL_TOKEN_COUNT] = {
  [1] = {
    [ts_external_token__lookback_semicolon] = true,
    [ts_external_token__closing_brace_marker] = true,
    [ts_external_token__closing_brace_unmarker] = true,
  },
  [2] = {
    [ts_external_token__closing_brace_unmarker] = true,
  },
  [3] = {
    [ts_external_token__closing_brace_marker] = true,
    [ts_external_token__closing_brace_unmarker] = true,
  },
  [4] = {
    [ts_external_token__lookback_semicolon] = true,
    [ts_external_token__closing_brace_unmarker] = true,
  },
};

#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_haxe_external_scanner_create(void);
void tree_sitter_haxe_external_scanner_destroy(void *);
bool tree_sitter_haxe_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_haxe_external_scanner_serialize(void *, char *);
void tree_sitter_haxe_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_haxe(void) {
  static const TSLanguage language = {
    .version = LANGUAGE_VERSION,
    .symbol_count = SYMBOL_COUNT,
    .alias_count = ALIAS_COUNT,
    .token_count = TOKEN_COUNT,
    .external_token_count = EXTERNAL_TOKEN_COUNT,
    .state_count = STATE_COUNT,
    .large_state_count = LARGE_STATE_COUNT,
    .production_id_count = PRODUCTION_ID_COUNT,
    .field_count = FIELD_COUNT,
    .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
    .parse_table = &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 = ts_lex_modes,
    .lex_fn = ts_lex,
    .keyword_lex_fn = ts_lex_keywords,
    .keyword_capture_token = sym_identifier,
    .external_scanner = {
      &ts_external_scanner_states[0][0],
      ts_external_scanner_symbol_map,
      tree_sitter_haxe_external_scanner_create,
      tree_sitter_haxe_external_scanner_destroy,
      tree_sitter_haxe_external_scanner_scan,
      tree_sitter_haxe_external_scanner_serialize,
      tree_sitter_haxe_external_scanner_deserialize,
    },
    .primary_state_ids = ts_primary_state_ids,
  };
  return &language;
}
#ifdef __cplusplus
}
#endif
