#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 582
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 159
#define ALIAS_COUNT 0
#define TOKEN_COUNT 86
#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_unless = 28,
anon_sym_case = 29,
anon_sym_default = 30,
anon_sym_LT_LT_PIPE = 31,
anon_sym_LT_PIPE = 32,
anon_sym_PIPE_GT_GT = 33,
anon_sym_PIPE_GT = 34,
anon_sym_QMARK = 35,
anon_sym_Boolean = 36,
anon_sym_Integer = 37,
anon_sym_Float = 38,
anon_sym_String = 39,
anon_sym_Array = 40,
anon_sym_Hash = 41,
anon_sym_Regexp = 42,
anon_sym_Variant = 43,
anon_sym_Data = 44,
anon_sym_Undef = 45,
anon_sym_Default = 46,
anon_sym_File = 47,
anon_sym_LBRACK = 48,
anon_sym_RBRACK = 49,
anon_sym_EQ_EQ = 50,
anon_sym_BANG_EQ = 51,
anon_sym_BANG = 52,
anon_sym_DASH = 53,
anon_sym_STAR = 54,
anon_sym_or = 55,
anon_sym_and = 56,
anon_sym_GT = 57,
anon_sym_GT_EQ = 58,
anon_sym_LT_EQ = 59,
anon_sym_LT = 60,
anon_sym_LT_LT = 61,
anon_sym_PLUS = 62,
anon_sym_SLASH = 63,
anon_sym_PERCENT = 64,
anon_sym_EQ_TILDE = 65,
anon_sym_BANG_TILDE = 66,
anon_sym_in = 67,
anon_sym_DOT = 68,
anon_sym_DOLLAR = 69,
sym_number = 70,
sym_float = 71,
anon_sym_DQUOTE = 72,
anon_sym_SQUOTE = 73,
sym__double_string_content = 74,
sym__single_string_content = 75,
aux_sym__escape_sequence_token1 = 76,
sym_escape_sequence = 77,
anon_sym_DOLLAR_LBRACE = 78,
sym_regex = 79,
anon_sym_true = 80,
anon_sym_false = 81,
sym_undef = 82,
anon_sym_COLON_COLON = 83,
sym_identifier = 84,
sym_comment = 85,
sym_source_file = 86,
sym_statement = 87,
sym_block = 88,
sym_class_definition = 89,
sym_parameter_list = 90,
sym_parameter = 91,
sym_class_inherits = 92,
sym_node_definition = 93,
sym_node_name = 94,
sym_defined_resource_type = 95,
sym_type_declaration = 96,
sym_assignment = 97,
sym_relation = 98,
sym_lambda = 99,
sym_function_declaration = 100,
sym_resource_declaration = 101,
sym__resource_block = 102,
sym_attribute = 103,
sym_include_statement = 104,
sym_tag_statement = 105,
sym_if_statement = 106,
sym_elsif_statement = 107,
sym_else_statement = 108,
sym_unless_statement = 109,
sym_case_statement = 110,
sym_case_item = 111,
sym_default_case = 112,
sym_resource_collector = 113,
sym_resource_default = 114,
sym_selector = 115,
sym_type = 116,
sym_builtin_type = 117,
sym_composite_type = 118,
sym_attribute_type = 119,
sym_attribute_type_entry = 120,
sym_array_type = 121,
sym_search_expression = 122,
sym_expression = 123,
sym_unary_expression = 124,
sym_binary_expression = 125,
sym_parenthesized_expression = 126,
sym_function_call = 127,
sym_method_call = 128,
sym_variable = 129,
sym_array = 130,
sym_hash = 131,
sym_literal = 132,
sym_resource_reference = 133,
sym_string = 134,
sym__escape_sequence = 135,
sym_interpolation = 136,
sym_boolean = 137,
sym_default = 138,
sym__identifier = 139,
sym_class_identifier = 140,
aux_sym_source_file_repeat1 = 141,
aux_sym_parameter_list_repeat1 = 142,
aux_sym_node_definition_repeat1 = 143,
aux_sym_lambda_repeat1 = 144,
aux_sym_resource_declaration_repeat1 = 145,
aux_sym__resource_block_repeat1 = 146,
aux_sym_include_statement_repeat1 = 147,
aux_sym_tag_statement_repeat1 = 148,
aux_sym_if_statement_repeat1 = 149,
aux_sym_case_statement_repeat1 = 150,
aux_sym_case_item_repeat1 = 151,
aux_sym_composite_type_repeat1 = 152,
aux_sym_attribute_type_repeat1 = 153,
aux_sym_array_type_repeat1 = 154,
aux_sym_resource_reference_repeat1 = 155,
aux_sym_string_repeat1 = 156,
aux_sym_string_repeat2 = 157,
aux_sym_class_identifier_repeat1 = 158,
};
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_unless] = "unless",
[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_unless_statement] = "unless_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_unless] = anon_sym_unless,
[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_unless_statement] = sym_unless_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_unless] = {
.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_unless_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] = 7,
[9] = 6,
[10] = 7,
[11] = 6,
[12] = 6,
[13] = 13,
[14] = 7,
[15] = 6,
[16] = 16,
[17] = 17,
[18] = 7,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 48,
[49] = 49,
[50] = 50,
[51] = 51,
[52] = 52,
[53] = 53,
[54] = 54,
[55] = 55,
[56] = 56,
[57] = 57,
[58] = 58,
[59] = 59,
[60] = 60,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 64,
[65] = 65,
[66] = 66,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 5,
[72] = 2,
[73] = 73,
[74] = 4,
[75] = 5,
[76] = 4,
[77] = 17,
[78] = 78,
[79] = 2,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 85,
[86] = 86,
[87] = 17,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 89,
[92] = 92,
[93] = 89,
[94] = 92,
[95] = 95,
[96] = 90,
[97] = 97,
[98] = 98,
[99] = 99,
[100] = 100,
[101] = 101,
[102] = 102,
[103] = 98,
[104] = 97,
[105] = 95,
[106] = 98,
[107] = 107,
[108] = 107,
[109] = 90,
[110] = 102,
[111] = 92,
[112] = 95,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 118,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 118,
[132] = 132,
[133] = 129,
[134] = 134,
[135] = 125,
[136] = 24,
[137] = 124,
[138] = 120,
[139] = 139,
[140] = 121,
[141] = 119,
[142] = 120,
[143] = 116,
[144] = 115,
[145] = 134,
[146] = 128,
[147] = 130,
[148] = 132,
[149] = 114,
[150] = 113,
[151] = 29,
[152] = 16,
[153] = 29,
[154] = 19,
[155] = 20,
[156] = 21,
[157] = 22,
[158] = 38,
[159] = 39,
[160] = 52,
[161] = 51,
[162] = 23,
[163] = 163,
[164] = 27,
[165] = 63,
[166] = 57,
[167] = 30,
[168] = 28,
[169] = 24,
[170] = 26,
[171] = 31,
[172] = 62,
[173] = 67,
[174] = 56,
[175] = 43,
[176] = 57,
[177] = 44,
[178] = 45,
[179] = 46,
[180] = 47,
[181] = 48,
[182] = 49,
[183] = 50,
[184] = 53,
[185] = 54,
[186] = 186,
[187] = 187,
[188] = 40,
[189] = 189,
[190] = 59,
[191] = 191,
[192] = 68,
[193] = 65,
[194] = 41,
[195] = 58,
[196] = 64,
[197] = 61,
[198] = 60,
[199] = 33,
[200] = 34,
[201] = 42,
[202] = 202,
[203] = 35,
[204] = 36,
[205] = 63,
[206] = 37,
[207] = 55,
[208] = 66,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 221,
[222] = 222,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 28,
[228] = 19,
[229] = 20,
[230] = 230,
[231] = 27,
[232] = 232,
[233] = 21,
[234] = 234,
[235] = 235,
[236] = 22,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 52,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 51,
[254] = 254,
[255] = 255,
[256] = 65,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 264,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 31,
[273] = 56,
[274] = 274,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 33,
[283] = 270,
[284] = 66,
[285] = 285,
[286] = 286,
[287] = 59,
[288] = 64,
[289] = 289,
[290] = 290,
[291] = 291,
[292] = 292,
[293] = 37,
[294] = 62,
[295] = 61,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 60,
[311] = 311,
[312] = 312,
[313] = 68,
[314] = 307,
[315] = 52,
[316] = 34,
[317] = 51,
[318] = 67,
[319] = 285,
[320] = 35,
[321] = 307,
[322] = 322,
[323] = 36,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 328,
[329] = 270,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 333,
[335] = 332,
[336] = 336,
[337] = 337,
[338] = 338,
[339] = 339,
[340] = 340,
[341] = 32,
[342] = 342,
[343] = 342,
[344] = 344,
[345] = 342,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 52,
[350] = 51,
[351] = 351,
[352] = 24,
[353] = 353,
[354] = 354,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 358,
[359] = 359,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 363,
[364] = 364,
[365] = 365,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 366,
[370] = 370,
[371] = 362,
[372] = 363,
[373] = 356,
[374] = 356,
[375] = 363,
[376] = 359,
[377] = 366,
[378] = 359,
[379] = 362,
[380] = 380,
[381] = 4,
[382] = 5,
[383] = 383,
[384] = 2,
[385] = 385,
[386] = 386,
[387] = 24,
[388] = 17,
[389] = 389,
[390] = 390,
[391] = 391,
[392] = 209,
[393] = 393,
[394] = 393,
[395] = 395,
[396] = 396,
[397] = 29,
[398] = 398,
[399] = 399,
[400] = 393,
[401] = 395,
[402] = 402,
[403] = 391,
[404] = 391,
[405] = 189,
[406] = 406,
[407] = 407,
[408] = 395,
[409] = 409,
[410] = 409,
[411] = 409,
[412] = 5,
[413] = 413,
[414] = 414,
[415] = 409,
[416] = 416,
[417] = 4,
[418] = 214,
[419] = 2,
[420] = 17,
[421] = 421,
[422] = 422,
[423] = 423,
[424] = 424,
[425] = 425,
[426] = 426,
[427] = 427,
[428] = 24,
[429] = 422,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 433,
[434] = 434,
[435] = 435,
[436] = 436,
[437] = 437,
[438] = 438,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 252,
[446] = 26,
[447] = 447,
[448] = 448,
[449] = 449,
[450] = 450,
[451] = 451,
[452] = 452,
[453] = 453,
[454] = 454,
[455] = 455,
[456] = 449,
[457] = 457,
[458] = 458,
[459] = 459,
[460] = 447,
[461] = 461,
[462] = 449,
[463] = 463,
[464] = 450,
[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] = 450,
[478] = 478,
[479] = 478,
[480] = 448,
[481] = 481,
[482] = 482,
[483] = 483,
[484] = 484,
[485] = 444,
[486] = 486,
[487] = 487,
[488] = 447,
[489] = 489,
[490] = 490,
[491] = 491,
[492] = 475,
[493] = 461,
[494] = 494,
[495] = 495,
[496] = 461,
[497] = 497,
[498] = 498,
[499] = 499,
[500] = 444,
[501] = 501,
[502] = 502,
[503] = 487,
[504] = 504,
[505] = 472,
[506] = 506,
[507] = 448,
[508] = 487,
[509] = 478,
[510] = 475,
[511] = 511,
[512] = 512,
[513] = 513,
[514] = 514,
[515] = 515,
[516] = 516,
[517] = 517,
[518] = 515,
[519] = 519,
[520] = 520,
[521] = 521,
[522] = 522,
[523] = 523,
[524] = 524,
[525] = 516,
[526] = 526,
[527] = 527,
[528] = 528,
[529] = 529,
[530] = 530,
[531] = 531,
[532] = 532,
[533] = 530,
[534] = 534,
[535] = 535,
[536] = 536,
[537] = 537,
[538] = 538,
[539] = 539,
[540] = 515,
[541] = 516,
[542] = 542,
[543] = 543,
[544] = 530,
[545] = 545,
[546] = 546,
[547] = 547,
[548] = 548,
[549] = 549,
[550] = 546,
[551] = 551,
[552] = 552,
[553] = 553,
[554] = 546,
[555] = 555,
[556] = 556,
[557] = 553,
[558] = 558,
[559] = 559,
[560] = 560,
[561] = 561,
[562] = 553,
[563] = 553,
[564] = 564,
[565] = 565,
[566] = 566,
[567] = 567,
[568] = 559,
[569] = 546,
[570] = 570,
[571] = 571,
[572] = 546,
[573] = 573,
[574] = 559,
[575] = 559,
[576] = 559,
[577] = 553,
[578] = 548,
[579] = 548,
[580] = 566,
[581] = 566,
};
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(129);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(156);
if (lookahead == '%') ADVANCE(149);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '+') ADVANCE(147);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(132);
if (lookahead == '.') ADVANCE(154);
if (lookahead == '/') ADVANCE(148);
if (lookahead == '0') ADVANCE(158);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(142);
if (lookahead == '=') ADVANCE(79);
if (lookahead == '>') ADVANCE(139);
if (lookahead == '?') ADVANCE(111);
if (lookahead == '@') ADVANCE(92);
if (lookahead == 'A') ADVANCE(287);
if (lookahead == 'B') ADVANCE(275);
if (lookahead == 'D') ADVANCE(193);
if (lookahead == 'F') ADVANCE(250);
if (lookahead == 'H') ADVANCE(190);
if (lookahead == 'I') ADVANCE(269);
if (lookahead == 'R') ADVANCE(215);
if (lookahead == 'S') ADVANCE(302);
if (lookahead == 'U') ADVANCE(263);
if (lookahead == 'V') ADVANCE(200);
if (lookahead == '[') ADVANCE(124);
if (lookahead == '\\') ADVANCE(35);
if (lookahead == ']') ADVANCE(125);
if (lookahead == 'a') ADVANCE(268);
if (lookahead == 'c') ADVANCE(194);
if (lookahead == 'd') ADVANCE(226);
if (lookahead == 'e') ADVANCE(256);
if (lookahead == 'f') ADVANCE(203);
if (lookahead == 'i') ADVANCE(235);
if (lookahead == 'n') ADVANCE(278);
if (lookahead == 'o') ADVANCE(282);
if (lookahead == 't') ADVANCE(195);
if (lookahead == 'u') ADVANCE(264);
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(157);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 1:
if (lookahead == '!') ADVANCE(26);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '%') ADVANCE(149);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '+') ADVANCE(147);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(130);
if (lookahead == '.') ADVANCE(154);
if (lookahead == '/') ADVANCE(148);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(143);
if (lookahead == '=') ADVANCE(79);
if (lookahead == '>') ADVANCE(139);
if (lookahead == '?') ADVANCE(111);
if (lookahead == '[') ADVANCE(124);
if (lookahead == ']') ADVANCE(125);
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(314);
if (lookahead == '%') ADVANCE(149);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '+') ADVANCE(146);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(130);
if (lookahead == '.') ADVANCE(154);
if (lookahead == '/') ADVANCE(148);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(143);
if (lookahead == '=') ADVANCE(28);
if (lookahead == '>') ADVANCE(139);
if (lookahead == '?') ADVANCE(111);
if (lookahead == '[') ADVANCE(124);
if (lookahead == ']') ADVANCE(125);
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(314);
if (lookahead == '%') ADVANCE(149);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '+') ADVANCE(147);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(130);
if (lookahead == '/') ADVANCE(148);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(143);
if (lookahead == '=') ADVANCE(80);
if (lookahead == '>') ADVANCE(139);
if (lookahead == '?') ADVANCE(111);
if (lookahead == '[') ADVANCE(124);
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(128);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '-') ADVANCE(133);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(158);
if (lookahead == '[') ADVANCE(124);
if (lookahead == ']') ADVANCE(125);
if (lookahead == 'f') ADVANCE(204);
if (lookahead == 't') ADVANCE(283);
if (lookahead == 'u') ADVANCE(274);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(4)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(157);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 5:
if (lookahead == '!') ADVANCE(128);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '-') ADVANCE(133);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(158);
if (lookahead == '[') ADVANCE(124);
if (lookahead == 'd') ADVANCE(234);
if (lookahead == 'f') ADVANCE(204);
if (lookahead == 't') ADVANCE(283);
if (lookahead == 'u') ADVANCE(274);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(5)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(157);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 6:
if (lookahead == '!') ADVANCE(128);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '-') ADVANCE(133);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(158);
if (lookahead == '[') ADVANCE(124);
if (lookahead == 'f') ADVANCE(204);
if (lookahead == 'i') ADVANCE(237);
if (lookahead == 't') ADVANCE(283);
if (lookahead == 'u') ADVANCE(274);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(6)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(157);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 7:
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
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(312);
END_STATE();
case 8:
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '0') ADVANCE(159);
if (lookahead == 'A') ADVANCE(287);
if (lookahead == 'B') ADVANCE(275);
if (lookahead == 'D') ADVANCE(193);
if (lookahead == 'F') ADVANCE(250);
if (lookahead == 'H') ADVANCE(190);
if (lookahead == 'I') ADVANCE(269);
if (lookahead == 'R') ADVANCE(215);
if (lookahead == 'S') ADVANCE(302);
if (lookahead == 'U') ADVANCE(263);
if (lookahead == 'V') ADVANCE(200);
if (lookahead == '[') ADVANCE(124);
if (lookahead == ']') ADVANCE(125);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(8)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(160);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 9:
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '/') ADVANCE(18);
if (lookahead == '0') ADVANCE(159);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '}') ADVANCE(72);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(9)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(160);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 10:
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '/') ADVANCE(15);
if (lookahead == 'd') ADVANCE(234);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(10)
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 11:
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(171);
if (lookahead == '$') ADVANCE(156);
if (lookahead == '/') ADVANCE(169);
if (lookahead == ':') ADVANCE(170);
if (lookahead == '\\') ADVANCE(35);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(166);
if (lookahead != 0) ADVANCE(172);
END_STATE();
case 12:
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '0') ADVANCE(159);
if (lookahead == 'A') ADVANCE(287);
if (lookahead == 'B') ADVANCE(275);
if (lookahead == 'D') ADVANCE(193);
if (lookahead == 'F') ADVANCE(250);
if (lookahead == 'H') ADVANCE(190);
if (lookahead == 'I') ADVANCE(269);
if (lookahead == 'R') ADVANCE(215);
if (lookahead == 'S') ADVANCE(302);
if (lookahead == 'U') ADVANCE(263);
if (lookahead == 'V') ADVANCE(200);
if (lookahead == '[') ADVANCE(124);
if (lookahead == ']') ADVANCE(125);
if (lookahead == 'd') ADVANCE(234);
if (lookahead == '{') ADVANCE(71);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(12)
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(160);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 13:
if (lookahead == '#') ADVANCE(314);
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(177);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '/') ADVANCE(176);
if (lookahead == '\\') ADVANCE(35);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(173);
if (lookahead != 0) ADVANCE(178);
END_STATE();
case 15:
if (lookahead == '*') ADVANCE(17);
END_STATE();
case 16:
if (lookahead == '*') ADVANCE(16);
if (lookahead == '/') ADVANCE(313);
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(185);
if (lookahead != 0) ADVANCE(22);
END_STATE();
case 19:
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(185);
if (lookahead != 0) ADVANCE(19);
END_STATE();
case 20:
if (lookahead == '-') ADVANCE(54);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(163);
END_STATE();
case 21:
if (lookahead == '.') ADVANCE(162);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 22:
if (lookahead == '/') ADVANCE(185);
if (lookahead != 0) ADVANCE(22);
END_STATE();
case 23:
if (lookahead == ':') ADVANCE(189);
END_STATE();
case 24:
if (lookahead == '<') ADVANCE(52);
if (lookahead == '|') ADVANCE(108);
END_STATE();
case 25:
if (lookahead == '=') ADVANCE(127);
END_STATE();
case 26:
if (lookahead == '=') ADVANCE(127);
if (lookahead == '~') ADVANCE(151);
END_STATE();
case 27:
if (lookahead == '=') ADVANCE(85);
END_STATE();
case 28:
if (lookahead == '=') ADVANCE(126);
if (lookahead == '>') ADVANCE(96);
if (lookahead == '~') ADVANCE(150);
END_STATE();
case 29:
if (lookahead == '=') ADVANCE(126);
if (lookahead == '~') ADVANCE(150);
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(110);
END_STATE();
case 34:
if (lookahead == '>') ADVANCE(87);
END_STATE();
case 35:
if (lookahead == 'U') ADVANCE(181);
if (lookahead == 'u') ADVANCE(51);
if (lookahead == 'x') ADVANCE(59);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(180);
if (sym_escape_sequence_character_set_1(lookahead)) ADVANCE(182);
if (lookahead != 0) ADVANCE(179);
END_STATE();
case 36:
if (lookahead == 'd') ADVANCE(137);
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(152);
END_STATE();
case 45:
if (lookahead == 'n') ADVANCE(40);
END_STATE();
case 46:
if (lookahead == 'r') ADVANCE(135);
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(107);
END_STATE();
case 53:
if (lookahead == '}') ADVANCE(182);
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(163);
END_STATE();
case 55:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(182);
END_STATE();
case 56:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(161);
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(129);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(156);
if (lookahead == '%') ADVANCE(149);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '+') ADVANCE(147);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(132);
if (lookahead == '.') ADVANCE(154);
if (lookahead == '/') ADVANCE(148);
if (lookahead == '0') ADVANCE(158);
if (lookahead == ':') ADVANCE(95);
if (lookahead == ';') ADVANCE(94);
if (lookahead == '<') ADVANCE(142);
if (lookahead == '=') ADVANCE(79);
if (lookahead == '>') ADVANCE(139);
if (lookahead == '?') ADVANCE(111);
if (lookahead == '@') ADVANCE(92);
if (lookahead == 'A') ADVANCE(287);
if (lookahead == 'B') ADVANCE(275);
if (lookahead == 'D') ADVANCE(193);
if (lookahead == 'F') ADVANCE(250);
if (lookahead == 'H') ADVANCE(190);
if (lookahead == 'I') ADVANCE(269);
if (lookahead == 'R') ADVANCE(215);
if (lookahead == 'S') ADVANCE(302);
if (lookahead == 'U') ADVANCE(263);
if (lookahead == 'V') ADVANCE(200);
if (lookahead == '[') ADVANCE(124);
if (lookahead == ']') ADVANCE(125);
if (lookahead == 'a') ADVANCE(268);
if (lookahead == 'c') ADVANCE(194);
if (lookahead == 'd') ADVANCE(226);
if (lookahead == 'e') ADVANCE(256);
if (lookahead == 'f') ADVANCE(203);
if (lookahead == 'i') ADVANCE(235);
if (lookahead == 'n') ADVANCE(278);
if (lookahead == 'o') ADVANCE(282);
if (lookahead == 't') ADVANCE(195);
if (lookahead == 'u') ADVANCE(264);
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(157);
if (('C' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 65:
if (eof) ADVANCE(70);
if (lookahead == '!') ADVANCE(25);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '(') ADVANCE(74);
if (lookahead == ')') ADVANCE(76);
if (lookahead == '+') ADVANCE(27);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(30);
if (lookahead == '.') ADVANCE(154);
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(111);
if (lookahead == '@') ADVANCE(92);
if (lookahead == '[') ADVANCE(124);
if (lookahead == ']') ADVANCE(125);
if (lookahead == 'c') ADVANCE(194);
if (lookahead == 'd') ADVANCE(230);
if (lookahead == 'f') ADVANCE(306);
if (lookahead == 'i') ADVANCE(236);
if (lookahead == 'n') ADVANCE(278);
if (lookahead == 't') ADVANCE(196);
if (lookahead == 'u') ADVANCE(273);
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(312);
END_STATE();
case 66:
if (eof) ADVANCE(70);
if (lookahead == '!') ADVANCE(26);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '%') ADVANCE(149);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '(') ADVANCE(74);
if (lookahead == '*') ADVANCE(134);
if (lookahead == '+') ADVANCE(146);
if (lookahead == '-') ADVANCE(131);
if (lookahead == '.') ADVANCE(154);
if (lookahead == '/') ADVANCE(148);
if (lookahead == ':') ADVANCE(23);
if (lookahead == '<') ADVANCE(143);
if (lookahead == '=') ADVANCE(29);
if (lookahead == '>') ADVANCE(139);
if (lookahead == '?') ADVANCE(111);
if (lookahead == '@') ADVANCE(92);
if (lookahead == '[') ADVANCE(124);
if (lookahead == 'a') ADVANCE(268);
if (lookahead == 'c') ADVANCE(194);
if (lookahead == 'd') ADVANCE(230);
if (lookahead == 'f') ADVANCE(306);
if (lookahead == 'i') ADVANCE(235);
if (lookahead == 'n') ADVANCE(278);
if (lookahead == 'o') ADVANCE(282);
if (lookahead == 't') ADVANCE(196);
if (lookahead == 'u') ADVANCE(273);
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(312);
END_STATE();
case 67:
if (eof) ADVANCE(70);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == ')') ADVANCE(76);
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(111);
if (lookahead == '@') ADVANCE(92);
if (lookahead == '[') ADVANCE(124);
if (lookahead == 'c') ADVANCE(194);
if (lookahead == 'd') ADVANCE(230);
if (lookahead == 'f') ADVANCE(306);
if (lookahead == 'i') ADVANCE(236);
if (lookahead == 'n') ADVANCE(278);
if (lookahead == 't') ADVANCE(196);
if (lookahead == 'u') ADVANCE(273);
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(312);
END_STATE();
case 68:
if (eof) ADVANCE(70);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == ',') ADVANCE(75);
if (lookahead == '-') ADVANCE(30);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '=') ADVANCE(31);
if (lookahead == '@') ADVANCE(92);
if (lookahead == ']') ADVANCE(125);
if (lookahead == 'c') ADVANCE(194);
if (lookahead == 'd') ADVANCE(230);
if (lookahead == 'f') ADVANCE(306);
if (lookahead == 'i') ADVANCE(236);
if (lookahead == 'n') ADVANCE(278);
if (lookahead == 't') ADVANCE(196);
if (lookahead == 'u') ADVANCE(273);
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(312);
END_STATE();
case 69:
if (eof) ADVANCE(70);
if (lookahead == '"') ADVANCE(164);
if (lookahead == '#') ADVANCE(314);
if (lookahead == '$') ADVANCE(155);
if (lookahead == '\'') ADVANCE(165);
if (lookahead == '-') ADVANCE(30);
if (lookahead == '/') ADVANCE(15);
if (lookahead == '@') ADVANCE(92);
if (lookahead == 'c') ADVANCE(194);
if (lookahead == 'd') ADVANCE(230);
if (lookahead == 'e') ADVANCE(256);
if (lookahead == 'f') ADVANCE(306);
if (lookahead == 'i') ADVANCE(236);
if (lookahead == 'n') ADVANCE(278);
if (lookahead == 't') ADVANCE(196);
if (lookahead == 'u') ADVANCE(273);
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(312);
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(312);
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(126);
if (lookahead == '>') ADVANCE(96);
END_STATE();
case 79:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(126);
if (lookahead == '>') ADVANCE(96);
if (lookahead == '~') ADVANCE(150);
END_STATE();
case 80:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(126);
if (lookahead == '~') ADVANCE(150);
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(312);
END_STATE();
case 83:
ACCEPT_TOKEN(anon_sym_define);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 84:
ACCEPT_TOKEN(anon_sym_type);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
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(110);
END_STATE();
case 90:
ACCEPT_TOKEN(anon_sym_function);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
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(189);
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(312);
END_STATE();
case 98:
ACCEPT_TOKEN(anon_sym_tag);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 99:
ACCEPT_TOKEN(anon_sym_if);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
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(312);
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(312);
END_STATE();
case 104:
ACCEPT_TOKEN(anon_sym_unless);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 105:
ACCEPT_TOKEN(anon_sym_case);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_default);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_LT_LT_PIPE);
END_STATE();
case 108:
ACCEPT_TOKEN(anon_sym_LT_PIPE);
END_STATE();
case 109:
ACCEPT_TOKEN(anon_sym_PIPE_GT_GT);
END_STATE();
case 110:
ACCEPT_TOKEN(anon_sym_PIPE_GT);
if (lookahead == '>') ADVANCE(109);
END_STATE();
case 111:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 112:
ACCEPT_TOKEN(anon_sym_Boolean);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 113:
ACCEPT_TOKEN(anon_sym_Integer);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_Float);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 115:
ACCEPT_TOKEN(anon_sym_String);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 116:
ACCEPT_TOKEN(anon_sym_Array);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 117:
ACCEPT_TOKEN(anon_sym_Hash);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 118:
ACCEPT_TOKEN(anon_sym_Regexp);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_Variant);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_Data);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_Undef);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 122:
ACCEPT_TOKEN(anon_sym_Default);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_File);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 124:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 125:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 127:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_BANG);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '=') ADVANCE(127);
if (lookahead == '~') ADVANCE(151);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(86);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '>') ADVANCE(86);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_DASH);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_or);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_or);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_and);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_and);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(140);
if (lookahead == '>') ADVANCE(91);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(145);
if (lookahead == '=') ADVANCE(141);
if (lookahead == '|') ADVANCE(108);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(144);
if (lookahead == '=') ADVANCE(141);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '|') ADVANCE(107);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '=') ADVANCE(85);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_SLASH);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_EQ_TILDE);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_BANG_TILDE);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_in);
if (lookahead == 'c') ADVANCE(257);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_DOLLAR);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_DOLLAR);
if (lookahead == '{') ADVANCE(184);
END_STATE();
case 157:
ACCEPT_TOKEN(sym_number);
if (lookahead == '.') ADVANCE(162);
if (lookahead == '_') ADVANCE(160);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(157);
END_STATE();
case 158:
ACCEPT_TOKEN(sym_number);
if (lookahead == '.') ADVANCE(162);
if (lookahead == 'x') ADVANCE(56);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(21);
END_STATE();
case 159:
ACCEPT_TOKEN(sym_number);
if (lookahead == 'x') ADVANCE(56);
END_STATE();
case 160:
ACCEPT_TOKEN(sym_number);
if (('0' <= lookahead && lookahead <= '9') ||
lookahead == '_') ADVANCE(160);
END_STATE();
case 161:
ACCEPT_TOKEN(sym_number);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(161);
END_STATE();
case 162:
ACCEPT_TOKEN(sym_float);
if (lookahead == 'e') ADVANCE(20);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(162);
END_STATE();
case 163:
ACCEPT_TOKEN(sym_float);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(163);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 166:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '#') ADVANCE(171);
if (lookahead == '/') ADVANCE(169);
if (lookahead == ':') ADVANCE(170);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(166);
if (lookahead != 0 &&
(lookahead < '"' || '$' < lookahead) &&
lookahead != '\\') ADVANCE(172);
END_STATE();
case 167:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '*') ADVANCE(167);
if (lookahead == '/') ADVANCE(172);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(168);
END_STATE();
case 168:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '*') ADVANCE(167);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(168);
END_STATE();
case 169:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '*') ADVANCE(168);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(172);
END_STATE();
case 170:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == ':') ADVANCE(172);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(172);
END_STATE();
case 171:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(172);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(171);
END_STATE();
case 172:
ACCEPT_TOKEN(sym__double_string_content);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '$' &&
lookahead != '\\') ADVANCE(172);
END_STATE();
case 173:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '#') ADVANCE(177);
if (lookahead == '/') ADVANCE(176);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') ADVANCE(173);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(178);
END_STATE();
case 174:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '*') ADVANCE(174);
if (lookahead == '/') ADVANCE(178);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(175);
END_STATE();
case 175:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '*') ADVANCE(174);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(175);
END_STATE();
case 176:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '*') ADVANCE(175);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(178);
END_STATE();
case 177:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead == '\n' ||
lookahead == '\r') ADVANCE(178);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(177);
END_STATE();
case 178:
ACCEPT_TOKEN(sym__single_string_content);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(178);
END_STATE();
case 179:
ACCEPT_TOKEN(aux_sym__escape_sequence_token1);
END_STATE();
case 180:
ACCEPT_TOKEN(aux_sym__escape_sequence_token1);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(183);
END_STATE();
case 181:
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 182:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 183:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(182);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE);
END_STATE();
case 185:
ACCEPT_TOKEN(sym_regex);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_true);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 187:
ACCEPT_TOKEN(anon_sym_false);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 188:
ACCEPT_TOKEN(sym_undef);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 189:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 190:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(289);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 191:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(311);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 192:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(120);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 193:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(303);
if (lookahead == 'e') ADVANCE(242);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 194:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(293);
if (lookahead == 'l') ADVANCE(199);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 195:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(245);
if (lookahead == 'r') ADVANCE(307);
if (lookahead == 'y') ADVANCE(281);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 196:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(245);
if (lookahead == 'y') ADVANCE(281);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 197:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(305);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 198:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(297);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 199:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(294);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 200:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(286);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
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(312);
END_STATE();
case 202:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(271);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 203:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(262);
if (lookahead == 'u') ADVANCE(265);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 204:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(262);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 205:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(308);
if (lookahead == 'i') ADVANCE(272);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 206:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'a') ADVANCE(308);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 207:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(257);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 208:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'c') ADVANCE(301);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 209:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(138);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 210:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(220);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
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(312);
END_STATE();
case 212:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(227);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 213:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(228);
if (lookahead == 'l') ADVANCE(233);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 214:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'd') ADVANCE(228);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 215:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(247);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 216:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(123);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 217:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(310);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 218:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(105);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 219:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(103);
if (lookahead == 'i') ADVANCE(240);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 220:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(82);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
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(312);
END_STATE();
case 222:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(84);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 223:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(187);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 224:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(83);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 225:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(97);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
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(312);
END_STATE();
case 227:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(239);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 228:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(241);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 229:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(285);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 230:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(243);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 231:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(201);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 232:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(248);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 233:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(295);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 234:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'e') ADVANCE(244);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 235:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(99);
if (lookahead == 'n') ADVANCE(153);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 236:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(99);
if (lookahead == 'n') ADVANCE(207);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 237:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(99);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 238:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(205);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 239:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(121);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 240:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(101);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 241:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(188);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 242:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(197);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 243:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(254);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 244:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'f') ADVANCE(206);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 245:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(98);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 246:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(115);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 247:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(217);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 248:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'g') ADVANCE(229);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 249:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'h') ADVANCE(117);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 250:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(255);
if (lookahead == 'l') ADVANCE(276);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 251:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(277);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 252:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(270);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 253:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(202);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 254:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'i') ADVANCE(272);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 255:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(216);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 256:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(290);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 257:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(309);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 258:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(298);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 259:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(300);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 260:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(233);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 261:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(231);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 262:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'l') ADVANCE(296);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 263:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(212);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 264:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(213);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 265:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(208);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 266:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(112);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 267:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(90);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 268:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(209);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 269:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(304);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 270:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(246);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 271:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(299);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 272:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(224);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 273:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(260);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 274:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(214);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 275:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(279);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 276:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(198);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 277:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(267);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 278:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(210);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 279:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(261);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 280:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(118);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 281:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'p') ADVANCE(222);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 282:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(136);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 283:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(307);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 284:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(252);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 285:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(113);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 286:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(253);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 287:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(288);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 288:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'r') ADVANCE(191);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 289:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(249);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 290:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(219);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 291:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(73);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 292:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(104);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 293:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(218);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 294:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(291);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 295:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(292);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 296:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 's') ADVANCE(223);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 297:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(114);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 298:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(122);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 299:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(119);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 300:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(106);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 301:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(251);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 302:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(284);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 303:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(192);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 304:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 't') ADVANCE(232);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 305:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(258);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 306:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(265);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 307:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(221);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 308:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(259);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 309:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'u') ADVANCE(211);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 310:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'x') ADVANCE(280);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 311:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'y') ADVANCE(116);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 312:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(312);
END_STATE();
case 313:
ACCEPT_TOKEN(sym_comment);
END_STATE();
case 314:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(314);
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 = 65},
[4] = {.lex_state = 66},
[5] = {.lex_state = 66},
[6] = {.lex_state = 65},
[7] = {.lex_state = 65},
[8] = {.lex_state = 65},
[9] = {.lex_state = 65},
[10] = {.lex_state = 65},
[11] = {.lex_state = 65},
[12] = {.lex_state = 65},
[13] = {.lex_state = 65},
[14] = {.lex_state = 65},
[15] = {.lex_state = 65},
[16] = {.lex_state = 66},
[17] = {.lex_state = 66},
[18] = {.lex_state = 65},
[19] = {.lex_state = 66},
[20] = {.lex_state = 66},
[21] = {.lex_state = 66},
[22] = {.lex_state = 66},
[23] = {.lex_state = 66},
[24] = {.lex_state = 66},
[25] = {.lex_state = 65},
[26] = {.lex_state = 66},
[27] = {.lex_state = 66},
[28] = {.lex_state = 66},
[29] = {.lex_state = 66},
[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 = 65},
[72] = {.lex_state = 65},
[73] = {.lex_state = 5},
[74] = {.lex_state = 65},
[75] = {.lex_state = 1},
[76] = {.lex_state = 1},
[77] = {.lex_state = 65},
[78] = {.lex_state = 4},
[79] = {.lex_state = 1},
[80] = {.lex_state = 4},
[81] = {.lex_state = 4},
[82] = {.lex_state = 4},
[83] = {.lex_state = 4},
[84] = {.lex_state = 4},
[85] = {.lex_state = 4},
[86] = {.lex_state = 6},
[87] = {.lex_state = 1},
[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 = 1},
[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 = 4},
[149] = {.lex_state = 4},
[150] = {.lex_state = 4},
[151] = {.lex_state = 1},
[152] = {.lex_state = 1},
[153] = {.lex_state = 65},
[154] = {.lex_state = 1},
[155] = {.lex_state = 1},
[156] = {.lex_state = 1},
[157] = {.lex_state = 1},
[158] = {.lex_state = 2},
[159] = {.lex_state = 2},
[160] = {.lex_state = 1},
[161] = {.lex_state = 1},
[162] = {.lex_state = 1},
[163] = {.lex_state = 65},
[164] = {.lex_state = 1},
[165] = {.lex_state = 2},
[166] = {.lex_state = 2},
[167] = {.lex_state = 1},
[168] = {.lex_state = 1},
[169] = {.lex_state = 67},
[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 = 68},
[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 = 1},
[184] = {.lex_state = 1},
[185] = {.lex_state = 1},
[186] = {.lex_state = 12},
[187] = {.lex_state = 8},
[188] = {.lex_state = 1},
[189] = {.lex_state = 69},
[190] = {.lex_state = 1},
[191] = {.lex_state = 8},
[192] = {.lex_state = 1},
[193] = {.lex_state = 1},
[194] = {.lex_state = 1},
[195] = {.lex_state = 1},
[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 = 8},
[203] = {.lex_state = 1},
[204] = {.lex_state = 1},
[205] = {.lex_state = 68},
[206] = {.lex_state = 1},
[207] = {.lex_state = 1},
[208] = {.lex_state = 1},
[209] = {.lex_state = 69},
[210] = {.lex_state = 8},
[211] = {.lex_state = 65},
[212] = {.lex_state = 8},
[213] = {.lex_state = 8},
[214] = {.lex_state = 69},
[215] = {.lex_state = 3},
[216] = {.lex_state = 12},
[217] = {.lex_state = 67},
[218] = {.lex_state = 8},
[219] = {.lex_state = 8},
[220] = {.lex_state = 65},
[221] = {.lex_state = 65},
[222] = {.lex_state = 65},
[223] = {.lex_state = 65},
[224] = {.lex_state = 65},
[225] = {.lex_state = 65},
[226] = {.lex_state = 65},
[227] = {.lex_state = 67},
[228] = {.lex_state = 65},
[229] = {.lex_state = 65},
[230] = {.lex_state = 65},
[231] = {.lex_state = 67},
[232] = {.lex_state = 8},
[233] = {.lex_state = 65},
[234] = {.lex_state = 65},
[235] = {.lex_state = 65},
[236] = {.lex_state = 65},
[237] = {.lex_state = 65},
[238] = {.lex_state = 2},
[239] = {.lex_state = 65},
[240] = {.lex_state = 65},
[241] = {.lex_state = 65},
[242] = {.lex_state = 65},
[243] = {.lex_state = 65},
[244] = {.lex_state = 65},
[245] = {.lex_state = 65},
[246] = {.lex_state = 65},
[247] = {.lex_state = 65},
[248] = {.lex_state = 65},
[249] = {.lex_state = 69},
[250] = {.lex_state = 65},
[251] = {.lex_state = 65},
[252] = {.lex_state = 69},
[253] = {.lex_state = 69},
[254] = {.lex_state = 65},
[255] = {.lex_state = 65},
[256] = {.lex_state = 65},
[257] = {.lex_state = 65},
[258] = {.lex_state = 8},
[259] = {.lex_state = 8},
[260] = {.lex_state = 1},
[261] = {.lex_state = 65},
[262] = {.lex_state = 8},
[263] = {.lex_state = 65},
[264] = {.lex_state = 65},
[265] = {.lex_state = 65},
[266] = {.lex_state = 1},
[267] = {.lex_state = 1},
[268] = {.lex_state = 65},
[269] = {.lex_state = 65},
[270] = {.lex_state = 1},
[271] = {.lex_state = 65},
[272] = {.lex_state = 65},
[273] = {.lex_state = 65},
[274] = {.lex_state = 65},
[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 = 1},
[284] = {.lex_state = 65},
[285] = {.lex_state = 1},
[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 = 65},
[293] = {.lex_state = 65},
[294] = {.lex_state = 65},
[295] = {.lex_state = 65},
[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 = 2},
[304] = {.lex_state = 65},
[305] = {.lex_state = 65},
[306] = {.lex_state = 65},
[307] = {.lex_state = 1},
[308] = {.lex_state = 65},
[309] = {.lex_state = 65},
[310] = {.lex_state = 65},
[311] = {.lex_state = 65},
[312] = {.lex_state = 65},
[313] = {.lex_state = 65},
[314] = {.lex_state = 1},
[315] = {.lex_state = 65},
[316] = {.lex_state = 65},
[317] = {.lex_state = 65},
[318] = {.lex_state = 65},
[319] = {.lex_state = 1},
[320] = {.lex_state = 65},
[321] = {.lex_state = 1},
[322] = {.lex_state = 65},
[323] = {.lex_state = 65},
[324] = {.lex_state = 65},
[325] = {.lex_state = 65},
[326] = {.lex_state = 65},
[327] = {.lex_state = 65},
[328] = {.lex_state = 65},
[329] = {.lex_state = 1},
[330] = {.lex_state = 65},
[331] = {.lex_state = 65},
[332] = {.lex_state = 1},
[333] = {.lex_state = 1},
[334] = {.lex_state = 1},
[335] = {.lex_state = 1},
[336] = {.lex_state = 1},
[337] = {.lex_state = 1},
[338] = {.lex_state = 1},
[339] = {.lex_state = 2},
[340] = {.lex_state = 1},
[341] = {.lex_state = 1},
[342] = {.lex_state = 1},
[343] = {.lex_state = 1},
[344] = {.lex_state = 1},
[345] = {.lex_state = 1},
[346] = {.lex_state = 1},
[347] = {.lex_state = 5},
[348] = {.lex_state = 5},
[349] = {.lex_state = 5},
[350] = {.lex_state = 5},
[351] = {.lex_state = 4},
[352] = {.lex_state = 65},
[353] = {.lex_state = 9},
[354] = {.lex_state = 9},
[355] = {.lex_state = 9},
[356] = {.lex_state = 9},
[357] = {.lex_state = 9},
[358] = {.lex_state = 9},
[359] = {.lex_state = 9},
[360] = {.lex_state = 9},
[361] = {.lex_state = 9},
[362] = {.lex_state = 11},
[363] = {.lex_state = 9},
[364] = {.lex_state = 7},
[365] = {.lex_state = 9},
[366] = {.lex_state = 11},
[367] = {.lex_state = 9},
[368] = {.lex_state = 7},
[369] = {.lex_state = 11},
[370] = {.lex_state = 11},
[371] = {.lex_state = 11},
[372] = {.lex_state = 9},
[373] = {.lex_state = 9},
[374] = {.lex_state = 9},
[375] = {.lex_state = 9},
[376] = {.lex_state = 9},
[377] = {.lex_state = 11},
[378] = {.lex_state = 9},
[379] = {.lex_state = 11},
[380] = {.lex_state = 9},
[381] = {.lex_state = 11},
[382] = {.lex_state = 11},
[383] = {.lex_state = 7},
[384] = {.lex_state = 11},
[385] = {.lex_state = 7},
[386] = {.lex_state = 10},
[387] = {.lex_state = 11},
[388] = {.lex_state = 11},
[389] = {.lex_state = 10},
[390] = {.lex_state = 13},
[391] = {.lex_state = 14},
[392] = {.lex_state = 13},
[393] = {.lex_state = 7},
[394] = {.lex_state = 7},
[395] = {.lex_state = 14},
[396] = {.lex_state = 7},
[397] = {.lex_state = 11},
[398] = {.lex_state = 7},
[399] = {.lex_state = 14},
[400] = {.lex_state = 7},
[401] = {.lex_state = 14},
[402] = {.lex_state = 7},
[403] = {.lex_state = 14},
[404] = {.lex_state = 14},
[405] = {.lex_state = 13},
[406] = {.lex_state = 7},
[407] = {.lex_state = 11},
[408] = {.lex_state = 14},
[409] = {.lex_state = 7},
[410] = {.lex_state = 7},
[411] = {.lex_state = 7},
[412] = {.lex_state = 13},
[413] = {.lex_state = 7},
[414] = {.lex_state = 65},
[415] = {.lex_state = 7},
[416] = {.lex_state = 65},
[417] = {.lex_state = 13},
[418] = {.lex_state = 13},
[419] = {.lex_state = 13},
[420] = {.lex_state = 13},
[421] = {.lex_state = 7},
[422] = {.lex_state = 7},
[423] = {.lex_state = 65},
[424] = {.lex_state = 7},
[425] = {.lex_state = 65},
[426] = {.lex_state = 65},
[427] = {.lex_state = 65},
[428] = {.lex_state = 13},
[429] = {.lex_state = 7},
[430] = {.lex_state = 65},
[431] = {.lex_state = 65},
[432] = {.lex_state = 65},
[433] = {.lex_state = 13},
[434] = {.lex_state = 7},
[435] = {.lex_state = 65},
[436] = {.lex_state = 7},
[437] = {.lex_state = 7},
[438] = {.lex_state = 7},
[439] = {.lex_state = 7},
[440] = {.lex_state = 7},
[441] = {.lex_state = 65},
[442] = {.lex_state = 13},
[443] = {.lex_state = 65},
[444] = {.lex_state = 65},
[445] = {.lex_state = 13},
[446] = {.lex_state = 67},
[447] = {.lex_state = 65},
[448] = {.lex_state = 65},
[449] = {.lex_state = 65},
[450] = {.lex_state = 65},
[451] = {.lex_state = 65},
[452] = {.lex_state = 65},
[453] = {.lex_state = 65},
[454] = {.lex_state = 65},
[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 = 13},
[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 = 65},
[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 = 13},
[487] = {.lex_state = 65},
[488] = {.lex_state = 65},
[489] = {.lex_state = 65},
[490] = {.lex_state = 65},
[491] = {.lex_state = 13},
[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 = 67},
[503] = {.lex_state = 65},
[504] = {.lex_state = 65},
[505] = {.lex_state = 65},
[506] = {.lex_state = 67},
[507] = {.lex_state = 65},
[508] = {.lex_state = 65},
[509] = {.lex_state = 65},
[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 = 67},
[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 = 65},
[536] = {.lex_state = 65},
[537] = {.lex_state = 65},
[538] = {.lex_state = 65},
[539] = {.lex_state = 67},
[540] = {.lex_state = 65},
[541] = {.lex_state = 65},
[542] = {.lex_state = 65},
[543] = {.lex_state = 65},
[544] = {.lex_state = 65},
[545] = {.lex_state = 65},
[546] = {.lex_state = 7},
[547] = {.lex_state = 68},
[548] = {.lex_state = 65},
[549] = {.lex_state = 65},
[550] = {.lex_state = 7},
[551] = {.lex_state = 65},
[552] = {.lex_state = 65},
[553] = {.lex_state = 7},
[554] = {.lex_state = 7},
[555] = {.lex_state = 65},
[556] = {.lex_state = 65},
[557] = {.lex_state = 7},
[558] = {.lex_state = 65},
[559] = {.lex_state = 65},
[560] = {.lex_state = 65},
[561] = {.lex_state = 67},
[562] = {.lex_state = 7},
[563] = {.lex_state = 7},
[564] = {.lex_state = 65},
[565] = {.lex_state = 65},
[566] = {.lex_state = 7},
[567] = {.lex_state = 68},
[568] = {.lex_state = 65},
[569] = {.lex_state = 7},
[570] = {.lex_state = 65},
[571] = {.lex_state = 65},
[572] = {.lex_state = 7},
[573] = {.lex_state = 65},
[574] = {.lex_state = 65},
[575] = {.lex_state = 65},
[576] = {.lex_state = 65},
[577] = {.lex_state = 7},
[578] = {.lex_state = 65},
[579] = {.lex_state = 65},
[580] = {.lex_state = 7},
[581] = {.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_unless] = 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(555),
[sym_statement] = STATE(291),
[sym_class_definition] = STATE(306),
[sym_node_definition] = STATE(306),
[sym_defined_resource_type] = STATE(306),
[sym_type_declaration] = STATE(306),
[sym_assignment] = STATE(263),
[sym_relation] = STATE(306),
[sym_function_declaration] = STATE(306),
[sym_resource_declaration] = STATE(306),
[sym_include_statement] = STATE(306),
[sym_tag_statement] = STATE(306),
[sym_if_statement] = STATE(306),
[sym_unless_statement] = STATE(306),
[sym_case_statement] = STATE(306),
[sym_resource_collector] = STATE(306),
[sym_resource_default] = STATE(306),
[sym_selector] = STATE(306),
[sym_function_call] = STATE(306),
[sym_method_call] = STATE(306),
[sym_variable] = STATE(217),
[sym_hash] = STATE(306),
[sym_resource_reference] = STATE(264),
[sym_string] = STATE(306),
[sym__identifier] = STATE(244),
[sym_class_identifier] = STATE(244),
[aux_sym_source_file_repeat1] = STATE(13),
[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_unless] = ACTIONS(29),
[anon_sym_case] = ACTIONS(31),
[anon_sym_DOLLAR] = ACTIONS(33),
[anon_sym_DQUOTE] = ACTIONS(35),
[anon_sym_SQUOTE] = ACTIONS(37),
[sym_identifier] = ACTIONS(39),
[sym_comment] = ACTIONS(41),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(47), 1,
anon_sym_COLON_COLON,
STATE(2), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(45), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(43), 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,
[57] = 26,
ACTIONS(41), 1,
sym_comment,
ACTIONS(52), 1,
anon_sym_LBRACE,
ACTIONS(55), 1,
anon_sym_class,
ACTIONS(58), 1,
anon_sym_node,
ACTIONS(61), 1,
anon_sym_define,
ACTIONS(64), 1,
anon_sym_type,
ACTIONS(67), 1,
anon_sym_function,
ACTIONS(70), 1,
anon_sym_AT,
ACTIONS(73), 1,
anon_sym_AT_AT,
ACTIONS(76), 1,
anon_sym_include,
ACTIONS(79), 1,
anon_sym_tag,
ACTIONS(82), 1,
anon_sym_if,
ACTIONS(85), 1,
anon_sym_unless,
ACTIONS(88), 1,
anon_sym_case,
ACTIONS(91), 1,
anon_sym_DOLLAR,
ACTIONS(94), 1,
anon_sym_DQUOTE,
ACTIONS(97), 1,
anon_sym_SQUOTE,
ACTIONS(100), 1,
sym_identifier,
STATE(3), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
ACTIONS(50), 2,
ts_builtin_sym_end,
anon_sym_RBRACE,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[156] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(107), 1,
anon_sym_COLON_COLON,
STATE(5), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(105), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(103), 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,
[213] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(107), 1,
anon_sym_COLON_COLON,
STATE(2), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(111), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(109), 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,
[270] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(113), 1,
anon_sym_RBRACE,
STATE(7), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[368] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(115), 1,
anon_sym_RBRACE,
STATE(3), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[466] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(117), 1,
anon_sym_RBRACE,
STATE(3), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[564] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(119), 1,
anon_sym_RBRACE,
STATE(8), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[662] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(121), 1,
anon_sym_RBRACE,
STATE(3), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[760] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(123), 1,
anon_sym_RBRACE,
STATE(10), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[858] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(125), 1,
anon_sym_RBRACE,
STATE(18), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[956] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(127), 1,
ts_builtin_sym_end,
STATE(3), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1054] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(129), 1,
anon_sym_RBRACE,
STATE(3), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1152] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(131), 1,
anon_sym_RBRACE,
STATE(14), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1250] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(139), 1,
anon_sym_COLON_COLON,
ACTIONS(135), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(133), 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,
[1306] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(45), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(43), 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,
[1358] = 26,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
ACTIONS(141), 1,
anon_sym_RBRACE,
STATE(3), 1,
aux_sym_source_file_repeat1,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(291), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1456] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(145), 1,
anon_sym_LBRACE,
ACTIONS(149), 1,
anon_sym_PIPE,
STATE(35), 1,
sym_lambda,
STATE(62), 1,
sym_block,
ACTIONS(147), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(143), 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,
[1515] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(145), 1,
anon_sym_LBRACE,
ACTIONS(149), 1,
anon_sym_PIPE,
STATE(33), 1,
sym_lambda,
STATE(62), 1,
sym_block,
ACTIONS(153), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(151), 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,
[1574] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(145), 1,
anon_sym_LBRACE,
ACTIONS(149), 1,
anon_sym_PIPE,
STATE(61), 1,
sym_lambda,
STATE(62), 1,
sym_block,
ACTIONS(157), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(155), 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,
[1633] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(145), 1,
anon_sym_LBRACE,
ACTIONS(149), 1,
anon_sym_PIPE,
STATE(62), 1,
sym_block,
STATE(66), 1,
sym_lambda,
ACTIONS(161), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(159), 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,
[1692] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(167), 1,
anon_sym_LPAREN,
ACTIONS(169), 1,
anon_sym_DOT,
ACTIONS(165), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(163), 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,
[1746] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(139), 1,
anon_sym_COLON_COLON,
ACTIONS(135), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(133), 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,
[1798] = 24,
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_unless,
ACTIONS(31), 1,
anon_sym_case,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(39), 1,
sym_identifier,
ACTIONS(41), 1,
sym_comment,
STATE(217), 1,
sym_variable,
STATE(263), 1,
sym_assignment,
STATE(264), 1,
sym_resource_reference,
STATE(289), 1,
sym_statement,
STATE(244), 2,
sym__identifier,
sym_class_identifier,
STATE(306), 19,
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_unless_statement,
sym_case_statement,
sym_resource_collector,
sym_resource_default,
sym_selector,
sym_function_call,
sym_method_call,
sym_hash,
sym_string,
[1890] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(173), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(171), 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,
[1941] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(177), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(175), 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,
[1990] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(181), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(179), 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,
[2039] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(185), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(183), 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,
[2088] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(137), 1,
anon_sym_LBRACK,
ACTIONS(165), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(163), 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,
[2139] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(189), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(187), 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,
[2187] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 1,
anon_sym_DASH,
ACTIONS(203), 1,
anon_sym_or,
ACTIONS(205), 1,
anon_sym_and,
ACTIONS(211), 1,
anon_sym_PLUS,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(195), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(197), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(207), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(209), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(201), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(191), 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(193), 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_unless,
anon_sym_case,
sym_identifier,
[2257] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(147), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(143), 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,
[2305] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(219), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(217), 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,
[2353] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(161), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(159), 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,
[2401] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(221), 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,
[2449] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(227), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(225), 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,
[2497] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(171), 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,
[2545] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(231), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(229), 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,
[2593] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(165), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(163), 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(235), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(233), 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,
[2689] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(239), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(237), 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,
[2737] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(243), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(241), 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,
[2785] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 1,
anon_sym_DASH,
ACTIONS(211), 1,
anon_sym_PLUS,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(201), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
ACTIONS(247), 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_unless,
anon_sym_case,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
[2843] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 1,
anon_sym_DASH,
ACTIONS(211), 1,
anon_sym_PLUS,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(195), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(201), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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(247), 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_unless,
anon_sym_case,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
[2903] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(201), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
ACTIONS(247), 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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
[2957] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(247), 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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
ACTIONS(245), 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,
[3009] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 1,
anon_sym_DASH,
ACTIONS(205), 1,
anon_sym_and,
ACTIONS(211), 1,
anon_sym_PLUS,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(195), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(197), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(207), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(209), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(201), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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(247), 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_unless,
anon_sym_case,
anon_sym_or,
sym_identifier,
[3077] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 1,
anon_sym_DASH,
ACTIONS(211), 1,
anon_sym_PLUS,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(195), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(197), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(207), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(209), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(201), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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(247), 14,
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_unless,
anon_sym_case,
anon_sym_or,
anon_sym_and,
sym_identifier,
[3143] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(199), 1,
anon_sym_DASH,
ACTIONS(211), 1,
anon_sym_PLUS,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(195), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(197), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(213), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(201), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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(247), 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_unless,
anon_sym_case,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
[3205] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(251), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(249), 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,
[3253] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(255), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(253), 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,
[3301] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(215), 1,
anon_sym_in,
ACTIONS(247), 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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
sym_identifier,
ACTIONS(245), 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,
[3351] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(247), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(245), 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,
[3399] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(259), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(257), 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,
[3447] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(263), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(261), 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,
[3495] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(267), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(265), 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,
[3543] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(271), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(269), 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,
[3591] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(275), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(273), 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,
[3639] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(277), 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,
[3687] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(153), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(151), 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,
[3735] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(283), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(281), 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,
[3783] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(287), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(285), 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,
[3831] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(291), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(289), 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,
[3879] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(295), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(293), 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,
[3927] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(297), 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,
[3975] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(303), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(301), 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,
[4023] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(307), 18,
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_unless,
anon_sym_case,
anon_sym_DASH,
anon_sym_or,
anon_sym_and,
anon_sym_GT,
anon_sym_LT,
anon_sym_in,
sym_identifier,
ACTIONS(305), 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,
[4071] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(311), 1,
anon_sym_RBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(315), 1,
anon_sym_default,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(267), 1,
sym_expression,
STATE(551), 1,
sym_default_case,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(73), 2,
sym_case_item,
aux_sym_case_statement_repeat1,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[4155] = 23,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(315), 1,
anon_sym_default,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(337), 1,
anon_sym_RBRACE,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(267), 1,
sym_expression,
STATE(570), 1,
sym_default_case,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(69), 2,
sym_case_item,
aux_sym_case_statement_repeat1,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[4239] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(339), 1,
anon_sym_COLON_COLON,
STATE(72), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(111), 13,
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_unless,
anon_sym_case,
sym_identifier,
ACTIONS(109), 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,
[4286] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(341), 1,
anon_sym_COLON_COLON,
STATE(72), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(45), 13,
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_unless,
anon_sym_case,
sym_identifier,
ACTIONS(43), 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,
[4333] = 22,
ACTIONS(3), 1,
sym_comment,
ACTIONS(344), 1,
anon_sym_LBRACE,
ACTIONS(347), 1,
anon_sym_RBRACE,
ACTIONS(349), 1,
anon_sym_LPAREN,
ACTIONS(352), 1,
anon_sym_default,
ACTIONS(354), 1,
anon_sym_LBRACK,
ACTIONS(360), 1,
anon_sym_DASH,
ACTIONS(363), 1,
anon_sym_DOLLAR,
ACTIONS(372), 1,
anon_sym_DQUOTE,
ACTIONS(375), 1,
anon_sym_SQUOTE,
ACTIONS(381), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(267), 1,
sym_expression,
ACTIONS(357), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(366), 2,
sym_number,
sym_undef,
ACTIONS(369), 2,
sym_float,
sym_regex,
ACTIONS(378), 2,
anon_sym_true,
anon_sym_false,
STATE(73), 2,
sym_case_item,
aux_sym_case_statement_repeat1,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[4414] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(339), 1,
anon_sym_COLON_COLON,
STATE(71), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(105), 13,
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_unless,
anon_sym_case,
sym_identifier,
ACTIONS(103), 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,
[4461] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(384), 1,
anon_sym_COLON_COLON,
STATE(79), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(111), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(109), 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,
[4507] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(384), 1,
anon_sym_COLON_COLON,
STATE(75), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(105), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(103), 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,
[4553] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(45), 13,
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_unless,
anon_sym_case,
sym_identifier,
ACTIONS(43), 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,
[4595] = 25,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(325), 1,
sym_undef,
ACTIONS(327), 1,
sym_float,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(386), 1,
anon_sym_RBRACE,
ACTIONS(388), 1,
sym_number,
ACTIONS(390), 1,
sym_regex,
ACTIONS(392), 1,
sym_identifier,
STATE(158), 1,
sym_boolean,
STATE(170), 1,
sym_resource_reference,
STATE(303), 1,
sym_variable,
STATE(339), 1,
sym_string,
STATE(346), 1,
sym_expression,
STATE(467), 1,
sym_attribute,
STATE(469), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(162), 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,
[4681] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(394), 1,
anon_sym_COLON_COLON,
STATE(79), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(45), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(43), 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,
[4727] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(170), 1,
sym_resource_reference,
STATE(215), 1,
sym_variable,
STATE(266), 1,
sym_expression,
STATE(481), 1,
sym_selector,
STATE(558), 1,
sym_assignment,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[4804] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(397), 1,
anon_sym_RBRACE,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(531), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[4881] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(399), 1,
anon_sym_RBRACE,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(531), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[4958] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(401), 1,
anon_sym_RBRACE,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(531), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5035] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(403), 1,
anon_sym_RBRACE,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(531), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5112] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(405), 1,
anon_sym_RBRACE,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(531), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5189] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(407), 1,
anon_sym_if,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(340), 1,
sym_expression,
STATE(571), 1,
sym_if_statement,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5266] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(45), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(43), 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,
[5307] = 21,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(409), 1,
anon_sym_RBRACE,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(531), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5384] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(411), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5458] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(413), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5532] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(415), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5606] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(417), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5680] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(419), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5754] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(421), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5828] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(423), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(307), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5902] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(425), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[5976] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(427), 1,
anon_sym_RBRACK,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6050] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(429), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6124] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(531), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6198] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(482), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6272] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(346), 1,
sym_expression,
STATE(476), 1,
sym__resource_block,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6346] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(431), 1,
anon_sym_RBRACK,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6420] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(433), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6494] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(435), 1,
anon_sym_RBRACK,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6568] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(437), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(321), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6642] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(439), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6716] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(441), 1,
anon_sym_RBRACK,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(319), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6790] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(443), 1,
anon_sym_RBRACK,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(285), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6864] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(445), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[6938] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(447), 1,
anon_sym_RBRACK,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7012] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(449), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7086] = 20,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
ACTIONS(451), 1,
anon_sym_RPAREN,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(314), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7160] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(178), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7231] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(179), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7302] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(184), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7373] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(185), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7444] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(260), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7515] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(343), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7586] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(341), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7657] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(283), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7728] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(334), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7799] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(336), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7870] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(342), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[7941] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(332), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8012] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(44), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8083] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(337), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8154] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(338), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8225] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(182), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8296] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(201), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8367] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(181), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8438] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(345), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8509] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(180), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8580] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(42), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[8651] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(183), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8722] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(177), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8793] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_COLON_COLON,
ACTIONS(135), 5,
anon_sym_EQ,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(133), 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,
[8834] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(335), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8905] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(329), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[8976] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(344), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[9047] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(333), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[9118] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(32), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9189] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
anon_sym_LBRACE,
ACTIONS(313), 1,
anon_sym_LPAREN,
ACTIONS(317), 1,
anon_sym_LBRACK,
ACTIONS(321), 1,
anon_sym_DASH,
ACTIONS(323), 1,
anon_sym_DOLLAR,
ACTIONS(329), 1,
anon_sym_DQUOTE,
ACTIONS(331), 1,
anon_sym_SQUOTE,
ACTIONS(335), 1,
sym_identifier,
STATE(167), 1,
sym_variable,
STATE(170), 1,
sym_resource_reference,
STATE(270), 1,
sym_expression,
ACTIONS(319), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
STATE(162), 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,
[9260] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(54), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9331] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(53), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9402] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(50), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9473] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(49), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9544] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(48), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9615] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(47), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9686] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(46), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9757] = 19,
ACTIONS(3), 1,
sym_comment,
ACTIONS(453), 1,
anon_sym_LBRACE,
ACTIONS(455), 1,
anon_sym_LPAREN,
ACTIONS(457), 1,
anon_sym_LBRACK,
ACTIONS(461), 1,
anon_sym_DASH,
ACTIONS(463), 1,
anon_sym_DOLLAR,
ACTIONS(469), 1,
anon_sym_DQUOTE,
ACTIONS(471), 1,
anon_sym_SQUOTE,
ACTIONS(475), 1,
sym_identifier,
STATE(26), 1,
sym_resource_reference,
STATE(30), 1,
sym_variable,
STATE(45), 1,
sym_expression,
ACTIONS(459), 2,
anon_sym_BANG,
anon_sym_STAR,
ACTIONS(465), 2,
sym_number,
sym_undef,
ACTIONS(467), 2,
sym_float,
sym_regex,
ACTIONS(473), 2,
anon_sym_true,
anon_sym_false,
STATE(23), 2,
sym__identifier,
sym_class_identifier,
STATE(38), 2,
sym_string,
sym_boolean,
STATE(40), 8,
sym_unary_expression,
sym_binary_expression,
sym_parenthesized_expression,
sym_function_call,
sym_method_call,
sym_array,
sym_hash,
sym_literal,
[9828] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(185), 4,
anon_sym_EQ,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(183), 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,
[9866] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_COLON_COLON,
ACTIONS(479), 1,
anon_sym_LBRACK,
ACTIONS(135), 3,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
ACTIONS(133), 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,
[9908] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(185), 13,
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_unless,
anon_sym_case,
sym_identifier,
ACTIONS(183), 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,
[9946] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
ACTIONS(483), 1,
anon_sym_PIPE,
STATE(172), 1,
sym_block,
STATE(203), 1,
sym_lambda,
ACTIONS(147), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(143), 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,
[9991] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
ACTIONS(483), 1,
anon_sym_PIPE,
STATE(172), 1,
sym_block,
STATE(199), 1,
sym_lambda,
ACTIONS(153), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(151), 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,
[10036] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
ACTIONS(483), 1,
anon_sym_PIPE,
STATE(172), 1,
sym_block,
STATE(197), 1,
sym_lambda,
ACTIONS(157), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(155), 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,
[10081] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
ACTIONS(483), 1,
anon_sym_PIPE,
STATE(172), 1,
sym_block,
STATE(208), 1,
sym_lambda,
ACTIONS(161), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(159), 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,
[10126] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 3,
anon_sym_PIPE_GT,
anon_sym_GT,
anon_sym_LT,
ACTIONS(171), 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,
[10162] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(231), 3,
anon_sym_PIPE_GT,
anon_sym_GT,
anon_sym_LT,
ACTIONS(229), 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,
[10198] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(255), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(253), 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,
[10234] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(251), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(249), 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,
[10270] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(485), 1,
anon_sym_LPAREN,
ACTIONS(487), 1,
anon_sym_DOT,
ACTIONS(165), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(163), 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,
[10310] = 6,
ACTIONS(41), 1,
sym_comment,
ACTIONS(491), 1,
anon_sym_LBRACK,
ACTIONS(493), 1,
anon_sym_COLON_COLON,
ACTIONS(489), 2,
anon_sym_LT_LT_PIPE,
anon_sym_LT_PIPE,
ACTIONS(133), 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(135), 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_unless,
anon_sym_case,
sym_identifier,
[10351] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(177), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(175), 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,
[10386] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(287), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(285), 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,
[10421] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(267), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(265), 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,
[10456] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(479), 1,
anon_sym_LBRACK,
ACTIONS(165), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(163), 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,
[10493] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(181), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(179), 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,
[10528] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(493), 1,
anon_sym_COLON_COLON,
ACTIONS(135), 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_unless,
anon_sym_case,
sym_identifier,
ACTIONS(133), 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,
[10565] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(479), 1,
anon_sym_LBRACK,
ACTIONS(173), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(171), 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,
[10602] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(189), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(187), 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,
[10636] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(283), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(281), 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,
[10670] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(303), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(301), 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,
[10704] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(263), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(261), 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,
[10738] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(243), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(241), 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,
[10772] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(265), 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,
ACTIONS(267), 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_unless,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
[10806] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(247), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
[10848] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(247), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
[10892] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(247), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
[10932] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(247), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(245), 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,
[10970] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
[11020] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
[11068] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(247), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(245), 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,
[11114] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(247), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(245), 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,
[11150] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(247), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(245), 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,
[11184] = 12,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(515), 1,
anon_sym_default,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(521), 1,
anon_sym_RBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(525), 1,
sym_number,
ACTIONS(527), 1,
sym_identifier,
STATE(425), 1,
sym_type,
STATE(474), 1,
sym_default,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[11236] = 12,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(529), 1,
anon_sym_RBRACK,
STATE(459), 1,
sym_type,
STATE(534), 1,
sym_string,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(165), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(163), 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,
[11322] = 7,
ACTIONS(41), 1,
sym_comment,
ACTIONS(535), 1,
anon_sym_elsif,
ACTIONS(537), 1,
anon_sym_else,
STATE(305), 1,
sym_else_statement,
STATE(214), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
ACTIONS(531), 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(533), 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_unless,
anon_sym_case,
sym_identifier,
[11364] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(275), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(273), 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,
[11398] = 12,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(539), 1,
anon_sym_RBRACK,
STATE(459), 1,
sym_type,
STATE(534), 1,
sym_string,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[11450] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(307), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(305), 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,
[11484] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(295), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(293), 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,
[11518] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(235), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(233), 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,
[11552] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(271), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(269), 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,
[11586] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(291), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(289), 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,
[11620] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(153), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(151), 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,
[11654] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(277), 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,
[11688] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(147), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(143), 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,
[11722] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(219), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(217), 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,
[11756] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(239), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(237), 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,
[11790] = 12,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(541), 1,
sym_number,
STATE(513), 1,
sym_type,
STATE(526), 1,
sym_string,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[11842] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(161), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(159), 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,
[11876] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(223), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(221), 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,
[11910] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(285), 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,
ACTIONS(287), 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_unless,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
[11944] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(227), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(225), 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,
[11978] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(259), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(257), 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,
[12012] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(299), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(297), 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,
[12046] = 7,
ACTIONS(41), 1,
sym_comment,
ACTIONS(535), 1,
anon_sym_elsif,
ACTIONS(537), 1,
anon_sym_else,
STATE(269), 1,
sym_else_statement,
STATE(189), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
ACTIONS(543), 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(545), 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_unless,
anon_sym_case,
sym_identifier,
[12088] = 11,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(547), 1,
anon_sym_RPAREN,
ACTIONS(549), 1,
anon_sym_DOLLAR,
STATE(497), 1,
sym_type,
STATE(502), 1,
sym_variable,
STATE(523), 1,
sym_parameter,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[12137] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(493), 1,
anon_sym_COLON_COLON,
ACTIONS(555), 1,
anon_sym_LBRACK,
ACTIONS(551), 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(553), 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_unless,
anon_sym_case,
sym_identifier,
[12174] = 11,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
STATE(435), 1,
sym_type,
STATE(452), 1,
sym_string,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[12223] = 11,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(549), 1,
anon_sym_DOLLAR,
ACTIONS(557), 1,
anon_sym_RPAREN,
STATE(497), 1,
sym_type,
STATE(502), 1,
sym_variable,
STATE(523), 1,
sym_parameter,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[12272] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(563), 1,
anon_sym_elsif,
STATE(214), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
ACTIONS(559), 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(561), 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_else,
anon_sym_unless,
anon_sym_case,
sym_identifier,
[12309] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(479), 1,
anon_sym_LBRACK,
ACTIONS(566), 1,
anon_sym_EQ,
ACTIONS(568), 1,
anon_sym_PLUS_EQ,
ACTIONS(570), 1,
anon_sym_QMARK,
ACTIONS(165), 3,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
ACTIONS(163), 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,
[12350] = 11,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(515), 1,
anon_sym_default,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(572), 1,
sym_number,
STATE(457), 1,
sym_type,
STATE(524), 1,
sym_default,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[12399] = 6,
ACTIONS(41), 1,
sym_comment,
ACTIONS(491), 1,
anon_sym_LBRACK,
ACTIONS(570), 1,
anon_sym_QMARK,
ACTIONS(578), 2,
anon_sym_EQ,
anon_sym_PLUS_EQ,
ACTIONS(574), 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(576), 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_unless,
anon_sym_case,
sym_identifier,
[12438] = 11,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(549), 1,
anon_sym_DOLLAR,
ACTIONS(580), 1,
anon_sym_RPAREN,
STATE(495), 1,
sym_parameter,
STATE(497), 1,
sym_type,
STATE(502), 1,
sym_variable,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[12487] = 11,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
STATE(459), 1,
sym_type,
STATE(534), 1,
sym_string,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[12536] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(582), 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,
ACTIONS(584), 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_unless,
anon_sym_case,
sym_identifier,
[12568] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(586), 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,
ACTIONS(588), 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_unless,
anon_sym_case,
sym_identifier,
[12600] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(590), 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,
ACTIONS(592), 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_unless,
anon_sym_case,
sym_identifier,
[12632] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(594), 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,
ACTIONS(596), 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_unless,
anon_sym_case,
sym_identifier,
[12664] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(598), 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,
ACTIONS(600), 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_unless,
anon_sym_case,
sym_identifier,
[12696] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(602), 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,
ACTIONS(604), 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_unless,
anon_sym_case,
sym_identifier,
[12728] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(606), 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,
ACTIONS(608), 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_unless,
anon_sym_case,
sym_identifier,
[12760] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(179), 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(181), 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_unless,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
[12792] = 7,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(612), 1,
anon_sym_PIPE,
STATE(294), 1,
sym_block,
STATE(320), 1,
sym_lambda,
ACTIONS(143), 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(147), 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_unless,
anon_sym_case,
sym_identifier,
[12832] = 7,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(612), 1,
anon_sym_PIPE,
STATE(282), 1,
sym_lambda,
STATE(294), 1,
sym_block,
ACTIONS(151), 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(153), 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_unless,
anon_sym_case,
sym_identifier,
[12872] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(614), 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,
ACTIONS(616), 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_unless,
anon_sym_case,
sym_identifier,
[12904] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(175), 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(177), 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_unless,
anon_sym_case,
anon_sym_PIPE_GT,
sym_identifier,
[12936] = 10,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(527), 1,
sym_identifier,
ACTIONS(549), 1,
anon_sym_DOLLAR,
STATE(497), 1,
sym_type,
STATE(502), 1,
sym_variable,
STATE(523), 1,
sym_parameter,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[12982] = 7,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(612), 1,
anon_sym_PIPE,
STATE(294), 1,
sym_block,
STATE(295), 1,
sym_lambda,
ACTIONS(155), 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(157), 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_unless,
anon_sym_case,
sym_identifier,
[13022] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(618), 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,
ACTIONS(620), 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_unless,
anon_sym_case,
sym_identifier,
[13054] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(622), 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,
ACTIONS(624), 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_unless,
anon_sym_case,
sym_identifier,
[13086] = 7,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(612), 1,
anon_sym_PIPE,
STATE(284), 1,
sym_lambda,
STATE(294), 1,
sym_block,
ACTIONS(159), 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(161), 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_unless,
anon_sym_case,
sym_identifier,
[13126] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(626), 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,
ACTIONS(628), 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_unless,
anon_sym_case,
sym_identifier,
[13158] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_COLON_COLON,
ACTIONS(479), 1,
anon_sym_LBRACK,
ACTIONS(630), 1,
anon_sym_EQ_GT,
ACTIONS(135), 3,
anon_sym_COLON,
anon_sym_GT,
anon_sym_LT,
ACTIONS(133), 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,
[13196] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(551), 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,
ACTIONS(553), 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_unless,
anon_sym_case,
sym_identifier,
[13228] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(632), 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,
ACTIONS(634), 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_unless,
anon_sym_case,
sym_identifier,
[13260] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(640), 1,
anon_sym_COMMA,
STATE(243), 1,
aux_sym_include_statement_repeat1,
ACTIONS(636), 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(638), 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_unless,
anon_sym_case,
sym_identifier,
[13295] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(642), 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(644), 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_unless,
anon_sym_case,
sym_identifier,
[13326] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(640), 1,
anon_sym_COMMA,
STATE(251), 1,
aux_sym_include_statement_repeat1,
ACTIONS(646), 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(648), 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_unless,
anon_sym_case,
sym_identifier,
[13361] = 6,
ACTIONS(41), 1,
sym_comment,
ACTIONS(650), 1,
anon_sym_LBRACE,
ACTIONS(652), 1,
anon_sym_LPAREN,
ACTIONS(654), 1,
anon_sym_DOT,
ACTIONS(574), 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(576), 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_unless,
anon_sym_case,
sym_identifier,
[13398] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(660), 1,
anon_sym_COMMA,
STATE(245), 1,
aux_sym_tag_statement_repeat1,
ACTIONS(656), 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(658), 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_unless,
anon_sym_case,
sym_identifier,
[13433] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(663), 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(665), 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_unless,
anon_sym_case,
sym_identifier,
[13464] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(667), 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(669), 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_unless,
anon_sym_case,
sym_identifier,
[13495] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(675), 1,
anon_sym_COMMA,
STATE(254), 1,
aux_sym_tag_statement_repeat1,
ACTIONS(671), 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(673), 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_unless,
anon_sym_case,
sym_identifier,
[13530] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(253), 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(255), 14,
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_unless,
anon_sym_case,
sym_identifier,
[13561] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(677), 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(679), 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_unless,
anon_sym_case,
sym_identifier,
[13592] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(685), 1,
anon_sym_COMMA,
STATE(251), 1,
aux_sym_include_statement_repeat1,
ACTIONS(681), 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(683), 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_unless,
anon_sym_case,
sym_identifier,
[13627] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(688), 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(690), 14,
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_unless,
anon_sym_case,
sym_identifier,
[13658] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(249), 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(251), 14,
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_unless,
anon_sym_case,
sym_identifier,
[13689] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(675), 1,
anon_sym_COMMA,
STATE(245), 1,
aux_sym_tag_statement_repeat1,
ACTIONS(692), 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(694), 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_unless,
anon_sym_case,
sym_identifier,
[13724] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(681), 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(683), 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_unless,
anon_sym_case,
sym_identifier,
[13754] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(293), 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(295), 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_unless,
anon_sym_case,
sym_identifier,
[13784] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_LBRACK,
ACTIONS(696), 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(698), 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_unless,
anon_sym_case,
sym_identifier,
[13816] = 8,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
STATE(257), 1,
sym_type,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[13856] = 8,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
STATE(499), 1,
sym_type,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[13896] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(702), 4,
anon_sym_COMMA,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
[13944] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(656), 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(658), 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_unless,
anon_sym_case,
sym_identifier,
[13974] = 8,
ACTIONS(41), 1,
sym_comment,
ACTIONS(513), 1,
anon_sym_LBRACE,
ACTIONS(519), 1,
anon_sym_LBRACK,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(527), 1,
sym_identifier,
STATE(512), 1,
sym_type,
STATE(239), 5,
sym_builtin_type,
sym_composite_type,
sym_attribute_type,
sym_array_type,
sym_class_identifier,
ACTIONS(517), 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,
[14014] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(570), 1,
anon_sym_QMARK,
ACTIONS(574), 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(576), 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_unless,
anon_sym_case,
sym_identifier,
[14046] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(491), 1,
anon_sym_LBRACK,
ACTIONS(706), 1,
anon_sym_LBRACE,
ACTIONS(574), 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(576), 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_unless,
anon_sym_case,
sym_identifier,
[14080] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(708), 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(710), 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_unless,
anon_sym_case,
sym_identifier,
[14109] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
ACTIONS(712), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[14156] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(714), 1,
anon_sym_COMMA,
ACTIONS(716), 1,
anon_sym_COLON,
STATE(490), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14207] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(718), 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(720), 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_unless,
anon_sym_case,
sym_identifier,
[14236] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(531), 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(533), 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_unless,
anon_sym_case,
sym_identifier,
[14265] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(722), 1,
anon_sym_COMMA,
ACTIONS(724), 1,
anon_sym_RPAREN,
STATE(475), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14316] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(726), 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(728), 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_unless,
anon_sym_case,
sym_identifier,
[14345] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(187), 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(189), 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_unless,
anon_sym_case,
sym_identifier,
[14374] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(261), 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(263), 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_unless,
anon_sym_case,
sym_identifier,
[14403] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(730), 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(732), 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_unless,
anon_sym_case,
sym_identifier,
[14432] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(734), 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(736), 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_unless,
anon_sym_case,
sym_identifier,
[14461] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(738), 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(740), 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_unless,
anon_sym_case,
sym_identifier,
[14490] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(742), 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(744), 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_unless,
anon_sym_case,
sym_identifier,
[14519] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(746), 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(748), 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_unless,
anon_sym_case,
sym_identifier,
[14548] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(750), 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(752), 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_unless,
anon_sym_case,
sym_identifier,
[14577] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(754), 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(756), 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_unless,
anon_sym_case,
sym_identifier,
[14606] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(758), 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(760), 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_unless,
anon_sym_case,
sym_identifier,
[14635] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(143), 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(147), 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_unless,
anon_sym_case,
sym_identifier,
[14664] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(762), 1,
anon_sym_COMMA,
ACTIONS(764), 1,
anon_sym_RPAREN,
STATE(492), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14715] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(297), 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(299), 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_unless,
anon_sym_case,
sym_identifier,
[14744] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(766), 1,
anon_sym_COMMA,
ACTIONS(768), 1,
anon_sym_RBRACK,
STATE(472), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[14795] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(770), 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(772), 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_unless,
anon_sym_case,
sym_identifier,
[14824] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(273), 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(275), 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_unless,
anon_sym_case,
sym_identifier,
[14853] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(289), 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(291), 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_unless,
anon_sym_case,
sym_identifier,
[14882] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(774), 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(776), 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_unless,
anon_sym_case,
sym_identifier,
[14911] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(778), 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(780), 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_unless,
anon_sym_case,
sym_identifier,
[14940] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(786), 2,
anon_sym_DASH_GT,
anon_sym_TILDE_GT,
ACTIONS(782), 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(784), 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_unless,
anon_sym_case,
sym_identifier,
[14971] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(788), 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(790), 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_unless,
anon_sym_case,
sym_identifier,
[15000] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(225), 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(227), 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_unless,
anon_sym_case,
sym_identifier,
[15029] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(281), 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(283), 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_unless,
anon_sym_case,
sym_identifier,
[15058] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(151), 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(153), 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_unless,
anon_sym_case,
sym_identifier,
[15087] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(792), 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(794), 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_unless,
anon_sym_case,
sym_identifier,
[15116] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(796), 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(798), 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_unless,
anon_sym_case,
sym_identifier,
[15145] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(800), 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(802), 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_unless,
anon_sym_case,
sym_identifier,
[15174] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(804), 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(806), 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_unless,
anon_sym_case,
sym_identifier,
[15203] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(808), 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(810), 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_unless,
anon_sym_case,
sym_identifier,
[15232] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(812), 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(814), 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_unless,
anon_sym_case,
sym_identifier,
[15261] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(816), 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(818), 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_unless,
anon_sym_case,
sym_identifier,
[15290] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(479), 1,
anon_sym_LBRACK,
ACTIONS(630), 1,
anon_sym_EQ_GT,
ACTIONS(165), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(163), 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,
[15323] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(820), 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(822), 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_unless,
anon_sym_case,
sym_identifier,
[15352] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(824), 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(826), 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_unless,
anon_sym_case,
sym_identifier,
[15381] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(574), 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(576), 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_unless,
anon_sym_case,
sym_identifier,
[15410] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(828), 1,
anon_sym_COMMA,
ACTIONS(830), 1,
anon_sym_RPAREN,
STATE(479), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15461] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(832), 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(834), 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_unless,
anon_sym_case,
sym_identifier,
[15490] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(836), 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(838), 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_unless,
anon_sym_case,
sym_identifier,
[15519] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(277), 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(279), 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_unless,
anon_sym_case,
sym_identifier,
[15548] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(840), 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(842), 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_unless,
anon_sym_case,
sym_identifier,
[15577] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(844), 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(846), 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_unless,
anon_sym_case,
sym_identifier,
[15606] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(305), 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(307), 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_unless,
anon_sym_case,
sym_identifier,
[15635] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(848), 1,
anon_sym_COMMA,
ACTIONS(850), 1,
anon_sym_RPAREN,
STATE(478), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15686] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(253), 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(255), 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_unless,
anon_sym_case,
sym_identifier,
[15715] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(217), 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(219), 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_unless,
anon_sym_case,
sym_identifier,
[15744] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(249), 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(251), 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_unless,
anon_sym_case,
sym_identifier,
[15773] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(301), 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(303), 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_unless,
anon_sym_case,
sym_identifier,
[15802] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(852), 1,
anon_sym_COMMA,
ACTIONS(854), 1,
anon_sym_RBRACK,
STATE(505), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15853] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(159), 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(161), 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_unless,
anon_sym_case,
sym_identifier,
[15882] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(856), 1,
anon_sym_COMMA,
ACTIONS(858), 1,
anon_sym_RPAREN,
STATE(509), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[15933] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(860), 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(862), 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_unless,
anon_sym_case,
sym_identifier,
[15962] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(221), 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(223), 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_unless,
anon_sym_case,
sym_identifier,
[15991] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(864), 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(866), 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_unless,
anon_sym_case,
sym_identifier,
[16020] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(868), 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(870), 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_unless,
anon_sym_case,
sym_identifier,
[16049] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(872), 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(874), 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_unless,
anon_sym_case,
sym_identifier,
[16078] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(876), 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(878), 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_unless,
anon_sym_case,
sym_identifier,
[16107] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(880), 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(882), 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_unless,
anon_sym_case,
sym_identifier,
[16136] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(884), 1,
anon_sym_COMMA,
ACTIONS(886), 1,
anon_sym_RPAREN,
STATE(510), 1,
aux_sym_case_item_repeat1,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16187] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(888), 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(890), 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_unless,
anon_sym_case,
sym_identifier,
[16216] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(892), 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(894), 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_unless,
anon_sym_case,
sym_identifier,
[16245] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(896), 1,
anon_sym_LBRACE,
STATE(252), 1,
sym_block,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16293] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(896), 1,
anon_sym_LBRACE,
STATE(209), 1,
sym_block,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16341] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
STATE(392), 1,
sym_block,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16389] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
STATE(445), 1,
sym_block,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16437] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(898), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16483] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(704), 1,
anon_sym_or,
STATE(286), 1,
sym_block,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16531] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(900), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16577] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(630), 1,
anon_sym_EQ_GT,
ACTIONS(173), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(171), 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,
[16607] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(902), 1,
anon_sym_RBRACE,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16652] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(191), 1,
anon_sym_QMARK,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16697] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(904), 1,
anon_sym_RPAREN,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16742] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(906), 1,
anon_sym_RPAREN,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16787] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(908), 1,
anon_sym_LBRACE,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16832] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(910), 1,
anon_sym_RPAREN,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16877] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(501), 1,
anon_sym_in,
ACTIONS(507), 1,
anon_sym_and,
ACTIONS(704), 1,
anon_sym_or,
ACTIONS(912), 1,
anon_sym_COLON,
ACTIONS(495), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(499), 2,
anon_sym_EQ_TILDE,
anon_sym_BANG_TILDE,
ACTIONS(503), 2,
anon_sym_GT_GT,
anon_sym_LT_LT,
ACTIONS(505), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(509), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(511), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(497), 3,
anon_sym_STAR,
anon_sym_SLASH,
anon_sym_PERCENT,
[16922] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(916), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(914), 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,
[16948] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(920), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(918), 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,
[16974] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(255), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(253), 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,
[17000] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(251), 7,
anon_sym_default,
anon_sym_DASH,
sym_number,
anon_sym_true,
anon_sym_false,
sym_undef,
sym_identifier,
ACTIONS(249), 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,
[17026] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(924), 1,
sym_identifier,
STATE(446), 1,
sym_resource_reference,
STATE(539), 1,
sym_literal,
STATE(564), 1,
sym_variable,
ACTIONS(325), 2,
sym_number,
sym_undef,
ACTIONS(327), 2,
sym_float,
sym_regex,
ACTIONS(333), 2,
anon_sym_true,
anon_sym_false,
STATE(158), 2,
sym_string,
sym_boolean,
[17067] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(135), 1,
anon_sym_EQ,
ACTIONS(493), 1,
anon_sym_COLON_COLON,
ACTIONS(133), 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,
[17088] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
STATE(483), 1,
sym_attribute,
ACTIONS(926), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17117] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
STATE(483), 1,
sym_attribute,
ACTIONS(930), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17146] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
STATE(426), 1,
sym_attribute,
ACTIONS(932), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17175] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(934), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17203] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(386), 1,
anon_sym_RBRACE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
STATE(467), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17231] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(936), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17259] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(938), 1,
anon_sym_RBRACE,
STATE(487), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17287] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(940), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17315] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(942), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17343] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
anon_sym_DOLLAR,
ACTIONS(946), 1,
anon_sym_DQUOTE,
ACTIONS(948), 1,
sym__double_string_content,
ACTIONS(952), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(950), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(369), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17369] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(954), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17397] = 7,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(956), 1,
anon_sym_LPAREN,
ACTIONS(958), 1,
sym_identifier,
STATE(261), 5,
sym_parenthesized_expression,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17423] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(960), 1,
anon_sym_RBRACE,
STATE(455), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17451] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
anon_sym_DOLLAR,
ACTIONS(952), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(962), 1,
anon_sym_DQUOTE,
ACTIONS(964), 1,
sym__double_string_content,
ACTIONS(966), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(370), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17477] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(968), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17505] = 7,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(956), 1,
anon_sym_LPAREN,
ACTIONS(958), 1,
sym_identifier,
STATE(248), 5,
sym_parenthesized_expression,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17531] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
anon_sym_DOLLAR,
ACTIONS(952), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(964), 1,
sym__double_string_content,
ACTIONS(970), 1,
anon_sym_DQUOTE,
ACTIONS(966), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(370), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17557] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(972), 1,
anon_sym_DOLLAR,
ACTIONS(975), 1,
anon_sym_DQUOTE,
ACTIONS(977), 1,
sym__double_string_content,
ACTIONS(983), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(980), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(370), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17583] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
anon_sym_DOLLAR,
ACTIONS(952), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(986), 1,
anon_sym_DQUOTE,
ACTIONS(988), 1,
sym__double_string_content,
ACTIONS(990), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(366), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17609] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(992), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17637] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(994), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17665] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(996), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17693] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(998), 1,
anon_sym_RBRACE,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17721] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1000), 1,
anon_sym_RBRACE,
STATE(508), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17749] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
anon_sym_DOLLAR,
ACTIONS(952), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(964), 1,
sym__double_string_content,
ACTIONS(1002), 1,
anon_sym_DQUOTE,
ACTIONS(966), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(370), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17775] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1004), 1,
anon_sym_RBRACE,
STATE(503), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17803] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(944), 1,
anon_sym_DOLLAR,
ACTIONS(952), 1,
anon_sym_DOLLAR_LBRACE,
ACTIONS(1006), 1,
anon_sym_DQUOTE,
ACTIONS(1008), 1,
sym__double_string_content,
ACTIONS(1010), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(377), 4,
sym_variable,
sym__escape_sequence,
sym_interpolation,
aux_sym_string_repeat1,
[17829] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(922), 1,
anon_sym_DOLLAR,
STATE(483), 1,
sym_attribute,
STATE(547), 2,
sym_variable,
sym_string,
ACTIONS(928), 3,
sym_number,
sym_regex,
sym_identifier,
[17854] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
sym__double_string_content,
ACTIONS(1012), 1,
anon_sym_COLON_COLON,
STATE(382), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(105), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17874] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(109), 1,
sym__double_string_content,
ACTIONS(1012), 1,
anon_sym_COLON_COLON,
STATE(384), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(111), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17894] = 6,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(958), 1,
sym_identifier,
STATE(255), 4,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17916] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(43), 1,
sym__double_string_content,
ACTIONS(1014), 1,
anon_sym_COLON_COLON,
STATE(384), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(45), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17936] = 6,
ACTIONS(33), 1,
anon_sym_DOLLAR,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(958), 1,
sym_identifier,
STATE(241), 4,
sym_variable,
sym_string,
sym__identifier,
sym_class_identifier,
[17958] = 7,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(515), 1,
anon_sym_default,
ACTIONS(1017), 1,
sym_identifier,
STATE(521), 1,
sym_node_name,
STATE(532), 2,
sym_string,
sym_default,
[17981] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 1,
sym__double_string_content,
ACTIONS(1019), 1,
anon_sym_COLON_COLON,
ACTIONS(135), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[17998] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(43), 1,
sym__double_string_content,
ACTIONS(45), 6,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
anon_sym_COLON_COLON,
[18013] = 7,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(515), 1,
anon_sym_default,
ACTIONS(1017), 1,
sym_identifier,
STATE(423), 1,
sym_node_name,
STATE(532), 2,
sym_string,
sym_default,
[18036] = 7,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(1021), 1,
anon_sym_LPAREN,
ACTIONS(1023), 1,
anon_sym_inherits,
STATE(275), 1,
sym_block,
STATE(433), 1,
sym_parameter_list,
STATE(529), 1,
sym_class_inherits,
[18058] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(970), 1,
anon_sym_SQUOTE,
ACTIONS(1025), 1,
sym__single_string_content,
ACTIONS(1027), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(399), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[18076] = 6,
ACTIONS(41), 1,
sym_comment,
ACTIONS(543), 1,
anon_sym_RBRACE,
ACTIONS(1029), 1,
anon_sym_elsif,
ACTIONS(1031), 1,
anon_sym_else,
STATE(269), 1,
sym_else_statement,
STATE(405), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
[18096] = 6,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1033), 1,
sym_identifier,
STATE(444), 2,
sym_variable,
sym_string,
[18116] = 6,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1035), 1,
sym_identifier,
STATE(500), 2,
sym_variable,
sym_string,
[18136] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(946), 1,
anon_sym_SQUOTE,
ACTIONS(1037), 1,
sym__single_string_content,
ACTIONS(1039), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(391), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[18154] = 7,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1041), 1,
anon_sym_RBRACE,
ACTIONS(1043), 1,
sym_identifier,
STATE(489), 1,
sym_attribute_type_entry,
STATE(567), 1,
sym_string,
[18176] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(183), 1,
sym__double_string_content,
ACTIONS(185), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[18190] = 7,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1043), 1,
sym_identifier,
ACTIONS(1045), 1,
anon_sym_RBRACE,
STATE(522), 1,
sym_attribute_type_entry,
STATE(567), 1,
sym_string,
[18212] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1047), 1,
anon_sym_SQUOTE,
ACTIONS(1049), 1,
sym__single_string_content,
ACTIONS(1052), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(399), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[18230] = 6,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1055), 1,
sym_identifier,
STATE(485), 2,
sym_variable,
sym_string,
[18250] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(986), 1,
anon_sym_SQUOTE,
ACTIONS(1057), 1,
sym__single_string_content,
ACTIONS(1059), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(403), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[18268] = 7,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1043), 1,
sym_identifier,
ACTIONS(1061), 1,
anon_sym_RBRACE,
STATE(522), 1,
sym_attribute_type_entry,
STATE(567), 1,
sym_string,
[18290] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(962), 1,
anon_sym_SQUOTE,
ACTIONS(1025), 1,
sym__single_string_content,
ACTIONS(1027), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(399), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[18308] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1002), 1,
anon_sym_SQUOTE,
ACTIONS(1025), 1,
sym__single_string_content,
ACTIONS(1027), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(399), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[18326] = 6,
ACTIONS(41), 1,
sym_comment,
ACTIONS(531), 1,
anon_sym_RBRACE,
ACTIONS(1029), 1,
anon_sym_elsif,
ACTIONS(1031), 1,
anon_sym_else,
STATE(305), 1,
sym_else_statement,
STATE(418), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
[18346] = 6,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1063), 1,
sym_identifier,
STATE(537), 2,
sym_variable,
sym_string,
[18366] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1067), 1,
sym__double_string_content,
ACTIONS(1065), 5,
anon_sym_DOLLAR,
anon_sym_DQUOTE,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
anon_sym_DOLLAR_LBRACE,
[18380] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1006), 1,
anon_sym_SQUOTE,
ACTIONS(1069), 1,
sym__single_string_content,
ACTIONS(1071), 2,
aux_sym__escape_sequence_token1,
sym_escape_sequence,
STATE(404), 2,
sym__escape_sequence,
aux_sym_string_repeat2,
[18398] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_COLON_COLON,
ACTIONS(1073), 1,
anon_sym_DOLLAR,
ACTIONS(1075), 1,
sym_identifier,
STATE(151), 2,
sym__identifier,
sym_class_identifier,
[18415] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(493), 1,
anon_sym_COLON_COLON,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(153), 2,
sym__identifier,
sym_class_identifier,
[18432] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(493), 1,
anon_sym_COLON_COLON,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(958), 1,
sym_identifier,
STATE(153), 2,
sym__identifier,
sym_class_identifier,
[18449] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1079), 1,
anon_sym_COLON_COLON,
STATE(419), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(109), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18464] = 6,
ACTIONS(35), 1,
anon_sym_DQUOTE,
ACTIONS(37), 1,
anon_sym_SQUOTE,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1043), 1,
sym_identifier,
STATE(522), 1,
sym_attribute_type_entry,
STATE(567), 1,
sym_string,
[18483] = 6,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(1021), 1,
anon_sym_LPAREN,
ACTIONS(1081), 1,
anon_sym_GT_GT,
STATE(281), 1,
sym_block,
STATE(454), 1,
sym_parameter_list,
[18502] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(139), 1,
anon_sym_COLON_COLON,
ACTIONS(1083), 1,
anon_sym_DOLLAR,
ACTIONS(1085), 1,
sym_identifier,
STATE(29), 2,
sym__identifier,
sym_class_identifier,
[18519] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1087), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
ACTIONS(702), 3,
anon_sym_RPAREN,
anon_sym_COLON,
anon_sym_RBRACK,
[18534] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1079), 1,
anon_sym_COLON_COLON,
STATE(412), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(103), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18549] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1090), 1,
anon_sym_elsif,
ACTIONS(559), 2,
anon_sym_RBRACE,
anon_sym_else,
STATE(418), 2,
sym_elsif_statement,
aux_sym_if_statement_repeat1,
[18564] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1093), 1,
anon_sym_COLON_COLON,
STATE(419), 1,
aux_sym_class_identifier_repeat1,
ACTIONS(43), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18579] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(43), 4,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
anon_sym_COLON_COLON,
[18589] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1096), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(1098), 1,
anon_sym_PIPE_GT,
ACTIONS(1100), 1,
sym_identifier,
STATE(517), 1,
sym_search_expression,
[18605] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1102), 1,
anon_sym_DOLLAR,
ACTIONS(1104), 1,
sym_identifier,
STATE(397), 2,
sym__identifier,
sym_class_identifier,
[18619] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(1106), 1,
anon_sym_COMMA,
STATE(277), 1,
sym_block,
STATE(427), 1,
aux_sym_node_definition_repeat1,
[18635] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1108), 1,
anon_sym_DOLLAR,
ACTIONS(1110), 1,
sym_identifier,
STATE(390), 2,
sym__identifier,
sym_class_identifier,
[18649] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_LBRACK,
ACTIONS(1112), 1,
anon_sym_COMMA,
ACTIONS(1114), 1,
anon_sym_RBRACK,
STATE(473), 1,
aux_sym_array_type_repeat1,
[18665] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1118), 1,
anon_sym_COMMA,
STATE(432), 1,
aux_sym__resource_block_repeat1,
ACTIONS(1116), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[18679] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(1106), 1,
anon_sym_COMMA,
STATE(326), 1,
sym_block,
STATE(504), 1,
aux_sym_node_definition_repeat1,
[18695] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1120), 1,
anon_sym_COLON_COLON,
ACTIONS(133), 3,
anon_sym_LBRACE,
anon_sym_LPAREN,
anon_sym_inherits,
[18707] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(153), 2,
sym__identifier,
sym_class_identifier,
[18721] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1124), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym__resource_block_repeat1,
ACTIONS(1122), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[18735] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(1021), 1,
anon_sym_LPAREN,
STATE(280), 1,
sym_block,
STATE(536), 1,
sym_parameter_list,
[18751] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1127), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym__resource_block_repeat1,
ACTIONS(926), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[18765] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(1023), 1,
anon_sym_inherits,
STATE(325), 1,
sym_block,
STATE(520), 1,
sym_class_inherits,
[18781] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(552), 2,
sym__identifier,
sym_class_identifier,
[18795] = 5,
ACTIONS(41), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_LBRACK,
ACTIONS(1129), 1,
anon_sym_COMMA,
ACTIONS(1131), 1,
anon_sym_RBRACK,
STATE(484), 1,
aux_sym_composite_type_repeat1,
[18811] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(556), 2,
sym__identifier,
sym_class_identifier,
[18825] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(414), 2,
sym__identifier,
sym_class_identifier,
[18839] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(573), 2,
sym__identifier,
sym_class_identifier,
[18853] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(561), 2,
sym__identifier,
sym_class_identifier,
[18867] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(523), 1,
anon_sym_DOLLAR,
ACTIONS(1077), 1,
sym_identifier,
STATE(431), 2,
sym__identifier,
sym_class_identifier,
[18881] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1133), 1,
anon_sym_COMMA,
ACTIONS(1136), 1,
anon_sym_RBRACK,
STATE(441), 1,
aux_sym_resource_reference_repeat1,
[18894] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1138), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[18903] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1140), 1,
anon_sym_COMMA,
ACTIONS(1143), 1,
anon_sym_RPAREN,
STATE(443), 1,
aux_sym_parameter_list_repeat1,
[18916] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1145), 1,
anon_sym_COMMA,
ACTIONS(1147), 1,
anon_sym_RBRACK,
STATE(448), 1,
aux_sym_resource_reference_repeat1,
[18929] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(688), 3,
anon_sym_RBRACE,
anon_sym_elsif,
anon_sym_else,
[18938] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(171), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(173), 1,
anon_sym_PIPE_GT,
ACTIONS(491), 1,
anon_sym_LBRACK,
[18951] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1149), 1,
anon_sym_COMMA,
ACTIONS(1151), 1,
anon_sym_PIPE,
STATE(470), 1,
aux_sym_lambda_repeat1,
[18964] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1145), 1,
anon_sym_COMMA,
ACTIONS(1153), 1,
anon_sym_RBRACK,
STATE(441), 1,
aux_sym_resource_reference_repeat1,
[18977] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1149), 1,
anon_sym_COMMA,
ACTIONS(1155), 1,
anon_sym_PIPE,
STATE(447), 1,
aux_sym_lambda_repeat1,
[18990] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1157), 1,
anon_sym_PIPE,
STATE(449), 1,
sym_variable,
[19003] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(940), 1,
anon_sym_RBRACE,
ACTIONS(1159), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym__resource_block_repeat1,
[19016] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1129), 1,
anon_sym_COMMA,
ACTIONS(1131), 1,
anon_sym_RBRACK,
STATE(484), 1,
aux_sym_composite_type_repeat1,
[19029] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1045), 1,
anon_sym_RBRACE,
ACTIONS(1161), 1,
anon_sym_COMMA,
STATE(501), 1,
aux_sym_attribute_type_repeat1,
[19042] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(1163), 1,
anon_sym_GT_GT,
STATE(331), 1,
sym_block,
[19055] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1165), 1,
anon_sym_RBRACE,
ACTIONS(1167), 1,
anon_sym_COMMA,
STATE(465), 1,
aux_sym__resource_block_repeat1,
[19068] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1149), 1,
anon_sym_COMMA,
ACTIONS(1169), 1,
anon_sym_PIPE,
STATE(488), 1,
aux_sym_lambda_repeat1,
[19081] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_LBRACK,
ACTIONS(1171), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19092] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1173), 1,
anon_sym_RBRACE,
ACTIONS(1175), 1,
anon_sym_SEMI,
STATE(458), 1,
aux_sym_resource_declaration_repeat1,
[19105] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_LBRACK,
ACTIONS(1178), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19116] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1149), 1,
anon_sym_COMMA,
ACTIONS(1180), 1,
anon_sym_PIPE,
STATE(470), 1,
aux_sym_lambda_repeat1,
[19129] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(954), 1,
anon_sym_RBRACE,
ACTIONS(1182), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym__resource_block_repeat1,
[19142] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1149), 1,
anon_sym_COMMA,
ACTIONS(1184), 1,
anon_sym_PIPE,
STATE(460), 1,
aux_sym_lambda_repeat1,
[19155] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1171), 1,
anon_sym_RBRACK,
ACTIONS(1186), 1,
anon_sym_COMMA,
STATE(463), 1,
aux_sym_array_type_repeat1,
[19168] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1189), 1,
anon_sym_PIPE,
STATE(462), 1,
sym_variable,
[19181] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(942), 1,
anon_sym_RBRACE,
ACTIONS(1191), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym__resource_block_repeat1,
[19194] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1178), 1,
anon_sym_RBRACK,
ACTIONS(1193), 1,
anon_sym_COMMA,
STATE(466), 1,
aux_sym_composite_type_repeat1,
[19207] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1196), 1,
anon_sym_RBRACE,
ACTIONS(1198), 1,
anon_sym_COMMA,
STATE(451), 1,
aux_sym__resource_block_repeat1,
[19220] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1200), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[19229] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1202), 1,
anon_sym_RBRACE,
ACTIONS(1204), 1,
anon_sym_SEMI,
STATE(471), 1,
aux_sym_resource_declaration_repeat1,
[19242] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1206), 1,
anon_sym_COMMA,
ACTIONS(1209), 1,
anon_sym_PIPE,
STATE(470), 1,
aux_sym_lambda_repeat1,
[19255] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1211), 1,
anon_sym_RBRACE,
ACTIONS(1213), 1,
anon_sym_SEMI,
STATE(458), 1,
aux_sym_resource_declaration_repeat1,
[19268] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(447), 1,
anon_sym_RBRACK,
ACTIONS(1215), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19281] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1112), 1,
anon_sym_COMMA,
ACTIONS(1217), 1,
anon_sym_RBRACK,
STATE(463), 1,
aux_sym_array_type_repeat1,
[19294] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1112), 1,
anon_sym_COMMA,
ACTIONS(1114), 1,
anon_sym_RBRACK,
STATE(473), 1,
aux_sym_array_type_repeat1,
[19307] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(449), 1,
anon_sym_RPAREN,
ACTIONS(1219), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19320] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1221), 1,
anon_sym_RBRACE,
ACTIONS(1223), 1,
anon_sym_SEMI,
STATE(511), 1,
aux_sym_resource_declaration_repeat1,
[19333] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
ACTIONS(1225), 1,
anon_sym_PIPE,
STATE(456), 1,
sym_variable,
[19346] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(439), 1,
anon_sym_RPAREN,
ACTIONS(1227), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19359] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(433), 1,
anon_sym_RPAREN,
ACTIONS(1229), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19372] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1145), 1,
anon_sym_COMMA,
ACTIONS(1231), 1,
anon_sym_RBRACK,
STATE(441), 1,
aux_sym_resource_reference_repeat1,
[19385] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(712), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[19394] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1233), 1,
anon_sym_RBRACE,
ACTIONS(1235), 1,
anon_sym_SEMI,
STATE(514), 1,
aux_sym_resource_declaration_repeat1,
[19407] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1122), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[19416] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(539), 1,
anon_sym_RBRACK,
ACTIONS(1237), 1,
anon_sym_COMMA,
STATE(466), 1,
aux_sym_composite_type_repeat1,
[19429] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1145), 1,
anon_sym_COMMA,
ACTIONS(1239), 1,
anon_sym_RBRACK,
STATE(480), 1,
aux_sym_resource_reference_repeat1,
[19442] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1241), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[19451] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1243), 1,
anon_sym_RBRACE,
ACTIONS(1245), 1,
anon_sym_COMMA,
STATE(496), 1,
aux_sym__resource_block_repeat1,
[19464] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1149), 1,
anon_sym_COMMA,
ACTIONS(1247), 1,
anon_sym_PIPE,
STATE(470), 1,
aux_sym_lambda_repeat1,
[19477] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1249), 1,
anon_sym_RBRACE,
ACTIONS(1251), 1,
anon_sym_COMMA,
STATE(453), 1,
aux_sym_attribute_type_repeat1,
[19490] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(714), 1,
anon_sym_COMMA,
ACTIONS(1253), 1,
anon_sym_COLON,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19503] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1255), 3,
anon_sym_LBRACE,
anon_sym_inherits,
anon_sym_GT_GT,
[19512] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(421), 1,
anon_sym_RPAREN,
ACTIONS(1257), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19525] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(998), 1,
anon_sym_RBRACE,
ACTIONS(1259), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym__resource_block_repeat1,
[19538] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1261), 3,
anon_sym_LBRACE,
anon_sym_COMMA,
anon_sym_RBRACK,
[19547] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1263), 1,
anon_sym_COMMA,
ACTIONS(1265), 1,
anon_sym_RPAREN,
STATE(498), 1,
aux_sym_parameter_list_repeat1,
[19560] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(992), 1,
anon_sym_RBRACE,
ACTIONS(1267), 1,
anon_sym_COMMA,
STATE(430), 1,
aux_sym__resource_block_repeat1,
[19573] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_LBRACK,
ACTIONS(922), 1,
anon_sym_DOLLAR,
STATE(506), 1,
sym_variable,
[19586] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(557), 1,
anon_sym_RPAREN,
ACTIONS(1269), 1,
anon_sym_COMMA,
STATE(443), 1,
aux_sym_parameter_list_repeat1,
[19599] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(700), 1,
anon_sym_LBRACK,
STATE(330), 1,
sym_block,
[19612] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1145), 1,
anon_sym_COMMA,
ACTIONS(1271), 1,
anon_sym_RBRACK,
STATE(507), 1,
aux_sym_resource_reference_repeat1,
[19625] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1273), 1,
anon_sym_RBRACE,
ACTIONS(1275), 1,
anon_sym_COMMA,
STATE(501), 1,
aux_sym_attribute_type_repeat1,
[19638] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1280), 1,
anon_sym_EQ,
ACTIONS(1278), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19649] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1282), 1,
anon_sym_RBRACE,
ACTIONS(1284), 1,
anon_sym_COMMA,
STATE(493), 1,
aux_sym__resource_block_repeat1,
[19662] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1286), 1,
anon_sym_LBRACE,
ACTIONS(1288), 1,
anon_sym_COMMA,
STATE(504), 1,
aux_sym_node_definition_repeat1,
[19675] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(431), 1,
anon_sym_RBRACK,
ACTIONS(1291), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19688] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1295), 1,
anon_sym_EQ,
ACTIONS(1293), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19699] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1145), 1,
anon_sym_COMMA,
ACTIONS(1297), 1,
anon_sym_RBRACK,
STATE(441), 1,
aux_sym_resource_reference_repeat1,
[19712] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1299), 1,
anon_sym_RBRACE,
ACTIONS(1301), 1,
anon_sym_COMMA,
STATE(461), 1,
aux_sym__resource_block_repeat1,
[19725] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(429), 1,
anon_sym_RPAREN,
ACTIONS(1303), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19738] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(417), 1,
anon_sym_RPAREN,
ACTIONS(1305), 1,
anon_sym_COMMA,
STATE(416), 1,
aux_sym_case_item_repeat1,
[19751] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1307), 1,
anon_sym_RBRACE,
ACTIONS(1309), 1,
anon_sym_SEMI,
STATE(458), 1,
aux_sym_resource_declaration_repeat1,
[19764] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
ACTIONS(700), 1,
anon_sym_LBRACK,
STATE(296), 1,
sym_block,
[19777] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_LBRACK,
ACTIONS(1311), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[19788] = 4,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1313), 1,
anon_sym_RBRACE,
ACTIONS(1315), 1,
anon_sym_SEMI,
STATE(458), 1,
aux_sym_resource_declaration_repeat1,
[19801] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(145), 1,
anon_sym_LBRACE,
STATE(64), 1,
sym_block,
[19811] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
STATE(200), 1,
sym_block,
[19821] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1317), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(1319), 1,
anon_sym_PIPE_GT,
[19831] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
STATE(196), 1,
sym_block,
[19841] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1321), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
[19849] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(324), 1,
sym_block,
[19859] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1286), 2,
anon_sym_LBRACE,
anon_sym_COMMA,
[19867] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1273), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[19875] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1143), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[19883] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1171), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19891] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(316), 1,
sym_block,
[19901] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1311), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[19909] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(560), 1,
sym_block,
[19919] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1323), 1,
anon_sym_LBRACE,
STATE(347), 1,
sym_block,
[19929] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(325), 1,
sym_block,
[19939] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(481), 1,
anon_sym_LBRACE,
STATE(206), 1,
sym_block,
[19949] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1325), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[19957] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1327), 2,
anon_sym_LBRACE,
anon_sym_COMMA,
[19965] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(293), 1,
sym_block,
[19975] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1178), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[19983] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(922), 1,
anon_sym_DOLLAR,
STATE(542), 1,
sym_variable,
[19993] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(328), 1,
sym_block,
[20003] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1136), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[20011] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(309), 1,
sym_block,
[20021] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1329), 1,
anon_sym_PIPE_GT_GT,
ACTIONS(1331), 1,
anon_sym_PIPE_GT,
[20031] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(610), 1,
anon_sym_LBRACE,
STATE(288), 1,
sym_block,
[20041] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(145), 1,
anon_sym_LBRACE,
STATE(34), 1,
sym_block,
[20051] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1209), 2,
anon_sym_COMMA,
anon_sym_PIPE,
[20059] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1323), 1,
anon_sym_LBRACE,
STATE(348), 1,
sym_block,
[20069] = 3,
ACTIONS(41), 1,
sym_comment,
ACTIONS(145), 1,
anon_sym_LBRACE,
STATE(37), 1,
sym_block,
[20079] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1333), 1,
anon_sym_RBRACK,
[20086] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1335), 1,
sym_identifier,
[20093] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(630), 1,
anon_sym_EQ_GT,
[20100] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1337), 1,
anon_sym_LPAREN,
[20107] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1339), 1,
anon_sym_COLON,
[20114] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1341), 1,
sym_identifier,
[20121] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1343), 1,
anon_sym_RBRACE,
[20128] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1345), 1,
anon_sym_LBRACE,
[20135] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1347), 1,
sym_identifier,
[20142] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1349), 1,
sym_identifier,
[20149] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1351), 1,
ts_builtin_sym_end,
[20156] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1353), 1,
anon_sym_LBRACE,
[20163] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1355), 1,
sym_identifier,
[20170] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(570), 1,
anon_sym_QMARK,
[20177] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(493), 1,
anon_sym_COLON_COLON,
[20184] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1357), 1,
anon_sym_RBRACE,
[20191] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1359), 1,
anon_sym_EQ,
[20198] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1361), 1,
sym_identifier,
[20205] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1363), 1,
sym_identifier,
[20212] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(491), 1,
anon_sym_LBRACK,
[20219] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1365), 1,
anon_sym_LBRACE,
[20226] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1367), 1,
sym_identifier,
[20233] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1369), 1,
anon_sym_EQ_GT,
[20240] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(477), 1,
anon_sym_COLON_COLON,
[20247] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1371), 1,
sym_identifier,
[20254] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(311), 1,
anon_sym_RBRACE,
[20261] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(902), 1,
anon_sym_RBRACE,
[20268] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1373), 1,
sym_identifier,
[20275] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1375), 1,
anon_sym_LBRACE,
[20282] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1120), 1,
anon_sym_COLON_COLON,
[20289] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1377), 1,
anon_sym_COLON_COLON,
[20296] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(139), 1,
anon_sym_COLON_COLON,
[20303] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1379), 1,
sym_identifier,
[20310] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1381), 1,
anon_sym_LPAREN,
[20317] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1383), 1,
anon_sym_LPAREN,
[20324] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1385), 1,
sym_identifier,
[20331] = 2,
ACTIONS(41), 1,
sym_comment,
ACTIONS(1387), 1,
sym_identifier,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 57,
[SMALL_STATE(4)] = 156,
[SMALL_STATE(5)] = 213,
[SMALL_STATE(6)] = 270,
[SMALL_STATE(7)] = 368,
[SMALL_STATE(8)] = 466,
[SMALL_STATE(9)] = 564,
[SMALL_STATE(10)] = 662,
[SMALL_STATE(11)] = 760,
[SMALL_STATE(12)] = 858,
[SMALL_STATE(13)] = 956,
[SMALL_STATE(14)] = 1054,
[SMALL_STATE(15)] = 1152,
[SMALL_STATE(16)] = 1250,
[SMALL_STATE(17)] = 1306,
[SMALL_STATE(18)] = 1358,
[SMALL_STATE(19)] = 1456,
[SMALL_STATE(20)] = 1515,
[SMALL_STATE(21)] = 1574,
[SMALL_STATE(22)] = 1633,
[SMALL_STATE(23)] = 1692,
[SMALL_STATE(24)] = 1746,
[SMALL_STATE(25)] = 1798,
[SMALL_STATE(26)] = 1890,
[SMALL_STATE(27)] = 1941,
[SMALL_STATE(28)] = 1990,
[SMALL_STATE(29)] = 2039,
[SMALL_STATE(30)] = 2088,
[SMALL_STATE(31)] = 2139,
[SMALL_STATE(32)] = 2187,
[SMALL_STATE(33)] = 2257,
[SMALL_STATE(34)] = 2305,
[SMALL_STATE(35)] = 2353,
[SMALL_STATE(36)] = 2401,
[SMALL_STATE(37)] = 2449,
[SMALL_STATE(38)] = 2497,
[SMALL_STATE(39)] = 2545,
[SMALL_STATE(40)] = 2593,
[SMALL_STATE(41)] = 2641,
[SMALL_STATE(42)] = 2689,
[SMALL_STATE(43)] = 2737,
[SMALL_STATE(44)] = 2785,
[SMALL_STATE(45)] = 2843,
[SMALL_STATE(46)] = 2903,
[SMALL_STATE(47)] = 2957,
[SMALL_STATE(48)] = 3009,
[SMALL_STATE(49)] = 3077,
[SMALL_STATE(50)] = 3143,
[SMALL_STATE(51)] = 3205,
[SMALL_STATE(52)] = 3253,
[SMALL_STATE(53)] = 3301,
[SMALL_STATE(54)] = 3351,
[SMALL_STATE(55)] = 3399,
[SMALL_STATE(56)] = 3447,
[SMALL_STATE(57)] = 3495,
[SMALL_STATE(58)] = 3543,
[SMALL_STATE(59)] = 3591,
[SMALL_STATE(60)] = 3639,
[SMALL_STATE(61)] = 3687,
[SMALL_STATE(62)] = 3735,
[SMALL_STATE(63)] = 3783,
[SMALL_STATE(64)] = 3831,
[SMALL_STATE(65)] = 3879,
[SMALL_STATE(66)] = 3927,
[SMALL_STATE(67)] = 3975,
[SMALL_STATE(68)] = 4023,
[SMALL_STATE(69)] = 4071,
[SMALL_STATE(70)] = 4155,
[SMALL_STATE(71)] = 4239,
[SMALL_STATE(72)] = 4286,
[SMALL_STATE(73)] = 4333,
[SMALL_STATE(74)] = 4414,
[SMALL_STATE(75)] = 4461,
[SMALL_STATE(76)] = 4507,
[SMALL_STATE(77)] = 4553,
[SMALL_STATE(78)] = 4595,
[SMALL_STATE(79)] = 4681,
[SMALL_STATE(80)] = 4727,
[SMALL_STATE(81)] = 4804,
[SMALL_STATE(82)] = 4881,
[SMALL_STATE(83)] = 4958,
[SMALL_STATE(84)] = 5035,
[SMALL_STATE(85)] = 5112,
[SMALL_STATE(86)] = 5189,
[SMALL_STATE(87)] = 5266,
[SMALL_STATE(88)] = 5307,
[SMALL_STATE(89)] = 5384,
[SMALL_STATE(90)] = 5458,
[SMALL_STATE(91)] = 5532,
[SMALL_STATE(92)] = 5606,
[SMALL_STATE(93)] = 5680,
[SMALL_STATE(94)] = 5754,
[SMALL_STATE(95)] = 5828,
[SMALL_STATE(96)] = 5902,
[SMALL_STATE(97)] = 5976,
[SMALL_STATE(98)] = 6050,
[SMALL_STATE(99)] = 6124,
[SMALL_STATE(100)] = 6198,
[SMALL_STATE(101)] = 6272,
[SMALL_STATE(102)] = 6346,
[SMALL_STATE(103)] = 6420,
[SMALL_STATE(104)] = 6494,
[SMALL_STATE(105)] = 6568,
[SMALL_STATE(106)] = 6642,
[SMALL_STATE(107)] = 6716,
[SMALL_STATE(108)] = 6790,
[SMALL_STATE(109)] = 6864,
[SMALL_STATE(110)] = 6938,
[SMALL_STATE(111)] = 7012,
[SMALL_STATE(112)] = 7086,
[SMALL_STATE(113)] = 7160,
[SMALL_STATE(114)] = 7231,
[SMALL_STATE(115)] = 7302,
[SMALL_STATE(116)] = 7373,
[SMALL_STATE(117)] = 7444,
[SMALL_STATE(118)] = 7515,
[SMALL_STATE(119)] = 7586,
[SMALL_STATE(120)] = 7657,
[SMALL_STATE(121)] = 7728,
[SMALL_STATE(122)] = 7799,
[SMALL_STATE(123)] = 7870,
[SMALL_STATE(124)] = 7941,
[SMALL_STATE(125)] = 8012,
[SMALL_STATE(126)] = 8083,
[SMALL_STATE(127)] = 8154,
[SMALL_STATE(128)] = 8225,
[SMALL_STATE(129)] = 8296,
[SMALL_STATE(130)] = 8367,
[SMALL_STATE(131)] = 8438,
[SMALL_STATE(132)] = 8509,
[SMALL_STATE(133)] = 8580,
[SMALL_STATE(134)] = 8651,
[SMALL_STATE(135)] = 8722,
[SMALL_STATE(136)] = 8793,
[SMALL_STATE(137)] = 8834,
[SMALL_STATE(138)] = 8905,
[SMALL_STATE(139)] = 8976,
[SMALL_STATE(140)] = 9047,
[SMALL_STATE(141)] = 9118,
[SMALL_STATE(142)] = 9189,
[SMALL_STATE(143)] = 9260,
[SMALL_STATE(144)] = 9331,
[SMALL_STATE(145)] = 9402,
[SMALL_STATE(146)] = 9473,
[SMALL_STATE(147)] = 9544,
[SMALL_STATE(148)] = 9615,
[SMALL_STATE(149)] = 9686,
[SMALL_STATE(150)] = 9757,
[SMALL_STATE(151)] = 9828,
[SMALL_STATE(152)] = 9866,
[SMALL_STATE(153)] = 9908,
[SMALL_STATE(154)] = 9946,
[SMALL_STATE(155)] = 9991,
[SMALL_STATE(156)] = 10036,
[SMALL_STATE(157)] = 10081,
[SMALL_STATE(158)] = 10126,
[SMALL_STATE(159)] = 10162,
[SMALL_STATE(160)] = 10198,
[SMALL_STATE(161)] = 10234,
[SMALL_STATE(162)] = 10270,
[SMALL_STATE(163)] = 10310,
[SMALL_STATE(164)] = 10351,
[SMALL_STATE(165)] = 10386,
[SMALL_STATE(166)] = 10421,
[SMALL_STATE(167)] = 10456,
[SMALL_STATE(168)] = 10493,
[SMALL_STATE(169)] = 10528,
[SMALL_STATE(170)] = 10565,
[SMALL_STATE(171)] = 10602,
[SMALL_STATE(172)] = 10636,
[SMALL_STATE(173)] = 10670,
[SMALL_STATE(174)] = 10704,
[SMALL_STATE(175)] = 10738,
[SMALL_STATE(176)] = 10772,
[SMALL_STATE(177)] = 10806,
[SMALL_STATE(178)] = 10848,
[SMALL_STATE(179)] = 10892,
[SMALL_STATE(180)] = 10932,
[SMALL_STATE(181)] = 10970,
[SMALL_STATE(182)] = 11020,
[SMALL_STATE(183)] = 11068,
[SMALL_STATE(184)] = 11114,
[SMALL_STATE(185)] = 11150,
[SMALL_STATE(186)] = 11184,
[SMALL_STATE(187)] = 11236,
[SMALL_STATE(188)] = 11288,
[SMALL_STATE(189)] = 11322,
[SMALL_STATE(190)] = 11364,
[SMALL_STATE(191)] = 11398,
[SMALL_STATE(192)] = 11450,
[SMALL_STATE(193)] = 11484,
[SMALL_STATE(194)] = 11518,
[SMALL_STATE(195)] = 11552,
[SMALL_STATE(196)] = 11586,
[SMALL_STATE(197)] = 11620,
[SMALL_STATE(198)] = 11654,
[SMALL_STATE(199)] = 11688,
[SMALL_STATE(200)] = 11722,
[SMALL_STATE(201)] = 11756,
[SMALL_STATE(202)] = 11790,
[SMALL_STATE(203)] = 11842,
[SMALL_STATE(204)] = 11876,
[SMALL_STATE(205)] = 11910,
[SMALL_STATE(206)] = 11944,
[SMALL_STATE(207)] = 11978,
[SMALL_STATE(208)] = 12012,
[SMALL_STATE(209)] = 12046,
[SMALL_STATE(210)] = 12088,
[SMALL_STATE(211)] = 12137,
[SMALL_STATE(212)] = 12174,
[SMALL_STATE(213)] = 12223,
[SMALL_STATE(214)] = 12272,
[SMALL_STATE(215)] = 12309,
[SMALL_STATE(216)] = 12350,
[SMALL_STATE(217)] = 12399,
[SMALL_STATE(218)] = 12438,
[SMALL_STATE(219)] = 12487,
[SMALL_STATE(220)] = 12536,
[SMALL_STATE(221)] = 12568,
[SMALL_STATE(222)] = 12600,
[SMALL_STATE(223)] = 12632,
[SMALL_STATE(224)] = 12664,
[SMALL_STATE(225)] = 12696,
[SMALL_STATE(226)] = 12728,
[SMALL_STATE(227)] = 12760,
[SMALL_STATE(228)] = 12792,
[SMALL_STATE(229)] = 12832,
[SMALL_STATE(230)] = 12872,
[SMALL_STATE(231)] = 12904,
[SMALL_STATE(232)] = 12936,
[SMALL_STATE(233)] = 12982,
[SMALL_STATE(234)] = 13022,
[SMALL_STATE(235)] = 13054,
[SMALL_STATE(236)] = 13086,
[SMALL_STATE(237)] = 13126,
[SMALL_STATE(238)] = 13158,
[SMALL_STATE(239)] = 13196,
[SMALL_STATE(240)] = 13228,
[SMALL_STATE(241)] = 13260,
[SMALL_STATE(242)] = 13295,
[SMALL_STATE(243)] = 13326,
[SMALL_STATE(244)] = 13361,
[SMALL_STATE(245)] = 13398,
[SMALL_STATE(246)] = 13433,
[SMALL_STATE(247)] = 13464,
[SMALL_STATE(248)] = 13495,
[SMALL_STATE(249)] = 13530,
[SMALL_STATE(250)] = 13561,
[SMALL_STATE(251)] = 13592,
[SMALL_STATE(252)] = 13627,
[SMALL_STATE(253)] = 13658,
[SMALL_STATE(254)] = 13689,
[SMALL_STATE(255)] = 13724,
[SMALL_STATE(256)] = 13754,
[SMALL_STATE(257)] = 13784,
[SMALL_STATE(258)] = 13816,
[SMALL_STATE(259)] = 13856,
[SMALL_STATE(260)] = 13896,
[SMALL_STATE(261)] = 13944,
[SMALL_STATE(262)] = 13974,
[SMALL_STATE(263)] = 14014,
[SMALL_STATE(264)] = 14046,
[SMALL_STATE(265)] = 14080,
[SMALL_STATE(266)] = 14109,
[SMALL_STATE(267)] = 14156,
[SMALL_STATE(268)] = 14207,
[SMALL_STATE(269)] = 14236,
[SMALL_STATE(270)] = 14265,
[SMALL_STATE(271)] = 14316,
[SMALL_STATE(272)] = 14345,
[SMALL_STATE(273)] = 14374,
[SMALL_STATE(274)] = 14403,
[SMALL_STATE(275)] = 14432,
[SMALL_STATE(276)] = 14461,
[SMALL_STATE(277)] = 14490,
[SMALL_STATE(278)] = 14519,
[SMALL_STATE(279)] = 14548,
[SMALL_STATE(280)] = 14577,
[SMALL_STATE(281)] = 14606,
[SMALL_STATE(282)] = 14635,
[SMALL_STATE(283)] = 14664,
[SMALL_STATE(284)] = 14715,
[SMALL_STATE(285)] = 14744,
[SMALL_STATE(286)] = 14795,
[SMALL_STATE(287)] = 14824,
[SMALL_STATE(288)] = 14853,
[SMALL_STATE(289)] = 14882,
[SMALL_STATE(290)] = 14911,
[SMALL_STATE(291)] = 14940,
[SMALL_STATE(292)] = 14971,
[SMALL_STATE(293)] = 15000,
[SMALL_STATE(294)] = 15029,
[SMALL_STATE(295)] = 15058,
[SMALL_STATE(296)] = 15087,
[SMALL_STATE(297)] = 15116,
[SMALL_STATE(298)] = 15145,
[SMALL_STATE(299)] = 15174,
[SMALL_STATE(300)] = 15203,
[SMALL_STATE(301)] = 15232,
[SMALL_STATE(302)] = 15261,
[SMALL_STATE(303)] = 15290,
[SMALL_STATE(304)] = 15323,
[SMALL_STATE(305)] = 15352,
[SMALL_STATE(306)] = 15381,
[SMALL_STATE(307)] = 15410,
[SMALL_STATE(308)] = 15461,
[SMALL_STATE(309)] = 15490,
[SMALL_STATE(310)] = 15519,
[SMALL_STATE(311)] = 15548,
[SMALL_STATE(312)] = 15577,
[SMALL_STATE(313)] = 15606,
[SMALL_STATE(314)] = 15635,
[SMALL_STATE(315)] = 15686,
[SMALL_STATE(316)] = 15715,
[SMALL_STATE(317)] = 15744,
[SMALL_STATE(318)] = 15773,
[SMALL_STATE(319)] = 15802,
[SMALL_STATE(320)] = 15853,
[SMALL_STATE(321)] = 15882,
[SMALL_STATE(322)] = 15933,
[SMALL_STATE(323)] = 15962,
[SMALL_STATE(324)] = 15991,
[SMALL_STATE(325)] = 16020,
[SMALL_STATE(326)] = 16049,
[SMALL_STATE(327)] = 16078,
[SMALL_STATE(328)] = 16107,
[SMALL_STATE(329)] = 16136,
[SMALL_STATE(330)] = 16187,
[SMALL_STATE(331)] = 16216,
[SMALL_STATE(332)] = 16245,
[SMALL_STATE(333)] = 16293,
[SMALL_STATE(334)] = 16341,
[SMALL_STATE(335)] = 16389,
[SMALL_STATE(336)] = 16437,
[SMALL_STATE(337)] = 16483,
[SMALL_STATE(338)] = 16531,
[SMALL_STATE(339)] = 16577,
[SMALL_STATE(340)] = 16607,
[SMALL_STATE(341)] = 16652,
[SMALL_STATE(342)] = 16697,
[SMALL_STATE(343)] = 16742,
[SMALL_STATE(344)] = 16787,
[SMALL_STATE(345)] = 16832,
[SMALL_STATE(346)] = 16877,
[SMALL_STATE(347)] = 16922,
[SMALL_STATE(348)] = 16948,
[SMALL_STATE(349)] = 16974,
[SMALL_STATE(350)] = 17000,
[SMALL_STATE(351)] = 17026,
[SMALL_STATE(352)] = 17067,
[SMALL_STATE(353)] = 17088,
[SMALL_STATE(354)] = 17117,
[SMALL_STATE(355)] = 17146,
[SMALL_STATE(356)] = 17175,
[SMALL_STATE(357)] = 17203,
[SMALL_STATE(358)] = 17231,
[SMALL_STATE(359)] = 17259,
[SMALL_STATE(360)] = 17287,
[SMALL_STATE(361)] = 17315,
[SMALL_STATE(362)] = 17343,
[SMALL_STATE(363)] = 17369,
[SMALL_STATE(364)] = 17397,
[SMALL_STATE(365)] = 17423,
[SMALL_STATE(366)] = 17451,
[SMALL_STATE(367)] = 17477,
[SMALL_STATE(368)] = 17505,
[SMALL_STATE(369)] = 17531,
[SMALL_STATE(370)] = 17557,
[SMALL_STATE(371)] = 17583,
[SMALL_STATE(372)] = 17609,
[SMALL_STATE(373)] = 17637,
[SMALL_STATE(374)] = 17665,
[SMALL_STATE(375)] = 17693,
[SMALL_STATE(376)] = 17721,
[SMALL_STATE(377)] = 17749,
[SMALL_STATE(378)] = 17775,
[SMALL_STATE(379)] = 17803,
[SMALL_STATE(380)] = 17829,
[SMALL_STATE(381)] = 17854,
[SMALL_STATE(382)] = 17874,
[SMALL_STATE(383)] = 17894,
[SMALL_STATE(384)] = 17916,
[SMALL_STATE(385)] = 17936,
[SMALL_STATE(386)] = 17958,
[SMALL_STATE(387)] = 17981,
[SMALL_STATE(388)] = 17998,
[SMALL_STATE(389)] = 18013,
[SMALL_STATE(390)] = 18036,
[SMALL_STATE(391)] = 18058,
[SMALL_STATE(392)] = 18076,
[SMALL_STATE(393)] = 18096,
[SMALL_STATE(394)] = 18116,
[SMALL_STATE(395)] = 18136,
[SMALL_STATE(396)] = 18154,
[SMALL_STATE(397)] = 18176,
[SMALL_STATE(398)] = 18190,
[SMALL_STATE(399)] = 18212,
[SMALL_STATE(400)] = 18230,
[SMALL_STATE(401)] = 18250,
[SMALL_STATE(402)] = 18268,
[SMALL_STATE(403)] = 18290,
[SMALL_STATE(404)] = 18308,
[SMALL_STATE(405)] = 18326,
[SMALL_STATE(406)] = 18346,
[SMALL_STATE(407)] = 18366,
[SMALL_STATE(408)] = 18380,
[SMALL_STATE(409)] = 18398,
[SMALL_STATE(410)] = 18415,
[SMALL_STATE(411)] = 18432,
[SMALL_STATE(412)] = 18449,
[SMALL_STATE(413)] = 18464,
[SMALL_STATE(414)] = 18483,
[SMALL_STATE(415)] = 18502,
[SMALL_STATE(416)] = 18519,
[SMALL_STATE(417)] = 18534,
[SMALL_STATE(418)] = 18549,
[SMALL_STATE(419)] = 18564,
[SMALL_STATE(420)] = 18579,
[SMALL_STATE(421)] = 18589,
[SMALL_STATE(422)] = 18605,
[SMALL_STATE(423)] = 18619,
[SMALL_STATE(424)] = 18635,
[SMALL_STATE(425)] = 18649,
[SMALL_STATE(426)] = 18665,
[SMALL_STATE(427)] = 18679,
[SMALL_STATE(428)] = 18695,
[SMALL_STATE(429)] = 18707,
[SMALL_STATE(430)] = 18721,
[SMALL_STATE(431)] = 18735,
[SMALL_STATE(432)] = 18751,
[SMALL_STATE(433)] = 18765,
[SMALL_STATE(434)] = 18781,
[SMALL_STATE(435)] = 18795,
[SMALL_STATE(436)] = 18811,
[SMALL_STATE(437)] = 18825,
[SMALL_STATE(438)] = 18839,
[SMALL_STATE(439)] = 18853,
[SMALL_STATE(440)] = 18867,
[SMALL_STATE(441)] = 18881,
[SMALL_STATE(442)] = 18894,
[SMALL_STATE(443)] = 18903,
[SMALL_STATE(444)] = 18916,
[SMALL_STATE(445)] = 18929,
[SMALL_STATE(446)] = 18938,
[SMALL_STATE(447)] = 18951,
[SMALL_STATE(448)] = 18964,
[SMALL_STATE(449)] = 18977,
[SMALL_STATE(450)] = 18990,
[SMALL_STATE(451)] = 19003,
[SMALL_STATE(452)] = 19016,
[SMALL_STATE(453)] = 19029,
[SMALL_STATE(454)] = 19042,
[SMALL_STATE(455)] = 19055,
[SMALL_STATE(456)] = 19068,
[SMALL_STATE(457)] = 19081,
[SMALL_STATE(458)] = 19092,
[SMALL_STATE(459)] = 19105,
[SMALL_STATE(460)] = 19116,
[SMALL_STATE(461)] = 19129,
[SMALL_STATE(462)] = 19142,
[SMALL_STATE(463)] = 19155,
[SMALL_STATE(464)] = 19168,
[SMALL_STATE(465)] = 19181,
[SMALL_STATE(466)] = 19194,
[SMALL_STATE(467)] = 19207,
[SMALL_STATE(468)] = 19220,
[SMALL_STATE(469)] = 19229,
[SMALL_STATE(470)] = 19242,
[SMALL_STATE(471)] = 19255,
[SMALL_STATE(472)] = 19268,
[SMALL_STATE(473)] = 19281,
[SMALL_STATE(474)] = 19294,
[SMALL_STATE(475)] = 19307,
[SMALL_STATE(476)] = 19320,
[SMALL_STATE(477)] = 19333,
[SMALL_STATE(478)] = 19346,
[SMALL_STATE(479)] = 19359,
[SMALL_STATE(480)] = 19372,
[SMALL_STATE(481)] = 19385,
[SMALL_STATE(482)] = 19394,
[SMALL_STATE(483)] = 19407,
[SMALL_STATE(484)] = 19416,
[SMALL_STATE(485)] = 19429,
[SMALL_STATE(486)] = 19442,
[SMALL_STATE(487)] = 19451,
[SMALL_STATE(488)] = 19464,
[SMALL_STATE(489)] = 19477,
[SMALL_STATE(490)] = 19490,
[SMALL_STATE(491)] = 19503,
[SMALL_STATE(492)] = 19512,
[SMALL_STATE(493)] = 19525,
[SMALL_STATE(494)] = 19538,
[SMALL_STATE(495)] = 19547,
[SMALL_STATE(496)] = 19560,
[SMALL_STATE(497)] = 19573,
[SMALL_STATE(498)] = 19586,
[SMALL_STATE(499)] = 19599,
[SMALL_STATE(500)] = 19612,
[SMALL_STATE(501)] = 19625,
[SMALL_STATE(502)] = 19638,
[SMALL_STATE(503)] = 19649,
[SMALL_STATE(504)] = 19662,
[SMALL_STATE(505)] = 19675,
[SMALL_STATE(506)] = 19688,
[SMALL_STATE(507)] = 19699,
[SMALL_STATE(508)] = 19712,
[SMALL_STATE(509)] = 19725,
[SMALL_STATE(510)] = 19738,
[SMALL_STATE(511)] = 19751,
[SMALL_STATE(512)] = 19764,
[SMALL_STATE(513)] = 19777,
[SMALL_STATE(514)] = 19788,
[SMALL_STATE(515)] = 19801,
[SMALL_STATE(516)] = 19811,
[SMALL_STATE(517)] = 19821,
[SMALL_STATE(518)] = 19831,
[SMALL_STATE(519)] = 19841,
[SMALL_STATE(520)] = 19849,
[SMALL_STATE(521)] = 19859,
[SMALL_STATE(522)] = 19867,
[SMALL_STATE(523)] = 19875,
[SMALL_STATE(524)] = 19883,
[SMALL_STATE(525)] = 19891,
[SMALL_STATE(526)] = 19901,
[SMALL_STATE(527)] = 19909,
[SMALL_STATE(528)] = 19919,
[SMALL_STATE(529)] = 19929,
[SMALL_STATE(530)] = 19939,
[SMALL_STATE(531)] = 19949,
[SMALL_STATE(532)] = 19957,
[SMALL_STATE(533)] = 19965,
[SMALL_STATE(534)] = 19975,
[SMALL_STATE(535)] = 19983,
[SMALL_STATE(536)] = 19993,
[SMALL_STATE(537)] = 20003,
[SMALL_STATE(538)] = 20011,
[SMALL_STATE(539)] = 20021,
[SMALL_STATE(540)] = 20031,
[SMALL_STATE(541)] = 20041,
[SMALL_STATE(542)] = 20051,
[SMALL_STATE(543)] = 20059,
[SMALL_STATE(544)] = 20069,
[SMALL_STATE(545)] = 20079,
[SMALL_STATE(546)] = 20086,
[SMALL_STATE(547)] = 20093,
[SMALL_STATE(548)] = 20100,
[SMALL_STATE(549)] = 20107,
[SMALL_STATE(550)] = 20114,
[SMALL_STATE(551)] = 20121,
[SMALL_STATE(552)] = 20128,
[SMALL_STATE(553)] = 20135,
[SMALL_STATE(554)] = 20142,
[SMALL_STATE(555)] = 20149,
[SMALL_STATE(556)] = 20156,
[SMALL_STATE(557)] = 20163,
[SMALL_STATE(558)] = 20170,
[SMALL_STATE(559)] = 20177,
[SMALL_STATE(560)] = 20184,
[SMALL_STATE(561)] = 20191,
[SMALL_STATE(562)] = 20198,
[SMALL_STATE(563)] = 20205,
[SMALL_STATE(564)] = 20212,
[SMALL_STATE(565)] = 20219,
[SMALL_STATE(566)] = 20226,
[SMALL_STATE(567)] = 20233,
[SMALL_STATE(568)] = 20240,
[SMALL_STATE(569)] = 20247,
[SMALL_STATE(570)] = 20254,
[SMALL_STATE(571)] = 20261,
[SMALL_STATE(572)] = 20268,
[SMALL_STATE(573)] = 20275,
[SMALL_STATE(574)] = 20282,
[SMALL_STATE(575)] = 20289,
[SMALL_STATE(576)] = 20296,
[SMALL_STATE(577)] = 20303,
[SMALL_STATE(578)] = 20310,
[SMALL_STATE(579)] = 20317,
[SMALL_STATE(580)] = 20324,
[SMALL_STATE(581)] = 20331,
};
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(376),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424),
[11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440),
[15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439),
[17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(163),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[43] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2),
[45] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_identifier_repeat1, 2),
[47] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(557),
[50] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2),
[52] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(376),
[55] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(424),
[58] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(389),
[61] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(440),
[64] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(439),
[67] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(437),
[70] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(436),
[73] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(434),
[76] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(385),
[79] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(368),
[82] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(140),
[85] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(126),
[88] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(139),
[91] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(411),
[94] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(371),
[97] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(401),
[100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2), SHIFT_REPEAT(163),
[103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_identifier, 3),
[105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_identifier, 3),
[107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557),
[109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_identifier, 4),
[111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_identifier, 4),
[113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1),
[129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
[133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1),
[135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1),
[137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
[141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 5),
[145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 5),
[149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 4),
[153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 4),
[155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 3),
[157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 3),
[159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 6),
[161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 6),
[163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1),
[165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1),
[167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581),
[171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1),
[173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1),
[175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_reference, 4),
[177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_reference, 4),
[179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_reference, 5),
[181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_reference, 5),
[183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable, 2),
[185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable, 2),
[187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 7),
[189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 7),
[191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3),
[193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3),
[195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(149),
[201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147),
[205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146),
[207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145),
[209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143),
[217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 3),
[219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 3),
[221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 6),
[223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 6),
[225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 4),
[227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 4),
[229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1),
[231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1),
[233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2),
[235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2),
[237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 1),
[239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 1),
[241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3),
[243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3),
[245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 4),
[247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 4),
[249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3),
[251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3),
[253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2),
[255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2),
[257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4),
[259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4),
[261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 3),
[263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 3),
[265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2),
[267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2),
[269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 5),
[271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 5),
[273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_call, 8),
[275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_call, 8),
[277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 5),
[279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 5),
[281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 1),
[283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 1),
[285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3),
[287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3),
[289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda, 5),
[291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda, 5),
[293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3),
[295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3),
[297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 7),
[299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 7),
[301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 2),
[303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 2),
[305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_hash, 4),
[307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_hash, 4),
[309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549),
[317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129),
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158),
[327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159),
[335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152),
[337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563),
[341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(563),
[344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(359),
[347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2),
[349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(118),
[352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2),
[354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(108),
[357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(129),
[360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(129),
[363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(409),
[366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(158),
[369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(158),
[372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(362),
[375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(395),
[378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(159),
[381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(152),
[384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562),
[386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339),
[390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238),
[394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(562),
[397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304),
[405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
[409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228),
[435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133),
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38),
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379),
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39),
[475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16),
[477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572),
[479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580),
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
[495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(134),
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494),
[517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235),
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559),
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211),
[529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4),
[533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4),
[535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124),
[537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538),
[539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526),
[543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3),
[545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3),
[547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1),
[553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1),
[555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2),
[563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(124),
[566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119),
[568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565),
[572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524),
[574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1),
[576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1),
[578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
[582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3),
[584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3),
[586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 4),
[588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 4),
[590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5),
[592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5),
[594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_type, 5),
[596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_type, 5),
[598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 5),
[600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 5),
[602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_type, 6),
[604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_type, 6),
[606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 3),
[608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 3),
[610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 4),
[616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 4),
[618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type, 2),
[620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_type, 2),
[622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_builtin_type, 1),
[624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_builtin_type, 1),
[626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 2),
[628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 2),
[630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_composite_type, 4),
[634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_composite_type, 4),
[636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_statement, 2),
[638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_statement, 2),
[640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 5),
[644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 5),
[646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_statement, 3),
[648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_statement, 3),
[650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
[656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tag_statement_repeat1, 2),
[658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tag_statement_repeat1, 2),
[660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tag_statement_repeat1, 2), SHIFT_REPEAT(364),
[663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 7),
[665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 7),
[667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 4),
[669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 4),
[671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_statement, 2),
[673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_statement, 2),
[675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
[677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selector, 6),
[679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selector, 6),
[681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_include_statement_repeat1, 2),
[683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_include_statement_repeat1, 2),
[685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_include_statement_repeat1, 2), SHIFT_REPEAT(383),
[688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement, 3),
[690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elsif_statement, 3),
[692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tag_statement, 3),
[694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tag_statement, 3),
[696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_declaration, 4),
[698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_declaration, 4),
[700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2),
[704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357),
[708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_collector, 3),
[710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_collector, 3),
[712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 3),
[714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
[718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 4, .production_id = 5),
[720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 4, .production_id = 5),
[722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4),
[728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4),
[730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 5, .production_id = 2),
[732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 5, .production_id = 2),
[734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 3),
[736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 3),
[738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 5),
[740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 5),
[742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_definition, 3),
[744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node_definition, 3),
[746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 10),
[748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 10),
[750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 4, .production_id = 2),
[752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 4, .production_id = 2),
[754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_resource_type, 3),
[756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_resource_type, 3),
[758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 3),
[760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 3),
[762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unless_statement, 3),
[772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unless_statement, 3),
[774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation, 3),
[776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relation, 3),
[778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 3, .production_id = 2),
[780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 3, .production_id = 2),
[782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1),
[784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1),
[786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5),
[790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5),
[792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 6),
[794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 6),
[796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 7),
[798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 7),
[800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 12),
[802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 12),
[804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_collector, 4),
[806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_collector, 4),
[808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 8),
[810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 8),
[812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 13),
[814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 13),
[816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 7, .production_id = 13),
[818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 7, .production_id = 13),
[820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 7, .production_id = 12),
[822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 7, .production_id = 12),
[824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5),
[826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5),
[828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6),
[834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6),
[836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_statement, 2),
[838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_statement, 2),
[840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_default, 6, .production_id = 2),
[842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_default, 6, .production_id = 2),
[844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 6, .production_id = 10),
[846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 6, .production_id = 10),
[848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 8),
[862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 8),
[864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 5),
[866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 5),
[868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_definition, 4),
[870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_definition, 4),
[872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_definition, 4),
[874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_node_definition, 4),
[876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_declaration, 5, .production_id = 7),
[878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_resource_declaration, 5, .production_id = 7),
[880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defined_resource_type, 4),
[882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defined_resource_type, 4),
[884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 5),
[890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 5),
[892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declaration, 4),
[894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declaration, 4),
[896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4),
[900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3),
[902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407),
[904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256),
[912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3),
[916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3),
[918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4),
[920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4),
[922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564),
[926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 4, .production_id = 6),
[928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547),
[930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 5, .production_id = 6),
[932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 2, .production_id = 6),
[934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422),
[946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166),
[948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369),
[950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369),
[952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86),
[954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
[956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205),
[964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370),
[968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165),
[972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(422),
[975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2),
[977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(370),
[980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(370),
[983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(86),
[986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176),
[988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366),
[992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[1002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63),
[1004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[1006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57),
[1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[1010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
[1012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553),
[1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(553),
[1017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532),
[1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550),
[1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399),
[1029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538),
[1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500),
[1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[1039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
[1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567),
[1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[1047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2),
[1049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(399),
[1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat2, 2), SHIFT_REPEAT(399),
[1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403),
[1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537),
[1065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3),
[1067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3),
[1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404),
[1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568),
[1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577),
[1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576),
[1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[1087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2), SHIFT_REPEAT(117),
[1090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(137),
[1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_class_identifier_repeat1, 2), SHIFT_REPEAT(577),
[1096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[1098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265),
[1100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[1102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575),
[1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[1108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
[1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[1112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[1114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__resource_block, 3, .production_id = 6),
[1118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[1120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
[1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__resource_block_repeat1, 2),
[1124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__resource_block_repeat1, 2), SHIFT_REPEAT(380),
[1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_reference_repeat1, 2), SHIFT_REPEAT(406),
[1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_reference_repeat1, 2),
[1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 5),
[1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(232),
[1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2),
[1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535),
[1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544),
[1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541),
[1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[1171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2),
[1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_declaration_repeat1, 2, .production_id = 11),
[1175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_declaration_repeat1, 2, .production_id = 11), SHIFT_REPEAT(99),
[1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_composite_type_repeat1, 2),
[1180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[1182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[1184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530),
[1186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_type_repeat1, 2), SHIFT_REPEAT(216),
[1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
[1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[1193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_composite_type_repeat1, 2), SHIFT_REPEAT(219),
[1196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[1198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4),
[1202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[1204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[1206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_lambda_repeat1, 2), SHIFT_REPEAT(535),
[1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_lambda_repeat1, 2),
[1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2),
[1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540),
[1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
[1255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3),
[1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default, 1),
[1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373),
[1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_type_repeat1, 2),
[1275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_type_repeat1, 2), SHIFT_REPEAT(413),
[1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1),
[1280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[1282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[1284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_node_definition_repeat1, 2),
[1288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_node_definition_repeat1, 2), SHIFT_REPEAT(386),
[1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 2),
[1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[1311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_type_entry, 3, .production_id = 3),
[1313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299),
[1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_declaration_repeat1, 2, .production_id = 9),
[1327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_node_name, 1),
[1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_search_expression, 3),
[1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_search_expression, 3),
[1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527),
[1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381),
[1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[1351] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_case, 3),
[1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365),
[1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548),
[1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[1375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_inherits, 2),
[1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550),
[1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578),
[1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579),
};
#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