#include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic ignored "-Wmissing-field-initializers" #endif #define LANGUAGE_VERSION 14 #define STATE_COUNT 575 #define LARGE_STATE_COUNT 2 #define SYMBOL_COUNT 166 #define ALIAS_COUNT 1 #define TOKEN_COUNT 99 #define EXTERNAL_TOKEN_COUNT 1 #define FIELD_COUNT 2 #define MAX_ALIAS_SEQUENCE_LENGTH 8 #define PRODUCTION_ID_COUNT 6 enum ts_symbol_identifiers { sym_identifier = 1, anon_sym_include = 2, sym_preprocessor_directive = 3, anon_sym_LBRACE = 4, anon_sym_RBRACE = 5, anon_sym_class = 6, anon_sym_LT = 7, anon_sym_COMMA = 8, anon_sym_GT = 9, anon_sym_EQ = 10, anon_sym_COLON = 11, anon_sym_SEMI = 12, anon_sym_field = 13, anon_sym_code = 14, anon_sym_let = 15, anon_sym_defvar = 16, anon_sym_def = 17, anon_sym_in = 18, anon_sym_multiclass = 19, anon_sym_defm = 20, anon_sym_defset = 21, anon_sym_foreach = 22, anon_sym_if = 23, anon_sym_then = 24, anon_sym_else = 25, anon_sym_assert = 26, anon_sym_bit = 27, anon_sym_int = 28, anon_sym_string = 29, anon_sym_dag = 30, anon_sym_bits = 31, anon_sym_list = 32, anon_sym_POUND = 33, anon_sym_LBRACK = 34, anon_sym_RBRACK = 35, anon_sym_DOT = 36, anon_sym_DOT_DOT_DOT = 37, anon_sym_DASH = 38, anon_sym_QMARK = 39, anon_sym_LPAREN = 40, anon_sym_RPAREN = 41, anon_sym_BANG = 42, anon_sym_add = 43, anon_sym_and = 44, anon_sym_cast = 45, anon_sym_con = 46, anon_sym_div = 47, anon_sym_empty = 48, anon_sym_eq = 49, anon_sym_exists = 50, anon_sym_filter = 51, anon_sym_find = 52, anon_sym_foldl = 53, anon_sym_ge = 54, anon_sym_getop = 55, anon_sym_getdagop = 56, anon_sym_gt = 57, anon_sym_head = 58, anon_sym_interleave = 59, anon_sym_isa = 60, anon_sym_le = 61, anon_sym_listconcat = 62, anon_sym_listremove = 63, anon_sym_listsplat = 64, anon_sym_logtwo = 65, anon_sym_lt = 66, anon_sym_mul = 67, anon_sym_ne = 68, anon_sym_not = 69, anon_sym_or = 70, anon_sym_setop = 71, anon_sym_setdagop = 72, anon_sym_shl = 73, anon_sym_size = 74, anon_sym_sra = 75, anon_sym_srl = 76, anon_sym_strconcat = 77, anon_sym_sub = 78, anon_sym_subst = 79, anon_sym_substr = 80, anon_sym_tail = 81, anon_sym_tolower = 82, anon_sym_toupper = 83, anon_sym_xor = 84, anon_sym_cond = 85, sym_integer = 86, anon_sym_DQUOTE = 87, sym_string_content = 88, aux_sym__escape_sequence_token1 = 89, sym_escape_sequence = 90, sym_code = 91, aux_sym__code_escape_sequence_token1 = 92, sym_code_escape_sequence = 93, anon_sym_true = 94, anon_sym_false = 95, sym_var = 96, sym_comment = 97, sym_multiline_comment = 98, sym_tablegen_file = 99, sym_include_directive = 100, sym_statement = 101, sym_block = 102, sym_class = 103, sym_template_args = 104, sym_template_arg = 105, sym_record_body = 106, sym_parent_class_list = 107, sym_body = 108, sym_body_item = 109, sym_instruction = 110, sym_let_instruction = 111, sym_def_var = 112, sym_def = 113, sym_let = 114, sym_let_list = 115, sym_let_item = 116, sym_multiclass = 117, sym_multiclass_body = 118, sym_multiclass_statement = 119, sym_defm = 120, sym_defset = 121, sym_defvar = 122, sym_foreach = 123, sym_foreach_iterator = 124, sym_if = 125, sym_assert = 126, sym_type = 127, sym_primitive_type = 128, sym_bits_type = 129, sym_list_type = 130, sym_value = 131, sym_paste_value = 132, sym_value_suffix = 133, sym_value_list = 134, sym_range_list = 135, sym_range_piece = 136, sym_simple_value = 137, sym_sequence = 138, sym_list_initializer = 139, sym_dag_initializer = 140, sym_dag_arg_list = 141, sym_dag_arg = 142, sym_anonymous_record = 143, sym_concatenated_string = 144, sym_operator = 145, sym_cond_clause = 146, sym_bang_operator = 147, sym_cond_operator = 148, sym_string = 149, sym__escape_sequence = 150, sym_boolean = 151, aux_sym_tablegen_file_repeat1 = 152, aux_sym_block_repeat1 = 153, aux_sym_template_args_repeat1 = 154, aux_sym_parent_class_list_repeat1 = 155, aux_sym_parent_class_list_repeat2 = 156, aux_sym_body_repeat1 = 157, aux_sym_let_list_repeat1 = 158, aux_sym_multiclass_body_repeat1 = 159, aux_sym_value_repeat1 = 160, aux_sym_range_list_repeat1 = 161, aux_sym_dag_arg_list_repeat1 = 162, aux_sym_concatenated_string_repeat1 = 163, aux_sym_operator_repeat1 = 164, aux_sym_string_repeat1 = 165, alias_sym_class_identifier = 166, }; static const char * const ts_symbol_names[] = { [ts_builtin_sym_end] = "end", [sym_identifier] = "identifier", [anon_sym_include] = "include", [sym_preprocessor_directive] = "preprocessor_directive", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [anon_sym_class] = "class", [anon_sym_LT] = "<", [anon_sym_COMMA] = ",", [anon_sym_GT] = ">", [anon_sym_EQ] = "=", [anon_sym_COLON] = ":", [anon_sym_SEMI] = ";", [anon_sym_field] = "field", [anon_sym_code] = "code", [anon_sym_let] = "let", [anon_sym_defvar] = "defvar", [anon_sym_def] = "def", [anon_sym_in] = "in", [anon_sym_multiclass] = "multiclass", [anon_sym_defm] = "defm", [anon_sym_defset] = "defset", [anon_sym_foreach] = "foreach", [anon_sym_if] = "if", [anon_sym_then] = "then", [anon_sym_else] = "else", [anon_sym_assert] = "assert", [anon_sym_bit] = "bit", [anon_sym_int] = "int", [anon_sym_string] = "string", [anon_sym_dag] = "dag", [anon_sym_bits] = "bits", [anon_sym_list] = "list", [anon_sym_POUND] = "#", [anon_sym_LBRACK] = "[", [anon_sym_RBRACK] = "]", [anon_sym_DOT] = ".", [anon_sym_DOT_DOT_DOT] = "...", [anon_sym_DASH] = "-", [anon_sym_QMARK] = "uninitialized_value", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", [anon_sym_BANG] = "!", [anon_sym_add] = "add", [anon_sym_and] = "and", [anon_sym_cast] = "cast", [anon_sym_con] = "con", [anon_sym_div] = "div", [anon_sym_empty] = "empty", [anon_sym_eq] = "eq", [anon_sym_exists] = "exists", [anon_sym_filter] = "filter", [anon_sym_find] = "find", [anon_sym_foldl] = "foldl", [anon_sym_ge] = "ge", [anon_sym_getop] = "getop", [anon_sym_getdagop] = "getdagop", [anon_sym_gt] = "gt", [anon_sym_head] = "head", [anon_sym_interleave] = "interleave", [anon_sym_isa] = "isa", [anon_sym_le] = "le", [anon_sym_listconcat] = "listconcat", [anon_sym_listremove] = "listremove", [anon_sym_listsplat] = "listsplat", [anon_sym_logtwo] = "logtwo", [anon_sym_lt] = "lt", [anon_sym_mul] = "mul", [anon_sym_ne] = "ne", [anon_sym_not] = "not", [anon_sym_or] = "or", [anon_sym_setop] = "setop", [anon_sym_setdagop] = "setdagop", [anon_sym_shl] = "shl", [anon_sym_size] = "size", [anon_sym_sra] = "sra", [anon_sym_srl] = "srl", [anon_sym_strconcat] = "strconcat", [anon_sym_sub] = "sub", [anon_sym_subst] = "subst", [anon_sym_substr] = "substr", [anon_sym_tail] = "tail", [anon_sym_tolower] = "tolower", [anon_sym_toupper] = "toupper", [anon_sym_xor] = "xor", [anon_sym_cond] = "cond", [sym_integer] = "integer", [anon_sym_DQUOTE] = "\"", [sym_string_content] = "string_content", [aux_sym__escape_sequence_token1] = "_escape_sequence_token1", [sym_escape_sequence] = "escape_sequence", [sym_code] = "code", [aux_sym__code_escape_sequence_token1] = "_code_escape_sequence_token1", [sym_code_escape_sequence] = "code_escape_sequence", [anon_sym_true] = "true", [anon_sym_false] = "false", [sym_var] = "var", [sym_comment] = "comment", [sym_multiline_comment] = "multiline_comment", [sym_tablegen_file] = "tablegen_file", [sym_include_directive] = "include_directive", [sym_statement] = "statement", [sym_block] = "block", [sym_class] = "class", [sym_template_args] = "template_args", [sym_template_arg] = "template_arg", [sym_record_body] = "record_body", [sym_parent_class_list] = "parent_class_list", [sym_body] = "body", [sym_body_item] = "body_item", [sym_instruction] = "instruction", [sym_let_instruction] = "let_instruction", [sym_def_var] = "def_var", [sym_def] = "def", [sym_let] = "let", [sym_let_list] = "let_list", [sym_let_item] = "let_item", [sym_multiclass] = "multiclass", [sym_multiclass_body] = "multiclass_body", [sym_multiclass_statement] = "multiclass_statement", [sym_defm] = "defm", [sym_defset] = "defset", [sym_defvar] = "defvar", [sym_foreach] = "foreach", [sym_foreach_iterator] = "foreach_iterator", [sym_if] = "if", [sym_assert] = "assert", [sym_type] = "type", [sym_primitive_type] = "primitive_type", [sym_bits_type] = "bits_type", [sym_list_type] = "list_type", [sym_value] = "value", [sym_paste_value] = "paste_value", [sym_value_suffix] = "value_suffix", [sym_value_list] = "value_list", [sym_range_list] = "range_list", [sym_range_piece] = "range_piece", [sym_simple_value] = "simple_value", [sym_sequence] = "sequence", [sym_list_initializer] = "list_initializer", [sym_dag_initializer] = "dag_initializer", [sym_dag_arg_list] = "dag_arg_list", [sym_dag_arg] = "dag_arg", [sym_anonymous_record] = "anonymous_record", [sym_concatenated_string] = "concatenated_string", [sym_operator] = "operator", [sym_cond_clause] = "cond_clause", [sym_bang_operator] = "bang_operator", [sym_cond_operator] = "cond_operator", [sym_string] = "string", [sym__escape_sequence] = "_escape_sequence", [sym_boolean] = "boolean", [aux_sym_tablegen_file_repeat1] = "tablegen_file_repeat1", [aux_sym_block_repeat1] = "block_repeat1", [aux_sym_template_args_repeat1] = "template_args_repeat1", [aux_sym_parent_class_list_repeat1] = "parent_class_list_repeat1", [aux_sym_parent_class_list_repeat2] = "parent_class_list_repeat2", [aux_sym_body_repeat1] = "body_repeat1", [aux_sym_let_list_repeat1] = "let_list_repeat1", [aux_sym_multiclass_body_repeat1] = "multiclass_body_repeat1", [aux_sym_value_repeat1] = "value_repeat1", [aux_sym_range_list_repeat1] = "range_list_repeat1", [aux_sym_dag_arg_list_repeat1] = "dag_arg_list_repeat1", [aux_sym_concatenated_string_repeat1] = "concatenated_string_repeat1", [aux_sym_operator_repeat1] = "operator_repeat1", [aux_sym_string_repeat1] = "string_repeat1", [alias_sym_class_identifier] = "class_identifier", }; static const TSSymbol ts_symbol_map[] = { [ts_builtin_sym_end] = ts_builtin_sym_end, [sym_identifier] = sym_identifier, [anon_sym_include] = anon_sym_include, [sym_preprocessor_directive] = sym_preprocessor_directive, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [anon_sym_class] = anon_sym_class, [anon_sym_LT] = anon_sym_LT, [anon_sym_COMMA] = anon_sym_COMMA, [anon_sym_GT] = anon_sym_GT, [anon_sym_EQ] = anon_sym_EQ, [anon_sym_COLON] = anon_sym_COLON, [anon_sym_SEMI] = anon_sym_SEMI, [anon_sym_field] = anon_sym_field, [anon_sym_code] = anon_sym_code, [anon_sym_let] = anon_sym_let, [anon_sym_defvar] = anon_sym_defvar, [anon_sym_def] = anon_sym_def, [anon_sym_in] = anon_sym_in, [anon_sym_multiclass] = anon_sym_multiclass, [anon_sym_defm] = anon_sym_defm, [anon_sym_defset] = anon_sym_defset, [anon_sym_foreach] = anon_sym_foreach, [anon_sym_if] = anon_sym_if, [anon_sym_then] = anon_sym_then, [anon_sym_else] = anon_sym_else, [anon_sym_assert] = anon_sym_assert, [anon_sym_bit] = anon_sym_bit, [anon_sym_int] = anon_sym_int, [anon_sym_string] = anon_sym_string, [anon_sym_dag] = anon_sym_dag, [anon_sym_bits] = anon_sym_bits, [anon_sym_list] = anon_sym_list, [anon_sym_POUND] = anon_sym_POUND, [anon_sym_LBRACK] = anon_sym_LBRACK, [anon_sym_RBRACK] = anon_sym_RBRACK, [anon_sym_DOT] = anon_sym_DOT, [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, [anon_sym_DASH] = anon_sym_DASH, [anon_sym_QMARK] = anon_sym_QMARK, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, [anon_sym_BANG] = anon_sym_BANG, [anon_sym_add] = anon_sym_add, [anon_sym_and] = anon_sym_and, [anon_sym_cast] = anon_sym_cast, [anon_sym_con] = anon_sym_con, [anon_sym_div] = anon_sym_div, [anon_sym_empty] = anon_sym_empty, [anon_sym_eq] = anon_sym_eq, [anon_sym_exists] = anon_sym_exists, [anon_sym_filter] = anon_sym_filter, [anon_sym_find] = anon_sym_find, [anon_sym_foldl] = anon_sym_foldl, [anon_sym_ge] = anon_sym_ge, [anon_sym_getop] = anon_sym_getop, [anon_sym_getdagop] = anon_sym_getdagop, [anon_sym_gt] = anon_sym_gt, [anon_sym_head] = anon_sym_head, [anon_sym_interleave] = anon_sym_interleave, [anon_sym_isa] = anon_sym_isa, [anon_sym_le] = anon_sym_le, [anon_sym_listconcat] = anon_sym_listconcat, [anon_sym_listremove] = anon_sym_listremove, [anon_sym_listsplat] = anon_sym_listsplat, [anon_sym_logtwo] = anon_sym_logtwo, [anon_sym_lt] = anon_sym_lt, [anon_sym_mul] = anon_sym_mul, [anon_sym_ne] = anon_sym_ne, [anon_sym_not] = anon_sym_not, [anon_sym_or] = anon_sym_or, [anon_sym_setop] = anon_sym_setop, [anon_sym_setdagop] = anon_sym_setdagop, [anon_sym_shl] = anon_sym_shl, [anon_sym_size] = anon_sym_size, [anon_sym_sra] = anon_sym_sra, [anon_sym_srl] = anon_sym_srl, [anon_sym_strconcat] = anon_sym_strconcat, [anon_sym_sub] = anon_sym_sub, [anon_sym_subst] = anon_sym_subst, [anon_sym_substr] = anon_sym_substr, [anon_sym_tail] = anon_sym_tail, [anon_sym_tolower] = anon_sym_tolower, [anon_sym_toupper] = anon_sym_toupper, [anon_sym_xor] = anon_sym_xor, [anon_sym_cond] = anon_sym_cond, [sym_integer] = sym_integer, [anon_sym_DQUOTE] = anon_sym_DQUOTE, [sym_string_content] = sym_string_content, [aux_sym__escape_sequence_token1] = aux_sym__escape_sequence_token1, [sym_escape_sequence] = sym_escape_sequence, [sym_code] = sym_code, [aux_sym__code_escape_sequence_token1] = aux_sym__code_escape_sequence_token1, [sym_code_escape_sequence] = sym_code_escape_sequence, [anon_sym_true] = anon_sym_true, [anon_sym_false] = anon_sym_false, [sym_var] = sym_var, [sym_comment] = sym_comment, [sym_multiline_comment] = sym_multiline_comment, [sym_tablegen_file] = sym_tablegen_file, [sym_include_directive] = sym_include_directive, [sym_statement] = sym_statement, [sym_block] = sym_block, [sym_class] = sym_class, [sym_template_args] = sym_template_args, [sym_template_arg] = sym_template_arg, [sym_record_body] = sym_record_body, [sym_parent_class_list] = sym_parent_class_list, [sym_body] = sym_body, [sym_body_item] = sym_body_item, [sym_instruction] = sym_instruction, [sym_let_instruction] = sym_let_instruction, [sym_def_var] = sym_def_var, [sym_def] = sym_def, [sym_let] = sym_let, [sym_let_list] = sym_let_list, [sym_let_item] = sym_let_item, [sym_multiclass] = sym_multiclass, [sym_multiclass_body] = sym_multiclass_body, [sym_multiclass_statement] = sym_multiclass_statement, [sym_defm] = sym_defm, [sym_defset] = sym_defset, [sym_defvar] = sym_defvar, [sym_foreach] = sym_foreach, [sym_foreach_iterator] = sym_foreach_iterator, [sym_if] = sym_if, [sym_assert] = sym_assert, [sym_type] = sym_type, [sym_primitive_type] = sym_primitive_type, [sym_bits_type] = sym_bits_type, [sym_list_type] = sym_list_type, [sym_value] = sym_value, [sym_paste_value] = sym_paste_value, [sym_value_suffix] = sym_value_suffix, [sym_value_list] = sym_value_list, [sym_range_list] = sym_range_list, [sym_range_piece] = sym_range_piece, [sym_simple_value] = sym_simple_value, [sym_sequence] = sym_sequence, [sym_list_initializer] = sym_list_initializer, [sym_dag_initializer] = sym_dag_initializer, [sym_dag_arg_list] = sym_dag_arg_list, [sym_dag_arg] = sym_dag_arg, [sym_anonymous_record] = sym_anonymous_record, [sym_concatenated_string] = sym_concatenated_string, [sym_operator] = sym_operator, [sym_cond_clause] = sym_cond_clause, [sym_bang_operator] = sym_bang_operator, [sym_cond_operator] = sym_cond_operator, [sym_string] = sym_string, [sym__escape_sequence] = sym__escape_sequence, [sym_boolean] = sym_boolean, [aux_sym_tablegen_file_repeat1] = aux_sym_tablegen_file_repeat1, [aux_sym_block_repeat1] = aux_sym_block_repeat1, [aux_sym_template_args_repeat1] = aux_sym_template_args_repeat1, [aux_sym_parent_class_list_repeat1] = aux_sym_parent_class_list_repeat1, [aux_sym_parent_class_list_repeat2] = aux_sym_parent_class_list_repeat2, [aux_sym_body_repeat1] = aux_sym_body_repeat1, [aux_sym_let_list_repeat1] = aux_sym_let_list_repeat1, [aux_sym_multiclass_body_repeat1] = aux_sym_multiclass_body_repeat1, [aux_sym_value_repeat1] = aux_sym_value_repeat1, [aux_sym_range_list_repeat1] = aux_sym_range_list_repeat1, [aux_sym_dag_arg_list_repeat1] = aux_sym_dag_arg_list_repeat1, [aux_sym_concatenated_string_repeat1] = aux_sym_concatenated_string_repeat1, [aux_sym_operator_repeat1] = aux_sym_operator_repeat1, [aux_sym_string_repeat1] = aux_sym_string_repeat1, [alias_sym_class_identifier] = alias_sym_class_identifier, }; static const TSSymbolMetadata ts_symbol_metadata[] = { [ts_builtin_sym_end] = { .visible = false, .named = true, }, [sym_identifier] = { .visible = true, .named = true, }, [anon_sym_include] = { .visible = true, .named = false, }, [sym_preprocessor_directive] = { .visible = true, .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_LT] = { .visible = true, .named = false, }, [anon_sym_COMMA] = { .visible = true, .named = false, }, [anon_sym_GT] = { .visible = true, .named = false, }, [anon_sym_EQ] = { .visible = true, .named = false, }, [anon_sym_COLON] = { .visible = true, .named = false, }, [anon_sym_SEMI] = { .visible = true, .named = false, }, [anon_sym_field] = { .visible = true, .named = false, }, [anon_sym_code] = { .visible = true, .named = false, }, [anon_sym_let] = { .visible = true, .named = false, }, [anon_sym_defvar] = { .visible = true, .named = false, }, [anon_sym_def] = { .visible = true, .named = false, }, [anon_sym_in] = { .visible = true, .named = false, }, [anon_sym_multiclass] = { .visible = true, .named = false, }, [anon_sym_defm] = { .visible = true, .named = false, }, [anon_sym_defset] = { .visible = true, .named = false, }, [anon_sym_foreach] = { .visible = true, .named = false, }, [anon_sym_if] = { .visible = true, .named = false, }, [anon_sym_then] = { .visible = true, .named = false, }, [anon_sym_else] = { .visible = true, .named = false, }, [anon_sym_assert] = { .visible = true, .named = false, }, [anon_sym_bit] = { .visible = true, .named = false, }, [anon_sym_int] = { .visible = true, .named = false, }, [anon_sym_string] = { .visible = true, .named = false, }, [anon_sym_dag] = { .visible = true, .named = false, }, [anon_sym_bits] = { .visible = true, .named = false, }, [anon_sym_list] = { .visible = true, .named = false, }, [anon_sym_POUND] = { .visible = true, .named = false, }, [anon_sym_LBRACK] = { .visible = true, .named = false, }, [anon_sym_RBRACK] = { .visible = true, .named = false, }, [anon_sym_DOT] = { .visible = true, .named = false, }, [anon_sym_DOT_DOT_DOT] = { .visible = true, .named = false, }, [anon_sym_DASH] = { .visible = true, .named = false, }, [anon_sym_QMARK] = { .visible = true, .named = true, }, [anon_sym_LPAREN] = { .visible = true, .named = false, }, [anon_sym_RPAREN] = { .visible = true, .named = false, }, [anon_sym_BANG] = { .visible = true, .named = false, }, [anon_sym_add] = { .visible = true, .named = false, }, [anon_sym_and] = { .visible = true, .named = false, }, [anon_sym_cast] = { .visible = true, .named = false, }, [anon_sym_con] = { .visible = true, .named = false, }, [anon_sym_div] = { .visible = true, .named = false, }, [anon_sym_empty] = { .visible = true, .named = false, }, [anon_sym_eq] = { .visible = true, .named = false, }, [anon_sym_exists] = { .visible = true, .named = false, }, [anon_sym_filter] = { .visible = true, .named = false, }, [anon_sym_find] = { .visible = true, .named = false, }, [anon_sym_foldl] = { .visible = true, .named = false, }, [anon_sym_ge] = { .visible = true, .named = false, }, [anon_sym_getop] = { .visible = true, .named = false, }, [anon_sym_getdagop] = { .visible = true, .named = false, }, [anon_sym_gt] = { .visible = true, .named = false, }, [anon_sym_head] = { .visible = true, .named = false, }, [anon_sym_interleave] = { .visible = true, .named = false, }, [anon_sym_isa] = { .visible = true, .named = false, }, [anon_sym_le] = { .visible = true, .named = false, }, [anon_sym_listconcat] = { .visible = true, .named = false, }, [anon_sym_listremove] = { .visible = true, .named = false, }, [anon_sym_listsplat] = { .visible = true, .named = false, }, [anon_sym_logtwo] = { .visible = true, .named = false, }, [anon_sym_lt] = { .visible = true, .named = false, }, [anon_sym_mul] = { .visible = true, .named = false, }, [anon_sym_ne] = { .visible = true, .named = false, }, [anon_sym_not] = { .visible = true, .named = false, }, [anon_sym_or] = { .visible = true, .named = false, }, [anon_sym_setop] = { .visible = true, .named = false, }, [anon_sym_setdagop] = { .visible = true, .named = false, }, [anon_sym_shl] = { .visible = true, .named = false, }, [anon_sym_size] = { .visible = true, .named = false, }, [anon_sym_sra] = { .visible = true, .named = false, }, [anon_sym_srl] = { .visible = true, .named = false, }, [anon_sym_strconcat] = { .visible = true, .named = false, }, [anon_sym_sub] = { .visible = true, .named = false, }, [anon_sym_subst] = { .visible = true, .named = false, }, [anon_sym_substr] = { .visible = true, .named = false, }, [anon_sym_tail] = { .visible = true, .named = false, }, [anon_sym_tolower] = { .visible = true, .named = false, }, [anon_sym_toupper] = { .visible = true, .named = false, }, [anon_sym_xor] = { .visible = true, .named = false, }, [anon_sym_cond] = { .visible = true, .named = false, }, [sym_integer] = { .visible = true, .named = true, }, [anon_sym_DQUOTE] = { .visible = true, .named = false, }, [sym_string_content] = { .visible = true, .named = true, }, [aux_sym__escape_sequence_token1] = { .visible = false, .named = false, }, [sym_escape_sequence] = { .visible = true, .named = true, }, [sym_code] = { .visible = true, .named = true, }, [aux_sym__code_escape_sequence_token1] = { .visible = false, .named = false, }, [sym_code_escape_sequence] = { .visible = true, .named = true, }, [anon_sym_true] = { .visible = true, .named = false, }, [anon_sym_false] = { .visible = true, .named = false, }, [sym_var] = { .visible = true, .named = true, }, [sym_comment] = { .visible = true, .named = true, }, [sym_multiline_comment] = { .visible = true, .named = true, }, [sym_tablegen_file] = { .visible = true, .named = true, }, [sym_include_directive] = { .visible = true, .named = true, }, [sym_statement] = { .visible = false, .named = true, .supertype = true, }, [sym_block] = { .visible = true, .named = true, }, [sym_class] = { .visible = true, .named = true, }, [sym_template_args] = { .visible = true, .named = true, }, [sym_template_arg] = { .visible = true, .named = true, }, [sym_record_body] = { .visible = true, .named = true, }, [sym_parent_class_list] = { .visible = true, .named = true, }, [sym_body] = { .visible = true, .named = true, }, [sym_body_item] = { .visible = true, .named = true, }, [sym_instruction] = { .visible = true, .named = true, }, [sym_let_instruction] = { .visible = true, .named = true, }, [sym_def_var] = { .visible = true, .named = true, }, [sym_def] = { .visible = true, .named = true, }, [sym_let] = { .visible = true, .named = true, }, [sym_let_list] = { .visible = true, .named = true, }, [sym_let_item] = { .visible = true, .named = true, }, [sym_multiclass] = { .visible = true, .named = true, }, [sym_multiclass_body] = { .visible = true, .named = true, }, [sym_multiclass_statement] = { .visible = true, .named = true, }, [sym_defm] = { .visible = true, .named = true, }, [sym_defset] = { .visible = true, .named = true, }, [sym_defvar] = { .visible = true, .named = true, }, [sym_foreach] = { .visible = true, .named = true, }, [sym_foreach_iterator] = { .visible = true, .named = true, }, [sym_if] = { .visible = true, .named = true, }, [sym_assert] = { .visible = true, .named = true, }, [sym_type] = { .visible = false, .named = true, .supertype = true, }, [sym_primitive_type] = { .visible = true, .named = true, }, [sym_bits_type] = { .visible = true, .named = true, }, [sym_list_type] = { .visible = true, .named = true, }, [sym_value] = { .visible = true, .named = true, }, [sym_paste_value] = { .visible = true, .named = true, }, [sym_value_suffix] = { .visible = true, .named = true, }, [sym_value_list] = { .visible = true, .named = true, }, [sym_range_list] = { .visible = true, .named = true, }, [sym_range_piece] = { .visible = true, .named = true, }, [sym_simple_value] = { .visible = false, .named = true, .supertype = true, }, [sym_sequence] = { .visible = true, .named = true, }, [sym_list_initializer] = { .visible = true, .named = true, }, [sym_dag_initializer] = { .visible = true, .named = true, }, [sym_dag_arg_list] = { .visible = true, .named = true, }, [sym_dag_arg] = { .visible = true, .named = true, }, [sym_anonymous_record] = { .visible = true, .named = true, }, [sym_concatenated_string] = { .visible = true, .named = true, }, [sym_operator] = { .visible = true, .named = true, }, [sym_cond_clause] = { .visible = true, .named = true, }, [sym_bang_operator] = { .visible = true, .named = true, }, [sym_cond_operator] = { .visible = true, .named = true, }, [sym_string] = { .visible = true, .named = true, }, [sym__escape_sequence] = { .visible = false, .named = true, }, [sym_boolean] = { .visible = true, .named = true, }, [aux_sym_tablegen_file_repeat1] = { .visible = false, .named = false, }, [aux_sym_block_repeat1] = { .visible = false, .named = false, }, [aux_sym_template_args_repeat1] = { .visible = false, .named = false, }, [aux_sym_parent_class_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_parent_class_list_repeat2] = { .visible = false, .named = false, }, [aux_sym_body_repeat1] = { .visible = false, .named = false, }, [aux_sym_let_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_multiclass_body_repeat1] = { .visible = false, .named = false, }, [aux_sym_value_repeat1] = { .visible = false, .named = false, }, [aux_sym_range_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_dag_arg_list_repeat1] = { .visible = false, .named = false, }, [aux_sym_concatenated_string_repeat1] = { .visible = false, .named = false, }, [aux_sym_operator_repeat1] = { .visible = false, .named = false, }, [aux_sym_string_repeat1] = { .visible = false, .named = false, }, [alias_sym_class_identifier] = { .visible = true, .named = true, }, }; enum ts_field_identifiers { field_body = 1, field_name = 2, }; static const char * const ts_field_names[] = { [0] = NULL, [field_body] = "body", [field_name] = "name", }; static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 2}, [3] = {.index = 2, .length = 1}, [4] = {.index = 3, .length = 2}, [5] = {.index = 5, .length = 1}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_body, 2}, {field_name, 1}, [2] = {field_name, 1}, [3] = {field_body, 3}, {field_name, 1}, [5] = {field_name, 2}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, [1] = { [0] = alias_sym_class_identifier, }, }; static const uint16_t ts_non_terminal_alias_map[] = { 0, }; static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, [3] = 2, [4] = 2, [5] = 5, [6] = 6, [7] = 6, [8] = 8, [9] = 9, [10] = 10, [11] = 11, [12] = 12, [13] = 11, [14] = 6, [15] = 15, [16] = 11, [17] = 17, [18] = 17, [19] = 19, [20] = 20, [21] = 21, [22] = 22, [23] = 22, [24] = 6, [25] = 25, [26] = 26, [27] = 27, [28] = 20, [29] = 20, [30] = 30, [31] = 31, [32] = 30, [33] = 33, [34] = 34, [35] = 35, [36] = 36, [37] = 37, [38] = 34, [39] = 39, [40] = 31, [41] = 41, [42] = 37, [43] = 41, [44] = 33, [45] = 45, [46] = 46, [47] = 47, [48] = 48, [49] = 47, [50] = 47, [51] = 51, [52] = 52, [53] = 48, [54] = 54, [55] = 55, [56] = 56, [57] = 57, [58] = 58, [59] = 59, [60] = 60, [61] = 58, [62] = 62, [63] = 63, [64] = 64, [65] = 55, [66] = 66, [67] = 47, [68] = 55, [69] = 66, [70] = 54, [71] = 57, [72] = 59, [73] = 58, [74] = 52, [75] = 66, [76] = 47, [77] = 77, [78] = 78, [79] = 57, [80] = 57, [81] = 81, [82] = 47, [83] = 83, [84] = 64, [85] = 51, [86] = 86, [87] = 62, [88] = 51, [89] = 89, [90] = 57, [91] = 91, [92] = 57, [93] = 52, [94] = 48, [95] = 54, [96] = 60, [97] = 97, [98] = 98, [99] = 99, [100] = 100, [101] = 101, [102] = 102, [103] = 100, [104] = 102, [105] = 105, [106] = 102, [107] = 102, [108] = 108, [109] = 9, [110] = 99, [111] = 111, [112] = 112, [113] = 99, [114] = 114, [115] = 102, [116] = 116, [117] = 117, [118] = 117, [119] = 119, [120] = 99, [121] = 121, [122] = 122, [123] = 114, [124] = 99, [125] = 117, [126] = 126, [127] = 102, [128] = 114, [129] = 99, [130] = 100, [131] = 8, [132] = 132, [133] = 133, [134] = 133, [135] = 132, [136] = 133, [137] = 132, [138] = 138, [139] = 139, [140] = 140, [141] = 141, [142] = 142, [143] = 143, [144] = 144, [145] = 145, [146] = 146, [147] = 147, [148] = 140, [149] = 149, [150] = 150, [151] = 145, [152] = 142, [153] = 153, [154] = 154, [155] = 141, [156] = 156, [157] = 157, [158] = 158, [159] = 159, [160] = 143, [161] = 161, [162] = 162, [163] = 144, [164] = 164, [165] = 165, [166] = 165, [167] = 167, [168] = 168, [169] = 169, [170] = 170, [171] = 171, [172] = 172, [173] = 165, [174] = 174, [175] = 175, [176] = 176, [177] = 177, [178] = 178, [179] = 179, [180] = 147, [181] = 149, [182] = 179, [183] = 179, [184] = 150, [185] = 164, [186] = 159, [187] = 154, [188] = 158, [189] = 157, [190] = 170, [191] = 167, [192] = 172, [193] = 156, [194] = 171, [195] = 176, [196] = 169, [197] = 161, [198] = 174, [199] = 162, [200] = 168, [201] = 153, [202] = 202, [203] = 203, [204] = 204, [205] = 205, [206] = 206, [207] = 207, [208] = 208, [209] = 209, [210] = 210, [211] = 211, [212] = 212, [213] = 213, [214] = 214, [215] = 215, [216] = 206, [217] = 217, [218] = 218, [219] = 209, [220] = 220, [221] = 221, [222] = 208, [223] = 211, [224] = 224, [225] = 225, [226] = 207, [227] = 227, [228] = 218, [229] = 229, [230] = 146, [231] = 231, [232] = 232, [233] = 233, [234] = 234, [235] = 214, [236] = 236, [237] = 237, [238] = 238, [239] = 239, [240] = 240, [241] = 241, [242] = 242, [243] = 243, [244] = 244, [245] = 245, [246] = 234, [247] = 221, [248] = 225, [249] = 9, [250] = 224, [251] = 210, [252] = 215, [253] = 227, [254] = 242, [255] = 146, [256] = 256, [257] = 229, [258] = 240, [259] = 259, [260] = 260, [261] = 261, [262] = 224, [263] = 224, [264] = 241, [265] = 213, [266] = 238, [267] = 217, [268] = 260, [269] = 261, [270] = 270, [271] = 8, [272] = 239, [273] = 273, [274] = 274, [275] = 237, [276] = 231, [277] = 277, [278] = 278, [279] = 244, [280] = 259, [281] = 245, [282] = 236, [283] = 256, [284] = 232, [285] = 285, [286] = 286, [287] = 287, [288] = 288, [289] = 288, [290] = 290, [291] = 291, [292] = 290, [293] = 290, [294] = 294, [295] = 291, [296] = 296, [297] = 296, [298] = 178, [299] = 221, [300] = 245, [301] = 240, [302] = 227, [303] = 209, [304] = 244, [305] = 215, [306] = 206, [307] = 224, [308] = 225, [309] = 237, [310] = 218, [311] = 208, [312] = 207, [313] = 211, [314] = 234, [315] = 214, [316] = 210, [317] = 261, [318] = 229, [319] = 256, [320] = 259, [321] = 238, [322] = 231, [323] = 260, [324] = 232, [325] = 217, [326] = 236, [327] = 213, [328] = 242, [329] = 224, [330] = 241, [331] = 239, [332] = 332, [333] = 144, [334] = 178, [335] = 335, [336] = 332, [337] = 337, [338] = 332, [339] = 139, [340] = 141, [341] = 341, [342] = 342, [343] = 342, [344] = 341, [345] = 345, [346] = 342, [347] = 341, [348] = 348, [349] = 349, [350] = 350, [351] = 351, [352] = 349, [353] = 353, [354] = 354, [355] = 355, [356] = 356, [357] = 357, [358] = 354, [359] = 349, [360] = 350, [361] = 350, [362] = 354, [363] = 363, [364] = 364, [365] = 365, [366] = 366, [367] = 367, [368] = 367, [369] = 369, [370] = 367, [371] = 371, [372] = 372, [373] = 373, [374] = 374, [375] = 375, [376] = 371, [377] = 377, [378] = 378, [379] = 379, [380] = 371, [381] = 381, [382] = 382, [383] = 383, [384] = 384, [385] = 385, [386] = 386, [387] = 178, [388] = 388, [389] = 389, [390] = 390, [391] = 388, [392] = 392, [393] = 393, [394] = 394, [395] = 395, [396] = 396, [397] = 397, [398] = 398, [399] = 399, [400] = 400, [401] = 392, [402] = 402, [403] = 403, [404] = 404, [405] = 405, [406] = 406, [407] = 405, [408] = 408, [409] = 409, [410] = 410, [411] = 411, [412] = 405, [413] = 405, [414] = 414, [415] = 414, [416] = 416, [417] = 417, [418] = 418, [419] = 414, [420] = 418, [421] = 409, [422] = 393, [423] = 405, [424] = 424, [425] = 425, [426] = 426, [427] = 410, [428] = 428, [429] = 429, [430] = 430, [431] = 392, [432] = 432, [433] = 409, [434] = 434, [435] = 435, [436] = 405, [437] = 437, [438] = 438, [439] = 439, [440] = 440, [441] = 441, [442] = 442, [443] = 443, [444] = 442, [445] = 442, [446] = 446, [447] = 447, [448] = 442, [449] = 449, [450] = 450, [451] = 441, [452] = 452, [453] = 453, [454] = 454, [455] = 455, [456] = 456, [457] = 442, [458] = 458, [459] = 443, [460] = 460, [461] = 461, [462] = 462, [463] = 447, [464] = 464, [465] = 442, [466] = 449, [467] = 460, [468] = 456, [469] = 443, [470] = 470, [471] = 471, [472] = 449, [473] = 460, [474] = 474, [475] = 460, [476] = 460, [477] = 477, [478] = 456, [479] = 447, [480] = 480, [481] = 460, [482] = 482, [483] = 483, [484] = 484, [485] = 485, [486] = 486, [487] = 487, [488] = 488, [489] = 489, [490] = 490, [491] = 486, [492] = 492, [493] = 493, [494] = 494, [495] = 495, [496] = 496, [497] = 497, [498] = 498, [499] = 497, [500] = 500, [501] = 501, [502] = 502, [503] = 503, [504] = 504, [505] = 505, [506] = 495, [507] = 507, [508] = 508, [509] = 509, [510] = 490, [511] = 492, [512] = 504, [513] = 513, [514] = 514, [515] = 515, [516] = 516, [517] = 517, [518] = 500, [519] = 501, [520] = 502, [521] = 495, [522] = 522, [523] = 523, [524] = 524, [525] = 525, [526] = 515, [527] = 527, [528] = 507, [529] = 508, [530] = 494, [531] = 531, [532] = 532, [533] = 532, [534] = 508, [535] = 488, [536] = 490, [537] = 527, [538] = 502, [539] = 489, [540] = 540, [541] = 541, [542] = 542, [543] = 532, [544] = 544, [545] = 527, [546] = 546, [547] = 547, [548] = 548, [549] = 549, [550] = 487, [551] = 502, [552] = 498, [553] = 495, [554] = 554, [555] = 516, [556] = 501, [557] = 549, [558] = 514, [559] = 502, [560] = 495, [561] = 502, [562] = 495, [563] = 554, [564] = 513, [565] = 565, [566] = 566, [567] = 549, [568] = 500, [569] = 498, [570] = 570, [571] = 515, [572] = 572, [573] = 573, [574] = 574, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: if (eof) ADVANCE(46); ADVANCE_MAP( '!', 68, '"', 77, '#', 57, '$', 43, '(', 66, ')', 67, '+', 32, ',', 52, '-', 64, '.', 61, '/', 4, '0', 69, ':', 55, ';', 56, '<', 51, '=', 54, '>', 53, '?', 65, '[', 59, '\\', 5, ']', 60, '{', 49, '}', 50, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(44); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(73); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 1: if (lookahead == '"') ADVANCE(77); if (lookahead == '#') ADVANCE(80); if (lookahead == '/') ADVANCE(79); if (lookahead == '\\') ADVANCE(6); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(78); if (lookahead != 0) ADVANCE(101); END_STATE(); case 2: if (lookahead == '#') ADVANCE(8); if (lookahead == '/') ADVANCE(4); if (lookahead == '0') ADVANCE(70); if (lookahead == '+' || lookahead == '-') ADVANCE(32); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(2); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(74); END_STATE(); case 3: if (lookahead == '.') ADVANCE(62); END_STATE(); case 4: if (lookahead == '/') ADVANCE(114); END_STATE(); case 5: ADVANCE_MAP( 'U', 104, 'u', 108, 'x', 109, '"', 105, '\'', 105, '\\', 105, 'n', 105, 't', 105, '?', 105, 'a', 105, 'b', 105, 'f', 105, 'r', 105, 'v', 105, ); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(103); if (lookahead != 0) ADVANCE(102); END_STATE(); case 6: if (lookahead == 'U') ADVANCE(104); if (lookahead == 'u') ADVANCE(25); if (lookahead == 'x') ADVANCE(37); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(103); if (lookahead == '"' || lookahead == '\'' || lookahead == '?' || lookahead == '\\' || lookahead == 'a' || lookahead == 'b' || lookahead == 'f' || lookahead == 'n' || lookahead == 'r' || ('t' <= lookahead && lookahead <= 'v')) ADVANCE(105); if (lookahead != 0) ADVANCE(102); END_STATE(); case 7: if (lookahead == ']') ADVANCE(107); if (lookahead == '}') ADVANCE(28); if (lookahead != 0) ADVANCE(27); END_STATE(); case 8: if (lookahead == 'd') ADVANCE(14); if (lookahead == 'e') ADVANCE(22); if (lookahead == 'i') ADVANCE(16); END_STATE(); case 9: if (lookahead == 'd') ADVANCE(21); END_STATE(); case 10: if (lookahead == 'd') ADVANCE(15); END_STATE(); case 11: if (lookahead == 'd') ADVANCE(15); if (lookahead == 'n') ADVANCE(10); END_STATE(); case 12: if (lookahead == 'e') ADVANCE(47); END_STATE(); case 13: if (lookahead == 'e') ADVANCE(30); END_STATE(); case 14: if (lookahead == 'e') ADVANCE(17); END_STATE(); case 15: if (lookahead == 'e') ADVANCE(19); END_STATE(); case 16: if (lookahead == 'f') ADVANCE(11); END_STATE(); case 17: if (lookahead == 'f') ADVANCE(20); END_STATE(); case 18: if (lookahead == 'f') ADVANCE(47); END_STATE(); case 19: if (lookahead == 'f') ADVANCE(30); END_STATE(); case 20: if (lookahead == 'i') ADVANCE(23); END_STATE(); case 21: if (lookahead == 'i') ADVANCE(18); END_STATE(); case 22: if (lookahead == 'l') ADVANCE(24); if (lookahead == 'n') ADVANCE(9); END_STATE(); case 23: if (lookahead == 'n') ADVANCE(13); END_STATE(); case 24: if (lookahead == 's') ADVANCE(12); END_STATE(); case 25: if (lookahead == '{') ADVANCE(35); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 26: if (lookahead == '}') ADVANCE(105); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(26); END_STATE(); case 27: if (lookahead == '}') ADVANCE(7); if (lookahead != 0) ADVANCE(27); END_STATE(); case 28: if (lookahead == '}') ADVANCE(28); if (lookahead != 0 && lookahead != ']') ADVANCE(27); END_STATE(); case 29: if (lookahead == '0' || lookahead == '1') ADVANCE(72); END_STATE(); case 30: if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(31); END_STATE(); case 31: if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(31); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(48); END_STATE(); case 32: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(74); END_STATE(); case 33: if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 34: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(105); END_STATE(); case 35: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(26); END_STATE(); case 36: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(76); END_STATE(); case 37: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(34); END_STATE(); case 38: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(37); END_STATE(); case 39: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 40: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(39); END_STATE(); case 41: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(40); END_STATE(); case 42: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(41); END_STATE(); case 43: if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(113); END_STATE(); case 44: if (eof) ADVANCE(46); ADVANCE_MAP( '!', 68, '"', 77, '#', 57, '$', 43, '(', 66, ')', 67, '+', 32, ',', 52, '-', 64, '.', 61, '/', 4, '0', 69, ':', 55, ';', 56, '<', 51, '=', 54, '>', 53, '?', 65, '[', 59, ']', 60, '{', 49, '}', 50, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(44); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(73); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 45: if (eof) ADVANCE(46); ADVANCE_MAP( '"', 77, '#', 57, ')', 67, ',', 52, '-', 63, '.', 61, '/', 4, ':', 55, ';', 56, '<', 51, '>', 53, '[', 58, ']', 60, '{', 49, '}', 50, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(45); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(33); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 46: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 47: ACCEPT_TOKEN(sym_preprocessor_directive); END_STATE(); case 48: ACCEPT_TOKEN(sym_preprocessor_directive); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(48); END_STATE(); case 49: ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 50: ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 51: ACCEPT_TOKEN(anon_sym_LT); END_STATE(); case 52: ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 53: ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 54: ACCEPT_TOKEN(anon_sym_EQ); END_STATE(); case 55: ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 56: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 57: ACCEPT_TOKEN(anon_sym_POUND); if (lookahead == 'd') ADVANCE(14); if (lookahead == 'e') ADVANCE(22); if (lookahead == 'i') ADVANCE(16); END_STATE(); case 58: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_LBRACK); if (lookahead == '{') ADVANCE(27); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 61: ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(3); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 63: ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 64: ACCEPT_TOKEN(anon_sym_DASH); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(74); END_STATE(); case 65: ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 69: ACCEPT_TOKEN(sym_integer); if (lookahead == 'b') ADVANCE(110); if (lookahead == 'x') ADVANCE(111); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 70: ACCEPT_TOKEN(sym_integer); if (lookahead == 'b') ADVANCE(29); if (lookahead == 'x') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(74); END_STATE(); case 71: ACCEPT_TOKEN(sym_integer); if (lookahead == '0' || lookahead == '1') ADVANCE(71); if (('2' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 72: ACCEPT_TOKEN(sym_integer); if (lookahead == '0' || lookahead == '1') ADVANCE(72); END_STATE(); case 73: ACCEPT_TOKEN(sym_integer); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(73); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 74: ACCEPT_TOKEN(sym_integer); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(74); END_STATE(); case 75: ACCEPT_TOKEN(sym_integer); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); if (('G' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('g' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 76: ACCEPT_TOKEN(sym_integer); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(76); END_STATE(); case 77: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); case 78: ACCEPT_TOKEN(sym_string_content); if (lookahead == '#') ADVANCE(80); if (lookahead == '/') ADVANCE(79); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(78); if (lookahead != 0 && lookahead != '"' && lookahead != '#' && lookahead != '\\') ADVANCE(101); END_STATE(); case 79: ACCEPT_TOKEN(sym_string_content); if (lookahead == '/') ADVANCE(97); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 80: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'd') ADVANCE(86); if (lookahead == 'e') ADVANCE(94); if (lookahead == 'i') ADVANCE(89); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 81: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'd') ADVANCE(93); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 82: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'd') ADVANCE(87); if (lookahead == 'n') ADVANCE(83); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 83: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'd') ADVANCE(87); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 84: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'e') ADVANCE(101); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 85: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'e') ADVANCE(99); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 86: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'e') ADVANCE(90); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 87: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'e') ADVANCE(91); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 88: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'f') ADVANCE(101); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 89: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'f') ADVANCE(82); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 90: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'f') ADVANCE(92); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 91: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'f') ADVANCE(99); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 92: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'i') ADVANCE(95); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 93: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'i') ADVANCE(88); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 94: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'l') ADVANCE(96); if (lookahead == 'n') ADVANCE(81); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 95: ACCEPT_TOKEN(sym_string_content); if (lookahead == 'n') ADVANCE(85); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 96: ACCEPT_TOKEN(sym_string_content); if (lookahead == 's') ADVANCE(84); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 97: ACCEPT_TOKEN(sym_string_content); if (lookahead == '\n' || lookahead == '\r') ADVANCE(101); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(97); END_STATE(); case 98: ACCEPT_TOKEN(sym_string_content); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(98); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(100); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 99: ACCEPT_TOKEN(sym_string_content); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') ADVANCE(98); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 100: ACCEPT_TOKEN(sym_string_content); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(100); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 101: ACCEPT_TOKEN(sym_string_content); if (lookahead != 0 && lookahead != '"' && lookahead != '\\') ADVANCE(101); END_STATE(); case 102: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); END_STATE(); case 103: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(106); END_STATE(); case 104: ACCEPT_TOKEN(aux_sym__escape_sequence_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(42); END_STATE(); case 105: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 106: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(105); END_STATE(); case 107: ACCEPT_TOKEN(sym_code); END_STATE(); case 108: ACCEPT_TOKEN(aux_sym__code_escape_sequence_token1); if (lookahead == '{') ADVANCE(35); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(38); END_STATE(); case 109: ACCEPT_TOKEN(aux_sym__code_escape_sequence_token1); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(34); END_STATE(); case 110: ACCEPT_TOKEN(sym_identifier); if (lookahead == '0' || lookahead == '1') ADVANCE(71); if (('2' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 111: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || ('a' <= lookahead && lookahead <= 'f')) ADVANCE(75); if (('G' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('g' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 112: ACCEPT_TOKEN(sym_identifier); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(112); END_STATE(); case 113: ACCEPT_TOKEN(sym_var); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(113); END_STATE(); case 114: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r') ADVANCE(114); END_STATE(); default: return false; } } static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { START_LEXER(); eof = lexer->eof(lexer); switch (state) { case 0: ADVANCE_MAP( 'a', 1, 'b', 2, 'c', 3, 'd', 4, 'e', 5, 'f', 6, 'g', 7, 'h', 8, 'i', 9, 'l', 10, 'm', 11, 'n', 12, 'o', 13, 's', 14, 't', 15, 'x', 16, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(0); END_STATE(); case 1: if (lookahead == 'd') ADVANCE(17); if (lookahead == 'n') ADVANCE(18); if (lookahead == 's') ADVANCE(19); END_STATE(); case 2: if (lookahead == 'i') ADVANCE(20); END_STATE(); case 3: if (lookahead == 'a') ADVANCE(21); if (lookahead == 'l') ADVANCE(22); if (lookahead == 'o') ADVANCE(23); END_STATE(); case 4: if (lookahead == 'a') ADVANCE(24); if (lookahead == 'e') ADVANCE(25); if (lookahead == 'i') ADVANCE(26); END_STATE(); case 5: if (lookahead == 'l') ADVANCE(27); if (lookahead == 'm') ADVANCE(28); if (lookahead == 'q') ADVANCE(29); if (lookahead == 'x') ADVANCE(30); END_STATE(); case 6: if (lookahead == 'a') ADVANCE(31); if (lookahead == 'i') ADVANCE(32); if (lookahead == 'o') ADVANCE(33); END_STATE(); case 7: if (lookahead == 'e') ADVANCE(34); if (lookahead == 't') ADVANCE(35); END_STATE(); case 8: if (lookahead == 'e') ADVANCE(36); END_STATE(); case 9: if (lookahead == 'f') ADVANCE(37); if (lookahead == 'n') ADVANCE(38); if (lookahead == 's') ADVANCE(39); END_STATE(); case 10: if (lookahead == 'e') ADVANCE(40); if (lookahead == 'i') ADVANCE(41); if (lookahead == 'o') ADVANCE(42); if (lookahead == 't') ADVANCE(43); END_STATE(); case 11: if (lookahead == 'u') ADVANCE(44); END_STATE(); case 12: if (lookahead == 'e') ADVANCE(45); if (lookahead == 'o') ADVANCE(46); END_STATE(); case 13: if (lookahead == 'r') ADVANCE(47); END_STATE(); case 14: if (lookahead == 'e') ADVANCE(48); if (lookahead == 'h') ADVANCE(49); if (lookahead == 'i') ADVANCE(50); if (lookahead == 'r') ADVANCE(51); if (lookahead == 't') ADVANCE(52); if (lookahead == 'u') ADVANCE(53); END_STATE(); case 15: if (lookahead == 'a') ADVANCE(54); if (lookahead == 'h') ADVANCE(55); if (lookahead == 'o') ADVANCE(56); if (lookahead == 'r') ADVANCE(57); END_STATE(); case 16: if (lookahead == 'o') ADVANCE(58); END_STATE(); case 17: if (lookahead == 'd') ADVANCE(59); END_STATE(); case 18: if (lookahead == 'd') ADVANCE(60); END_STATE(); case 19: if (lookahead == 's') ADVANCE(61); END_STATE(); case 20: if (lookahead == 't') ADVANCE(62); END_STATE(); case 21: if (lookahead == 's') ADVANCE(63); END_STATE(); case 22: if (lookahead == 'a') ADVANCE(64); END_STATE(); case 23: if (lookahead == 'd') ADVANCE(65); if (lookahead == 'n') ADVANCE(66); END_STATE(); case 24: if (lookahead == 'g') ADVANCE(67); END_STATE(); case 25: if (lookahead == 'f') ADVANCE(68); END_STATE(); case 26: if (lookahead == 'v') ADVANCE(69); END_STATE(); case 27: if (lookahead == 's') ADVANCE(70); END_STATE(); case 28: if (lookahead == 'p') ADVANCE(71); END_STATE(); case 29: ACCEPT_TOKEN(anon_sym_eq); END_STATE(); case 30: if (lookahead == 'i') ADVANCE(72); END_STATE(); case 31: if (lookahead == 'l') ADVANCE(73); END_STATE(); case 32: if (lookahead == 'e') ADVANCE(74); if (lookahead == 'l') ADVANCE(75); if (lookahead == 'n') ADVANCE(76); END_STATE(); case 33: if (lookahead == 'l') ADVANCE(77); if (lookahead == 'r') ADVANCE(78); END_STATE(); case 34: ACCEPT_TOKEN(anon_sym_ge); if (lookahead == 't') ADVANCE(79); END_STATE(); case 35: ACCEPT_TOKEN(anon_sym_gt); END_STATE(); case 36: if (lookahead == 'a') ADVANCE(80); END_STATE(); case 37: ACCEPT_TOKEN(anon_sym_if); END_STATE(); case 38: ACCEPT_TOKEN(anon_sym_in); if (lookahead == 'c') ADVANCE(81); if (lookahead == 't') ADVANCE(82); END_STATE(); case 39: if (lookahead == 'a') ADVANCE(83); END_STATE(); case 40: ACCEPT_TOKEN(anon_sym_le); if (lookahead == 't') ADVANCE(84); END_STATE(); case 41: if (lookahead == 's') ADVANCE(85); END_STATE(); case 42: if (lookahead == 'g') ADVANCE(86); END_STATE(); case 43: ACCEPT_TOKEN(anon_sym_lt); END_STATE(); case 44: if (lookahead == 'l') ADVANCE(87); END_STATE(); case 45: ACCEPT_TOKEN(anon_sym_ne); END_STATE(); case 46: if (lookahead == 't') ADVANCE(88); END_STATE(); case 47: ACCEPT_TOKEN(anon_sym_or); END_STATE(); case 48: if (lookahead == 't') ADVANCE(89); END_STATE(); case 49: if (lookahead == 'l') ADVANCE(90); END_STATE(); case 50: if (lookahead == 'z') ADVANCE(91); END_STATE(); case 51: if (lookahead == 'a') ADVANCE(92); if (lookahead == 'l') ADVANCE(93); END_STATE(); case 52: if (lookahead == 'r') ADVANCE(94); END_STATE(); case 53: if (lookahead == 'b') ADVANCE(95); END_STATE(); case 54: if (lookahead == 'i') ADVANCE(96); END_STATE(); case 55: if (lookahead == 'e') ADVANCE(97); END_STATE(); case 56: if (lookahead == 'l') ADVANCE(98); if (lookahead == 'u') ADVANCE(99); END_STATE(); case 57: if (lookahead == 'u') ADVANCE(100); END_STATE(); case 58: if (lookahead == 'r') ADVANCE(101); END_STATE(); case 59: ACCEPT_TOKEN(anon_sym_add); END_STATE(); case 60: ACCEPT_TOKEN(anon_sym_and); END_STATE(); case 61: if (lookahead == 'e') ADVANCE(102); END_STATE(); case 62: ACCEPT_TOKEN(anon_sym_bit); if (lookahead == 's') ADVANCE(103); END_STATE(); case 63: if (lookahead == 't') ADVANCE(104); END_STATE(); case 64: if (lookahead == 's') ADVANCE(105); END_STATE(); case 65: if (lookahead == 'e') ADVANCE(106); END_STATE(); case 66: ACCEPT_TOKEN(anon_sym_con); if (lookahead == 'd') ADVANCE(107); END_STATE(); case 67: ACCEPT_TOKEN(anon_sym_dag); END_STATE(); case 68: ACCEPT_TOKEN(anon_sym_def); if (lookahead == 'm') ADVANCE(108); if (lookahead == 's') ADVANCE(109); if (lookahead == 'v') ADVANCE(110); END_STATE(); case 69: ACCEPT_TOKEN(anon_sym_div); END_STATE(); case 70: if (lookahead == 'e') ADVANCE(111); END_STATE(); case 71: if (lookahead == 't') ADVANCE(112); END_STATE(); case 72: if (lookahead == 's') ADVANCE(113); END_STATE(); case 73: if (lookahead == 's') ADVANCE(114); END_STATE(); case 74: if (lookahead == 'l') ADVANCE(115); END_STATE(); case 75: if (lookahead == 't') ADVANCE(116); END_STATE(); case 76: if (lookahead == 'd') ADVANCE(117); END_STATE(); case 77: if (lookahead == 'd') ADVANCE(118); END_STATE(); case 78: if (lookahead == 'e') ADVANCE(119); END_STATE(); case 79: if (lookahead == 'd') ADVANCE(120); if (lookahead == 'o') ADVANCE(121); END_STATE(); case 80: if (lookahead == 'd') ADVANCE(122); END_STATE(); case 81: if (lookahead == 'l') ADVANCE(123); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_int); if (lookahead == 'e') ADVANCE(124); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_isa); END_STATE(); case 84: ACCEPT_TOKEN(anon_sym_let); END_STATE(); case 85: if (lookahead == 't') ADVANCE(125); END_STATE(); case 86: if (lookahead == 't') ADVANCE(126); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_mul); if (lookahead == 't') ADVANCE(127); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_not); END_STATE(); case 89: if (lookahead == 'd') ADVANCE(128); if (lookahead == 'o') ADVANCE(129); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_shl); END_STATE(); case 91: if (lookahead == 'e') ADVANCE(130); END_STATE(); case 92: ACCEPT_TOKEN(anon_sym_sra); END_STATE(); case 93: ACCEPT_TOKEN(anon_sym_srl); END_STATE(); case 94: if (lookahead == 'c') ADVANCE(131); if (lookahead == 'i') ADVANCE(132); END_STATE(); case 95: ACCEPT_TOKEN(anon_sym_sub); if (lookahead == 's') ADVANCE(133); END_STATE(); case 96: if (lookahead == 'l') ADVANCE(134); END_STATE(); case 97: if (lookahead == 'n') ADVANCE(135); END_STATE(); case 98: if (lookahead == 'o') ADVANCE(136); END_STATE(); case 99: if (lookahead == 'p') ADVANCE(137); END_STATE(); case 100: if (lookahead == 'e') ADVANCE(138); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_xor); END_STATE(); case 102: if (lookahead == 'r') ADVANCE(139); END_STATE(); case 103: ACCEPT_TOKEN(anon_sym_bits); END_STATE(); case 104: ACCEPT_TOKEN(anon_sym_cast); END_STATE(); case 105: if (lookahead == 's') ADVANCE(140); END_STATE(); case 106: ACCEPT_TOKEN(anon_sym_code); END_STATE(); case 107: ACCEPT_TOKEN(anon_sym_cond); END_STATE(); case 108: ACCEPT_TOKEN(anon_sym_defm); END_STATE(); case 109: if (lookahead == 'e') ADVANCE(141); END_STATE(); case 110: if (lookahead == 'a') ADVANCE(142); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_else); END_STATE(); case 112: if (lookahead == 'y') ADVANCE(143); END_STATE(); case 113: if (lookahead == 't') ADVANCE(144); END_STATE(); case 114: if (lookahead == 'e') ADVANCE(145); END_STATE(); case 115: if (lookahead == 'd') ADVANCE(146); END_STATE(); case 116: if (lookahead == 'e') ADVANCE(147); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_find); END_STATE(); case 118: if (lookahead == 'l') ADVANCE(148); END_STATE(); case 119: if (lookahead == 'a') ADVANCE(149); END_STATE(); case 120: if (lookahead == 'a') ADVANCE(150); END_STATE(); case 121: if (lookahead == 'p') ADVANCE(151); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_head); END_STATE(); case 123: if (lookahead == 'u') ADVANCE(152); END_STATE(); case 124: if (lookahead == 'r') ADVANCE(153); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_list); if (lookahead == 'c') ADVANCE(154); if (lookahead == 'r') ADVANCE(155); if (lookahead == 's') ADVANCE(156); END_STATE(); case 126: if (lookahead == 'w') ADVANCE(157); END_STATE(); case 127: if (lookahead == 'i') ADVANCE(158); END_STATE(); case 128: if (lookahead == 'a') ADVANCE(159); END_STATE(); case 129: if (lookahead == 'p') ADVANCE(160); END_STATE(); case 130: ACCEPT_TOKEN(anon_sym_size); END_STATE(); case 131: if (lookahead == 'o') ADVANCE(161); END_STATE(); case 132: if (lookahead == 'n') ADVANCE(162); END_STATE(); case 133: if (lookahead == 't') ADVANCE(163); END_STATE(); case 134: ACCEPT_TOKEN(anon_sym_tail); END_STATE(); case 135: ACCEPT_TOKEN(anon_sym_then); END_STATE(); case 136: if (lookahead == 'w') ADVANCE(164); END_STATE(); case 137: if (lookahead == 'p') ADVANCE(165); END_STATE(); case 138: ACCEPT_TOKEN(anon_sym_true); END_STATE(); case 139: if (lookahead == 't') ADVANCE(166); END_STATE(); case 140: ACCEPT_TOKEN(anon_sym_class); END_STATE(); case 141: if (lookahead == 't') ADVANCE(167); END_STATE(); case 142: if (lookahead == 'r') ADVANCE(168); END_STATE(); case 143: ACCEPT_TOKEN(anon_sym_empty); END_STATE(); case 144: if (lookahead == 's') ADVANCE(169); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_false); END_STATE(); case 146: ACCEPT_TOKEN(anon_sym_field); END_STATE(); case 147: if (lookahead == 'r') ADVANCE(170); END_STATE(); case 148: ACCEPT_TOKEN(anon_sym_foldl); END_STATE(); case 149: if (lookahead == 'c') ADVANCE(171); END_STATE(); case 150: if (lookahead == 'g') ADVANCE(172); END_STATE(); case 151: ACCEPT_TOKEN(anon_sym_getop); END_STATE(); case 152: if (lookahead == 'd') ADVANCE(173); END_STATE(); case 153: if (lookahead == 'l') ADVANCE(174); END_STATE(); case 154: if (lookahead == 'o') ADVANCE(175); END_STATE(); case 155: if (lookahead == 'e') ADVANCE(176); END_STATE(); case 156: if (lookahead == 'p') ADVANCE(177); END_STATE(); case 157: if (lookahead == 'o') ADVANCE(178); END_STATE(); case 158: if (lookahead == 'c') ADVANCE(179); END_STATE(); case 159: if (lookahead == 'g') ADVANCE(180); END_STATE(); case 160: ACCEPT_TOKEN(anon_sym_setop); END_STATE(); case 161: if (lookahead == 'n') ADVANCE(181); END_STATE(); case 162: if (lookahead == 'g') ADVANCE(182); END_STATE(); case 163: ACCEPT_TOKEN(anon_sym_subst); if (lookahead == 'r') ADVANCE(183); END_STATE(); case 164: if (lookahead == 'e') ADVANCE(184); END_STATE(); case 165: if (lookahead == 'e') ADVANCE(185); END_STATE(); case 166: ACCEPT_TOKEN(anon_sym_assert); END_STATE(); case 167: ACCEPT_TOKEN(anon_sym_defset); END_STATE(); case 168: ACCEPT_TOKEN(anon_sym_defvar); END_STATE(); case 169: ACCEPT_TOKEN(anon_sym_exists); END_STATE(); case 170: ACCEPT_TOKEN(anon_sym_filter); END_STATE(); case 171: if (lookahead == 'h') ADVANCE(186); END_STATE(); case 172: if (lookahead == 'o') ADVANCE(187); END_STATE(); case 173: if (lookahead == 'e') ADVANCE(188); END_STATE(); case 174: if (lookahead == 'e') ADVANCE(189); END_STATE(); case 175: if (lookahead == 'n') ADVANCE(190); END_STATE(); case 176: if (lookahead == 'm') ADVANCE(191); END_STATE(); case 177: if (lookahead == 'l') ADVANCE(192); END_STATE(); case 178: ACCEPT_TOKEN(anon_sym_logtwo); END_STATE(); case 179: if (lookahead == 'l') ADVANCE(193); END_STATE(); case 180: if (lookahead == 'o') ADVANCE(194); END_STATE(); case 181: if (lookahead == 'c') ADVANCE(195); END_STATE(); case 182: ACCEPT_TOKEN(anon_sym_string); END_STATE(); case 183: ACCEPT_TOKEN(anon_sym_substr); END_STATE(); case 184: if (lookahead == 'r') ADVANCE(196); END_STATE(); case 185: if (lookahead == 'r') ADVANCE(197); END_STATE(); case 186: ACCEPT_TOKEN(anon_sym_foreach); END_STATE(); case 187: if (lookahead == 'p') ADVANCE(198); END_STATE(); case 188: ACCEPT_TOKEN(anon_sym_include); END_STATE(); case 189: if (lookahead == 'a') ADVANCE(199); END_STATE(); case 190: if (lookahead == 'c') ADVANCE(200); END_STATE(); case 191: if (lookahead == 'o') ADVANCE(201); END_STATE(); case 192: if (lookahead == 'a') ADVANCE(202); END_STATE(); case 193: if (lookahead == 'a') ADVANCE(203); END_STATE(); case 194: if (lookahead == 'p') ADVANCE(204); END_STATE(); case 195: if (lookahead == 'a') ADVANCE(205); END_STATE(); case 196: ACCEPT_TOKEN(anon_sym_tolower); END_STATE(); case 197: ACCEPT_TOKEN(anon_sym_toupper); END_STATE(); case 198: ACCEPT_TOKEN(anon_sym_getdagop); END_STATE(); case 199: if (lookahead == 'v') ADVANCE(206); END_STATE(); case 200: if (lookahead == 'a') ADVANCE(207); END_STATE(); case 201: if (lookahead == 'v') ADVANCE(208); END_STATE(); case 202: if (lookahead == 't') ADVANCE(209); END_STATE(); case 203: if (lookahead == 's') ADVANCE(210); END_STATE(); case 204: ACCEPT_TOKEN(anon_sym_setdagop); END_STATE(); case 205: if (lookahead == 't') ADVANCE(211); END_STATE(); case 206: if (lookahead == 'e') ADVANCE(212); END_STATE(); case 207: if (lookahead == 't') ADVANCE(213); END_STATE(); case 208: if (lookahead == 'e') ADVANCE(214); END_STATE(); case 209: ACCEPT_TOKEN(anon_sym_listsplat); END_STATE(); case 210: if (lookahead == 's') ADVANCE(215); END_STATE(); case 211: ACCEPT_TOKEN(anon_sym_strconcat); END_STATE(); case 212: ACCEPT_TOKEN(anon_sym_interleave); END_STATE(); case 213: ACCEPT_TOKEN(anon_sym_listconcat); END_STATE(); case 214: ACCEPT_TOKEN(anon_sym_listremove); END_STATE(); case 215: ACCEPT_TOKEN(anon_sym_multiclass); END_STATE(); default: return false; } } static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, [1] = {.lex_state = 45, .external_lex_state = 1}, [2] = {.lex_state = 0, .external_lex_state = 1}, [3] = {.lex_state = 0, .external_lex_state = 1}, [4] = {.lex_state = 0, .external_lex_state = 1}, [5] = {.lex_state = 45, .external_lex_state = 1}, [6] = {.lex_state = 0, .external_lex_state = 1}, [7] = {.lex_state = 0, .external_lex_state = 1}, [8] = {.lex_state = 0, .external_lex_state = 1}, [9] = {.lex_state = 0, .external_lex_state = 1}, [10] = {.lex_state = 0, .external_lex_state = 1}, [11] = {.lex_state = 0, .external_lex_state = 1}, [12] = {.lex_state = 0, .external_lex_state = 1}, [13] = {.lex_state = 0, .external_lex_state = 1}, [14] = {.lex_state = 0, .external_lex_state = 1}, [15] = {.lex_state = 0, .external_lex_state = 1}, [16] = {.lex_state = 0, .external_lex_state = 1}, [17] = {.lex_state = 0, .external_lex_state = 1}, [18] = {.lex_state = 0, .external_lex_state = 1}, [19] = {.lex_state = 0, .external_lex_state = 1}, [20] = {.lex_state = 0, .external_lex_state = 1}, [21] = {.lex_state = 0, .external_lex_state = 1}, [22] = {.lex_state = 0, .external_lex_state = 1}, [23] = {.lex_state = 0, .external_lex_state = 1}, [24] = {.lex_state = 0, .external_lex_state = 1}, [25] = {.lex_state = 0, .external_lex_state = 1}, [26] = {.lex_state = 0, .external_lex_state = 1}, [27] = {.lex_state = 0, .external_lex_state = 1}, [28] = {.lex_state = 0, .external_lex_state = 1}, [29] = {.lex_state = 0, .external_lex_state = 1}, [30] = {.lex_state = 0, .external_lex_state = 1}, [31] = {.lex_state = 0, .external_lex_state = 1}, [32] = {.lex_state = 0, .external_lex_state = 1}, [33] = {.lex_state = 0, .external_lex_state = 1}, [34] = {.lex_state = 0, .external_lex_state = 1}, [35] = {.lex_state = 0, .external_lex_state = 1}, [36] = {.lex_state = 0, .external_lex_state = 1}, [37] = {.lex_state = 0, .external_lex_state = 1}, [38] = {.lex_state = 0, .external_lex_state = 1}, [39] = {.lex_state = 0, .external_lex_state = 1}, [40] = {.lex_state = 0, .external_lex_state = 1}, [41] = {.lex_state = 0, .external_lex_state = 1}, [42] = {.lex_state = 0, .external_lex_state = 1}, [43] = {.lex_state = 0, .external_lex_state = 1}, [44] = {.lex_state = 0, .external_lex_state = 1}, [45] = {.lex_state = 0, .external_lex_state = 1}, [46] = {.lex_state = 0, .external_lex_state = 1}, [47] = {.lex_state = 45, .external_lex_state = 1}, [48] = {.lex_state = 45, .external_lex_state = 1}, [49] = {.lex_state = 45, .external_lex_state = 1}, [50] = {.lex_state = 45, .external_lex_state = 1}, [51] = {.lex_state = 45, .external_lex_state = 1}, [52] = {.lex_state = 45, .external_lex_state = 1}, [53] = {.lex_state = 45, .external_lex_state = 1}, [54] = {.lex_state = 45, .external_lex_state = 1}, [55] = {.lex_state = 45, .external_lex_state = 1}, [56] = {.lex_state = 45, .external_lex_state = 1}, [57] = {.lex_state = 45, .external_lex_state = 1}, [58] = {.lex_state = 45, .external_lex_state = 1}, [59] = {.lex_state = 0, .external_lex_state = 1}, [60] = {.lex_state = 0, .external_lex_state = 1}, [61] = {.lex_state = 45, .external_lex_state = 1}, [62] = {.lex_state = 0, .external_lex_state = 1}, [63] = {.lex_state = 0, .external_lex_state = 1}, [64] = {.lex_state = 0, .external_lex_state = 1}, [65] = {.lex_state = 45, .external_lex_state = 1}, [66] = {.lex_state = 45, .external_lex_state = 1}, [67] = {.lex_state = 45, .external_lex_state = 1}, [68] = {.lex_state = 45, .external_lex_state = 1}, [69] = {.lex_state = 45, .external_lex_state = 1}, [70] = {.lex_state = 45, .external_lex_state = 1}, [71] = {.lex_state = 45, .external_lex_state = 1}, [72] = {.lex_state = 0, .external_lex_state = 1}, [73] = {.lex_state = 45, .external_lex_state = 1}, [74] = {.lex_state = 45, .external_lex_state = 1}, [75] = {.lex_state = 45, .external_lex_state = 1}, [76] = {.lex_state = 45, .external_lex_state = 1}, [77] = {.lex_state = 45, .external_lex_state = 1}, [78] = {.lex_state = 0, .external_lex_state = 1}, [79] = {.lex_state = 45, .external_lex_state = 1}, [80] = {.lex_state = 45, .external_lex_state = 1}, [81] = {.lex_state = 0, .external_lex_state = 1}, [82] = {.lex_state = 45, .external_lex_state = 1}, [83] = {.lex_state = 45, .external_lex_state = 1}, [84] = {.lex_state = 0, .external_lex_state = 1}, [85] = {.lex_state = 45, .external_lex_state = 1}, [86] = {.lex_state = 0, .external_lex_state = 1}, [87] = {.lex_state = 0, .external_lex_state = 1}, [88] = {.lex_state = 45, .external_lex_state = 1}, [89] = {.lex_state = 0, .external_lex_state = 1}, [90] = {.lex_state = 45, .external_lex_state = 1}, [91] = {.lex_state = 0, .external_lex_state = 1}, [92] = {.lex_state = 45, .external_lex_state = 1}, [93] = {.lex_state = 45, .external_lex_state = 1}, [94] = {.lex_state = 45, .external_lex_state = 1}, [95] = {.lex_state = 45, .external_lex_state = 1}, [96] = {.lex_state = 0, .external_lex_state = 1}, [97] = {.lex_state = 0, .external_lex_state = 1}, [98] = {.lex_state = 0, .external_lex_state = 1}, [99] = {.lex_state = 0, .external_lex_state = 1}, [100] = {.lex_state = 0, .external_lex_state = 1}, [101] = {.lex_state = 0, .external_lex_state = 1}, [102] = {.lex_state = 45, .external_lex_state = 1}, [103] = {.lex_state = 0, .external_lex_state = 1}, [104] = {.lex_state = 45, .external_lex_state = 1}, [105] = {.lex_state = 0, .external_lex_state = 1}, [106] = {.lex_state = 45, .external_lex_state = 1}, [107] = {.lex_state = 45, .external_lex_state = 1}, [108] = {.lex_state = 0, .external_lex_state = 1}, [109] = {.lex_state = 45, .external_lex_state = 1}, [110] = {.lex_state = 0, .external_lex_state = 1}, [111] = {.lex_state = 0, .external_lex_state = 1}, [112] = {.lex_state = 0, .external_lex_state = 1}, [113] = {.lex_state = 0, .external_lex_state = 1}, [114] = {.lex_state = 0, .external_lex_state = 1}, [115] = {.lex_state = 45, .external_lex_state = 1}, [116] = {.lex_state = 0, .external_lex_state = 1}, [117] = {.lex_state = 0, .external_lex_state = 1}, [118] = {.lex_state = 0, .external_lex_state = 1}, [119] = {.lex_state = 0, .external_lex_state = 1}, [120] = {.lex_state = 0, .external_lex_state = 1}, [121] = {.lex_state = 0, .external_lex_state = 1}, [122] = {.lex_state = 0, .external_lex_state = 1}, [123] = {.lex_state = 0, .external_lex_state = 1}, [124] = {.lex_state = 0, .external_lex_state = 1}, [125] = {.lex_state = 0, .external_lex_state = 1}, [126] = {.lex_state = 0, .external_lex_state = 1}, [127] = {.lex_state = 45, .external_lex_state = 1}, [128] = {.lex_state = 0, .external_lex_state = 1}, [129] = {.lex_state = 0, .external_lex_state = 1}, [130] = {.lex_state = 0, .external_lex_state = 1}, [131] = {.lex_state = 45, .external_lex_state = 1}, [132] = {.lex_state = 45, .external_lex_state = 1}, [133] = {.lex_state = 45, .external_lex_state = 1}, [134] = {.lex_state = 45, .external_lex_state = 1}, [135] = {.lex_state = 45, .external_lex_state = 1}, [136] = {.lex_state = 45, .external_lex_state = 1}, [137] = {.lex_state = 45, .external_lex_state = 1}, [138] = {.lex_state = 45, .external_lex_state = 1}, [139] = {.lex_state = 0, .external_lex_state = 1}, [140] = {.lex_state = 0, .external_lex_state = 1}, [141] = {.lex_state = 0, .external_lex_state = 1}, [142] = {.lex_state = 0, .external_lex_state = 1}, [143] = {.lex_state = 0, .external_lex_state = 1}, [144] = {.lex_state = 0, .external_lex_state = 1}, [145] = {.lex_state = 0, .external_lex_state = 1}, [146] = {.lex_state = 45, .external_lex_state = 1}, [147] = {.lex_state = 0, .external_lex_state = 1}, [148] = {.lex_state = 45, .external_lex_state = 1}, [149] = {.lex_state = 0, .external_lex_state = 1}, [150] = {.lex_state = 0, .external_lex_state = 1}, [151] = {.lex_state = 45, .external_lex_state = 1}, [152] = {.lex_state = 45, .external_lex_state = 1}, [153] = {.lex_state = 0, .external_lex_state = 1}, [154] = {.lex_state = 0, .external_lex_state = 1}, [155] = {.lex_state = 45, .external_lex_state = 1}, [156] = {.lex_state = 0, .external_lex_state = 1}, [157] = {.lex_state = 0, .external_lex_state = 1}, [158] = {.lex_state = 0, .external_lex_state = 1}, [159] = {.lex_state = 0, .external_lex_state = 1}, [160] = {.lex_state = 45, .external_lex_state = 1}, [161] = {.lex_state = 0, .external_lex_state = 1}, [162] = {.lex_state = 0, .external_lex_state = 1}, [163] = {.lex_state = 45, .external_lex_state = 1}, [164] = {.lex_state = 0, .external_lex_state = 1}, [165] = {.lex_state = 45, .external_lex_state = 1}, [166] = {.lex_state = 45, .external_lex_state = 1}, [167] = {.lex_state = 0, .external_lex_state = 1}, [168] = {.lex_state = 0, .external_lex_state = 1}, [169] = {.lex_state = 0, .external_lex_state = 1}, [170] = {.lex_state = 0, .external_lex_state = 1}, [171] = {.lex_state = 0, .external_lex_state = 1}, [172] = {.lex_state = 0, .external_lex_state = 1}, [173] = {.lex_state = 45, .external_lex_state = 1}, [174] = {.lex_state = 0, .external_lex_state = 1}, [175] = {.lex_state = 45, .external_lex_state = 1}, [176] = {.lex_state = 0, .external_lex_state = 1}, [177] = {.lex_state = 0, .external_lex_state = 1}, [178] = {.lex_state = 0, .external_lex_state = 1}, [179] = {.lex_state = 45, .external_lex_state = 1}, [180] = {.lex_state = 45, .external_lex_state = 1}, [181] = {.lex_state = 45, .external_lex_state = 1}, [182] = {.lex_state = 45, .external_lex_state = 1}, [183] = {.lex_state = 45, .external_lex_state = 1}, [184] = {.lex_state = 45, .external_lex_state = 1}, [185] = {.lex_state = 45, .external_lex_state = 1}, [186] = {.lex_state = 45, .external_lex_state = 1}, [187] = {.lex_state = 45, .external_lex_state = 1}, [188] = {.lex_state = 45, .external_lex_state = 1}, [189] = {.lex_state = 45, .external_lex_state = 1}, [190] = {.lex_state = 45, .external_lex_state = 1}, [191] = {.lex_state = 45, .external_lex_state = 1}, [192] = {.lex_state = 45, .external_lex_state = 1}, [193] = {.lex_state = 45, .external_lex_state = 1}, [194] = {.lex_state = 45, .external_lex_state = 1}, [195] = {.lex_state = 45, .external_lex_state = 1}, [196] = {.lex_state = 45, .external_lex_state = 1}, [197] = {.lex_state = 45, .external_lex_state = 1}, [198] = {.lex_state = 45, .external_lex_state = 1}, [199] = {.lex_state = 45, .external_lex_state = 1}, [200] = {.lex_state = 45, .external_lex_state = 1}, [201] = {.lex_state = 45, .external_lex_state = 1}, [202] = {.lex_state = 0, .external_lex_state = 1}, [203] = {.lex_state = 0, .external_lex_state = 1}, [204] = {.lex_state = 45, .external_lex_state = 1}, [205] = {.lex_state = 0, .external_lex_state = 1}, [206] = {.lex_state = 45, .external_lex_state = 1}, [207] = {.lex_state = 45, .external_lex_state = 1}, [208] = {.lex_state = 45, .external_lex_state = 1}, [209] = {.lex_state = 45, .external_lex_state = 1}, [210] = {.lex_state = 45, .external_lex_state = 1}, [211] = {.lex_state = 45, .external_lex_state = 1}, [212] = {.lex_state = 45, .external_lex_state = 1}, [213] = {.lex_state = 45, .external_lex_state = 1}, [214] = {.lex_state = 45, .external_lex_state = 1}, [215] = {.lex_state = 45, .external_lex_state = 1}, [216] = {.lex_state = 45, .external_lex_state = 1}, [217] = {.lex_state = 45, .external_lex_state = 1}, [218] = {.lex_state = 45, .external_lex_state = 1}, [219] = {.lex_state = 45, .external_lex_state = 1}, [220] = {.lex_state = 45, .external_lex_state = 1}, [221] = {.lex_state = 45, .external_lex_state = 1}, [222] = {.lex_state = 45, .external_lex_state = 1}, [223] = {.lex_state = 45, .external_lex_state = 1}, [224] = {.lex_state = 45, .external_lex_state = 1}, [225] = {.lex_state = 45, .external_lex_state = 1}, [226] = {.lex_state = 45, .external_lex_state = 1}, [227] = {.lex_state = 45, .external_lex_state = 1}, [228] = {.lex_state = 45, .external_lex_state = 1}, [229] = {.lex_state = 45, .external_lex_state = 1}, [230] = {.lex_state = 45, .external_lex_state = 1}, [231] = {.lex_state = 45, .external_lex_state = 1}, [232] = {.lex_state = 45, .external_lex_state = 1}, [233] = {.lex_state = 45, .external_lex_state = 1}, [234] = {.lex_state = 45, .external_lex_state = 1}, [235] = {.lex_state = 45, .external_lex_state = 1}, [236] = {.lex_state = 45, .external_lex_state = 1}, [237] = {.lex_state = 45, .external_lex_state = 1}, [238] = {.lex_state = 45, .external_lex_state = 1}, [239] = {.lex_state = 45, .external_lex_state = 1}, [240] = {.lex_state = 45, .external_lex_state = 1}, [241] = {.lex_state = 45, .external_lex_state = 1}, [242] = {.lex_state = 45, .external_lex_state = 1}, [243] = {.lex_state = 45, .external_lex_state = 1}, [244] = {.lex_state = 45, .external_lex_state = 1}, [245] = {.lex_state = 45, .external_lex_state = 1}, [246] = {.lex_state = 45, .external_lex_state = 1}, [247] = {.lex_state = 45, .external_lex_state = 1}, [248] = {.lex_state = 45, .external_lex_state = 1}, [249] = {.lex_state = 45, .external_lex_state = 1}, [250] = {.lex_state = 45, .external_lex_state = 1}, [251] = {.lex_state = 45, .external_lex_state = 1}, [252] = {.lex_state = 45, .external_lex_state = 1}, [253] = {.lex_state = 45, .external_lex_state = 1}, [254] = {.lex_state = 45, .external_lex_state = 1}, [255] = {.lex_state = 45, .external_lex_state = 1}, [256] = {.lex_state = 45, .external_lex_state = 1}, [257] = {.lex_state = 45, .external_lex_state = 1}, [258] = {.lex_state = 45, .external_lex_state = 1}, [259] = {.lex_state = 45, .external_lex_state = 1}, [260] = {.lex_state = 45, .external_lex_state = 1}, [261] = {.lex_state = 45, .external_lex_state = 1}, [262] = {.lex_state = 45, .external_lex_state = 1}, [263] = {.lex_state = 45, .external_lex_state = 1}, [264] = {.lex_state = 45, .external_lex_state = 1}, [265] = {.lex_state = 45, .external_lex_state = 1}, [266] = {.lex_state = 45, .external_lex_state = 1}, [267] = {.lex_state = 45, .external_lex_state = 1}, [268] = {.lex_state = 45, .external_lex_state = 1}, [269] = {.lex_state = 45, .external_lex_state = 1}, [270] = {.lex_state = 45, .external_lex_state = 1}, [271] = {.lex_state = 45, .external_lex_state = 1}, [272] = {.lex_state = 45, .external_lex_state = 1}, [273] = {.lex_state = 45, .external_lex_state = 1}, [274] = {.lex_state = 45, .external_lex_state = 1}, [275] = {.lex_state = 45, .external_lex_state = 1}, [276] = {.lex_state = 45, .external_lex_state = 1}, [277] = {.lex_state = 45, .external_lex_state = 1}, [278] = {.lex_state = 45, .external_lex_state = 1}, [279] = {.lex_state = 45, .external_lex_state = 1}, [280] = {.lex_state = 45, .external_lex_state = 1}, [281] = {.lex_state = 45, .external_lex_state = 1}, [282] = {.lex_state = 45, .external_lex_state = 1}, [283] = {.lex_state = 45, .external_lex_state = 1}, [284] = {.lex_state = 45, .external_lex_state = 1}, [285] = {.lex_state = 45, .external_lex_state = 1}, [286] = {.lex_state = 45, .external_lex_state = 1}, [287] = {.lex_state = 45, .external_lex_state = 1}, [288] = {.lex_state = 45, .external_lex_state = 1}, [289] = {.lex_state = 45, .external_lex_state = 1}, [290] = {.lex_state = 45, .external_lex_state = 1}, [291] = {.lex_state = 45, .external_lex_state = 1}, [292] = {.lex_state = 45, .external_lex_state = 1}, [293] = {.lex_state = 45, .external_lex_state = 1}, [294] = {.lex_state = 45, .external_lex_state = 1}, [295] = {.lex_state = 45, .external_lex_state = 1}, [296] = {.lex_state = 45, .external_lex_state = 1}, [297] = {.lex_state = 45, .external_lex_state = 1}, [298] = {.lex_state = 45, .external_lex_state = 1}, [299] = {.lex_state = 45, .external_lex_state = 1}, [300] = {.lex_state = 45, .external_lex_state = 1}, [301] = {.lex_state = 45, .external_lex_state = 1}, [302] = {.lex_state = 45, .external_lex_state = 1}, [303] = {.lex_state = 45, .external_lex_state = 1}, [304] = {.lex_state = 45, .external_lex_state = 1}, [305] = {.lex_state = 45, .external_lex_state = 1}, [306] = {.lex_state = 45, .external_lex_state = 1}, [307] = {.lex_state = 45, .external_lex_state = 1}, [308] = {.lex_state = 45, .external_lex_state = 1}, [309] = {.lex_state = 45, .external_lex_state = 1}, [310] = {.lex_state = 45, .external_lex_state = 1}, [311] = {.lex_state = 45, .external_lex_state = 1}, [312] = {.lex_state = 45, .external_lex_state = 1}, [313] = {.lex_state = 45, .external_lex_state = 1}, [314] = {.lex_state = 45, .external_lex_state = 1}, [315] = {.lex_state = 45, .external_lex_state = 1}, [316] = {.lex_state = 45, .external_lex_state = 1}, [317] = {.lex_state = 45, .external_lex_state = 1}, [318] = {.lex_state = 45, .external_lex_state = 1}, [319] = {.lex_state = 45, .external_lex_state = 1}, [320] = {.lex_state = 45, .external_lex_state = 1}, [321] = {.lex_state = 45, .external_lex_state = 1}, [322] = {.lex_state = 45, .external_lex_state = 1}, [323] = {.lex_state = 45, .external_lex_state = 1}, [324] = {.lex_state = 45, .external_lex_state = 1}, [325] = {.lex_state = 45, .external_lex_state = 1}, [326] = {.lex_state = 45, .external_lex_state = 1}, [327] = {.lex_state = 45, .external_lex_state = 1}, [328] = {.lex_state = 45, .external_lex_state = 1}, [329] = {.lex_state = 45, .external_lex_state = 1}, [330] = {.lex_state = 45, .external_lex_state = 1}, [331] = {.lex_state = 45, .external_lex_state = 1}, [332] = {.lex_state = 0, .external_lex_state = 1}, [333] = {.lex_state = 45, .external_lex_state = 1}, [334] = {.lex_state = 45, .external_lex_state = 1}, [335] = {.lex_state = 45, .external_lex_state = 1}, [336] = {.lex_state = 0, .external_lex_state = 1}, [337] = {.lex_state = 45, .external_lex_state = 1}, [338] = {.lex_state = 0, .external_lex_state = 1}, [339] = {.lex_state = 45, .external_lex_state = 1}, [340] = {.lex_state = 45, .external_lex_state = 1}, [341] = {.lex_state = 0, .external_lex_state = 1}, [342] = {.lex_state = 0, .external_lex_state = 1}, [343] = {.lex_state = 0, .external_lex_state = 1}, [344] = {.lex_state = 0, .external_lex_state = 1}, [345] = {.lex_state = 45, .external_lex_state = 1}, [346] = {.lex_state = 0, .external_lex_state = 1}, [347] = {.lex_state = 0, .external_lex_state = 1}, [348] = {.lex_state = 0, .external_lex_state = 1}, [349] = {.lex_state = 1, .external_lex_state = 1}, [350] = {.lex_state = 0, .external_lex_state = 1}, [351] = {.lex_state = 45, .external_lex_state = 1}, [352] = {.lex_state = 1, .external_lex_state = 1}, [353] = {.lex_state = 1, .external_lex_state = 1}, [354] = {.lex_state = 1, .external_lex_state = 1}, [355] = {.lex_state = 0, .external_lex_state = 1}, [356] = {.lex_state = 0, .external_lex_state = 1}, [357] = {.lex_state = 45, .external_lex_state = 1}, [358] = {.lex_state = 1, .external_lex_state = 1}, [359] = {.lex_state = 1, .external_lex_state = 1}, [360] = {.lex_state = 0, .external_lex_state = 1}, [361] = {.lex_state = 0, .external_lex_state = 1}, [362] = {.lex_state = 1, .external_lex_state = 1}, [363] = {.lex_state = 0, .external_lex_state = 1}, [364] = {.lex_state = 0, .external_lex_state = 1}, [365] = {.lex_state = 0, .external_lex_state = 1}, [366] = {.lex_state = 0, .external_lex_state = 1}, [367] = {.lex_state = 0, .external_lex_state = 1}, [368] = {.lex_state = 0, .external_lex_state = 1}, [369] = {.lex_state = 0, .external_lex_state = 1}, [370] = {.lex_state = 0, .external_lex_state = 1}, [371] = {.lex_state = 0, .external_lex_state = 1}, [372] = {.lex_state = 0, .external_lex_state = 1}, [373] = {.lex_state = 0, .external_lex_state = 1}, [374] = {.lex_state = 0, .external_lex_state = 1}, [375] = {.lex_state = 0, .external_lex_state = 1}, [376] = {.lex_state = 0, .external_lex_state = 1}, [377] = {.lex_state = 0, .external_lex_state = 1}, [378] = {.lex_state = 0, .external_lex_state = 1}, [379] = {.lex_state = 0, .external_lex_state = 1}, [380] = {.lex_state = 0, .external_lex_state = 1}, [381] = {.lex_state = 0, .external_lex_state = 1}, [382] = {.lex_state = 0, .external_lex_state = 1}, [383] = {.lex_state = 0, .external_lex_state = 1}, [384] = {.lex_state = 0, .external_lex_state = 1}, [385] = {.lex_state = 0, .external_lex_state = 1}, [386] = {.lex_state = 0, .external_lex_state = 1}, [387] = {.lex_state = 0, .external_lex_state = 1}, [388] = {.lex_state = 0, .external_lex_state = 1}, [389] = {.lex_state = 45, .external_lex_state = 1}, [390] = {.lex_state = 0, .external_lex_state = 1}, [391] = {.lex_state = 0, .external_lex_state = 1}, [392] = {.lex_state = 0, .external_lex_state = 1}, [393] = {.lex_state = 0, .external_lex_state = 1}, [394] = {.lex_state = 0, .external_lex_state = 1}, [395] = {.lex_state = 0, .external_lex_state = 1}, [396] = {.lex_state = 45, .external_lex_state = 1}, [397] = {.lex_state = 0, .external_lex_state = 1}, [398] = {.lex_state = 0, .external_lex_state = 1}, [399] = {.lex_state = 0, .external_lex_state = 1}, [400] = {.lex_state = 0, .external_lex_state = 1}, [401] = {.lex_state = 0, .external_lex_state = 1}, [402] = {.lex_state = 0, .external_lex_state = 1}, [403] = {.lex_state = 45, .external_lex_state = 1}, [404] = {.lex_state = 45, .external_lex_state = 1}, [405] = {.lex_state = 45, .external_lex_state = 1}, [406] = {.lex_state = 0, .external_lex_state = 1}, [407] = {.lex_state = 45, .external_lex_state = 1}, [408] = {.lex_state = 0, .external_lex_state = 1}, [409] = {.lex_state = 0, .external_lex_state = 1}, [410] = {.lex_state = 0, .external_lex_state = 1}, [411] = {.lex_state = 0, .external_lex_state = 1}, [412] = {.lex_state = 45, .external_lex_state = 1}, [413] = {.lex_state = 45, .external_lex_state = 1}, [414] = {.lex_state = 0, .external_lex_state = 1}, [415] = {.lex_state = 0, .external_lex_state = 1}, [416] = {.lex_state = 0, .external_lex_state = 1}, [417] = {.lex_state = 0, .external_lex_state = 1}, [418] = {.lex_state = 0, .external_lex_state = 1}, [419] = {.lex_state = 0, .external_lex_state = 1}, [420] = {.lex_state = 0, .external_lex_state = 1}, [421] = {.lex_state = 0, .external_lex_state = 1}, [422] = {.lex_state = 0, .external_lex_state = 1}, [423] = {.lex_state = 45, .external_lex_state = 1}, [424] = {.lex_state = 0, .external_lex_state = 1}, [425] = {.lex_state = 0, .external_lex_state = 1}, [426] = {.lex_state = 45, .external_lex_state = 1}, [427] = {.lex_state = 0, .external_lex_state = 1}, [428] = {.lex_state = 45, .external_lex_state = 1}, [429] = {.lex_state = 0, .external_lex_state = 1}, [430] = {.lex_state = 45, .external_lex_state = 1}, [431] = {.lex_state = 0, .external_lex_state = 1}, [432] = {.lex_state = 0, .external_lex_state = 1}, [433] = {.lex_state = 0, .external_lex_state = 1}, [434] = {.lex_state = 45, .external_lex_state = 1}, [435] = {.lex_state = 0, .external_lex_state = 1}, [436] = {.lex_state = 45, .external_lex_state = 1}, [437] = {.lex_state = 0, .external_lex_state = 1}, [438] = {.lex_state = 0, .external_lex_state = 1}, [439] = {.lex_state = 0, .external_lex_state = 1}, [440] = {.lex_state = 0, .external_lex_state = 1}, [441] = {.lex_state = 0, .external_lex_state = 1}, [442] = {.lex_state = 45, .external_lex_state = 1}, [443] = {.lex_state = 0, .external_lex_state = 1}, [444] = {.lex_state = 45, .external_lex_state = 1}, [445] = {.lex_state = 45, .external_lex_state = 1}, [446] = {.lex_state = 0, .external_lex_state = 1}, [447] = {.lex_state = 0, .external_lex_state = 1}, [448] = {.lex_state = 45, .external_lex_state = 1}, [449] = {.lex_state = 0, .external_lex_state = 1}, [450] = {.lex_state = 45, .external_lex_state = 1}, [451] = {.lex_state = 0, .external_lex_state = 1}, [452] = {.lex_state = 45, .external_lex_state = 1}, [453] = {.lex_state = 45, .external_lex_state = 1}, [454] = {.lex_state = 0, .external_lex_state = 1}, [455] = {.lex_state = 45, .external_lex_state = 1}, [456] = {.lex_state = 0, .external_lex_state = 1}, [457] = {.lex_state = 45, .external_lex_state = 1}, [458] = {.lex_state = 45, .external_lex_state = 1}, [459] = {.lex_state = 0, .external_lex_state = 1}, [460] = {.lex_state = 45, .external_lex_state = 1}, [461] = {.lex_state = 0, .external_lex_state = 1}, [462] = {.lex_state = 45, .external_lex_state = 1}, [463] = {.lex_state = 0, .external_lex_state = 1}, [464] = {.lex_state = 0, .external_lex_state = 1}, [465] = {.lex_state = 45, .external_lex_state = 1}, [466] = {.lex_state = 0, .external_lex_state = 1}, [467] = {.lex_state = 45, .external_lex_state = 1}, [468] = {.lex_state = 0, .external_lex_state = 1}, [469] = {.lex_state = 0, .external_lex_state = 1}, [470] = {.lex_state = 0, .external_lex_state = 1}, [471] = {.lex_state = 0, .external_lex_state = 1}, [472] = {.lex_state = 0, .external_lex_state = 1}, [473] = {.lex_state = 45, .external_lex_state = 1}, [474] = {.lex_state = 0, .external_lex_state = 1}, [475] = {.lex_state = 45, .external_lex_state = 1}, [476] = {.lex_state = 45, .external_lex_state = 1}, [477] = {.lex_state = 0, .external_lex_state = 1}, [478] = {.lex_state = 0, .external_lex_state = 1}, [479] = {.lex_state = 0, .external_lex_state = 1}, [480] = {.lex_state = 0, .external_lex_state = 1}, [481] = {.lex_state = 45, .external_lex_state = 1}, [482] = {.lex_state = 45, .external_lex_state = 1}, [483] = {.lex_state = 0, .external_lex_state = 1}, [484] = {.lex_state = 0, .external_lex_state = 1}, [485] = {.lex_state = 45, .external_lex_state = 1}, [486] = {.lex_state = 0, .external_lex_state = 1}, [487] = {.lex_state = 0, .external_lex_state = 1}, [488] = {.lex_state = 0, .external_lex_state = 1}, [489] = {.lex_state = 0, .external_lex_state = 1}, [490] = {.lex_state = 0, .external_lex_state = 1}, [491] = {.lex_state = 0, .external_lex_state = 1}, [492] = {.lex_state = 0, .external_lex_state = 1}, [493] = {.lex_state = 0, .external_lex_state = 1}, [494] = {.lex_state = 45, .external_lex_state = 1}, [495] = {.lex_state = 45, .external_lex_state = 1}, [496] = {.lex_state = 0, .external_lex_state = 1}, [497] = {.lex_state = 0, .external_lex_state = 1}, [498] = {.lex_state = 45, .external_lex_state = 1}, [499] = {.lex_state = 0, .external_lex_state = 1}, [500] = {.lex_state = 45, .external_lex_state = 1}, [501] = {.lex_state = 45, .external_lex_state = 1}, [502] = {.lex_state = 45, .external_lex_state = 1}, [503] = {.lex_state = 0, .external_lex_state = 1}, [504] = {.lex_state = 0, .external_lex_state = 1}, [505] = {.lex_state = 0, .external_lex_state = 1}, [506] = {.lex_state = 45, .external_lex_state = 1}, [507] = {.lex_state = 0, .external_lex_state = 1}, [508] = {.lex_state = 0, .external_lex_state = 1}, [509] = {.lex_state = 2, .external_lex_state = 1}, [510] = {.lex_state = 0, .external_lex_state = 1}, [511] = {.lex_state = 0, .external_lex_state = 1}, [512] = {.lex_state = 0, .external_lex_state = 1}, [513] = {.lex_state = 0, .external_lex_state = 1}, [514] = {.lex_state = 0, .external_lex_state = 1}, [515] = {.lex_state = 0, .external_lex_state = 1}, [516] = {.lex_state = 0, .external_lex_state = 1}, [517] = {.lex_state = 0, .external_lex_state = 1}, [518] = {.lex_state = 45, .external_lex_state = 1}, [519] = {.lex_state = 45, .external_lex_state = 1}, [520] = {.lex_state = 45, .external_lex_state = 1}, [521] = {.lex_state = 45, .external_lex_state = 1}, [522] = {.lex_state = 45, .external_lex_state = 1}, [523] = {.lex_state = 0, .external_lex_state = 1}, [524] = {.lex_state = 45, .external_lex_state = 1}, [525] = {.lex_state = 45, .external_lex_state = 1}, [526] = {.lex_state = 0, .external_lex_state = 1}, [527] = {.lex_state = 0, .external_lex_state = 1}, [528] = {.lex_state = 0, .external_lex_state = 1}, [529] = {.lex_state = 0, .external_lex_state = 1}, [530] = {.lex_state = 45, .external_lex_state = 1}, [531] = {.lex_state = 45, .external_lex_state = 1}, [532] = {.lex_state = 0, .external_lex_state = 1}, [533] = {.lex_state = 0, .external_lex_state = 1}, [534] = {.lex_state = 0, .external_lex_state = 1}, [535] = {.lex_state = 0, .external_lex_state = 1}, [536] = {.lex_state = 0, .external_lex_state = 1}, [537] = {.lex_state = 0, .external_lex_state = 1}, [538] = {.lex_state = 45, .external_lex_state = 1}, [539] = {.lex_state = 0, .external_lex_state = 1}, [540] = {.lex_state = 0, .external_lex_state = 1}, [541] = {.lex_state = 45, .external_lex_state = 1}, [542] = {.lex_state = 0, .external_lex_state = 1}, [543] = {.lex_state = 0, .external_lex_state = 1}, [544] = {.lex_state = 45, .external_lex_state = 1}, [545] = {.lex_state = 0, .external_lex_state = 1}, [546] = {.lex_state = 0, .external_lex_state = 1}, [547] = {.lex_state = 0, .external_lex_state = 1}, [548] = {.lex_state = 0, .external_lex_state = 1}, [549] = {.lex_state = 45, .external_lex_state = 1}, [550] = {.lex_state = 0, .external_lex_state = 1}, [551] = {.lex_state = 45, .external_lex_state = 1}, [552] = {.lex_state = 45, .external_lex_state = 1}, [553] = {.lex_state = 45, .external_lex_state = 1}, [554] = {.lex_state = 0, .external_lex_state = 1}, [555] = {.lex_state = 0, .external_lex_state = 1}, [556] = {.lex_state = 45, .external_lex_state = 1}, [557] = {.lex_state = 45, .external_lex_state = 1}, [558] = {.lex_state = 0, .external_lex_state = 1}, [559] = {.lex_state = 45, .external_lex_state = 1}, [560] = {.lex_state = 45, .external_lex_state = 1}, [561] = {.lex_state = 45, .external_lex_state = 1}, [562] = {.lex_state = 45, .external_lex_state = 1}, [563] = {.lex_state = 0, .external_lex_state = 1}, [564] = {.lex_state = 0, .external_lex_state = 1}, [565] = {.lex_state = 45, .external_lex_state = 1}, [566] = {.lex_state = 0, .external_lex_state = 1}, [567] = {.lex_state = 45, .external_lex_state = 1}, [568] = {.lex_state = 45, .external_lex_state = 1}, [569] = {.lex_state = 45, .external_lex_state = 1}, [570] = {.lex_state = 0, .external_lex_state = 1}, [571] = {.lex_state = 0, .external_lex_state = 1}, [572] = {.lex_state = 45, .external_lex_state = 1}, [573] = {.lex_state = 0, .external_lex_state = 1}, [574] = {.lex_state = 0, .external_lex_state = 1}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [0] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [anon_sym_include] = ACTIONS(1), [sym_preprocessor_directive] = ACTIONS(3), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [anon_sym_class] = ACTIONS(1), [anon_sym_LT] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_GT] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), [anon_sym_COLON] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_field] = ACTIONS(1), [anon_sym_code] = ACTIONS(1), [anon_sym_let] = ACTIONS(1), [anon_sym_defvar] = ACTIONS(1), [anon_sym_def] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_multiclass] = ACTIONS(1), [anon_sym_defm] = ACTIONS(1), [anon_sym_defset] = ACTIONS(1), [anon_sym_foreach] = ACTIONS(1), [anon_sym_if] = ACTIONS(1), [anon_sym_then] = ACTIONS(1), [anon_sym_else] = ACTIONS(1), [anon_sym_assert] = ACTIONS(1), [anon_sym_bit] = ACTIONS(1), [anon_sym_int] = ACTIONS(1), [anon_sym_string] = ACTIONS(1), [anon_sym_dag] = ACTIONS(1), [anon_sym_bits] = ACTIONS(1), [anon_sym_list] = ACTIONS(1), [anon_sym_POUND] = ACTIONS(1), [anon_sym_LBRACK] = ACTIONS(1), [anon_sym_RBRACK] = ACTIONS(1), [anon_sym_DOT] = ACTIONS(1), [anon_sym_DOT_DOT_DOT] = ACTIONS(1), [anon_sym_DASH] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), [anon_sym_BANG] = ACTIONS(1), [anon_sym_add] = ACTIONS(1), [anon_sym_and] = ACTIONS(1), [anon_sym_cast] = ACTIONS(1), [anon_sym_con] = ACTIONS(1), [anon_sym_div] = ACTIONS(1), [anon_sym_empty] = ACTIONS(1), [anon_sym_eq] = ACTIONS(1), [anon_sym_exists] = ACTIONS(1), [anon_sym_filter] = ACTIONS(1), [anon_sym_find] = ACTIONS(1), [anon_sym_foldl] = ACTIONS(1), [anon_sym_ge] = ACTIONS(1), [anon_sym_getop] = ACTIONS(1), [anon_sym_getdagop] = ACTIONS(1), [anon_sym_gt] = ACTIONS(1), [anon_sym_head] = ACTIONS(1), [anon_sym_interleave] = ACTIONS(1), [anon_sym_isa] = ACTIONS(1), [anon_sym_le] = ACTIONS(1), [anon_sym_listconcat] = ACTIONS(1), [anon_sym_listremove] = ACTIONS(1), [anon_sym_listsplat] = ACTIONS(1), [anon_sym_logtwo] = ACTIONS(1), [anon_sym_lt] = ACTIONS(1), [anon_sym_mul] = ACTIONS(1), [anon_sym_ne] = ACTIONS(1), [anon_sym_not] = ACTIONS(1), [anon_sym_or] = ACTIONS(1), [anon_sym_setop] = ACTIONS(1), [anon_sym_setdagop] = ACTIONS(1), [anon_sym_shl] = ACTIONS(1), [anon_sym_size] = ACTIONS(1), [anon_sym_sra] = ACTIONS(1), [anon_sym_srl] = ACTIONS(1), [anon_sym_strconcat] = ACTIONS(1), [anon_sym_sub] = ACTIONS(1), [anon_sym_subst] = ACTIONS(1), [anon_sym_substr] = ACTIONS(1), [anon_sym_tail] = ACTIONS(1), [anon_sym_tolower] = ACTIONS(1), [anon_sym_toupper] = ACTIONS(1), [anon_sym_xor] = ACTIONS(1), [anon_sym_cond] = ACTIONS(1), [sym_integer] = ACTIONS(1), [anon_sym_DQUOTE] = ACTIONS(1), [aux_sym__escape_sequence_token1] = ACTIONS(1), [sym_escape_sequence] = ACTIONS(1), [sym_code] = ACTIONS(1), [aux_sym__code_escape_sequence_token1] = ACTIONS(1), [sym_code_escape_sequence] = ACTIONS(1), [anon_sym_true] = ACTIONS(1), [anon_sym_false] = ACTIONS(1), [sym_var] = ACTIONS(1), [sym_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, [1] = { [sym_tablegen_file] = STATE(548), [sym_include_directive] = STATE(259), [sym_statement] = STATE(83), [sym_class] = STATE(259), [sym_def] = STATE(259), [sym_let] = STATE(259), [sym_multiclass] = STATE(259), [sym_defm] = STATE(259), [sym_defset] = STATE(259), [sym_defvar] = STATE(259), [sym_foreach] = STATE(259), [sym_if] = STATE(259), [sym_assert] = STATE(259), [aux_sym_tablegen_file_repeat1] = STATE(83), [ts_builtin_sym_end] = ACTIONS(5), [anon_sym_include] = ACTIONS(7), [sym_preprocessor_directive] = ACTIONS(9), [anon_sym_class] = ACTIONS(11), [anon_sym_let] = ACTIONS(13), [anon_sym_defvar] = ACTIONS(15), [anon_sym_def] = ACTIONS(17), [anon_sym_multiclass] = ACTIONS(19), [anon_sym_defm] = ACTIONS(21), [anon_sym_defset] = ACTIONS(23), [anon_sym_foreach] = ACTIONS(25), [anon_sym_if] = ACTIONS(27), [anon_sym_assert] = ACTIONS(29), [sym_comment] = ACTIONS(3), [sym_multiline_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 31, ACTIONS(31), 1, sym_identifier, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(35), 1, anon_sym_RBRACE, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(485), 1, sym_type, STATE(488), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, STATE(134), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [113] = 31, ACTIONS(31), 1, sym_identifier, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(67), 1, anon_sym_RBRACE, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(485), 1, sym_type, STATE(488), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, STATE(136), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [226] = 31, ACTIONS(31), 1, sym_identifier, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(69), 1, anon_sym_RBRACE, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(485), 1, sym_type, STATE(488), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, STATE(133), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [339] = 4, ACTIONS(75), 1, anon_sym_cond, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(73), 4, anon_sym_con, anon_sym_ge, anon_sym_sub, anon_sym_subst, ACTIONS(71), 41, anon_sym_foreach, anon_sym_if, anon_sym_dag, anon_sym_add, anon_sym_and, anon_sym_cast, anon_sym_div, anon_sym_empty, anon_sym_eq, anon_sym_exists, anon_sym_filter, anon_sym_find, anon_sym_foldl, anon_sym_getop, anon_sym_getdagop, anon_sym_gt, anon_sym_head, anon_sym_interleave, anon_sym_isa, anon_sym_le, anon_sym_listconcat, anon_sym_listremove, anon_sym_listsplat, anon_sym_logtwo, anon_sym_lt, anon_sym_mul, anon_sym_ne, anon_sym_not, anon_sym_or, anon_sym_setop, anon_sym_setdagop, anon_sym_shl, anon_sym_size, anon_sym_sra, anon_sym_srl, anon_sym_strconcat, anon_sym_substr, anon_sym_tail, anon_sym_tolower, anon_sym_toupper, anon_sym_xor, [397] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(298), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(81), 3, anon_sym_in, anon_sym_then, anon_sym_POUND, ACTIONS(79), 7, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_RPAREN, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [473] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(334), 1, sym_value, STATE(339), 1, sym_paste_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(81), 3, anon_sym_in, anon_sym_POUND, anon_sym_DASH, ACTIONS(79), 5, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [547] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(85), 12, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, ACTIONS(83), 18, anon_sym_include, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_def, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, [587] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(89), 12, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, ACTIONS(87), 18, anon_sym_include, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_def, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, [627] = 21, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(95), 1, anon_sym_COMMA, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(103), 1, anon_sym_RPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, STATE(12), 2, sym_dag_arg, aux_sym_dag_arg_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [702] = 22, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(113), 1, anon_sym_LBRACE, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(117), 1, anon_sym_SEMI, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(208), 1, sym_record_body, STATE(211), 1, sym_body, STATE(333), 1, sym_simple_value, STATE(342), 1, sym_value, STATE(431), 1, sym_parent_class_list, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [779] = 21, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, ACTIONS(119), 1, anon_sym_COMMA, ACTIONS(121), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, STATE(15), 2, sym_dag_arg, aux_sym_dag_arg_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [854] = 22, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(123), 1, anon_sym_LBRACE, ACTIONS(125), 1, anon_sym_SEMI, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(311), 1, sym_record_body, STATE(313), 1, sym_body, STATE(333), 1, sym_simple_value, STATE(346), 1, sym_value, STATE(392), 1, sym_parent_class_list, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [931] = 19, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(81), 1, anon_sym_POUND, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(178), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(79), 4, anon_sym_COMMA, anon_sym_COLON, anon_sym_RPAREN, sym_var, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1002] = 21, ACTIONS(127), 1, sym_identifier, ACTIONS(130), 1, anon_sym_LBRACE, ACTIONS(133), 1, anon_sym_COMMA, ACTIONS(136), 1, anon_sym_LBRACK, ACTIONS(142), 1, anon_sym_LPAREN, ACTIONS(145), 1, anon_sym_RPAREN, ACTIONS(147), 1, anon_sym_BANG, ACTIONS(150), 1, sym_integer, ACTIONS(153), 1, anon_sym_DQUOTE, ACTIONS(159), 1, sym_var, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(139), 2, anon_sym_QMARK, sym_code, ACTIONS(156), 2, anon_sym_true, anon_sym_false, STATE(15), 2, sym_dag_arg, aux_sym_dag_arg_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1077] = 22, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(162), 1, anon_sym_LBRACE, ACTIONS(164), 1, anon_sym_SEMI, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(222), 1, sym_record_body, STATE(223), 1, sym_body, STATE(333), 1, sym_simple_value, STATE(343), 1, sym_value, STATE(401), 1, sym_parent_class_list, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1154] = 21, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, ACTIONS(166), 1, anon_sym_RPAREN, STATE(10), 1, sym_dag_arg, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, STATE(550), 1, sym_dag_arg_list, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1228] = 21, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, ACTIONS(168), 1, anon_sym_RPAREN, STATE(10), 1, sym_dag_arg, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(487), 1, sym_dag_arg_list, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1302] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(356), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(170), 3, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_RPAREN, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1369] = 20, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(172), 1, anon_sym_SEMI, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(380), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(490), 1, sym_parent_class_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1440] = 20, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, ACTIONS(174), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(203), 1, sym_dag_arg, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1511] = 20, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(176), 1, anon_sym_COMMA, ACTIONS(178), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(427), 1, sym_cond_clause, STATE(451), 1, sym_bang_operator, STATE(474), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1582] = 20, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(180), 1, anon_sym_COMMA, ACTIONS(182), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(410), 1, sym_cond_clause, STATE(451), 1, sym_bang_operator, STATE(474), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1653] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(81), 1, anon_sym_POUND, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(333), 1, sym_simple_value, STATE(387), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(79), 2, anon_sym_COLON, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1722] = 20, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(351), 1, sym_value, STATE(369), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(488), 1, sym_value_list, STATE(512), 1, sym_cond_operator, STATE(523), 1, sym_range_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1793] = 20, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, ACTIONS(121), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(203), 1, sym_dag_arg, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1864] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(356), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(184), 3, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_RPAREN, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [1931] = 20, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(186), 1, anon_sym_SEMI, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(376), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(510), 1, sym_parent_class_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2002] = 20, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(188), 1, anon_sym_SEMI, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(371), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(536), 1, sym_parent_class_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2073] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(190), 1, anon_sym_RBRACK, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(491), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2141] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(192), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(464), 1, sym_cond_clause, STATE(474), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2209] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(194), 1, anon_sym_RBRACK, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(486), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2277] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(345), 1, sym_value, STATE(369), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(555), 1, sym_range_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2345] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(196), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(464), 1, sym_cond_clause, STATE(474), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2413] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(345), 1, sym_value, STATE(369), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(483), 1, sym_range_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2481] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(198), 1, anon_sym_COMMA, ACTIONS(200), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(375), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2549] = 19, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, STATE(17), 1, sym_dag_arg, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2617] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(202), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(464), 1, sym_cond_clause, STATE(474), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2685] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(204), 1, anon_sym_COMMA, ACTIONS(206), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(385), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2753] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(208), 1, anon_sym_RPAREN, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(464), 1, sym_cond_clause, STATE(474), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2821] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(345), 1, sym_value, STATE(369), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(514), 1, sym_range_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2889] = 19, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, STATE(18), 1, sym_dag_arg, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [2957] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(345), 1, sym_value, STATE(369), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(558), 1, sym_range_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [3025] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(345), 1, sym_value, STATE(369), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(516), 1, sym_range_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [3093] = 19, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(91), 1, sym_identifier, ACTIONS(93), 1, anon_sym_LBRACE, ACTIONS(97), 1, anon_sym_LBRACK, ACTIONS(101), 1, anon_sym_LPAREN, ACTIONS(105), 1, sym_integer, ACTIONS(107), 1, anon_sym_DQUOTE, ACTIONS(111), 1, sym_var, STATE(139), 1, sym_paste_value, STATE(144), 1, sym_simple_value, STATE(145), 1, sym_string, STATE(177), 1, sym_value, STATE(203), 1, sym_dag_arg, STATE(441), 1, sym_bang_operator, STATE(504), 1, sym_cond_operator, ACTIONS(99), 2, anon_sym_QMARK, sym_code, ACTIONS(109), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(157), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [3161] = 19, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(345), 1, sym_value, STATE(369), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(540), 1, sym_range_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [3229] = 16, ACTIONS(210), 1, anon_sym_include, ACTIONS(212), 1, anon_sym_LBRACE, ACTIONS(214), 1, anon_sym_class, ACTIONS(216), 1, anon_sym_let, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(228), 1, anon_sym_foreach, ACTIONS(230), 1, anon_sym_if, ACTIONS(232), 1, anon_sym_assert, STATE(207), 1, sym_statement, STATE(263), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3290] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(234), 1, anon_sym_RBRACE, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3349] = 16, ACTIONS(242), 1, anon_sym_include, ACTIONS(244), 1, anon_sym_LBRACE, ACTIONS(246), 1, anon_sym_class, ACTIONS(248), 1, anon_sym_let, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(254), 1, anon_sym_multiclass, ACTIONS(256), 1, anon_sym_defm, ACTIONS(258), 1, anon_sym_defset, ACTIONS(260), 1, anon_sym_foreach, ACTIONS(262), 1, anon_sym_if, ACTIONS(264), 1, anon_sym_assert, STATE(312), 1, sym_statement, STATE(329), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(320), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3410] = 16, ACTIONS(210), 1, anon_sym_include, ACTIONS(212), 1, anon_sym_LBRACE, ACTIONS(214), 1, anon_sym_class, ACTIONS(216), 1, anon_sym_let, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(228), 1, anon_sym_foreach, ACTIONS(230), 1, anon_sym_if, ACTIONS(232), 1, anon_sym_assert, STATE(207), 1, sym_statement, STATE(262), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3471] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(266), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3530] = 16, ACTIONS(210), 1, anon_sym_include, ACTIONS(212), 1, anon_sym_LBRACE, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, STATE(207), 1, sym_statement, STATE(261), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3591] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(268), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3650] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(270), 1, anon_sym_RBRACE, STATE(51), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3709] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(272), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3768] = 16, ACTIONS(274), 1, ts_builtin_sym_end, ACTIONS(276), 1, anon_sym_include, ACTIONS(279), 1, sym_preprocessor_directive, ACTIONS(282), 1, anon_sym_class, ACTIONS(285), 1, anon_sym_let, ACTIONS(288), 1, anon_sym_defvar, ACTIONS(291), 1, anon_sym_def, ACTIONS(294), 1, anon_sym_multiclass, ACTIONS(297), 1, anon_sym_defm, ACTIONS(300), 1, anon_sym_defset, ACTIONS(303), 1, anon_sym_foreach, ACTIONS(306), 1, anon_sym_if, ACTIONS(309), 1, anon_sym_assert, ACTIONS(3), 2, sym_multiline_comment, sym_comment, STATE(56), 2, sym_statement, aux_sym_tablegen_file_repeat1, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3829] = 16, ACTIONS(210), 1, anon_sym_include, ACTIONS(212), 1, anon_sym_LBRACE, ACTIONS(214), 1, anon_sym_class, ACTIONS(216), 1, anon_sym_let, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(228), 1, anon_sym_foreach, ACTIONS(230), 1, anon_sym_if, ACTIONS(232), 1, anon_sym_assert, STATE(207), 1, sym_statement, STATE(248), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3890] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(312), 1, anon_sym_RBRACE, STATE(53), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [3949] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(488), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [4014] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(513), 1, sym_value_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [4079] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(314), 1, anon_sym_RBRACE, STATE(48), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4138] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(316), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(391), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [4203] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(345), 1, sym_value, STATE(390), 1, sym_range_piece, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [4268] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(492), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [4333] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(318), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4392] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(320), 1, anon_sym_RBRACE, STATE(55), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4451] = 16, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(29), 1, anon_sym_assert, ACTIONS(322), 1, anon_sym_LBRACE, ACTIONS(324), 1, anon_sym_let, ACTIONS(326), 1, anon_sym_foreach, ACTIONS(328), 1, anon_sym_if, STATE(226), 1, sym_statement, STATE(250), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4512] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(330), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4571] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(332), 1, anon_sym_RBRACE, STATE(68), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4630] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(334), 1, anon_sym_RBRACE, STATE(88), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4689] = 16, ACTIONS(210), 1, anon_sym_include, ACTIONS(212), 1, anon_sym_LBRACE, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, STATE(207), 1, sym_statement, STATE(248), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4750] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(535), 1, sym_value_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [4815] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(336), 1, anon_sym_RBRACE, STATE(94), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4874] = 16, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(13), 1, anon_sym_let, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(25), 1, anon_sym_foreach, ACTIONS(27), 1, anon_sym_if, ACTIONS(29), 1, anon_sym_assert, ACTIONS(322), 1, anon_sym_LBRACE, STATE(226), 1, sym_statement, STATE(269), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4935] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(338), 1, anon_sym_RBRACE, STATE(65), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [4994] = 16, ACTIONS(242), 1, anon_sym_include, ACTIONS(244), 1, anon_sym_LBRACE, ACTIONS(246), 1, anon_sym_class, ACTIONS(248), 1, anon_sym_let, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(254), 1, anon_sym_multiclass, ACTIONS(256), 1, anon_sym_defm, ACTIONS(258), 1, anon_sym_defset, ACTIONS(260), 1, anon_sym_foreach, ACTIONS(262), 1, anon_sym_if, ACTIONS(264), 1, anon_sym_assert, STATE(307), 1, sym_block, STATE(312), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(320), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5055] = 15, ACTIONS(340), 1, anon_sym_include, ACTIONS(343), 1, anon_sym_RBRACE, ACTIONS(345), 1, anon_sym_class, ACTIONS(348), 1, anon_sym_let, ACTIONS(351), 1, anon_sym_defvar, ACTIONS(354), 1, anon_sym_def, ACTIONS(357), 1, anon_sym_multiclass, ACTIONS(360), 1, anon_sym_defm, ACTIONS(363), 1, anon_sym_defset, ACTIONS(366), 1, anon_sym_foreach, ACTIONS(369), 1, anon_sym_if, ACTIONS(372), 1, anon_sym_assert, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5114] = 18, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(375), 1, anon_sym_LBRACE, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(339), 1, sym_paste_value, STATE(389), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(572), 1, sym_range_piece, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [5179] = 16, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(29), 1, anon_sym_assert, ACTIONS(322), 1, anon_sym_LBRACE, ACTIONS(324), 1, anon_sym_let, ACTIONS(326), 1, anon_sym_foreach, ACTIONS(328), 1, anon_sym_if, STATE(225), 1, sym_block, STATE(226), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5240] = 16, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(13), 1, anon_sym_let, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(25), 1, anon_sym_foreach, ACTIONS(27), 1, anon_sym_if, ACTIONS(29), 1, anon_sym_assert, ACTIONS(322), 1, anon_sym_LBRACE, STATE(225), 1, sym_block, STATE(226), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5301] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(377), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(356), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [5366] = 16, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(29), 1, anon_sym_assert, ACTIONS(322), 1, anon_sym_LBRACE, ACTIONS(324), 1, anon_sym_let, ACTIONS(326), 1, anon_sym_foreach, ACTIONS(328), 1, anon_sym_if, STATE(224), 1, sym_block, STATE(226), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5427] = 16, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(13), 1, anon_sym_let, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(25), 1, anon_sym_foreach, ACTIONS(27), 1, anon_sym_if, ACTIONS(29), 1, anon_sym_assert, ACTIONS(379), 1, ts_builtin_sym_end, ACTIONS(381), 1, sym_preprocessor_directive, ACTIONS(3), 2, sym_multiline_comment, sym_comment, STATE(56), 2, sym_statement, aux_sym_tablegen_file_repeat1, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5488] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(511), 1, sym_value_list, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [5553] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(383), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5612] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(464), 1, sym_cond_clause, STATE(474), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [5677] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(385), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(388), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [5742] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(387), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5801] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(389), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(356), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [5866] = 16, ACTIONS(242), 1, anon_sym_include, ACTIONS(244), 1, anon_sym_LBRACE, ACTIONS(246), 1, anon_sym_class, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(254), 1, anon_sym_multiclass, ACTIONS(256), 1, anon_sym_defm, ACTIONS(258), 1, anon_sym_defset, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, STATE(308), 1, sym_block, STATE(312), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(320), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [5927] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(397), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(356), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [5992] = 16, ACTIONS(242), 1, anon_sym_include, ACTIONS(244), 1, anon_sym_LBRACE, ACTIONS(246), 1, anon_sym_class, ACTIONS(248), 1, anon_sym_let, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(254), 1, anon_sym_multiclass, ACTIONS(256), 1, anon_sym_defm, ACTIONS(258), 1, anon_sym_defset, ACTIONS(260), 1, anon_sym_foreach, ACTIONS(262), 1, anon_sym_if, ACTIONS(264), 1, anon_sym_assert, STATE(308), 1, sym_block, STATE(312), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(320), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6053] = 16, ACTIONS(242), 1, anon_sym_include, ACTIONS(244), 1, anon_sym_LBRACE, ACTIONS(246), 1, anon_sym_class, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(254), 1, anon_sym_multiclass, ACTIONS(256), 1, anon_sym_defm, ACTIONS(258), 1, anon_sym_defset, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, STATE(312), 1, sym_statement, STATE(317), 1, sym_block, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(320), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6114] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(399), 1, anon_sym_RBRACE, STATE(77), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6173] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(401), 1, anon_sym_RBRACE, STATE(85), 2, sym_statement, aux_sym_block_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6232] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(355), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, STATE(564), 1, sym_value_list, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6297] = 18, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, ACTIONS(403), 1, anon_sym_GT, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(356), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6362] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(416), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6424] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(444), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6486] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(479), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6548] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(434), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6610] = 15, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(13), 1, anon_sym_let, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(25), 1, anon_sym_foreach, ACTIONS(27), 1, anon_sym_if, ACTIONS(29), 1, anon_sym_assert, ACTIONS(405), 1, anon_sym_LBRACE, STATE(264), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6668] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(463), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6730] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(216), 1, anon_sym_let, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(228), 1, anon_sym_foreach, ACTIONS(230), 1, anon_sym_if, ACTIONS(232), 1, anon_sym_assert, ACTIONS(407), 1, anon_sym_LBRACE, STATE(241), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6788] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(439), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [6850] = 15, ACTIONS(7), 1, anon_sym_include, ACTIONS(11), 1, anon_sym_class, ACTIONS(15), 1, anon_sym_defvar, ACTIONS(17), 1, anon_sym_def, ACTIONS(19), 1, anon_sym_multiclass, ACTIONS(21), 1, anon_sym_defm, ACTIONS(23), 1, anon_sym_defset, ACTIONS(29), 1, anon_sym_assert, ACTIONS(324), 1, anon_sym_let, ACTIONS(326), 1, anon_sym_foreach, ACTIONS(328), 1, anon_sym_if, ACTIONS(405), 1, anon_sym_LBRACE, STATE(264), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(259), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6908] = 15, ACTIONS(210), 1, anon_sym_include, ACTIONS(214), 1, anon_sym_class, ACTIONS(218), 1, anon_sym_defvar, ACTIONS(220), 1, anon_sym_def, ACTIONS(222), 1, anon_sym_multiclass, ACTIONS(224), 1, anon_sym_defm, ACTIONS(226), 1, anon_sym_defset, ACTIONS(232), 1, anon_sym_assert, ACTIONS(236), 1, anon_sym_let, ACTIONS(238), 1, anon_sym_foreach, ACTIONS(240), 1, anon_sym_if, ACTIONS(407), 1, anon_sym_LBRACE, STATE(241), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(280), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [6966] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(446), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7028] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(87), 3, anon_sym_def, anon_sym_POUND, anon_sym_DOT, ACTIONS(89), 21, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_let, anon_sym_defvar, anon_sym_in, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_then, anon_sym_else, anon_sym_assert, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, anon_sym_DQUOTE, [7062] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(448), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7124] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(356), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7186] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(454), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7248] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(445), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7310] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(456), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7372] = 15, ACTIONS(242), 1, anon_sym_include, ACTIONS(246), 1, anon_sym_class, ACTIONS(248), 1, anon_sym_let, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(254), 1, anon_sym_multiclass, ACTIONS(256), 1, anon_sym_defm, ACTIONS(258), 1, anon_sym_defset, ACTIONS(260), 1, anon_sym_foreach, ACTIONS(262), 1, anon_sym_if, ACTIONS(264), 1, anon_sym_assert, ACTIONS(409), 1, anon_sym_LBRACE, STATE(330), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(320), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [7430] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(357), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7492] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(472), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7554] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(449), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7616] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(395), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7678] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(442), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7740] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(480), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7802] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(404), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7864] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(478), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7926] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(465), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [7988] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(466), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [8050] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(437), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [8112] = 15, ACTIONS(242), 1, anon_sym_include, ACTIONS(246), 1, anon_sym_class, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(254), 1, anon_sym_multiclass, ACTIONS(256), 1, anon_sym_defm, ACTIONS(258), 1, anon_sym_defset, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, ACTIONS(409), 1, anon_sym_LBRACE, STATE(330), 1, sym_statement, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(320), 11, sym_include_directive, sym_class, sym_def, sym_let, sym_multiclass, sym_defm, sym_defset, sym_defvar, sym_foreach, sym_if, sym_assert, [8170] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(468), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [8232] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(451), 1, sym_bang_operator, STATE(457), 1, sym_value, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [8294] = 17, ACTIONS(33), 1, anon_sym_LBRACE, ACTIONS(53), 1, anon_sym_LBRACK, ACTIONS(57), 1, anon_sym_LPAREN, ACTIONS(59), 1, anon_sym_BANG, ACTIONS(61), 1, sym_integer, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(77), 1, sym_identifier, STATE(139), 1, sym_paste_value, STATE(151), 1, sym_string, STATE(163), 1, sym_simple_value, STATE(447), 1, sym_value, STATE(451), 1, sym_bang_operator, STATE(512), 1, sym_cond_operator, ACTIONS(55), 2, anon_sym_QMARK, sym_code, ACTIONS(65), 2, anon_sym_true, anon_sym_false, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(189), 7, sym_sequence, sym_list_initializer, sym_dag_initializer, sym_anonymous_record, sym_concatenated_string, sym_operator, sym_boolean, [8356] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(83), 3, anon_sym_def, anon_sym_POUND, anon_sym_DOT, ACTIONS(85), 21, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_let, anon_sym_defvar, anon_sym_in, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_then, anon_sym_else, anon_sym_assert, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, anon_sym_DQUOTE, [8390] = 15, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(69), 1, anon_sym_RBRACE, ACTIONS(411), 1, sym_identifier, STATE(485), 1, sym_type, STATE(133), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, [8447] = 15, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, ACTIONS(413), 1, anon_sym_RBRACE, STATE(485), 1, sym_type, STATE(138), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, [8504] = 15, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, ACTIONS(415), 1, anon_sym_RBRACE, STATE(485), 1, sym_type, STATE(138), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, [8561] = 15, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(67), 1, anon_sym_RBRACE, ACTIONS(411), 1, sym_identifier, STATE(485), 1, sym_type, STATE(136), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, [8618] = 15, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, ACTIONS(417), 1, anon_sym_RBRACE, STATE(485), 1, sym_type, STATE(138), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, [8675] = 15, ACTIONS(35), 1, anon_sym_RBRACE, ACTIONS(37), 1, anon_sym_field, ACTIONS(39), 1, anon_sym_code, ACTIONS(41), 1, anon_sym_let, ACTIONS(43), 1, anon_sym_defvar, ACTIONS(45), 1, anon_sym_assert, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(485), 1, sym_type, STATE(134), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, [8732] = 15, ACTIONS(419), 1, sym_identifier, ACTIONS(422), 1, anon_sym_RBRACE, ACTIONS(424), 1, anon_sym_field, ACTIONS(427), 1, anon_sym_code, ACTIONS(430), 1, anon_sym_let, ACTIONS(433), 1, anon_sym_defvar, ACTIONS(436), 1, anon_sym_assert, ACTIONS(442), 1, anon_sym_bits, ACTIONS(445), 1, anon_sym_list, STATE(485), 1, sym_type, STATE(138), 2, sym_body_item, aux_sym_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(439), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, STATE(285), 4, sym_instruction, sym_let_instruction, sym_def_var, sym_assert, [8789] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(448), 8, anon_sym_in, anon_sym_then, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(450), 14, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_RBRACK, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [8821] = 5, ACTIONS(107), 1, anon_sym_DQUOTE, STATE(142), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(452), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(454), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, sym_code, sym_var, [8854] = 5, ACTIONS(460), 1, anon_sym_DOT, STATE(143), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(456), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(458), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [8887] = 5, ACTIONS(466), 1, anon_sym_DQUOTE, STATE(142), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(462), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(464), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, sym_code, sym_var, [8920] = 7, ACTIONS(471), 1, anon_sym_LBRACE, ACTIONS(476), 1, anon_sym_LBRACK, ACTIONS(479), 1, anon_sym_DOT, STATE(143), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(469), 5, anon_sym_POUND, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(474), 9, anon_sym_COMMA, anon_sym_COLON, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [8957] = 5, ACTIONS(460), 1, anon_sym_DOT, STATE(141), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(448), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(450), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [8990] = 5, ACTIONS(107), 1, anon_sym_DQUOTE, STATE(140), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(482), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(484), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, sym_code, sym_var, [9023] = 3, ACTIONS(488), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(486), 17, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_def, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [9051] = 4, ACTIONS(490), 1, anon_sym_LT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(482), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(484), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9081] = 5, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(452), 2, anon_sym_POUND, anon_sym_DOT, STATE(152), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(454), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [9113] = 4, ACTIONS(496), 1, anon_sym_LT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(492), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(494), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9143] = 4, ACTIONS(502), 1, anon_sym_LT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(498), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(500), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9173] = 5, ACTIONS(63), 1, anon_sym_DQUOTE, ACTIONS(482), 2, anon_sym_POUND, anon_sym_DOT, STATE(148), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(484), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [9205] = 5, ACTIONS(504), 1, anon_sym_DQUOTE, ACTIONS(462), 2, anon_sym_POUND, anon_sym_DOT, STATE(152), 2, sym_string, aux_sym_concatenated_string_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(464), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [9237] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(507), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(509), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9264] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(511), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(513), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9291] = 7, ACTIONS(456), 1, anon_sym_POUND, ACTIONS(515), 1, anon_sym_LBRACE, ACTIONS(517), 1, anon_sym_LBRACK, ACTIONS(519), 1, anon_sym_DOT, STATE(160), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(458), 11, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [9326] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(521), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(523), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9353] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(482), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(484), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9380] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(525), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(527), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9407] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(529), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(531), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9434] = 7, ACTIONS(469), 1, anon_sym_POUND, ACTIONS(533), 1, anon_sym_LBRACE, ACTIONS(536), 1, anon_sym_LBRACK, ACTIONS(539), 1, anon_sym_DOT, STATE(160), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(474), 11, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [9469] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(542), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(544), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9496] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(546), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(548), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9523] = 7, ACTIONS(448), 1, anon_sym_POUND, ACTIONS(515), 1, anon_sym_LBRACE, ACTIONS(517), 1, anon_sym_LBRACK, ACTIONS(519), 1, anon_sym_DOT, STATE(155), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(450), 11, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [9558] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(550), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(552), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9585] = 11, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(256), 1, anon_sym_defm, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, ACTIONS(554), 1, anon_sym_RBRACE, STATE(175), 2, sym_multiclass_statement, aux_sym_multiclass_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(335), 7, sym_def, sym_let, sym_defm, sym_defvar, sym_foreach, sym_if, sym_assert, [9628] = 11, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(256), 1, anon_sym_defm, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, ACTIONS(556), 1, anon_sym_RBRACE, STATE(175), 2, sym_multiclass_statement, aux_sym_multiclass_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(335), 7, sym_def, sym_let, sym_defm, sym_defvar, sym_foreach, sym_if, sym_assert, [9671] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(558), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(560), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9698] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(562), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(564), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9725] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(566), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(568), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9752] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(570), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(572), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9779] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(574), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(576), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9806] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(578), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(580), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9833] = 11, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(256), 1, anon_sym_defm, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, ACTIONS(582), 1, anon_sym_RBRACE, STATE(175), 2, sym_multiclass_statement, aux_sym_multiclass_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(335), 7, sym_def, sym_let, sym_defm, sym_defvar, sym_foreach, sym_if, sym_assert, [9876] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(584), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(586), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9903] = 11, ACTIONS(588), 1, anon_sym_RBRACE, ACTIONS(590), 1, anon_sym_let, ACTIONS(593), 1, anon_sym_defvar, ACTIONS(596), 1, anon_sym_def, ACTIONS(599), 1, anon_sym_defm, ACTIONS(602), 1, anon_sym_foreach, ACTIONS(605), 1, anon_sym_if, ACTIONS(608), 1, anon_sym_assert, STATE(175), 2, sym_multiclass_statement, aux_sym_multiclass_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(335), 7, sym_def, sym_let, sym_defm, sym_defvar, sym_foreach, sym_if, sym_assert, [9946] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(611), 6, anon_sym_POUND, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(613), 11, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_DOT, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [9973] = 5, ACTIONS(619), 1, anon_sym_COLON, ACTIONS(621), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(615), 5, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(617), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [10003] = 4, ACTIONS(621), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(623), 5, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(625), 10, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_COLON, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [10031] = 10, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(256), 1, anon_sym_defm, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, STATE(166), 2, sym_multiclass_statement, aux_sym_multiclass_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(335), 7, sym_def, sym_let, sym_defm, sym_defvar, sym_foreach, sym_if, sym_assert, [10071] = 4, ACTIONS(627), 1, anon_sym_LT, ACTIONS(482), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(484), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10099] = 4, ACTIONS(629), 1, anon_sym_LT, ACTIONS(492), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(494), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10127] = 10, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(256), 1, anon_sym_defm, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, STATE(165), 2, sym_multiclass_statement, aux_sym_multiclass_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(335), 7, sym_def, sym_let, sym_defm, sym_defvar, sym_foreach, sym_if, sym_assert, [10167] = 10, ACTIONS(250), 1, anon_sym_defvar, ACTIONS(252), 1, anon_sym_def, ACTIONS(256), 1, anon_sym_defm, ACTIONS(264), 1, anon_sym_assert, ACTIONS(391), 1, anon_sym_let, ACTIONS(393), 1, anon_sym_foreach, ACTIONS(395), 1, anon_sym_if, STATE(173), 2, sym_multiclass_statement, aux_sym_multiclass_body_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(335), 7, sym_def, sym_let, sym_defm, sym_defvar, sym_foreach, sym_if, sym_assert, [10207] = 4, ACTIONS(631), 1, anon_sym_LT, ACTIONS(498), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(500), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10235] = 3, ACTIONS(550), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(552), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10260] = 3, ACTIONS(529), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(531), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10285] = 3, ACTIONS(511), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(513), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10310] = 3, ACTIONS(525), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(527), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10335] = 3, ACTIONS(482), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(484), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10360] = 3, ACTIONS(570), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(572), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10385] = 3, ACTIONS(558), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(560), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10410] = 3, ACTIONS(578), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(580), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10435] = 3, ACTIONS(521), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(523), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10460] = 3, ACTIONS(574), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(576), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10485] = 3, ACTIONS(611), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(613), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10510] = 3, ACTIONS(566), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(568), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10535] = 3, ACTIONS(542), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(544), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10560] = 3, ACTIONS(584), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(586), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10585] = 3, ACTIONS(546), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(548), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10610] = 3, ACTIONS(562), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(564), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10635] = 3, ACTIONS(507), 2, anon_sym_POUND, anon_sym_DOT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(509), 13, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, anon_sym_RPAREN, [10660] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(615), 5, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(617), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [10684] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(633), 5, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(145), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [10708] = 10, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, ACTIONS(635), 1, anon_sym_COMMA, ACTIONS(637), 1, anon_sym_GT, STATE(435), 1, sym_template_arg, STATE(531), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [10746] = 3, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(639), 5, anon_sym_LBRACK, sym_integer, anon_sym_true, anon_sym_false, sym_identifier, ACTIONS(641), 9, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_QMARK, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_BANG, anon_sym_DQUOTE, sym_code, sym_var, [10770] = 3, ACTIONS(645), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(643), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10793] = 3, ACTIONS(649), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(647), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10816] = 3, ACTIONS(653), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(651), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10839] = 3, ACTIONS(657), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(655), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10862] = 3, ACTIONS(661), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(659), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10885] = 3, ACTIONS(665), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(663), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10908] = 3, ACTIONS(669), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(667), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [10931] = 3, ACTIONS(673), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(671), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10954] = 3, ACTIONS(677), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(675), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [10977] = 3, ACTIONS(681), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(679), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11000] = 3, ACTIONS(645), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(643), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11023] = 3, ACTIONS(685), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(683), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11046] = 3, ACTIONS(689), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(687), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11069] = 3, ACTIONS(657), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(655), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11092] = 9, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, ACTIONS(691), 1, anon_sym_GT, STATE(477), 1, sym_template_arg, STATE(531), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [11127] = 3, ACTIONS(695), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(693), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11150] = 3, ACTIONS(653), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(651), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11173] = 3, ACTIONS(665), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(663), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11196] = 4, ACTIONS(699), 1, anon_sym_def, ACTIONS(701), 1, anon_sym_else, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(697), 12, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_assert, [11221] = 3, ACTIONS(705), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(703), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11244] = 3, ACTIONS(649), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(647), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11267] = 3, ACTIONS(709), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(707), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11290] = 3, ACTIONS(689), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(687), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11313] = 3, ACTIONS(713), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(711), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11336] = 3, ACTIONS(486), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(488), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11359] = 3, ACTIONS(717), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(715), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11382] = 3, ACTIONS(721), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(719), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11405] = 9, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, ACTIONS(723), 1, anon_sym_GT, STATE(477), 1, sym_template_arg, STATE(531), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [11440] = 3, ACTIONS(727), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(725), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11463] = 3, ACTIONS(677), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(675), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11486] = 3, ACTIONS(731), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(729), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11509] = 3, ACTIONS(735), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(733), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11532] = 3, ACTIONS(739), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(737), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11555] = 3, ACTIONS(743), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(741), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11578] = 3, ACTIONS(747), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(745), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11601] = 3, ACTIONS(751), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(749), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11624] = 3, ACTIONS(755), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(753), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11647] = 3, ACTIONS(759), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(757), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [11670] = 3, ACTIONS(763), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(761), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11693] = 3, ACTIONS(767), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(765), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11716] = 3, ACTIONS(727), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(725), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11739] = 3, ACTIONS(695), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(693), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11762] = 3, ACTIONS(705), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(703), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11785] = 3, ACTIONS(87), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(89), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11808] = 3, ACTIONS(699), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(697), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11831] = 3, ACTIONS(661), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(659), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11854] = 3, ACTIONS(681), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(679), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11877] = 3, ACTIONS(709), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(707), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11900] = 3, ACTIONS(755), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(753), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11923] = 3, ACTIONS(486), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(488), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11946] = 3, ACTIONS(771), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(769), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11969] = 3, ACTIONS(713), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(711), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [11992] = 3, ACTIONS(747), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(745), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12015] = 3, ACTIONS(775), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(773), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12038] = 3, ACTIONS(779), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(777), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12061] = 3, ACTIONS(783), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(781), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12084] = 4, ACTIONS(699), 1, anon_sym_def, ACTIONS(785), 1, anon_sym_else, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(697), 11, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_assert, [12109] = 3, ACTIONS(699), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(697), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12132] = 3, ACTIONS(751), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(749), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12155] = 3, ACTIONS(673), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(671), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12178] = 3, ACTIONS(739), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(737), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12201] = 3, ACTIONS(685), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(683), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12224] = 3, ACTIONS(779), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(777), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12247] = 3, ACTIONS(783), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(781), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12270] = 3, ACTIONS(789), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(787), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [12293] = 3, ACTIONS(83), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(85), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12316] = 3, ACTIONS(743), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(741), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12339] = 3, ACTIONS(793), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(791), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [12362] = 3, ACTIONS(797), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(795), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [12385] = 3, ACTIONS(735), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(733), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12408] = 3, ACTIONS(717), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(715), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12431] = 3, ACTIONS(801), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(799), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [12454] = 3, ACTIONS(805), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(803), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [12477] = 3, ACTIONS(763), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(761), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12500] = 3, ACTIONS(775), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(773), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12523] = 3, ACTIONS(767), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(765), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12546] = 3, ACTIONS(731), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(729), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12569] = 3, ACTIONS(771), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(769), 12, anon_sym_include, anon_sym_RBRACE, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12592] = 3, ACTIONS(721), 1, anon_sym_def, ACTIONS(3), 2, sym_multiline_comment, sym_comment, ACTIONS(719), 13, ts_builtin_sym_end, anon_sym_include, sym_preprocessor_directive, anon_sym_class, anon_sym_let, anon_sym_defvar, anon_sym_multiclass, anon_sym_defm, anon_sym_defset, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [12615] = 3, ACTIONS(809), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(807), 12, anon_sym_field, anon_sym_code, anon_sym_let, anon_sym_defvar, anon_sym_assert, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, anon_sym_bits, anon_sym_list, sym_identifier, [12638] = 8, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, ACTIONS(811), 1, anon_sym_code, STATE(541), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12670] = 8, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(477), 1, sym_template_arg, STATE(531), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12702] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(528), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12731] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(507), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12760] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(569), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12789] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(554), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12818] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(552), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12847] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(498), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12876] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(570), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12905] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(563), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12934] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(499), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12963] = 7, ACTIONS(49), 1, anon_sym_bits, ACTIONS(51), 1, anon_sym_list, ACTIONS(411), 1, sym_identifier, STATE(497), 1, sym_type, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, STATE(462), 3, sym_primitive_type, sym_bits_type, sym_list_type, ACTIONS(47), 4, anon_sym_bit, anon_sym_int, anon_sym_string, anon_sym_dag, [12992] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(625), 9, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_COLON, anon_sym_SEMI, anon_sym_in, anon_sym_then, anon_sym_RBRACK, anon_sym_RPAREN, [13012] = 3, ACTIONS(695), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(693), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13031] = 3, ACTIONS(767), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(765), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13050] = 3, ACTIONS(747), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(745), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13069] = 3, ACTIONS(709), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(707), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13088] = 3, ACTIONS(657), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(655), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13107] = 3, ACTIONS(763), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(761), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13126] = 3, ACTIONS(681), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(679), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13145] = 3, ACTIONS(645), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(643), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13164] = 4, ACTIONS(699), 1, anon_sym_def, ACTIONS(815), 1, anon_sym_else, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(697), 7, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_assert, [13185] = 3, ACTIONS(705), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(703), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13204] = 3, ACTIONS(735), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(733), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13223] = 3, ACTIONS(689), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(687), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13242] = 3, ACTIONS(653), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(651), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13261] = 3, ACTIONS(649), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(647), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13280] = 3, ACTIONS(665), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(663), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13299] = 3, ACTIONS(727), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(725), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13318] = 3, ACTIONS(677), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(675), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13337] = 3, ACTIONS(661), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(659), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13356] = 3, ACTIONS(783), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(781), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13375] = 3, ACTIONS(713), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(711), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13394] = 3, ACTIONS(771), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(769), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13413] = 3, ACTIONS(775), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(773), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13432] = 3, ACTIONS(739), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(737), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13451] = 3, ACTIONS(717), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(715), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13470] = 3, ACTIONS(779), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(777), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13489] = 3, ACTIONS(721), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(719), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13508] = 3, ACTIONS(685), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(683), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13527] = 3, ACTIONS(731), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(729), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13546] = 3, ACTIONS(673), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(671), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13565] = 3, ACTIONS(755), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(753), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13584] = 3, ACTIONS(699), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(697), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13603] = 3, ACTIONS(751), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(749), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13622] = 3, ACTIONS(743), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(741), 8, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_else, anon_sym_assert, [13641] = 9, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(125), 1, anon_sym_SEMI, ACTIONS(817), 1, anon_sym_LBRACE, ACTIONS(819), 1, anon_sym_LT, STATE(313), 1, sym_body, STATE(316), 1, sym_record_body, STATE(361), 1, sym_template_args, STATE(392), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [13671] = 6, ACTIONS(448), 1, anon_sym_POUND, ACTIONS(517), 1, anon_sym_LBRACK, ACTIONS(821), 1, anon_sym_DOT, STATE(340), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(450), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_SEMI, [13695] = 3, ACTIONS(823), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(625), 7, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_in, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, [13713] = 3, ACTIONS(827), 1, anon_sym_def, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(825), 7, anon_sym_RBRACE, anon_sym_let, anon_sym_defvar, anon_sym_defm, anon_sym_foreach, anon_sym_if, anon_sym_assert, [13731] = 9, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(117), 1, anon_sym_SEMI, ACTIONS(819), 1, anon_sym_LT, ACTIONS(829), 1, anon_sym_LBRACE, STATE(210), 1, sym_record_body, STATE(211), 1, sym_body, STATE(360), 1, sym_template_args, STATE(431), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [13761] = 5, ACTIONS(482), 1, anon_sym_POUND, ACTIONS(627), 1, anon_sym_LT, ACTIONS(831), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(484), 5, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_LBRACK, anon_sym_DOT, [13783] = 9, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(164), 1, anon_sym_SEMI, ACTIONS(819), 1, anon_sym_LT, ACTIONS(833), 1, anon_sym_LBRACE, STATE(223), 1, sym_body, STATE(251), 1, sym_record_body, STATE(350), 1, sym_template_args, STATE(401), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [13813] = 3, ACTIONS(448), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(450), 7, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_in, anon_sym_RBRACK, anon_sym_DOT_DOT_DOT, anon_sym_DASH, [13831] = 6, ACTIONS(456), 1, anon_sym_POUND, ACTIONS(517), 1, anon_sym_LBRACK, ACTIONS(821), 1, anon_sym_DOT, STATE(160), 2, sym_value_suffix, aux_sym_value_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(458), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_SEMI, [13855] = 8, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(819), 1, anon_sym_LT, ACTIONS(835), 1, anon_sym_LBRACE, ACTIONS(837), 1, anon_sym_SEMI, STATE(244), 1, sym_multiclass_body, STATE(370), 1, sym_template_args, STATE(433), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [13882] = 8, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(117), 1, anon_sym_SEMI, ACTIONS(829), 1, anon_sym_LBRACE, ACTIONS(839), 1, anon_sym_POUND, STATE(211), 1, sym_body, STATE(282), 1, sym_record_body, STATE(431), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [13909] = 8, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(164), 1, anon_sym_SEMI, ACTIONS(833), 1, anon_sym_LBRACE, ACTIONS(839), 1, anon_sym_POUND, STATE(223), 1, sym_body, STATE(236), 1, sym_record_body, STATE(401), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [13936] = 8, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(819), 1, anon_sym_LT, ACTIONS(841), 1, anon_sym_LBRACE, ACTIONS(843), 1, anon_sym_SEMI, STATE(304), 1, sym_multiclass_body, STATE(367), 1, sym_template_args, STATE(409), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [13963] = 4, ACTIONS(823), 1, anon_sym_POUND, ACTIONS(847), 2, anon_sym_DOT_DOT_DOT, anon_sym_DASH, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(845), 4, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_RBRACK, [13982] = 8, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(125), 1, anon_sym_SEMI, ACTIONS(817), 1, anon_sym_LBRACE, ACTIONS(839), 1, anon_sym_POUND, STATE(313), 1, sym_body, STATE(326), 1, sym_record_body, STATE(392), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14009] = 8, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(819), 1, anon_sym_LT, ACTIONS(849), 1, anon_sym_LBRACE, ACTIONS(851), 1, anon_sym_SEMI, STATE(279), 1, sym_multiclass_body, STATE(368), 1, sym_template_args, STATE(421), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14036] = 4, ACTIONS(855), 1, anon_sym_COMMA, STATE(348), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(853), 4, anon_sym_RBRACE, anon_sym_GT, anon_sym_RBRACK, anon_sym_RPAREN, [14054] = 6, ACTIONS(3), 1, sym_multiline_comment, ACTIONS(860), 1, anon_sym_DQUOTE, ACTIONS(862), 1, sym_string_content, ACTIONS(858), 2, sym_preprocessor_directive, sym_comment, ACTIONS(864), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(362), 2, sym__escape_sequence, aux_sym_string_repeat1, [14076] = 7, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(164), 1, anon_sym_SEMI, ACTIONS(833), 1, anon_sym_LBRACE, STATE(223), 1, sym_body, STATE(238), 1, sym_record_body, STATE(401), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14100] = 5, ACTIONS(823), 1, anon_sym_POUND, STATE(364), 1, aux_sym_parent_class_list_repeat1, ACTIONS(845), 2, anon_sym_RBRACE, anon_sym_COMMA, ACTIONS(847), 2, anon_sym_DOT_DOT_DOT, anon_sym_DASH, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14120] = 6, ACTIONS(3), 1, sym_multiline_comment, ACTIONS(866), 1, anon_sym_DQUOTE, ACTIONS(868), 1, sym_string_content, ACTIONS(858), 2, sym_preprocessor_directive, sym_comment, ACTIONS(870), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(354), 2, sym__escape_sequence, aux_sym_string_repeat1, [14142] = 6, ACTIONS(3), 1, sym_multiline_comment, ACTIONS(872), 1, anon_sym_DQUOTE, ACTIONS(874), 1, sym_string_content, ACTIONS(858), 2, sym_preprocessor_directive, sym_comment, ACTIONS(877), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(353), 2, sym__escape_sequence, aux_sym_string_repeat1, [14164] = 6, ACTIONS(3), 1, sym_multiline_comment, ACTIONS(880), 1, anon_sym_DQUOTE, ACTIONS(882), 1, sym_string_content, ACTIONS(858), 2, sym_preprocessor_directive, sym_comment, ACTIONS(884), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(353), 2, sym__escape_sequence, aux_sym_string_repeat1, [14186] = 5, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(888), 1, anon_sym_COMMA, STATE(364), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(886), 3, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_RPAREN, [14206] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(853), 5, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_RBRACK, anon_sym_RPAREN, [14222] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(890), 5, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_in, anon_sym_RBRACK, [14238] = 6, ACTIONS(3), 1, sym_multiline_comment, ACTIONS(882), 1, sym_string_content, ACTIONS(892), 1, anon_sym_DQUOTE, ACTIONS(858), 2, sym_preprocessor_directive, sym_comment, ACTIONS(884), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(353), 2, sym__escape_sequence, aux_sym_string_repeat1, [14260] = 6, ACTIONS(3), 1, sym_multiline_comment, ACTIONS(894), 1, anon_sym_DQUOTE, ACTIONS(896), 1, sym_string_content, ACTIONS(858), 2, sym_preprocessor_directive, sym_comment, ACTIONS(898), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(358), 2, sym__escape_sequence, aux_sym_string_repeat1, [14282] = 7, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(117), 1, anon_sym_SEMI, ACTIONS(829), 1, anon_sym_LBRACE, STATE(211), 1, sym_body, STATE(266), 1, sym_record_body, STATE(431), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14306] = 7, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(125), 1, anon_sym_SEMI, ACTIONS(817), 1, anon_sym_LBRACE, STATE(313), 1, sym_body, STATE(321), 1, sym_record_body, STATE(392), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14330] = 6, ACTIONS(3), 1, sym_multiline_comment, ACTIONS(882), 1, sym_string_content, ACTIONS(900), 1, anon_sym_DQUOTE, ACTIONS(858), 2, sym_preprocessor_directive, sym_comment, ACTIONS(884), 2, aux_sym__escape_sequence_token1, sym_escape_sequence, STATE(353), 2, sym__escape_sequence, aux_sym_string_repeat1, [14352] = 4, ACTIONS(904), 1, anon_sym_COMMA, STATE(366), 1, aux_sym_range_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(902), 3, anon_sym_RBRACE, anon_sym_GT, anon_sym_RBRACK, [14369] = 4, ACTIONS(906), 1, anon_sym_COMMA, STATE(348), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(184), 3, anon_sym_RBRACE, anon_sym_RBRACK, anon_sym_RPAREN, [14386] = 5, ACTIONS(910), 1, anon_sym_LT, ACTIONS(912), 1, anon_sym_COMMA, STATE(372), 1, aux_sym_parent_class_list_repeat2, ACTIONS(908), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14405] = 4, ACTIONS(916), 1, anon_sym_COMMA, STATE(366), 1, aux_sym_range_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(914), 3, anon_sym_RBRACE, anon_sym_GT, anon_sym_RBRACK, [14422] = 6, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(841), 1, anon_sym_LBRACE, ACTIONS(843), 1, anon_sym_SEMI, STATE(315), 1, sym_multiclass_body, STATE(414), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14443] = 6, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(849), 1, anon_sym_LBRACE, ACTIONS(851), 1, anon_sym_SEMI, STATE(235), 1, sym_multiclass_body, STATE(415), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14464] = 4, ACTIONS(904), 1, anon_sym_COMMA, STATE(363), 1, aux_sym_range_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(919), 3, anon_sym_RBRACE, anon_sym_GT, anon_sym_RBRACK, [14481] = 6, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(835), 1, anon_sym_LBRACE, ACTIONS(837), 1, anon_sym_SEMI, STATE(214), 1, sym_multiclass_body, STATE(419), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14502] = 5, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(921), 1, anon_sym_SEMI, STATE(529), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14520] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(383), 1, aux_sym_parent_class_list_repeat2, ACTIONS(923), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14536] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(383), 1, aux_sym_parent_class_list_repeat2, ACTIONS(925), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14552] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(377), 1, aux_sym_parent_class_list_repeat2, ACTIONS(925), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14568] = 5, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(927), 1, anon_sym_COMMA, ACTIONS(929), 1, anon_sym_GT, STATE(397), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14586] = 5, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(931), 1, anon_sym_SEMI, STATE(508), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14604] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(383), 1, aux_sym_parent_class_list_repeat2, ACTIONS(933), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14620] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(379), 1, aux_sym_parent_class_list_repeat2, ACTIONS(933), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14636] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(383), 1, aux_sym_parent_class_list_repeat2, ACTIONS(935), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14652] = 5, ACTIONS(115), 1, anon_sym_COLON, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(937), 1, anon_sym_SEMI, STATE(534), 1, sym_parent_class_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14670] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(383), 1, aux_sym_parent_class_list_repeat2, ACTIONS(939), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14686] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(373), 1, aux_sym_parent_class_list_repeat2, ACTIONS(939), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14702] = 4, ACTIONS(943), 1, anon_sym_COMMA, STATE(383), 1, aux_sym_parent_class_list_repeat2, ACTIONS(941), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14718] = 3, ACTIONS(946), 1, anon_sym_LT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(941), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, [14732] = 5, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(948), 1, anon_sym_COMMA, ACTIONS(950), 1, anon_sym_GT, STATE(424), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14750] = 4, ACTIONS(912), 1, anon_sym_COMMA, STATE(381), 1, aux_sym_parent_class_list_repeat2, ACTIONS(952), 2, anon_sym_LBRACE, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14766] = 3, ACTIONS(839), 1, anon_sym_POUND, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(625), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_SEMI, [14780] = 5, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(954), 1, anon_sym_COMMA, ACTIONS(956), 1, anon_sym_GT, STATE(393), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14798] = 4, ACTIONS(823), 1, anon_sym_POUND, ACTIONS(845), 1, anon_sym_in, ACTIONS(847), 2, anon_sym_DOT_DOT_DOT, anon_sym_DASH, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14814] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(914), 4, anon_sym_RBRACE, anon_sym_COMMA, anon_sym_GT, anon_sym_RBRACK, [14826] = 5, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(954), 1, anon_sym_COMMA, ACTIONS(958), 1, anon_sym_GT, STATE(422), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14844] = 4, ACTIONS(125), 1, anon_sym_SEMI, ACTIONS(817), 1, anon_sym_LBRACE, STATE(324), 1, sym_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14859] = 4, ACTIONS(954), 1, anon_sym_COMMA, ACTIONS(960), 1, anon_sym_GT, STATE(348), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14874] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(962), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_SEMI, [14885] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(964), 2, anon_sym_COMMA, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14898] = 4, ACTIONS(966), 1, anon_sym_COMMA, ACTIONS(968), 1, anon_sym_in, STATE(426), 1, aux_sym_let_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14913] = 4, ACTIONS(397), 1, anon_sym_GT, ACTIONS(970), 1, anon_sym_COMMA, STATE(348), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14928] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(972), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, [14939] = 3, ACTIONS(976), 1, anon_sym_EQ, ACTIONS(974), 2, anon_sym_COMMA, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14952] = 4, ACTIONS(691), 1, anon_sym_GT, ACTIONS(978), 1, anon_sym_COMMA, STATE(411), 1, aux_sym_template_args_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14967] = 4, ACTIONS(164), 1, anon_sym_SEMI, ACTIONS(833), 1, anon_sym_LBRACE, STATE(232), 1, sym_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [14982] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(980), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_SEMI, [14993] = 4, ACTIONS(982), 1, sym_identifier, ACTIONS(984), 1, anon_sym_in, STATE(453), 1, sym_let_item, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15008] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(986), 2, anon_sym_COMMA, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15021] = 4, ACTIONS(988), 1, sym_identifier, STATE(430), 1, sym_let_item, STATE(551), 1, sym_let_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15036] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(990), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, [15047] = 4, ACTIONS(988), 1, sym_identifier, STATE(430), 1, sym_let_item, STATE(561), 1, sym_let_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15062] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(992), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, [15073] = 4, ACTIONS(841), 1, anon_sym_LBRACE, ACTIONS(843), 1, anon_sym_SEMI, STATE(315), 1, sym_multiclass_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15088] = 4, ACTIONS(994), 1, anon_sym_COMMA, ACTIONS(996), 1, anon_sym_RPAREN, STATE(418), 1, aux_sym_operator_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15103] = 4, ACTIONS(998), 1, anon_sym_COMMA, ACTIONS(1001), 1, anon_sym_GT, STATE(411), 1, aux_sym_template_args_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15118] = 4, ACTIONS(988), 1, sym_identifier, STATE(430), 1, sym_let_item, STATE(559), 1, sym_let_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15133] = 4, ACTIONS(988), 1, sym_identifier, STATE(430), 1, sym_let_item, STATE(538), 1, sym_let_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15148] = 4, ACTIONS(841), 1, anon_sym_LBRACE, ACTIONS(843), 1, anon_sym_SEMI, STATE(299), 1, sym_multiclass_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15163] = 4, ACTIONS(849), 1, anon_sym_LBRACE, ACTIONS(851), 1, anon_sym_SEMI, STATE(221), 1, sym_multiclass_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15178] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1003), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15191] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(1005), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_SEMI, [15202] = 4, ACTIONS(202), 1, anon_sym_RPAREN, ACTIONS(1007), 1, anon_sym_COMMA, STATE(432), 1, aux_sym_operator_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15217] = 4, ACTIONS(835), 1, anon_sym_LBRACE, ACTIONS(837), 1, anon_sym_SEMI, STATE(247), 1, sym_multiclass_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15232] = 4, ACTIONS(196), 1, anon_sym_RPAREN, ACTIONS(1009), 1, anon_sym_COMMA, STATE(432), 1, aux_sym_operator_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15247] = 4, ACTIONS(849), 1, anon_sym_LBRACE, ACTIONS(851), 1, anon_sym_SEMI, STATE(235), 1, sym_multiclass_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15262] = 4, ACTIONS(954), 1, anon_sym_COMMA, ACTIONS(1011), 1, anon_sym_GT, STATE(348), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15277] = 4, ACTIONS(988), 1, sym_identifier, STATE(430), 1, sym_let_item, STATE(520), 1, sym_let_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15292] = 4, ACTIONS(377), 1, anon_sym_GT, ACTIONS(1013), 1, anon_sym_COMMA, STATE(348), 1, aux_sym_parent_class_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15307] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(1015), 3, anon_sym_LBRACE, anon_sym_COLON, anon_sym_SEMI, [15318] = 4, ACTIONS(1017), 1, anon_sym_COMMA, ACTIONS(1020), 1, anon_sym_in, STATE(426), 1, aux_sym_let_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15333] = 4, ACTIONS(1022), 1, anon_sym_COMMA, ACTIONS(1024), 1, anon_sym_RPAREN, STATE(420), 1, aux_sym_operator_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15348] = 4, ACTIONS(982), 1, sym_identifier, ACTIONS(1026), 1, anon_sym_in, STATE(453), 1, sym_let_item, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15363] = 2, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, ACTIONS(1028), 3, anon_sym_LBRACE, anon_sym_COMMA, anon_sym_SEMI, [15374] = 4, ACTIONS(1030), 1, anon_sym_COMMA, ACTIONS(1032), 1, anon_sym_in, STATE(396), 1, aux_sym_let_list_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15389] = 4, ACTIONS(117), 1, anon_sym_SEMI, ACTIONS(829), 1, anon_sym_LBRACE, STATE(284), 1, sym_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15404] = 4, ACTIONS(1034), 1, anon_sym_COMMA, ACTIONS(1037), 1, anon_sym_RPAREN, STATE(432), 1, aux_sym_operator_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15419] = 4, ACTIONS(835), 1, anon_sym_LBRACE, ACTIONS(837), 1, anon_sym_SEMI, STATE(214), 1, sym_multiclass_body, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15434] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1039), 2, anon_sym_COMMA, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15447] = 4, ACTIONS(1041), 1, anon_sym_COMMA, ACTIONS(1043), 1, anon_sym_GT, STATE(400), 1, aux_sym_template_args_repeat1, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15462] = 4, ACTIONS(988), 1, sym_identifier, STATE(430), 1, sym_let_item, STATE(502), 1, sym_let_list, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15477] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1045), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15489] = 3, ACTIONS(1047), 1, anon_sym_EQ, ACTIONS(1049), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15501] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1051), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15513] = 3, ACTIONS(1053), 1, anon_sym_EQ, ACTIONS(1055), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15525] = 3, ACTIONS(1057), 1, anon_sym_LT, ACTIONS(1059), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15537] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1061), 1, anon_sym_then, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15549] = 3, ACTIONS(1063), 1, anon_sym_DQUOTE, STATE(256), 1, sym_string, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15561] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1065), 1, anon_sym_then, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15573] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1067), 1, anon_sym_then, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15585] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1069), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15597] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1071), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15609] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1073), 1, anon_sym_then, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15621] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1075), 1, anon_sym_COMMA, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15633] = 2, ACTIONS(1077), 2, anon_sym_GT, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15643] = 3, ACTIONS(1079), 1, anon_sym_LT, ACTIONS(1081), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15655] = 2, ACTIONS(1083), 2, anon_sym_GT, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15665] = 2, ACTIONS(1020), 2, anon_sym_COMMA, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15675] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1085), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15687] = 2, ACTIONS(1087), 2, anon_sym_GT, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15697] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1089), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15709] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1091), 1, anon_sym_then, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15721] = 2, ACTIONS(831), 2, anon_sym_GT, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15731] = 3, ACTIONS(107), 1, anon_sym_DQUOTE, STATE(283), 1, sym_string, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15743] = 3, ACTIONS(1093), 1, sym_identifier, STATE(506), 1, sym_foreach_iterator, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15755] = 3, ACTIONS(1095), 1, anon_sym_LBRACE, ACTIONS(1097), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15767] = 2, ACTIONS(1099), 2, anon_sym_GT, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15777] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1101), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15789] = 2, ACTIONS(1037), 2, anon_sym_COMMA, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15799] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1103), 1, anon_sym_then, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15811] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1105), 1, anon_sym_COMMA, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15823] = 3, ACTIONS(1093), 1, sym_identifier, STATE(521), 1, sym_foreach_iterator, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15835] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1107), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15847] = 3, ACTIONS(63), 1, anon_sym_DQUOTE, STATE(319), 1, sym_string, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15859] = 2, ACTIONS(1109), 2, anon_sym_LT, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15869] = 3, ACTIONS(1111), 1, anon_sym_LT, ACTIONS(1113), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15881] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1115), 1, anon_sym_COMMA, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15893] = 3, ACTIONS(1093), 1, sym_identifier, STATE(495), 1, sym_foreach_iterator, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15905] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1117), 1, anon_sym_COLON, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15917] = 3, ACTIONS(1093), 1, sym_identifier, STATE(560), 1, sym_foreach_iterator, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15929] = 3, ACTIONS(1093), 1, sym_identifier, STATE(562), 1, sym_foreach_iterator, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15941] = 2, ACTIONS(1001), 2, anon_sym_COMMA, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15951] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1119), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15963] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1121), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15975] = 3, ACTIONS(813), 1, anon_sym_POUND, ACTIONS(1123), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15987] = 3, ACTIONS(1093), 1, sym_identifier, STATE(553), 1, sym_foreach_iterator, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [15999] = 3, ACTIONS(988), 1, sym_identifier, STATE(453), 1, sym_let_item, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16011] = 2, ACTIONS(1125), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16020] = 2, ACTIONS(1043), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16029] = 2, ACTIONS(1127), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16038] = 2, ACTIONS(1129), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16047] = 2, ACTIONS(1131), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16056] = 2, ACTIONS(1133), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16065] = 2, ACTIONS(1135), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16074] = 2, ACTIONS(1137), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16083] = 2, ACTIONS(1139), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16092] = 2, ACTIONS(1141), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16101] = 2, ACTIONS(1143), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16110] = 2, ACTIONS(1145), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16119] = 2, ACTIONS(1147), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16128] = 2, ACTIONS(1149), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16137] = 2, ACTIONS(1151), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16146] = 2, ACTIONS(1153), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16155] = 2, ACTIONS(1155), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16164] = 2, ACTIONS(1157), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16173] = 2, ACTIONS(1159), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16182] = 2, ACTIONS(1161), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16191] = 2, ACTIONS(1163), 1, anon_sym_LT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16200] = 2, ACTIONS(1165), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16209] = 2, ACTIONS(1167), 1, anon_sym_LT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16218] = 2, ACTIONS(1169), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16227] = 2, ACTIONS(1171), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16236] = 2, ACTIONS(1173), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16245] = 2, ACTIONS(1175), 1, sym_integer, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16254] = 2, ACTIONS(1177), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16263] = 2, ACTIONS(1179), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16272] = 2, ACTIONS(1181), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16281] = 2, ACTIONS(1024), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16290] = 2, ACTIONS(1183), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16299] = 2, ACTIONS(1185), 1, anon_sym_LBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16308] = 2, ACTIONS(1183), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16317] = 2, ACTIONS(929), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16326] = 2, ACTIONS(1187), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16335] = 2, ACTIONS(1189), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16344] = 2, ACTIONS(1191), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16353] = 2, ACTIONS(1193), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16362] = 2, ACTIONS(1195), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16371] = 2, ACTIONS(1197), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16380] = 2, ACTIONS(1199), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16389] = 2, ACTIONS(1201), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16398] = 2, ACTIONS(1203), 1, anon_sym_LBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16407] = 2, ACTIONS(1205), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16416] = 2, ACTIONS(1207), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16425] = 2, ACTIONS(1209), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16434] = 2, ACTIONS(1211), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16443] = 2, ACTIONS(1213), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16452] = 2, ACTIONS(1215), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16461] = 2, ACTIONS(1217), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16470] = 2, ACTIONS(1219), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16479] = 2, ACTIONS(1221), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16488] = 2, ACTIONS(1223), 1, anon_sym_SEMI, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16497] = 2, ACTIONS(1225), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16506] = 2, ACTIONS(1227), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16515] = 2, ACTIONS(1229), 1, anon_sym_LPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16524] = 2, ACTIONS(1231), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16533] = 2, ACTIONS(1233), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16542] = 2, ACTIONS(1235), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16551] = 2, ACTIONS(1237), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16560] = 2, ACTIONS(1239), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16569] = 2, ACTIONS(1241), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16578] = 2, ACTIONS(1243), 1, sym_var, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16587] = 2, ACTIONS(1245), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16596] = 2, ACTIONS(1247), 1, ts_builtin_sym_end, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16605] = 2, ACTIONS(1249), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16614] = 2, ACTIONS(1251), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16623] = 2, ACTIONS(1253), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16632] = 2, ACTIONS(1255), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16641] = 2, ACTIONS(1257), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16650] = 2, ACTIONS(1259), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16659] = 2, ACTIONS(1261), 1, anon_sym_RBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16668] = 2, ACTIONS(1263), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16677] = 2, ACTIONS(1265), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16686] = 2, ACTIONS(1261), 1, anon_sym_RBRACK, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16695] = 2, ACTIONS(1267), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16704] = 2, ACTIONS(1269), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16713] = 2, ACTIONS(1271), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16722] = 2, ACTIONS(1273), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16731] = 2, ACTIONS(1275), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16740] = 2, ACTIONS(996), 1, anon_sym_RPAREN, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16749] = 2, ACTIONS(1277), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16758] = 2, ACTIONS(1279), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16767] = 2, ACTIONS(1281), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16776] = 2, ACTIONS(1283), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16785] = 2, ACTIONS(1285), 1, sym_identifier, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16794] = 2, ACTIONS(1287), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16803] = 2, ACTIONS(1289), 1, anon_sym_LBRACE, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16812] = 2, ACTIONS(1291), 1, anon_sym_in, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16821] = 2, ACTIONS(1293), 1, anon_sym_EQ, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, [16830] = 2, ACTIONS(950), 1, anon_sym_GT, ACTIONS(3), 3, sym_multiline_comment, sym_preprocessor_directive, sym_comment, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(2)] = 0, [SMALL_STATE(3)] = 113, [SMALL_STATE(4)] = 226, [SMALL_STATE(5)] = 339, [SMALL_STATE(6)] = 397, [SMALL_STATE(7)] = 473, [SMALL_STATE(8)] = 547, [SMALL_STATE(9)] = 587, [SMALL_STATE(10)] = 627, [SMALL_STATE(11)] = 702, [SMALL_STATE(12)] = 779, [SMALL_STATE(13)] = 854, [SMALL_STATE(14)] = 931, [SMALL_STATE(15)] = 1002, [SMALL_STATE(16)] = 1077, [SMALL_STATE(17)] = 1154, [SMALL_STATE(18)] = 1228, [SMALL_STATE(19)] = 1302, [SMALL_STATE(20)] = 1369, [SMALL_STATE(21)] = 1440, [SMALL_STATE(22)] = 1511, [SMALL_STATE(23)] = 1582, [SMALL_STATE(24)] = 1653, [SMALL_STATE(25)] = 1722, [SMALL_STATE(26)] = 1793, [SMALL_STATE(27)] = 1864, [SMALL_STATE(28)] = 1931, [SMALL_STATE(29)] = 2002, [SMALL_STATE(30)] = 2073, [SMALL_STATE(31)] = 2141, [SMALL_STATE(32)] = 2209, [SMALL_STATE(33)] = 2277, [SMALL_STATE(34)] = 2345, [SMALL_STATE(35)] = 2413, [SMALL_STATE(36)] = 2481, [SMALL_STATE(37)] = 2549, [SMALL_STATE(38)] = 2617, [SMALL_STATE(39)] = 2685, [SMALL_STATE(40)] = 2753, [SMALL_STATE(41)] = 2821, [SMALL_STATE(42)] = 2889, [SMALL_STATE(43)] = 2957, [SMALL_STATE(44)] = 3025, [SMALL_STATE(45)] = 3093, [SMALL_STATE(46)] = 3161, [SMALL_STATE(47)] = 3229, [SMALL_STATE(48)] = 3290, [SMALL_STATE(49)] = 3349, [SMALL_STATE(50)] = 3410, [SMALL_STATE(51)] = 3471, [SMALL_STATE(52)] = 3530, [SMALL_STATE(53)] = 3591, [SMALL_STATE(54)] = 3650, [SMALL_STATE(55)] = 3709, [SMALL_STATE(56)] = 3768, [SMALL_STATE(57)] = 3829, [SMALL_STATE(58)] = 3890, [SMALL_STATE(59)] = 3949, [SMALL_STATE(60)] = 4014, [SMALL_STATE(61)] = 4079, [SMALL_STATE(62)] = 4138, [SMALL_STATE(63)] = 4203, [SMALL_STATE(64)] = 4268, [SMALL_STATE(65)] = 4333, [SMALL_STATE(66)] = 4392, [SMALL_STATE(67)] = 4451, [SMALL_STATE(68)] = 4512, [SMALL_STATE(69)] = 4571, [SMALL_STATE(70)] = 4630, [SMALL_STATE(71)] = 4689, [SMALL_STATE(72)] = 4750, [SMALL_STATE(73)] = 4815, [SMALL_STATE(74)] = 4874, [SMALL_STATE(75)] = 4935, [SMALL_STATE(76)] = 4994, [SMALL_STATE(77)] = 5055, [SMALL_STATE(78)] = 5114, [SMALL_STATE(79)] = 5179, [SMALL_STATE(80)] = 5240, [SMALL_STATE(81)] = 5301, [SMALL_STATE(82)] = 5366, [SMALL_STATE(83)] = 5427, [SMALL_STATE(84)] = 5488, [SMALL_STATE(85)] = 5553, [SMALL_STATE(86)] = 5612, [SMALL_STATE(87)] = 5677, [SMALL_STATE(88)] = 5742, [SMALL_STATE(89)] = 5801, [SMALL_STATE(90)] = 5866, [SMALL_STATE(91)] = 5927, [SMALL_STATE(92)] = 5992, [SMALL_STATE(93)] = 6053, [SMALL_STATE(94)] = 6114, [SMALL_STATE(95)] = 6173, [SMALL_STATE(96)] = 6232, [SMALL_STATE(97)] = 6297, [SMALL_STATE(98)] = 6362, [SMALL_STATE(99)] = 6424, [SMALL_STATE(100)] = 6486, [SMALL_STATE(101)] = 6548, [SMALL_STATE(102)] = 6610, [SMALL_STATE(103)] = 6668, [SMALL_STATE(104)] = 6730, [SMALL_STATE(105)] = 6788, [SMALL_STATE(106)] = 6850, [SMALL_STATE(107)] = 6908, [SMALL_STATE(108)] = 6966, [SMALL_STATE(109)] = 7028, [SMALL_STATE(110)] = 7062, [SMALL_STATE(111)] = 7124, [SMALL_STATE(112)] = 7186, [SMALL_STATE(113)] = 7248, [SMALL_STATE(114)] = 7310, [SMALL_STATE(115)] = 7372, [SMALL_STATE(116)] = 7430, [SMALL_STATE(117)] = 7492, [SMALL_STATE(118)] = 7554, [SMALL_STATE(119)] = 7616, [SMALL_STATE(120)] = 7678, [SMALL_STATE(121)] = 7740, [SMALL_STATE(122)] = 7802, [SMALL_STATE(123)] = 7864, [SMALL_STATE(124)] = 7926, [SMALL_STATE(125)] = 7988, [SMALL_STATE(126)] = 8050, [SMALL_STATE(127)] = 8112, [SMALL_STATE(128)] = 8170, [SMALL_STATE(129)] = 8232, [SMALL_STATE(130)] = 8294, [SMALL_STATE(131)] = 8356, [SMALL_STATE(132)] = 8390, [SMALL_STATE(133)] = 8447, [SMALL_STATE(134)] = 8504, [SMALL_STATE(135)] = 8561, [SMALL_STATE(136)] = 8618, [SMALL_STATE(137)] = 8675, [SMALL_STATE(138)] = 8732, [SMALL_STATE(139)] = 8789, [SMALL_STATE(140)] = 8821, [SMALL_STATE(141)] = 8854, [SMALL_STATE(142)] = 8887, [SMALL_STATE(143)] = 8920, [SMALL_STATE(144)] = 8957, [SMALL_STATE(145)] = 8990, [SMALL_STATE(146)] = 9023, [SMALL_STATE(147)] = 9051, [SMALL_STATE(148)] = 9081, [SMALL_STATE(149)] = 9113, [SMALL_STATE(150)] = 9143, [SMALL_STATE(151)] = 9173, [SMALL_STATE(152)] = 9205, [SMALL_STATE(153)] = 9237, [SMALL_STATE(154)] = 9264, [SMALL_STATE(155)] = 9291, [SMALL_STATE(156)] = 9326, [SMALL_STATE(157)] = 9353, [SMALL_STATE(158)] = 9380, [SMALL_STATE(159)] = 9407, [SMALL_STATE(160)] = 9434, [SMALL_STATE(161)] = 9469, [SMALL_STATE(162)] = 9496, [SMALL_STATE(163)] = 9523, [SMALL_STATE(164)] = 9558, [SMALL_STATE(165)] = 9585, [SMALL_STATE(166)] = 9628, [SMALL_STATE(167)] = 9671, [SMALL_STATE(168)] = 9698, [SMALL_STATE(169)] = 9725, [SMALL_STATE(170)] = 9752, [SMALL_STATE(171)] = 9779, [SMALL_STATE(172)] = 9806, [SMALL_STATE(173)] = 9833, [SMALL_STATE(174)] = 9876, [SMALL_STATE(175)] = 9903, [SMALL_STATE(176)] = 9946, [SMALL_STATE(177)] = 9973, [SMALL_STATE(178)] = 10003, [SMALL_STATE(179)] = 10031, [SMALL_STATE(180)] = 10071, [SMALL_STATE(181)] = 10099, [SMALL_STATE(182)] = 10127, [SMALL_STATE(183)] = 10167, [SMALL_STATE(184)] = 10207, [SMALL_STATE(185)] = 10235, [SMALL_STATE(186)] = 10260, [SMALL_STATE(187)] = 10285, [SMALL_STATE(188)] = 10310, [SMALL_STATE(189)] = 10335, [SMALL_STATE(190)] = 10360, [SMALL_STATE(191)] = 10385, [SMALL_STATE(192)] = 10410, [SMALL_STATE(193)] = 10435, [SMALL_STATE(194)] = 10460, [SMALL_STATE(195)] = 10485, [SMALL_STATE(196)] = 10510, [SMALL_STATE(197)] = 10535, [SMALL_STATE(198)] = 10560, [SMALL_STATE(199)] = 10585, [SMALL_STATE(200)] = 10610, [SMALL_STATE(201)] = 10635, [SMALL_STATE(202)] = 10660, [SMALL_STATE(203)] = 10684, [SMALL_STATE(204)] = 10708, [SMALL_STATE(205)] = 10746, [SMALL_STATE(206)] = 10770, [SMALL_STATE(207)] = 10793, [SMALL_STATE(208)] = 10816, [SMALL_STATE(209)] = 10839, [SMALL_STATE(210)] = 10862, [SMALL_STATE(211)] = 10885, [SMALL_STATE(212)] = 10908, [SMALL_STATE(213)] = 10931, [SMALL_STATE(214)] = 10954, [SMALL_STATE(215)] = 10977, [SMALL_STATE(216)] = 11000, [SMALL_STATE(217)] = 11023, [SMALL_STATE(218)] = 11046, [SMALL_STATE(219)] = 11069, [SMALL_STATE(220)] = 11092, [SMALL_STATE(221)] = 11127, [SMALL_STATE(222)] = 11150, [SMALL_STATE(223)] = 11173, [SMALL_STATE(224)] = 11196, [SMALL_STATE(225)] = 11221, [SMALL_STATE(226)] = 11244, [SMALL_STATE(227)] = 11267, [SMALL_STATE(228)] = 11290, [SMALL_STATE(229)] = 11313, [SMALL_STATE(230)] = 11336, [SMALL_STATE(231)] = 11359, [SMALL_STATE(232)] = 11382, [SMALL_STATE(233)] = 11405, [SMALL_STATE(234)] = 11440, [SMALL_STATE(235)] = 11463, [SMALL_STATE(236)] = 11486, [SMALL_STATE(237)] = 11509, [SMALL_STATE(238)] = 11532, [SMALL_STATE(239)] = 11555, [SMALL_STATE(240)] = 11578, [SMALL_STATE(241)] = 11601, [SMALL_STATE(242)] = 11624, [SMALL_STATE(243)] = 11647, [SMALL_STATE(244)] = 11670, [SMALL_STATE(245)] = 11693, [SMALL_STATE(246)] = 11716, [SMALL_STATE(247)] = 11739, [SMALL_STATE(248)] = 11762, [SMALL_STATE(249)] = 11785, [SMALL_STATE(250)] = 11808, [SMALL_STATE(251)] = 11831, [SMALL_STATE(252)] = 11854, [SMALL_STATE(253)] = 11877, [SMALL_STATE(254)] = 11900, [SMALL_STATE(255)] = 11923, [SMALL_STATE(256)] = 11946, [SMALL_STATE(257)] = 11969, [SMALL_STATE(258)] = 11992, [SMALL_STATE(259)] = 12015, [SMALL_STATE(260)] = 12038, [SMALL_STATE(261)] = 12061, [SMALL_STATE(262)] = 12084, [SMALL_STATE(263)] = 12109, [SMALL_STATE(264)] = 12132, [SMALL_STATE(265)] = 12155, [SMALL_STATE(266)] = 12178, [SMALL_STATE(267)] = 12201, [SMALL_STATE(268)] = 12224, [SMALL_STATE(269)] = 12247, [SMALL_STATE(270)] = 12270, [SMALL_STATE(271)] = 12293, [SMALL_STATE(272)] = 12316, [SMALL_STATE(273)] = 12339, [SMALL_STATE(274)] = 12362, [SMALL_STATE(275)] = 12385, [SMALL_STATE(276)] = 12408, [SMALL_STATE(277)] = 12431, [SMALL_STATE(278)] = 12454, [SMALL_STATE(279)] = 12477, [SMALL_STATE(280)] = 12500, [SMALL_STATE(281)] = 12523, [SMALL_STATE(282)] = 12546, [SMALL_STATE(283)] = 12569, [SMALL_STATE(284)] = 12592, [SMALL_STATE(285)] = 12615, [SMALL_STATE(286)] = 12638, [SMALL_STATE(287)] = 12670, [SMALL_STATE(288)] = 12702, [SMALL_STATE(289)] = 12731, [SMALL_STATE(290)] = 12760, [SMALL_STATE(291)] = 12789, [SMALL_STATE(292)] = 12818, [SMALL_STATE(293)] = 12847, [SMALL_STATE(294)] = 12876, [SMALL_STATE(295)] = 12905, [SMALL_STATE(296)] = 12934, [SMALL_STATE(297)] = 12963, [SMALL_STATE(298)] = 12992, [SMALL_STATE(299)] = 13012, [SMALL_STATE(300)] = 13031, [SMALL_STATE(301)] = 13050, [SMALL_STATE(302)] = 13069, [SMALL_STATE(303)] = 13088, [SMALL_STATE(304)] = 13107, [SMALL_STATE(305)] = 13126, [SMALL_STATE(306)] = 13145, [SMALL_STATE(307)] = 13164, [SMALL_STATE(308)] = 13185, [SMALL_STATE(309)] = 13204, [SMALL_STATE(310)] = 13223, [SMALL_STATE(311)] = 13242, [SMALL_STATE(312)] = 13261, [SMALL_STATE(313)] = 13280, [SMALL_STATE(314)] = 13299, [SMALL_STATE(315)] = 13318, [SMALL_STATE(316)] = 13337, [SMALL_STATE(317)] = 13356, [SMALL_STATE(318)] = 13375, [SMALL_STATE(319)] = 13394, [SMALL_STATE(320)] = 13413, [SMALL_STATE(321)] = 13432, [SMALL_STATE(322)] = 13451, [SMALL_STATE(323)] = 13470, [SMALL_STATE(324)] = 13489, [SMALL_STATE(325)] = 13508, [SMALL_STATE(326)] = 13527, [SMALL_STATE(327)] = 13546, [SMALL_STATE(328)] = 13565, [SMALL_STATE(329)] = 13584, [SMALL_STATE(330)] = 13603, [SMALL_STATE(331)] = 13622, [SMALL_STATE(332)] = 13641, [SMALL_STATE(333)] = 13671, [SMALL_STATE(334)] = 13695, [SMALL_STATE(335)] = 13713, [SMALL_STATE(336)] = 13731, [SMALL_STATE(337)] = 13761, [SMALL_STATE(338)] = 13783, [SMALL_STATE(339)] = 13813, [SMALL_STATE(340)] = 13831, [SMALL_STATE(341)] = 13855, [SMALL_STATE(342)] = 13882, [SMALL_STATE(343)] = 13909, [SMALL_STATE(344)] = 13936, [SMALL_STATE(345)] = 13963, [SMALL_STATE(346)] = 13982, [SMALL_STATE(347)] = 14009, [SMALL_STATE(348)] = 14036, [SMALL_STATE(349)] = 14054, [SMALL_STATE(350)] = 14076, [SMALL_STATE(351)] = 14100, [SMALL_STATE(352)] = 14120, [SMALL_STATE(353)] = 14142, [SMALL_STATE(354)] = 14164, [SMALL_STATE(355)] = 14186, [SMALL_STATE(356)] = 14206, [SMALL_STATE(357)] = 14222, [SMALL_STATE(358)] = 14238, [SMALL_STATE(359)] = 14260, [SMALL_STATE(360)] = 14282, [SMALL_STATE(361)] = 14306, [SMALL_STATE(362)] = 14330, [SMALL_STATE(363)] = 14352, [SMALL_STATE(364)] = 14369, [SMALL_STATE(365)] = 14386, [SMALL_STATE(366)] = 14405, [SMALL_STATE(367)] = 14422, [SMALL_STATE(368)] = 14443, [SMALL_STATE(369)] = 14464, [SMALL_STATE(370)] = 14481, [SMALL_STATE(371)] = 14502, [SMALL_STATE(372)] = 14520, [SMALL_STATE(373)] = 14536, [SMALL_STATE(374)] = 14552, [SMALL_STATE(375)] = 14568, [SMALL_STATE(376)] = 14586, [SMALL_STATE(377)] = 14604, [SMALL_STATE(378)] = 14620, [SMALL_STATE(379)] = 14636, [SMALL_STATE(380)] = 14652, [SMALL_STATE(381)] = 14670, [SMALL_STATE(382)] = 14686, [SMALL_STATE(383)] = 14702, [SMALL_STATE(384)] = 14718, [SMALL_STATE(385)] = 14732, [SMALL_STATE(386)] = 14750, [SMALL_STATE(387)] = 14766, [SMALL_STATE(388)] = 14780, [SMALL_STATE(389)] = 14798, [SMALL_STATE(390)] = 14814, [SMALL_STATE(391)] = 14826, [SMALL_STATE(392)] = 14844, [SMALL_STATE(393)] = 14859, [SMALL_STATE(394)] = 14874, [SMALL_STATE(395)] = 14885, [SMALL_STATE(396)] = 14898, [SMALL_STATE(397)] = 14913, [SMALL_STATE(398)] = 14928, [SMALL_STATE(399)] = 14939, [SMALL_STATE(400)] = 14952, [SMALL_STATE(401)] = 14967, [SMALL_STATE(402)] = 14982, [SMALL_STATE(403)] = 14993, [SMALL_STATE(404)] = 15008, [SMALL_STATE(405)] = 15021, [SMALL_STATE(406)] = 15036, [SMALL_STATE(407)] = 15047, [SMALL_STATE(408)] = 15062, [SMALL_STATE(409)] = 15073, [SMALL_STATE(410)] = 15088, [SMALL_STATE(411)] = 15103, [SMALL_STATE(412)] = 15118, [SMALL_STATE(413)] = 15133, [SMALL_STATE(414)] = 15148, [SMALL_STATE(415)] = 15163, [SMALL_STATE(416)] = 15178, [SMALL_STATE(417)] = 15191, [SMALL_STATE(418)] = 15202, [SMALL_STATE(419)] = 15217, [SMALL_STATE(420)] = 15232, [SMALL_STATE(421)] = 15247, [SMALL_STATE(422)] = 15262, [SMALL_STATE(423)] = 15277, [SMALL_STATE(424)] = 15292, [SMALL_STATE(425)] = 15307, [SMALL_STATE(426)] = 15318, [SMALL_STATE(427)] = 15333, [SMALL_STATE(428)] = 15348, [SMALL_STATE(429)] = 15363, [SMALL_STATE(430)] = 15374, [SMALL_STATE(431)] = 15389, [SMALL_STATE(432)] = 15404, [SMALL_STATE(433)] = 15419, [SMALL_STATE(434)] = 15434, [SMALL_STATE(435)] = 15447, [SMALL_STATE(436)] = 15462, [SMALL_STATE(437)] = 15477, [SMALL_STATE(438)] = 15489, [SMALL_STATE(439)] = 15501, [SMALL_STATE(440)] = 15513, [SMALL_STATE(441)] = 15525, [SMALL_STATE(442)] = 15537, [SMALL_STATE(443)] = 15549, [SMALL_STATE(444)] = 15561, [SMALL_STATE(445)] = 15573, [SMALL_STATE(446)] = 15585, [SMALL_STATE(447)] = 15597, [SMALL_STATE(448)] = 15609, [SMALL_STATE(449)] = 15621, [SMALL_STATE(450)] = 15633, [SMALL_STATE(451)] = 15643, [SMALL_STATE(452)] = 15655, [SMALL_STATE(453)] = 15665, [SMALL_STATE(454)] = 15675, [SMALL_STATE(455)] = 15687, [SMALL_STATE(456)] = 15697, [SMALL_STATE(457)] = 15709, [SMALL_STATE(458)] = 15721, [SMALL_STATE(459)] = 15731, [SMALL_STATE(460)] = 15743, [SMALL_STATE(461)] = 15755, [SMALL_STATE(462)] = 15767, [SMALL_STATE(463)] = 15777, [SMALL_STATE(464)] = 15789, [SMALL_STATE(465)] = 15799, [SMALL_STATE(466)] = 15811, [SMALL_STATE(467)] = 15823, [SMALL_STATE(468)] = 15835, [SMALL_STATE(469)] = 15847, [SMALL_STATE(470)] = 15859, [SMALL_STATE(471)] = 15869, [SMALL_STATE(472)] = 15881, [SMALL_STATE(473)] = 15893, [SMALL_STATE(474)] = 15905, [SMALL_STATE(475)] = 15917, [SMALL_STATE(476)] = 15929, [SMALL_STATE(477)] = 15941, [SMALL_STATE(478)] = 15951, [SMALL_STATE(479)] = 15963, [SMALL_STATE(480)] = 15975, [SMALL_STATE(481)] = 15987, [SMALL_STATE(482)] = 15999, [SMALL_STATE(483)] = 16011, [SMALL_STATE(484)] = 16020, [SMALL_STATE(485)] = 16029, [SMALL_STATE(486)] = 16038, [SMALL_STATE(487)] = 16047, [SMALL_STATE(488)] = 16056, [SMALL_STATE(489)] = 16065, [SMALL_STATE(490)] = 16074, [SMALL_STATE(491)] = 16083, [SMALL_STATE(492)] = 16092, [SMALL_STATE(493)] = 16101, [SMALL_STATE(494)] = 16110, [SMALL_STATE(495)] = 16119, [SMALL_STATE(496)] = 16128, [SMALL_STATE(497)] = 16137, [SMALL_STATE(498)] = 16146, [SMALL_STATE(499)] = 16155, [SMALL_STATE(500)] = 16164, [SMALL_STATE(501)] = 16173, [SMALL_STATE(502)] = 16182, [SMALL_STATE(503)] = 16191, [SMALL_STATE(504)] = 16200, [SMALL_STATE(505)] = 16209, [SMALL_STATE(506)] = 16218, [SMALL_STATE(507)] = 16227, [SMALL_STATE(508)] = 16236, [SMALL_STATE(509)] = 16245, [SMALL_STATE(510)] = 16254, [SMALL_STATE(511)] = 16263, [SMALL_STATE(512)] = 16272, [SMALL_STATE(513)] = 16281, [SMALL_STATE(514)] = 16290, [SMALL_STATE(515)] = 16299, [SMALL_STATE(516)] = 16308, [SMALL_STATE(517)] = 16317, [SMALL_STATE(518)] = 16326, [SMALL_STATE(519)] = 16335, [SMALL_STATE(520)] = 16344, [SMALL_STATE(521)] = 16353, [SMALL_STATE(522)] = 16362, [SMALL_STATE(523)] = 16371, [SMALL_STATE(524)] = 16380, [SMALL_STATE(525)] = 16389, [SMALL_STATE(526)] = 16398, [SMALL_STATE(527)] = 16407, [SMALL_STATE(528)] = 16416, [SMALL_STATE(529)] = 16425, [SMALL_STATE(530)] = 16434, [SMALL_STATE(531)] = 16443, [SMALL_STATE(532)] = 16452, [SMALL_STATE(533)] = 16461, [SMALL_STATE(534)] = 16470, [SMALL_STATE(535)] = 16479, [SMALL_STATE(536)] = 16488, [SMALL_STATE(537)] = 16497, [SMALL_STATE(538)] = 16506, [SMALL_STATE(539)] = 16515, [SMALL_STATE(540)] = 16524, [SMALL_STATE(541)] = 16533, [SMALL_STATE(542)] = 16542, [SMALL_STATE(543)] = 16551, [SMALL_STATE(544)] = 16560, [SMALL_STATE(545)] = 16569, [SMALL_STATE(546)] = 16578, [SMALL_STATE(547)] = 16587, [SMALL_STATE(548)] = 16596, [SMALL_STATE(549)] = 16605, [SMALL_STATE(550)] = 16614, [SMALL_STATE(551)] = 16623, [SMALL_STATE(552)] = 16632, [SMALL_STATE(553)] = 16641, [SMALL_STATE(554)] = 16650, [SMALL_STATE(555)] = 16659, [SMALL_STATE(556)] = 16668, [SMALL_STATE(557)] = 16677, [SMALL_STATE(558)] = 16686, [SMALL_STATE(559)] = 16695, [SMALL_STATE(560)] = 16704, [SMALL_STATE(561)] = 16713, [SMALL_STATE(562)] = 16722, [SMALL_STATE(563)] = 16731, [SMALL_STATE(564)] = 16740, [SMALL_STATE(565)] = 16749, [SMALL_STATE(566)] = 16758, [SMALL_STATE(567)] = 16767, [SMALL_STATE(568)] = 16776, [SMALL_STATE(569)] = 16785, [SMALL_STATE(570)] = 16794, [SMALL_STATE(571)] = 16803, [SMALL_STATE(572)] = 16812, [SMALL_STATE(573)] = 16821, [SMALL_STATE(574)] = 16830, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tablegen_file, 0, 0, 0), [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(30), [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), [79] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paste_value, 2, 0, 0), [81] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paste_value, 2, 0, 0), [83] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), [85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), [87] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), [89] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(32), [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), [103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dag_arg_list, 1, 0, 0), [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), [121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dag_arg_list, 2, 0, 0), [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), [127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(147), [130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(72), [133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(45), [136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(32), [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(157), [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(42), [145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(5), [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(157), [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(352), [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(170), [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), SHIFT_REPEAT(202), [162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), [164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), [166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), [168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), [170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_list, 3, 0, 0), [172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), [174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dag_arg_list, 3, 0, 0), [176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), [178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), [180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), [182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), [184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_list, 2, 0, 0), [186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), [190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), [192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), [194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), [196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), [198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), [200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), [202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), [204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), [206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), [208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), [210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), [212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), [214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), [216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), [218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16), [222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), [224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), [242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), [244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), [256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), [262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), [264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), [266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), [274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(443), [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(56), [282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(568), [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(413), [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(557), [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(11), [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(556), [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(28), [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(293), [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(473), [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(124), [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tablegen_file_repeat1, 2, 0, 0), SHIFT_REPEAT(125), [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), [340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(459), [343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), [345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(500), [348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(423), [351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(567), [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(16), [357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(501), [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(20), [363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(292), [366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(467), [369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(113), [372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(117), [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tablegen_file, 1, 0, 0), [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), [419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(458), [422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), [424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(286), [427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(485), [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(565), [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(524), [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(118), [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(455), [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(505), [445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_body_repeat1, 2, 0, 0), SHIFT_REPEAT(503), [448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value, 1, 0, 0), [450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value, 1, 0, 0), [452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2, 0, 0), [454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2, 0, 0), [456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value, 2, 0, 0), [458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value, 2, 0, 0), [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), [462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), [466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(352), [469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), [471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), SHIFT_REPEAT(44), [474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), [476] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), SHIFT_REPEAT(41), [479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), SHIFT_REPEAT(530), [482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_value, 1, 0, 0), [484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_value, 1, 0, 0), [486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert, 5, 0, 0), [488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert, 5, 0, 0), [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), [492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_initializer, 2, 0, 0), [494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_initializer, 2, 0, 0), [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), [498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_initializer, 3, 0, 0), [500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_initializer, 3, 0, 0), [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), [504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2, 0, 0), SHIFT_REPEAT(359), [507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dag_initializer, 4, 0, 0), [509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dag_initializer, 4, 0, 0), [511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator, 7, 0, 0), [513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator, 7, 0, 0), [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), [521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_record, 4, 0, 0), [523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_record, 4, 0, 0), [525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_suffix, 3, 0, 0), [527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_suffix, 3, 0, 0), [529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator, 4, 0, 0), [531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator, 4, 0, 0), [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), SHIFT_REPEAT(33), [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), SHIFT_REPEAT(43), [539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_value_repeat1, 2, 0, 0), SHIFT_REPEAT(494), [542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_initializer, 5, 0, 0), [544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_initializer, 5, 0, 0), [546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_record, 5, 0, 0), [548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_record, 5, 0, 0), [550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sequence, 3, 0, 0), [552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence, 3, 0, 0), [554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), [556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dag_initializer, 3, 0, 0), [560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dag_initializer, 3, 0, 0), [562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_record, 3, 0, 0), [564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_record, 3, 0, 0), [566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator, 5, 0, 0), [568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator, 5, 0, 0), [570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0), [572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0), [574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_initializer, 6, 0, 0), [576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_initializer, 6, 0, 0), [578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator, 6, 0, 0), [580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator, 6, 0, 0), [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), [584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_value_suffix, 2, 0, 0), [586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_suffix, 2, 0, 0), [588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), [590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), SHIFT_REPEAT(436), [593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), SHIFT_REPEAT(549), [596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), SHIFT_REPEAT(13), [599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), SHIFT_REPEAT(29), [602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), SHIFT_REPEAT(460), [605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), SHIFT_REPEAT(129), [608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_multiclass_body_repeat1, 2, 0, 0), SHIFT_REPEAT(118), [611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_operator, 3, 0, 0), [613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_operator, 3, 0, 0), [615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dag_arg, 1, 0, 0), [617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dag_arg, 1, 0, 0), [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), [623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_paste_value, 3, 0, 0), [625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_paste_value, 3, 0, 0), [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), [633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dag_arg_list_repeat1, 2, 0, 0), [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), [639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dag_arg, 3, 0, 0), [641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dag_arg, 3, 0, 0), [643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 5, 0, 0), [645] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let, 5, 0, 0), [647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 1, 0, 0), [649] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), [651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_def, 2, 0, 0), [653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_def, 2, 0, 0), [655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiclass_body, 3, 0, 0), [657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiclass_body, 3, 0, 0), [659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 3, 0, 2), [661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 3, 0, 2), [663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_body, 1, 0, 0), [665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 1, 0, 0), [667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction, 3, 0, 0), [669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction, 3, 0, 0), [671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defset, 6, 0, 5), [673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defset, 6, 0, 5), [675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiclass, 4, 0, 3), [677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiclass, 4, 0, 3), [679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defvar, 5, 0, 0), [681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defvar, 5, 0, 0), [683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defset, 7, 0, 5), [685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defset, 7, 0, 5), [687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 1, 0, 0), [689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 1, 0, 0), [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), [693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiclass, 5, 0, 3), [695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiclass, 5, 0, 3), [697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 4, 0, 0), [699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 4, 0, 0), [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), [703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach, 4, 0, 0), [705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach, 4, 0, 0), [707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), [709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), [711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defm, 2, 0, 0), [713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defm, 2, 0, 0), [715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 2, 0, 0), [717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 2, 0, 0), [719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_body, 2, 0, 0), [721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_body, 2, 0, 0), [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defm, 4, 0, 3), [727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defm, 4, 0, 3), [729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_def, 3, 0, 3), [731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_def, 3, 0, 3), [733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defm, 3, 0, 0), [735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defm, 3, 0, 0), [737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class, 4, 0, 4), [739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class, 4, 0, 4), [741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_defm, 3, 0, 3), [743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_defm, 3, 0, 3), [745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 6, 0, 0), [747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let, 6, 0, 0), [749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let, 4, 0, 0), [751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let, 4, 0, 0), [753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body, 3, 0, 0), [755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body, 3, 0, 0), [757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction, 4, 0, 0), [759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction, 4, 0, 0), [761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiclass, 3, 0, 3), [763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiclass, 3, 0, 3), [765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiclass_body, 1, 0, 0), [767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiclass_body, 1, 0, 0), [769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_directive, 2, 0, 0), [771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include_directive, 2, 0, 0), [773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), [775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), [777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), [779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), [781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if, 6, 0, 0), [783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if, 6, 0, 0), [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), [787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction, 6, 0, 0), [789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction, 6, 0, 0), [791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_instruction, 8, 0, 0), [793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_instruction, 8, 0, 0), [795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction, 5, 0, 0), [797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction, 5, 0, 0), [799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_instruction, 5, 0, 0), [801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_instruction, 5, 0, 0), [803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_def_var, 5, 0, 3), [805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_def_var, 5, 0, 3), [807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_item, 1, 0, 0), [809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_item, 1, 0, 0), [811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), [813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), [823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), [825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiclass_statement, 1, 0, 0), [827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiclass_statement, 1, 0, 0), [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), [831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 1), [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(24), [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), [845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_piece, 1, 0, 0), [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), [853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat1, 2, 0, 0), [855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat1, 2, 0, 0), SHIFT_REPEAT(111), [858] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), [862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), [864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), [866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(9), [868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), [872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), [874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(353), [877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(353), [880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(8), [882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), [884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), [886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_list, 1, 0, 0), [888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), [890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_piece, 3, 0, 0), [892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(109), [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), [900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), [902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_list, 2, 0, 0), [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), [908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parent_class_list, 2, 0, 0), [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), [914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_range_list_repeat1, 2, 0, 0), [916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_range_list_repeat1, 2, 0, 0), SHIFT_REPEAT(63), [919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_list, 1, 0, 0), [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), [923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parent_class_list, 3, 0, 0), [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parent_class_list, 6, 0, 0), [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parent_class_list, 7, 0, 0), [935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parent_class_list, 8, 0, 0), [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), [939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parent_class_list, 5, 0, 0), [941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat2, 2, 0, 0), [943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat2, 2, 0, 0), SHIFT_REPEAT(544), [946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), [948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parent_class_list, 4, 0, 0), [954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), [960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), [962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_args, 5, 0, 0), [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_arg, 4, 0, 0), [966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_list, 2, 0, 0), [970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat2, 5, 0, 0), [974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_arg, 2, 0, 0), [976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), [978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_args, 3, 0, 0), [982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(471), [984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_list, 2, 0, 0), [986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_item, 6, 0, 0), [988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat2, 6, 0, 0), [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat2, 7, 0, 0), [994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), [996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), [998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_template_args_repeat1, 2, 0, 0), SHIFT_REPEAT(287), [1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_template_args_repeat1, 2, 0, 0), [1003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cond_clause, 3, 0, 0), [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_args, 4, 0, 0), [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_args, 2, 0, 0), [1017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_let_list_repeat1, 2, 0, 0), SHIFT_REPEAT(482), [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_let_list_repeat1, 2, 0, 0), [1022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), [1024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_list, 3, 0, 0), [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parent_class_list_repeat2, 4, 0, 0), [1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_list, 1, 0, 0), [1034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_operator_repeat1, 2, 0, 0), SHIFT_REPEAT(86), [1037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_operator_repeat1, 2, 0, 0), [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_item, 3, 0, 0), [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), [1049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), [1077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, 0, 0), [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), [1083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bits_type, 4, 0, 0), [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), [1087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), [1099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), [1107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), [1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bang_operator, 2, 0, 0), [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), [1113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), [1141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [1143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cond_operator, 2, 0, 0), [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), [1159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), [1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), [1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), [1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), [1189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), [1193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [1195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_iterator, 5, 0, 0), [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), [1247] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), [1291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_iterator, 3, 0, 0), [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), }; enum ts_external_scanner_symbol_identifiers { ts_external_token_multiline_comment = 0, }; static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = { [ts_external_token_multiline_comment] = sym_multiline_comment, }; static const bool ts_external_scanner_states[2][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token_multiline_comment] = true, }, }; #ifdef __cplusplus extern "C" { #endif void *tree_sitter_tablegen_external_scanner_create(void); void tree_sitter_tablegen_external_scanner_destroy(void *); bool tree_sitter_tablegen_external_scanner_scan(void *, TSLexer *, const bool *); unsigned tree_sitter_tablegen_external_scanner_serialize(void *, char *); void tree_sitter_tablegen_external_scanner_deserialize(void *, const char *, unsigned); #ifdef TREE_SITTER_HIDE_SYMBOLS #define TS_PUBLIC #elif defined(_WIN32) #define TS_PUBLIC __declspec(dllexport) #else #define TS_PUBLIC __attribute__((visibility("default"))) #endif TS_PUBLIC const TSLanguage *tree_sitter_tablegen(void) { static const TSLanguage language = { .version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, .external_token_count = EXTERNAL_TOKEN_COUNT, .state_count = STATE_COUNT, .large_state_count = LARGE_STATE_COUNT, .production_id_count = PRODUCTION_ID_COUNT, .field_count = FIELD_COUNT, .max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH, .parse_table = &ts_parse_table[0][0], .small_parse_table = ts_small_parse_table, .small_parse_table_map = ts_small_parse_table_map, .parse_actions = ts_parse_actions, .symbol_names = ts_symbol_names, .field_names = ts_field_names, .field_map_slices = ts_field_map_slices, .field_map_entries = ts_field_map_entries, .symbol_metadata = ts_symbol_metadata, .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], .lex_modes = ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, .external_scanner = { &ts_external_scanner_states[0][0], ts_external_scanner_symbol_map, tree_sitter_tablegen_external_scanner_create, tree_sitter_tablegen_external_scanner_destroy, tree_sitter_tablegen_external_scanner_scan, tree_sitter_tablegen_external_scanner_serialize, tree_sitter_tablegen_external_scanner_deserialize, }, .primary_state_ids = ts_primary_state_ids, }; return &language; } #ifdef __cplusplus } #endif