#include <tree_sitter/parser.h>
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#ifdef _MSC_VER
#pragma optimize("", off)
#elif defined(__clang__)
#pragma clang optimize off
#elif defined(__GNUC__)
#pragma GCC optimize ("O0")
#endif
#define LANGUAGE_VERSION 14
#define STATE_COUNT 579
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 157
#define ALIAS_COUNT 0
#define TOKEN_COUNT 85
#define EXTERNAL_TOKEN_COUNT 0
#define FIELD_COUNT 10
#define MAX_ALIAS_SEQUENCE_LENGTH 8
#define PRODUCTION_ID_COUNT 14
enum {
anon_sym_LBRACE = 1,
anon_sym_RBRACE = 2,
anon_sym_class = 3,
anon_sym_LPAREN = 4,
anon_sym_COMMA = 5,
anon_sym_RPAREN = 6,
anon_sym_EQ = 7,
anon_sym_inherits = 8,
anon_sym_node = 9,
anon_sym_define = 10,
anon_sym_type = 11,
anon_sym_PLUS_EQ = 12,
anon_sym_DASH_GT = 13,
anon_sym_TILDE_GT = 14,
anon_sym_PIPE = 15,
anon_sym_function = 16,
anon_sym_GT_GT = 17,
anon_sym_AT = 18,
anon_sym_AT_AT = 19,
anon_sym_SEMI = 20,
anon_sym_COLON = 21,
anon_sym_EQ_GT = 22,
anon_sym_include = 23,
anon_sym_tag = 24,
anon_sym_if = 25,
anon_sym_elsif = 26,
anon_sym_else = 27,
anon_sym_case = 28,
anon_sym_default = 29,
anon_sym_LT_LT_PIPE = 30,
anon_sym_LT_PIPE = 31,
anon_sym_PIPE_GT_GT = 32,
anon_sym_PIPE_GT = 33,
anon_sym_QMARK = 34,
anon_sym_Boolean = 35,
anon_sym_Integer = 36,
anon_sym_Float = 37,
anon_sym_String = 38,
anon_sym_Array = 39,
anon_sym_Hash = 40,
anon_sym_Regexp = 41,
anon_sym_Variant = 42,
anon_sym_Data = 43,
anon_sym_Undef = 44,
anon_sym_Default = 45,
anon_sym_File = 46,
anon_sym_LBRACK = 47,
anon_sym_RBRACK = 48,
anon_sym_EQ_EQ = 49,
anon_sym_BANG_EQ = 50,
anon_sym_BANG = 51,
anon_sym_DASH = 52,
anon_sym_STAR = 53,
anon_sym_or = 54,
anon_sym_and = 55,
anon_sym_GT = 56,
anon_sym_GT_EQ = 57,
anon_sym_LT_EQ = 58,
anon_sym_LT = 59,
anon_sym_LT_LT = 60,
anon_sym_PLUS = 61,
anon_sym_SLASH = 62,
anon_sym_PERCENT = 63,
anon_sym_EQ_TILDE = 64,
anon_sym_BANG_TILDE = 65,
anon_sym_in = 66,
anon_sym_DOT = 67,
anon_sym_DOLLAR = 68,
sym_number = 69,
sym_float = 70,
anon_sym_DQUOTE = 71,
anon_sym_SQUOTE = 72,
sym__double_string_content = 73,
sym__single_string_content = 74,
aux_sym__escape_sequence_token1 = 75,
sym_escape_sequence = 76,
anon_sym_DOLLAR_LBRACE = 77,
sym_regex = 78,
anon_sym_true = 79,
anon_sym_false = 80,
sym_undef = 81,
anon_sym_COLON_COLON = 82,
sym_identifier = 83,
sym_comment = 84,
sym_source_file = 85,
sym_statement = 86,
sym_block = 87,
sym_class_definition = 88,
sym_parameter_list = 89,
sym_parameter = 90,
sym_class_inherits = 91,
sym_node_definition = 92,
sym_node_name = 93,
sym_defined_resource_type = 94,
sym_type_declaration = 95,
sym_assignment = 96,
sym_relation = 97,
sym_lambda = 98,
sym_function_declaration = 99,
sym_resource_declaration = 100,
sym__resource_block = 101,
sym_attribute = 102,
sym_include_statement = 103,
sym_tag_statement = 104,
sym_if_statement = 105,
sym_elsif_statement = 106,
sym_else_statement = 107,
sym_case_statement = 108,
sym_case_item = 109,
sym_default_case = 110,
sym_resource_collector = 111,
sym_resource_default = 112,
sym_selector = 113,
sym_type = 114,
sym_builtin_type = 115,
sym_composite_type = 116,
sym_attribute_type = 117,
sym_attribute_type_entry = 118,
sym_array_type = 119,
sym_search_expression = 120,
sym_expression = 121,
sym_unary_expression = 122,
sym_binary_expression = 123,
sym_parenthesized_expression = 124,
sym_function_call = 125,
sym_method_call = 126,
sym_variable = 127,
sym_array = 128,
sym_hash = 129,
sym_literal = 130,
sym_resource_reference = 131,
sym_string = 132,
sym__escape_sequence = 133,
sym_interpolation = 134,
sym_boolean = 135,
sym_default = 136,
sym__identifier = 137,
sym_class_identifier = 138,
aux_sym_source_file_repeat1 = 139,
aux_sym_parameter_list_repeat1 = 140,
aux_sym_node_definition_repeat1 = 141,
aux_sym_lambda_repeat1 = 142,
aux_sym_resource_declaration_repeat1 = 143,
aux_sym__resource_block_repeat1 = 144,
aux_sym_include_statement_repeat1 = 145,
aux_sym_tag_statement_repeat1 = 146,
aux_sym_if_statement_repeat1 = 147,
aux_sym_case_statement_repeat1 = 148,
aux_sym_case_item_repeat1 = 149,
aux_sym_composite_type_repeat1 = 150,
aux_sym_attribute_type_repeat1 = 151,
aux_sym_array_type_repeat1 = 152,
aux_sym_resource_reference_repeat1 = 153,
aux_sym_string_repeat1 = 154,
aux_sym_string_repeat2 = 155,
aux_sym_class_identifier_repeat1 = 156,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_class] = "class",
[anon_sym_LPAREN] = "(",
[anon_sym_COMMA] = ",",
[anon_sym_RPAREN] = ")",
[anon_sym_EQ] = "=",
[anon_sym_inherits] = "inherits",
[anon_sym_node] = "node",
[anon_sym_define] = "define",
[anon_sym_type] = "type",
[anon_sym_PLUS_EQ] = "+=",
[anon_sym_DASH_GT] = "->",
[anon_sym_TILDE_GT] = "~>",
[anon_sym_PIPE] = "|",
[anon_sym_function] = "function",
[anon_sym_GT_GT] = ">>",
[anon_sym_AT] = "@",
[anon_sym_AT_AT] = "@@",
[anon_sym_SEMI] = ";",
[anon_sym_COLON] = ":",
[anon_sym_EQ_GT] = "=>",
[anon_sym_include] = "include",
[anon_sym_tag] = "tag",
[anon_sym_if] = "if",
[anon_sym_elsif] = "elsif",
[anon_sym_else] = "else",
[anon_sym_case] = "case",
[anon_sym_default] = "default",
[anon_sym_LT_LT_PIPE] = "<<|",
[anon_sym_LT_PIPE] = "<|",
[anon_sym_PIPE_GT_GT] = "|>>",
[anon_sym_PIPE_GT] = "|>",
[anon_sym_QMARK] = "\?",
[anon_sym_Boolean] = "Boolean",
[anon_sym_Integer] = "Integer",
[anon_sym_Float] = "Float",
[anon_sym_String] = "String",
[anon_sym_Array] = "Array",
[anon_sym_Hash] = "Hash",
[anon_sym_Regexp] = "Regexp",
[anon_sym_Variant] = "Variant",
[anon_sym_Data] = "Data",
[anon_sym_Undef] = "Undef",
[anon_sym_Default] = "Default",
[anon_sym_File] = "File",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_EQ_EQ] = "==",
[anon_sym_BANG_EQ] = "!=",
[anon_sym_BANG] = "!",
[anon_sym_DASH] = "-",
[anon_sym_STAR] = "*",
[anon_sym_or] = "or",
[anon_sym_and] = "and",
[anon_sym_GT] = ">",
[anon_sym_GT_EQ] = ">=",
[anon_sym_LT_EQ] = "<=",
[anon_sym_LT] = "<",
[anon_sym_LT_LT] = "<<",
[anon_sym_PLUS] = "+",
[anon_sym_SLASH] = "/",
[anon_sym_PERCENT] = "%",
[anon_sym_EQ_TILDE] = "=~",
[anon_sym_BANG_TILDE] = "!~",
[anon_sym_in] = "in",
[anon_sym_DOT] = ".",
[anon_sym_DOLLAR] = "$",
[sym_number] = "number",
[sym_float] = "float",
[anon_sym_DQUOTE] = "\"",
[anon_sym_SQUOTE] = "'",
[sym__double_string_content] = "string_content",
[sym__single_string_content] = "string_content",
[aux_sym__escape_sequence_token1] = "_escape_sequence_token1",
[sym_escape_sequence] = "escape_sequence",
[anon_sym_DOLLAR_LBRACE] = "${",
[sym_regex] = "regex",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[sym_undef] = "undef",
[anon_sym_COLON_COLON] = "::",
[sym_identifier] = "identifier",
[sym_comment] = "comment",
[sym_source_file] = "source_file",
[sym_statement] = "statement",
[sym_block] = "block",
[sym_class_definition] = "class_definition",
[sym_parameter_list] = "parameter_list",
[sym_parameter] = "parameter",
[sym_class_inherits] = "class_inherits",
[sym_node_definition] = "node_definition",
[sym_node_name] = "node_name",
[sym_defined_resource_type] = "defined_resource_type",
[sym_type_declaration] = "type_declaration",
[sym_assignment] = "assignment",
[sym_relation] = "relation",
[sym_lambda] = "lambda",
[sym_function_declaration] = "function_declaration",
[sym_resource_declaration] = "resource_declaration",
[sym__resource_block] = "_resource_block",
[sym_attribute] = "attribute",
[sym_include_statement] = "include_statement",
[sym_tag_statement] = "tag_statement",
[sym_if_statement] = "if_statement",
[sym_elsif_statement] = "elsif_statement",
[sym_else_statement] = "else_statement",
[sym_case_statement] = "case_statement",
[sym_case_item] = "case_item",
[sym_default_case] = "default_case",
[sym_resource_collector] = "resource_collector",
[sym_resource_default] = "resource_default",
[sym_selector] = "selector",
[sym_type] = "type",
[sym_builtin_type] = "builtin_type",
[sym_composite_type] = "composite_type",
[sym_attribute_type] = "attribute_type",
[sym_attribute_type_entry] = "attribute_type_entry",
[sym_array_type] = "array_type",
[sym_search_expression] = "search_expression",
[sym_expression] = "expression",
[sym_unary_expression] = "unary_expression",
[sym_binary_expression] = "binary_expression",
[sym_parenthesized_expression] = "parenthesized_expression",
[sym_function_call] = "function_call",
[sym_method_call] = "method_call",
[sym_variable] = "variable",
[sym_array] = "array",
[sym_hash] = "hash",
[sym_literal] = "literal",
[sym_resource_reference] = "resource_reference",
[sym_string] = "string",
[sym__escape_sequence] = "_escape_sequence",
[sym_interpolation] = "interpolation",
[sym_boolean] = "boolean",
[sym_default] = "default",
[sym__identifier] = "_identifier",
[sym_class_identifier] = "class_identifier",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_parameter_list_repeat1] = "parameter_list_repeat1",
[aux_sym_node_definition_repeat1] = "node_definition_repeat1",
[aux_sym_lambda_repeat1] = "lambda_repeat1",
[aux_sym_resource_declaration_repeat1] = "resource_declaration_repeat1",
[aux_sym__resource_block_repeat1] = "_resource_block_repeat1",
[aux_sym_include_statement_repeat1] = "include_statement_repeat1",
[aux_sym_tag_statement_repeat1] = "tag_statement_repeat1",
[aux_sym_if_statement_repeat1] = "if_statement_repeat1",
[aux_sym_case_statement_repeat1] = "case_statement_repeat1",
[aux_sym_case_item_repeat1] = "case_item_repeat1",
[aux_sym_composite_type_repeat1] = "composite_type_repeat1",
[aux_sym_attribute_type_repeat1] = "attribute_type_repeat1",
[aux_sym_array_type_repeat1] = "array_type_repeat1",
[aux_sym_resource_reference_repeat1] = "resource_reference_repeat1",
[aux_sym_string_repeat1] = "string_repeat1",
[aux_sym_string_repeat2] = "string_repeat2",
[aux_sym_class_identifier_repeat1] = "class_identifier_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_class] = anon_sym_class,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_inherits] = anon_sym_inherits,
[anon_sym_node] = anon_sym_node,
[anon_sym_define] = anon_sym_define,
[anon_sym_type] = anon_sym_type,
[anon_sym_PLUS_EQ] = anon_sym_PLUS_EQ,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_TILDE_GT] = anon_sym_TILDE_GT,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_function] = anon_sym_function,
[anon_sym_GT_GT] = anon_sym_GT_GT,
[anon_sym_AT] = anon_sym_AT,
[anon_sym_AT_AT] = anon_sym_AT_AT,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_EQ_GT] = anon_sym_EQ_GT,
[anon_sym_include] = anon_sym_include,
[anon_sym_tag] = anon_sym_tag,
[anon_sym_if] = anon_sym_if,
[anon_sym_elsif] = anon_sym_elsif,
[anon_sym_else] = anon_sym_else,
[anon_sym_case] = anon_sym_case,
[anon_sym_default] = anon_sym_default,
[anon_sym_LT_LT_PIPE] = anon_sym_LT_LT_PIPE,
[anon_sym_LT_PIPE] = anon_sym_LT_PIPE,
[anon_sym_PIPE_GT_GT] = anon_sym_PIPE_GT_GT,
[anon_sym_PIPE_GT] = anon_sym_PIPE_GT,
[anon_sym_QMARK] = anon_sym_QMARK,
[anon_sym_Boolean] = anon_sym_Boolean,
[anon_sym_Integer] = anon_sym_Integer,
[anon_sym_Float] = anon_sym_Float,
[anon_sym_String] = anon_sym_String,
[anon_sym_Array] = anon_sym_Array,
[anon_sym_Hash] = anon_sym_Hash,
[anon_sym_Regexp] = anon_sym_Regexp,
[anon_sym_Variant] = anon_sym_Variant,
[anon_sym_Data] = anon_sym_Data,
[anon_sym_Undef] = anon_sym_Undef,
[anon_sym_Default] = anon_sym_Default,
[anon_sym_File] = anon_sym_File,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_BANG] = anon_sym_BANG,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_or] = anon_sym_or,
[anon_sym_and] = anon_sym_and,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_LT_LT] = anon_sym_LT_LT,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_PERCENT] = anon_sym_PERCENT,
[anon_sym_EQ_TILDE] = anon_sym_EQ_TILDE,
[anon_sym_BANG_TILDE] = anon_sym_BANG_TILDE,
[anon_sym_in] = anon_sym_in,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_DOLLAR] = anon_sym_DOLLAR,
[sym_number] = sym_number,
[sym_float] = sym_float,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
[sym__double_string_content] = sym__double_string_content,
[sym__single_string_content] = sym__double_string_content,
[aux_sym__escape_sequence_token1] = aux_sym__escape_sequence_token1,
[sym_escape_sequence] = sym_escape_sequence,
[anon_sym_DOLLAR_LBRACE] = anon_sym_DOLLAR_LBRACE,
[sym_regex] = sym_regex,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[sym_undef] = sym_undef,
[anon_sym_COLON_COLON] = anon_sym_COLON_COLON,
[sym_identifier] = sym_identifier,
[sym_comment] = sym_comment,
[sym_source_file] = sym_source_file,
[sym_statement] = sym_statement,
[sym_block] = sym_block,
[sym_class_definition] = sym_class_definition,
[sym_parameter_list] = sym_parameter_list,
[sym_parameter] = sym_parameter,
[sym_class_inherits] = sym_class_inherits,
[sym_node_definition] = sym_node_definition,
[sym_node_name] = sym_node_name,
[sym_defined_resource_type] = sym_defined_resource_type,
[sym_type_declaration] = sym_type_declaration,
[sym_assignment] = sym_assignment,
[sym_relation] = sym_relation,
[sym_lambda] = sym_lambda,
[sym_function_declaration] = sym_function_declaration,
[sym_resource_declaration] = sym_resource_declaration,
[sym__resource_block] = sym__resource_block,
[sym_attribute] = sym_attribute,
[sym_include_statement] = sym_include_statement,
[sym_tag_statement] = sym_tag_statement,
[sym_if_statement] = sym_if_statement,
[sym_elsif_statement] = sym_elsif_statement,
[sym_else_statement] = sym_else_statement,
[sym_case_statement] = sym_case_statement,
[sym_case_item] = sym_case_item,
[sym_default_case] = sym_default_case,
[sym_resource_collector] = sym_resource_collector,
[sym_resource_default] = sym_resource_default,
[sym_selector] = sym_selector,
[sym_type] = sym_type,
[sym_builtin_type] = sym_builtin_type,
[sym_composite_type] = sym_composite_type,
[sym_attribute_type] = sym_attribute_type,
[sym_attribute_type_entry] = sym_attribute_type_entry,
[sym_array_type] = sym_array_type,
[sym_search_expression] = sym_search_expression,
[sym_expression] = sym_expression,
[sym_unary_expression] = sym_unary_expression,
[sym_binary_expression] = sym_binary_expression,
[sym_parenthesized_expression] = sym_parenthesized_expression,
[sym_function_call] = sym_function_call,
[sym_method_call] = sym_method_call,
[sym_variable] = sym_variable,
[sym_array] = sym_array,
[sym_hash] = sym_hash,
[sym_literal] = sym_literal,
[sym_resource_reference] = sym_resource_reference,
[sym_string] = sym_string,
[sym__escape_sequence] = sym__escape_sequence,
[sym_interpolation] = sym_interpolation,
[sym_boolean] = sym_boolean,
[sym_default] = sym_default,
[sym__identifier] = sym__identifier,
[sym_class_identifier] = sym_class_identifier,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_parameter_list_repeat1] = aux_sym_parameter_list_repeat1,
[aux_sym_node_definition_repeat1] = aux_sym_node_definition_repeat1,
[aux_sym_lambda_repeat1] = aux_sym_lambda_repeat1,
[aux_sym_resource_declaration_repeat1] = aux_sym_resource_declaration_repeat1,
[aux_sym__resource_block_repeat1] = aux_sym__resource_block_repeat1,
[aux_sym_include_statement_repeat1] = aux_sym_include_statement_repeat1,
[aux_sym_tag_statement_repeat1] = aux_sym_tag_statement_repeat1,
[aux_sym_if_statement_repeat1] = aux_sym_if_statement_repeat1,
[aux_sym_case_statement_repeat1] = aux_sym_case_statement_repeat1,
[aux_sym_case_item_repeat1] = aux_sym_case_item_repeat1,
[aux_sym_composite_type_repeat1] = aux_sym_composite_type_repeat1,
[aux_sym_attribute_type_repeat1] = aux_sym_attribute_type_repeat1,
[aux_sym_array_type_repeat1] = aux_sym_array_type_repeat1,
[aux_sym_resource_reference_repeat1] = aux_sym_resource_reference_repeat1,
[aux_sym_string_repeat1] = aux_sym_string_repeat1,
[aux_sym_string_repeat2] = aux_sym_string_repeat2,
[aux_sym_class_identifier_repeat1] = aux_sym_class_identifier_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_class] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_inherits] = {
.visible = true,
.named = false,
},
[anon_sym_node] = {
.visible = true,
.named = false,
},
[anon_sym_define] = {
.visible = true,
.named = false,
},
[anon_sym_type] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_TILDE_GT] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_function] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT] = {
.visible = true,
.named = false,
},
[anon_sym_AT] = {
.visible = true,
.named = false,
},
[anon_sym_AT_AT] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_GT] = {
.visible = true,
.named = false,
},
[anon_sym_include] = {
.visible = true,
.named = false,
},
[anon_sym_tag] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_elsif] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_case] = {
.visible = true,
.named = false,
},
[anon_sym_default] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LT_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_LT_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_GT_GT] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_GT] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK] = {
.visible = true,
.named = false,
},
[anon_sym_Boolean] = {
.visible = true,
.named = false,
},
[anon_sym_Integer] = {
.visible = true,
.named = false,
},
[anon_sym_Float] = {
.visible = true,
.named = false,
},
[anon_sym_String] = {
.visible = true,
.named = false,
},
[anon_sym_Array] = {
.visible = true,
.named = false,
},
[anon_sym_Hash] = {
.visible = true,
.named = false,
},
[anon_sym_Regexp] = {
.visible = true,
.named = false,
},
[anon_sym_Variant] = {
.visible = true,
.named = false,
},
[anon_sym_Data] = {
.visible = true,
.named = false,
},
[anon_sym_Undef] = {
.visible = true,
.named = false,
},
[anon_sym_Default] = {
.visible = true,
.named = false,
},
[anon_sym_File] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_or] = {
.visible = true,
.named = false,
},
[anon_sym_and] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LT] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_in] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_DOLLAR] = {
.visible = true,
.named = false,
},
[sym_number] = {
.visible = true,
.named = true,
},
[sym_float] = {
.visible = true,
.named = true,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[anon_sym_SQUOTE] = {
.visible = true,
.named = false,
},
[sym__double_string_content] = {
.visible = true,
.named = true,
},
[sym__single_string_content] = {
.visible = true,
.named = true,
},
[aux_sym__escape_sequence_token1] = {
.visible = false,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[anon_sym_DOLLAR_LBRACE] = {
.visible = true,
.named = false,
},
[sym_regex] = {
.visible = true,
.named = true,
},
[anon_sym_true] = {
.visible = true,
.named = false,
},
[anon_sym_false] = {
.visible = true,
.named = false,
},
[sym_undef] = {
.visible = true,
.named = true,
},
[anon_sym_COLON_COLON] = {
.visible = true,
.named = false,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_statement] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_block] = {
.visible = true,
.named = true,
},
[sym_class_definition] = {
.visible = true,
.named = true,
},
[sym_parameter_list] = {
.visible = true,
.named = true,
},
[sym_parameter] = {
.visible = true,
.named = true,
},
[sym_class_inherits] = {
.visible = true,
.named = true,
},
[sym_node_definition] = {
.visible = true,
.named = true,
},
[sym_node_name] = {
.visible = true,
.named = true,
},
[sym_defined_resource_type] = {
.visible = true,
.named = true,
},
[sym_type_declaration] = {
.visible = true,
.named = true,
},
[sym_assignment] = {
.visible = true,
.named = true,
},
[sym_relation] = {
.visible = true,
.named = true,
},
[sym_lambda] = {
.visible = true,
.named = true,
},
[sym_function_declaration] = {
.visible = true,
.named = true,
},
[sym_resource_declaration] = {
.visible = true,
.named = true,
},
[sym__resource_block] = {
.visible = false,
.named = true,
},
[sym_attribute] = {
.visible = true,
.named = true,
},
[sym_include_statement] = {
.visible = true,
.named = true,
},
[sym_tag_statement] = {
.visible = true,
.named = true,
},
[sym_if_statement] = {
.visible = true,
.named = true,
},
[sym_elsif_statement] = {
.visible = true,
.named = true,
},
[sym_else_statement] = {
.visible = true,
.named = true,
},
[sym_case_statement] = {
.visible = true,
.named = true,
},
[sym_case_item] = {
.visible = true,
.named = true,
},
[sym_default_case] = {
.visible = true,
.named = true,
},
[sym_resource_collector] = {
.visible = true,
.named = true,
},
[sym_resource_default] = {
.visible = true,
.named = true,
},
[sym_selector] = {
.visible = true,
.named = true,
},
[sym_type] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_builtin_type] = {
.visible = true,
.named = true,
},
[sym_composite_type] = {
.visible = true,
.named = true,
},
[sym_attribute_type] = {
.visible = true,
.named = true,
},
[sym_attribute_type_entry] = {
.visible = true,
.named = true,
},
[sym_array_type] = {
.visible = true,
.named = true,
},
[sym_search_expression] = {
.visible = true,
.named = true,
},
[sym_expression] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_unary_expression] = {
.visible = true,
.named = true,
},
[sym_binary_expression] = {
.visible = true,
.named = true,
},
[sym_parenthesized_expression] = {
.visible = true,
.named = true,
},
[sym_function_call] = {
.visible = true,
.named = true,
},
[sym_method_call] = {
.visible = true,
.named = true,
},
[sym_variable] = {
.visible = true,
.named = true,
},
[sym_array] = {
.visible = true,
.named = true,
},
[sym_hash] = {
.visible = true,
.named = true,
},
[sym_literal] = {
.visible = false,
.named = true,
.supertype = true,
},
[sym_resource_reference] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym__escape_sequence] = {
.visible = false,
.named = true,
},
[sym_interpolation] = {
.visible = true,
.named = true,
},
[sym_boolean] = {
.visible = true,
.named = true,
},
[sym_default] = {
.visible = true,
.named = true,
},
[sym__identifier] = {
.visible = false,
.named = true,
},
[sym_class_identifier] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_parameter_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_node_definition_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_lambda_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_resource_declaration_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__resource_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_include_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_tag_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_if_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_statement_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_case_item_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_composite_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_attribute_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_array_type_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_resource_reference_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_string_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_class_identifier_repeat1] = {
.visible = false,
.named = false,
},
};
enum {
field_argument = 1,
field_exported = 2,
field_left = 3,
field_name = 4,
field_operator = 5,
field_right = 6,
field_title = 7,
field_type = 8,
field_value = 9,
field_virtual = 10,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_argument] = "argument",
[field_exported] = "exported",
[field_left] = "left",
[field_name] = "name",
[field_operator] = "operator",
[field_right] = "right",
[field_title] = "title",
[field_type] = "type",
[field_value] = "value",
[field_virtual] = "virtual",
};
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 = 3},
[5] = {.index = 8, .length = 2},
[6] = {.index = 10, .length = 1},
[7] = {.index = 11, .length = 3},
[8] = {.index = 14, .length = 3},
[9] = {.index = 17, .length = 1},
[10] = {.index = 18, .length = 3},
[11] = {.index = 21, .length = 2},
[12] = {.index = 23, .length = 4},
[13] = {.index = 27, .length = 4},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_argument, 1},
{field_operator, 0},
[2] =
{field_type, 0},
[3] =
{field_name, 0},
{field_value, 2},
[5] =
{field_left, 0},
{field_operator, 1},
{field_right, 2},
[8] =
{field_title, 2, .inherited = true},
{field_type, 0},
[10] =
{field_title, 0},
[11] =
{field_title, 3, .inherited = true},
{field_type, 1},
{field_virtual, 0},
[14] =
{field_exported, 0},
{field_title, 3, .inherited = true},
{field_type, 1},
[17] =
{field_title, 1, .inherited = true},
[18] =
{field_title, 2, .inherited = true},
{field_title, 3, .inherited = true},
{field_type, 0},
[21] =
{field_title, 0, .inherited = true},
{field_title, 1, .inherited = true},
[23] =
{field_title, 3, .inherited = true},
{field_title, 4, .inherited = true},
{field_type, 1},
{field_virtual, 0},
[27] =
{field_exported, 0},
{field_title, 3, .inherited = true},
{field_title, 4, .inherited = true},
{field_type, 1},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 12,
[16] = 12,
[17] = 11,
[18] = 11,
[19] = 12,
[20] = 11,
[21] = 12,
[22] = 11,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 4,
[74] = 4,
[75] = 2,
[76] = 2,
[77] = 3,
[78] = 3,
[79] = 7,
[80] = 80,
[81] = 7,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 90,
[96] = 90,
[97] = 92,
[98] = 98,
[99] = 99,
[100] = 89,
[101] = 101,
[102] = 101,
[103] = 103,
[104] = 104,
[105] = 98,
[106] = 98,
[107] = 93,
[108] = 94,
[109] = 94,
[110] = 92,
[111] = 104,
[112] = 93,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 117,
[122] = 122,
[123] = 119,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 120,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 118,
[135] = 119,
[136] = 130,
[137] = 137,
[138] = 137,
[139] = 120,
[140] = 131,
[141] = 114,
[142] = 126,
[143] = 113,
[144] = 129,
[145] = 128,
[146] = 133,
[147] = 115,
[148] = 24,
[149] = 116,
[150] = 6,
[151] = 26,
[152] = 9,
[153] = 13,
[154] = 10,
[155] = 14,
[156] = 26,
[157] = 58,
[158] = 60,
[159] = 44,
[160] = 23,
[161] = 43,
[162] = 68,
[163] = 27,
[164] = 45,
[165] = 28,
[166] = 25,
[167] = 30,
[168] = 47,
[169] = 36,
[170] = 39,
[171] = 61,
[172] = 33,
[173] = 50,
[174] = 59,
[175] = 63,
[176] = 32,
[177] = 67,
[178] = 51,
[179] = 56,
[180] = 57,
[181] = 49,
[182] = 65,
[183] = 183,
[184] = 41,
[185] = 31,
[186] = 40,
[187] = 64,
[188] = 62,
[189] = 42,
[190] = 53,
[191] = 55,
[192] = 192,
[193] = 193,
[194] = 38,
[195] = 24,
[196] = 66,
[197] = 37,
[198] = 54,
[199] = 35,
[200] = 46,
[201] = 48,
[202] = 34,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 68,
[208] = 208,
[209] = 209,
[210] = 45,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 30,
[222] = 222,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 9,
[228] = 228,
[229] = 229,
[230] = 10,
[231] = 231,
[232] = 27,
[233] = 233,
[234] = 234,
[235] = 13,
[236] = 14,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 44,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 249,
[250] = 43,
[251] = 251,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 259,
[265] = 265,
[266] = 259,
[267] = 31,
[268] = 268,
[269] = 265,
[270] = 270,
[271] = 271,
[272] = 272,
[273] = 265,
[274] = 263,
[275] = 47,
[276] = 276,
[277] = 43,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 282,
[283] = 283,
[284] = 284,
[285] = 48,
[286] = 286,
[287] = 287,
[288] = 288,
[289] = 66,
[290] = 290,
[291] = 44,
[292] = 292,
[293] = 293,
[294] = 39,
[295] = 295,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 303,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 310,
[311] = 311,
[312] = 312,
[313] = 313,
[314] = 46,
[315] = 315,
[316] = 316,
[317] = 35,
[318] = 318,
[319] = 61,
[320] = 50,
[321] = 53,
[322] = 292,
[323] = 323,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 328,
[329] = 329,
[330] = 36,
[331] = 37,
[332] = 38,
[333] = 333,
[334] = 64,
[335] = 40,
[336] = 42,
[337] = 337,
[338] = 338,
[339] = 339,
[340] = 340,
[341] = 52,
[342] = 339,
[343] = 339,
[344] = 43,
[345] = 44,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 349,
[350] = 24,
[351] = 351,
[352] = 352,
[353] = 353,
[354] = 353,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 355,
[359] = 359,
[360] = 357,
[361] = 356,
[362] = 362,
[363] = 363,
[364] = 364,
[365] = 356,
[366] = 357,
[367] = 367,
[368] = 363,
[369] = 363,
[370] = 355,
[371] = 371,
[372] = 372,
[373] = 353,
[374] = 374,
[375] = 375,
[376] = 376,
[377] = 377,
[378] = 3,
[379] = 379,
[380] = 380,
[381] = 2,
[382] = 4,
[383] = 24,
[384] = 384,
[385] = 7,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 389,
[390] = 209,
[391] = 391,
[392] = 26,
[393] = 393,
[394] = 394,
[395] = 391,
[396] = 396,
[397] = 397,
[398] = 391,
[399] = 394,
[400] = 394,
[401] = 388,
[402] = 388,
[403] = 403,
[404] = 404,
[405] = 208,
[406] = 4,
[407] = 3,
[408] = 408,
[409] = 409,
[410] = 2,
[411] = 411,
[412] = 411,
[413] = 413,
[414] = 411,
[415] = 219,
[416] = 411,
[417] = 417,
[418] = 7,
[419] = 419,
[420] = 420,
[421] = 421,
[422] = 422,
[423] = 423,
[424] = 424,
[425] = 425,
[426] = 426,
[427] = 427,
[428] = 428,
[429] = 429,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 433,
[434] = 434,
[435] = 435,
[436] = 427,
[437] = 24,
[438] = 438,
[439] = 439,
[440] = 440,
[441] = 25,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 445,
[446] = 446,
[447] = 447,
[448] = 448,
[449] = 449,
[450] = 450,
[451] = 451,
[452] = 452,
[453] = 453,
[454] = 454,
[455] = 455,
[456] = 442,
[457] = 457,
[458] = 445,
[459] = 459,
[460] = 460,
[461] = 461,
[462] = 462,
[463] = 443,
[464] = 445,
[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] = 448,
[479] = 479,
[480] = 480,
[481] = 481,
[482] = 443,
[483] = 483,
[484] = 474,
[485] = 485,
[486] = 486,
[487] = 457,
[488] = 462,
[489] = 489,
[490] = 490,
[491] = 491,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 495,
[496] = 496,
[497] = 494,
[498] = 494,
[499] = 442,
[500] = 500,
[501] = 493,
[502] = 467,
[503] = 474,
[504] = 462,
[505] = 505,
[506] = 457,
[507] = 507,
[508] = 508,
[509] = 243,
[510] = 493,
[511] = 448,
[512] = 512,
[513] = 513,
[514] = 514,
[515] = 515,
[516] = 516,
[517] = 517,
[518] = 518,
[519] = 519,
[520] = 520,
[521] = 521,
[522] = 522,
[523] = 523,
[524] = 524,
[525] = 525,
[526] = 526,
[527] = 527,
[528] = 528,
[529] = 529,
[530] = 519,
[531] = 531,
[532] = 532,
[533] = 533,
[534] = 515,
[535] = 535,
[536] = 536,
[537] = 515,
[538] = 514,
[539] = 514,
[540] = 540,
[541] = 519,
[542] = 542,
[543] = 543,
[544] = 544,
[545] = 545,
[546] = 546,
[547] = 543,
[548] = 548,
[549] = 549,
[550] = 544,
[551] = 543,
[552] = 552,
[553] = 553,
[554] = 544,
[555] = 555,
[556] = 545,
[557] = 557,
[558] = 544,
[559] = 559,
[560] = 543,
[561] = 561,
[562] = 562,
[563] = 563,
[564] = 544,
[565] = 545,
[566] = 566,
[567] = 543,
[568] = 568,
[569] = 569,
[570] = 570,
[571] = 571,
[572] = 545,
[573] = 545,
[574] = 574,
[575] = 569,
[576] = 569,
[577] = 562,
[578] = 562,
};
static inline bool sym_escape_sequence_character_set_1(int32_t c) {
return (c < 'a'
? (c < '?'
? (c < '\''
? c == '"'
: c <= '\'')
: (c <= '?' || c == '\\'))
: (c <= 'b' || (c < 'r'
? (c < 'n'
? c == 'f'
: c <= 'n')
: (c <= 'r' || (c >= 't' && c <= 'v')))));
}
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(70);
if (lookahead == '!') ADVANCE(128);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '%') ADVANCE(148);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '+') ADVANCE(146);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(131);
if (lookahead == '.') ADVANCE(153);
if (lookahead == '/') ADVANCE(147);
if (lookahead == '0') ADVANCE(157);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(141);
if (lookahead == '=') ADVANCE(79);
if (lookahead == '>') ADVANCE(138);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '@') ADVANCE(92);
if (lookahead == 'A') ADVANCE(281);
if (lookahead == 'B') ADVANCE(269);
if (lookahead == 'D') ADVANCE(192);
if (lookahead == 'F') ADVANCE(247);
if (lookahead == 'H') ADVANCE(189);
if (lookahead == 'I') ADVANCE(264);
if (lookahead == 'R') ADVANCE(213);
if (lookahead == 'S') ADVANCE(294);
if (lookahead == 'U') ADVANCE(259);
if (lookahead == 'V') ADVANCE(199);
if (lookahead == '[') ADVANCE(123);
if (lookahead == '\\') ADVANCE(35);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'a') ADVANCE(263);
if (lookahead == 'c') ADVANCE(193);
if (lookahead == 'd') ADVANCE(224);
if (lookahead == 'e') ADVANCE(253);
if (lookahead == 'f') ADVANCE(202);
if (lookahead == 'i') ADVANCE(232);
if (lookahead == 'n') ADVANCE(272);
if (lookahead == 'o') ADVANCE(276);
if (lookahead == 't') ADVANCE(194);
if (lookahead == 'u') ADVANCE(268);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(89);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '~') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(64)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 1:
if (lookahead == '!') ADVANCE(26);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '%') ADVANCE(148);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '+') ADVANCE(146);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(129);
if (lookahead == '.') ADVANCE(153);
if (lookahead == '/') ADVANCE(147);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(142);
if (lookahead == '=') ADVANCE(79);
if (lookahead == '>') ADVANCE(138);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '[') ADVANCE(123);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'a') ADVANCE(43);
if (lookahead == 'e') ADVANCE(42);
if (lookahead == 'i') ADVANCE(44);
if (lookahead == 'o') ADVANCE(46);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(88);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(1)
END_STATE();
case 2:
if (lookahead == '!') ADVANCE(26);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '%') ADVANCE(148);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '+') ADVANCE(145);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(129);
if (lookahead == '.') ADVANCE(153);
if (lookahead == '/') ADVANCE(147);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(142);
if (lookahead == '=') ADVANCE(28);
if (lookahead == '>') ADVANCE(138);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '[') ADVANCE(123);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'a') ADVANCE(43);
if (lookahead == 'i') ADVANCE(44);
if (lookahead == 'o') ADVANCE(46);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(33);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(2)
END_STATE();
case 3:
if (lookahead == '!') ADVANCE(26);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '%') ADVANCE(148);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '+') ADVANCE(146);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(129);
if (lookahead == '/') ADVANCE(147);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(142);
if (lookahead == '=') ADVANCE(80);
if (lookahead == '>') ADVANCE(138);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '[') ADVANCE(123);
if (lookahead == 'a') ADVANCE(43);
if (lookahead == 'i') ADVANCE(44);
if (lookahead == 'o') ADVANCE(46);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(3)
END_STATE();
case 4:
if (lookahead == '!') ADVANCE(127);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '-') ADVANCE(132);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(157);
if (lookahead == '[') ADVANCE(123);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'f') ADVANCE(203);
if (lookahead == 't') ADVANCE(277);
if (lookahead == 'u') ADVANCE(268);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(4)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 5:
if (lookahead == '!') ADVANCE(127);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '-') ADVANCE(132);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(157);
if (lookahead == '[') ADVANCE(123);
if (lookahead == 'd') ADVANCE(231);
if (lookahead == 'f') ADVANCE(203);
if (lookahead == 't') ADVANCE(277);
if (lookahead == 'u') ADVANCE(268);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(5)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 6:
if (lookahead == '!') ADVANCE(127);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '-') ADVANCE(132);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(157);
if (lookahead == '[') ADVANCE(123);
if (lookahead == 'f') ADVANCE(203);
if (lookahead == 'i') ADVANCE(234);
if (lookahead == 't') ADVANCE(277);
if (lookahead == 'u') ADVANCE(268);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(6)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 7:
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '/') ADVANCE(15);
if (lookahead == ':') ADVANCE(23);
if (lookahead == '|') ADVANCE(33);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(7)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 8:
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == ')') ADVANCE(76);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '0') ADVANCE(158);
if (lookahead == '=') ADVANCE(77);
if (lookahead == 'A') ADVANCE(281);
if (lookahead == 'B') ADVANCE(269);
if (lookahead == 'D') ADVANCE(192);
if (lookahead == 'F') ADVANCE(247);
if (lookahead == 'H') ADVANCE(189);
if (lookahead == 'I') ADVANCE(264);
if (lookahead == 'R') ADVANCE(213);
if (lookahead == 'S') ADVANCE(294);
if (lookahead == 'U') ADVANCE(259);
if (lookahead == 'V') ADVANCE(199);
if (lookahead == '[') ADVANCE(123);
if (lookahead == ']') ADVANCE(124);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(33);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(8)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(159);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 9:
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(158);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(9)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(159);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 10:
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '/') ADVANCE(15);
if (lookahead == 'd') ADVANCE(231);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(10)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 11:
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(170);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '/') ADVANCE(168);
if (lookahead == ':') ADVANCE(169);
if (lookahead == '\\') ADVANCE(35);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(165);
if (lookahead != 0) ADVANCE(171);
END_STATE();
case 12:
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '0') ADVANCE(158);
if (lookahead == '=') ADVANCE(31);
if (lookahead == 'A') ADVANCE(281);
if (lookahead == 'B') ADVANCE(269);
if (lookahead == 'D') ADVANCE(192);
if (lookahead == 'F') ADVANCE(247);
if (lookahead == 'H') ADVANCE(189);
if (lookahead == 'I') ADVANCE(264);
if (lookahead == 'R') ADVANCE(213);
if (lookahead == 'S') ADVANCE(294);
if (lookahead == 'U') ADVANCE(259);
if (lookahead == 'V') ADVANCE(199);
if (lookahead == '[') ADVANCE(123);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'd') ADVANCE(231);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(12)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(159);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 13:
if (lookahead == '#') ADVANCE(306);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '/') ADVANCE(15);
if (lookahead == ':') ADVANCE(23);
if (lookahead == '>') ADVANCE(32);
if (lookahead == 'e') ADVANCE(42);
if (lookahead == 'i') ADVANCE(45);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(13)
END_STATE();
case 14:
if (lookahead == '#') ADVANCE(176);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '/') ADVANCE(175);
if (lookahead == '\\') ADVANCE(35);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(172);
if (lookahead != 0) ADVANCE(177);
END_STATE();
case 15:
if (lookahead == '*') ADVANCE(17);
END_STATE();
case 16:
if (lookahead == '*') ADVANCE(16);
if (lookahead == '/') ADVANCE(305);
if (lookahead != 0) ADVANCE(17);
END_STATE();
case 17:
if (lookahead == '*') ADVANCE(16);
if (lookahead != 0) ADVANCE(17);
END_STATE();
case 18:
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(184);
if (lookahead != 0) ADVANCE(22);
END_STATE();
case 19:
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(184);
if (lookahead != 0) ADVANCE(19);
END_STATE();
case 20:
if (lookahead == '-') ADVANCE(54);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(162);
END_STATE();
case 21:
if (lookahead == '.') ADVANCE(161);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 22:
if (lookahead == '/') ADVANCE(184);
if (lookahead != 0) ADVANCE(22);
END_STATE();
case 23:
if (lookahead == ':') ADVANCE(188);
END_STATE();
case 24:
if (lookahead == '<') ADVANCE(52);
if (lookahead == '|') ADVANCE(107);
END_STATE();
case 25:
if (lookahead == '=') ADVANCE(126);
END_STATE();
case 26:
if (lookahead == '=') ADVANCE(126);
if (lookahead == '~') ADVANCE(150);
END_STATE();
case 27:
if (lookahead == '=') ADVANCE(85);
END_STATE();
case 28:
if (lookahead == '=') ADVANCE(125);
if (lookahead == '>') ADVANCE(96);
if (lookahead == '~') ADVANCE(149);
END_STATE();
case 29:
if (lookahead == '=') ADVANCE(125);
if (lookahead == '~') ADVANCE(149);
END_STATE();
case 30:
if (lookahead == '>') ADVANCE(86);
END_STATE();
case 31:
if (lookahead == '>') ADVANCE(96);
END_STATE();
case 32:
if (lookahead == '>') ADVANCE(91);
END_STATE();
case 33:
if (lookahead == '>') ADVANCE(109);
END_STATE();
case 34:
if (lookahead == '>') ADVANCE(87);
END_STATE();
case 35:
if (lookahead == 'U') ADVANCE(180);
if (lookahead == 'u') ADVANCE(51);
if (lookahead == 'x') ADVANCE(59);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(179);
if (sym_escape_sequence_character_set_1(lookahead)) ADVANCE(181);
if (lookahead != 0) ADVANCE(178);
END_STATE();
case 36:
if (lookahead == 'd') ADVANCE(136);
END_STATE();
case 37:
if (lookahead == 'e') ADVANCE(102);
if (lookahead == 'i') ADVANCE(39);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(47);
END_STATE();
case 39:
if (lookahead == 'f') ADVANCE(100);
END_STATE();
case 40:
if (lookahead == 'h') ADVANCE(38);
END_STATE();
case 41:
if (lookahead == 'i') ADVANCE(50);
END_STATE();
case 42:
if (lookahead == 'l') ADVANCE(48);
END_STATE();
case 43:
if (lookahead == 'n') ADVANCE(36);
END_STATE();
case 44:
if (lookahead == 'n') ADVANCE(151);
END_STATE();
case 45:
if (lookahead == 'n') ADVANCE(40);
END_STATE();
case 46:
if (lookahead == 'r') ADVANCE(134);
END_STATE();
case 47:
if (lookahead == 'r') ADVANCE(41);
END_STATE();
case 48:
if (lookahead == 's') ADVANCE(37);
END_STATE();
case 49:
if (lookahead == 's') ADVANCE(81);
END_STATE();
case 50:
if (lookahead == 't') ADVANCE(49);
END_STATE();
case 51:
if (lookahead == '{') ADVANCE(57);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(58);
END_STATE();
case 52:
if (lookahead == '|') ADVANCE(106);
END_STATE();
case 53:
if (lookahead == '}') ADVANCE(181);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(53);
END_STATE();
case 54:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(162);
END_STATE();
case 55:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(181);
END_STATE();
case 56:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(160);
END_STATE();
case 57:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(53);
END_STATE();
case 58:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(59);
END_STATE();
case 59:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(55);
END_STATE();
case 60:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(58);
END_STATE();
case 61:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(60);
END_STATE();
case 62:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(61);
END_STATE();
case 63:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(62);
END_STATE();
case 64:
if (eof) ADVANCE(70);
if (lookahead == '!') ADVANCE(128);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '%') ADVANCE(148);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '+') ADVANCE(146);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(131);
if (lookahead == '.') ADVANCE(153);
if (lookahead == '/') ADVANCE(147);
if (lookahead == '0') ADVANCE(157);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(141);
if (lookahead == '=') ADVANCE(79);
if (lookahead == '>') ADVANCE(138);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '@') ADVANCE(92);
if (lookahead == 'A') ADVANCE(281);
if (lookahead == 'B') ADVANCE(269);
if (lookahead == 'D') ADVANCE(192);
if (lookahead == 'F') ADVANCE(247);
if (lookahead == 'H') ADVANCE(189);
if (lookahead == 'I') ADVANCE(264);
if (lookahead == 'R') ADVANCE(213);
if (lookahead == 'S') ADVANCE(294);
if (lookahead == 'U') ADVANCE(259);
if (lookahead == 'V') ADVANCE(199);
if (lookahead == '[') ADVANCE(123);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'a') ADVANCE(263);
if (lookahead == 'c') ADVANCE(193);
if (lookahead == 'd') ADVANCE(224);
if (lookahead == 'e') ADVANCE(253);
if (lookahead == 'f') ADVANCE(202);
if (lookahead == 'i') ADVANCE(232);
if (lookahead == 'n') ADVANCE(272);
if (lookahead == 'o') ADVANCE(276);
if (lookahead == 't') ADVANCE(194);
if (lookahead == 'u') ADVANCE(268);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(89);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '~') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(64)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 65:
if (eof) ADVANCE(70);
if (lookahead == '!') ADVANCE(25);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '+') ADVANCE(27);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(30);
if (lookahead == '.') ADVANCE(153);
if (lookahead == '/') ADVANCE(15);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(24);
if (lookahead == '=') ADVANCE(78);
if (lookahead == '>') ADVANCE(32);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '@') ADVANCE(92);
if (lookahead == '[') ADVANCE(123);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'c') ADVANCE(193);
if (lookahead == 'd') ADVANCE(228);
if (lookahead == 'f') ADVANCE(297);
if (lookahead == 'i') ADVANCE(233);
if (lookahead == 'n') ADVANCE(272);
if (lookahead == 't') ADVANCE(195);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(88);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '~') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(65)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 66:
if (eof) ADVANCE(70);
if (lookahead == '!') ADVANCE(26);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '%') ADVANCE(148);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '*') ADVANCE(133);
if (lookahead == '+') ADVANCE(145);
if (lookahead == '-') ADVANCE(130);
if (lookahead == '.') ADVANCE(153);
if (lookahead == '/') ADVANCE(147);
if (lookahead == ':') ADVANCE(23);
if (lookahead == '<') ADVANCE(142);
if (lookahead == '=') ADVANCE(29);
if (lookahead == '>') ADVANCE(138);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '@') ADVANCE(92);
if (lookahead == '[') ADVANCE(123);
if (lookahead == 'a') ADVANCE(263);
if (lookahead == 'c') ADVANCE(193);
if (lookahead == 'd') ADVANCE(228);
if (lookahead == 'f') ADVANCE(297);
if (lookahead == 'i') ADVANCE(232);
if (lookahead == 'n') ADVANCE(272);
if (lookahead == 'o') ADVANCE(276);
if (lookahead == 't') ADVANCE(195);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(88);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '~') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(66)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 67:
if (eof) ADVANCE(70);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '+') ADVANCE(27);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(30);
if (lookahead == '/') ADVANCE(15);
if (lookahead == ':') ADVANCE(23);
if (lookahead == '=') ADVANCE(77);
if (lookahead == '?') ADVANCE(110);
if (lookahead == '@') ADVANCE(92);
if (lookahead == '[') ADVANCE(123);
if (lookahead == 'c') ADVANCE(193);
if (lookahead == 'd') ADVANCE(228);
if (lookahead == 'f') ADVANCE(297);
if (lookahead == 'i') ADVANCE(233);
if (lookahead == 'n') ADVANCE(272);
if (lookahead == 't') ADVANCE(195);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(33);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '~') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(67)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 68:
if (eof) ADVANCE(70);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(30);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '=') ADVANCE(31);
if (lookahead == '@') ADVANCE(92);
if (lookahead == ']') ADVANCE(124);
if (lookahead == 'c') ADVANCE(193);
if (lookahead == 'd') ADVANCE(228);
if (lookahead == 'f') ADVANCE(297);
if (lookahead == 'i') ADVANCE(233);
if (lookahead == 'n') ADVANCE(272);
if (lookahead == 't') ADVANCE(195);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '|') ADVANCE(33);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '~') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(68)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 69:
if (eof) ADVANCE(70);
if (lookahead == '"') ADVANCE(163);
if (lookahead == '#') ADVANCE(306);
if (lookahead == '$') ADVANCE(154);
if (lookahead == '\'') ADVANCE(164);
if (lookahead == '-') ADVANCE(30);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '@') ADVANCE(92);
if (lookahead == 'c') ADVANCE(193);
if (lookahead == 'd') ADVANCE(228);
if (lookahead == 'e') ADVANCE(253);
if (lookahead == 'f') ADVANCE(297);
if (lookahead == 'i') ADVANCE(233);
if (lookahead == 'n') ADVANCE(272);
if (lookahead == 't') ADVANCE(195);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '~') ADVANCE(34);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(69)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 70:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 71:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_class);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 74:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 76:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 77:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(125);
if (lookahead == '>') ADVANCE(96);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(125);
if (lookahead == '>') ADVANCE(96);
if (lookahead == '~') ADVANCE(149);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(125);
if (lookahead == '~') ADVANCE(149);
END_STATE();
case 81:
ACCEPT_TOKEN(anon_sym_inherits);
END_STATE();
case 82:
ACCEPT_TOKEN(anon_sym_node);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_define);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_type);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 85:
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
END_STATE();
case 86:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 87:
ACCEPT_TOKEN(anon_sym_TILDE_GT);
END_STATE();
case 88:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 89:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '>') ADVANCE(109);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_function);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 91:
ACCEPT_TOKEN(anon_sym_GT_GT);
END_STATE();
case 92:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == '@') ADVANCE(93);
END_STATE();
case 93:
ACCEPT_TOKEN(anon_sym_AT_AT);
END_STATE();
case 94:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 95:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(188);
END_STATE();
case 96:
ACCEPT_TOKEN(anon_sym_EQ_GT);
END_STATE();
case 97:
ACCEPT_TOKEN(anon_sym_include);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 98:
ACCEPT_TOKEN(anon_sym_tag);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 99:
ACCEPT_TOKEN(anon_sym_if);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 100:
ACCEPT_TOKEN(anon_sym_elsif);
END_STATE();
case 101:
ACCEPT_TOKEN(anon_sym_elsif);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 102:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_else);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 104:
ACCEPT_TOKEN(anon_sym_case);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 105:
ACCEPT_TOKEN(anon_sym_default);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_LT_LT_PIPE);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_LT_PIPE);
END_STATE();
case 108:
ACCEPT_TOKEN(anon_sym_PIPE_GT_GT);
END_STATE();
case 109:
ACCEPT_TOKEN(anon_sym_PIPE_GT);
if (lookahead == '>') ADVANCE(108);
END_STATE();
case 110:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 111:
ACCEPT_TOKEN(anon_sym_Boolean);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 112:
ACCEPT_TOKEN(anon_sym_Integer);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 113:
ACCEPT_TOKEN(anon_sym_Float);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_String);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_Array);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 116:
ACCEPT_TOKEN(anon_sym_Hash);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 117:
ACCEPT_TOKEN(anon_sym_Regexp);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_Variant);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_Data);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_Undef);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_Default);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 122:
ACCEPT_TOKEN(anon_sym_File);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 124:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 125:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 127:
ACCEPT_TOKEN(anon_sym_BANG);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '=') ADVANCE(126);
if (lookahead == '~') ADVANCE(150);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(86);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(86);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_DASH);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_or);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_or);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_and);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_and);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(139);
if (lookahead == '>') ADVANCE(91);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(144);
if (lookahead == '=') ADVANCE(140);
if (lookahead == '|') ADVANCE(107);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(143);
if (lookahead == '=') ADVANCE(140);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '|') ADVANCE(106);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '=') ADVANCE(85);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_SLASH);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_EQ_TILDE);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_BANG_TILDE);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_in);
if (lookahead == 'c') ADVANCE(254);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_DOLLAR);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_DOLLAR);
if (lookahead == '{') ADVANCE(183);
END_STATE();
case 156:
ACCEPT_TOKEN(sym_number);
if (lookahead == '.') ADVANCE(161);
if (lookahead == '_') ADVANCE(159);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(156);
END_STATE();
case 157:
ACCEPT_TOKEN(sym_number);
if (lookahead == '.') ADVANCE(161);
if (lookahead == 'x') ADVANCE(56);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 158:
ACCEPT_TOKEN(sym_number);
if (lookahead == 'x') ADVANCE(56);
END_STATE();
case 159:
ACCEPT_TOKEN(sym_number);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(159);
END_STATE();
case 160:
ACCEPT_TOKEN(sym_number);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(160);
END_STATE();
case 161:
ACCEPT_TOKEN(sym_float);
if (lookahead == 'e') ADVANCE(20);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(161);
END_STATE();
case 162:
ACCEPT_TOKEN(sym_float);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(162);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 165:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '#') ADVANCE(170);
if (lookahead == '/') ADVANCE(168);
if (lookahead == ':') ADVANCE(169);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(165);
if (lookahead != 0 &&
(lookahead < '"' || '$' < lookahead) &&
lookahead != '\\') ADVANCE(171);
END_STATE();
case 166:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '*') ADVANCE(166);
if (lookahead == '/') ADVANCE(171);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(167);
END_STATE();
case 167:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '*') ADVANCE(166);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(167);
END_STATE();
case 168:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '*') ADVANCE(167);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(171);
END_STATE();
case 169:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == ':') ADVANCE(171);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(171);
END_STATE();
case 170:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(171);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(170);
END_STATE();
case 171:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(171);
END_STATE();
case 172:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '#') ADVANCE(176);
if (lookahead == '/') ADVANCE(175);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(172);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(177);
END_STATE();
case 173:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '*') ADVANCE(173);
if (lookahead == '/') ADVANCE(177);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(174);
END_STATE();
case 174:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '*') ADVANCE(173);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(174);
END_STATE();
case 175:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '*') ADVANCE(174);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(177);
END_STATE();
case 176:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(177);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(176);
END_STATE();
case 177:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(177);
END_STATE();
case 178:
ACCEPT_TOKEN(aux_sym__escape_sequence_token1);
END_STATE();
case 179:
ACCEPT_TOKEN(aux_sym__escape_sequence_token1);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(182);
END_STATE();
case 180:
ACCEPT_TOKEN(aux_sym__escape_sequence_token1);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(63);
END_STATE();
case 181:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 182:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(181);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE);
END_STATE();
case 184:
ACCEPT_TOKEN(sym_regex);
END_STATE();
case 185:
ACCEPT_TOKEN(anon_sym_true);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_false);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 187:
ACCEPT_TOKEN(sym_undef);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 188:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 189:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(283);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 190:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(303);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 191:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(119);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 192:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(295);
if (lookahead == 'e') ADVANCE(239);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 193:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(286);
if (lookahead == 'l') ADVANCE(198);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 194:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(242);
if (lookahead == 'r') ADVANCE(299);
if (lookahead == 'y') ADVANCE(275);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 195:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(242);
if (lookahead == 'y') ADVANCE(275);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 196:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(298);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 197:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(289);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 198:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(287);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 199:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(280);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 200:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(261);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 201:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(266);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 202:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(258);
if (lookahead == 'u') ADVANCE(260);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 203:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(258);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 204:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(300);
if (lookahead == 'i') ADVANCE(267);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 205:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(300);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 206:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(254);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 207:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(293);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 208:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(137);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 209:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(218);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 210:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(223);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 211:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(225);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 212:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(226);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 213:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(244);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 214:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(122);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 215:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(302);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 216:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(104);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 217:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(103);
if (lookahead == 'i') ADVANCE(237);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 218:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(82);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 219:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(185);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 220:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(84);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 221:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(186);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 222:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(83);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 223:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(97);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 224:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(235);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 225:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(236);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 226:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(238);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 227:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(279);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 228:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(240);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 229:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(200);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 230:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(245);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 231:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(241);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 232:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(99);
if (lookahead == 'n') ADVANCE(152);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 233:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(99);
if (lookahead == 'n') ADVANCE(206);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 234:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(99);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 235:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(204);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 236:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(120);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 237:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(101);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 238:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(187);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 239:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(196);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 240:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(250);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 241:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(205);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 242:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(98);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 243:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(114);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 244:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(215);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 245:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(227);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 246:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'h') ADVANCE(116);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 247:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(252);
if (lookahead == 'l') ADVANCE(270);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 248:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(271);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 249:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(265);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 250:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(267);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 251:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(201);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 252:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(214);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 253:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(284);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 254:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(301);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 255:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(290);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 256:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(292);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 257:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(229);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 258:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(288);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 259:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(211);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 260:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(207);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 261:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(111);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 262:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(90);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 263:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(208);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 264:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(296);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 265:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(243);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 266:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(291);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 267:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(222);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 268:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(212);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 269:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(273);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 270:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(197);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 271:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(262);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 272:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(209);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 273:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(257);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 274:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(117);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 275:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(220);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 276:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(135);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 277:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(299);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 278:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(249);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 279:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(112);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 280:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(251);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 281:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(282);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 282:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(190);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 283:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(246);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 284:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(217);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 285:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(73);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 286:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(216);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 287:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(285);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 288:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(221);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 289:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(113);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 290:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 291:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(118);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 292:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(105);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 293:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(248);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 294:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(278);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 295:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(191);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 296:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(230);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 297:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(260);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 298:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(255);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 299:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(219);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 300:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(256);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 301:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(210);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 302:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'x') ADVANCE(274);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 303:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(115);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 304:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(304);
END_STATE();
case 305:
ACCEPT_TOKEN(sym_comment);
END_STATE();
case 306:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(306);
END_STATE();
default:
return false;
}
}
static const TSLexMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0},
[1] = {.lex_state = 65},
[2] = {.lex_state = 66},
[3] = {.lex_state = 66},
[4] = {.lex_state = 66},
[5] = {.lex_state = 65},
[6] = {.lex_state = 66},
[7] = {.lex_state = 66},
[8] = {.lex_state = 65},
[9] = {.lex_state = 66},
[10] = {.lex_state = 66},
[11] = {.lex_state = 65},
[12] = {.lex_state = 65},
[13] = {.lex_state = 66},
[14] = {.lex_state = 66},
[15] = {.lex_state = 65},
[16] = {.lex_state = 65},
[17] = {.lex_state = 65},
[18] = {.lex_state = 65},
[19] = {.lex_state = 65},
[20] = {.lex_state = 65},
[21] = {.lex_state = 65},
[22] = {.lex_state = 65},
[23] = {.lex_state = 66},
[24] = {.lex_state = 66},
[25] = {.lex_state = 66},
[26] = {.lex_state = 66},
[27] = {.lex_state = 66},
[28] = {.lex_state = 66},
[29] = {.lex_state = 65},
[30] = {.lex_state = 66},
[31] = {.lex_state = 66},
[32] = {.lex_state = 66},
[33] = {.lex_state = 66},
[34] = {.lex_state = 66},
[35] = {.lex_state = 66},
[36] = {.lex_state = 66},
[37] = {.lex_state = 66},
[38] = {.lex_state = 66},
[39] = {.lex_state = 66},
[40] = {.lex_state = 66},
[41] = {.lex_state = 66},
[42] = {.lex_state = 66},
[43] = {.lex_state = 66},
[44] = {.lex_state = 66},
[45] = {.lex_state = 66},
[46] = {.lex_state = 66},
[47] = {.lex_state = 66},
[48] = {.lex_state = 66},
[49] = {.lex_state = 66},
[50] = {.lex_state = 66},
[51] = {.lex_state = 66},
[52] = {.lex_state = 66},
[53] = {.lex_state = 66},
[54] = {.lex_state = 66},
[55] = {.lex_state = 66},
[56] = {.lex_state = 66},
[57] = {.lex_state = 66},
[58] = {.lex_state = 66},
[59] = {.lex_state = 66},
[60] = {.lex_state = 66},
[61] = {.lex_state = 66},
[62] = {.lex_state = 66},
[63] = {.lex_state = 66},
[64] = {.lex_state = 66},
[65] = {.lex_state = 66},
[66] = {.lex_state = 66},
[67] = {.lex_state = 66},
[68] = {.lex_state = 66},
[69] = {.lex_state = 5},
[70] = {.lex_state = 5},
[71] = {.lex_state = 5},
[72] = {.lex_state = 4},
[73] = {.lex_state = 65},
[74] = {.lex_state = 1},
[75] = {.lex_state = 1},
[76] = {.lex_state = 65},
[77] = {.lex_state = 1},
[78] = {.lex_state = 65},
[79] = {.lex_state = 65},
[80] = {.lex_state = 4},
[81] = {.lex_state = 1},
[82] = {.lex_state = 6},
[83] = {.lex_state = 4},
[84] = {.lex_state = 4},
[85] = {.lex_state = 4},
[86] = {.lex_state = 4},
[87] = {.lex_state = 4},
[88] = {.lex_state = 4},
[89] = {.lex_state = 4},
[90] = {.lex_state = 4},
[91] = {.lex_state = 4},
[92] = {.lex_state = 4},
[93] = {.lex_state = 4},
[94] = {.lex_state = 4},
[95] = {.lex_state = 4},
[96] = {.lex_state = 4},
[97] = {.lex_state = 4},
[98] = {.lex_state = 4},
[99] = {.lex_state = 4},
[100] = {.lex_state = 4},
[101] = {.lex_state = 4},
[102] = {.lex_state = 4},
[103] = {.lex_state = 4},
[104] = {.lex_state = 4},
[105] = {.lex_state = 4},
[106] = {.lex_state = 4},
[107] = {.lex_state = 4},
[108] = {.lex_state = 4},
[109] = {.lex_state = 4},
[110] = {.lex_state = 4},
[111] = {.lex_state = 4},
[112] = {.lex_state = 4},
[113] = {.lex_state = 4},
[114] = {.lex_state = 4},
[115] = {.lex_state = 4},
[116] = {.lex_state = 4},
[117] = {.lex_state = 4},
[118] = {.lex_state = 4},
[119] = {.lex_state = 4},
[120] = {.lex_state = 4},
[121] = {.lex_state = 4},
[122] = {.lex_state = 4},
[123] = {.lex_state = 4},
[124] = {.lex_state = 4},
[125] = {.lex_state = 4},
[126] = {.lex_state = 4},
[127] = {.lex_state = 4},
[128] = {.lex_state = 4},
[129] = {.lex_state = 4},
[130] = {.lex_state = 4},
[131] = {.lex_state = 4},
[132] = {.lex_state = 4},
[133] = {.lex_state = 4},
[134] = {.lex_state = 4},
[135] = {.lex_state = 4},
[136] = {.lex_state = 4},
[137] = {.lex_state = 4},
[138] = {.lex_state = 4},
[139] = {.lex_state = 4},
[140] = {.lex_state = 4},
[141] = {.lex_state = 4},
[142] = {.lex_state = 4},
[143] = {.lex_state = 4},
[144] = {.lex_state = 4},
[145] = {.lex_state = 4},
[146] = {.lex_state = 4},
[147] = {.lex_state = 4},
[148] = {.lex_state = 1},
[149] = {.lex_state = 4},
[150] = {.lex_state = 1},
[151] = {.lex_state = 1},
[152] = {.lex_state = 1},
[153] = {.lex_state = 1},
[154] = {.lex_state = 1},
[155] = {.lex_state = 1},
[156] = {.lex_state = 65},
[157] = {.lex_state = 2},
[158] = {.lex_state = 2},
[159] = {.lex_state = 1},
[160] = {.lex_state = 1},
[161] = {.lex_state = 1},
[162] = {.lex_state = 2},
[163] = {.lex_state = 1},
[164] = {.lex_state = 2},
[165] = {.lex_state = 1},
[166] = {.lex_state = 1},
[167] = {.lex_state = 1},
[168] = {.lex_state = 1},
[169] = {.lex_state = 1},
[170] = {.lex_state = 1},
[171] = {.lex_state = 1},
[172] = {.lex_state = 1},
[173] = {.lex_state = 1},
[174] = {.lex_state = 1},
[175] = {.lex_state = 1},
[176] = {.lex_state = 1},
[177] = {.lex_state = 1},
[178] = {.lex_state = 1},
[179] = {.lex_state = 1},
[180] = {.lex_state = 1},
[181] = {.lex_state = 1},
[182] = {.lex_state = 1},
[183] = {.lex_state = 65},
[184] = {.lex_state = 1},
[185] = {.lex_state = 1},
[186] = {.lex_state = 1},
[187] = {.lex_state = 1},
[188] = {.lex_state = 1},
[189] = {.lex_state = 1},
[190] = {.lex_state = 1},
[191] = {.lex_state = 1},
[192] = {.lex_state = 8},
[193] = {.lex_state = 12},
[194] = {.lex_state = 1},
[195] = {.lex_state = 67},
[196] = {.lex_state = 1},
[197] = {.lex_state = 1},
[198] = {.lex_state = 1},
[199] = {.lex_state = 1},
[200] = {.lex_state = 1},
[201] = {.lex_state = 1},
[202] = {.lex_state = 1},
[203] = {.lex_state = 8},
[204] = {.lex_state = 8},
[205] = {.lex_state = 8},
[206] = {.lex_state = 12},
[207] = {.lex_state = 68},
[208] = {.lex_state = 69},
[209] = {.lex_state = 69},
[210] = {.lex_state = 68},
[211] = {.lex_state = 8},
[212] = {.lex_state = 8},
[213] = {.lex_state = 8},
[214] = {.lex_state = 8},
[215] = {.lex_state = 3},
[216] = {.lex_state = 67},
[217] = {.lex_state = 8},
[218] = {.lex_state = 2},
[219] = {.lex_state = 69},
[220] = {.lex_state = 65},
[221] = {.lex_state = 67},
[222] = {.lex_state = 65},
[223] = {.lex_state = 65},
[224] = {.lex_state = 65},
[225] = {.lex_state = 65},
[226] = {.lex_state = 65},
[227] = {.lex_state = 65},
[228] = {.lex_state = 65},
[229] = {.lex_state = 65},
[230] = {.lex_state = 65},
[231] = {.lex_state = 65},
[232] = {.lex_state = 67},
[233] = {.lex_state = 65},
[234] = {.lex_state = 65},
[235] = {.lex_state = 65},
[236] = {.lex_state = 65},
[237] = {.lex_state = 65},
[238] = {.lex_state = 65},
[239] = {.lex_state = 65},
[240] = {.lex_state = 65},
[241] = {.lex_state = 65},
[242] = {.lex_state = 8},
[243] = {.lex_state = 69},
[244] = {.lex_state = 8},
[245] = {.lex_state = 69},
[246] = {.lex_state = 65},
[247] = {.lex_state = 65},
[248] = {.lex_state = 65},
[249] = {.lex_state = 1},
[250] = {.lex_state = 69},
[251] = {.lex_state = 65},
[252] = {.lex_state = 65},
[253] = {.lex_state = 65},
[254] = {.lex_state = 65},
[255] = {.lex_state = 8},
[256] = {.lex_state = 65},
[257] = {.lex_state = 65},
[258] = {.lex_state = 1},
[259] = {.lex_state = 1},
[260] = {.lex_state = 2},
[261] = {.lex_state = 1},
[262] = {.lex_state = 65},
[263] = {.lex_state = 1},
[264] = {.lex_state = 1},
[265] = {.lex_state = 1},
[266] = {.lex_state = 1},
[267] = {.lex_state = 65},
[268] = {.lex_state = 65},
[269] = {.lex_state = 1},
[270] = {.lex_state = 65},
[271] = {.lex_state = 65},
[272] = {.lex_state = 65},
[273] = {.lex_state = 1},
[274] = {.lex_state = 1},
[275] = {.lex_state = 65},
[276] = {.lex_state = 65},
[277] = {.lex_state = 65},
[278] = {.lex_state = 65},
[279] = {.lex_state = 65},
[280] = {.lex_state = 65},
[281] = {.lex_state = 65},
[282] = {.lex_state = 65},
[283] = {.lex_state = 65},
[284] = {.lex_state = 65},
[285] = {.lex_state = 65},
[286] = {.lex_state = 65},
[287] = {.lex_state = 65},
[288] = {.lex_state = 65},
[289] = {.lex_state = 65},
[290] = {.lex_state = 65},
[291] = {.lex_state = 65},
[292] = {.lex_state = 1},
[293] = {.lex_state = 65},
[294] = {.lex_state = 65},
[295] = {.lex_state = 1},
[296] = {.lex_state = 65},
[297] = {.lex_state = 65},
[298] = {.lex_state = 65},
[299] = {.lex_state = 65},
[300] = {.lex_state = 65},
[301] = {.lex_state = 65},
[302] = {.lex_state = 65},
[303] = {.lex_state = 1},
[304] = {.lex_state = 65},
[305] = {.lex_state = 1},
[306] = {.lex_state = 65},
[307] = {.lex_state = 65},
[308] = {.lex_state = 65},
[309] = {.lex_state = 65},
[310] = {.lex_state = 65},
[311] = {.lex_state = 2},
[312] = {.lex_state = 65},
[313] = {.lex_state = 65},
[314] = {.lex_state = 65},
[315] = {.lex_state = 65},
[316] = {.lex_state = 65},
[317] = {.lex_state = 65},
[318] = {.lex_state = 65},
[319] = {.lex_state = 65},
[320] = {.lex_state = 65},
[321] = {.lex_state = 65},
[322] = {.lex_state = 1},
[323] = {.lex_state = 65},
[324] = {.lex_state = 1},
[325] = {.lex_state = 65},
[326] = {.lex_state = 65},
[327] = {.lex_state = 65},
[328] = {.lex_state = 65},
[329] = {.lex_state = 65},
[330] = {.lex_state = 65},
[331] = {.lex_state = 65},
[332] = {.lex_state = 65},
[333] = {.lex_state = 65},
[334] = {.lex_state = 65},
[335] = {.lex_state = 65},
[336] = {.lex_state = 65},
[337] = {.lex_state = 1},
[338] = {.lex_state = 1},
[339] = {.lex_state = 1},
[340] = {.lex_state = 1},
[341] = {.lex_state = 1},
[342] = {.lex_state = 1},
[343] = {.lex_state = 1},
[344] = {.lex_state = 5},
[345] = {.lex_state = 5},
[346] = {.lex_state = 5},
[347] = {.lex_state = 5},
[348] = {.lex_state = 4},
[349] = {.lex_state = 9},
[350] = {.lex_state = 65},
[351] = {.lex_state = 9},
[352] = {.lex_state = 9},
[353] = {.lex_state = 9},
[354] = {.lex_state = 9},
[355] = {.lex_state = 11},
[356] = {.lex_state = 9},
[357] = {.lex_state = 9},
[358] = {.lex_state = 11},
[359] = {.lex_state = 9},
[360] = {.lex_state = 9},
[361] = {.lex_state = 9},
[362] = {.lex_state = 9},
[363] = {.lex_state = 11},
[364] = {.lex_state = 7},
[365] = {.lex_state = 9},
[366] = {.lex_state = 9},
[367] = {.lex_state = 9},
[368] = {.lex_state = 11},
[369] = {.lex_state = 11},
[370] = {.lex_state = 11},
[371] = {.lex_state = 7},
[372] = {.lex_state = 9},
[373] = {.lex_state = 9},
[374] = {.lex_state = 11},
[375] = {.lex_state = 9},
[376] = {.lex_state = 9},
[377] = {.lex_state = 9},
[378] = {.lex_state = 11},
[379] = {.lex_state = 7},
[380] = {.lex_state = 7},
[381] = {.lex_state = 11},
[382] = {.lex_state = 11},
[383] = {.lex_state = 11},
[384] = {.lex_state = 10},
[385] = {.lex_state = 11},
[386] = {.lex_state = 10},
[387] = {.lex_state = 7},
[388] = {.lex_state = 14},
[389] = {.lex_state = 11},
[390] = {.lex_state = 13},
[391] = {.lex_state = 7},
[392] = {.lex_state = 11},
[393] = {.lex_state = 7},
[394] = {.lex_state = 14},
[395] = {.lex_state = 7},
[396] = {.lex_state = 7},
[397] = {.lex_state = 14},
[398] = {.lex_state = 7},
[399] = {.lex_state = 14},
[400] = {.lex_state = 14},
[401] = {.lex_state = 14},
[402] = {.lex_state = 14},
[403] = {.lex_state = 13},
[404] = {.lex_state = 7},
[405] = {.lex_state = 13},
[406] = {.lex_state = 13},
[407] = {.lex_state = 13},
[408] = {.lex_state = 65},
[409] = {.lex_state = 65},
[410] = {.lex_state = 13},
[411] = {.lex_state = 7},
[412] = {.lex_state = 7},
[413] = {.lex_state = 7},
[414] = {.lex_state = 7},
[415] = {.lex_state = 13},
[416] = {.lex_state = 7},
[417] = {.lex_state = 13},
[418] = {.lex_state = 13},
[419] = {.lex_state = 65},
[420] = {.lex_state = 7},
[421] = {.lex_state = 65},
[422] = {.lex_state = 65},
[423] = {.lex_state = 65},
[424] = {.lex_state = 7},
[425] = {.lex_state = 65},
[426] = {.lex_state = 7},
[427] = {.lex_state = 7},
[428] = {.lex_state = 65},
[429] = {.lex_state = 7},
[430] = {.lex_state = 7},
[431] = {.lex_state = 65},
[432] = {.lex_state = 7},
[433] = {.lex_state = 65},
[434] = {.lex_state = 7},
[435] = {.lex_state = 7},
[436] = {.lex_state = 7},
[437] = {.lex_state = 13},
[438] = {.lex_state = 65},
[439] = {.lex_state = 8},
[440] = {.lex_state = 65},
[441] = {.lex_state = 8},
[442] = {.lex_state = 65},
[443] = {.lex_state = 65},
[444] = {.lex_state = 65},
[445] = {.lex_state = 65},
[446] = {.lex_state = 65},
[447] = {.lex_state = 13},
[448] = {.lex_state = 65},
[449] = {.lex_state = 65},
[450] = {.lex_state = 65},
[451] = {.lex_state = 65},
[452] = {.lex_state = 8},
[453] = {.lex_state = 65},
[454] = {.lex_state = 13},
[455] = {.lex_state = 65},
[456] = {.lex_state = 65},
[457] = {.lex_state = 65},
[458] = {.lex_state = 65},
[459] = {.lex_state = 65},
[460] = {.lex_state = 65},
[461] = {.lex_state = 65},
[462] = {.lex_state = 65},
[463] = {.lex_state = 65},
[464] = {.lex_state = 65},
[465] = {.lex_state = 65},
[466] = {.lex_state = 65},
[467] = {.lex_state = 65},
[468] = {.lex_state = 65},
[469] = {.lex_state = 65},
[470] = {.lex_state = 65},
[471] = {.lex_state = 65},
[472] = {.lex_state = 65},
[473] = {.lex_state = 65},
[474] = {.lex_state = 65},
[475] = {.lex_state = 65},
[476] = {.lex_state = 65},
[477] = {.lex_state = 65},
[478] = {.lex_state = 65},
[479] = {.lex_state = 13},
[480] = {.lex_state = 65},
[481] = {.lex_state = 65},
[482] = {.lex_state = 65},
[483] = {.lex_state = 65},
[484] = {.lex_state = 65},
[485] = {.lex_state = 65},
[486] = {.lex_state = 65},
[487] = {.lex_state = 65},
[488] = {.lex_state = 65},
[489] = {.lex_state = 65},
[490] = {.lex_state = 13},
[491] = {.lex_state = 65},
[492] = {.lex_state = 65},
[493] = {.lex_state = 65},
[494] = {.lex_state = 65},
[495] = {.lex_state = 65},
[496] = {.lex_state = 65},
[497] = {.lex_state = 65},
[498] = {.lex_state = 65},
[499] = {.lex_state = 65},
[500] = {.lex_state = 65},
[501] = {.lex_state = 65},
[502] = {.lex_state = 65},
[503] = {.lex_state = 65},
[504] = {.lex_state = 65},
[505] = {.lex_state = 65},
[506] = {.lex_state = 65},
[507] = {.lex_state = 65},
[508] = {.lex_state = 65},
[509] = {.lex_state = 13},
[510] = {.lex_state = 65},
[511] = {.lex_state = 65},
[512] = {.lex_state = 65},
[513] = {.lex_state = 65},
[514] = {.lex_state = 65},
[515] = {.lex_state = 65},
[516] = {.lex_state = 65},
[517] = {.lex_state = 8},
[518] = {.lex_state = 65},
[519] = {.lex_state = 65},
[520] = {.lex_state = 65},
[521] = {.lex_state = 65},
[522] = {.lex_state = 65},
[523] = {.lex_state = 65},
[524] = {.lex_state = 65},
[525] = {.lex_state = 65},
[526] = {.lex_state = 65},
[527] = {.lex_state = 65},
[528] = {.lex_state = 65},
[529] = {.lex_state = 65},
[530] = {.lex_state = 65},
[531] = {.lex_state = 65},
[532] = {.lex_state = 65},
[533] = {.lex_state = 65},
[534] = {.lex_state = 65},
[535] = {.lex_state = 8},
[536] = {.lex_state = 65},
[537] = {.lex_state = 65},
[538] = {.lex_state = 65},
[539] = {.lex_state = 65},
[540] = {.lex_state = 65},
[541] = {.lex_state = 65},
[542] = {.lex_state = 65},
[543] = {.lex_state = 7},
[544] = {.lex_state = 7},
[545] = {.lex_state = 65},
[546] = {.lex_state = 8},
[547] = {.lex_state = 7},
[548] = {.lex_state = 65},
[549] = {.lex_state = 12},
[550] = {.lex_state = 7},
[551] = {.lex_state = 7},
[552] = {.lex_state = 65},
[553] = {.lex_state = 65},
[554] = {.lex_state = 7},
[555] = {.lex_state = 65},
[556] = {.lex_state = 65},
[557] = {.lex_state = 65},
[558] = {.lex_state = 7},
[559] = {.lex_state = 65},
[560] = {.lex_state = 7},
[561] = {.lex_state = 65},
[562] = {.lex_state = 7},
[563] = {.lex_state = 65},
[564] = {.lex_state = 7},
[565] = {.lex_state = 65},
[566] = {.lex_state = 12},
[567] = {.lex_state = 7},
[568] = {.lex_state = 65},
[569] = {.lex_state = 65},
[570] = {.lex_state = 65},
[571] = {.lex_state = 65},
[572] = {.lex_state = 65},
[573] = {.lex_state = 65},
[574] = {.lex_state = 65},
[575] = {.lex_state = 65},
[576] = {.lex_state = 65},
[577] = {.lex_state = 7},
[578] = {.lex_state = 7},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[0] = {
[ts_builtin_sym_end] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_class] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_node] = ACTIONS(1),
[anon_sym_define] = ACTIONS(1),
[anon_sym_type] = ACTIONS(1),
[anon_sym_PLUS_EQ] = ACTIONS(1),
[anon_sym_DASH_GT] = ACTIONS(1),
[anon_sym_TILDE_GT] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_function] = ACTIONS(1),
[anon_sym_GT_GT] = ACTIONS(1),
[anon_sym_AT] = ACTIONS(1),
[anon_sym_AT_AT] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_EQ_GT] = ACTIONS(1),
[anon_sym_include] = ACTIONS(1),
[anon_sym_tag] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_elsif] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_case] = ACTIONS(1),
[anon_sym_default] = ACTIONS(1),
[anon_sym_LT_LT_PIPE] = ACTIONS(1),
[anon_sym_LT_PIPE] = ACTIONS(1),
[anon_sym_PIPE_GT_GT] = ACTIONS(1),
[anon_sym_PIPE_GT] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[anon_sym_Boolean] = ACTIONS(1),
[anon_sym_Integer] = ACTIONS(1),
[anon_sym_Float] = ACTIONS(1),
[anon_sym_String] = ACTIONS(1),
[anon_sym_Array] = ACTIONS(1),
[anon_sym_Hash] = ACTIONS(1),
[anon_sym_Regexp] = ACTIONS(1),
[anon_sym_Variant] = ACTIONS(1),
[anon_sym_Data] = ACTIONS(1),
[anon_sym_Undef] = ACTIONS(1),
[anon_sym_Default] = ACTIONS(1),
[anon_sym_File] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_or] = ACTIONS(1),
[anon_sym_and] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_LT_LT] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_EQ_TILDE] = ACTIONS(1),
[anon_sym_BANG_TILDE] = ACTIONS(1),
[anon_sym_in] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_DOLLAR] = ACTIONS(1),
[sym_number] = ACTIONS(1),
[sym_float] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_SQUOTE] = ACTIONS(1),
[aux_sym__escape_sequence_token1] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[anon_sym_DOLLAR_LBRACE] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[sym_undef] = ACTIONS(1),
[anon_sym_COLON_COLON] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
},
[1] = {
[sym_source_file] = STATE(553),
[sym_statement] = STATE(278),
[sym_class_definition] = STATE(279),
[sym_node_definition] = STATE(279),
[sym_defined_resource_type] = STATE(279),
[sym_type_declaration] = STATE(279),
[sym_assignment] = STATE(271),
[sym_relation] = STATE(279),
[sym_function_declaration] = STATE(279),
[sym_resource_declaration] = STATE(279),
[sym_include_statement] = STATE(279),
[sym_tag_statement] = STATE(279),
[sym_if_statement] = STATE(279),
[sym_case_statement] = STATE(279),
[sym_resource_collector] = STATE(279),
[sym_resource_default] = STATE(279),
[sym_selector] = STATE(279),
[sym_function_call] = STATE(279),
[sym_method_call] = STATE(279),
[sym_variable] = STATE(216),
[sym_hash] = STATE(279),
[sym_resource_reference] = STATE(270),
[sym_string] = STATE(279),
[sym__identifier] = STATE(247),
[sym_class_identifier] = STATE(247),
[aux_sym_source_file_repeat1] = STATE(8),
[ts_builtin_sym_end] = ACTIONS(5),
[anon_sym_LBRACE] = ACTIONS(7),
[anon_sym_class] = ACTIONS(9),
[anon_sym_node] = ACTIONS(11),
[anon_sym_define] = ACTIONS(13),
[anon_sym_type] = ACTIONS(15),
[anon_sym_function] = ACTIONS(17),
[anon_sym_AT] = ACTIONS(19),
[anon_sym_AT_AT] = ACTIONS(21),
[anon_sym_include] = ACTIONS(23),
[anon_sym_tag] = ACTIONS(25),
[anon_sym_if] = ACTIONS(27),
[anon_sym_case] = ACTIONS(29),
[anon_sym_DOLLAR] = ACTIONS(31),
[anon_sym_DQUOTE] = ACTIONS(33),
[anon_sym_SQUOTE] = ACTIONS(35),
[sym_identifier] = ACTIONS(37),
[sym_comment] = ACTIONS(39),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(45), 1,
anon_sym_COLON_COLON,
STATE(3), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(43), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(41), 25,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[56] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(45), 1,
anon_sym_COLON_COLON,
STATE(4), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(49), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(47), 25,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[112] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(55), 1,
anon_sym_COLON_COLON,
STATE(4), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(53), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(51), 25,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[168] = 25,
ACTIONS(39), 1,
sym_comment,
ACTIONS(60), 1,
anon_sym_LBRACE,
ACTIONS(63), 1,
anon_sym_class,
ACTIONS(66), 1,
anon_sym_node,
ACTIONS(69), 1,
anon_sym_define,
ACTIONS(72), 1,
anon_sym_type,
ACTIONS(75), 1,
anon_sym_function,
ACTIONS(78), 1,
anon_sym_AT,
ACTIONS(81), 1,
anon_sym_AT_AT,
ACTIONS(84), 1,
anon_sym_include,
ACTIONS(87), 1,
anon_sym_tag,
ACTIONS(90), 1,
anon_sym_if,
ACTIONS(93), 1,
anon_sym_case,
ACTIONS(96), 1,
anon_sym_DOLLAR,
ACTIONS(99), 1,
anon_sym_DQUOTE,
ACTIONS(102), 1,
anon_sym_SQUOTE,
ACTIONS(105), 1,
sym_identifier,
STATE(5), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
ACTIONS(58), 2,
ts_builtin_sym_end,
anon_sym_RBRACE,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[263] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(112), 1,
anon_sym_LBRACK,
ACTIONS(114), 1,
anon_sym_COLON_COLON,
ACTIONS(110), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(108), 24,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[318] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(51), 26,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_COLON_COLON,
[369] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(116), 1,
ts_builtin_sym_end,
STATE(5), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[463] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(124), 1,
anon_sym_PIPE,
STATE(50), 1,
sym_block,
STATE(61), 1,
sym_lambda,
ACTIONS(122), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(118), 21,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[521] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(124), 1,
anon_sym_PIPE,
STATE(46), 1,
sym_lambda,
STATE(50), 1,
sym_block,
ACTIONS(128), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(126), 21,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[579] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(130), 1,
anon_sym_RBRACE,
STATE(21), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[673] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(132), 1,
anon_sym_RBRACE,
STATE(5), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[767] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(124), 1,
anon_sym_PIPE,
STATE(48), 1,
sym_lambda,
STATE(50), 1,
sym_block,
ACTIONS(136), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(134), 21,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[825] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(120), 1,
anon_sym_LBRACE,
ACTIONS(124), 1,
anon_sym_PIPE,
STATE(37), 1,
sym_lambda,
STATE(50), 1,
sym_block,
ACTIONS(140), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(138), 21,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[883] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(142), 1,
anon_sym_RBRACE,
STATE(5), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[977] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(144), 1,
anon_sym_RBRACE,
STATE(5), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1071] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(146), 1,
anon_sym_RBRACE,
STATE(15), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1165] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(148), 1,
anon_sym_RBRACE,
STATE(16), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1259] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(150), 1,
anon_sym_RBRACE,
STATE(5), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1353] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(152), 1,
anon_sym_RBRACE,
STATE(12), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1447] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(154), 1,
anon_sym_RBRACE,
STATE(5), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1541] = 25,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
ACTIONS(156), 1,
anon_sym_RBRACE,
STATE(19), 1,
aux_sym_source_file_repeat1,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(278), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1635] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(162), 1,
anon_sym_LPAREN,
ACTIONS(164), 1,
anon_sym_DOT,
ACTIONS(160), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(158), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[1688] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(114), 1,
anon_sym_COLON_COLON,
ACTIONS(110), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(108), 23,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[1739] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(112), 1,
anon_sym_LBRACK,
ACTIONS(168), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(166), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[1789] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(172), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(170), 23,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[1837] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(176), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(174), 23,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[1885] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(112), 1,
anon_sym_LBRACK,
ACTIONS(160), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(158), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[1935] = 23,
ACTIONS(7), 1,
anon_sym_LBRACE,
ACTIONS(9), 1,
anon_sym_class,
ACTIONS(11), 1,
anon_sym_node,
ACTIONS(13), 1,
anon_sym_define,
ACTIONS(15), 1,
anon_sym_type,
ACTIONS(17), 1,
anon_sym_function,
ACTIONS(19), 1,
anon_sym_AT,
ACTIONS(21), 1,
anon_sym_AT_AT,
ACTIONS(23), 1,
anon_sym_include,
ACTIONS(25), 1,
anon_sym_tag,
ACTIONS(27), 1,
anon_sym_if,
ACTIONS(29), 1,
anon_sym_case,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(37), 1,
sym_identifier,
ACTIONS(39), 1,
sym_comment,
STATE(216), 1,
sym_variable,
STATE(270), 1,
sym_resource_reference,
STATE(271), 1,
sym_assignment,
STATE(329), 1,
sym_statement,
STATE(247), 2,
sym__identifier,
sym_class_identifier,
STATE(279), 18,
sym_class_definition,
sym_node_definition,
sym_defined_resource_type,
sym_type_declaration,
sym_relation,
sym_function_declaration,
sym_resource_declaration,
sym_include_statement,
sym_tag_statement,
sym_if_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[2023] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(180), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(178), 23,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2071] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(184), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(182), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2118] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(190), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(188), 16,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
ACTIONS(186), 17,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2171] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(198), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(196), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2218] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(202), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(200), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2265] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(206), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(204), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2312] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(210), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(208), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2359] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(214), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(212), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2406] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(218), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(216), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2453] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(222), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(220), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2500] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(226), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(224), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2547] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(230), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(228), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2594] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(234), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(232), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2641] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(238), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(236), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2688] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(242), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(240), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2735] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(246), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(244), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2782] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(140), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(138), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2829] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(250), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(248), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2876] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(128), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(126), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2923] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(188), 16,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
ACTIONS(186), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[2972] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(254), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(252), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3019] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(262), 1,
anon_sym_and,
ACTIONS(268), 1,
anon_sym_PLUS,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(256), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(258), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(264), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(266), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(190), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 10,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(188), 12,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_or,
sym_identifier,
[3086] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(262), 1,
anon_sym_and,
ACTIONS(268), 1,
anon_sym_PLUS,
ACTIONS(274), 1,
anon_sym_or,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(256), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(258), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(264), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(266), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(190), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(270), 10,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(272), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[3155] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(278), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(276), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3202] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(282), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(280), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3249] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(286), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(284), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3296] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(268), 1,
anon_sym_PLUS,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(256), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(258), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(264), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(266), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(190), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 10,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(188), 13,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_or,
anon_sym_and,
sym_identifier,
[3361] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(268), 1,
anon_sym_PLUS,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(256), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(258), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(190), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(188), 15,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
[3422] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(168), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(166), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3469] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(268), 1,
anon_sym_PLUS,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(190), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(188), 15,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
ACTIONS(186), 16,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3526] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(290), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(288), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3573] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(136), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(134), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3620] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(160), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(158), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3667] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(260), 1,
anon_sym_DASH,
ACTIONS(268), 1,
anon_sym_PLUS,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(256), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(190), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 14,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(188), 15,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
[3726] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(294), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(292), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3773] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(188), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(186), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3820] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(298), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(296), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3867] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(194), 1,
anon_sym_in,
ACTIONS(192), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(188), 16,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
ACTIONS(186), 20,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3918] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(302), 17,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(300), 22,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_STAR,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[3965] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(306), 1,
anon_sym_RBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(310), 1,
anon_sym_default,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(261), 1,
sym_expression,
STATE(563), 1,
sym_default_case,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(70), 2,
sym_case_item,
aux_sym_case_statement_repeat1,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4049] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(310), 1,
anon_sym_default,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(332), 1,
anon_sym_RBRACE,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(261), 1,
sym_expression,
STATE(568), 1,
sym_default_case,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(71), 2,
sym_case_item,
aux_sym_case_statement_repeat1,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4133] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(334), 1,
anon_sym_LBRACE,
ACTIONS(337), 1,
anon_sym_RBRACE,
ACTIONS(339), 1,
anon_sym_LPAREN,
ACTIONS(342), 1,
anon_sym_default,
ACTIONS(344), 1,
anon_sym_LBRACK,
ACTIONS(350), 1,
anon_sym_DASH,
ACTIONS(353), 1,
anon_sym_DOLLAR,
ACTIONS(362), 1,
anon_sym_DQUOTE,
ACTIONS(365), 1,
anon_sym_SQUOTE,
ACTIONS(371), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(261), 1,
sym_expression,
ACTIONS(347), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(356), 2,
sym_number,
sym_undef,
ACTIONS(359), 2,
sym_float,
sym_regex,
ACTIONS(368), 2,
anon_sym_true,
anon_sym_false,
STATE(71), 2,
sym_case_item,
aux_sym_case_statement_repeat1,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4214] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(320), 1,
sym_undef,
ACTIONS(322), 1,
sym_float,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(374), 1,
anon_sym_RBRACE,
ACTIONS(376), 1,
sym_number,
ACTIONS(378), 1,
sym_regex,
ACTIONS(380), 1,
sym_identifier,
STATE(157), 1,
sym_boolean,
STATE(166), 1,
sym_resource_reference,
STATE(260), 1,
sym_variable,
STATE(311), 1,
sym_string,
STATE(340), 1,
sym_expression,
STATE(491), 1,
sym__resource_block,
STATE(492), 1,
sym_attribute,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4300] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(382), 1,
anon_sym_COLON_COLON,
STATE(73), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(53), 12,
anon_sym_class,
anon_sym_EQ,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(51), 20,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[4346] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(385), 1,
anon_sym_COLON_COLON,
STATE(74), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(53), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(51), 27,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
anon_sym_DOT,
[4392] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(388), 1,
anon_sym_COLON_COLON,
STATE(77), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(43), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(41), 27,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
anon_sym_DOT,
[4438] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(390), 1,
anon_sym_COLON_COLON,
STATE(78), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(43), 12,
anon_sym_class,
anon_sym_EQ,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(41), 20,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[4484] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(388), 1,
anon_sym_COLON_COLON,
STATE(74), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(49), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(47), 27,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
anon_sym_DOT,
[4530] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(390), 1,
anon_sym_COLON_COLON,
STATE(73), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(49), 12,
anon_sym_class,
anon_sym_EQ,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(47), 20,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[4576] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(53), 12,
anon_sym_class,
anon_sym_EQ,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(51), 21,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_AT_AT,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
anon_sym_COLON_COLON,
[4617] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(166), 1,
sym_resource_reference,
STATE(215), 1,
sym_variable,
STATE(258), 1,
sym_expression,
STATE(486), 1,
sym_selector,
STATE(542), 1,
sym_assignment,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4694] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(53), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(51), 28,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
anon_sym_DOT,
anon_sym_COLON_COLON,
[4735] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(392), 1,
anon_sym_if,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(338), 1,
sym_expression,
STATE(555), 1,
sym_if_statement,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4812] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(394), 1,
anon_sym_RBRACE,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(527), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4889] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(396), 1,
anon_sym_RBRACE,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(527), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[4966] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(398), 1,
anon_sym_RBRACE,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(527), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5043] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(400), 1,
anon_sym_RBRACE,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(527), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5120] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(402), 1,
anon_sym_RBRACE,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(527), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5197] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(404), 1,
anon_sym_RBRACE,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(527), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5274] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(406), 1,
anon_sym_RBRACK,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5348] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(408), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5422] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(468), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5496] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(410), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5570] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(412), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5644] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(414), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5718] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(416), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5792] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(418), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5866] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(420), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[5940] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(422), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(265), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6014] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(527), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6088] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(424), 1,
anon_sym_RBRACK,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6162] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(426), 1,
anon_sym_RBRACK,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(274), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6236] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(428), 1,
anon_sym_RBRACK,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(263), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6310] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(469), 1,
sym__resource_block,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6384] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(430), 1,
anon_sym_RBRACK,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6458] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(432), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(269), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6532] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(434), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(273), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6606] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(436), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6680] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(438), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6754] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(440), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6828] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(442), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6902] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(444), 1,
anon_sym_RBRACK,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[6976] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
ACTIONS(446), 1,
anon_sym_RPAREN,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7050] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(59), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7121] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(63), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7192] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(181), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7263] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(182), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7334] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(52), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7405] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(305), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7476] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(266), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7547] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(343), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7618] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(341), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7689] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(295), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7760] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(259), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7831] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(249), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7902] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(324), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[7973] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(322), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8044] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(339), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8115] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(179), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8186] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(178), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8257] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(54), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8328] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(177), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8399] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(337), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8470] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(180), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8541] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(303), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8612] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(264), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8683] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(198), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8754] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(176), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8825] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(32), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8896] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(342), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8967] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(67), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9038] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(175), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9109] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(292), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9180] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(304), 1,
anon_sym_LBRACE,
ACTIONS(308), 1,
anon_sym_LPAREN,
ACTIONS(312), 1,
anon_sym_LBRACK,
ACTIONS(316), 1,
anon_sym_DASH,
ACTIONS(318), 1,
anon_sym_DOLLAR,
ACTIONS(324), 1,
anon_sym_DQUOTE,
ACTIONS(326), 1,
anon_sym_SQUOTE,
ACTIONS(330), 1,
sym_identifier,
STATE(165), 1,
sym_variable,
STATE(166), 1,
sym_resource_reference,
STATE(174), 1,
sym_expression,
ACTIONS(314), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
STATE(160), 2,
sym__identifier,
sym_class_identifier,
STATE(188), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9251] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(51), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9322] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(56), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9393] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(57), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9464] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(49), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9535] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(472), 1,
anon_sym_COLON_COLON,
ACTIONS(110), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(108), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[9576] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(448), 1,
anon_sym_LBRACE,
ACTIONS(450), 1,
anon_sym_LPAREN,
ACTIONS(452), 1,
anon_sym_LBRACK,
ACTIONS(456), 1,
anon_sym_DASH,
ACTIONS(458), 1,
anon_sym_DOLLAR,
ACTIONS(464), 1,
anon_sym_DQUOTE,
ACTIONS(466), 1,
anon_sym_SQUOTE,
ACTIONS(470), 1,
sym_identifier,
STATE(25), 1,
sym_resource_reference,
STATE(28), 1,
sym_variable,
STATE(65), 1,
sym_expression,
ACTIONS(454), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(460), 2,
sym_number,
sym_undef,
ACTIONS(462), 2,
sym_float,
sym_regex,
ACTIONS(468), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(58), 2,
sym_string,
sym_boolean,
STATE(62), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9647] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(472), 1,
anon_sym_COLON_COLON,
ACTIONS(474), 1,
anon_sym_LBRACK,
ACTIONS(110), 3,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
ACTIONS(108), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
anon_sym_DOT,
[9689] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(172), 4,
anon_sym_EQ,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(170), 26,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[9727] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
ACTIONS(478), 1,
anon_sym_PIPE,
STATE(171), 1,
sym_lambda,
STATE(173), 1,
sym_block,
ACTIONS(122), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(118), 23,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[9772] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
ACTIONS(478), 1,
anon_sym_PIPE,
STATE(173), 1,
sym_block,
STATE(201), 1,
sym_lambda,
ACTIONS(136), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(134), 23,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[9817] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
ACTIONS(478), 1,
anon_sym_PIPE,
STATE(173), 1,
sym_block,
STATE(200), 1,
sym_lambda,
ACTIONS(128), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(126), 23,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[9862] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
ACTIONS(478), 1,
anon_sym_PIPE,
STATE(173), 1,
sym_block,
STATE(197), 1,
sym_lambda,
ACTIONS(140), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(138), 23,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[9907] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(172), 12,
anon_sym_class,
anon_sym_EQ,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(170), 17,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PLUS_EQ,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_PIPE,
anon_sym_AT_AT,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[9944] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(168), 3,
anon_sym_PIPE_GT,
anon_sym_GT,
anon_sym_LT,
ACTIONS(166), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_PIPE_GT_GT,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[9980] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(290), 3,
anon_sym_PIPE_GT,
anon_sym_GT,
anon_sym_LT,
ACTIONS(288), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_PIPE_GT_GT,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10016] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(242), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(240), 26,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_elsif,
anon_sym_else,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10052] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(480), 1,
anon_sym_LPAREN,
ACTIONS(482), 1,
anon_sym_DOT,
ACTIONS(160), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(158), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10092] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(238), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(236), 26,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_elsif,
anon_sym_else,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10128] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(302), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(300), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10163] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(176), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(174), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10198] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(246), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(244), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_EQ_GT,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10233] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(474), 1,
anon_sym_LBRACK,
ACTIONS(160), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(158), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10270] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(474), 1,
anon_sym_LBRACK,
ACTIONS(168), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(166), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10307] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(180), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(178), 25,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10342] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(250), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(248), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10376] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(210), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(208), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10410] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(222), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(220), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10444] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(136), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(134), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10478] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(198), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(196), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10512] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(254), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(252), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10546] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(188), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 16,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
[10588] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(188), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 14,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
[10632] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(188), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 18,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
[10672] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(188), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(186), 21,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
[10710] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 9,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_or,
[10760] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 10,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_or,
anon_sym_and,
[10808] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(188), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(186), 12,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
[10854] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(188), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(186), 23,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
[10890] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(188), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(186), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10924] = 6,
ACTIONS(39), 1,
sym_comment,
ACTIONS(504), 1,
anon_sym_LBRACK,
ACTIONS(506), 1,
anon_sym_COLON_COLON,
ACTIONS(502), 2,
anon_sym_LT_LT_PIPE,
anon_sym_LT_PIPE,
ACTIONS(108), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(110), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[10964] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(230), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(228), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[10998] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(184), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(182), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11032] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(226), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(224), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11066] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(294), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(292), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11100] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(160), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(158), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11134] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(234), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(232), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11168] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(278), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(276), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11202] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(286), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(284), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11236] = 12,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(516), 1,
sym_number,
ACTIONS(518), 1,
sym_identifier,
STATE(465), 1,
sym_type,
STATE(513), 1,
sym_string,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[11288] = 12,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(520), 1,
anon_sym_default,
ACTIONS(522), 1,
anon_sym_RBRACK,
ACTIONS(524), 1,
sym_number,
STATE(421), 1,
sym_type,
STATE(508), 1,
sym_default,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[11340] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(218), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(216), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11374] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(506), 1,
anon_sym_COLON_COLON,
ACTIONS(110), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(108), 14,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_EQ,
anon_sym_PLUS_EQ,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_QMARK,
anon_sym_LBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[11410] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(298), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(296), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11444] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(214), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(212), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11478] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(282), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(280), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11512] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(206), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(204), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11546] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(140), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(138), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11580] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(128), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(126), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11614] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(202), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(200), 24,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_QMARK,
anon_sym_RBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[11648] = 12,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(526), 1,
anon_sym_RBRACK,
STATE(472), 1,
sym_type,
STATE(528), 1,
sym_string,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[11700] = 12,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(528), 1,
anon_sym_RBRACK,
STATE(472), 1,
sym_type,
STATE(528), 1,
sym_string,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[11752] = 11,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
STATE(428), 1,
sym_type,
STATE(489), 1,
sym_string,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[11801] = 11,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(520), 1,
anon_sym_default,
ACTIONS(530), 1,
sym_number,
STATE(480), 1,
sym_type,
STATE(531), 1,
sym_default,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[11850] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(302), 12,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
ACTIONS(300), 13,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_EQ_GT,
anon_sym_PIPE_GT_GT,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[11883] = 7,
ACTIONS(39), 1,
sym_comment,
ACTIONS(536), 1,
anon_sym_elsif,
ACTIONS(538), 1,
anon_sym_else,
STATE(299), 1,
sym_else_statement,
STATE(219), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
ACTIONS(532), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(534), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[11924] = 7,
ACTIONS(39), 1,
sym_comment,
ACTIONS(536), 1,
anon_sym_elsif,
ACTIONS(538), 1,
anon_sym_else,
STATE(282), 1,
sym_else_statement,
STATE(208), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
ACTIONS(540), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(542), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[11965] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(246), 12,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
ACTIONS(244), 13,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_EQ_GT,
anon_sym_PIPE_GT_GT,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[11998] = 11,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(544), 1,
anon_sym_RPAREN,
ACTIONS(546), 1,
anon_sym_DOLLAR,
STATE(439), 1,
sym_variable,
STATE(476), 1,
sym_type,
STATE(477), 1,
sym_parameter,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[12047] = 11,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(546), 1,
anon_sym_DOLLAR,
ACTIONS(548), 1,
anon_sym_RPAREN,
STATE(439), 1,
sym_variable,
STATE(476), 1,
sym_type,
STATE(532), 1,
sym_parameter,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[12096] = 11,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
STATE(472), 1,
sym_type,
STATE(528), 1,
sym_string,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[12145] = 11,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(546), 1,
anon_sym_DOLLAR,
ACTIONS(550), 1,
anon_sym_RPAREN,
STATE(439), 1,
sym_variable,
STATE(476), 1,
sym_type,
STATE(532), 1,
sym_parameter,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[12194] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(474), 1,
anon_sym_LBRACK,
ACTIONS(552), 1,
anon_sym_EQ,
ACTIONS(554), 1,
anon_sym_PLUS_EQ,
ACTIONS(556), 1,
anon_sym_QMARK,
ACTIONS(160), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(158), 18,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_GT_GT,
anon_sym_SEMI,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[12235] = 6,
ACTIONS(39), 1,
sym_comment,
ACTIONS(504), 1,
anon_sym_LBRACK,
ACTIONS(556), 1,
anon_sym_QMARK,
ACTIONS(562), 2,
anon_sym_EQ,
anon_sym_PLUS_EQ,
ACTIONS(558), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(560), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[12273] = 10,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(518), 1,
sym_identifier,
ACTIONS(546), 1,
anon_sym_DOLLAR,
STATE(439), 1,
sym_variable,
STATE(476), 1,
sym_type,
STATE(532), 1,
sym_parameter,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[12319] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(472), 1,
anon_sym_COLON_COLON,
ACTIONS(474), 1,
anon_sym_LBRACK,
ACTIONS(564), 1,
anon_sym_EQ_GT,
ACTIONS(110), 3,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
ACTIONS(108), 18,
anon_sym_LPAREN,
anon_sym_GT_GT,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
anon_sym_DOT,
[12357] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(570), 1,
anon_sym_elsif,
STATE(219), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
ACTIONS(566), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(568), 12,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_else,
anon_sym_case,
sym_identifier,
[12393] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(506), 1,
anon_sym_COLON_COLON,
ACTIONS(577), 1,
anon_sym_LBRACK,
ACTIONS(573), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(575), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[12429] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(178), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_PIPE_GT_GT,
anon_sym_LBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(180), 12,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
[12460] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(581), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(579), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12491] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(585), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(583), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12522] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(589), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(587), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12553] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(593), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(591), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12584] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(597), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(595), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12615] = 7,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(601), 1,
anon_sym_PIPE,
STATE(319), 1,
sym_lambda,
STATE(320), 1,
sym_block,
ACTIONS(118), 8,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(122), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[12654] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(605), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(603), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12685] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(609), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(607), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12716] = 7,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(601), 1,
anon_sym_PIPE,
STATE(314), 1,
sym_lambda,
STATE(320), 1,
sym_block,
ACTIONS(126), 8,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(128), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[12755] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(613), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(611), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12786] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(174), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_PIPE_GT_GT,
anon_sym_LBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(176), 12,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
[12817] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(575), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(573), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12848] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(617), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(615), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12879] = 7,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(601), 1,
anon_sym_PIPE,
STATE(285), 1,
sym_lambda,
STATE(320), 1,
sym_block,
ACTIONS(134), 8,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(136), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[12918] = 7,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(601), 1,
anon_sym_PIPE,
STATE(320), 1,
sym_block,
STATE(331), 1,
sym_lambda,
ACTIONS(138), 8,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(140), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[12957] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(621), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(619), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[12988] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(625), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(623), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[13019] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(629), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
ACTIONS(627), 12,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
[13050] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_COMMA,
STATE(241), 1,
aux_sym_tag_statement_repeat1,
ACTIONS(631), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(633), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13084] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(641), 1,
anon_sym_COMMA,
STATE(241), 1,
aux_sym_tag_statement_repeat1,
ACTIONS(637), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(639), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13118] = 8,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
STATE(470), 1,
sym_type,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[13158] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(644), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(646), 13,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_elsif,
anon_sym_else,
anon_sym_case,
sym_identifier,
[13188] = 8,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
STATE(451), 1,
sym_type,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[13228] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(240), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(242), 13,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_elsif,
anon_sym_else,
anon_sym_case,
sym_identifier,
[13258] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(652), 1,
anon_sym_COMMA,
STATE(246), 1,
aux_sym_include_statement_repeat1,
ACTIONS(648), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(650), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13292] = 6,
ACTIONS(39), 1,
sym_comment,
ACTIONS(655), 1,
anon_sym_LBRACE,
ACTIONS(657), 1,
anon_sym_LPAREN,
ACTIONS(659), 1,
anon_sym_DOT,
ACTIONS(558), 8,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(560), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13328] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(661), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_SEMI,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(663), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13358] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(665), 4,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
[13406] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(236), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(238), 13,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_elsif,
anon_sym_else,
anon_sym_case,
sym_identifier,
[13436] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(673), 1,
anon_sym_COMMA,
STATE(246), 1,
aux_sym_include_statement_repeat1,
ACTIONS(669), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(671), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13470] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(675), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_SEMI,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(677), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13500] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(673), 1,
anon_sym_COMMA,
STATE(251), 1,
aux_sym_include_statement_repeat1,
ACTIONS(679), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(681), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13534] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(635), 1,
anon_sym_COMMA,
STATE(240), 1,
aux_sym_tag_statement_repeat1,
ACTIONS(683), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(685), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13568] = 8,
ACTIONS(39), 1,
sym_comment,
ACTIONS(508), 1,
anon_sym_LBRACE,
ACTIONS(512), 1,
anon_sym_LBRACK,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(518), 1,
sym_identifier,
STATE(272), 1,
sym_type,
STATE(233), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(510), 12,
anon_sym_Boolean,
anon_sym_Integer,
anon_sym_Float,
anon_sym_String,
anon_sym_Array,
anon_sym_Hash,
anon_sym_Regexp,
anon_sym_Variant,
anon_sym_Data,
anon_sym_Undef,
anon_sym_Default,
anon_sym_File,
[13608] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(687), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_SEMI,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(689), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13638] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(691), 11,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_SEMI,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(693), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13668] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(695), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[13715] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(697), 1,
anon_sym_COMMA,
ACTIONS(699), 1,
anon_sym_RPAREN,
STATE(511), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[13766] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(474), 1,
anon_sym_LBRACK,
ACTIONS(564), 1,
anon_sym_EQ_GT,
ACTIONS(160), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(158), 17,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[13799] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(701), 1,
anon_sym_COMMA,
ACTIONS(703), 1,
anon_sym_COLON,
STATE(446), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[13850] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(637), 10,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(639), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[13879] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(705), 1,
anon_sym_COMMA,
ACTIONS(707), 1,
anon_sym_RBRACK,
STATE(502), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[13930] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(709), 1,
anon_sym_COMMA,
ACTIONS(711), 1,
anon_sym_RPAREN,
STATE(448), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[13981] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(713), 1,
anon_sym_COMMA,
ACTIONS(715), 1,
anon_sym_RPAREN,
STATE(487), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14032] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(717), 1,
anon_sym_COMMA,
ACTIONS(719), 1,
anon_sym_RPAREN,
STATE(478), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14083] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(182), 10,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(184), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14112] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(648), 10,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(650), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14141] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(721), 1,
anon_sym_COMMA,
ACTIONS(723), 1,
anon_sym_RPAREN,
STATE(506), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14192] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(504), 1,
anon_sym_LBRACK,
ACTIONS(725), 1,
anon_sym_LBRACE,
ACTIONS(558), 8,
ts_builtin_sym_end,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(560), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14225] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(556), 1,
anon_sym_QMARK,
ACTIONS(558), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(560), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14256] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(731), 1,
anon_sym_LBRACK,
ACTIONS(727), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(729), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14287] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(733), 1,
anon_sym_COMMA,
ACTIONS(735), 1,
anon_sym_RPAREN,
STATE(457), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14338] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(737), 1,
anon_sym_COMMA,
ACTIONS(739), 1,
anon_sym_RBRACK,
STATE(467), 1,
aux_sym_case_item_repeat1,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14389] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(248), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(250), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14417] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(741), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(743), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14445] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(236), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(238), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14473] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(749), 2,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
ACTIONS(745), 7,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(747), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14503] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(558), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(560), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14531] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(751), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(753), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14559] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(755), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(757), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14587] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(532), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(534), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14615] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(759), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(761), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14643] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(763), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(765), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14671] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(126), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(128), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14699] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(767), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(769), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14727] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(771), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(773), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14755] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(775), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(777), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14783] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(296), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(298), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14811] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(779), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(781), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14839] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(240), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(242), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14867] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(783), 1,
anon_sym_LBRACE,
STATE(243), 1,
sym_block,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14915] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(785), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(787), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14943] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(220), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(222), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[14971] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(789), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15017] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(791), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(793), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15045] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(795), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(797), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15073] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(799), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(801), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15101] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(803), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(805), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15129] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(807), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(809), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15157] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(811), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(813), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15185] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(815), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(817), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15213] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(783), 1,
anon_sym_LBRACE,
STATE(209), 1,
sym_block,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15261] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(819), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(821), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15289] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
STATE(390), 1,
sym_block,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15337] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(823), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(825), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15365] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(827), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(829), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15393] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(831), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(833), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15421] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(835), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(837), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15449] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(839), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(841), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15477] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(564), 1,
anon_sym_EQ_GT,
ACTIONS(168), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(166), 17,
anon_sym_GT_GT,
anon_sym_COLON,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_DASH,
anon_sym_STAR,
anon_sym_or,
anon_sym_and,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_LT_LT,
anon_sym_PLUS,
anon_sym_SLASH,
anon_sym_PERCENT,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
anon_sym_in,
[15507] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(843), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(845), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15535] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(847), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(849), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15563] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(138), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(140), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15591] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(851), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(853), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15619] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(855), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(857), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15647] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(204), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(206), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15675] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(859), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(861), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15703] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(134), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(136), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15731] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(252), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(254), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15759] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(276), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(278), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15787] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
STATE(509), 1,
sym_block,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15835] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(863), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(865), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15863] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(867), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15909] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(869), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(871), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15937] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(873), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(875), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15965] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(877), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(879), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[15993] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(881), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(883), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16021] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(885), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(887), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16049] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(208), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(210), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16077] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(212), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(214), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16105] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(216), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(218), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16133] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(889), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(891), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16161] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(292), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(294), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16189] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(224), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(226), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16217] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(232), 9,
ts_builtin_sym_end,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
anon_sym_AT_AT,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
ACTIONS(234), 11,
anon_sym_class,
anon_sym_node,
anon_sym_define,
anon_sym_type,
anon_sym_function,
anon_sym_AT,
anon_sym_include,
anon_sym_tag,
anon_sym_if,
anon_sym_case,
sym_identifier,
[16245] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(893), 1,
anon_sym_LBRACE,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16290] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(895), 1,
anon_sym_RBRACE,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16335] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(897), 1,
anon_sym_RPAREN,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16380] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(899), 1,
anon_sym_COLON,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16425] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(270), 1,
anon_sym_QMARK,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16470] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(901), 1,
anon_sym_RPAREN,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16515] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(490), 1,
anon_sym_in,
ACTIONS(496), 1,
anon_sym_and,
ACTIONS(667), 1,
anon_sym_or,
ACTIONS(903), 1,
anon_sym_RPAREN,
ACTIONS(484), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(488), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(492), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(494), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(498), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(500), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(486), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16560] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(238), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(236), 11,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_LBRACK,
anon_sym_BANG,
anon_sym_STAR,
anon_sym_DOLLAR,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_regex,
[16586] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(242), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(240), 11,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_LBRACK,
anon_sym_BANG,
anon_sym_STAR,
anon_sym_DOLLAR,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_regex,
[16612] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(907), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(905), 11,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_LBRACK,
anon_sym_BANG,
anon_sym_STAR,
anon_sym_DOLLAR,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_regex,
[16638] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(911), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(909), 11,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_LPAREN,
anon_sym_LBRACK,
anon_sym_BANG,
anon_sym_STAR,
anon_sym_DOLLAR,
sym_float,
anon_sym_DQUOTE,
anon_sym_SQUOTE,
sym_regex,
[16664] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(915), 1,
sym_identifier,
STATE(441), 1,
sym_resource_reference,
STATE(517), 1,
sym_literal,
STATE(570), 1,
sym_variable,
ACTIONS(320), 2,
sym_number,
sym_undef,
ACTIONS(322), 2,
sym_float,
sym_regex,
ACTIONS(328), 2,
anon_sym_true,
anon_sym_false,
STATE(157), 2,
sym_string,
sym_boolean,
[16705] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
STATE(485), 1,
sym_attribute,
ACTIONS(917), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[16734] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(110), 1,
anon_sym_EQ,
ACTIONS(506), 1,
anon_sym_COLON_COLON,
ACTIONS(108), 9,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_EQ_GT,
anon_sym_LBRACK,
anon_sym_RBRACK,
[16755] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
STATE(485), 1,
sym_attribute,
ACTIONS(921), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[16784] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
STATE(433), 1,
sym_attribute,
ACTIONS(923), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[16813] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(925), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[16841] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(927), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[16869] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(929), 1,
anon_sym_DOLLAR,
ACTIONS(931), 1,
anon_sym_DQUOTE,
ACTIONS(933), 1,
sym__double_string_content,
ACTIONS(937), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(935), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(374), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[16895] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(939), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[16923] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(941), 1,
anon_sym_RBRACE,
STATE(484), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[16951] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(929), 1,
anon_sym_DOLLAR,
ACTIONS(933), 1,
sym__double_string_content,
ACTIONS(937), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(943), 1,
anon_sym_DQUOTE,
ACTIONS(935), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(374), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[16977] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(945), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17005] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(947), 1,
anon_sym_RBRACE,
STATE(474), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17033] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(949), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17061] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(951), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17089] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(929), 1,
anon_sym_DOLLAR,
ACTIONS(937), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(953), 1,
anon_sym_DQUOTE,
ACTIONS(955), 1,
sym__double_string_content,
ACTIONS(957), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(370), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17115] = 7,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(959), 1,
anon_sym_LPAREN,
ACTIONS(961), 1,
sym_identifier,
STATE(254), 5,
sym_parenthesized_expression,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17141] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(963), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17169] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(965), 1,
anon_sym_RBRACE,
STATE(503), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17197] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(374), 1,
anon_sym_RBRACE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
STATE(492), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17225] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(929), 1,
anon_sym_DOLLAR,
ACTIONS(937), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(967), 1,
anon_sym_DQUOTE,
ACTIONS(969), 1,
sym__double_string_content,
ACTIONS(971), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(355), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17251] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(929), 1,
anon_sym_DOLLAR,
ACTIONS(937), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(973), 1,
anon_sym_DQUOTE,
ACTIONS(975), 1,
sym__double_string_content,
ACTIONS(977), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(358), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17277] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(929), 1,
anon_sym_DOLLAR,
ACTIONS(933), 1,
sym__double_string_content,
ACTIONS(937), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(979), 1,
anon_sym_DQUOTE,
ACTIONS(935), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(374), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17303] = 7,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(959), 1,
anon_sym_LPAREN,
ACTIONS(961), 1,
sym_identifier,
STATE(262), 5,
sym_parenthesized_expression,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17329] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(981), 1,
anon_sym_RBRACE,
STATE(461), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17357] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(983), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17385] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(985), 1,
anon_sym_DOLLAR,
ACTIONS(988), 1,
anon_sym_DQUOTE,
ACTIONS(990), 1,
sym__double_string_content,
ACTIONS(996), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(993), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(374), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17411] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(999), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17439] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1001), 1,
anon_sym_RBRACE,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17467] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(913), 1,
anon_sym_DOLLAR,
STATE(485), 1,
sym_attribute,
STATE(549), 2,
sym_variable,
sym_string,
ACTIONS(919), 3,
sym_number,
sym_regex,
sym_identifier,
[17492] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(47), 1,
sym__double_string_content,
ACTIONS(1003), 1,
anon_sym_COLON_COLON,
STATE(382), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(49), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17512] = 6,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(961), 1,
sym_identifier,
STATE(268), 4,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17534] = 6,
ACTIONS(31), 1,
anon_sym_DOLLAR,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(961), 1,
sym_identifier,
STATE(253), 4,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17556] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(41), 1,
sym__double_string_content,
ACTIONS(1003), 1,
anon_sym_COLON_COLON,
STATE(378), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(43), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17576] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
sym__double_string_content,
ACTIONS(1005), 1,
anon_sym_COLON_COLON,
STATE(382), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(53), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17596] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(108), 1,
sym__double_string_content,
ACTIONS(1008), 1,
anon_sym_COLON_COLON,
ACTIONS(110), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17613] = 7,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(520), 1,
anon_sym_default,
ACTIONS(1010), 1,
sym_identifier,
STATE(526), 1,
sym_node_name,
STATE(536), 2,
sym_string,
sym_default,
[17636] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 1,
sym__double_string_content,
ACTIONS(53), 6,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
anon_sym_COLON_COLON,
[17651] = 7,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(520), 1,
anon_sym_default,
ACTIONS(1010), 1,
sym_identifier,
STATE(425), 1,
sym_node_name,
STATE(536), 2,
sym_string,
sym_default,
[17674] = 7,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1012), 1,
anon_sym_RBRACE,
ACTIONS(1014), 1,
sym_identifier,
STATE(455), 1,
sym_attribute_type_entry,
STATE(566), 1,
sym_string,
[17696] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(979), 1,
anon_sym_SQUOTE,
ACTIONS(1016), 1,
sym__single_string_content,
ACTIONS(1018), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(397), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[17714] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1022), 1,
sym__double_string_content,
ACTIONS(1020), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17728] = 6,
ACTIONS(39), 1,
sym_comment,
ACTIONS(540), 1,
anon_sym_RBRACE,
ACTIONS(1024), 1,
anon_sym_elsif,
ACTIONS(1026), 1,
anon_sym_else,
STATE(282), 1,
sym_else_statement,
STATE(405), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
[17748] = 6,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1028), 1,
sym_identifier,
STATE(498), 2,
sym_variable,
sym_string,
[17768] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(170), 1,
sym__double_string_content,
ACTIONS(172), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17782] = 7,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1014), 1,
sym_identifier,
ACTIONS(1030), 1,
anon_sym_RBRACE,
STATE(540), 1,
sym_attribute_type_entry,
STATE(566), 1,
sym_string,
[17804] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(953), 1,
anon_sym_SQUOTE,
ACTIONS(1032), 1,
sym__single_string_content,
ACTIONS(1034), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(388), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[17822] = 6,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1036), 1,
sym_identifier,
STATE(497), 2,
sym_variable,
sym_string,
[17842] = 6,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1038), 1,
sym_identifier,
STATE(516), 2,
sym_variable,
sym_string,
[17862] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1040), 1,
anon_sym_SQUOTE,
ACTIONS(1042), 1,
sym__single_string_content,
ACTIONS(1045), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(397), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[17880] = 6,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1048), 1,
sym_identifier,
STATE(494), 2,
sym_variable,
sym_string,
[17900] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(967), 1,
anon_sym_SQUOTE,
ACTIONS(1050), 1,
sym__single_string_content,
ACTIONS(1052), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(401), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[17918] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(973), 1,
anon_sym_SQUOTE,
ACTIONS(1054), 1,
sym__single_string_content,
ACTIONS(1056), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(402), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[17936] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(931), 1,
anon_sym_SQUOTE,
ACTIONS(1016), 1,
sym__single_string_content,
ACTIONS(1018), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(397), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[17954] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(943), 1,
anon_sym_SQUOTE,
ACTIONS(1016), 1,
sym__single_string_content,
ACTIONS(1018), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(397), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[17972] = 7,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(1058), 1,
anon_sym_LPAREN,
ACTIONS(1060), 1,
anon_sym_inherits,
STATE(327), 1,
sym_block,
STATE(417), 1,
sym_parameter_list,
STATE(521), 1,
sym_class_inherits,
[17994] = 7,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1014), 1,
sym_identifier,
ACTIONS(1062), 1,
anon_sym_RBRACE,
STATE(540), 1,
sym_attribute_type_entry,
STATE(566), 1,
sym_string,
[18016] = 6,
ACTIONS(39), 1,
sym_comment,
ACTIONS(532), 1,
anon_sym_RBRACE,
ACTIONS(1024), 1,
anon_sym_elsif,
ACTIONS(1026), 1,
anon_sym_else,
STATE(299), 1,
sym_else_statement,
STATE(415), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
[18036] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1064), 1,
anon_sym_COLON_COLON,
STATE(406), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(51), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18051] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1067), 1,
anon_sym_COLON_COLON,
STATE(406), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(47), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18066] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1069), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
ACTIONS(665), 3,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
[18081] = 6,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(1058), 1,
anon_sym_LPAREN,
ACTIONS(1072), 1,
anon_sym_GT_GT,
STATE(304), 1,
sym_block,
STATE(500), 1,
sym_parameter_list,
[18100] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1067), 1,
anon_sym_COLON_COLON,
STATE(407), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(41), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18115] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(506), 1,
anon_sym_COLON_COLON,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(156), 2,
sym__identifier,
sym_class_identifier,
[18132] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(472), 1,
anon_sym_COLON_COLON,
ACTIONS(1076), 1,
anon_sym_DOLLAR,
ACTIONS(1078), 1,
sym_identifier,
STATE(151), 2,
sym__identifier,
sym_class_identifier,
[18149] = 6,
ACTIONS(33), 1,
anon_sym_DQUOTE,
ACTIONS(35), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1014), 1,
sym_identifier,
STATE(540), 1,
sym_attribute_type_entry,
STATE(566), 1,
sym_string,
[18168] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(114), 1,
anon_sym_COLON_COLON,
ACTIONS(1080), 1,
anon_sym_DOLLAR,
ACTIONS(1082), 1,
sym_identifier,
STATE(26), 2,
sym__identifier,
sym_class_identifier,
[18185] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1084), 1,
anon_sym_elsif,
ACTIONS(566), 2,
anon_sym_RBRACE,
anon_sym_else,
STATE(415), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
[18200] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(506), 1,
anon_sym_COLON_COLON,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(961), 1,
sym_identifier,
STATE(156), 2,
sym__identifier,
sym_class_identifier,
[18217] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(1060), 1,
anon_sym_inherits,
STATE(323), 1,
sym_block,
STATE(512), 1,
sym_class_inherits,
[18233] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(51), 4,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
anon_sym_COLON_COLON,
[18243] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1087), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__resource_block_repeat1,
ACTIONS(917), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[18257] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(552), 2,
sym__identifier,
sym_class_identifier,
[18271] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(731), 1,
anon_sym_LBRACK,
ACTIONS(1089), 1,
anon_sym_COMMA,
ACTIONS(1091), 1,
anon_sym_RBRACK,
STATE(466), 1,
aux_sym_array_type_repeat1,
[18287] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(1058), 1,
anon_sym_LPAREN,
STATE(312), 1,
sym_block,
STATE(529), 1,
sym_parameter_list,
[18303] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(1093), 1,
anon_sym_COMMA,
STATE(315), 1,
sym_block,
STATE(471), 1,
aux_sym_node_definition_repeat1,
[18319] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(559), 2,
sym__identifier,
sym_class_identifier,
[18333] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(1093), 1,
anon_sym_COMMA,
STATE(316), 1,
sym_block,
STATE(423), 1,
aux_sym_node_definition_repeat1,
[18349] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1095), 1,
anon_sym_DOLLAR,
ACTIONS(1097), 1,
sym_identifier,
STATE(403), 2,
sym__identifier,
sym_class_identifier,
[18363] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1099), 1,
anon_sym_DOLLAR,
ACTIONS(1101), 1,
sym_identifier,
STATE(392), 2,
sym__identifier,
sym_class_identifier,
[18377] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(731), 1,
anon_sym_LBRACK,
ACTIONS(1103), 1,
anon_sym_COMMA,
ACTIONS(1105), 1,
anon_sym_RBRACK,
STATE(507), 1,
aux_sym_composite_type_repeat1,
[18393] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(557), 2,
sym__identifier,
sym_class_identifier,
[18407] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(409), 2,
sym__identifier,
sym_class_identifier,
[18421] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1109), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__resource_block_repeat1,
ACTIONS(1107), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[18435] = 5,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1112), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(1114), 1,
anon_sym_PIPE_GT,
ACTIONS(1116), 1,
sym_identifier,
STATE(535), 1,
sym_search_expression,
[18451] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1120), 1,
anon_sym_COMMA,
STATE(419), 1,
aux_sym__resource_block_repeat1,
ACTIONS(1118), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[18465] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(546), 2,
sym__identifier,
sym_class_identifier,
[18479] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(422), 2,
sym__identifier,
sym_class_identifier,
[18493] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(514), 1,
anon_sym_DOLLAR,
ACTIONS(1074), 1,
sym_identifier,
STATE(156), 2,
sym__identifier,
sym_class_identifier,
[18507] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1122), 1,
anon_sym_COLON_COLON,
ACTIONS(108), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18519] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1124), 1,
anon_sym_RBRACE,
ACTIONS(1126), 1,
anon_sym_SEMI,
STATE(438), 1,
aux_sym_resource_declaration_repeat1,
[18532] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1131), 1,
anon_sym_EQ,
ACTIONS(1129), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[18543] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1001), 1,
anon_sym_RBRACE,
ACTIONS(1133), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__resource_block_repeat1,
[18556] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(166), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(168), 1,
anon_sym_PIPE_GT,
ACTIONS(504), 1,
anon_sym_LBRACK,
[18569] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1135), 1,
anon_sym_COMMA,
ACTIONS(1137), 1,
anon_sym_PIPE,
STATE(444), 1,
aux_sym_lambda_repeat1,
[18582] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1135), 1,
anon_sym_COMMA,
ACTIONS(1139), 1,
anon_sym_PIPE,
STATE(442), 1,
aux_sym_lambda_repeat1,
[18595] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1141), 1,
anon_sym_COMMA,
ACTIONS(1144), 1,
anon_sym_PIPE,
STATE(444), 1,
aux_sym_lambda_repeat1,
[18608] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1146), 1,
anon_sym_PIPE,
STATE(443), 1,
sym_variable,
[18621] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(701), 1,
anon_sym_COMMA,
ACTIONS(1148), 1,
anon_sym_COLON,
STATE(408), 1,
aux_sym_case_item_repeat1,
[18634] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1150), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[18643] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(440), 1,
anon_sym_RPAREN,
ACTIONS(1152), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[18656] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1154), 1,
anon_sym_RBRACE,
ACTIONS(1156), 1,
anon_sym_SEMI,
STATE(438), 1,
aux_sym_resource_declaration_repeat1,
[18669] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1158), 1,
anon_sym_RBRACE,
ACTIONS(1160), 1,
anon_sym_SEMI,
STATE(438), 1,
aux_sym_resource_declaration_repeat1,
[18682] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(731), 1,
anon_sym_LBRACK,
STATE(296), 1,
sym_block,
[18695] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1164), 1,
anon_sym_EQ,
ACTIONS(1162), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[18706] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(550), 1,
anon_sym_RPAREN,
ACTIONS(1166), 1,
anon_sym_COMMA,
STATE(505), 1,
aux_sym_parameter_list_repeat1,
[18719] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1168), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[18728] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1170), 1,
anon_sym_RBRACE,
ACTIONS(1172), 1,
anon_sym_COMMA,
STATE(483), 1,
aux_sym_attribute_type_repeat1,
[18741] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1135), 1,
anon_sym_COMMA,
ACTIONS(1174), 1,
anon_sym_PIPE,
STATE(444), 1,
aux_sym_lambda_repeat1,
[18754] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(410), 1,
anon_sym_RPAREN,
ACTIONS(1176), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[18767] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1178), 1,
anon_sym_PIPE,
STATE(482), 1,
sym_variable,
[18780] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1180), 1,
anon_sym_RBRACE,
ACTIONS(1182), 1,
anon_sym_SEMI,
STATE(438), 1,
aux_sym_resource_declaration_repeat1,
[18793] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(951), 1,
anon_sym_RBRACE,
ACTIONS(1184), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__resource_block_repeat1,
[18806] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1186), 1,
anon_sym_RBRACE,
ACTIONS(1188), 1,
anon_sym_COMMA,
STATE(440), 1,
aux_sym__resource_block_repeat1,
[18819] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1190), 1,
anon_sym_COMMA,
ACTIONS(1192), 1,
anon_sym_RBRACK,
STATE(475), 1,
aux_sym_resource_reference_repeat1,
[18832] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1135), 1,
anon_sym_COMMA,
ACTIONS(1194), 1,
anon_sym_PIPE,
STATE(456), 1,
aux_sym_lambda_repeat1,
[18845] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
ACTIONS(1196), 1,
anon_sym_PIPE,
STATE(463), 1,
sym_variable,
[18858] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(731), 1,
anon_sym_LBRACK,
ACTIONS(1198), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[18869] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1089), 1,
anon_sym_COMMA,
ACTIONS(1200), 1,
anon_sym_RBRACK,
STATE(495), 1,
aux_sym_array_type_repeat1,
[18882] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(424), 1,
anon_sym_RBRACK,
ACTIONS(1202), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[18895] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1204), 1,
anon_sym_RBRACE,
ACTIONS(1206), 1,
anon_sym_SEMI,
STATE(449), 1,
aux_sym_resource_declaration_repeat1,
[18908] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1208), 1,
anon_sym_RBRACE,
ACTIONS(1210), 1,
anon_sym_SEMI,
STATE(450), 1,
aux_sym_resource_declaration_repeat1,
[18921] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(731), 1,
anon_sym_LBRACK,
STATE(310), 1,
sym_block,
[18934] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1212), 1,
anon_sym_LBRACE,
ACTIONS(1214), 1,
anon_sym_COMMA,
STATE(471), 1,
aux_sym_node_definition_repeat1,
[18947] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(731), 1,
anon_sym_LBRACK,
ACTIONS(1217), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[18958] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1217), 1,
anon_sym_RBRACK,
ACTIONS(1219), 1,
anon_sym_COMMA,
STATE(473), 1,
aux_sym_composite_type_repeat1,
[18971] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1222), 1,
anon_sym_RBRACE,
ACTIONS(1224), 1,
anon_sym_COMMA,
STATE(510), 1,
aux_sym__resource_block_repeat1,
[18984] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1226), 1,
anon_sym_COMMA,
ACTIONS(1229), 1,
anon_sym_RBRACK,
STATE(475), 1,
aux_sym_resource_reference_repeat1,
[18997] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(731), 1,
anon_sym_LBRACK,
ACTIONS(913), 1,
anon_sym_DOLLAR,
STATE(452), 1,
sym_variable,
[19010] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1231), 1,
anon_sym_COMMA,
ACTIONS(1233), 1,
anon_sym_RPAREN,
STATE(453), 1,
aux_sym_parameter_list_repeat1,
[19023] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(414), 1,
anon_sym_RPAREN,
ACTIONS(1235), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[19036] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1237), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[19045] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(731), 1,
anon_sym_LBRACK,
ACTIONS(1239), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19056] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1241), 3,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RBRACK,
[19065] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1135), 1,
anon_sym_COMMA,
ACTIONS(1243), 1,
anon_sym_PIPE,
STATE(499), 1,
aux_sym_lambda_repeat1,
[19078] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1030), 1,
anon_sym_RBRACE,
ACTIONS(1245), 1,
anon_sym_COMMA,
STATE(496), 1,
aux_sym_attribute_type_repeat1,
[19091] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1247), 1,
anon_sym_RBRACE,
ACTIONS(1249), 1,
anon_sym_COMMA,
STATE(493), 1,
aux_sym__resource_block_repeat1,
[19104] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1107), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[19113] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(695), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[19122] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(420), 1,
anon_sym_RPAREN,
ACTIONS(1251), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[19135] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1190), 1,
anon_sym_COMMA,
ACTIONS(1253), 1,
anon_sym_RBRACK,
STATE(475), 1,
aux_sym_resource_reference_repeat1,
[19148] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1103), 1,
anon_sym_COMMA,
ACTIONS(1105), 1,
anon_sym_RBRACK,
STATE(507), 1,
aux_sym_composite_type_repeat1,
[19161] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1255), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[19170] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1257), 1,
anon_sym_RBRACE,
ACTIONS(1259), 1,
anon_sym_SEMI,
STATE(459), 1,
aux_sym_resource_declaration_repeat1,
[19183] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1261), 1,
anon_sym_RBRACE,
ACTIONS(1263), 1,
anon_sym_COMMA,
STATE(460), 1,
aux_sym__resource_block_repeat1,
[19196] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(927), 1,
anon_sym_RBRACE,
ACTIONS(1265), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__resource_block_repeat1,
[19209] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1190), 1,
anon_sym_COMMA,
ACTIONS(1267), 1,
anon_sym_RBRACK,
STATE(462), 1,
aux_sym_resource_reference_repeat1,
[19222] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1239), 1,
anon_sym_RBRACK,
ACTIONS(1269), 1,
anon_sym_COMMA,
STATE(495), 1,
aux_sym_array_type_repeat1,
[19235] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1272), 1,
anon_sym_RBRACE,
ACTIONS(1274), 1,
anon_sym_COMMA,
STATE(496), 1,
aux_sym_attribute_type_repeat1,
[19248] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1190), 1,
anon_sym_COMMA,
ACTIONS(1277), 1,
anon_sym_RBRACK,
STATE(504), 1,
aux_sym_resource_reference_repeat1,
[19261] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1190), 1,
anon_sym_COMMA,
ACTIONS(1279), 1,
anon_sym_RBRACK,
STATE(488), 1,
aux_sym_resource_reference_repeat1,
[19274] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1135), 1,
anon_sym_COMMA,
ACTIONS(1281), 1,
anon_sym_PIPE,
STATE(444), 1,
aux_sym_lambda_repeat1,
[19287] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
ACTIONS(1283), 1,
anon_sym_GT_GT,
STATE(287), 1,
sym_block,
[19300] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(925), 1,
anon_sym_RBRACE,
ACTIONS(1285), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__resource_block_repeat1,
[19313] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(406), 1,
anon_sym_RBRACK,
ACTIONS(1287), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[19326] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1289), 1,
anon_sym_RBRACE,
ACTIONS(1291), 1,
anon_sym_COMMA,
STATE(501), 1,
aux_sym__resource_block_repeat1,
[19339] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1190), 1,
anon_sym_COMMA,
ACTIONS(1293), 1,
anon_sym_RBRACK,
STATE(475), 1,
aux_sym_resource_reference_repeat1,
[19352] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1295), 1,
anon_sym_COMMA,
ACTIONS(1298), 1,
anon_sym_RPAREN,
STATE(505), 1,
aux_sym_parameter_list_repeat1,
[19365] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(442), 1,
anon_sym_RPAREN,
ACTIONS(1300), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[19378] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(528), 1,
anon_sym_RBRACK,
ACTIONS(1302), 1,
anon_sym_COMMA,
STATE(473), 1,
aux_sym_composite_type_repeat1,
[19391] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1089), 1,
anon_sym_COMMA,
ACTIONS(1091), 1,
anon_sym_RBRACK,
STATE(466), 1,
aux_sym_array_type_repeat1,
[19404] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(644), 3,
anon_sym_RBRACE,
anon_sym_elsif,
anon_sym_else,
[19413] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(983), 1,
anon_sym_RBRACE,
ACTIONS(1304), 1,
anon_sym_COMMA,
STATE(431), 1,
aux_sym__resource_block_repeat1,
[19426] = 4,
ACTIONS(39), 1,
sym_comment,
ACTIONS(438), 1,
anon_sym_RPAREN,
ACTIONS(1306), 1,
anon_sym_COMMA,
STATE(408), 1,
aux_sym_case_item_repeat1,
[19439] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(313), 1,
sym_block,
[19449] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1198), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[19457] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
STATE(168), 1,
sym_block,
[19467] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
STATE(186), 1,
sym_block,
[19477] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1229), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19485] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1308), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(1310), 1,
anon_sym_PIPE_GT,
[19495] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1312), 1,
anon_sym_LBRACE,
STATE(346), 1,
sym_block,
[19505] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(476), 1,
anon_sym_LBRACE,
STATE(169), 1,
sym_block,
[19515] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1312), 1,
anon_sym_LBRACE,
STATE(347), 1,
sym_block,
[19525] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(323), 1,
sym_block,
[19535] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(571), 1,
sym_block,
[19545] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1144), 2,
anon_sym_COMMA,
anon_sym_PIPE,
[19553] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(913), 1,
anon_sym_DOLLAR,
STATE(523), 1,
sym_variable,
[19563] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(293), 1,
sym_block,
[19573] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1212), 2,
anon_sym_LBRACE,
anon_sym_COMMA,
[19581] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1314), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[19589] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1217), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19597] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(290), 1,
sym_block,
[19607] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(330), 1,
sym_block,
[19617] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1239), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19625] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1298), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19633] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1316), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
[19641] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(120), 1,
anon_sym_LBRACE,
STATE(40), 1,
sym_block,
[19651] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1318), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(1320), 1,
anon_sym_PIPE_GT,
[19661] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1322), 2,
anon_sym_LBRACE,
anon_sym_COMMA,
[19669] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(335), 1,
sym_block,
[19679] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(120), 1,
anon_sym_LBRACE,
STATE(47), 1,
sym_block,
[19689] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(599), 1,
anon_sym_LBRACE,
STATE(275), 1,
sym_block,
[19699] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1272), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[19707] = 3,
ACTIONS(39), 1,
sym_comment,
ACTIONS(120), 1,
anon_sym_LBRACE,
STATE(36), 1,
sym_block,
[19717] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(556), 1,
anon_sym_QMARK,
[19724] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1324), 1,
sym_identifier,
[19731] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1326), 1,
sym_identifier,
[19738] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1122), 1,
anon_sym_COLON_COLON,
[19745] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1328), 1,
anon_sym_EQ,
[19752] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1330), 1,
sym_identifier,
[19759] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1332), 1,
anon_sym_RBRACK,
[19766] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(564), 1,
anon_sym_EQ_GT,
[19773] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1334), 1,
sym_identifier,
[19780] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1336), 1,
sym_identifier,
[19787] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1338), 1,
anon_sym_LBRACE,
[19794] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1340), 1,
ts_builtin_sym_end,
[19801] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1342), 1,
sym_identifier,
[19808] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(895), 1,
anon_sym_RBRACE,
[19815] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(506), 1,
anon_sym_COLON_COLON,
[19822] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1344), 1,
anon_sym_LBRACE,
[19829] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1346), 1,
sym_identifier,
[19836] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1348), 1,
anon_sym_LBRACE,
[19843] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1350), 1,
sym_identifier,
[19850] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1352), 1,
anon_sym_COLON,
[19857] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1354), 1,
sym_identifier,
[19864] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(332), 1,
anon_sym_RBRACE,
[19871] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1356), 1,
sym_identifier,
[19878] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(472), 1,
anon_sym_COLON_COLON,
[19885] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1358), 1,
anon_sym_EQ_GT,
[19892] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1360), 1,
sym_identifier,
[19899] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1362), 1,
anon_sym_RBRACE,
[19906] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1364), 1,
anon_sym_LPAREN,
[19913] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(504), 1,
anon_sym_LBRACK,
[19920] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1366), 1,
anon_sym_RBRACE,
[19927] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1368), 1,
anon_sym_COLON_COLON,
[19934] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(114), 1,
anon_sym_COLON_COLON,
[19941] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1370), 1,
anon_sym_LBRACE,
[19948] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1372), 1,
anon_sym_LPAREN,
[19955] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1374), 1,
anon_sym_LPAREN,
[19962] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1376), 1,
sym_identifier,
[19969] = 2,
ACTIONS(39), 1,
sym_comment,
ACTIONS(1378), 1,
sym_identifier,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 56,
[SMALL_STATE(4)] = 112,
[SMALL_STATE(5)] = 168,
[SMALL_STATE(6)] = 263,
[SMALL_STATE(7)] = 318,
[SMALL_STATE(8)] = 369,
[SMALL_STATE(9)] = 463,
[SMALL_STATE(10)] = 521,
[SMALL_STATE(11)] = 579,
[SMALL_STATE(12)] = 673,
[SMALL_STATE(13)] = 767,
[SMALL_STATE(14)] = 825,
[SMALL_STATE(15)] = 883,
[SMALL_STATE(16)] = 977,
[SMALL_STATE(17)] = 1071,
[SMALL_STATE(18)] = 1165,
[SMALL_STATE(19)] = 1259,
[SMALL_STATE(20)] = 1353,
[SMALL_STATE(21)] = 1447,
[SMALL_STATE(22)] = 1541,
[SMALL_STATE(23)] = 1635,
[SMALL_STATE(24)] = 1688,
[SMALL_STATE(25)] = 1739,
[SMALL_STATE(26)] = 1789,
[SMALL_STATE(27)] = 1837,
[SMALL_STATE(28)] = 1885,
[SMALL_STATE(29)] = 1935,
[SMALL_STATE(30)] = 2023,
[SMALL_STATE(31)] = 2071,
[SMALL_STATE(32)] = 2118,
[SMALL_STATE(33)] = 2171,
[SMALL_STATE(34)] = 2218,
[SMALL_STATE(35)] = 2265,
[SMALL_STATE(36)] = 2312,
[SMALL_STATE(37)] = 2359,
[SMALL_STATE(38)] = 2406,
[SMALL_STATE(39)] = 2453,
[SMALL_STATE(40)] = 2500,
[SMALL_STATE(41)] = 2547,
[SMALL_STATE(42)] = 2594,
[SMALL_STATE(43)] = 2641,
[SMALL_STATE(44)] = 2688,
[SMALL_STATE(45)] = 2735,
[SMALL_STATE(46)] = 2782,
[SMALL_STATE(47)] = 2829,
[SMALL_STATE(48)] = 2876,
[SMALL_STATE(49)] = 2923,
[SMALL_STATE(50)] = 2972,
[SMALL_STATE(51)] = 3019,
[SMALL_STATE(52)] = 3086,
[SMALL_STATE(53)] = 3155,
[SMALL_STATE(54)] = 3202,
[SMALL_STATE(55)] = 3249,
[SMALL_STATE(56)] = 3296,
[SMALL_STATE(57)] = 3361,
[SMALL_STATE(58)] = 3422,
[SMALL_STATE(59)] = 3469,
[SMALL_STATE(60)] = 3526,
[SMALL_STATE(61)] = 3573,
[SMALL_STATE(62)] = 3620,
[SMALL_STATE(63)] = 3667,
[SMALL_STATE(64)] = 3726,
[SMALL_STATE(65)] = 3773,
[SMALL_STATE(66)] = 3820,
[SMALL_STATE(67)] = 3867,
[SMALL_STATE(68)] = 3918,
[SMALL_STATE(69)] = 3965,
[SMALL_STATE(70)] = 4049,
[SMALL_STATE(71)] = 4133,
[SMALL_STATE(72)] = 4214,
[SMALL_STATE(73)] = 4300,
[SMALL_STATE(74)] = 4346,
[SMALL_STATE(75)] = 4392,
[SMALL_STATE(76)] = 4438,
[SMALL_STATE(77)] = 4484,
[SMALL_STATE(78)] = 4530,
[SMALL_STATE(79)] = 4576,
[SMALL_STATE(80)] = 4617,
[SMALL_STATE(81)] = 4694,
[SMALL_STATE(82)] = 4735,
[SMALL_STATE(83)] = 4812,
[SMALL_STATE(84)] = 4889,
[SMALL_STATE(85)] = 4966,
[SMALL_STATE(86)] = 5043,
[SMALL_STATE(87)] = 5120,
[SMALL_STATE(88)] = 5197,
[SMALL_STATE(89)] = 5274,
[SMALL_STATE(90)] = 5348,
[SMALL_STATE(91)] = 5422,
[SMALL_STATE(92)] = 5496,
[SMALL_STATE(93)] = 5570,
[SMALL_STATE(94)] = 5644,
[SMALL_STATE(95)] = 5718,
[SMALL_STATE(96)] = 5792,
[SMALL_STATE(97)] = 5866,
[SMALL_STATE(98)] = 5940,
[SMALL_STATE(99)] = 6014,
[SMALL_STATE(100)] = 6088,
[SMALL_STATE(101)] = 6162,
[SMALL_STATE(102)] = 6236,
[SMALL_STATE(103)] = 6310,
[SMALL_STATE(104)] = 6384,
[SMALL_STATE(105)] = 6458,
[SMALL_STATE(106)] = 6532,
[SMALL_STATE(107)] = 6606,
[SMALL_STATE(108)] = 6680,
[SMALL_STATE(109)] = 6754,
[SMALL_STATE(110)] = 6828,
[SMALL_STATE(111)] = 6902,
[SMALL_STATE(112)] = 6976,
[SMALL_STATE(113)] = 7050,
[SMALL_STATE(114)] = 7121,
[SMALL_STATE(115)] = 7192,
[SMALL_STATE(116)] = 7263,
[SMALL_STATE(117)] = 7334,
[SMALL_STATE(118)] = 7405,
[SMALL_STATE(119)] = 7476,
[SMALL_STATE(120)] = 7547,
[SMALL_STATE(121)] = 7618,
[SMALL_STATE(122)] = 7689,
[SMALL_STATE(123)] = 7760,
[SMALL_STATE(124)] = 7831,
[SMALL_STATE(125)] = 7902,
[SMALL_STATE(126)] = 7973,
[SMALL_STATE(127)] = 8044,
[SMALL_STATE(128)] = 8115,
[SMALL_STATE(129)] = 8186,
[SMALL_STATE(130)] = 8257,
[SMALL_STATE(131)] = 8328,
[SMALL_STATE(132)] = 8399,
[SMALL_STATE(133)] = 8470,
[SMALL_STATE(134)] = 8541,
[SMALL_STATE(135)] = 8612,
[SMALL_STATE(136)] = 8683,
[SMALL_STATE(137)] = 8754,
[SMALL_STATE(138)] = 8825,
[SMALL_STATE(139)] = 8896,
[SMALL_STATE(140)] = 8967,
[SMALL_STATE(141)] = 9038,
[SMALL_STATE(142)] = 9109,
[SMALL_STATE(143)] = 9180,
[SMALL_STATE(144)] = 9251,
[SMALL_STATE(145)] = 9322,
[SMALL_STATE(146)] = 9393,
[SMALL_STATE(147)] = 9464,
[SMALL_STATE(148)] = 9535,
[SMALL_STATE(149)] = 9576,
[SMALL_STATE(150)] = 9647,
[SMALL_STATE(151)] = 9689,
[SMALL_STATE(152)] = 9727,
[SMALL_STATE(153)] = 9772,
[SMALL_STATE(154)] = 9817,
[SMALL_STATE(155)] = 9862,
[SMALL_STATE(156)] = 9907,
[SMALL_STATE(157)] = 9944,
[SMALL_STATE(158)] = 9980,
[SMALL_STATE(159)] = 10016,
[SMALL_STATE(160)] = 10052,
[SMALL_STATE(161)] = 10092,
[SMALL_STATE(162)] = 10128,
[SMALL_STATE(163)] = 10163,
[SMALL_STATE(164)] = 10198,
[SMALL_STATE(165)] = 10233,
[SMALL_STATE(166)] = 10270,
[SMALL_STATE(167)] = 10307,
[SMALL_STATE(168)] = 10342,
[SMALL_STATE(169)] = 10376,
[SMALL_STATE(170)] = 10410,
[SMALL_STATE(171)] = 10444,
[SMALL_STATE(172)] = 10478,
[SMALL_STATE(173)] = 10512,
[SMALL_STATE(174)] = 10546,
[SMALL_STATE(175)] = 10588,
[SMALL_STATE(176)] = 10632,
[SMALL_STATE(177)] = 10672,
[SMALL_STATE(178)] = 10710,
[SMALL_STATE(179)] = 10760,
[SMALL_STATE(180)] = 10808,
[SMALL_STATE(181)] = 10854,
[SMALL_STATE(182)] = 10890,
[SMALL_STATE(183)] = 10924,
[SMALL_STATE(184)] = 10964,
[SMALL_STATE(185)] = 10998,
[SMALL_STATE(186)] = 11032,
[SMALL_STATE(187)] = 11066,
[SMALL_STATE(188)] = 11100,
[SMALL_STATE(189)] = 11134,
[SMALL_STATE(190)] = 11168,
[SMALL_STATE(191)] = 11202,
[SMALL_STATE(192)] = 11236,
[SMALL_STATE(193)] = 11288,
[SMALL_STATE(194)] = 11340,
[SMALL_STATE(195)] = 11374,
[SMALL_STATE(196)] = 11410,
[SMALL_STATE(197)] = 11444,
[SMALL_STATE(198)] = 11478,
[SMALL_STATE(199)] = 11512,
[SMALL_STATE(200)] = 11546,
[SMALL_STATE(201)] = 11580,
[SMALL_STATE(202)] = 11614,
[SMALL_STATE(203)] = 11648,
[SMALL_STATE(204)] = 11700,
[SMALL_STATE(205)] = 11752,
[SMALL_STATE(206)] = 11801,
[SMALL_STATE(207)] = 11850,
[SMALL_STATE(208)] = 11883,
[SMALL_STATE(209)] = 11924,
[SMALL_STATE(210)] = 11965,
[SMALL_STATE(211)] = 11998,
[SMALL_STATE(212)] = 12047,
[SMALL_STATE(213)] = 12096,
[SMALL_STATE(214)] = 12145,
[SMALL_STATE(215)] = 12194,
[SMALL_STATE(216)] = 12235,
[SMALL_STATE(217)] = 12273,
[SMALL_STATE(218)] = 12319,
[SMALL_STATE(219)] = 12357,
[SMALL_STATE(220)] = 12393,
[SMALL_STATE(221)] = 12429,
[SMALL_STATE(222)] = 12460,
[SMALL_STATE(223)] = 12491,
[SMALL_STATE(224)] = 12522,
[SMALL_STATE(225)] = 12553,
[SMALL_STATE(226)] = 12584,
[SMALL_STATE(227)] = 12615,
[SMALL_STATE(228)] = 12654,
[SMALL_STATE(229)] = 12685,
[SMALL_STATE(230)] = 12716,
[SMALL_STATE(231)] = 12755,
[SMALL_STATE(232)] = 12786,
[SMALL_STATE(233)] = 12817,
[SMALL_STATE(234)] = 12848,
[SMALL_STATE(235)] = 12879,
[SMALL_STATE(236)] = 12918,
[SMALL_STATE(237)] = 12957,
[SMALL_STATE(238)] = 12988,
[SMALL_STATE(239)] = 13019,
[SMALL_STATE(240)] = 13050,
[SMALL_STATE(241)] = 13084,
[SMALL_STATE(242)] = 13118,
[SMALL_STATE(243)] = 13158,
[SMALL_STATE(244)] = 13188,
[SMALL_STATE(245)] = 13228,
[SMALL_STATE(246)] = 13258,
[SMALL_STATE(247)] = 13292,
[SMALL_STATE(248)] = 13328,
[SMALL_STATE(249)] = 13358,
[SMALL_STATE(250)] = 13406,
[SMALL_STATE(251)] = 13436,
[SMALL_STATE(252)] = 13470,
[SMALL_STATE(253)] = 13500,
[SMALL_STATE(254)] = 13534,
[SMALL_STATE(255)] = 13568,
[SMALL_STATE(256)] = 13608,
[SMALL_STATE(257)] = 13638,
[SMALL_STATE(258)] = 13668,
[SMALL_STATE(259)] = 13715,
[SMALL_STATE(260)] = 13766,
[SMALL_STATE(261)] = 13799,
[SMALL_STATE(262)] = 13850,
[SMALL_STATE(263)] = 13879,
[SMALL_STATE(264)] = 13930,
[SMALL_STATE(265)] = 13981,
[SMALL_STATE(266)] = 14032,
[SMALL_STATE(267)] = 14083,
[SMALL_STATE(268)] = 14112,
[SMALL_STATE(269)] = 14141,
[SMALL_STATE(270)] = 14192,
[SMALL_STATE(271)] = 14225,
[SMALL_STATE(272)] = 14256,
[SMALL_STATE(273)] = 14287,
[SMALL_STATE(274)] = 14338,
[SMALL_STATE(275)] = 14389,
[SMALL_STATE(276)] = 14417,
[SMALL_STATE(277)] = 14445,
[SMALL_STATE(278)] = 14473,
[SMALL_STATE(279)] = 14503,
[SMALL_STATE(280)] = 14531,
[SMALL_STATE(281)] = 14559,
[SMALL_STATE(282)] = 14587,
[SMALL_STATE(283)] = 14615,
[SMALL_STATE(284)] = 14643,
[SMALL_STATE(285)] = 14671,
[SMALL_STATE(286)] = 14699,
[SMALL_STATE(287)] = 14727,
[SMALL_STATE(288)] = 14755,
[SMALL_STATE(289)] = 14783,
[SMALL_STATE(290)] = 14811,
[SMALL_STATE(291)] = 14839,
[SMALL_STATE(292)] = 14867,
[SMALL_STATE(293)] = 14915,
[SMALL_STATE(294)] = 14943,
[SMALL_STATE(295)] = 14971,
[SMALL_STATE(296)] = 15017,
[SMALL_STATE(297)] = 15045,
[SMALL_STATE(298)] = 15073,
[SMALL_STATE(299)] = 15101,
[SMALL_STATE(300)] = 15129,
[SMALL_STATE(301)] = 15157,
[SMALL_STATE(302)] = 15185,
[SMALL_STATE(303)] = 15213,
[SMALL_STATE(304)] = 15261,
[SMALL_STATE(305)] = 15289,
[SMALL_STATE(306)] = 15337,
[SMALL_STATE(307)] = 15365,
[SMALL_STATE(308)] = 15393,
[SMALL_STATE(309)] = 15421,
[SMALL_STATE(310)] = 15449,
[SMALL_STATE(311)] = 15477,
[SMALL_STATE(312)] = 15507,
[SMALL_STATE(313)] = 15535,
[SMALL_STATE(314)] = 15563,
[SMALL_STATE(315)] = 15591,
[SMALL_STATE(316)] = 15619,
[SMALL_STATE(317)] = 15647,
[SMALL_STATE(318)] = 15675,
[SMALL_STATE(319)] = 15703,
[SMALL_STATE(320)] = 15731,
[SMALL_STATE(321)] = 15759,
[SMALL_STATE(322)] = 15787,
[SMALL_STATE(323)] = 15835,
[SMALL_STATE(324)] = 15863,
[SMALL_STATE(325)] = 15909,
[SMALL_STATE(326)] = 15937,
[SMALL_STATE(327)] = 15965,
[SMALL_STATE(328)] = 15993,
[SMALL_STATE(329)] = 16021,
[SMALL_STATE(330)] = 16049,
[SMALL_STATE(331)] = 16077,
[SMALL_STATE(332)] = 16105,
[SMALL_STATE(333)] = 16133,
[SMALL_STATE(334)] = 16161,
[SMALL_STATE(335)] = 16189,
[SMALL_STATE(336)] = 16217,
[SMALL_STATE(337)] = 16245,
[SMALL_STATE(338)] = 16290,
[SMALL_STATE(339)] = 16335,
[SMALL_STATE(340)] = 16380,
[SMALL_STATE(341)] = 16425,
[SMALL_STATE(342)] = 16470,
[SMALL_STATE(343)] = 16515,
[SMALL_STATE(344)] = 16560,
[SMALL_STATE(345)] = 16586,
[SMALL_STATE(346)] = 16612,
[SMALL_STATE(347)] = 16638,
[SMALL_STATE(348)] = 16664,
[SMALL_STATE(349)] = 16705,
[SMALL_STATE(350)] = 16734,
[SMALL_STATE(351)] = 16755,
[SMALL_STATE(352)] = 16784,
[SMALL_STATE(353)] = 16813,
[SMALL_STATE(354)] = 16841,
[SMALL_STATE(355)] = 16869,
[SMALL_STATE(356)] = 16895,
[SMALL_STATE(357)] = 16923,
[SMALL_STATE(358)] = 16951,
[SMALL_STATE(359)] = 16977,
[SMALL_STATE(360)] = 17005,
[SMALL_STATE(361)] = 17033,
[SMALL_STATE(362)] = 17061,
[SMALL_STATE(363)] = 17089,
[SMALL_STATE(364)] = 17115,
[SMALL_STATE(365)] = 17141,
[SMALL_STATE(366)] = 17169,
[SMALL_STATE(367)] = 17197,
[SMALL_STATE(368)] = 17225,
[SMALL_STATE(369)] = 17251,
[SMALL_STATE(370)] = 17277,
[SMALL_STATE(371)] = 17303,
[SMALL_STATE(372)] = 17329,
[SMALL_STATE(373)] = 17357,
[SMALL_STATE(374)] = 17385,
[SMALL_STATE(375)] = 17411,
[SMALL_STATE(376)] = 17439,
[SMALL_STATE(377)] = 17467,
[SMALL_STATE(378)] = 17492,
[SMALL_STATE(379)] = 17512,
[SMALL_STATE(380)] = 17534,
[SMALL_STATE(381)] = 17556,
[SMALL_STATE(382)] = 17576,
[SMALL_STATE(383)] = 17596,
[SMALL_STATE(384)] = 17613,
[SMALL_STATE(385)] = 17636,
[SMALL_STATE(386)] = 17651,
[SMALL_STATE(387)] = 17674,
[SMALL_STATE(388)] = 17696,
[SMALL_STATE(389)] = 17714,
[SMALL_STATE(390)] = 17728,
[SMALL_STATE(391)] = 17748,
[SMALL_STATE(392)] = 17768,
[SMALL_STATE(393)] = 17782,
[SMALL_STATE(394)] = 17804,
[SMALL_STATE(395)] = 17822,
[SMALL_STATE(396)] = 17842,
[SMALL_STATE(397)] = 17862,
[SMALL_STATE(398)] = 17880,
[SMALL_STATE(399)] = 17900,
[SMALL_STATE(400)] = 17918,
[SMALL_STATE(401)] = 17936,
[SMALL_STATE(402)] = 17954,
[SMALL_STATE(403)] = 17972,
[SMALL_STATE(404)] = 17994,
[SMALL_STATE(405)] = 18016,
[SMALL_STATE(406)] = 18036,
[SMALL_STATE(407)] = 18051,
[SMALL_STATE(408)] = 18066,
[SMALL_STATE(409)] = 18081,
[SMALL_STATE(410)] = 18100,
[SMALL_STATE(411)] = 18115,
[SMALL_STATE(412)] = 18132,
[SMALL_STATE(413)] = 18149,
[SMALL_STATE(414)] = 18168,
[SMALL_STATE(415)] = 18185,
[SMALL_STATE(416)] = 18200,
[SMALL_STATE(417)] = 18217,
[SMALL_STATE(418)] = 18233,
[SMALL_STATE(419)] = 18243,
[SMALL_STATE(420)] = 18257,
[SMALL_STATE(421)] = 18271,
[SMALL_STATE(422)] = 18287,
[SMALL_STATE(423)] = 18303,
[SMALL_STATE(424)] = 18319,
[SMALL_STATE(425)] = 18333,
[SMALL_STATE(426)] = 18349,
[SMALL_STATE(427)] = 18363,
[SMALL_STATE(428)] = 18377,
[SMALL_STATE(429)] = 18393,
[SMALL_STATE(430)] = 18407,
[SMALL_STATE(431)] = 18421,
[SMALL_STATE(432)] = 18435,
[SMALL_STATE(433)] = 18451,
[SMALL_STATE(434)] = 18465,
[SMALL_STATE(435)] = 18479,
[SMALL_STATE(436)] = 18493,
[SMALL_STATE(437)] = 18507,
[SMALL_STATE(438)] = 18519,
[SMALL_STATE(439)] = 18532,
[SMALL_STATE(440)] = 18543,
[SMALL_STATE(441)] = 18556,
[SMALL_STATE(442)] = 18569,
[SMALL_STATE(443)] = 18582,
[SMALL_STATE(444)] = 18595,
[SMALL_STATE(445)] = 18608,
[SMALL_STATE(446)] = 18621,
[SMALL_STATE(447)] = 18634,
[SMALL_STATE(448)] = 18643,
[SMALL_STATE(449)] = 18656,
[SMALL_STATE(450)] = 18669,
[SMALL_STATE(451)] = 18682,
[SMALL_STATE(452)] = 18695,
[SMALL_STATE(453)] = 18706,
[SMALL_STATE(454)] = 18719,
[SMALL_STATE(455)] = 18728,
[SMALL_STATE(456)] = 18741,
[SMALL_STATE(457)] = 18754,
[SMALL_STATE(458)] = 18767,
[SMALL_STATE(459)] = 18780,
[SMALL_STATE(460)] = 18793,
[SMALL_STATE(461)] = 18806,
[SMALL_STATE(462)] = 18819,
[SMALL_STATE(463)] = 18832,
[SMALL_STATE(464)] = 18845,
[SMALL_STATE(465)] = 18858,
[SMALL_STATE(466)] = 18869,
[SMALL_STATE(467)] = 18882,
[SMALL_STATE(468)] = 18895,
[SMALL_STATE(469)] = 18908,
[SMALL_STATE(470)] = 18921,
[SMALL_STATE(471)] = 18934,
[SMALL_STATE(472)] = 18947,
[SMALL_STATE(473)] = 18958,
[SMALL_STATE(474)] = 18971,
[SMALL_STATE(475)] = 18984,
[SMALL_STATE(476)] = 18997,
[SMALL_STATE(477)] = 19010,
[SMALL_STATE(478)] = 19023,
[SMALL_STATE(479)] = 19036,
[SMALL_STATE(480)] = 19045,
[SMALL_STATE(481)] = 19056,
[SMALL_STATE(482)] = 19065,
[SMALL_STATE(483)] = 19078,
[SMALL_STATE(484)] = 19091,
[SMALL_STATE(485)] = 19104,
[SMALL_STATE(486)] = 19113,
[SMALL_STATE(487)] = 19122,
[SMALL_STATE(488)] = 19135,
[SMALL_STATE(489)] = 19148,
[SMALL_STATE(490)] = 19161,
[SMALL_STATE(491)] = 19170,
[SMALL_STATE(492)] = 19183,
[SMALL_STATE(493)] = 19196,
[SMALL_STATE(494)] = 19209,
[SMALL_STATE(495)] = 19222,
[SMALL_STATE(496)] = 19235,
[SMALL_STATE(497)] = 19248,
[SMALL_STATE(498)] = 19261,
[SMALL_STATE(499)] = 19274,
[SMALL_STATE(500)] = 19287,
[SMALL_STATE(501)] = 19300,
[SMALL_STATE(502)] = 19313,
[SMALL_STATE(503)] = 19326,
[SMALL_STATE(504)] = 19339,
[SMALL_STATE(505)] = 19352,
[SMALL_STATE(506)] = 19365,
[SMALL_STATE(507)] = 19378,
[SMALL_STATE(508)] = 19391,
[SMALL_STATE(509)] = 19404,
[SMALL_STATE(510)] = 19413,
[SMALL_STATE(511)] = 19426,
[SMALL_STATE(512)] = 19439,
[SMALL_STATE(513)] = 19449,
[SMALL_STATE(514)] = 19457,
[SMALL_STATE(515)] = 19467,
[SMALL_STATE(516)] = 19477,
[SMALL_STATE(517)] = 19485,
[SMALL_STATE(518)] = 19495,
[SMALL_STATE(519)] = 19505,
[SMALL_STATE(520)] = 19515,
[SMALL_STATE(521)] = 19525,
[SMALL_STATE(522)] = 19535,
[SMALL_STATE(523)] = 19545,
[SMALL_STATE(524)] = 19553,
[SMALL_STATE(525)] = 19563,
[SMALL_STATE(526)] = 19573,
[SMALL_STATE(527)] = 19581,
[SMALL_STATE(528)] = 19589,
[SMALL_STATE(529)] = 19597,
[SMALL_STATE(530)] = 19607,
[SMALL_STATE(531)] = 19617,
[SMALL_STATE(532)] = 19625,
[SMALL_STATE(533)] = 19633,
[SMALL_STATE(534)] = 19641,
[SMALL_STATE(535)] = 19651,
[SMALL_STATE(536)] = 19661,
[SMALL_STATE(537)] = 19669,
[SMALL_STATE(538)] = 19679,
[SMALL_STATE(539)] = 19689,
[SMALL_STATE(540)] = 19699,
[SMALL_STATE(541)] = 19707,
[SMALL_STATE(542)] = 19717,
[SMALL_STATE(543)] = 19724,
[SMALL_STATE(544)] = 19731,
[SMALL_STATE(545)] = 19738,
[SMALL_STATE(546)] = 19745,
[SMALL_STATE(547)] = 19752,
[SMALL_STATE(548)] = 19759,
[SMALL_STATE(549)] = 19766,
[SMALL_STATE(550)] = 19773,
[SMALL_STATE(551)] = 19780,
[SMALL_STATE(552)] = 19787,
[SMALL_STATE(553)] = 19794,
[SMALL_STATE(554)] = 19801,
[SMALL_STATE(555)] = 19808,
[SMALL_STATE(556)] = 19815,
[SMALL_STATE(557)] = 19822,
[SMALL_STATE(558)] = 19829,
[SMALL_STATE(559)] = 19836,
[SMALL_STATE(560)] = 19843,
[SMALL_STATE(561)] = 19850,
[SMALL_STATE(562)] = 19857,
[SMALL_STATE(563)] = 19864,
[SMALL_STATE(564)] = 19871,
[SMALL_STATE(565)] = 19878,
[SMALL_STATE(566)] = 19885,
[SMALL_STATE(567)] = 19892,
[SMALL_STATE(568)] = 19899,
[SMALL_STATE(569)] = 19906,
[SMALL_STATE(570)] = 19913,
[SMALL_STATE(571)] = 19920,
[SMALL_STATE(572)] = 19927,
[SMALL_STATE(573)] = 19934,
[SMALL_STATE(574)] = 19941,
[SMALL_STATE(575)] = 19948,
[SMALL_STATE(576)] = 19955,
[SMALL_STATE(577)] = 19962,
[SMALL_STATE(578)] = 19969,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(386),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132),
[31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[41] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_identifier, 3),
[43] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_identifier, 3),
[45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
[47] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_identifier, 4),
[49] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_identifier, 4),
[51] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2),
[53] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_identifier_repeat1, 2),
[55] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(554),
[58] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2),
[60] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(360),
[63] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(426),
[66] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(386),
[69] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(435),
[72] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(434),
[75] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(430),
[78] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(429),
[81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(424),
[84] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(380),
[87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(364),
[90] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(134),
[93] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(132),
[96] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(416),
[99] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(368),
[102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(399),
[105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(183),
[108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1),
[110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1),
[112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551),
[116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1),
[118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3),
[120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3),
[124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 5),
[128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 5),
[130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4),
[136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4),
[138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 6),
[140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 6),
[142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1),
[160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1),
[162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
[166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1),
[168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1),
[170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable, 2),
[172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 2),
[174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_reference, 5),
[176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_reference, 5),
[178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_reference, 4),
[180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_reference, 4),
[182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3),
[184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3),
[186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 4),
[188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 4),
[190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140),
[192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149),
[196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3),
[198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3),
[200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 5),
[202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 5),
[204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 6),
[206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 6),
[208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4),
[210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4),
[212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 7),
[214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 7),
[216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 7),
[218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 7),
[220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 5),
[222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 5),
[224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 5),
[226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 5),
[228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4),
[230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4),
[232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 8),
[234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 8),
[236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2),
[238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2),
[240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3),
[242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3),
[244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2),
[246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2),
[248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3),
[250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3),
[252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 1),
[254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 1),
[256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
[262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145),
[264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146),
[266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3),
[272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3),
[274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144),
[276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 3),
[278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 3),
[280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 1),
[282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 1),
[284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2),
[286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2),
[288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1),
[290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1),
[292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 4),
[294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 4),
[296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 2),
[298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 2),
[300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3),
[302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3),
[304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561),
[312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(136),
[318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157),
[322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158),
[330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150),
[332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(357),
[337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2),
[339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(127),
[342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2),
[344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(101),
[347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(136),
[350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(136),
[353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(412),
[356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(157),
[359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(157),
[362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(363),
[365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(394),
[368] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(158),
[371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(150),
[374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311),
[378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218),
[382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(564),
[385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(544),
[388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564),
[392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118),
[394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130),
[458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58),
[462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60),
[470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6),
[472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567),
[474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
[484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
[500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560),
[508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229),
[512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
[516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220),
[520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481),
[522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508),
[526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531),
[532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4),
[534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4),
[536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525),
[540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3),
[542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3),
[544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
[546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
[554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
[558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1),
[560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1),
[562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(142),
[573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1),
[575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1),
[577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 2),
[581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 2),
[583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4),
[585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4),
[587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 5),
[589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 5),
[591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 2),
[593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 2),
[595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_type, 6),
[597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_type, 6),
[599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458),
[603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 3),
[605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 3),
[607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_builtin_type, 1),
[609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_builtin_type, 1),
[611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3),
[613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3),
[615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5),
[617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5),
[619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 4),
[621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 4),
[623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_type, 5),
[625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_type, 5),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_type, 4),
[629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_type, 4),
[631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_statement, 3),
[633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_statement, 3),
[635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tag_statement_repeat1, 2),
[639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tag_statement_repeat1, 2),
[641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tag_statement_repeat1, 2), SHIFT_REPEAT(371),
[644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 3),
[646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elsif_statement, 3),
[648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_statement_repeat1, 2),
[650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_statement_repeat1, 2),
[652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_statement_repeat1, 2), SHIFT_REPEAT(379),
[655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
[661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 5),
[663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 5),
[665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2),
[667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_statement, 3),
[671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_statement, 3),
[673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
[675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 6),
[677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 6),
[679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_statement, 2),
[681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_statement, 2),
[683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_statement, 2),
[685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_statement, 2),
[687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 7),
[689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 7),
[691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 4),
[693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 4),
[695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 3),
[697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520),
[705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4),
[729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4),
[731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6),
[743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6),
[745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1),
[747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1),
[749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 7),
[753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 7),
[755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 5, .production_id = 2),
[757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 5, .production_id = 2),
[759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 5),
[761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 5),
[763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 10),
[765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 10),
[767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 8),
[769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 8),
[771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4),
[773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4),
[775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4),
[777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4),
[779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_resource_type, 4),
[781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_resource_type, 4),
[783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2),
[787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 2),
[789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3),
[791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6),
[793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6),
[795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 7),
[797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 7),
[799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 12),
[801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 12),
[803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5),
[805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5),
[807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 8),
[809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 8),
[811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 13),
[813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 13),
[815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5),
[817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5),
[819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3),
[821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3),
[823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 4, .production_id = 2),
[825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 4, .production_id = 2),
[827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_collector, 3),
[829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_collector, 3),
[831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 6, .production_id = 2),
[833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 6, .production_id = 2),
[835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 10),
[837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 10),
[839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5),
[841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5),
[843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_resource_type, 3),
[845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_resource_type, 3),
[847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5),
[849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5),
[851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_definition, 4),
[853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node_definition, 4),
[855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_definition, 3),
[857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node_definition, 3),
[859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 3, .production_id = 2),
[861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 3, .production_id = 2),
[863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4),
[865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4),
[867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4),
[869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 7, .production_id = 12),
[871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 7, .production_id = 12),
[873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 7, .production_id = 13),
[875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 7, .production_id = 13),
[877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3),
[879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 3),
[881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_collector, 4),
[883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_collector, 4),
[885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation, 3),
[887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relation, 3),
[889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 4, .production_id = 5),
[891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 4, .production_id = 5),
[893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4),
[907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4),
[909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3),
[911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3),
[913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570),
[917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 4, .production_id = 6),
[919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549),
[921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 5, .production_id = 6),
[923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 2, .production_id = 6),
[925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427),
[931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207),
[933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374),
[937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82),
[939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68),
[945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164),
[955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
[959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139),
[961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210),
[969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355),
[973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45),
[975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358),
[979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162),
[981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334),
[985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(427),
[988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2),
[990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(374),
[993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(374),
[996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(82),
[999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[1003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550),
[1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(550),
[1008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547),
[1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536),
[1012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[1014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
[1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[1018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397),
[1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3),
[1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3),
[1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[1026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[1028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
[1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[1034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388),
[1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
[1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
[1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2),
[1042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(397),
[1045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(397),
[1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[1052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401),
[1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[1056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402),
[1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[1064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(558),
[1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558),
[1069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2), SHIFT_REPEAT(124),
[1072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565),
[1078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[1080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573),
[1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[1084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(126),
[1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
[1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[1107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__resource_block_repeat1, 2),
[1109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__resource_block_repeat1, 2), SHIFT_REPEAT(377),
[1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[1114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307),
[1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 3, .production_id = 6),
[1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
[1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_declaration_repeat1, 2, .production_id = 11),
[1126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_declaration_repeat1, 2, .production_id = 11), SHIFT_REPEAT(99),
[1129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1),
[1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
[1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534),
[1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[1141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_repeat1, 2), SHIFT_REPEAT(524),
[1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_repeat1, 2),
[1146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[1148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5),
[1152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[1154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[1156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[1158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[1160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2),
[1164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[1166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3),
[1170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[1172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[1176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[1178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539),
[1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[1186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[1188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376),
[1190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[1192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[1194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type_entry, 3, .production_id = 3),
[1200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[1206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[1208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[1210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_node_definition_repeat1, 2),
[1214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_node_definition_repeat1, 2), SHIFT_REPEAT(384),
[1217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_composite_type_repeat1, 2),
[1219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_composite_type_repeat1, 2), SHIFT_REPEAT(213),
[1222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[1224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_reference_repeat1, 2), SHIFT_REPEAT(396),
[1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_reference_repeat1, 2),
[1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2),
[1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2),
[1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default, 1),
[1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
[1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4),
[1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333),
[1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306),
[1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[1269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2), SHIFT_REPEAT(206),
[1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_type_repeat1, 2),
[1274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_type_repeat1, 2), SHIFT_REPEAT(413),
[1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[1295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(217),
[1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2),
[1300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[1302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[1304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[1306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_search_expression, 3),
[1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_search_expression, 3),
[1312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_declaration_repeat1, 2, .production_id = 9),
[1316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[1318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328),
[1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_name, 1),
[1324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[1326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[1328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[1330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[1332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[1334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[1336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_inherits, 2),
[1340] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[1344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[1346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[1348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[1350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[1352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522),
[1354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
[1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[1358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[1360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[1362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[1364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 3),
[1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547),
[1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[1376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575),
[1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576),
};
#ifdef __cplusplus
extern "C" {
#endif
#ifdef _WIN32
#define extern __declspec(dllexport)
#endif
extern const TSLanguage *tree_sitter_puppet(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,
.primary_state_ids = ts_primary_state_ids,
};
return &language;
}
#ifdef __cplusplus
}
#endif