#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 500
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 221
#define ALIAS_COUNT 0
#define TOKEN_COUNT 114
#define EXTERNAL_TOKEN_COUNT 5
#define FIELD_COUNT 9
#define MAX_ALIAS_SEQUENCE_LENGTH 9
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 8
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym_identifier = 1,
anon_sym_config = 2,
anon_sym_COLON = 3,
anon_sym_agent_name = 4,
anon_sym_agent_label = 5,
anon_sym_description = 6,
anon_sym_agent_type = 7,
anon_sym_default_agent_user = 8,
anon_sym_variables = 9,
anon_sym_EQ = 10,
anon_sym_mutable = 11,
anon_sym_linked = 12,
anon_sym_source = 13,
anon_sym_label = 14,
anon_sym_system = 15,
anon_sym_messages = 16,
anon_sym_welcome = 17,
anon_sym_error = 18,
anon_sym_start_agent = 19,
anon_sym_topic = 20,
anon_sym_connection = 21,
anon_sym_target = 22,
anon_sym_escalation_message = 23,
anon_sym_outbound_route_type = 24,
anon_sym_outbound_route_name = 25,
anon_sym_language = 26,
anon_sym_locale = 27,
anon_sym_default_locale = 28,
anon_sym_additional_locales = 29,
anon_sym_knowledge = 30,
anon_sym_actions = 31,
anon_sym_require_user_confirmation = 32,
anon_sym_include_in_progress_indicator = 33,
anon_sym_progress_indicator_message = 34,
anon_sym_inputs = 35,
anon_sym_outputs = 36,
anon_sym_is_required = 37,
anon_sym_is_displayable = 38,
anon_sym_is_used_by_planner = 39,
anon_sym_filter_from_agent = 40,
anon_sym_complex_data_type_name = 41,
anon_sym_reasoning = 42,
anon_sym_before_reasoning = 43,
anon_sym_after_reasoning = 44,
anon_sym_instructions = 45,
anon_sym_PIPE = 46,
anon_sym_DASH_GT = 47,
anon_sym_DASH = 48,
anon_sym_to = 49,
anon_sym_if = 50,
anon_sym_else = 51,
sym_instruction_text = 52,
anon_sym_RBRACE = 53,
sym_utils_transition = 54,
sym_utils_escalate = 55,
sym_utils_set_variables = 56,
sym_topic_reference = 57,
anon_sym_with = 58,
anon_sym_set = 59,
anon_sym_run = 60,
anon_sym_available = 61,
anon_sym_when = 62,
anon_sym_transition = 63,
anon_sym_string = 64,
anon_sym_number = 65,
anon_sym_boolean = 66,
anon_sym_object = 67,
anon_sym_integer = 68,
anon_sym_long = 69,
anon_sym_date = 70,
anon_sym_datetime = 71,
anon_sym_time = 72,
anon_sym_timestamp = 73,
anon_sym_currency = 74,
anon_sym_id = 75,
anon_sym_list = 76,
anon_sym_LBRACK = 77,
anon_sym_RBRACK = 78,
anon_sym_LPAREN = 79,
anon_sym_RPAREN = 80,
anon_sym_not = 81,
anon_sym_or = 82,
anon_sym_and = 83,
anon_sym_PLUS = 84,
anon_sym_is = 85,
anon_sym_EQ_EQ = 86,
anon_sym_BANG_EQ = 87,
anon_sym_LT = 88,
anon_sym_GT = 89,
anon_sym_LT_EQ = 90,
anon_sym_GT_EQ = 91,
anon_sym_DOT = 92,
anon_sym_COMMA = 93,
sym_reference = 94,
anon_sym_DQUOTE = 95,
aux_sym__double_quoted_string_token1 = 96,
anon_sym_SQUOTE = 97,
aux_sym__single_quoted_string_token1 = 98,
anon_sym_DQUOTE_DQUOTE_DQUOTE = 99,
aux_sym__triple_quoted_string_token1 = 100,
aux_sym__triple_quoted_string_token2 = 101,
aux_sym__triple_quoted_string_token3 = 102,
sym_escape_sequence = 103,
sym_number = 104,
anon_sym_True = 105,
anon_sym_False = 106,
sym_none = 107,
sym_comment = 108,
sym__newline = 109,
sym__indent = 110,
sym__dedent = 111,
sym_interpolation_start = 112,
sym_instruction_text_segment = 113,
sym_source_file = 114,
sym_config_block = 115,
sym_config_entry = 116,
sym_variables_block = 117,
sym_variable_def = 118,
sym_variable_modifier = 119,
sym_variable_entry = 120,
sym_system_block = 121,
sym_system_entry = 122,
sym_messages_block = 123,
sym_message_entry = 124,
sym_start_agent_block = 125,
sym_start_agent_entry = 126,
sym_topic_block = 127,
sym_topic_entry = 128,
sym_connection_block = 129,
sym_connection_entry = 130,
sym_language_block = 131,
sym_language_entry = 132,
sym_knowledge_block = 133,
sym_knowledge_entry = 134,
sym_actions_block = 135,
sym_action_def = 136,
sym_action_entry = 137,
sym_inputs_block = 138,
sym_outputs_block = 139,
sym_param_def = 140,
sym_param_entry = 141,
sym_reasoning_block = 142,
sym_reasoning_entry = 143,
sym_before_reasoning_block = 144,
sym_after_reasoning_block = 145,
sym_instructions_block = 146,
sym_plain_instruction_line = 147,
sym_instruction_line = 148,
sym_dynamic_instruction_line = 149,
sym_instruction_continuation = 150,
sym_instruction_continuation_line = 151,
sym_dynamic_instruction = 152,
sym_transition_instruction = 153,
sym_if_instruction = 154,
sym_else_instruction = 155,
sym_interpolation = 156,
sym_instruction_text_with_interpolation = 157,
sym_reasoning_actions_block = 158,
sym_reasoning_action = 159,
sym_reasoning_target = 160,
sym_reasoning_action_entry = 161,
sym_with_clause = 162,
sym_set_clause = 163,
sym_run_clause = 164,
sym_available_when_clause = 165,
sym_if_clause = 166,
sym_transition_clause = 167,
sym_directive_statement = 168,
sym_set_statement = 169,
sym_run_statement = 170,
sym_if_statement = 171,
sym_else_clause = 172,
sym_description_entry = 173,
sym_type = 174,
sym_list_type = 175,
sym_expression = 176,
sym_primary_expression = 177,
sym_parenthesized_expression = 178,
sym_unary_expression = 179,
sym_binary_expression = 180,
sym_identity_operator = 181,
sym_comparison_operator = 182,
sym_ternary_expression = 183,
sym_property_access = 184,
sym_index_access = 185,
sym_list = 186,
sym_string = 187,
sym__double_quoted_string = 188,
sym__single_quoted_string = 189,
sym__triple_quoted_string = 190,
sym_boolean = 191,
aux_sym_source_file_repeat1 = 192,
aux_sym_config_block_repeat1 = 193,
aux_sym_variables_block_repeat1 = 194,
aux_sym_variable_def_repeat1 = 195,
aux_sym_system_block_repeat1 = 196,
aux_sym_messages_block_repeat1 = 197,
aux_sym_start_agent_block_repeat1 = 198,
aux_sym_topic_block_repeat1 = 199,
aux_sym_connection_block_repeat1 = 200,
aux_sym_language_block_repeat1 = 201,
aux_sym_knowledge_block_repeat1 = 202,
aux_sym_actions_block_repeat1 = 203,
aux_sym_action_def_repeat1 = 204,
aux_sym_inputs_block_repeat1 = 205,
aux_sym_param_def_repeat1 = 206,
aux_sym_reasoning_block_repeat1 = 207,
aux_sym_before_reasoning_block_repeat1 = 208,
aux_sym_instructions_block_repeat1 = 209,
aux_sym_instructions_block_repeat2 = 210,
aux_sym_instructions_block_repeat3 = 211,
aux_sym_instruction_continuation_repeat1 = 212,
aux_sym_instruction_text_with_interpolation_repeat1 = 213,
aux_sym_reasoning_actions_block_repeat1 = 214,
aux_sym_reasoning_action_repeat1 = 215,
aux_sym_run_clause_repeat1 = 216,
aux_sym_list_repeat1 = 217,
aux_sym__double_quoted_string_repeat1 = 218,
aux_sym__single_quoted_string_repeat1 = 219,
aux_sym__triple_quoted_string_repeat1 = 220,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_identifier] = "identifier",
[anon_sym_config] = "config",
[anon_sym_COLON] = ":",
[anon_sym_agent_name] = "agent_name",
[anon_sym_agent_label] = "agent_label",
[anon_sym_description] = "description",
[anon_sym_agent_type] = "agent_type",
[anon_sym_default_agent_user] = "default_agent_user",
[anon_sym_variables] = "variables",
[anon_sym_EQ] = "=",
[anon_sym_mutable] = "mutable",
[anon_sym_linked] = "linked",
[anon_sym_source] = "source",
[anon_sym_label] = "label",
[anon_sym_system] = "system",
[anon_sym_messages] = "messages",
[anon_sym_welcome] = "welcome",
[anon_sym_error] = "error",
[anon_sym_start_agent] = "start_agent",
[anon_sym_topic] = "topic",
[anon_sym_connection] = "connection",
[anon_sym_target] = "target",
[anon_sym_escalation_message] = "escalation_message",
[anon_sym_outbound_route_type] = "outbound_route_type",
[anon_sym_outbound_route_name] = "outbound_route_name",
[anon_sym_language] = "language",
[anon_sym_locale] = "locale",
[anon_sym_default_locale] = "default_locale",
[anon_sym_additional_locales] = "additional_locales",
[anon_sym_knowledge] = "knowledge",
[anon_sym_actions] = "actions",
[anon_sym_require_user_confirmation] = "require_user_confirmation",
[anon_sym_include_in_progress_indicator] = "include_in_progress_indicator",
[anon_sym_progress_indicator_message] = "progress_indicator_message",
[anon_sym_inputs] = "inputs",
[anon_sym_outputs] = "outputs",
[anon_sym_is_required] = "is_required",
[anon_sym_is_displayable] = "is_displayable",
[anon_sym_is_used_by_planner] = "is_used_by_planner",
[anon_sym_filter_from_agent] = "filter_from_agent",
[anon_sym_complex_data_type_name] = "complex_data_type_name",
[anon_sym_reasoning] = "reasoning",
[anon_sym_before_reasoning] = "before_reasoning",
[anon_sym_after_reasoning] = "after_reasoning",
[anon_sym_instructions] = "instructions",
[anon_sym_PIPE] = "|",
[anon_sym_DASH_GT] = "->",
[anon_sym_DASH] = "-",
[anon_sym_to] = "to",
[anon_sym_if] = "if",
[anon_sym_else] = "else",
[sym_instruction_text] = "instruction_text",
[anon_sym_RBRACE] = "}",
[sym_utils_transition] = "utils_transition",
[sym_utils_escalate] = "utils_escalate",
[sym_utils_set_variables] = "utils_set_variables",
[sym_topic_reference] = "topic_reference",
[anon_sym_with] = "with",
[anon_sym_set] = "set",
[anon_sym_run] = "run",
[anon_sym_available] = "available",
[anon_sym_when] = "when",
[anon_sym_transition] = "transition",
[anon_sym_string] = "string",
[anon_sym_number] = "number",
[anon_sym_boolean] = "boolean",
[anon_sym_object] = "object",
[anon_sym_integer] = "integer",
[anon_sym_long] = "long",
[anon_sym_date] = "date",
[anon_sym_datetime] = "datetime",
[anon_sym_time] = "time",
[anon_sym_timestamp] = "timestamp",
[anon_sym_currency] = "currency",
[anon_sym_id] = "id",
[anon_sym_list] = "list",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_not] = "not",
[anon_sym_or] = "or",
[anon_sym_and] = "and",
[anon_sym_PLUS] = "+",
[anon_sym_is] = "is",
[anon_sym_EQ_EQ] = "==",
[anon_sym_BANG_EQ] = "!=",
[anon_sym_LT] = "<",
[anon_sym_GT] = ">",
[anon_sym_LT_EQ] = "<=",
[anon_sym_GT_EQ] = ">=",
[anon_sym_DOT] = ".",
[anon_sym_COMMA] = ",",
[sym_reference] = "reference",
[anon_sym_DQUOTE] = "\"",
[aux_sym__double_quoted_string_token1] = "_double_quoted_string_token1",
[anon_sym_SQUOTE] = "'",
[aux_sym__single_quoted_string_token1] = "_single_quoted_string_token1",
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = "\"\"\"",
[aux_sym__triple_quoted_string_token1] = "_triple_quoted_string_token1",
[aux_sym__triple_quoted_string_token2] = "_triple_quoted_string_token2",
[aux_sym__triple_quoted_string_token3] = "_triple_quoted_string_token3",
[sym_escape_sequence] = "escape_sequence",
[sym_number] = "number",
[anon_sym_True] = "True",
[anon_sym_False] = "False",
[sym_none] = "none",
[sym_comment] = "comment",
[sym__newline] = "_newline",
[sym__indent] = "_indent",
[sym__dedent] = "_dedent",
[sym_interpolation_start] = "interpolation_start",
[sym_instruction_text_segment] = "instruction_text_segment",
[sym_source_file] = "source_file",
[sym_config_block] = "config_block",
[sym_config_entry] = "config_entry",
[sym_variables_block] = "variables_block",
[sym_variable_def] = "variable_def",
[sym_variable_modifier] = "variable_modifier",
[sym_variable_entry] = "variable_entry",
[sym_system_block] = "system_block",
[sym_system_entry] = "system_entry",
[sym_messages_block] = "messages_block",
[sym_message_entry] = "message_entry",
[sym_start_agent_block] = "start_agent_block",
[sym_start_agent_entry] = "start_agent_entry",
[sym_topic_block] = "topic_block",
[sym_topic_entry] = "topic_entry",
[sym_connection_block] = "connection_block",
[sym_connection_entry] = "connection_entry",
[sym_language_block] = "language_block",
[sym_language_entry] = "language_entry",
[sym_knowledge_block] = "knowledge_block",
[sym_knowledge_entry] = "knowledge_entry",
[sym_actions_block] = "actions_block",
[sym_action_def] = "action_def",
[sym_action_entry] = "action_entry",
[sym_inputs_block] = "inputs_block",
[sym_outputs_block] = "outputs_block",
[sym_param_def] = "param_def",
[sym_param_entry] = "param_entry",
[sym_reasoning_block] = "reasoning_block",
[sym_reasoning_entry] = "reasoning_entry",
[sym_before_reasoning_block] = "before_reasoning_block",
[sym_after_reasoning_block] = "after_reasoning_block",
[sym_instructions_block] = "instructions_block",
[sym_plain_instruction_line] = "plain_instruction_line",
[sym_instruction_line] = "instruction_line",
[sym_dynamic_instruction_line] = "dynamic_instruction_line",
[sym_instruction_continuation] = "instruction_continuation",
[sym_instruction_continuation_line] = "instruction_continuation_line",
[sym_dynamic_instruction] = "dynamic_instruction",
[sym_transition_instruction] = "transition_instruction",
[sym_if_instruction] = "if_instruction",
[sym_else_instruction] = "else_instruction",
[sym_interpolation] = "interpolation",
[sym_instruction_text_with_interpolation] = "instruction_text_with_interpolation",
[sym_reasoning_actions_block] = "reasoning_actions_block",
[sym_reasoning_action] = "reasoning_action",
[sym_reasoning_target] = "reasoning_target",
[sym_reasoning_action_entry] = "reasoning_action_entry",
[sym_with_clause] = "with_clause",
[sym_set_clause] = "set_clause",
[sym_run_clause] = "run_clause",
[sym_available_when_clause] = "available_when_clause",
[sym_if_clause] = "if_clause",
[sym_transition_clause] = "transition_clause",
[sym_directive_statement] = "directive_statement",
[sym_set_statement] = "set_statement",
[sym_run_statement] = "run_statement",
[sym_if_statement] = "if_statement",
[sym_else_clause] = "else_clause",
[sym_description_entry] = "description_entry",
[sym_type] = "type",
[sym_list_type] = "list_type",
[sym_expression] = "expression",
[sym_primary_expression] = "primary_expression",
[sym_parenthesized_expression] = "parenthesized_expression",
[sym_unary_expression] = "unary_expression",
[sym_binary_expression] = "binary_expression",
[sym_identity_operator] = "identity_operator",
[sym_comparison_operator] = "comparison_operator",
[sym_ternary_expression] = "ternary_expression",
[sym_property_access] = "property_access",
[sym_index_access] = "index_access",
[sym_list] = "list",
[sym_string] = "string",
[sym__double_quoted_string] = "_double_quoted_string",
[sym__single_quoted_string] = "_single_quoted_string",
[sym__triple_quoted_string] = "_triple_quoted_string",
[sym_boolean] = "boolean",
[aux_sym_source_file_repeat1] = "source_file_repeat1",
[aux_sym_config_block_repeat1] = "config_block_repeat1",
[aux_sym_variables_block_repeat1] = "variables_block_repeat1",
[aux_sym_variable_def_repeat1] = "variable_def_repeat1",
[aux_sym_system_block_repeat1] = "system_block_repeat1",
[aux_sym_messages_block_repeat1] = "messages_block_repeat1",
[aux_sym_start_agent_block_repeat1] = "start_agent_block_repeat1",
[aux_sym_topic_block_repeat1] = "topic_block_repeat1",
[aux_sym_connection_block_repeat1] = "connection_block_repeat1",
[aux_sym_language_block_repeat1] = "language_block_repeat1",
[aux_sym_knowledge_block_repeat1] = "knowledge_block_repeat1",
[aux_sym_actions_block_repeat1] = "actions_block_repeat1",
[aux_sym_action_def_repeat1] = "action_def_repeat1",
[aux_sym_inputs_block_repeat1] = "inputs_block_repeat1",
[aux_sym_param_def_repeat1] = "param_def_repeat1",
[aux_sym_reasoning_block_repeat1] = "reasoning_block_repeat1",
[aux_sym_before_reasoning_block_repeat1] = "before_reasoning_block_repeat1",
[aux_sym_instructions_block_repeat1] = "instructions_block_repeat1",
[aux_sym_instructions_block_repeat2] = "instructions_block_repeat2",
[aux_sym_instructions_block_repeat3] = "instructions_block_repeat3",
[aux_sym_instruction_continuation_repeat1] = "instruction_continuation_repeat1",
[aux_sym_instruction_text_with_interpolation_repeat1] = "instruction_text_with_interpolation_repeat1",
[aux_sym_reasoning_actions_block_repeat1] = "reasoning_actions_block_repeat1",
[aux_sym_reasoning_action_repeat1] = "reasoning_action_repeat1",
[aux_sym_run_clause_repeat1] = "run_clause_repeat1",
[aux_sym_list_repeat1] = "list_repeat1",
[aux_sym__double_quoted_string_repeat1] = "_double_quoted_string_repeat1",
[aux_sym__single_quoted_string_repeat1] = "_single_quoted_string_repeat1",
[aux_sym__triple_quoted_string_repeat1] = "_triple_quoted_string_repeat1",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_identifier] = sym_identifier,
[anon_sym_config] = anon_sym_config,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_agent_name] = anon_sym_agent_name,
[anon_sym_agent_label] = anon_sym_agent_label,
[anon_sym_description] = anon_sym_description,
[anon_sym_agent_type] = anon_sym_agent_type,
[anon_sym_default_agent_user] = anon_sym_default_agent_user,
[anon_sym_variables] = anon_sym_variables,
[anon_sym_EQ] = anon_sym_EQ,
[anon_sym_mutable] = anon_sym_mutable,
[anon_sym_linked] = anon_sym_linked,
[anon_sym_source] = anon_sym_source,
[anon_sym_label] = anon_sym_label,
[anon_sym_system] = anon_sym_system,
[anon_sym_messages] = anon_sym_messages,
[anon_sym_welcome] = anon_sym_welcome,
[anon_sym_error] = anon_sym_error,
[anon_sym_start_agent] = anon_sym_start_agent,
[anon_sym_topic] = anon_sym_topic,
[anon_sym_connection] = anon_sym_connection,
[anon_sym_target] = anon_sym_target,
[anon_sym_escalation_message] = anon_sym_escalation_message,
[anon_sym_outbound_route_type] = anon_sym_outbound_route_type,
[anon_sym_outbound_route_name] = anon_sym_outbound_route_name,
[anon_sym_language] = anon_sym_language,
[anon_sym_locale] = anon_sym_locale,
[anon_sym_default_locale] = anon_sym_default_locale,
[anon_sym_additional_locales] = anon_sym_additional_locales,
[anon_sym_knowledge] = anon_sym_knowledge,
[anon_sym_actions] = anon_sym_actions,
[anon_sym_require_user_confirmation] = anon_sym_require_user_confirmation,
[anon_sym_include_in_progress_indicator] = anon_sym_include_in_progress_indicator,
[anon_sym_progress_indicator_message] = anon_sym_progress_indicator_message,
[anon_sym_inputs] = anon_sym_inputs,
[anon_sym_outputs] = anon_sym_outputs,
[anon_sym_is_required] = anon_sym_is_required,
[anon_sym_is_displayable] = anon_sym_is_displayable,
[anon_sym_is_used_by_planner] = anon_sym_is_used_by_planner,
[anon_sym_filter_from_agent] = anon_sym_filter_from_agent,
[anon_sym_complex_data_type_name] = anon_sym_complex_data_type_name,
[anon_sym_reasoning] = anon_sym_reasoning,
[anon_sym_before_reasoning] = anon_sym_before_reasoning,
[anon_sym_after_reasoning] = anon_sym_after_reasoning,
[anon_sym_instructions] = anon_sym_instructions,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_DASH_GT] = anon_sym_DASH_GT,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_to] = anon_sym_to,
[anon_sym_if] = anon_sym_if,
[anon_sym_else] = anon_sym_else,
[sym_instruction_text] = sym_instruction_text,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[sym_utils_transition] = sym_utils_transition,
[sym_utils_escalate] = sym_utils_escalate,
[sym_utils_set_variables] = sym_utils_set_variables,
[sym_topic_reference] = sym_topic_reference,
[anon_sym_with] = anon_sym_with,
[anon_sym_set] = anon_sym_set,
[anon_sym_run] = anon_sym_run,
[anon_sym_available] = anon_sym_available,
[anon_sym_when] = anon_sym_when,
[anon_sym_transition] = anon_sym_transition,
[anon_sym_string] = anon_sym_string,
[anon_sym_number] = anon_sym_number,
[anon_sym_boolean] = anon_sym_boolean,
[anon_sym_object] = anon_sym_object,
[anon_sym_integer] = anon_sym_integer,
[anon_sym_long] = anon_sym_long,
[anon_sym_date] = anon_sym_date,
[anon_sym_datetime] = anon_sym_datetime,
[anon_sym_time] = anon_sym_time,
[anon_sym_timestamp] = anon_sym_timestamp,
[anon_sym_currency] = anon_sym_currency,
[anon_sym_id] = anon_sym_id,
[anon_sym_list] = anon_sym_list,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_not] = anon_sym_not,
[anon_sym_or] = anon_sym_or,
[anon_sym_and] = anon_sym_and,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_is] = anon_sym_is,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_COMMA] = anon_sym_COMMA,
[sym_reference] = sym_reference,
[anon_sym_DQUOTE] = anon_sym_DQUOTE,
[aux_sym__double_quoted_string_token1] = aux_sym__double_quoted_string_token1,
[anon_sym_SQUOTE] = anon_sym_SQUOTE,
[aux_sym__single_quoted_string_token1] = aux_sym__single_quoted_string_token1,
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = anon_sym_DQUOTE_DQUOTE_DQUOTE,
[aux_sym__triple_quoted_string_token1] = aux_sym__triple_quoted_string_token1,
[aux_sym__triple_quoted_string_token2] = aux_sym__triple_quoted_string_token2,
[aux_sym__triple_quoted_string_token3] = aux_sym__triple_quoted_string_token3,
[sym_escape_sequence] = sym_escape_sequence,
[sym_number] = sym_number,
[anon_sym_True] = anon_sym_True,
[anon_sym_False] = anon_sym_False,
[sym_none] = sym_none,
[sym_comment] = sym_comment,
[sym__newline] = sym__newline,
[sym__indent] = sym__indent,
[sym__dedent] = sym__dedent,
[sym_interpolation_start] = sym_interpolation_start,
[sym_instruction_text_segment] = sym_instruction_text_segment,
[sym_source_file] = sym_source_file,
[sym_config_block] = sym_config_block,
[sym_config_entry] = sym_config_entry,
[sym_variables_block] = sym_variables_block,
[sym_variable_def] = sym_variable_def,
[sym_variable_modifier] = sym_variable_modifier,
[sym_variable_entry] = sym_variable_entry,
[sym_system_block] = sym_system_block,
[sym_system_entry] = sym_system_entry,
[sym_messages_block] = sym_messages_block,
[sym_message_entry] = sym_message_entry,
[sym_start_agent_block] = sym_start_agent_block,
[sym_start_agent_entry] = sym_start_agent_entry,
[sym_topic_block] = sym_topic_block,
[sym_topic_entry] = sym_topic_entry,
[sym_connection_block] = sym_connection_block,
[sym_connection_entry] = sym_connection_entry,
[sym_language_block] = sym_language_block,
[sym_language_entry] = sym_language_entry,
[sym_knowledge_block] = sym_knowledge_block,
[sym_knowledge_entry] = sym_knowledge_entry,
[sym_actions_block] = sym_actions_block,
[sym_action_def] = sym_action_def,
[sym_action_entry] = sym_action_entry,
[sym_inputs_block] = sym_inputs_block,
[sym_outputs_block] = sym_outputs_block,
[sym_param_def] = sym_param_def,
[sym_param_entry] = sym_param_entry,
[sym_reasoning_block] = sym_reasoning_block,
[sym_reasoning_entry] = sym_reasoning_entry,
[sym_before_reasoning_block] = sym_before_reasoning_block,
[sym_after_reasoning_block] = sym_after_reasoning_block,
[sym_instructions_block] = sym_instructions_block,
[sym_plain_instruction_line] = sym_plain_instruction_line,
[sym_instruction_line] = sym_instruction_line,
[sym_dynamic_instruction_line] = sym_dynamic_instruction_line,
[sym_instruction_continuation] = sym_instruction_continuation,
[sym_instruction_continuation_line] = sym_instruction_continuation_line,
[sym_dynamic_instruction] = sym_dynamic_instruction,
[sym_transition_instruction] = sym_transition_instruction,
[sym_if_instruction] = sym_if_instruction,
[sym_else_instruction] = sym_else_instruction,
[sym_interpolation] = sym_interpolation,
[sym_instruction_text_with_interpolation] = sym_instruction_text_with_interpolation,
[sym_reasoning_actions_block] = sym_reasoning_actions_block,
[sym_reasoning_action] = sym_reasoning_action,
[sym_reasoning_target] = sym_reasoning_target,
[sym_reasoning_action_entry] = sym_reasoning_action_entry,
[sym_with_clause] = sym_with_clause,
[sym_set_clause] = sym_set_clause,
[sym_run_clause] = sym_run_clause,
[sym_available_when_clause] = sym_available_when_clause,
[sym_if_clause] = sym_if_clause,
[sym_transition_clause] = sym_transition_clause,
[sym_directive_statement] = sym_directive_statement,
[sym_set_statement] = sym_set_statement,
[sym_run_statement] = sym_run_statement,
[sym_if_statement] = sym_if_statement,
[sym_else_clause] = sym_else_clause,
[sym_description_entry] = sym_description_entry,
[sym_type] = sym_type,
[sym_list_type] = sym_list_type,
[sym_expression] = sym_expression,
[sym_primary_expression] = sym_primary_expression,
[sym_parenthesized_expression] = sym_parenthesized_expression,
[sym_unary_expression] = sym_unary_expression,
[sym_binary_expression] = sym_binary_expression,
[sym_identity_operator] = sym_identity_operator,
[sym_comparison_operator] = sym_comparison_operator,
[sym_ternary_expression] = sym_ternary_expression,
[sym_property_access] = sym_property_access,
[sym_index_access] = sym_index_access,
[sym_list] = sym_list,
[sym_string] = sym_string,
[sym__double_quoted_string] = sym__double_quoted_string,
[sym__single_quoted_string] = sym__single_quoted_string,
[sym__triple_quoted_string] = sym__triple_quoted_string,
[sym_boolean] = sym_boolean,
[aux_sym_source_file_repeat1] = aux_sym_source_file_repeat1,
[aux_sym_config_block_repeat1] = aux_sym_config_block_repeat1,
[aux_sym_variables_block_repeat1] = aux_sym_variables_block_repeat1,
[aux_sym_variable_def_repeat1] = aux_sym_variable_def_repeat1,
[aux_sym_system_block_repeat1] = aux_sym_system_block_repeat1,
[aux_sym_messages_block_repeat1] = aux_sym_messages_block_repeat1,
[aux_sym_start_agent_block_repeat1] = aux_sym_start_agent_block_repeat1,
[aux_sym_topic_block_repeat1] = aux_sym_topic_block_repeat1,
[aux_sym_connection_block_repeat1] = aux_sym_connection_block_repeat1,
[aux_sym_language_block_repeat1] = aux_sym_language_block_repeat1,
[aux_sym_knowledge_block_repeat1] = aux_sym_knowledge_block_repeat1,
[aux_sym_actions_block_repeat1] = aux_sym_actions_block_repeat1,
[aux_sym_action_def_repeat1] = aux_sym_action_def_repeat1,
[aux_sym_inputs_block_repeat1] = aux_sym_inputs_block_repeat1,
[aux_sym_param_def_repeat1] = aux_sym_param_def_repeat1,
[aux_sym_reasoning_block_repeat1] = aux_sym_reasoning_block_repeat1,
[aux_sym_before_reasoning_block_repeat1] = aux_sym_before_reasoning_block_repeat1,
[aux_sym_instructions_block_repeat1] = aux_sym_instructions_block_repeat1,
[aux_sym_instructions_block_repeat2] = aux_sym_instructions_block_repeat2,
[aux_sym_instructions_block_repeat3] = aux_sym_instructions_block_repeat3,
[aux_sym_instruction_continuation_repeat1] = aux_sym_instruction_continuation_repeat1,
[aux_sym_instruction_text_with_interpolation_repeat1] = aux_sym_instruction_text_with_interpolation_repeat1,
[aux_sym_reasoning_actions_block_repeat1] = aux_sym_reasoning_actions_block_repeat1,
[aux_sym_reasoning_action_repeat1] = aux_sym_reasoning_action_repeat1,
[aux_sym_run_clause_repeat1] = aux_sym_run_clause_repeat1,
[aux_sym_list_repeat1] = aux_sym_list_repeat1,
[aux_sym__double_quoted_string_repeat1] = aux_sym__double_quoted_string_repeat1,
[aux_sym__single_quoted_string_repeat1] = aux_sym__single_quoted_string_repeat1,
[aux_sym__triple_quoted_string_repeat1] = aux_sym__triple_quoted_string_repeat1,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_identifier] = {
.visible = true,
.named = true,
},
[anon_sym_config] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_agent_name] = {
.visible = true,
.named = false,
},
[anon_sym_agent_label] = {
.visible = true,
.named = false,
},
[anon_sym_description] = {
.visible = true,
.named = false,
},
[anon_sym_agent_type] = {
.visible = true,
.named = false,
},
[anon_sym_default_agent_user] = {
.visible = true,
.named = false,
},
[anon_sym_variables] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_mutable] = {
.visible = true,
.named = false,
},
[anon_sym_linked] = {
.visible = true,
.named = false,
},
[anon_sym_source] = {
.visible = true,
.named = false,
},
[anon_sym_label] = {
.visible = true,
.named = false,
},
[anon_sym_system] = {
.visible = true,
.named = false,
},
[anon_sym_messages] = {
.visible = true,
.named = false,
},
[anon_sym_welcome] = {
.visible = true,
.named = false,
},
[anon_sym_error] = {
.visible = true,
.named = false,
},
[anon_sym_start_agent] = {
.visible = true,
.named = false,
},
[anon_sym_topic] = {
.visible = true,
.named = false,
},
[anon_sym_connection] = {
.visible = true,
.named = false,
},
[anon_sym_target] = {
.visible = true,
.named = false,
},
[anon_sym_escalation_message] = {
.visible = true,
.named = false,
},
[anon_sym_outbound_route_type] = {
.visible = true,
.named = false,
},
[anon_sym_outbound_route_name] = {
.visible = true,
.named = false,
},
[anon_sym_language] = {
.visible = true,
.named = false,
},
[anon_sym_locale] = {
.visible = true,
.named = false,
},
[anon_sym_default_locale] = {
.visible = true,
.named = false,
},
[anon_sym_additional_locales] = {
.visible = true,
.named = false,
},
[anon_sym_knowledge] = {
.visible = true,
.named = false,
},
[anon_sym_actions] = {
.visible = true,
.named = false,
},
[anon_sym_require_user_confirmation] = {
.visible = true,
.named = false,
},
[anon_sym_include_in_progress_indicator] = {
.visible = true,
.named = false,
},
[anon_sym_progress_indicator_message] = {
.visible = true,
.named = false,
},
[anon_sym_inputs] = {
.visible = true,
.named = false,
},
[anon_sym_outputs] = {
.visible = true,
.named = false,
},
[anon_sym_is_required] = {
.visible = true,
.named = false,
},
[anon_sym_is_displayable] = {
.visible = true,
.named = false,
},
[anon_sym_is_used_by_planner] = {
.visible = true,
.named = false,
},
[anon_sym_filter_from_agent] = {
.visible = true,
.named = false,
},
[anon_sym_complex_data_type_name] = {
.visible = true,
.named = false,
},
[anon_sym_reasoning] = {
.visible = true,
.named = false,
},
[anon_sym_before_reasoning] = {
.visible = true,
.named = false,
},
[anon_sym_after_reasoning] = {
.visible = true,
.named = false,
},
[anon_sym_instructions] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_DASH_GT] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_to] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[sym_instruction_text] = {
.visible = true,
.named = true,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[sym_utils_transition] = {
.visible = true,
.named = true,
},
[sym_utils_escalate] = {
.visible = true,
.named = true,
},
[sym_utils_set_variables] = {
.visible = true,
.named = true,
},
[sym_topic_reference] = {
.visible = true,
.named = true,
},
[anon_sym_with] = {
.visible = true,
.named = false,
},
[anon_sym_set] = {
.visible = true,
.named = false,
},
[anon_sym_run] = {
.visible = true,
.named = false,
},
[anon_sym_available] = {
.visible = true,
.named = false,
},
[anon_sym_when] = {
.visible = true,
.named = false,
},
[anon_sym_transition] = {
.visible = true,
.named = false,
},
[anon_sym_string] = {
.visible = true,
.named = false,
},
[anon_sym_number] = {
.visible = true,
.named = false,
},
[anon_sym_boolean] = {
.visible = true,
.named = false,
},
[anon_sym_object] = {
.visible = true,
.named = false,
},
[anon_sym_integer] = {
.visible = true,
.named = false,
},
[anon_sym_long] = {
.visible = true,
.named = false,
},
[anon_sym_date] = {
.visible = true,
.named = false,
},
[anon_sym_datetime] = {
.visible = true,
.named = false,
},
[anon_sym_time] = {
.visible = true,
.named = false,
},
[anon_sym_timestamp] = {
.visible = true,
.named = false,
},
[anon_sym_currency] = {
.visible = true,
.named = false,
},
[anon_sym_id] = {
.visible = true,
.named = false,
},
[anon_sym_list] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_not] = {
.visible = true,
.named = false,
},
[anon_sym_or] = {
.visible = true,
.named = false,
},
[anon_sym_and] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_is] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[sym_reference] = {
.visible = true,
.named = true,
},
[anon_sym_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym__double_quoted_string_token1] = {
.visible = false,
.named = false,
},
[anon_sym_SQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym__single_quoted_string_token1] = {
.visible = false,
.named = false,
},
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = {
.visible = true,
.named = false,
},
[aux_sym__triple_quoted_string_token1] = {
.visible = false,
.named = false,
},
[aux_sym__triple_quoted_string_token2] = {
.visible = false,
.named = false,
},
[aux_sym__triple_quoted_string_token3] = {
.visible = false,
.named = false,
},
[sym_escape_sequence] = {
.visible = true,
.named = true,
},
[sym_number] = {
.visible = true,
.named = true,
},
[anon_sym_True] = {
.visible = true,
.named = false,
},
[anon_sym_False] = {
.visible = true,
.named = false,
},
[sym_none] = {
.visible = true,
.named = true,
},
[sym_comment] = {
.visible = true,
.named = true,
},
[sym__newline] = {
.visible = false,
.named = true,
},
[sym__indent] = {
.visible = false,
.named = true,
},
[sym__dedent] = {
.visible = false,
.named = true,
},
[sym_interpolation_start] = {
.visible = true,
.named = true,
},
[sym_instruction_text_segment] = {
.visible = true,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym_config_block] = {
.visible = true,
.named = true,
},
[sym_config_entry] = {
.visible = true,
.named = true,
},
[sym_variables_block] = {
.visible = true,
.named = true,
},
[sym_variable_def] = {
.visible = true,
.named = true,
},
[sym_variable_modifier] = {
.visible = true,
.named = true,
},
[sym_variable_entry] = {
.visible = true,
.named = true,
},
[sym_system_block] = {
.visible = true,
.named = true,
},
[sym_system_entry] = {
.visible = true,
.named = true,
},
[sym_messages_block] = {
.visible = true,
.named = true,
},
[sym_message_entry] = {
.visible = true,
.named = true,
},
[sym_start_agent_block] = {
.visible = true,
.named = true,
},
[sym_start_agent_entry] = {
.visible = true,
.named = true,
},
[sym_topic_block] = {
.visible = true,
.named = true,
},
[sym_topic_entry] = {
.visible = true,
.named = true,
},
[sym_connection_block] = {
.visible = true,
.named = true,
},
[sym_connection_entry] = {
.visible = true,
.named = true,
},
[sym_language_block] = {
.visible = true,
.named = true,
},
[sym_language_entry] = {
.visible = true,
.named = true,
},
[sym_knowledge_block] = {
.visible = true,
.named = true,
},
[sym_knowledge_entry] = {
.visible = true,
.named = true,
},
[sym_actions_block] = {
.visible = true,
.named = true,
},
[sym_action_def] = {
.visible = true,
.named = true,
},
[sym_action_entry] = {
.visible = true,
.named = true,
},
[sym_inputs_block] = {
.visible = true,
.named = true,
},
[sym_outputs_block] = {
.visible = true,
.named = true,
},
[sym_param_def] = {
.visible = true,
.named = true,
},
[sym_param_entry] = {
.visible = true,
.named = true,
},
[sym_reasoning_block] = {
.visible = true,
.named = true,
},
[sym_reasoning_entry] = {
.visible = true,
.named = true,
},
[sym_before_reasoning_block] = {
.visible = true,
.named = true,
},
[sym_after_reasoning_block] = {
.visible = true,
.named = true,
},
[sym_instructions_block] = {
.visible = true,
.named = true,
},
[sym_plain_instruction_line] = {
.visible = true,
.named = true,
},
[sym_instruction_line] = {
.visible = true,
.named = true,
},
[sym_dynamic_instruction_line] = {
.visible = true,
.named = true,
},
[sym_instruction_continuation] = {
.visible = true,
.named = true,
},
[sym_instruction_continuation_line] = {
.visible = true,
.named = true,
},
[sym_dynamic_instruction] = {
.visible = true,
.named = true,
},
[sym_transition_instruction] = {
.visible = true,
.named = true,
},
[sym_if_instruction] = {
.visible = true,
.named = true,
},
[sym_else_instruction] = {
.visible = true,
.named = true,
},
[sym_interpolation] = {
.visible = true,
.named = true,
},
[sym_instruction_text_with_interpolation] = {
.visible = true,
.named = true,
},
[sym_reasoning_actions_block] = {
.visible = true,
.named = true,
},
[sym_reasoning_action] = {
.visible = true,
.named = true,
},
[sym_reasoning_target] = {
.visible = true,
.named = true,
},
[sym_reasoning_action_entry] = {
.visible = true,
.named = true,
},
[sym_with_clause] = {
.visible = true,
.named = true,
},
[sym_set_clause] = {
.visible = true,
.named = true,
},
[sym_run_clause] = {
.visible = true,
.named = true,
},
[sym_available_when_clause] = {
.visible = true,
.named = true,
},
[sym_if_clause] = {
.visible = true,
.named = true,
},
[sym_transition_clause] = {
.visible = true,
.named = true,
},
[sym_directive_statement] = {
.visible = true,
.named = true,
},
[sym_set_statement] = {
.visible = true,
.named = true,
},
[sym_run_statement] = {
.visible = true,
.named = true,
},
[sym_if_statement] = {
.visible = true,
.named = true,
},
[sym_else_clause] = {
.visible = true,
.named = true,
},
[sym_description_entry] = {
.visible = true,
.named = true,
},
[sym_type] = {
.visible = true,
.named = true,
},
[sym_list_type] = {
.visible = true,
.named = true,
},
[sym_expression] = {
.visible = true,
.named = true,
},
[sym_primary_expression] = {
.visible = true,
.named = true,
},
[sym_parenthesized_expression] = {
.visible = true,
.named = true,
},
[sym_unary_expression] = {
.visible = true,
.named = true,
},
[sym_binary_expression] = {
.visible = true,
.named = true,
},
[sym_identity_operator] = {
.visible = true,
.named = true,
},
[sym_comparison_operator] = {
.visible = true,
.named = true,
},
[sym_ternary_expression] = {
.visible = true,
.named = true,
},
[sym_property_access] = {
.visible = true,
.named = true,
},
[sym_index_access] = {
.visible = true,
.named = true,
},
[sym_list] = {
.visible = true,
.named = true,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym__double_quoted_string] = {
.visible = false,
.named = true,
},
[sym__single_quoted_string] = {
.visible = false,
.named = true,
},
[sym__triple_quoted_string] = {
.visible = false,
.named = true,
},
[sym_boolean] = {
.visible = true,
.named = true,
},
[aux_sym_source_file_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_config_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_variables_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_variable_def_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_system_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_messages_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_start_agent_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_topic_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_connection_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_language_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_knowledge_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_actions_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_action_def_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_inputs_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_param_def_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_reasoning_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_before_reasoning_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_instructions_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_instructions_block_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_instructions_block_repeat3] = {
.visible = false,
.named = false,
},
[aux_sym_instruction_continuation_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_instruction_text_with_interpolation_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_reasoning_actions_block_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_reasoning_action_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_run_clause_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_list_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__double_quoted_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__single_quoted_string_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__triple_quoted_string_repeat1] = {
.visible = false,
.named = false,
},
};
enum ts_field_identifiers {
field_action = 1,
field_condition = 2,
field_else = 3,
field_name = 4,
field_param = 5,
field_target = 6,
field_then = 7,
field_type = 8,
field_value = 9,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_action] = "action",
[field_condition] = "condition",
[field_else] = "else",
[field_name] = "name",
[field_param] = "param",
[field_target] = "target",
[field_then] = "then",
[field_type] = "type",
[field_value] = "value",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 2},
[2] = {.index = 2, .length = 3},
[3] = {.index = 5, .length = 2},
[4] = {.index = 7, .length = 2},
[5] = {.index = 9, .length = 2},
[6] = {.index = 11, .length = 1},
[7] = {.index = 12, .length = 1},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_target, 1},
{field_value, 3},
[2] =
{field_condition, 2},
{field_else, 4},
{field_then, 0},
[5] =
{field_name, 0},
{field_target, 2},
[7] =
{field_param, 1},
{field_value, 3},
[9] =
{field_name, 0},
{field_type, 2},
[11] =
{field_action, 1},
[12] =
{field_condition, 1},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 4,
[5] = 5,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 11,
[12] = 12,
[13] = 13,
[14] = 14,
[15] = 15,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 22,
[23] = 23,
[24] = 24,
[25] = 25,
[26] = 26,
[27] = 27,
[28] = 28,
[29] = 28,
[30] = 22,
[31] = 31,
[32] = 28,
[33] = 22,
[34] = 31,
[35] = 31,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 44,
[45] = 45,
[46] = 46,
[47] = 47,
[48] = 36,
[49] = 39,
[50] = 40,
[51] = 41,
[52] = 43,
[53] = 39,
[54] = 54,
[55] = 55,
[56] = 40,
[57] = 41,
[58] = 42,
[59] = 43,
[60] = 60,
[61] = 44,
[62] = 62,
[63] = 63,
[64] = 46,
[65] = 44,
[66] = 66,
[67] = 67,
[68] = 46,
[69] = 69,
[70] = 66,
[71] = 47,
[72] = 67,
[73] = 54,
[74] = 55,
[75] = 47,
[76] = 54,
[77] = 55,
[78] = 42,
[79] = 79,
[80] = 80,
[81] = 81,
[82] = 82,
[83] = 83,
[84] = 84,
[85] = 12,
[86] = 86,
[87] = 11,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 91,
[92] = 13,
[93] = 14,
[94] = 15,
[95] = 16,
[96] = 17,
[97] = 16,
[98] = 81,
[99] = 11,
[100] = 100,
[101] = 12,
[102] = 13,
[103] = 80,
[104] = 17,
[105] = 14,
[106] = 15,
[107] = 18,
[108] = 9,
[109] = 19,
[110] = 23,
[111] = 20,
[112] = 21,
[113] = 24,
[114] = 25,
[115] = 26,
[116] = 27,
[117] = 8,
[118] = 7,
[119] = 3,
[120] = 2,
[121] = 5,
[122] = 6,
[123] = 4,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 124,
[128] = 124,
[129] = 9,
[130] = 130,
[131] = 26,
[132] = 27,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 8,
[137] = 7,
[138] = 3,
[139] = 2,
[140] = 5,
[141] = 6,
[142] = 4,
[143] = 23,
[144] = 18,
[145] = 20,
[146] = 21,
[147] = 19,
[148] = 24,
[149] = 25,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 153,
[154] = 154,
[155] = 155,
[156] = 156,
[157] = 155,
[158] = 150,
[159] = 153,
[160] = 154,
[161] = 155,
[162] = 153,
[163] = 154,
[164] = 164,
[165] = 165,
[166] = 166,
[167] = 167,
[168] = 168,
[169] = 169,
[170] = 170,
[171] = 171,
[172] = 172,
[173] = 173,
[174] = 172,
[175] = 175,
[176] = 176,
[177] = 177,
[178] = 178,
[179] = 179,
[180] = 180,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 207,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 221,
[222] = 222,
[223] = 223,
[224] = 224,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 231,
[232] = 232,
[233] = 233,
[234] = 234,
[235] = 235,
[236] = 236,
[237] = 237,
[238] = 238,
[239] = 239,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 243,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 248,
[249] = 249,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 230,
[261] = 261,
[262] = 262,
[263] = 263,
[264] = 264,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 272,
[273] = 269,
[274] = 271,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 279,
[280] = 280,
[281] = 281,
[282] = 282,
[283] = 244,
[284] = 284,
[285] = 285,
[286] = 286,
[287] = 287,
[288] = 288,
[289] = 289,
[290] = 290,
[291] = 291,
[292] = 292,
[293] = 293,
[294] = 294,
[295] = 295,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 308,
[309] = 309,
[310] = 310,
[311] = 311,
[312] = 312,
[313] = 313,
[314] = 314,
[315] = 315,
[316] = 171,
[317] = 317,
[318] = 318,
[319] = 319,
[320] = 170,
[321] = 321,
[322] = 322,
[323] = 323,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 328,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 334,
[335] = 335,
[336] = 336,
[337] = 337,
[338] = 338,
[339] = 339,
[340] = 340,
[341] = 341,
[342] = 342,
[343] = 343,
[344] = 344,
[345] = 342,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 349,
[350] = 344,
[351] = 351,
[352] = 344,
[353] = 342,
[354] = 354,
[355] = 355,
[356] = 356,
[357] = 357,
[358] = 358,
[359] = 359,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 363,
[364] = 364,
[365] = 365,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 369,
[370] = 370,
[371] = 371,
[372] = 366,
[373] = 369,
[374] = 374,
[375] = 367,
[376] = 376,
[377] = 377,
[378] = 378,
[379] = 366,
[380] = 367,
[381] = 369,
[382] = 365,
[383] = 179,
[384] = 365,
[385] = 385,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 389,
[390] = 390,
[391] = 391,
[392] = 392,
[393] = 393,
[394] = 394,
[395] = 395,
[396] = 396,
[397] = 397,
[398] = 398,
[399] = 386,
[400] = 386,
[401] = 401,
[402] = 257,
[403] = 403,
[404] = 404,
[405] = 405,
[406] = 406,
[407] = 407,
[408] = 408,
[409] = 409,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 413,
[414] = 414,
[415] = 415,
[416] = 416,
[417] = 417,
[418] = 418,
[419] = 419,
[420] = 420,
[421] = 421,
[422] = 422,
[423] = 423,
[424] = 424,
[425] = 425,
[426] = 426,
[427] = 427,
[428] = 428,
[429] = 429,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 433,
[434] = 434,
[435] = 435,
[436] = 436,
[437] = 437,
[438] = 438,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 442,
[443] = 443,
[444] = 444,
[445] = 445,
[446] = 446,
[447] = 447,
[448] = 448,
[449] = 449,
[450] = 450,
[451] = 451,
[452] = 404,
[453] = 272,
[454] = 454,
[455] = 455,
[456] = 456,
[457] = 405,
[458] = 458,
[459] = 459,
[460] = 460,
[461] = 461,
[462] = 462,
[463] = 287,
[464] = 464,
[465] = 465,
[466] = 466,
[467] = 466,
[468] = 468,
[469] = 469,
[470] = 470,
[471] = 471,
[472] = 472,
[473] = 473,
[474] = 474,
[475] = 475,
[476] = 476,
[477] = 405,
[478] = 478,
[479] = 479,
[480] = 480,
[481] = 481,
[482] = 482,
[483] = 470,
[484] = 484,
[485] = 485,
[486] = 486,
[487] = 487,
[488] = 488,
[489] = 473,
[490] = 474,
[491] = 446,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 403,
[496] = 438,
[497] = 416,
[498] = 417,
[499] = 499,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(36);
ADVANCE_MAP(
'!', 12,
'"', 103,
'#', 121,
'\'', 107,
'(', 53,
')', 54,
'+', 55,
',', 63,
'-', 42,
'.', 62,
':', 37,
'<', 58,
'=', 39,
'>', 59,
'@', 27,
'[', 51,
'\\', 32,
']', 52,
'|', 40,
'}', 45,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(0);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(118);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(120);
END_STATE();
case 1:
ADVANCE_MAP(
'!', 12,
'"', 103,
'#', 121,
'\'', 107,
')', 54,
'+', 55,
',', 63,
'-', 42,
'.', 62,
':', 37,
'<', 58,
'=', 13,
'>', 59,
'@', 31,
'[', 51,
']', 52,
'|', 40,
'}', 45,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(1);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(120);
END_STATE();
case 2:
ADVANCE_MAP(
'"', 103,
'#', 121,
'\'', 107,
'(', 53,
'-', 42,
'=', 38,
'@', 34,
'[', 51,
']', 52,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(2);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(118);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(120);
END_STATE();
case 3:
if (lookahead == '"') ADVANCE(103);
if (lookahead == '#') ADVANCE(121);
if (lookahead == '\'') ADVANCE(107);
if (lookahead == '-') ADVANCE(14);
if (lookahead == '|') ADVANCE(40);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(3);
END_STATE();
case 4:
if (lookahead == '"') ADVANCE(111);
END_STATE();
case 5:
if (lookahead == '"') ADVANCE(111);
if (lookahead != 0) ADVANCE(116);
END_STATE();
case 6:
if (lookahead == '"') ADVANCE(8);
if (lookahead == '#') ADVANCE(112);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(113);
if (lookahead != 0) ADVANCE(114);
END_STATE();
case 7:
if (lookahead == '"') ADVANCE(102);
if (lookahead == '#') ADVANCE(104);
if (lookahead == '\\') ADVANCE(32);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(105);
if (lookahead != 0) ADVANCE(106);
END_STATE();
case 8:
if (lookahead == '"') ADVANCE(5);
if (lookahead != 0) ADVANCE(115);
END_STATE();
case 9:
if (lookahead == '#') ADVANCE(44);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(43);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n') ADVANCE(44);
END_STATE();
case 10:
if (lookahead == '#') ADVANCE(108);
if (lookahead == '\'') ADVANCE(107);
if (lookahead == '\\') ADVANCE(32);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0) ADVANCE(110);
END_STATE();
case 11:
if (lookahead == '.') ADVANCE(29);
END_STATE();
case 12:
if (lookahead == '=') ADVANCE(57);
END_STATE();
case 13:
if (lookahead == '=') ADVANCE(56);
END_STATE();
case 14:
if (lookahead == '>') ADVANCE(41);
END_STATE();
case 15:
if (lookahead == 'a') ADVANCE(22);
END_STATE();
case 16:
if (lookahead == 'e') ADVANCE(93);
if (lookahead == 's') ADVANCE(74);
if (lookahead == 't') ADVANCE(89);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 17:
if (lookahead == 'i') ADVANCE(20);
END_STATE();
case 18:
if (lookahead == 'i') ADVANCE(23);
END_STATE();
case 19:
if (lookahead == 'i') ADVANCE(30);
END_STATE();
case 20:
if (lookahead == 'l') ADVANCE(25);
END_STATE();
case 21:
if (lookahead == 'n') ADVANCE(46);
END_STATE();
case 22:
if (lookahead == 'n') ADVANCE(26);
END_STATE();
case 23:
if (lookahead == 'o') ADVANCE(21);
END_STATE();
case 24:
if (lookahead == 'r') ADVANCE(15);
END_STATE();
case 25:
if (lookahead == 's') ADVANCE(11);
END_STATE();
case 26:
if (lookahead == 's') ADVANCE(19);
END_STATE();
case 27:
if (lookahead == 't') ADVANCE(86);
if (lookahead == 'u') ADVANCE(95);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 28:
if (lookahead == 't') ADVANCE(17);
END_STATE();
case 29:
if (lookahead == 't') ADVANCE(24);
END_STATE();
case 30:
if (lookahead == 't') ADVANCE(18);
END_STATE();
case 31:
if (lookahead == 'u') ADVANCE(28);
END_STATE();
case 32:
if (lookahead == '"' ||
lookahead == '\'' ||
lookahead == '\\' ||
lookahead == 'n' ||
lookahead == 'r' ||
lookahead == 't') ADVANCE(117);
END_STATE();
case 33:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119);
END_STATE();
case 34:
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 35:
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(50);
END_STATE();
case 36:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 37:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(56);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 43:
ACCEPT_TOKEN(sym_instruction_text);
if (lookahead == '#') ADVANCE(44);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(43);
if (lookahead != 0 &&
lookahead != '\t' &&
lookahead != '\n') ADVANCE(44);
END_STATE();
case 44:
ACCEPT_TOKEN(sym_instruction_text);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(44);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 46:
ACCEPT_TOKEN(sym_utils_transition);
END_STATE();
case 47:
ACCEPT_TOKEN(sym_utils_transition);
if (lookahead == '.') ADVANCE(34);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 48:
ACCEPT_TOKEN(sym_utils_escalate);
if (lookahead == '.') ADVANCE(34);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 49:
ACCEPT_TOKEN(sym_utils_set_variables);
if (lookahead == '.') ADVANCE(34);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 50:
ACCEPT_TOKEN(sym_topic_reference);
if (lookahead == '.') ADVANCE(34);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(50);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '=') ADVANCE(60);
END_STATE();
case 59:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(61);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 64:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'V') ADVANCE(68);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 65:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'a') ADVANCE(85);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 66:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'a') ADVANCE(70);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 67:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'a') ADVANCE(83);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 68:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'a') ADVANCE(90);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 69:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'a') ADVANCE(97);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('b' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 70:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'b') ADVANCE(82);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 71:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'c') ADVANCE(67);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 72:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'c') ADVANCE(101);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 73:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'e') ADVANCE(48);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 74:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'e') ADVANCE(96);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 75:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'e') ADVANCE(91);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 76:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'i') ADVANCE(81);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 77:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'i') ADVANCE(72);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 78:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'i') ADVANCE(87);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 79:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'i') ADVANCE(66);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 80:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'i') ADVANCE(98);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 81:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'l') ADVANCE(92);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 82:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'l') ADVANCE(75);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 83:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'l') ADVANCE(69);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 84:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'n') ADVANCE(47);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 85:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'n') ADVANCE(94);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 86:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'o') ADVANCE(88);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 87:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'o') ADVANCE(84);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 88:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'p') ADVANCE(77);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 89:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'r') ADVANCE(65);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 90:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 'r') ADVANCE(79);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 91:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 's') ADVANCE(49);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 92:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 's') ADVANCE(100);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 93:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 's') ADVANCE(71);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 's') ADVANCE(80);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 95:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 't') ADVANCE(76);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 96:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 't') ADVANCE(64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 97:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 't') ADVANCE(73);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 98:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (lookahead == 't') ADVANCE(78);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(34);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 100:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 101:
ACCEPT_TOKEN(sym_reference);
if (lookahead == '.') ADVANCE(35);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(99);
END_STATE();
case 102:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 103:
ACCEPT_TOKEN(anon_sym_DQUOTE);
if (lookahead == '"') ADVANCE(4);
END_STATE();
case 104:
ACCEPT_TOKEN(aux_sym__double_quoted_string_token1);
if (lookahead == '\n') ADVANCE(106);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(121);
if (lookahead != 0) ADVANCE(104);
END_STATE();
case 105:
ACCEPT_TOKEN(aux_sym__double_quoted_string_token1);
if (lookahead == '#') ADVANCE(104);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(105);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '#' &&
lookahead != '\\') ADVANCE(106);
END_STATE();
case 106:
ACCEPT_TOKEN(aux_sym__double_quoted_string_token1);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(106);
END_STATE();
case 107:
ACCEPT_TOKEN(anon_sym_SQUOTE);
END_STATE();
case 108:
ACCEPT_TOKEN(aux_sym__single_quoted_string_token1);
if (lookahead == '\n') ADVANCE(110);
if (lookahead == '\'' ||
lookahead == '\\') ADVANCE(121);
if (lookahead != 0) ADVANCE(108);
END_STATE();
case 109:
ACCEPT_TOKEN(aux_sym__single_quoted_string_token1);
if (lookahead == '#') ADVANCE(108);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(110);
END_STATE();
case 110:
ACCEPT_TOKEN(aux_sym__single_quoted_string_token1);
if (lookahead != 0 &&
lookahead != '\'' &&
lookahead != '\\') ADVANCE(110);
END_STATE();
case 111:
ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE_DQUOTE);
END_STATE();
case 112:
ACCEPT_TOKEN(aux_sym__triple_quoted_string_token1);
if (lookahead == '\n') ADVANCE(114);
if (lookahead == '"') ADVANCE(121);
if (lookahead != 0) ADVANCE(112);
END_STATE();
case 113:
ACCEPT_TOKEN(aux_sym__triple_quoted_string_token1);
if (lookahead == '#') ADVANCE(112);
if (lookahead == '\t' ||
lookahead == ' ') ADVANCE(113);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '#') ADVANCE(114);
END_STATE();
case 114:
ACCEPT_TOKEN(aux_sym__triple_quoted_string_token1);
if (lookahead != 0 &&
lookahead != '"') ADVANCE(114);
END_STATE();
case 115:
ACCEPT_TOKEN(aux_sym__triple_quoted_string_token2);
END_STATE();
case 116:
ACCEPT_TOKEN(aux_sym__triple_quoted_string_token3);
END_STATE();
case 117:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 118:
ACCEPT_TOKEN(sym_number);
if (lookahead == '.') ADVANCE(33);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(118);
END_STATE();
case 119:
ACCEPT_TOKEN(sym_number);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(119);
END_STATE();
case 120:
ACCEPT_TOKEN(sym_identifier);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(120);
END_STATE();
case 121:
ACCEPT_TOKEN(sym_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(121);
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(
'F', 1,
'N', 2,
'T', 3,
'a', 4,
'b', 5,
'c', 6,
'd', 7,
'e', 8,
'f', 9,
'i', 10,
'k', 11,
'l', 12,
'm', 13,
'n', 14,
'o', 15,
'p', 16,
'r', 17,
's', 18,
't', 19,
'v', 20,
'w', 21,
);
if (lookahead == '\t' ||
lookahead == ' ') SKIP(0);
END_STATE();
case 1:
if (lookahead == 'a') ADVANCE(22);
END_STATE();
case 2:
if (lookahead == 'o') ADVANCE(23);
END_STATE();
case 3:
if (lookahead == 'r') ADVANCE(24);
END_STATE();
case 4:
if (lookahead == 'c') ADVANCE(25);
if (lookahead == 'd') ADVANCE(26);
if (lookahead == 'f') ADVANCE(27);
if (lookahead == 'g') ADVANCE(28);
if (lookahead == 'n') ADVANCE(29);
if (lookahead == 'v') ADVANCE(30);
END_STATE();
case 5:
if (lookahead == 'e') ADVANCE(31);
if (lookahead == 'o') ADVANCE(32);
END_STATE();
case 6:
if (lookahead == 'o') ADVANCE(33);
if (lookahead == 'u') ADVANCE(34);
END_STATE();
case 7:
if (lookahead == 'a') ADVANCE(35);
if (lookahead == 'e') ADVANCE(36);
END_STATE();
case 8:
if (lookahead == 'l') ADVANCE(37);
if (lookahead == 'r') ADVANCE(38);
if (lookahead == 's') ADVANCE(39);
END_STATE();
case 9:
if (lookahead == 'i') ADVANCE(40);
END_STATE();
case 10:
if (lookahead == 'd') ADVANCE(41);
if (lookahead == 'f') ADVANCE(42);
if (lookahead == 'n') ADVANCE(43);
if (lookahead == 's') ADVANCE(44);
END_STATE();
case 11:
if (lookahead == 'n') ADVANCE(45);
END_STATE();
case 12:
if (lookahead == 'a') ADVANCE(46);
if (lookahead == 'i') ADVANCE(47);
if (lookahead == 'o') ADVANCE(48);
END_STATE();
case 13:
if (lookahead == 'e') ADVANCE(49);
if (lookahead == 'u') ADVANCE(50);
END_STATE();
case 14:
if (lookahead == 'o') ADVANCE(51);
if (lookahead == 'u') ADVANCE(52);
END_STATE();
case 15:
if (lookahead == 'b') ADVANCE(53);
if (lookahead == 'r') ADVANCE(54);
if (lookahead == 'u') ADVANCE(55);
END_STATE();
case 16:
if (lookahead == 'r') ADVANCE(56);
END_STATE();
case 17:
if (lookahead == 'e') ADVANCE(57);
if (lookahead == 'u') ADVANCE(58);
END_STATE();
case 18:
if (lookahead == 'e') ADVANCE(59);
if (lookahead == 'o') ADVANCE(60);
if (lookahead == 't') ADVANCE(61);
if (lookahead == 'y') ADVANCE(62);
END_STATE();
case 19:
if (lookahead == 'a') ADVANCE(63);
if (lookahead == 'i') ADVANCE(64);
if (lookahead == 'o') ADVANCE(65);
if (lookahead == 'r') ADVANCE(66);
END_STATE();
case 20:
if (lookahead == 'a') ADVANCE(67);
END_STATE();
case 21:
if (lookahead == 'e') ADVANCE(68);
if (lookahead == 'h') ADVANCE(69);
if (lookahead == 'i') ADVANCE(70);
END_STATE();
case 22:
if (lookahead == 'l') ADVANCE(71);
END_STATE();
case 23:
if (lookahead == 'n') ADVANCE(72);
END_STATE();
case 24:
if (lookahead == 'u') ADVANCE(73);
END_STATE();
case 25:
if (lookahead == 't') ADVANCE(74);
END_STATE();
case 26:
if (lookahead == 'd') ADVANCE(75);
END_STATE();
case 27:
if (lookahead == 't') ADVANCE(76);
END_STATE();
case 28:
if (lookahead == 'e') ADVANCE(77);
END_STATE();
case 29:
if (lookahead == 'd') ADVANCE(78);
END_STATE();
case 30:
if (lookahead == 'a') ADVANCE(79);
END_STATE();
case 31:
if (lookahead == 'f') ADVANCE(80);
END_STATE();
case 32:
if (lookahead == 'o') ADVANCE(81);
END_STATE();
case 33:
if (lookahead == 'm') ADVANCE(82);
if (lookahead == 'n') ADVANCE(83);
END_STATE();
case 34:
if (lookahead == 'r') ADVANCE(84);
END_STATE();
case 35:
if (lookahead == 't') ADVANCE(85);
END_STATE();
case 36:
if (lookahead == 'f') ADVANCE(86);
if (lookahead == 's') ADVANCE(87);
END_STATE();
case 37:
if (lookahead == 's') ADVANCE(88);
END_STATE();
case 38:
if (lookahead == 'r') ADVANCE(89);
END_STATE();
case 39:
if (lookahead == 'c') ADVANCE(90);
END_STATE();
case 40:
if (lookahead == 'l') ADVANCE(91);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_id);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 43:
if (lookahead == 'c') ADVANCE(92);
if (lookahead == 'p') ADVANCE(93);
if (lookahead == 's') ADVANCE(94);
if (lookahead == 't') ADVANCE(95);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_is);
if (lookahead == '_') ADVANCE(96);
END_STATE();
case 45:
if (lookahead == 'o') ADVANCE(97);
END_STATE();
case 46:
if (lookahead == 'b') ADVANCE(98);
if (lookahead == 'n') ADVANCE(99);
END_STATE();
case 47:
if (lookahead == 'n') ADVANCE(100);
if (lookahead == 's') ADVANCE(101);
END_STATE();
case 48:
if (lookahead == 'c') ADVANCE(102);
if (lookahead == 'n') ADVANCE(103);
END_STATE();
case 49:
if (lookahead == 's') ADVANCE(104);
END_STATE();
case 50:
if (lookahead == 't') ADVANCE(105);
END_STATE();
case 51:
if (lookahead == 't') ADVANCE(106);
END_STATE();
case 52:
if (lookahead == 'm') ADVANCE(107);
END_STATE();
case 53:
if (lookahead == 'j') ADVANCE(108);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_or);
END_STATE();
case 55:
if (lookahead == 't') ADVANCE(109);
END_STATE();
case 56:
if (lookahead == 'o') ADVANCE(110);
END_STATE();
case 57:
if (lookahead == 'a') ADVANCE(111);
if (lookahead == 'q') ADVANCE(112);
END_STATE();
case 58:
if (lookahead == 'n') ADVANCE(113);
END_STATE();
case 59:
if (lookahead == 't') ADVANCE(114);
END_STATE();
case 60:
if (lookahead == 'u') ADVANCE(115);
END_STATE();
case 61:
if (lookahead == 'a') ADVANCE(116);
if (lookahead == 'r') ADVANCE(117);
END_STATE();
case 62:
if (lookahead == 's') ADVANCE(118);
END_STATE();
case 63:
if (lookahead == 'r') ADVANCE(119);
END_STATE();
case 64:
if (lookahead == 'm') ADVANCE(120);
END_STATE();
case 65:
ACCEPT_TOKEN(anon_sym_to);
if (lookahead == 'p') ADVANCE(121);
END_STATE();
case 66:
if (lookahead == 'a') ADVANCE(122);
END_STATE();
case 67:
if (lookahead == 'r') ADVANCE(123);
END_STATE();
case 68:
if (lookahead == 'l') ADVANCE(124);
END_STATE();
case 69:
if (lookahead == 'e') ADVANCE(125);
END_STATE();
case 70:
if (lookahead == 't') ADVANCE(126);
END_STATE();
case 71:
if (lookahead == 's') ADVANCE(127);
END_STATE();
case 72:
if (lookahead == 'e') ADVANCE(128);
END_STATE();
case 73:
if (lookahead == 'e') ADVANCE(129);
END_STATE();
case 74:
if (lookahead == 'i') ADVANCE(130);
END_STATE();
case 75:
if (lookahead == 'i') ADVANCE(131);
END_STATE();
case 76:
if (lookahead == 'e') ADVANCE(132);
END_STATE();
case 77:
if (lookahead == 'n') ADVANCE(133);
END_STATE();
case 78:
ACCEPT_TOKEN(anon_sym_and);
END_STATE();
case 79:
if (lookahead == 'i') ADVANCE(134);
END_STATE();
case 80:
if (lookahead == 'o') ADVANCE(135);
END_STATE();
case 81:
if (lookahead == 'l') ADVANCE(136);
END_STATE();
case 82:
if (lookahead == 'p') ADVANCE(137);
END_STATE();
case 83:
if (lookahead == 'f') ADVANCE(138);
if (lookahead == 'n') ADVANCE(139);
END_STATE();
case 84:
if (lookahead == 'r') ADVANCE(140);
END_STATE();
case 85:
if (lookahead == 'e') ADVANCE(141);
END_STATE();
case 86:
if (lookahead == 'a') ADVANCE(142);
END_STATE();
case 87:
if (lookahead == 'c') ADVANCE(143);
END_STATE();
case 88:
if (lookahead == 'e') ADVANCE(144);
END_STATE();
case 89:
if (lookahead == 'o') ADVANCE(145);
END_STATE();
case 90:
if (lookahead == 'a') ADVANCE(146);
END_STATE();
case 91:
if (lookahead == 't') ADVANCE(147);
END_STATE();
case 92:
if (lookahead == 'l') ADVANCE(148);
END_STATE();
case 93:
if (lookahead == 'u') ADVANCE(149);
END_STATE();
case 94:
if (lookahead == 't') ADVANCE(150);
END_STATE();
case 95:
if (lookahead == 'e') ADVANCE(151);
END_STATE();
case 96:
if (lookahead == 'd') ADVANCE(152);
if (lookahead == 'r') ADVANCE(153);
if (lookahead == 'u') ADVANCE(154);
END_STATE();
case 97:
if (lookahead == 'w') ADVANCE(155);
END_STATE();
case 98:
if (lookahead == 'e') ADVANCE(156);
END_STATE();
case 99:
if (lookahead == 'g') ADVANCE(157);
END_STATE();
case 100:
if (lookahead == 'k') ADVANCE(158);
END_STATE();
case 101:
if (lookahead == 't') ADVANCE(159);
END_STATE();
case 102:
if (lookahead == 'a') ADVANCE(160);
END_STATE();
case 103:
if (lookahead == 'g') ADVANCE(161);
END_STATE();
case 104:
if (lookahead == 's') ADVANCE(162);
END_STATE();
case 105:
if (lookahead == 'a') ADVANCE(163);
END_STATE();
case 106:
ACCEPT_TOKEN(anon_sym_not);
END_STATE();
case 107:
if (lookahead == 'b') ADVANCE(164);
END_STATE();
case 108:
if (lookahead == 'e') ADVANCE(165);
END_STATE();
case 109:
if (lookahead == 'b') ADVANCE(166);
if (lookahead == 'p') ADVANCE(167);
END_STATE();
case 110:
if (lookahead == 'g') ADVANCE(168);
END_STATE();
case 111:
if (lookahead == 's') ADVANCE(169);
END_STATE();
case 112:
if (lookahead == 'u') ADVANCE(170);
END_STATE();
case 113:
ACCEPT_TOKEN(anon_sym_run);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_set);
END_STATE();
case 115:
if (lookahead == 'r') ADVANCE(171);
END_STATE();
case 116:
if (lookahead == 'r') ADVANCE(172);
END_STATE();
case 117:
if (lookahead == 'i') ADVANCE(173);
END_STATE();
case 118:
if (lookahead == 't') ADVANCE(174);
END_STATE();
case 119:
if (lookahead == 'g') ADVANCE(175);
END_STATE();
case 120:
if (lookahead == 'e') ADVANCE(176);
END_STATE();
case 121:
if (lookahead == 'i') ADVANCE(177);
END_STATE();
case 122:
if (lookahead == 'n') ADVANCE(178);
END_STATE();
case 123:
if (lookahead == 'i') ADVANCE(179);
END_STATE();
case 124:
if (lookahead == 'c') ADVANCE(180);
END_STATE();
case 125:
if (lookahead == 'n') ADVANCE(181);
END_STATE();
case 126:
if (lookahead == 'h') ADVANCE(182);
END_STATE();
case 127:
if (lookahead == 'e') ADVANCE(183);
END_STATE();
case 128:
ACCEPT_TOKEN(sym_none);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_True);
END_STATE();
case 130:
if (lookahead == 'o') ADVANCE(184);
END_STATE();
case 131:
if (lookahead == 't') ADVANCE(185);
END_STATE();
case 132:
if (lookahead == 'r') ADVANCE(186);
END_STATE();
case 133:
if (lookahead == 't') ADVANCE(187);
END_STATE();
case 134:
if (lookahead == 'l') ADVANCE(188);
END_STATE();
case 135:
if (lookahead == 'r') ADVANCE(189);
END_STATE();
case 136:
if (lookahead == 'e') ADVANCE(190);
END_STATE();
case 137:
if (lookahead == 'l') ADVANCE(191);
END_STATE();
case 138:
if (lookahead == 'i') ADVANCE(192);
END_STATE();
case 139:
if (lookahead == 'e') ADVANCE(193);
END_STATE();
case 140:
if (lookahead == 'e') ADVANCE(194);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_date);
if (lookahead == 't') ADVANCE(195);
END_STATE();
case 142:
if (lookahead == 'u') ADVANCE(196);
END_STATE();
case 143:
if (lookahead == 'r') ADVANCE(197);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 145:
if (lookahead == 'r') ADVANCE(198);
END_STATE();
case 146:
if (lookahead == 'l') ADVANCE(199);
END_STATE();
case 147:
if (lookahead == 'e') ADVANCE(200);
END_STATE();
case 148:
if (lookahead == 'u') ADVANCE(201);
END_STATE();
case 149:
if (lookahead == 't') ADVANCE(202);
END_STATE();
case 150:
if (lookahead == 'r') ADVANCE(203);
END_STATE();
case 151:
if (lookahead == 'g') ADVANCE(204);
END_STATE();
case 152:
if (lookahead == 'i') ADVANCE(205);
END_STATE();
case 153:
if (lookahead == 'e') ADVANCE(206);
END_STATE();
case 154:
if (lookahead == 's') ADVANCE(207);
END_STATE();
case 155:
if (lookahead == 'l') ADVANCE(208);
END_STATE();
case 156:
if (lookahead == 'l') ADVANCE(209);
END_STATE();
case 157:
if (lookahead == 'u') ADVANCE(210);
END_STATE();
case 158:
if (lookahead == 'e') ADVANCE(211);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_list);
END_STATE();
case 160:
if (lookahead == 'l') ADVANCE(212);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_long);
END_STATE();
case 162:
if (lookahead == 'a') ADVANCE(213);
END_STATE();
case 163:
if (lookahead == 'b') ADVANCE(214);
END_STATE();
case 164:
if (lookahead == 'e') ADVANCE(215);
END_STATE();
case 165:
if (lookahead == 'c') ADVANCE(216);
END_STATE();
case 166:
if (lookahead == 'o') ADVANCE(217);
END_STATE();
case 167:
if (lookahead == 'u') ADVANCE(218);
END_STATE();
case 168:
if (lookahead == 'r') ADVANCE(219);
END_STATE();
case 169:
if (lookahead == 'o') ADVANCE(220);
END_STATE();
case 170:
if (lookahead == 'i') ADVANCE(221);
END_STATE();
case 171:
if (lookahead == 'c') ADVANCE(222);
END_STATE();
case 172:
if (lookahead == 't') ADVANCE(223);
END_STATE();
case 173:
if (lookahead == 'n') ADVANCE(224);
END_STATE();
case 174:
if (lookahead == 'e') ADVANCE(225);
END_STATE();
case 175:
if (lookahead == 'e') ADVANCE(226);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_time);
if (lookahead == 's') ADVANCE(227);
END_STATE();
case 177:
if (lookahead == 'c') ADVANCE(228);
END_STATE();
case 178:
if (lookahead == 's') ADVANCE(229);
END_STATE();
case 179:
if (lookahead == 'a') ADVANCE(230);
END_STATE();
case 180:
if (lookahead == 'o') ADVANCE(231);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_when);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_with);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_False);
END_STATE();
case 184:
if (lookahead == 'n') ADVANCE(232);
END_STATE();
case 185:
if (lookahead == 'i') ADVANCE(233);
END_STATE();
case 186:
if (lookahead == '_') ADVANCE(234);
END_STATE();
case 187:
if (lookahead == '_') ADVANCE(235);
END_STATE();
case 188:
if (lookahead == 'a') ADVANCE(236);
END_STATE();
case 189:
if (lookahead == 'e') ADVANCE(237);
END_STATE();
case 190:
if (lookahead == 'a') ADVANCE(238);
END_STATE();
case 191:
if (lookahead == 'e') ADVANCE(239);
END_STATE();
case 192:
if (lookahead == 'g') ADVANCE(240);
END_STATE();
case 193:
if (lookahead == 'c') ADVANCE(241);
END_STATE();
case 194:
if (lookahead == 'n') ADVANCE(242);
END_STATE();
case 195:
if (lookahead == 'i') ADVANCE(243);
END_STATE();
case 196:
if (lookahead == 'l') ADVANCE(244);
END_STATE();
case 197:
if (lookahead == 'i') ADVANCE(245);
END_STATE();
case 198:
ACCEPT_TOKEN(anon_sym_error);
END_STATE();
case 199:
if (lookahead == 'a') ADVANCE(246);
END_STATE();
case 200:
if (lookahead == 'r') ADVANCE(247);
END_STATE();
case 201:
if (lookahead == 'd') ADVANCE(248);
END_STATE();
case 202:
if (lookahead == 's') ADVANCE(249);
END_STATE();
case 203:
if (lookahead == 'u') ADVANCE(250);
END_STATE();
case 204:
if (lookahead == 'e') ADVANCE(251);
END_STATE();
case 205:
if (lookahead == 's') ADVANCE(252);
END_STATE();
case 206:
if (lookahead == 'q') ADVANCE(253);
END_STATE();
case 207:
if (lookahead == 'e') ADVANCE(254);
END_STATE();
case 208:
if (lookahead == 'e') ADVANCE(255);
END_STATE();
case 209:
ACCEPT_TOKEN(anon_sym_label);
END_STATE();
case 210:
if (lookahead == 'a') ADVANCE(256);
END_STATE();
case 211:
if (lookahead == 'd') ADVANCE(257);
END_STATE();
case 212:
if (lookahead == 'e') ADVANCE(258);
END_STATE();
case 213:
if (lookahead == 'g') ADVANCE(259);
END_STATE();
case 214:
if (lookahead == 'l') ADVANCE(260);
END_STATE();
case 215:
if (lookahead == 'r') ADVANCE(261);
END_STATE();
case 216:
if (lookahead == 't') ADVANCE(262);
END_STATE();
case 217:
if (lookahead == 'u') ADVANCE(263);
END_STATE();
case 218:
if (lookahead == 't') ADVANCE(264);
END_STATE();
case 219:
if (lookahead == 'e') ADVANCE(265);
END_STATE();
case 220:
if (lookahead == 'n') ADVANCE(266);
END_STATE();
case 221:
if (lookahead == 'r') ADVANCE(267);
END_STATE();
case 222:
if (lookahead == 'e') ADVANCE(268);
END_STATE();
case 223:
if (lookahead == '_') ADVANCE(269);
END_STATE();
case 224:
if (lookahead == 'g') ADVANCE(270);
END_STATE();
case 225:
if (lookahead == 'm') ADVANCE(271);
END_STATE();
case 226:
if (lookahead == 't') ADVANCE(272);
END_STATE();
case 227:
if (lookahead == 't') ADVANCE(273);
END_STATE();
case 228:
ACCEPT_TOKEN(anon_sym_topic);
END_STATE();
case 229:
if (lookahead == 'i') ADVANCE(274);
END_STATE();
case 230:
if (lookahead == 'b') ADVANCE(275);
END_STATE();
case 231:
if (lookahead == 'm') ADVANCE(276);
END_STATE();
case 232:
if (lookahead == 's') ADVANCE(277);
END_STATE();
case 233:
if (lookahead == 'o') ADVANCE(278);
END_STATE();
case 234:
if (lookahead == 'r') ADVANCE(279);
END_STATE();
case 235:
if (lookahead == 'l') ADVANCE(280);
if (lookahead == 'n') ADVANCE(281);
if (lookahead == 't') ADVANCE(282);
END_STATE();
case 236:
if (lookahead == 'b') ADVANCE(283);
END_STATE();
case 237:
if (lookahead == '_') ADVANCE(284);
END_STATE();
case 238:
if (lookahead == 'n') ADVANCE(285);
END_STATE();
case 239:
if (lookahead == 'x') ADVANCE(286);
END_STATE();
case 240:
ACCEPT_TOKEN(anon_sym_config);
END_STATE();
case 241:
if (lookahead == 't') ADVANCE(287);
END_STATE();
case 242:
if (lookahead == 'c') ADVANCE(288);
END_STATE();
case 243:
if (lookahead == 'm') ADVANCE(289);
END_STATE();
case 244:
if (lookahead == 't') ADVANCE(290);
END_STATE();
case 245:
if (lookahead == 'p') ADVANCE(291);
END_STATE();
case 246:
if (lookahead == 't') ADVANCE(292);
END_STATE();
case 247:
if (lookahead == '_') ADVANCE(293);
END_STATE();
case 248:
if (lookahead == 'e') ADVANCE(294);
END_STATE();
case 249:
ACCEPT_TOKEN(anon_sym_inputs);
END_STATE();
case 250:
if (lookahead == 'c') ADVANCE(295);
END_STATE();
case 251:
if (lookahead == 'r') ADVANCE(296);
END_STATE();
case 252:
if (lookahead == 'p') ADVANCE(297);
END_STATE();
case 253:
if (lookahead == 'u') ADVANCE(298);
END_STATE();
case 254:
if (lookahead == 'd') ADVANCE(299);
END_STATE();
case 255:
if (lookahead == 'd') ADVANCE(300);
END_STATE();
case 256:
if (lookahead == 'g') ADVANCE(301);
END_STATE();
case 257:
ACCEPT_TOKEN(anon_sym_linked);
END_STATE();
case 258:
ACCEPT_TOKEN(anon_sym_locale);
END_STATE();
case 259:
if (lookahead == 'e') ADVANCE(302);
END_STATE();
case 260:
if (lookahead == 'e') ADVANCE(303);
END_STATE();
case 261:
ACCEPT_TOKEN(anon_sym_number);
END_STATE();
case 262:
ACCEPT_TOKEN(anon_sym_object);
END_STATE();
case 263:
if (lookahead == 'n') ADVANCE(304);
END_STATE();
case 264:
if (lookahead == 's') ADVANCE(305);
END_STATE();
case 265:
if (lookahead == 's') ADVANCE(306);
END_STATE();
case 266:
if (lookahead == 'i') ADVANCE(307);
END_STATE();
case 267:
if (lookahead == 'e') ADVANCE(308);
END_STATE();
case 268:
ACCEPT_TOKEN(anon_sym_source);
END_STATE();
case 269:
if (lookahead == 'a') ADVANCE(309);
END_STATE();
case 270:
ACCEPT_TOKEN(anon_sym_string);
END_STATE();
case 271:
ACCEPT_TOKEN(anon_sym_system);
END_STATE();
case 272:
ACCEPT_TOKEN(anon_sym_target);
END_STATE();
case 273:
if (lookahead == 'a') ADVANCE(310);
END_STATE();
case 274:
if (lookahead == 't') ADVANCE(311);
END_STATE();
case 275:
if (lookahead == 'l') ADVANCE(312);
END_STATE();
case 276:
if (lookahead == 'e') ADVANCE(313);
END_STATE();
case 277:
ACCEPT_TOKEN(anon_sym_actions);
END_STATE();
case 278:
if (lookahead == 'n') ADVANCE(314);
END_STATE();
case 279:
if (lookahead == 'e') ADVANCE(315);
END_STATE();
case 280:
if (lookahead == 'a') ADVANCE(316);
END_STATE();
case 281:
if (lookahead == 'a') ADVANCE(317);
END_STATE();
case 282:
if (lookahead == 'y') ADVANCE(318);
END_STATE();
case 283:
if (lookahead == 'l') ADVANCE(319);
END_STATE();
case 284:
if (lookahead == 'r') ADVANCE(320);
END_STATE();
case 285:
ACCEPT_TOKEN(anon_sym_boolean);
END_STATE();
case 286:
if (lookahead == '_') ADVANCE(321);
END_STATE();
case 287:
if (lookahead == 'i') ADVANCE(322);
END_STATE();
case 288:
if (lookahead == 'y') ADVANCE(323);
END_STATE();
case 289:
if (lookahead == 'e') ADVANCE(324);
END_STATE();
case 290:
if (lookahead == '_') ADVANCE(325);
END_STATE();
case 291:
if (lookahead == 't') ADVANCE(326);
END_STATE();
case 292:
if (lookahead == 'i') ADVANCE(327);
END_STATE();
case 293:
if (lookahead == 'f') ADVANCE(328);
END_STATE();
case 294:
if (lookahead == '_') ADVANCE(329);
END_STATE();
case 295:
if (lookahead == 't') ADVANCE(330);
END_STATE();
case 296:
ACCEPT_TOKEN(anon_sym_integer);
END_STATE();
case 297:
if (lookahead == 'l') ADVANCE(331);
END_STATE();
case 298:
if (lookahead == 'i') ADVANCE(332);
END_STATE();
case 299:
if (lookahead == '_') ADVANCE(333);
END_STATE();
case 300:
if (lookahead == 'g') ADVANCE(334);
END_STATE();
case 301:
if (lookahead == 'e') ADVANCE(335);
END_STATE();
case 302:
if (lookahead == 's') ADVANCE(336);
END_STATE();
case 303:
ACCEPT_TOKEN(anon_sym_mutable);
END_STATE();
case 304:
if (lookahead == 'd') ADVANCE(337);
END_STATE();
case 305:
ACCEPT_TOKEN(anon_sym_outputs);
END_STATE();
case 306:
if (lookahead == 's') ADVANCE(338);
END_STATE();
case 307:
if (lookahead == 'n') ADVANCE(339);
END_STATE();
case 308:
if (lookahead == '_') ADVANCE(340);
END_STATE();
case 309:
if (lookahead == 'g') ADVANCE(341);
END_STATE();
case 310:
if (lookahead == 'm') ADVANCE(342);
END_STATE();
case 311:
if (lookahead == 'i') ADVANCE(343);
END_STATE();
case 312:
if (lookahead == 'e') ADVANCE(344);
END_STATE();
case 313:
ACCEPT_TOKEN(anon_sym_welcome);
END_STATE();
case 314:
if (lookahead == 'a') ADVANCE(345);
END_STATE();
case 315:
if (lookahead == 'a') ADVANCE(346);
END_STATE();
case 316:
if (lookahead == 'b') ADVANCE(347);
END_STATE();
case 317:
if (lookahead == 'm') ADVANCE(348);
END_STATE();
case 318:
if (lookahead == 'p') ADVANCE(349);
END_STATE();
case 319:
if (lookahead == 'e') ADVANCE(350);
END_STATE();
case 320:
if (lookahead == 'e') ADVANCE(351);
END_STATE();
case 321:
if (lookahead == 'd') ADVANCE(352);
END_STATE();
case 322:
if (lookahead == 'o') ADVANCE(353);
END_STATE();
case 323:
ACCEPT_TOKEN(anon_sym_currency);
END_STATE();
case 324:
ACCEPT_TOKEN(anon_sym_datetime);
END_STATE();
case 325:
if (lookahead == 'a') ADVANCE(354);
if (lookahead == 'l') ADVANCE(355);
END_STATE();
case 326:
if (lookahead == 'i') ADVANCE(356);
END_STATE();
case 327:
if (lookahead == 'o') ADVANCE(357);
END_STATE();
case 328:
if (lookahead == 'r') ADVANCE(358);
END_STATE();
case 329:
if (lookahead == 'i') ADVANCE(359);
END_STATE();
case 330:
if (lookahead == 'i') ADVANCE(360);
END_STATE();
case 331:
if (lookahead == 'a') ADVANCE(361);
END_STATE();
case 332:
if (lookahead == 'r') ADVANCE(362);
END_STATE();
case 333:
if (lookahead == 'b') ADVANCE(363);
END_STATE();
case 334:
if (lookahead == 'e') ADVANCE(364);
END_STATE();
case 335:
ACCEPT_TOKEN(anon_sym_language);
END_STATE();
case 336:
ACCEPT_TOKEN(anon_sym_messages);
END_STATE();
case 337:
if (lookahead == '_') ADVANCE(365);
END_STATE();
case 338:
if (lookahead == '_') ADVANCE(366);
END_STATE();
case 339:
if (lookahead == 'g') ADVANCE(367);
END_STATE();
case 340:
if (lookahead == 'u') ADVANCE(368);
END_STATE();
case 341:
if (lookahead == 'e') ADVANCE(369);
END_STATE();
case 342:
if (lookahead == 'p') ADVANCE(370);
END_STATE();
case 343:
if (lookahead == 'o') ADVANCE(371);
END_STATE();
case 344:
if (lookahead == 's') ADVANCE(372);
END_STATE();
case 345:
if (lookahead == 'l') ADVANCE(373);
END_STATE();
case 346:
if (lookahead == 's') ADVANCE(374);
END_STATE();
case 347:
if (lookahead == 'e') ADVANCE(375);
END_STATE();
case 348:
if (lookahead == 'e') ADVANCE(376);
END_STATE();
case 349:
if (lookahead == 'e') ADVANCE(377);
END_STATE();
case 350:
ACCEPT_TOKEN(anon_sym_available);
END_STATE();
case 351:
if (lookahead == 'a') ADVANCE(378);
END_STATE();
case 352:
if (lookahead == 'a') ADVANCE(379);
END_STATE();
case 353:
if (lookahead == 'n') ADVANCE(380);
END_STATE();
case 354:
if (lookahead == 'g') ADVANCE(381);
END_STATE();
case 355:
if (lookahead == 'o') ADVANCE(382);
END_STATE();
case 356:
if (lookahead == 'o') ADVANCE(383);
END_STATE();
case 357:
if (lookahead == 'n') ADVANCE(384);
END_STATE();
case 358:
if (lookahead == 'o') ADVANCE(385);
END_STATE();
case 359:
if (lookahead == 'n') ADVANCE(386);
END_STATE();
case 360:
if (lookahead == 'o') ADVANCE(387);
END_STATE();
case 361:
if (lookahead == 'y') ADVANCE(388);
END_STATE();
case 362:
if (lookahead == 'e') ADVANCE(389);
END_STATE();
case 363:
if (lookahead == 'y') ADVANCE(390);
END_STATE();
case 364:
ACCEPT_TOKEN(anon_sym_knowledge);
END_STATE();
case 365:
if (lookahead == 'r') ADVANCE(391);
END_STATE();
case 366:
if (lookahead == 'i') ADVANCE(392);
END_STATE();
case 367:
ACCEPT_TOKEN(anon_sym_reasoning);
END_STATE();
case 368:
if (lookahead == 's') ADVANCE(393);
END_STATE();
case 369:
if (lookahead == 'n') ADVANCE(394);
END_STATE();
case 370:
ACCEPT_TOKEN(anon_sym_timestamp);
END_STATE();
case 371:
if (lookahead == 'n') ADVANCE(395);
END_STATE();
case 372:
ACCEPT_TOKEN(anon_sym_variables);
END_STATE();
case 373:
if (lookahead == '_') ADVANCE(396);
END_STATE();
case 374:
if (lookahead == 'o') ADVANCE(397);
END_STATE();
case 375:
if (lookahead == 'l') ADVANCE(398);
END_STATE();
case 376:
ACCEPT_TOKEN(anon_sym_agent_name);
END_STATE();
case 377:
ACCEPT_TOKEN(anon_sym_agent_type);
END_STATE();
case 378:
if (lookahead == 's') ADVANCE(399);
END_STATE();
case 379:
if (lookahead == 't') ADVANCE(400);
END_STATE();
case 380:
ACCEPT_TOKEN(anon_sym_connection);
END_STATE();
case 381:
if (lookahead == 'e') ADVANCE(401);
END_STATE();
case 382:
if (lookahead == 'c') ADVANCE(402);
END_STATE();
case 383:
if (lookahead == 'n') ADVANCE(403);
END_STATE();
case 384:
if (lookahead == '_') ADVANCE(404);
END_STATE();
case 385:
if (lookahead == 'm') ADVANCE(405);
END_STATE();
case 386:
if (lookahead == '_') ADVANCE(406);
END_STATE();
case 387:
if (lookahead == 'n') ADVANCE(407);
END_STATE();
case 388:
if (lookahead == 'a') ADVANCE(408);
END_STATE();
case 389:
if (lookahead == 'd') ADVANCE(409);
END_STATE();
case 390:
if (lookahead == '_') ADVANCE(410);
END_STATE();
case 391:
if (lookahead == 'o') ADVANCE(411);
END_STATE();
case 392:
if (lookahead == 'n') ADVANCE(412);
END_STATE();
case 393:
if (lookahead == 'e') ADVANCE(413);
END_STATE();
case 394:
if (lookahead == 't') ADVANCE(414);
END_STATE();
case 395:
ACCEPT_TOKEN(anon_sym_transition);
END_STATE();
case 396:
if (lookahead == 'l') ADVANCE(415);
END_STATE();
case 397:
if (lookahead == 'n') ADVANCE(416);
END_STATE();
case 398:
ACCEPT_TOKEN(anon_sym_agent_label);
END_STATE();
case 399:
if (lookahead == 'o') ADVANCE(417);
END_STATE();
case 400:
if (lookahead == 'a') ADVANCE(418);
END_STATE();
case 401:
if (lookahead == 'n') ADVANCE(419);
END_STATE();
case 402:
if (lookahead == 'a') ADVANCE(420);
END_STATE();
case 403:
ACCEPT_TOKEN(anon_sym_description);
END_STATE();
case 404:
if (lookahead == 'm') ADVANCE(421);
END_STATE();
case 405:
if (lookahead == '_') ADVANCE(422);
END_STATE();
case 406:
if (lookahead == 'p') ADVANCE(423);
END_STATE();
case 407:
if (lookahead == 's') ADVANCE(424);
END_STATE();
case 408:
if (lookahead == 'b') ADVANCE(425);
END_STATE();
case 409:
ACCEPT_TOKEN(anon_sym_is_required);
END_STATE();
case 410:
if (lookahead == 'p') ADVANCE(426);
END_STATE();
case 411:
if (lookahead == 'u') ADVANCE(427);
END_STATE();
case 412:
if (lookahead == 'd') ADVANCE(428);
END_STATE();
case 413:
if (lookahead == 'r') ADVANCE(429);
END_STATE();
case 414:
ACCEPT_TOKEN(anon_sym_start_agent);
END_STATE();
case 415:
if (lookahead == 'o') ADVANCE(430);
END_STATE();
case 416:
if (lookahead == 'i') ADVANCE(431);
END_STATE();
case 417:
if (lookahead == 'n') ADVANCE(432);
END_STATE();
case 418:
if (lookahead == '_') ADVANCE(433);
END_STATE();
case 419:
if (lookahead == 't') ADVANCE(434);
END_STATE();
case 420:
if (lookahead == 'l') ADVANCE(435);
END_STATE();
case 421:
if (lookahead == 'e') ADVANCE(436);
END_STATE();
case 422:
if (lookahead == 'a') ADVANCE(437);
END_STATE();
case 423:
if (lookahead == 'r') ADVANCE(438);
END_STATE();
case 424:
ACCEPT_TOKEN(anon_sym_instructions);
END_STATE();
case 425:
if (lookahead == 'l') ADVANCE(439);
END_STATE();
case 426:
if (lookahead == 'l') ADVANCE(440);
END_STATE();
case 427:
if (lookahead == 't') ADVANCE(441);
END_STATE();
case 428:
if (lookahead == 'i') ADVANCE(442);
END_STATE();
case 429:
if (lookahead == '_') ADVANCE(443);
END_STATE();
case 430:
if (lookahead == 'c') ADVANCE(444);
END_STATE();
case 431:
if (lookahead == 'n') ADVANCE(445);
END_STATE();
case 432:
if (lookahead == 'i') ADVANCE(446);
END_STATE();
case 433:
if (lookahead == 't') ADVANCE(447);
END_STATE();
case 434:
if (lookahead == '_') ADVANCE(448);
END_STATE();
case 435:
if (lookahead == 'e') ADVANCE(449);
END_STATE();
case 436:
if (lookahead == 's') ADVANCE(450);
END_STATE();
case 437:
if (lookahead == 'g') ADVANCE(451);
END_STATE();
case 438:
if (lookahead == 'o') ADVANCE(452);
END_STATE();
case 439:
if (lookahead == 'e') ADVANCE(453);
END_STATE();
case 440:
if (lookahead == 'a') ADVANCE(454);
END_STATE();
case 441:
if (lookahead == 'e') ADVANCE(455);
END_STATE();
case 442:
if (lookahead == 'c') ADVANCE(456);
END_STATE();
case 443:
if (lookahead == 'c') ADVANCE(457);
END_STATE();
case 444:
if (lookahead == 'a') ADVANCE(458);
END_STATE();
case 445:
if (lookahead == 'g') ADVANCE(459);
END_STATE();
case 446:
if (lookahead == 'n') ADVANCE(460);
END_STATE();
case 447:
if (lookahead == 'y') ADVANCE(461);
END_STATE();
case 448:
if (lookahead == 'u') ADVANCE(462);
END_STATE();
case 449:
ACCEPT_TOKEN(anon_sym_default_locale);
END_STATE();
case 450:
if (lookahead == 's') ADVANCE(463);
END_STATE();
case 451:
if (lookahead == 'e') ADVANCE(464);
END_STATE();
case 452:
if (lookahead == 'g') ADVANCE(465);
END_STATE();
case 453:
ACCEPT_TOKEN(anon_sym_is_displayable);
END_STATE();
case 454:
if (lookahead == 'n') ADVANCE(466);
END_STATE();
case 455:
if (lookahead == '_') ADVANCE(467);
END_STATE();
case 456:
if (lookahead == 'a') ADVANCE(468);
END_STATE();
case 457:
if (lookahead == 'o') ADVANCE(469);
END_STATE();
case 458:
if (lookahead == 'l') ADVANCE(470);
END_STATE();
case 459:
ACCEPT_TOKEN(anon_sym_after_reasoning);
END_STATE();
case 460:
if (lookahead == 'g') ADVANCE(471);
END_STATE();
case 461:
if (lookahead == 'p') ADVANCE(472);
END_STATE();
case 462:
if (lookahead == 's') ADVANCE(473);
END_STATE();
case 463:
if (lookahead == 'a') ADVANCE(474);
END_STATE();
case 464:
if (lookahead == 'n') ADVANCE(475);
END_STATE();
case 465:
if (lookahead == 'r') ADVANCE(476);
END_STATE();
case 466:
if (lookahead == 'n') ADVANCE(477);
END_STATE();
case 467:
if (lookahead == 'n') ADVANCE(478);
if (lookahead == 't') ADVANCE(479);
END_STATE();
case 468:
if (lookahead == 't') ADVANCE(480);
END_STATE();
case 469:
if (lookahead == 'n') ADVANCE(481);
END_STATE();
case 470:
if (lookahead == 'e') ADVANCE(482);
END_STATE();
case 471:
ACCEPT_TOKEN(anon_sym_before_reasoning);
END_STATE();
case 472:
if (lookahead == 'e') ADVANCE(483);
END_STATE();
case 473:
if (lookahead == 'e') ADVANCE(484);
END_STATE();
case 474:
if (lookahead == 'g') ADVANCE(485);
END_STATE();
case 475:
if (lookahead == 't') ADVANCE(486);
END_STATE();
case 476:
if (lookahead == 'e') ADVANCE(487);
END_STATE();
case 477:
if (lookahead == 'e') ADVANCE(488);
END_STATE();
case 478:
if (lookahead == 'a') ADVANCE(489);
END_STATE();
case 479:
if (lookahead == 'y') ADVANCE(490);
END_STATE();
case 480:
if (lookahead == 'o') ADVANCE(491);
END_STATE();
case 481:
if (lookahead == 'f') ADVANCE(492);
END_STATE();
case 482:
if (lookahead == 's') ADVANCE(493);
END_STATE();
case 483:
if (lookahead == '_') ADVANCE(494);
END_STATE();
case 484:
if (lookahead == 'r') ADVANCE(495);
END_STATE();
case 485:
if (lookahead == 'e') ADVANCE(496);
END_STATE();
case 486:
ACCEPT_TOKEN(anon_sym_filter_from_agent);
END_STATE();
case 487:
if (lookahead == 's') ADVANCE(497);
END_STATE();
case 488:
if (lookahead == 'r') ADVANCE(498);
END_STATE();
case 489:
if (lookahead == 'm') ADVANCE(499);
END_STATE();
case 490:
if (lookahead == 'p') ADVANCE(500);
END_STATE();
case 491:
if (lookahead == 'r') ADVANCE(501);
END_STATE();
case 492:
if (lookahead == 'i') ADVANCE(502);
END_STATE();
case 493:
ACCEPT_TOKEN(anon_sym_additional_locales);
END_STATE();
case 494:
if (lookahead == 'n') ADVANCE(503);
END_STATE();
case 495:
ACCEPT_TOKEN(anon_sym_default_agent_user);
END_STATE();
case 496:
ACCEPT_TOKEN(anon_sym_escalation_message);
END_STATE();
case 497:
if (lookahead == 's') ADVANCE(504);
END_STATE();
case 498:
ACCEPT_TOKEN(anon_sym_is_used_by_planner);
END_STATE();
case 499:
if (lookahead == 'e') ADVANCE(505);
END_STATE();
case 500:
if (lookahead == 'e') ADVANCE(506);
END_STATE();
case 501:
if (lookahead == '_') ADVANCE(507);
END_STATE();
case 502:
if (lookahead == 'r') ADVANCE(508);
END_STATE();
case 503:
if (lookahead == 'a') ADVANCE(509);
END_STATE();
case 504:
if (lookahead == '_') ADVANCE(510);
END_STATE();
case 505:
ACCEPT_TOKEN(anon_sym_outbound_route_name);
END_STATE();
case 506:
ACCEPT_TOKEN(anon_sym_outbound_route_type);
END_STATE();
case 507:
if (lookahead == 'm') ADVANCE(511);
END_STATE();
case 508:
if (lookahead == 'm') ADVANCE(512);
END_STATE();
case 509:
if (lookahead == 'm') ADVANCE(513);
END_STATE();
case 510:
if (lookahead == 'i') ADVANCE(514);
END_STATE();
case 511:
if (lookahead == 'e') ADVANCE(515);
END_STATE();
case 512:
if (lookahead == 'a') ADVANCE(516);
END_STATE();
case 513:
if (lookahead == 'e') ADVANCE(517);
END_STATE();
case 514:
if (lookahead == 'n') ADVANCE(518);
END_STATE();
case 515:
if (lookahead == 's') ADVANCE(519);
END_STATE();
case 516:
if (lookahead == 't') ADVANCE(520);
END_STATE();
case 517:
ACCEPT_TOKEN(anon_sym_complex_data_type_name);
END_STATE();
case 518:
if (lookahead == 'd') ADVANCE(521);
END_STATE();
case 519:
if (lookahead == 's') ADVANCE(522);
END_STATE();
case 520:
if (lookahead == 'i') ADVANCE(523);
END_STATE();
case 521:
if (lookahead == 'i') ADVANCE(524);
END_STATE();
case 522:
if (lookahead == 'a') ADVANCE(525);
END_STATE();
case 523:
if (lookahead == 'o') ADVANCE(526);
END_STATE();
case 524:
if (lookahead == 'c') ADVANCE(527);
END_STATE();
case 525:
if (lookahead == 'g') ADVANCE(528);
END_STATE();
case 526:
if (lookahead == 'n') ADVANCE(529);
END_STATE();
case 527:
if (lookahead == 'a') ADVANCE(530);
END_STATE();
case 528:
if (lookahead == 'e') ADVANCE(531);
END_STATE();
case 529:
ACCEPT_TOKEN(anon_sym_require_user_confirmation);
END_STATE();
case 530:
if (lookahead == 't') ADVANCE(532);
END_STATE();
case 531:
ACCEPT_TOKEN(anon_sym_progress_indicator_message);
END_STATE();
case 532:
if (lookahead == 'o') ADVANCE(533);
END_STATE();
case 533:
if (lookahead == 'r') ADVANCE(534);
END_STATE();
case 534:
ACCEPT_TOKEN(anon_sym_include_in_progress_indicator);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 0, .external_lex_state = 2},
[2] = {.lex_state = 1, .external_lex_state = 3},
[3] = {.lex_state = 1, .external_lex_state = 3},
[4] = {.lex_state = 1, .external_lex_state = 3},
[5] = {.lex_state = 1, .external_lex_state = 3},
[6] = {.lex_state = 1, .external_lex_state = 3},
[7] = {.lex_state = 1, .external_lex_state = 3},
[8] = {.lex_state = 1, .external_lex_state = 3},
[9] = {.lex_state = 1, .external_lex_state = 3},
[10] = {.lex_state = 0, .external_lex_state = 3},
[11] = {.lex_state = 1, .external_lex_state = 3},
[12] = {.lex_state = 1, .external_lex_state = 3},
[13] = {.lex_state = 1, .external_lex_state = 3},
[14] = {.lex_state = 1, .external_lex_state = 3},
[15] = {.lex_state = 1, .external_lex_state = 3},
[16] = {.lex_state = 1, .external_lex_state = 3},
[17] = {.lex_state = 1, .external_lex_state = 3},
[18] = {.lex_state = 1, .external_lex_state = 3},
[19] = {.lex_state = 1, .external_lex_state = 3},
[20] = {.lex_state = 1, .external_lex_state = 3},
[21] = {.lex_state = 1, .external_lex_state = 3},
[22] = {.lex_state = 2},
[23] = {.lex_state = 1, .external_lex_state = 3},
[24] = {.lex_state = 1, .external_lex_state = 3},
[25] = {.lex_state = 1, .external_lex_state = 3},
[26] = {.lex_state = 1, .external_lex_state = 3},
[27] = {.lex_state = 1, .external_lex_state = 3},
[28] = {.lex_state = 2},
[29] = {.lex_state = 2},
[30] = {.lex_state = 2},
[31] = {.lex_state = 2},
[32] = {.lex_state = 2},
[33] = {.lex_state = 2},
[34] = {.lex_state = 2},
[35] = {.lex_state = 2},
[36] = {.lex_state = 2},
[37] = {.lex_state = 2},
[38] = {.lex_state = 2},
[39] = {.lex_state = 2},
[40] = {.lex_state = 2},
[41] = {.lex_state = 2},
[42] = {.lex_state = 2},
[43] = {.lex_state = 2},
[44] = {.lex_state = 2},
[45] = {.lex_state = 2},
[46] = {.lex_state = 2},
[47] = {.lex_state = 2},
[48] = {.lex_state = 2},
[49] = {.lex_state = 2},
[50] = {.lex_state = 2},
[51] = {.lex_state = 2},
[52] = {.lex_state = 2},
[53] = {.lex_state = 2},
[54] = {.lex_state = 2},
[55] = {.lex_state = 2},
[56] = {.lex_state = 2},
[57] = {.lex_state = 2},
[58] = {.lex_state = 2},
[59] = {.lex_state = 2},
[60] = {.lex_state = 2},
[61] = {.lex_state = 2},
[62] = {.lex_state = 2},
[63] = {.lex_state = 2},
[64] = {.lex_state = 2},
[65] = {.lex_state = 2},
[66] = {.lex_state = 2},
[67] = {.lex_state = 2},
[68] = {.lex_state = 2},
[69] = {.lex_state = 2},
[70] = {.lex_state = 2},
[71] = {.lex_state = 2},
[72] = {.lex_state = 2},
[73] = {.lex_state = 2},
[74] = {.lex_state = 2},
[75] = {.lex_state = 2},
[76] = {.lex_state = 2},
[77] = {.lex_state = 2},
[78] = {.lex_state = 2},
[79] = {.lex_state = 1, .external_lex_state = 3},
[80] = {.lex_state = 1, .external_lex_state = 3},
[81] = {.lex_state = 1, .external_lex_state = 3},
[82] = {.lex_state = 1, .external_lex_state = 3},
[83] = {.lex_state = 1, .external_lex_state = 3},
[84] = {.lex_state = 1, .external_lex_state = 3},
[85] = {.lex_state = 1},
[86] = {.lex_state = 1, .external_lex_state = 3},
[87] = {.lex_state = 1},
[88] = {.lex_state = 1, .external_lex_state = 3},
[89] = {.lex_state = 1, .external_lex_state = 3},
[90] = {.lex_state = 1, .external_lex_state = 3},
[91] = {.lex_state = 1, .external_lex_state = 3},
[92] = {.lex_state = 1},
[93] = {.lex_state = 1},
[94] = {.lex_state = 1},
[95] = {.lex_state = 1},
[96] = {.lex_state = 1},
[97] = {.lex_state = 1, .external_lex_state = 4},
[98] = {.lex_state = 1, .external_lex_state = 3},
[99] = {.lex_state = 1, .external_lex_state = 4},
[100] = {.lex_state = 1, .external_lex_state = 4},
[101] = {.lex_state = 1, .external_lex_state = 4},
[102] = {.lex_state = 1, .external_lex_state = 4},
[103] = {.lex_state = 1, .external_lex_state = 3},
[104] = {.lex_state = 1, .external_lex_state = 4},
[105] = {.lex_state = 1, .external_lex_state = 4},
[106] = {.lex_state = 1, .external_lex_state = 4},
[107] = {.lex_state = 1},
[108] = {.lex_state = 1},
[109] = {.lex_state = 1},
[110] = {.lex_state = 1},
[111] = {.lex_state = 1},
[112] = {.lex_state = 1},
[113] = {.lex_state = 1},
[114] = {.lex_state = 1},
[115] = {.lex_state = 1},
[116] = {.lex_state = 1},
[117] = {.lex_state = 1},
[118] = {.lex_state = 1},
[119] = {.lex_state = 1},
[120] = {.lex_state = 1},
[121] = {.lex_state = 1},
[122] = {.lex_state = 1},
[123] = {.lex_state = 1},
[124] = {.lex_state = 1},
[125] = {.lex_state = 0, .external_lex_state = 2},
[126] = {.lex_state = 0, .external_lex_state = 2},
[127] = {.lex_state = 1},
[128] = {.lex_state = 1},
[129] = {.lex_state = 1, .external_lex_state = 4},
[130] = {.lex_state = 1},
[131] = {.lex_state = 1, .external_lex_state = 4},
[132] = {.lex_state = 1, .external_lex_state = 4},
[133] = {.lex_state = 0, .external_lex_state = 3},
[134] = {.lex_state = 0, .external_lex_state = 3},
[135] = {.lex_state = 0, .external_lex_state = 3},
[136] = {.lex_state = 1, .external_lex_state = 4},
[137] = {.lex_state = 1, .external_lex_state = 4},
[138] = {.lex_state = 1, .external_lex_state = 4},
[139] = {.lex_state = 1, .external_lex_state = 4},
[140] = {.lex_state = 1, .external_lex_state = 4},
[141] = {.lex_state = 1, .external_lex_state = 4},
[142] = {.lex_state = 1, .external_lex_state = 4},
[143] = {.lex_state = 1, .external_lex_state = 4},
[144] = {.lex_state = 1, .external_lex_state = 4},
[145] = {.lex_state = 1, .external_lex_state = 4},
[146] = {.lex_state = 1, .external_lex_state = 4},
[147] = {.lex_state = 1, .external_lex_state = 4},
[148] = {.lex_state = 1, .external_lex_state = 4},
[149] = {.lex_state = 1, .external_lex_state = 4},
[150] = {.lex_state = 1},
[151] = {.lex_state = 1},
[152] = {.lex_state = 1},
[153] = {.lex_state = 1},
[154] = {.lex_state = 1},
[155] = {.lex_state = 1},
[156] = {.lex_state = 1},
[157] = {.lex_state = 1},
[158] = {.lex_state = 1},
[159] = {.lex_state = 1},
[160] = {.lex_state = 1},
[161] = {.lex_state = 1},
[162] = {.lex_state = 1},
[163] = {.lex_state = 1},
[164] = {.lex_state = 0, .external_lex_state = 3},
[165] = {.lex_state = 0, .external_lex_state = 3},
[166] = {.lex_state = 0, .external_lex_state = 3},
[167] = {.lex_state = 0, .external_lex_state = 3},
[168] = {.lex_state = 0, .external_lex_state = 3},
[169] = {.lex_state = 0, .external_lex_state = 3},
[170] = {.lex_state = 1, .external_lex_state = 1},
[171] = {.lex_state = 1, .external_lex_state = 1},
[172] = {.lex_state = 0},
[173] = {.lex_state = 0, .external_lex_state = 3},
[174] = {.lex_state = 0},
[175] = {.lex_state = 0},
[176] = {.lex_state = 0, .external_lex_state = 3},
[177] = {.lex_state = 0, .external_lex_state = 3},
[178] = {.lex_state = 0},
[179] = {.lex_state = 1, .external_lex_state = 1},
[180] = {.lex_state = 1, .external_lex_state = 3},
[181] = {.lex_state = 0, .external_lex_state = 3},
[182] = {.lex_state = 1, .external_lex_state = 4},
[183] = {.lex_state = 0, .external_lex_state = 3},
[184] = {.lex_state = 0},
[185] = {.lex_state = 1, .external_lex_state = 3},
[186] = {.lex_state = 0, .external_lex_state = 3},
[187] = {.lex_state = 0, .external_lex_state = 3},
[188] = {.lex_state = 0, .external_lex_state = 3},
[189] = {.lex_state = 0, .external_lex_state = 3},
[190] = {.lex_state = 0, .external_lex_state = 3},
[191] = {.lex_state = 0, .external_lex_state = 3},
[192] = {.lex_state = 2},
[193] = {.lex_state = 0, .external_lex_state = 3},
[194] = {.lex_state = 0, .external_lex_state = 3},
[195] = {.lex_state = 0, .external_lex_state = 3},
[196] = {.lex_state = 2},
[197] = {.lex_state = 2},
[198] = {.lex_state = 1, .external_lex_state = 4},
[199] = {.lex_state = 1, .external_lex_state = 3},
[200] = {.lex_state = 1, .external_lex_state = 3},
[201] = {.lex_state = 1, .external_lex_state = 3},
[202] = {.lex_state = 1, .external_lex_state = 3},
[203] = {.lex_state = 1, .external_lex_state = 3},
[204] = {.lex_state = 1, .external_lex_state = 3},
[205] = {.lex_state = 1, .external_lex_state = 3},
[206] = {.lex_state = 1, .external_lex_state = 3},
[207] = {.lex_state = 1, .external_lex_state = 3},
[208] = {.lex_state = 1, .external_lex_state = 3},
[209] = {.lex_state = 1, .external_lex_state = 3},
[210] = {.lex_state = 0, .external_lex_state = 2},
[211] = {.lex_state = 0, .external_lex_state = 4},
[212] = {.lex_state = 0, .external_lex_state = 3},
[213] = {.lex_state = 0, .external_lex_state = 3},
[214] = {.lex_state = 0, .external_lex_state = 3},
[215] = {.lex_state = 0, .external_lex_state = 3},
[216] = {.lex_state = 0, .external_lex_state = 3},
[217] = {.lex_state = 0, .external_lex_state = 3},
[218] = {.lex_state = 0, .external_lex_state = 3},
[219] = {.lex_state = 0, .external_lex_state = 3},
[220] = {.lex_state = 0, .external_lex_state = 2},
[221] = {.lex_state = 0, .external_lex_state = 2},
[222] = {.lex_state = 0, .external_lex_state = 3},
[223] = {.lex_state = 0, .external_lex_state = 3},
[224] = {.lex_state = 0, .external_lex_state = 3},
[225] = {.lex_state = 0, .external_lex_state = 2},
[226] = {.lex_state = 0, .external_lex_state = 2},
[227] = {.lex_state = 0, .external_lex_state = 2},
[228] = {.lex_state = 0, .external_lex_state = 3},
[229] = {.lex_state = 3, .external_lex_state = 5},
[230] = {.lex_state = 0, .external_lex_state = 2},
[231] = {.lex_state = 0, .external_lex_state = 2},
[232] = {.lex_state = 0, .external_lex_state = 2},
[233] = {.lex_state = 0, .external_lex_state = 3},
[234] = {.lex_state = 0, .external_lex_state = 2},
[235] = {.lex_state = 0, .external_lex_state = 3},
[236] = {.lex_state = 0, .external_lex_state = 2},
[237] = {.lex_state = 0, .external_lex_state = 2},
[238] = {.lex_state = 0, .external_lex_state = 2},
[239] = {.lex_state = 0, .external_lex_state = 2},
[240] = {.lex_state = 0, .external_lex_state = 3},
[241] = {.lex_state = 0, .external_lex_state = 3},
[242] = {.lex_state = 0, .external_lex_state = 3},
[243] = {.lex_state = 0, .external_lex_state = 3},
[244] = {.lex_state = 0, .external_lex_state = 2},
[245] = {.lex_state = 0, .external_lex_state = 2},
[246] = {.lex_state = 0, .external_lex_state = 3},
[247] = {.lex_state = 0, .external_lex_state = 3},
[248] = {.lex_state = 0, .external_lex_state = 3},
[249] = {.lex_state = 0, .external_lex_state = 3},
[250] = {.lex_state = 0, .external_lex_state = 3},
[251] = {.lex_state = 0, .external_lex_state = 6},
[252] = {.lex_state = 0, .external_lex_state = 3},
[253] = {.lex_state = 0, .external_lex_state = 3},
[254] = {.lex_state = 0, .external_lex_state = 6},
[255] = {.lex_state = 0, .external_lex_state = 3},
[256] = {.lex_state = 0, .external_lex_state = 3},
[257] = {.lex_state = 0, .external_lex_state = 3},
[258] = {.lex_state = 0, .external_lex_state = 3},
[259] = {.lex_state = 0, .external_lex_state = 3},
[260] = {.lex_state = 0, .external_lex_state = 3},
[261] = {.lex_state = 0, .external_lex_state = 3},
[262] = {.lex_state = 0, .external_lex_state = 3},
[263] = {.lex_state = 0, .external_lex_state = 3},
[264] = {.lex_state = 0, .external_lex_state = 3},
[265] = {.lex_state = 0, .external_lex_state = 3},
[266] = {.lex_state = 0, .external_lex_state = 7},
[267] = {.lex_state = 0, .external_lex_state = 3},
[268] = {.lex_state = 0, .external_lex_state = 3},
[269] = {.lex_state = 0, .external_lex_state = 3},
[270] = {.lex_state = 0, .external_lex_state = 3},
[271] = {.lex_state = 0, .external_lex_state = 3},
[272] = {.lex_state = 2, .external_lex_state = 4},
[273] = {.lex_state = 0, .external_lex_state = 3},
[274] = {.lex_state = 0, .external_lex_state = 3},
[275] = {.lex_state = 0, .external_lex_state = 3},
[276] = {.lex_state = 0, .external_lex_state = 3},
[277] = {.lex_state = 2},
[278] = {.lex_state = 0, .external_lex_state = 3},
[279] = {.lex_state = 0, .external_lex_state = 3},
[280] = {.lex_state = 0, .external_lex_state = 3},
[281] = {.lex_state = 0, .external_lex_state = 3},
[282] = {.lex_state = 0, .external_lex_state = 3},
[283] = {.lex_state = 0, .external_lex_state = 3},
[284] = {.lex_state = 0, .external_lex_state = 3},
[285] = {.lex_state = 0, .external_lex_state = 3},
[286] = {.lex_state = 0, .external_lex_state = 3},
[287] = {.lex_state = 2, .external_lex_state = 4},
[288] = {.lex_state = 0},
[289] = {.lex_state = 0, .external_lex_state = 3},
[290] = {.lex_state = 0, .external_lex_state = 3},
[291] = {.lex_state = 0, .external_lex_state = 3},
[292] = {.lex_state = 0},
[293] = {.lex_state = 0, .external_lex_state = 3},
[294] = {.lex_state = 0, .external_lex_state = 4},
[295] = {.lex_state = 0, .external_lex_state = 3},
[296] = {.lex_state = 0},
[297] = {.lex_state = 0, .external_lex_state = 3},
[298] = {.lex_state = 0},
[299] = {.lex_state = 0, .external_lex_state = 3},
[300] = {.lex_state = 0, .external_lex_state = 3},
[301] = {.lex_state = 0, .external_lex_state = 3},
[302] = {.lex_state = 0, .external_lex_state = 3},
[303] = {.lex_state = 0},
[304] = {.lex_state = 0, .external_lex_state = 3},
[305] = {.lex_state = 0, .external_lex_state = 3},
[306] = {.lex_state = 0, .external_lex_state = 3},
[307] = {.lex_state = 0},
[308] = {.lex_state = 0, .external_lex_state = 3},
[309] = {.lex_state = 0},
[310] = {.lex_state = 0},
[311] = {.lex_state = 0, .external_lex_state = 3},
[312] = {.lex_state = 0, .external_lex_state = 3},
[313] = {.lex_state = 0, .external_lex_state = 3},
[314] = {.lex_state = 0},
[315] = {.lex_state = 0, .external_lex_state = 3},
[316] = {.lex_state = 0, .external_lex_state = 6},
[317] = {.lex_state = 0, .external_lex_state = 3},
[318] = {.lex_state = 0, .external_lex_state = 3},
[319] = {.lex_state = 0},
[320] = {.lex_state = 0, .external_lex_state = 6},
[321] = {.lex_state = 0, .external_lex_state = 3},
[322] = {.lex_state = 0, .external_lex_state = 3},
[323] = {.lex_state = 0, .external_lex_state = 3},
[324] = {.lex_state = 0, .external_lex_state = 3},
[325] = {.lex_state = 0, .external_lex_state = 3},
[326] = {.lex_state = 0, .external_lex_state = 3},
[327] = {.lex_state = 6},
[328] = {.lex_state = 2, .external_lex_state = 4},
[329] = {.lex_state = 0, .external_lex_state = 3},
[330] = {.lex_state = 0, .external_lex_state = 3},
[331] = {.lex_state = 0, .external_lex_state = 3},
[332] = {.lex_state = 0, .external_lex_state = 3},
[333] = {.lex_state = 0, .external_lex_state = 3},
[334] = {.lex_state = 0, .external_lex_state = 3},
[335] = {.lex_state = 0, .external_lex_state = 3},
[336] = {.lex_state = 0, .external_lex_state = 3},
[337] = {.lex_state = 0, .external_lex_state = 3},
[338] = {.lex_state = 0, .external_lex_state = 3},
[339] = {.lex_state = 0, .external_lex_state = 3},
[340] = {.lex_state = 0, .external_lex_state = 3},
[341] = {.lex_state = 9, .external_lex_state = 3},
[342] = {.lex_state = 6},
[343] = {.lex_state = 9, .external_lex_state = 3},
[344] = {.lex_state = 6},
[345] = {.lex_state = 6},
[346] = {.lex_state = 0, .external_lex_state = 8},
[347] = {.lex_state = 0, .external_lex_state = 3},
[348] = {.lex_state = 0, .external_lex_state = 3},
[349] = {.lex_state = 0, .external_lex_state = 3},
[350] = {.lex_state = 6},
[351] = {.lex_state = 0, .external_lex_state = 3},
[352] = {.lex_state = 6},
[353] = {.lex_state = 6},
[354] = {.lex_state = 9, .external_lex_state = 3},
[355] = {.lex_state = 0, .external_lex_state = 3},
[356] = {.lex_state = 0, .external_lex_state = 3},
[357] = {.lex_state = 0, .external_lex_state = 6},
[358] = {.lex_state = 0, .external_lex_state = 4},
[359] = {.lex_state = 7},
[360] = {.lex_state = 0, .external_lex_state = 3},
[361] = {.lex_state = 0, .external_lex_state = 3},
[362] = {.lex_state = 0, .external_lex_state = 3},
[363] = {.lex_state = 0, .external_lex_state = 3},
[364] = {.lex_state = 0, .external_lex_state = 4},
[365] = {.lex_state = 10},
[366] = {.lex_state = 7},
[367] = {.lex_state = 10},
[368] = {.lex_state = 0, .external_lex_state = 3},
[369] = {.lex_state = 7},
[370] = {.lex_state = 0, .external_lex_state = 3},
[371] = {.lex_state = 0, .external_lex_state = 4},
[372] = {.lex_state = 7},
[373] = {.lex_state = 7},
[374] = {.lex_state = 0, .external_lex_state = 3},
[375] = {.lex_state = 10},
[376] = {.lex_state = 10},
[377] = {.lex_state = 0, .external_lex_state = 3},
[378] = {.lex_state = 0, .external_lex_state = 3},
[379] = {.lex_state = 7},
[380] = {.lex_state = 10},
[381] = {.lex_state = 7},
[382] = {.lex_state = 10},
[383] = {.lex_state = 0, .external_lex_state = 6},
[384] = {.lex_state = 10},
[385] = {.lex_state = 0, .external_lex_state = 3},
[386] = {.lex_state = 0},
[387] = {.lex_state = 0, .external_lex_state = 9},
[388] = {.lex_state = 0, .external_lex_state = 3},
[389] = {.lex_state = 0, .external_lex_state = 3},
[390] = {.lex_state = 0},
[391] = {.lex_state = 0, .external_lex_state = 3},
[392] = {.lex_state = 0},
[393] = {.lex_state = 0, .external_lex_state = 3},
[394] = {.lex_state = 0, .external_lex_state = 3},
[395] = {.lex_state = 9, .external_lex_state = 3},
[396] = {.lex_state = 0, .external_lex_state = 3},
[397] = {.lex_state = 0, .external_lex_state = 3},
[398] = {.lex_state = 0},
[399] = {.lex_state = 0},
[400] = {.lex_state = 0},
[401] = {.lex_state = 0},
[402] = {.lex_state = 0, .external_lex_state = 9},
[403] = {.lex_state = 0},
[404] = {.lex_state = 0},
[405] = {.lex_state = 0},
[406] = {.lex_state = 0, .external_lex_state = 5},
[407] = {.lex_state = 0},
[408] = {.lex_state = 2},
[409] = {.lex_state = 0},
[410] = {.lex_state = 0},
[411] = {.lex_state = 0},
[412] = {.lex_state = 0, .external_lex_state = 5},
[413] = {.lex_state = 0},
[414] = {.lex_state = 0},
[415] = {.lex_state = 0, .external_lex_state = 5},
[416] = {.lex_state = 0},
[417] = {.lex_state = 2},
[418] = {.lex_state = 2},
[419] = {.lex_state = 0},
[420] = {.lex_state = 0},
[421] = {.lex_state = 0},
[422] = {.lex_state = 0},
[423] = {.lex_state = 0},
[424] = {.lex_state = 0},
[425] = {.lex_state = 0},
[426] = {.lex_state = 0},
[427] = {.lex_state = 0},
[428] = {.lex_state = 0},
[429] = {.lex_state = 0},
[430] = {.lex_state = 0},
[431] = {.lex_state = 0},
[432] = {.lex_state = 2},
[433] = {.lex_state = 0},
[434] = {.lex_state = 0},
[435] = {.lex_state = 0},
[436] = {.lex_state = 0},
[437] = {.lex_state = 0, .external_lex_state = 5},
[438] = {.lex_state = 0},
[439] = {.lex_state = 0},
[440] = {.lex_state = 0, .external_lex_state = 5},
[441] = {.lex_state = 0, .external_lex_state = 9},
[442] = {.lex_state = 0, .external_lex_state = 5},
[443] = {.lex_state = 2},
[444] = {.lex_state = 0},
[445] = {.lex_state = 0},
[446] = {.lex_state = 0},
[447] = {.lex_state = 0},
[448] = {.lex_state = 0},
[449] = {.lex_state = 0, .external_lex_state = 5},
[450] = {.lex_state = 0, .external_lex_state = 5},
[451] = {.lex_state = 0},
[452] = {.lex_state = 0},
[453] = {.lex_state = 0},
[454] = {.lex_state = 0, .external_lex_state = 5},
[455] = {.lex_state = 0},
[456] = {.lex_state = 0},
[457] = {.lex_state = 0},
[458] = {.lex_state = 0},
[459] = {.lex_state = 0, .external_lex_state = 5},
[460] = {.lex_state = 0},
[461] = {.lex_state = 0, .external_lex_state = 5},
[462] = {.lex_state = 2},
[463] = {.lex_state = 0},
[464] = {.lex_state = 0},
[465] = {.lex_state = 0},
[466] = {.lex_state = 2},
[467] = {.lex_state = 2},
[468] = {.lex_state = 0},
[469] = {.lex_state = 0},
[470] = {.lex_state = 0, .external_lex_state = 5},
[471] = {.lex_state = 0},
[472] = {.lex_state = 0},
[473] = {.lex_state = 2},
[474] = {.lex_state = 2},
[475] = {.lex_state = 0, .external_lex_state = 5},
[476] = {.lex_state = 0, .external_lex_state = 5},
[477] = {.lex_state = 0},
[478] = {.lex_state = 0, .external_lex_state = 5},
[479] = {.lex_state = 0},
[480] = {.lex_state = 2},
[481] = {.lex_state = 0, .external_lex_state = 5},
[482] = {.lex_state = 0, .external_lex_state = 5},
[483] = {.lex_state = 0, .external_lex_state = 5},
[484] = {.lex_state = 0, .external_lex_state = 5},
[485] = {.lex_state = 0, .external_lex_state = 5},
[486] = {.lex_state = 0, .external_lex_state = 5},
[487] = {.lex_state = 9},
[488] = {.lex_state = 0, .external_lex_state = 5},
[489] = {.lex_state = 2},
[490] = {.lex_state = 2},
[491] = {.lex_state = 0},
[492] = {.lex_state = 0, .external_lex_state = 5},
[493] = {.lex_state = 0, .external_lex_state = 5},
[494] = {.lex_state = 0, .external_lex_state = 5},
[495] = {.lex_state = 0},
[496] = {.lex_state = 0},
[497] = {.lex_state = 0},
[498] = {.lex_state = 2},
[499] = {.lex_state = 0},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_identifier] = ACTIONS(1),
[anon_sym_config] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_agent_name] = ACTIONS(1),
[anon_sym_agent_label] = ACTIONS(1),
[anon_sym_description] = ACTIONS(1),
[anon_sym_agent_type] = ACTIONS(1),
[anon_sym_default_agent_user] = ACTIONS(1),
[anon_sym_variables] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[anon_sym_mutable] = ACTIONS(1),
[anon_sym_linked] = ACTIONS(1),
[anon_sym_source] = ACTIONS(1),
[anon_sym_label] = ACTIONS(1),
[anon_sym_system] = ACTIONS(1),
[anon_sym_messages] = ACTIONS(1),
[anon_sym_welcome] = ACTIONS(1),
[anon_sym_error] = ACTIONS(1),
[anon_sym_start_agent] = ACTIONS(1),
[anon_sym_topic] = ACTIONS(1),
[anon_sym_connection] = ACTIONS(1),
[anon_sym_target] = ACTIONS(1),
[anon_sym_escalation_message] = ACTIONS(1),
[anon_sym_outbound_route_type] = ACTIONS(1),
[anon_sym_outbound_route_name] = ACTIONS(1),
[anon_sym_language] = ACTIONS(1),
[anon_sym_locale] = ACTIONS(1),
[anon_sym_default_locale] = ACTIONS(1),
[anon_sym_additional_locales] = ACTIONS(1),
[anon_sym_knowledge] = ACTIONS(1),
[anon_sym_actions] = ACTIONS(1),
[anon_sym_require_user_confirmation] = ACTIONS(1),
[anon_sym_include_in_progress_indicator] = ACTIONS(1),
[anon_sym_progress_indicator_message] = ACTIONS(1),
[anon_sym_inputs] = ACTIONS(1),
[anon_sym_outputs] = ACTIONS(1),
[anon_sym_is_required] = ACTIONS(1),
[anon_sym_is_displayable] = ACTIONS(1),
[anon_sym_is_used_by_planner] = ACTIONS(1),
[anon_sym_filter_from_agent] = ACTIONS(1),
[anon_sym_complex_data_type_name] = ACTIONS(1),
[anon_sym_reasoning] = ACTIONS(1),
[anon_sym_before_reasoning] = ACTIONS(1),
[anon_sym_after_reasoning] = ACTIONS(1),
[anon_sym_instructions] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_to] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[sym_utils_transition] = ACTIONS(1),
[sym_utils_escalate] = ACTIONS(1),
[sym_utils_set_variables] = ACTIONS(1),
[sym_topic_reference] = ACTIONS(1),
[anon_sym_with] = ACTIONS(1),
[anon_sym_set] = ACTIONS(1),
[anon_sym_run] = ACTIONS(1),
[anon_sym_available] = ACTIONS(1),
[anon_sym_when] = ACTIONS(1),
[anon_sym_transition] = ACTIONS(1),
[anon_sym_string] = ACTIONS(1),
[anon_sym_number] = ACTIONS(1),
[anon_sym_boolean] = ACTIONS(1),
[anon_sym_object] = ACTIONS(1),
[anon_sym_integer] = ACTIONS(1),
[anon_sym_long] = ACTIONS(1),
[anon_sym_date] = ACTIONS(1),
[anon_sym_datetime] = ACTIONS(1),
[anon_sym_time] = ACTIONS(1),
[anon_sym_timestamp] = ACTIONS(1),
[anon_sym_currency] = ACTIONS(1),
[anon_sym_id] = ACTIONS(1),
[anon_sym_list] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_not] = ACTIONS(1),
[anon_sym_or] = ACTIONS(1),
[anon_sym_and] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_is] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[sym_reference] = ACTIONS(1),
[anon_sym_DQUOTE] = ACTIONS(1),
[anon_sym_SQUOTE] = ACTIONS(1),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1),
[sym_escape_sequence] = ACTIONS(1),
[sym_number] = ACTIONS(1),
[anon_sym_True] = ACTIONS(1),
[anon_sym_False] = ACTIONS(1),
[sym_none] = ACTIONS(1),
[sym_comment] = ACTIONS(3),
[sym__newline] = ACTIONS(1),
[sym__indent] = ACTIONS(1),
[sym__dedent] = ACTIONS(1),
[sym_interpolation_start] = ACTIONS(1),
[sym_instruction_text_segment] = ACTIONS(1),
},
[STATE(1)] = {
[sym_source_file] = STATE(458),
[sym_config_block] = STATE(125),
[sym_variables_block] = STATE(125),
[sym_system_block] = STATE(125),
[sym_start_agent_block] = STATE(125),
[sym_topic_block] = STATE(125),
[sym_connection_block] = STATE(125),
[sym_language_block] = STATE(125),
[sym_knowledge_block] = STATE(125),
[aux_sym_source_file_repeat1] = STATE(125),
[ts_builtin_sym_end] = ACTIONS(5),
[anon_sym_config] = ACTIONS(7),
[anon_sym_variables] = ACTIONS(9),
[anon_sym_system] = ACTIONS(11),
[anon_sym_start_agent] = ACTIONS(13),
[anon_sym_topic] = ACTIONS(15),
[anon_sym_connection] = ACTIONS(17),
[anon_sym_language] = ACTIONS(19),
[anon_sym_knowledge] = ACTIONS(21),
[sym_comment] = ACTIONS(3),
[sym__newline] = ACTIONS(23),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(27), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(25), 55,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_messages,
anon_sym_welcome,
anon_sym_error,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_instructions,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[67] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(29), 55,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_messages,
anon_sym_welcome,
anon_sym_error,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_instructions,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[134] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(33), 55,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_messages,
anon_sym_welcome,
anon_sym_error,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_instructions,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[201] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(39), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(37), 55,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_messages,
anon_sym_welcome,
anon_sym_error,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_instructions,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[268] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(43), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(41), 55,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_messages,
anon_sym_welcome,
anon_sym_error,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_instructions,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[335] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(47), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(45), 55,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_messages,
anon_sym_welcome,
anon_sym_error,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_instructions,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[402] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(49), 55,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_messages,
anon_sym_welcome,
anon_sym_error,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_instructions,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[469] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(55), 4,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(53), 35,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_target,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[516] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(57), 30,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_source,
anon_sym_label,
anon_sym_system,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
anon_sym_actions,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[552] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(63), 1,
anon_sym_if,
ACTIONS(65), 1,
anon_sym_or,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(75), 1,
anon_sym_DQUOTE,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(59), 14,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[607] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(63), 1,
anon_sym_if,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(79), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(77), 23,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[650] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(83), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(81), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[691] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(83), 1,
anon_sym_DQUOTE,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 16,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[742] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(83), 1,
anon_sym_DQUOTE,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 17,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[791] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(83), 1,
anon_sym_DQUOTE,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 18,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[838] = 6,
ACTIONS(3), 1,
sym_comment,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(83), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(81), 22,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[881] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(85), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[916] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(91), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(89), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[951] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(95), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(93), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[986] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(99), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(97), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[1021] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(105), 1,
anon_sym_RBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(130), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1078] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(121), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(119), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[1113] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(125), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(123), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[1148] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(129), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(127), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[1183] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(131), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[1218] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(137), 3,
anon_sym_LT,
anon_sym_GT,
anon_sym_DQUOTE,
ACTIONS(135), 24,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
anon_sym_LBRACK,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[1253] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(139), 1,
anon_sym_RBRACK,
STATE(124), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1310] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(141), 1,
anon_sym_RBRACK,
STATE(128), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1367] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(143), 1,
anon_sym_RBRACK,
STATE(130), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1424] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(145), 1,
anon_sym_RBRACK,
STATE(130), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1481] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(147), 1,
anon_sym_RBRACK,
STATE(127), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1538] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(149), 1,
anon_sym_RBRACK,
STATE(130), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1595] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(151), 1,
anon_sym_RBRACK,
STATE(130), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1652] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(153), 1,
anon_sym_RBRACK,
STATE(130), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1709] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(158), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1763] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(152), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1817] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(82), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1871] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(92), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1925] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(93), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[1979] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(94), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2033] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(95), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2087] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(96), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2141] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(87), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2195] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(151), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2249] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(101), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2303] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(155), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2357] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(150), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2411] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(13), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2465] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(14), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2519] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(15), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2573] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(17), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2627] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(102), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2681] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(153), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2735] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(154), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2789] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(105), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2843] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(106), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2897] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(97), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[2951] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(104), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3005] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(79), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3059] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(11), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3113] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(100), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3167] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(156), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3221] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(85), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3275] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(173), 1,
anon_sym_LBRACK,
ACTIONS(175), 1,
anon_sym_LPAREN,
ACTIONS(179), 1,
anon_sym_DQUOTE,
ACTIONS(181), 1,
anon_sym_SQUOTE,
ACTIONS(183), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(99), 1,
sym_expression,
ACTIONS(171), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(185), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(177), 3,
sym_reference,
sym_number,
sym_none,
STATE(136), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(147), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(144), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3329] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(80), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3383] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(81), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3437] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(12), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3491] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(130), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3545] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(103), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3599] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(157), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3653] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(98), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3707] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(159), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3761] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(160), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3815] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(161), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3869] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(162), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3923] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(103), 1,
anon_sym_LBRACK,
ACTIONS(107), 1,
anon_sym_LPAREN,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(163), 1,
sym_expression,
ACTIONS(101), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(117), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(109), 3,
sym_reference,
sym_number,
sym_none,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(109), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(107), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[3977] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(157), 1,
anon_sym_LBRACK,
ACTIONS(159), 1,
anon_sym_LPAREN,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(16), 1,
sym_expression,
ACTIONS(155), 2,
anon_sym_DASH,
anon_sym_not,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
ACTIONS(161), 3,
sym_reference,
sym_number,
sym_none,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(19), 4,
sym_primary_expression,
sym_unary_expression,
sym_binary_expression,
sym_ternary_expression,
STATE(18), 6,
sym_parenthesized_expression,
sym_property_access,
sym_index_access,
sym_list,
sym_string,
sym_boolean,
[4031] = 14,
ACTIONS(3), 1,
sym_comment,
ACTIONS(65), 1,
anon_sym_or,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(189), 1,
anon_sym_if,
ACTIONS(192), 1,
anon_sym_LBRACK,
ACTIONS(194), 1,
anon_sym_DOT,
ACTIONS(196), 1,
anon_sym_DQUOTE,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(187), 8,
sym__newline,
sym__dedent,
anon_sym_PIPE,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[4086] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(65), 1,
anon_sym_or,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(192), 1,
anon_sym_LBRACK,
ACTIONS(194), 1,
anon_sym_DOT,
ACTIONS(200), 1,
anon_sym_if,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(198), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[4138] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(65), 1,
anon_sym_or,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(192), 1,
anon_sym_LBRACK,
ACTIONS(194), 1,
anon_sym_DOT,
ACTIONS(205), 1,
anon_sym_if,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(203), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[4190] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(63), 1,
anon_sym_if,
ACTIONS(65), 1,
anon_sym_or,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(192), 1,
anon_sym_LBRACK,
ACTIONS(194), 1,
anon_sym_DOT,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(208), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[4242] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(212), 1,
anon_sym_if,
ACTIONS(214), 1,
sym_utils_transition,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(220), 1,
sym__newline,
ACTIONS(222), 1,
sym__dedent,
STATE(202), 1,
sym_string,
ACTIONS(210), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(89), 2,
sym_dynamic_instruction,
aux_sym_instructions_block_repeat2,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(200), 5,
sym_dynamic_instruction_line,
sym_transition_instruction,
sym_if_instruction,
sym_set_statement,
sym_run_statement,
[4296] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(212), 1,
anon_sym_if,
ACTIONS(214), 1,
sym_utils_transition,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(224), 1,
sym__newline,
ACTIONS(226), 1,
sym__dedent,
STATE(202), 1,
sym_string,
ACTIONS(210), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(86), 2,
sym_dynamic_instruction,
aux_sym_instructions_block_repeat2,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(200), 5,
sym_dynamic_instruction_line,
sym_transition_instruction,
sym_if_instruction,
sym_set_statement,
sym_run_statement,
[4350] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(228), 1,
anon_sym_if,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(79), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(77), 17,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[4386] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(233), 1,
anon_sym_if,
ACTIONS(236), 1,
sym_utils_transition,
ACTIONS(239), 1,
anon_sym_set,
ACTIONS(242), 1,
anon_sym_run,
ACTIONS(245), 1,
anon_sym_DQUOTE,
ACTIONS(248), 1,
anon_sym_SQUOTE,
ACTIONS(251), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(254), 1,
sym__newline,
ACTIONS(257), 1,
sym__dedent,
STATE(202), 1,
sym_string,
ACTIONS(230), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(86), 2,
sym_dynamic_instruction,
aux_sym_instructions_block_repeat2,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(200), 5,
sym_dynamic_instruction_line,
sym_transition_instruction,
sym_if_instruction,
sym_set_statement,
sym_run_statement,
[4440] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(59), 8,
anon_sym_COLON,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_DOT,
anon_sym_COMMA,
[4486] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(212), 1,
anon_sym_if,
ACTIONS(214), 1,
sym_utils_transition,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(265), 1,
sym__newline,
ACTIONS(267), 1,
sym__dedent,
STATE(202), 1,
sym_string,
ACTIONS(210), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(90), 2,
sym_dynamic_instruction,
aux_sym_instructions_block_repeat2,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(200), 5,
sym_dynamic_instruction_line,
sym_transition_instruction,
sym_if_instruction,
sym_set_statement,
sym_run_statement,
[4540] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(212), 1,
anon_sym_if,
ACTIONS(214), 1,
sym_utils_transition,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(224), 1,
sym__newline,
ACTIONS(269), 1,
sym__dedent,
STATE(202), 1,
sym_string,
ACTIONS(210), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(86), 2,
sym_dynamic_instruction,
aux_sym_instructions_block_repeat2,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(200), 5,
sym_dynamic_instruction_line,
sym_transition_instruction,
sym_if_instruction,
sym_set_statement,
sym_run_statement,
[4594] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(212), 1,
anon_sym_if,
ACTIONS(214), 1,
sym_utils_transition,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(224), 1,
sym__newline,
ACTIONS(271), 1,
sym__dedent,
STATE(202), 1,
sym_string,
ACTIONS(210), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(86), 2,
sym_dynamic_instruction,
aux_sym_instructions_block_repeat2,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(200), 5,
sym_dynamic_instruction_line,
sym_transition_instruction,
sym_if_instruction,
sym_set_statement,
sym_run_statement,
[4648] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(212), 1,
anon_sym_if,
ACTIONS(214), 1,
sym_utils_transition,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(273), 1,
sym__newline,
ACTIONS(275), 1,
sym__dedent,
STATE(202), 1,
sym_string,
ACTIONS(210), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(84), 2,
sym_dynamic_instruction,
aux_sym_instructions_block_repeat2,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
STATE(200), 5,
sym_dynamic_instruction_line,
sym_transition_instruction,
sym_if_instruction,
sym_set_statement,
sym_run_statement,
[4702] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(83), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(81), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[4736] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(263), 1,
anon_sym_and,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 10,
anon_sym_COLON,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_DOT,
anon_sym_COMMA,
[4778] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 11,
anon_sym_COLON,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_DOT,
anon_sym_COMMA,
[4818] = 7,
ACTIONS(3), 1,
sym_comment,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 12,
anon_sym_COLON,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_DOT,
anon_sym_COMMA,
[4856] = 6,
ACTIONS(3), 1,
sym_comment,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(83), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(81), 16,
anon_sym_COLON,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[4892] = 8,
ACTIONS(3), 1,
sym_comment,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(277), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 5,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_LBRACK,
anon_sym_DOT,
ACTIONS(83), 5,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
sym_identifier,
[4930] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(63), 1,
anon_sym_if,
ACTIONS(65), 1,
anon_sym_or,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(192), 1,
anon_sym_LBRACK,
ACTIONS(194), 1,
anon_sym_DOT,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(203), 4,
sym__newline,
sym__dedent,
anon_sym_with,
anon_sym_set,
[4978] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(75), 1,
sym_identifier,
ACTIONS(279), 1,
anon_sym_if,
ACTIONS(281), 1,
anon_sym_or,
ACTIONS(283), 1,
anon_sym_and,
ACTIONS(285), 1,
anon_sym_is,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(277), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(59), 5,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_LBRACK,
anon_sym_DOT,
[5024] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_if,
ACTIONS(281), 1,
anon_sym_or,
ACTIONS(283), 1,
anon_sym_and,
ACTIONS(285), 1,
anon_sym_is,
ACTIONS(287), 1,
sym_identifier,
ACTIONS(289), 1,
anon_sym_LBRACK,
ACTIONS(291), 1,
anon_sym_DOT,
ACTIONS(295), 1,
sym__indent,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(277), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(293), 2,
sym__newline,
sym__dedent,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[5076] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(279), 1,
anon_sym_if,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(79), 6,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(77), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[5110] = 5,
ACTIONS(3), 1,
sym_comment,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(83), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(81), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[5142] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(63), 1,
anon_sym_if,
ACTIONS(65), 1,
anon_sym_or,
ACTIONS(67), 1,
anon_sym_and,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(192), 1,
anon_sym_LBRACK,
ACTIONS(194), 1,
anon_sym_DOT,
STATE(52), 1,
sym_comparison_operator,
STATE(78), 1,
sym_identity_operator,
ACTIONS(61), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(198), 4,
sym__newline,
sym__dedent,
anon_sym_with,
anon_sym_set,
[5190] = 6,
ACTIONS(3), 1,
sym_comment,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(277), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(83), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(81), 9,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_LBRACK,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[5224] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(283), 1,
anon_sym_and,
ACTIONS(285), 1,
anon_sym_is,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(277), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(83), 3,
anon_sym_if,
anon_sym_or,
sym_identifier,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(81), 5,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_LBRACK,
anon_sym_DOT,
[5266] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(285), 1,
anon_sym_is,
STATE(58), 1,
sym_identity_operator,
STATE(59), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(277), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
ACTIONS(83), 4,
anon_sym_if,
anon_sym_or,
anon_sym_and,
sym_identifier,
ACTIONS(81), 5,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_LBRACK,
anon_sym_DOT,
[5306] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(85), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5334] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(55), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(53), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5362] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(91), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(89), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5390] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(121), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(119), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5418] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(95), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(93), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5446] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(99), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(97), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5474] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(125), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(123), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5502] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(129), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(127), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5530] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(131), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5558] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(137), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(135), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5586] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(49), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5614] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(47), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(45), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5642] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(29), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5670] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(27), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(25), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5698] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(39), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(37), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5726] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(43), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(41), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5754] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(33), 18,
anon_sym_COLON,
anon_sym_DASH,
anon_sym_if,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_or,
anon_sym_and,
anon_sym_PLUS,
anon_sym_is,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
anon_sym_COMMA,
[5782] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(299), 1,
anon_sym_RBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(303), 1,
anon_sym_COMMA,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
STATE(386), 1,
aux_sym_list_repeat1,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[5833] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(7), 1,
anon_sym_config,
ACTIONS(9), 1,
anon_sym_variables,
ACTIONS(11), 1,
anon_sym_system,
ACTIONS(13), 1,
anon_sym_start_agent,
ACTIONS(15), 1,
anon_sym_topic,
ACTIONS(17), 1,
anon_sym_connection,
ACTIONS(19), 1,
anon_sym_language,
ACTIONS(21), 1,
anon_sym_knowledge,
ACTIONS(305), 1,
ts_builtin_sym_end,
ACTIONS(307), 1,
sym__newline,
STATE(126), 9,
sym_config_block,
sym_variables_block,
sym_system_block,
sym_start_agent_block,
sym_topic_block,
sym_connection_block,
sym_language_block,
sym_knowledge_block,
aux_sym_source_file_repeat1,
[5878] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(309), 1,
ts_builtin_sym_end,
ACTIONS(311), 1,
anon_sym_config,
ACTIONS(314), 1,
anon_sym_variables,
ACTIONS(317), 1,
anon_sym_system,
ACTIONS(320), 1,
anon_sym_start_agent,
ACTIONS(323), 1,
anon_sym_topic,
ACTIONS(326), 1,
anon_sym_connection,
ACTIONS(329), 1,
anon_sym_language,
ACTIONS(332), 1,
anon_sym_knowledge,
ACTIONS(335), 1,
sym__newline,
STATE(126), 9,
sym_config_block,
sym_variables_block,
sym_system_block,
sym_start_agent_block,
sym_topic_block,
sym_connection_block,
sym_language_block,
sym_knowledge_block,
aux_sym_source_file_repeat1,
[5923] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(338), 1,
anon_sym_RBRACK,
ACTIONS(340), 1,
anon_sym_COMMA,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
STATE(399), 1,
aux_sym_list_repeat1,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[5974] = 15,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(342), 1,
anon_sym_RBRACK,
ACTIONS(344), 1,
anon_sym_COMMA,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
STATE(400), 1,
aux_sym_list_repeat1,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6025] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(55), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(53), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6051] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(346), 2,
anon_sym_RBRACK,
anon_sym_COMMA,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6097] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(133), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(131), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6123] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(137), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(135), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6149] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(350), 1,
anon_sym_if,
ACTIONS(352), 1,
anon_sym_with,
ACTIONS(354), 1,
anon_sym_set,
ACTIONS(356), 1,
anon_sym_run,
ACTIONS(358), 1,
anon_sym_available,
ACTIONS(360), 1,
anon_sym_transition,
ACTIONS(362), 1,
sym__newline,
ACTIONS(364), 1,
sym__dedent,
STATE(134), 2,
sym_reasoning_action_entry,
aux_sym_reasoning_action_repeat1,
STATE(250), 7,
sym_with_clause,
sym_set_clause,
sym_run_clause,
sym_available_when_clause,
sym_if_clause,
sym_transition_clause,
sym_description_entry,
[6193] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(350), 1,
anon_sym_if,
ACTIONS(352), 1,
anon_sym_with,
ACTIONS(354), 1,
anon_sym_set,
ACTIONS(356), 1,
anon_sym_run,
ACTIONS(358), 1,
anon_sym_available,
ACTIONS(360), 1,
anon_sym_transition,
ACTIONS(366), 1,
sym__newline,
ACTIONS(368), 1,
sym__dedent,
STATE(135), 2,
sym_reasoning_action_entry,
aux_sym_reasoning_action_repeat1,
STATE(250), 7,
sym_with_clause,
sym_set_clause,
sym_run_clause,
sym_available_when_clause,
sym_if_clause,
sym_transition_clause,
sym_description_entry,
[6237] = 12,
ACTIONS(3), 1,
sym_comment,
ACTIONS(370), 1,
anon_sym_description,
ACTIONS(373), 1,
anon_sym_if,
ACTIONS(376), 1,
anon_sym_with,
ACTIONS(379), 1,
anon_sym_set,
ACTIONS(382), 1,
anon_sym_run,
ACTIONS(385), 1,
anon_sym_available,
ACTIONS(388), 1,
anon_sym_transition,
ACTIONS(391), 1,
sym__newline,
ACTIONS(394), 1,
sym__dedent,
STATE(135), 2,
sym_reasoning_action_entry,
aux_sym_reasoning_action_repeat1,
STATE(250), 7,
sym_with_clause,
sym_set_clause,
sym_run_clause,
sym_available_when_clause,
sym_if_clause,
sym_transition_clause,
sym_description_entry,
[6281] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(51), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(49), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6307] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(47), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(45), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6333] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(31), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(29), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6359] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(27), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(25), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6385] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(39), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(37), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6411] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(43), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(41), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6437] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(35), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(33), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6463] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(121), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(119), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6489] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(87), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(85), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6515] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(95), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(93), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6541] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(99), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(97), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6567] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(91), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(89), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6593] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(125), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(123), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6619] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(129), 7,
anon_sym_if,
anon_sym_or,
anon_sym_and,
anon_sym_is,
anon_sym_LT,
anon_sym_GT,
sym_identifier,
ACTIONS(127), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_PLUS,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_DOT,
[6645] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(396), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6690] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(398), 1,
anon_sym_COLON,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6735] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(400), 1,
anon_sym_COLON,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6780] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(402), 1,
anon_sym_else,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6825] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(404), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6870] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(406), 1,
anon_sym_RPAREN,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6915] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(408), 1,
anon_sym_COLON,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[6960] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(410), 1,
anon_sym_RPAREN,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7005] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(412), 1,
anon_sym_RBRACE,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7050] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(414), 1,
anon_sym_else,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7095] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(416), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7140] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(418), 1,
anon_sym_RPAREN,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7185] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(420), 1,
anon_sym_else,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7230] = 13,
ACTIONS(3), 1,
sym_comment,
ACTIONS(69), 1,
anon_sym_is,
ACTIONS(228), 1,
anon_sym_if,
ACTIONS(261), 1,
anon_sym_or,
ACTIONS(263), 1,
anon_sym_and,
ACTIONS(297), 1,
anon_sym_LBRACK,
ACTIONS(301), 1,
anon_sym_DOT,
ACTIONS(422), 1,
anon_sym_RBRACK,
STATE(42), 1,
sym_identity_operator,
STATE(43), 1,
sym_comparison_operator,
ACTIONS(73), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(259), 2,
anon_sym_DASH,
anon_sym_PLUS,
ACTIONS(71), 4,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
[7275] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(424), 1,
anon_sym_description,
ACTIONS(427), 1,
anon_sym_system,
ACTIONS(430), 1,
anon_sym_actions,
ACTIONS(433), 1,
anon_sym_reasoning,
ACTIONS(436), 1,
anon_sym_before_reasoning,
ACTIONS(439), 1,
anon_sym_after_reasoning,
ACTIONS(442), 1,
sym__newline,
ACTIONS(445), 1,
sym__dedent,
STATE(164), 2,
sym_topic_entry,
aux_sym_topic_block_repeat1,
STATE(267), 6,
sym_system_block,
sym_actions_block,
sym_reasoning_block,
sym_before_reasoning_block,
sym_after_reasoning_block,
sym_description_entry,
[7315] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(447), 1,
anon_sym_system,
ACTIONS(449), 1,
anon_sym_actions,
ACTIONS(451), 1,
anon_sym_reasoning,
ACTIONS(453), 1,
anon_sym_before_reasoning,
ACTIONS(455), 1,
anon_sym_after_reasoning,
ACTIONS(457), 1,
sym__newline,
ACTIONS(459), 1,
sym__dedent,
STATE(167), 2,
sym_start_agent_entry,
aux_sym_start_agent_block_repeat1,
STATE(264), 6,
sym_system_block,
sym_actions_block,
sym_reasoning_block,
sym_before_reasoning_block,
sym_after_reasoning_block,
sym_description_entry,
[7355] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(447), 1,
anon_sym_system,
ACTIONS(449), 1,
anon_sym_actions,
ACTIONS(451), 1,
anon_sym_reasoning,
ACTIONS(453), 1,
anon_sym_before_reasoning,
ACTIONS(455), 1,
anon_sym_after_reasoning,
ACTIONS(461), 1,
sym__newline,
ACTIONS(463), 1,
sym__dedent,
STATE(168), 2,
sym_topic_entry,
aux_sym_topic_block_repeat1,
STATE(267), 6,
sym_system_block,
sym_actions_block,
sym_reasoning_block,
sym_before_reasoning_block,
sym_after_reasoning_block,
sym_description_entry,
[7395] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(447), 1,
anon_sym_system,
ACTIONS(449), 1,
anon_sym_actions,
ACTIONS(451), 1,
anon_sym_reasoning,
ACTIONS(453), 1,
anon_sym_before_reasoning,
ACTIONS(455), 1,
anon_sym_after_reasoning,
ACTIONS(465), 1,
sym__newline,
ACTIONS(467), 1,
sym__dedent,
STATE(169), 2,
sym_start_agent_entry,
aux_sym_start_agent_block_repeat1,
STATE(264), 6,
sym_system_block,
sym_actions_block,
sym_reasoning_block,
sym_before_reasoning_block,
sym_after_reasoning_block,
sym_description_entry,
[7435] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(447), 1,
anon_sym_system,
ACTIONS(449), 1,
anon_sym_actions,
ACTIONS(451), 1,
anon_sym_reasoning,
ACTIONS(453), 1,
anon_sym_before_reasoning,
ACTIONS(455), 1,
anon_sym_after_reasoning,
ACTIONS(469), 1,
sym__newline,
ACTIONS(471), 1,
sym__dedent,
STATE(164), 2,
sym_topic_entry,
aux_sym_topic_block_repeat1,
STATE(267), 6,
sym_system_block,
sym_actions_block,
sym_reasoning_block,
sym_before_reasoning_block,
sym_after_reasoning_block,
sym_description_entry,
[7475] = 11,
ACTIONS(3), 1,
sym_comment,
ACTIONS(473), 1,
anon_sym_description,
ACTIONS(476), 1,
anon_sym_system,
ACTIONS(479), 1,
anon_sym_actions,
ACTIONS(482), 1,
anon_sym_reasoning,
ACTIONS(485), 1,
anon_sym_before_reasoning,
ACTIONS(488), 1,
anon_sym_after_reasoning,
ACTIONS(491), 1,
sym__newline,
ACTIONS(494), 1,
sym__dedent,
STATE(169), 2,
sym_start_agent_entry,
aux_sym_start_agent_block_repeat1,
STATE(264), 6,
sym_system_block,
sym_actions_block,
sym_reasoning_block,
sym_before_reasoning_block,
sym_after_reasoning_block,
sym_description_entry,
[7515] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(498), 1,
anon_sym_DQUOTE,
ACTIONS(500), 1,
sym_interpolation_start,
ACTIONS(502), 1,
sym_instruction_text_segment,
STATE(171), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
ACTIONS(496), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[7545] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(506), 1,
anon_sym_DQUOTE,
ACTIONS(508), 1,
sym_interpolation_start,
ACTIONS(511), 1,
sym_instruction_text_segment,
STATE(171), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
ACTIONS(504), 11,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[7575] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(518), 1,
anon_sym_list,
STATE(452), 1,
sym_type,
STATE(453), 1,
sym_list_type,
ACTIONS(516), 2,
anon_sym_date,
anon_sym_time,
ACTIONS(514), 10,
anon_sym_string,
anon_sym_number,
anon_sym_boolean,
anon_sym_object,
anon_sym_integer,
anon_sym_long,
anon_sym_datetime,
anon_sym_timestamp,
anon_sym_currency,
anon_sym_id,
[7604] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(520), 1,
anon_sym_description,
ACTIONS(529), 1,
anon_sym_inputs,
ACTIONS(532), 1,
anon_sym_outputs,
ACTIONS(535), 1,
sym__newline,
ACTIONS(538), 1,
sym__dedent,
ACTIONS(526), 2,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
STATE(173), 2,
sym_action_entry,
aux_sym_action_def_repeat1,
ACTIONS(523), 3,
anon_sym_label,
anon_sym_target,
anon_sym_progress_indicator_message,
STATE(228), 3,
sym_inputs_block,
sym_outputs_block,
sym_description_entry,
[7641] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(518), 1,
anon_sym_list,
STATE(404), 1,
sym_type,
STATE(453), 1,
sym_list_type,
ACTIONS(516), 2,
anon_sym_date,
anon_sym_time,
ACTIONS(514), 10,
anon_sym_string,
anon_sym_number,
anon_sym_boolean,
anon_sym_object,
anon_sym_integer,
anon_sym_long,
anon_sym_datetime,
anon_sym_timestamp,
anon_sym_currency,
anon_sym_id,
[7670] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(544), 1,
anon_sym_list,
STATE(272), 1,
sym_list_type,
STATE(294), 1,
sym_type,
ACTIONS(542), 2,
anon_sym_date,
anon_sym_time,
ACTIONS(540), 10,
anon_sym_string,
anon_sym_number,
anon_sym_boolean,
anon_sym_object,
anon_sym_integer,
anon_sym_long,
anon_sym_datetime,
anon_sym_timestamp,
anon_sym_currency,
anon_sym_id,
[7699] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(550), 1,
anon_sym_inputs,
ACTIONS(552), 1,
anon_sym_outputs,
ACTIONS(554), 1,
sym__newline,
ACTIONS(556), 1,
sym__dedent,
ACTIONS(548), 2,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
STATE(177), 2,
sym_action_entry,
aux_sym_action_def_repeat1,
ACTIONS(546), 3,
anon_sym_label,
anon_sym_target,
anon_sym_progress_indicator_message,
STATE(228), 3,
sym_inputs_block,
sym_outputs_block,
sym_description_entry,
[7736] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(550), 1,
anon_sym_inputs,
ACTIONS(552), 1,
anon_sym_outputs,
ACTIONS(558), 1,
sym__newline,
ACTIONS(560), 1,
sym__dedent,
ACTIONS(548), 2,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
STATE(173), 2,
sym_action_entry,
aux_sym_action_def_repeat1,
ACTIONS(546), 3,
anon_sym_label,
anon_sym_target,
anon_sym_progress_indicator_message,
STATE(228), 3,
sym_inputs_block,
sym_outputs_block,
sym_description_entry,
[7773] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(544), 1,
anon_sym_list,
STATE(272), 1,
sym_list_type,
STATE(328), 1,
sym_type,
ACTIONS(542), 2,
anon_sym_date,
anon_sym_time,
ACTIONS(540), 10,
anon_sym_string,
anon_sym_number,
anon_sym_boolean,
anon_sym_object,
anon_sym_integer,
anon_sym_long,
anon_sym_datetime,
anon_sym_timestamp,
anon_sym_currency,
anon_sym_id,
[7802] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(564), 1,
anon_sym_DQUOTE,
ACTIONS(562), 13,
sym__newline,
sym__indent,
sym__dedent,
sym_interpolation_start,
sym_instruction_text_segment,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[7824] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(568), 1,
anon_sym_else,
ACTIONS(570), 1,
anon_sym_DQUOTE,
STATE(199), 1,
sym_else_instruction,
ACTIONS(566), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[7849] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(275), 1,
sym__dedent,
ACTIONS(574), 1,
sym__newline,
STATE(304), 1,
sym_string,
ACTIONS(572), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(183), 2,
sym_instruction_line,
aux_sym_instructions_block_repeat3,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[7884] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(578), 1,
anon_sym_DQUOTE,
ACTIONS(580), 1,
sym__indent,
STATE(206), 1,
sym_instruction_continuation,
ACTIONS(576), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[7909] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(585), 1,
anon_sym_DQUOTE,
ACTIONS(588), 1,
anon_sym_SQUOTE,
ACTIONS(591), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(594), 1,
sym__newline,
ACTIONS(597), 1,
sym__dedent,
STATE(304), 1,
sym_string,
ACTIONS(582), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(183), 2,
sym_instruction_line,
aux_sym_instructions_block_repeat3,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[7944] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(601), 2,
anon_sym_date,
anon_sym_time,
ACTIONS(599), 11,
anon_sym_string,
anon_sym_number,
anon_sym_boolean,
anon_sym_object,
anon_sym_integer,
anon_sym_long,
anon_sym_datetime,
anon_sym_timestamp,
anon_sym_currency,
anon_sym_id,
anon_sym_list,
[7965] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(568), 1,
anon_sym_else,
ACTIONS(605), 1,
anon_sym_DQUOTE,
STATE(201), 1,
sym_else_instruction,
ACTIONS(603), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[7990] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(607), 1,
sym__newline,
ACTIONS(609), 1,
sym__dedent,
STATE(304), 1,
sym_string,
ACTIONS(572), 2,
anon_sym_PIPE,
anon_sym_DASH,
STATE(181), 2,
sym_instruction_line,
aux_sym_instructions_block_repeat3,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[8025] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(611), 1,
sym_identifier,
ACTIONS(614), 1,
anon_sym_DQUOTE,
ACTIONS(617), 1,
anon_sym_SQUOTE,
ACTIONS(620), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(623), 1,
sym__newline,
ACTIONS(626), 1,
sym__dedent,
STATE(455), 1,
sym_string,
STATE(187), 2,
sym_param_def,
aux_sym_inputs_block_repeat1,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[8059] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(628), 1,
sym_identifier,
ACTIONS(630), 1,
sym__newline,
ACTIONS(632), 1,
sym__dedent,
STATE(455), 1,
sym_string,
STATE(191), 2,
sym_param_def,
aux_sym_inputs_block_repeat1,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[8093] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(628), 1,
sym_identifier,
ACTIONS(634), 1,
sym__newline,
ACTIONS(636), 1,
sym__dedent,
STATE(455), 1,
sym_string,
STATE(190), 2,
sym_param_def,
aux_sym_inputs_block_repeat1,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[8127] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(628), 1,
sym_identifier,
ACTIONS(638), 1,
sym__newline,
ACTIONS(640), 1,
sym__dedent,
STATE(455), 1,
sym_string,
STATE(187), 2,
sym_param_def,
aux_sym_inputs_block_repeat1,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[8161] = 10,
ACTIONS(3), 1,
sym_comment,
ACTIONS(111), 1,
anon_sym_DQUOTE,
ACTIONS(113), 1,
anon_sym_SQUOTE,
ACTIONS(115), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(628), 1,
sym_identifier,
ACTIONS(638), 1,
sym__newline,
ACTIONS(642), 1,
sym__dedent,
STATE(455), 1,
sym_string,
STATE(187), 2,
sym_param_def,
aux_sym_inputs_block_repeat1,
STATE(117), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[8195] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(646), 1,
anon_sym_not,
ACTIONS(648), 1,
anon_sym_DQUOTE,
ACTIONS(644), 10,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_LPAREN,
sym_reference,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_number,
anon_sym_True,
anon_sym_False,
sym_none,
[8217] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(654), 1,
sym__newline,
ACTIONS(656), 1,
sym__dedent,
STATE(256), 1,
sym_description_entry,
ACTIONS(650), 2,
anon_sym_label,
anon_sym_complex_data_type_name,
STATE(194), 2,
sym_param_entry,
aux_sym_param_def_repeat1,
ACTIONS(652), 4,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
[8247] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(658), 1,
sym__newline,
ACTIONS(660), 1,
sym__dedent,
STATE(256), 1,
sym_description_entry,
ACTIONS(650), 2,
anon_sym_label,
anon_sym_complex_data_type_name,
STATE(195), 2,
sym_param_entry,
aux_sym_param_def_repeat1,
ACTIONS(652), 4,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
[8277] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(662), 1,
anon_sym_description,
ACTIONS(671), 1,
sym__newline,
ACTIONS(674), 1,
sym__dedent,
STATE(256), 1,
sym_description_entry,
ACTIONS(665), 2,
anon_sym_label,
anon_sym_complex_data_type_name,
STATE(195), 2,
sym_param_entry,
aux_sym_param_def_repeat1,
ACTIONS(668), 4,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
[8307] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(678), 1,
anon_sym_DQUOTE,
ACTIONS(676), 11,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_not,
sym_reference,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_number,
anon_sym_True,
anon_sym_False,
sym_none,
[8327] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(682), 1,
anon_sym_DQUOTE,
ACTIONS(680), 11,
anon_sym_DASH,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_not,
sym_reference,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_number,
anon_sym_True,
anon_sym_False,
sym_none,
[8347] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(686), 1,
anon_sym_DQUOTE,
ACTIONS(688), 1,
sym__indent,
ACTIONS(684), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8369] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(605), 1,
anon_sym_DQUOTE,
ACTIONS(603), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8388] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(692), 1,
anon_sym_DQUOTE,
ACTIONS(690), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8407] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(696), 1,
anon_sym_DQUOTE,
ACTIONS(694), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8426] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(700), 1,
anon_sym_DQUOTE,
ACTIONS(698), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8445] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(704), 1,
anon_sym_DQUOTE,
ACTIONS(702), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8464] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(708), 1,
anon_sym_DQUOTE,
ACTIONS(706), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8483] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(712), 1,
anon_sym_DQUOTE,
ACTIONS(710), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8502] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(716), 1,
anon_sym_DQUOTE,
ACTIONS(714), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8521] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(720), 1,
anon_sym_DQUOTE,
ACTIONS(718), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8540] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(724), 1,
anon_sym_DQUOTE,
ACTIONS(722), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8559] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(728), 1,
anon_sym_DQUOTE,
ACTIONS(726), 10,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_if,
sym_utils_transition,
anon_sym_set,
anon_sym_run,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[8578] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(730), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[8594] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(734), 1,
sym__indent,
ACTIONS(732), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[8612] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(738), 1,
sym__newline,
ACTIONS(740), 1,
sym__dedent,
STATE(242), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[8640] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(742), 10,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_target,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
[8656] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(746), 1,
sym__newline,
ACTIONS(748), 1,
sym__dedent,
STATE(306), 1,
sym_description_entry,
STATE(235), 2,
sym_connection_entry,
aux_sym_connection_block_repeat1,
ACTIONS(744), 4,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
[8682] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(750), 10,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_target,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
[8698] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(752), 10,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_target,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
[8714] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(738), 1,
sym__newline,
ACTIONS(754), 1,
sym__dedent,
STATE(242), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[8742] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(756), 10,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_target,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
[8758] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(738), 1,
sym__newline,
ACTIONS(758), 1,
sym__dedent,
STATE(242), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[8786] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(760), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[8802] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(762), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[8818] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(764), 1,
sym__newline,
ACTIONS(766), 1,
sym__dedent,
STATE(217), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[8846] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(768), 1,
sym__newline,
ACTIONS(770), 1,
sym__dedent,
STATE(219), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[8874] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(772), 1,
anon_sym_description,
ACTIONS(778), 1,
sym__newline,
ACTIONS(781), 1,
sym__dedent,
STATE(306), 1,
sym_description_entry,
STATE(224), 2,
sym_connection_entry,
aux_sym_connection_block_repeat1,
ACTIONS(775), 4,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
[8900] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(783), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[8916] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(785), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[8932] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(787), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[8948] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(789), 10,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_target,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
[8964] = 9,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(791), 1,
anon_sym_PIPE,
ACTIONS(793), 1,
anon_sym_DASH_GT,
ACTIONS(795), 1,
sym__indent,
STATE(324), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[8994] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(797), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9010] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(799), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9026] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(801), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9042] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(803), 1,
sym__newline,
ACTIONS(805), 1,
sym__dedent,
STATE(243), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[9070] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(807), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9086] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(809), 1,
sym__newline,
ACTIONS(811), 1,
sym__dedent,
STATE(306), 1,
sym_description_entry,
STATE(224), 2,
sym_connection_entry,
aux_sym_connection_block_repeat1,
ACTIONS(744), 4,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
[9112] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(813), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9128] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(815), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9144] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(817), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9160] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(819), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9176] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(821), 1,
sym__newline,
ACTIONS(823), 1,
sym__dedent,
STATE(212), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[9204] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(825), 10,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_target,
anon_sym_require_user_confirmation,
anon_sym_include_in_progress_indicator,
anon_sym_progress_indicator_message,
anon_sym_inputs,
anon_sym_outputs,
[9220] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(827), 1,
anon_sym_if,
ACTIONS(830), 1,
anon_sym_set,
ACTIONS(833), 1,
anon_sym_run,
ACTIONS(836), 1,
sym__newline,
ACTIONS(839), 1,
sym__dedent,
STATE(242), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[9248] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(216), 1,
anon_sym_set,
ACTIONS(218), 1,
anon_sym_run,
ACTIONS(736), 1,
anon_sym_if,
ACTIONS(738), 1,
sym__newline,
ACTIONS(841), 1,
sym__dedent,
STATE(242), 2,
sym_directive_statement,
aux_sym_before_reasoning_block_repeat1,
STATE(333), 3,
sym_set_statement,
sym_run_statement,
sym_if_statement,
[9276] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(843), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9292] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(845), 10,
sym__newline,
ts_builtin_sym_end,
anon_sym_config,
anon_sym_variables,
anon_sym_system,
anon_sym_start_agent,
anon_sym_topic,
anon_sym_connection,
anon_sym_language,
anon_sym_knowledge,
[9308] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(850), 1,
sym__newline,
ACTIONS(853), 1,
sym__dedent,
STATE(246), 2,
sym_config_entry,
aux_sym_config_block_repeat1,
ACTIONS(847), 5,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
[9329] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(857), 1,
sym__newline,
ACTIONS(859), 1,
sym__dedent,
STATE(252), 2,
sym_config_entry,
aux_sym_config_block_repeat1,
ACTIONS(855), 5,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
[9350] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(861), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[9365] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(863), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[9380] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(865), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[9395] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(867), 1,
sym__newline,
ACTIONS(869), 1,
sym__dedent,
ACTIONS(871), 1,
sym_interpolation_start,
ACTIONS(873), 1,
sym_instruction_text_segment,
STATE(357), 1,
sym_instruction_text_with_interpolation,
STATE(254), 2,
sym_instruction_continuation_line,
aux_sym_instruction_continuation_repeat1,
STATE(320), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
[9422] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(875), 1,
sym__newline,
ACTIONS(877), 1,
sym__dedent,
STATE(246), 2,
sym_config_entry,
aux_sym_config_block_repeat1,
ACTIONS(855), 5,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
[9443] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(879), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
[9458] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(881), 1,
sym__newline,
ACTIONS(884), 1,
sym__dedent,
ACTIONS(886), 1,
sym_interpolation_start,
ACTIONS(889), 1,
sym_instruction_text_segment,
STATE(357), 1,
sym_instruction_text_with_interpolation,
STATE(254), 2,
sym_instruction_continuation_line,
aux_sym_instruction_continuation_repeat1,
STATE(320), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
[9485] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(892), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[9500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(894), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_label,
anon_sym_is_required,
anon_sym_is_displayable,
anon_sym_is_used_by_planner,
anon_sym_filter_from_agent,
anon_sym_complex_data_type_name,
[9515] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(896), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[9530] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(898), 9,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_if,
anon_sym_with,
anon_sym_set,
anon_sym_run,
anon_sym_available,
anon_sym_transition,
[9545] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(900), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9559] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(797), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9573] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(902), 1,
anon_sym_description,
ACTIONS(905), 1,
anon_sym_source,
ACTIONS(908), 1,
anon_sym_label,
ACTIONS(911), 1,
sym__newline,
ACTIONS(914), 1,
sym__dedent,
STATE(337), 1,
sym_description_entry,
STATE(261), 2,
sym_variable_entry,
aux_sym_variable_def_repeat1,
[9599] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(916), 1,
anon_sym_messages,
ACTIONS(919), 1,
anon_sym_instructions,
ACTIONS(922), 1,
sym__newline,
ACTIONS(925), 1,
sym__dedent,
STATE(262), 2,
sym_system_entry,
aux_sym_system_block_repeat1,
STATE(360), 2,
sym_messages_block,
sym_instructions_block,
[9623] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(927), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9637] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(929), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9651] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(931), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9665] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(871), 1,
sym_interpolation_start,
ACTIONS(873), 1,
sym_instruction_text_segment,
ACTIONS(933), 1,
sym__newline,
STATE(357), 1,
sym_instruction_text_with_interpolation,
STATE(251), 2,
sym_instruction_continuation_line,
aux_sym_instruction_continuation_repeat1,
STATE(320), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
[9689] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(935), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9703] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(937), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9717] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(939), 1,
anon_sym_messages,
ACTIONS(941), 1,
anon_sym_instructions,
ACTIONS(943), 1,
sym__newline,
ACTIONS(945), 1,
sym__dedent,
STATE(271), 2,
sym_system_entry,
aux_sym_system_block_repeat1,
STATE(360), 2,
sym_messages_block,
sym_instructions_block,
[9741] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(947), 1,
anon_sym_source,
ACTIONS(949), 1,
anon_sym_label,
ACTIONS(951), 1,
sym__newline,
ACTIONS(953), 1,
sym__dedent,
STATE(337), 1,
sym_description_entry,
STATE(280), 2,
sym_variable_entry,
aux_sym_variable_def_repeat1,
[9767] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(939), 1,
anon_sym_messages,
ACTIONS(941), 1,
anon_sym_instructions,
ACTIONS(955), 1,
sym__newline,
ACTIONS(957), 1,
sym__dedent,
STATE(262), 2,
sym_system_entry,
aux_sym_system_block_repeat1,
STATE(360), 2,
sym_messages_block,
sym_instructions_block,
[9791] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(961), 1,
anon_sym_DQUOTE,
ACTIONS(959), 7,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_identifier,
[9807] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(939), 1,
anon_sym_messages,
ACTIONS(941), 1,
anon_sym_instructions,
ACTIONS(963), 1,
sym__newline,
ACTIONS(965), 1,
sym__dedent,
STATE(274), 2,
sym_system_entry,
aux_sym_system_block_repeat1,
STATE(360), 2,
sym_messages_block,
sym_instructions_block,
[9831] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(939), 1,
anon_sym_messages,
ACTIONS(941), 1,
anon_sym_instructions,
ACTIONS(955), 1,
sym__newline,
ACTIONS(967), 1,
sym__dedent,
STATE(262), 2,
sym_system_entry,
aux_sym_system_block_repeat1,
STATE(360), 2,
sym_messages_block,
sym_instructions_block,
[9855] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(969), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9869] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(971), 1,
anon_sym_actions,
ACTIONS(974), 1,
anon_sym_instructions,
ACTIONS(977), 1,
sym__newline,
ACTIONS(980), 1,
sym__dedent,
STATE(276), 2,
sym_reasoning_entry,
aux_sym_reasoning_block_repeat1,
STATE(363), 2,
sym_instructions_block,
sym_reasoning_actions_block,
[9893] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(982), 1,
sym_reference,
STATE(331), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[9917] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(984), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9931] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(986), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[9945] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(947), 1,
anon_sym_source,
ACTIONS(949), 1,
anon_sym_label,
ACTIONS(988), 1,
sym__newline,
ACTIONS(990), 1,
sym__dedent,
STATE(337), 1,
sym_description_entry,
STATE(261), 2,
sym_variable_entry,
aux_sym_variable_def_repeat1,
[9971] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
anon_sym_instructions,
ACTIONS(992), 1,
anon_sym_actions,
ACTIONS(994), 1,
sym__newline,
ACTIONS(996), 1,
sym__dedent,
STATE(276), 2,
sym_reasoning_entry,
aux_sym_reasoning_block_repeat1,
STATE(363), 2,
sym_instructions_block,
sym_reasoning_actions_block,
[9995] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(947), 1,
anon_sym_source,
ACTIONS(949), 1,
anon_sym_label,
ACTIONS(988), 1,
sym__newline,
ACTIONS(998), 1,
sym__dedent,
STATE(337), 1,
sym_description_entry,
STATE(261), 2,
sym_variable_entry,
aux_sym_variable_def_repeat1,
[10021] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(843), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[10035] = 8,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(947), 1,
anon_sym_source,
ACTIONS(949), 1,
anon_sym_label,
ACTIONS(1000), 1,
sym__newline,
ACTIONS(1002), 1,
sym__dedent,
STATE(337), 1,
sym_description_entry,
STATE(282), 2,
sym_variable_entry,
aux_sym_variable_def_repeat1,
[10061] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1004), 8,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_system,
anon_sym_actions,
anon_sym_reasoning,
anon_sym_before_reasoning,
anon_sym_after_reasoning,
[10075] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(941), 1,
anon_sym_instructions,
ACTIONS(992), 1,
anon_sym_actions,
ACTIONS(1006), 1,
sym__newline,
ACTIONS(1008), 1,
sym__dedent,
STATE(281), 2,
sym_reasoning_entry,
aux_sym_reasoning_block_repeat1,
STATE(363), 2,
sym_instructions_block,
sym_reasoning_actions_block,
[10099] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1012), 1,
anon_sym_DQUOTE,
ACTIONS(1010), 7,
sym__newline,
sym__indent,
sym__dedent,
anon_sym_EQ,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_identifier,
[10115] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(374), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10136] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1016), 1,
anon_sym_else,
STATE(325), 1,
sym_else_clause,
ACTIONS(1014), 5,
sym__newline,
sym__dedent,
anon_sym_if,
anon_sym_set,
anon_sym_run,
[10153] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1018), 7,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
[10166] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1016), 1,
anon_sym_else,
STATE(329), 1,
sym_else_clause,
ACTIONS(1020), 5,
sym__newline,
sym__dedent,
anon_sym_if,
anon_sym_set,
anon_sym_run,
[10183] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(331), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10204] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1024), 1,
anon_sym_DQUOTE,
ACTIONS(1022), 6,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[10219] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1028), 1,
anon_sym_DQUOTE,
ACTIONS(1030), 1,
sym__indent,
ACTIONS(1026), 5,
sym__newline,
sym__dedent,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_identifier,
[10236] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1032), 1,
anon_sym_with,
ACTIONS(1034), 1,
anon_sym_set,
ACTIONS(1036), 1,
sym__newline,
ACTIONS(1038), 1,
sym__dedent,
STATE(297), 3,
sym_with_clause,
sym_set_clause,
aux_sym_run_clause_repeat1,
[10257] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(290), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10278] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1032), 1,
anon_sym_with,
ACTIONS(1034), 1,
anon_sym_set,
ACTIONS(1040), 1,
sym__newline,
ACTIONS(1042), 1,
sym__dedent,
STATE(313), 3,
sym_with_clause,
sym_set_clause,
aux_sym_run_clause_repeat1,
[10299] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(253), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10320] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1046), 1,
sym__newline,
ACTIONS(1048), 1,
sym__dedent,
STATE(301), 2,
sym_language_entry,
aux_sym_language_block_repeat1,
ACTIONS(1044), 3,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
[10339] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1032), 1,
anon_sym_with,
ACTIONS(1034), 1,
anon_sym_set,
ACTIONS(1050), 1,
sym__newline,
ACTIONS(1052), 1,
sym__dedent,
STATE(305), 3,
sym_with_clause,
sym_set_clause,
aux_sym_run_clause_repeat1,
[10360] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1054), 1,
sym__newline,
ACTIONS(1056), 1,
sym__dedent,
STATE(308), 2,
sym_language_entry,
aux_sym_language_block_repeat1,
ACTIONS(1044), 3,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
[10379] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(1058), 1,
anon_sym_source,
ACTIONS(1060), 1,
sym__newline,
ACTIONS(1062), 1,
sym__dedent,
STATE(377), 1,
sym_description_entry,
STATE(311), 2,
sym_knowledge_entry,
aux_sym_knowledge_block_repeat1,
[10402] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(312), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10423] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1066), 1,
anon_sym_DQUOTE,
ACTIONS(1064), 6,
sym__newline,
sym__dedent,
anon_sym_PIPE,
anon_sym_DASH,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
[10438] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1032), 1,
anon_sym_with,
ACTIONS(1034), 1,
anon_sym_set,
ACTIONS(1040), 1,
sym__newline,
ACTIONS(1068), 1,
sym__dedent,
STATE(313), 3,
sym_with_clause,
sym_set_clause,
aux_sym_run_clause_repeat1,
[10459] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1070), 7,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_target,
anon_sym_escalation_message,
anon_sym_outbound_route_type,
anon_sym_outbound_route_name,
[10472] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(338), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10493] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1075), 1,
sym__newline,
ACTIONS(1078), 1,
sym__dedent,
STATE(308), 2,
sym_language_entry,
aux_sym_language_block_repeat1,
ACTIONS(1072), 3,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
[10512] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(10), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10533] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(368), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10554] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1080), 1,
anon_sym_description,
ACTIONS(1083), 1,
anon_sym_source,
ACTIONS(1086), 1,
sym__newline,
ACTIONS(1089), 1,
sym__dedent,
STATE(377), 1,
sym_description_entry,
STATE(311), 2,
sym_knowledge_entry,
aux_sym_knowledge_block_repeat1,
[10577] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1091), 7,
sym__newline,
sym__dedent,
anon_sym_agent_name,
anon_sym_agent_label,
anon_sym_description,
anon_sym_agent_type,
anon_sym_default_agent_user,
[10590] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1093), 1,
anon_sym_with,
ACTIONS(1096), 1,
anon_sym_set,
ACTIONS(1099), 1,
sym__newline,
ACTIONS(1102), 1,
sym__dedent,
STATE(313), 3,
sym_with_clause,
sym_set_clause,
aux_sym_run_clause_repeat1,
[10611] = 6,
ACTIONS(3), 1,
sym_comment,
ACTIONS(163), 1,
anon_sym_DQUOTE,
ACTIONS(165), 1,
anon_sym_SQUOTE,
ACTIONS(167), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(215), 1,
sym_string,
STATE(8), 3,
sym__double_quoted_string,
sym__single_quoted_string,
sym__triple_quoted_string,
[10632] = 7,
ACTIONS(3), 1,
sym_comment,
ACTIONS(348), 1,
anon_sym_description,
ACTIONS(1058), 1,
anon_sym_source,
ACTIONS(1104), 1,
sym__newline,
ACTIONS(1106), 1,
sym__dedent,
STATE(377), 1,
sym_description_entry,
STATE(302), 2,
sym_knowledge_entry,
aux_sym_knowledge_block_repeat1,
[10655] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1108), 1,
sym_interpolation_start,
ACTIONS(1111), 1,
sym_instruction_text_segment,
ACTIONS(504), 2,
sym__newline,
sym__dedent,
STATE(316), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
[10673] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1116), 1,
anon_sym_DQUOTE,
ACTIONS(1114), 5,
sym__newline,
sym__dedent,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_identifier,
[10687] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1121), 1,
sym__newline,
ACTIONS(1124), 1,
sym__dedent,
ACTIONS(1118), 2,
anon_sym_welcome,
anon_sym_error,
STATE(318), 2,
sym_message_entry,
aux_sym_messages_block_repeat1,
[10705] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1126), 1,
sym_utils_transition,
STATE(358), 1,
sym_reasoning_target,
ACTIONS(1128), 4,
sym_utils_escalate,
sym_utils_set_variables,
sym_topic_reference,
sym_reference,
[10721] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1130), 1,
sym_interpolation_start,
ACTIONS(1133), 1,
sym_instruction_text_segment,
ACTIONS(496), 2,
sym__newline,
sym__dedent,
STATE(316), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
[10739] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1138), 1,
sym__newline,
ACTIONS(1140), 1,
sym__dedent,
ACTIONS(1136), 2,
anon_sym_welcome,
anon_sym_error,
STATE(318), 2,
sym_message_entry,
aux_sym_messages_block_repeat1,
[10757] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1142), 1,
sym__newline,
ACTIONS(1144), 1,
sym__dedent,
ACTIONS(1136), 2,
anon_sym_welcome,
anon_sym_error,
STATE(321), 2,
sym_message_entry,
aux_sym_messages_block_repeat1,
[10775] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1148), 1,
anon_sym_DQUOTE,
ACTIONS(1146), 5,
sym__newline,
sym__dedent,
anon_sym_SQUOTE,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
sym_identifier,
[10789] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1150), 5,
sym__newline,
sym__dedent,
anon_sym_messages,
anon_sym_actions,
anon_sym_instructions,
[10800] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1020), 5,
sym__newline,
sym__dedent,
anon_sym_if,
anon_sym_set,
anon_sym_run,
[10811] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1152), 1,
sym_identifier,
ACTIONS(1155), 1,
sym__newline,
ACTIONS(1158), 1,
sym__dedent,
STATE(326), 2,
sym_action_def,
aux_sym_actions_block_repeat1,
[10828] = 4,
ACTIONS(1160), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(1165), 1,
sym_comment,
STATE(327), 1,
aux_sym__triple_quoted_string_repeat1,
ACTIONS(1162), 3,
aux_sym__triple_quoted_string_token1,
aux_sym__triple_quoted_string_token2,
aux_sym__triple_quoted_string_token3,
[10843] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1169), 1,
anon_sym_EQ,
ACTIONS(1171), 1,
sym__indent,
ACTIONS(1167), 3,
sym__newline,
sym__dedent,
sym_identifier,
[10858] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1173), 5,
sym__newline,
sym__dedent,
anon_sym_if,
anon_sym_set,
anon_sym_run,
[10869] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1175), 1,
sym_identifier,
ACTIONS(1177), 1,
sym__newline,
ACTIONS(1179), 1,
sym__dedent,
STATE(356), 2,
sym_reasoning_action,
aux_sym_reasoning_actions_block_repeat1,
[10886] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1181), 5,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_source,
anon_sym_label,
[10897] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1183), 1,
sym_identifier,
ACTIONS(1185), 1,
sym__newline,
ACTIONS(1187), 1,
sym__dedent,
STATE(326), 2,
sym_action_def,
aux_sym_actions_block_repeat1,
[10914] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1189), 5,
sym__newline,
sym__dedent,
anon_sym_if,
anon_sym_set,
anon_sym_run,
[10925] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1191), 5,
sym__newline,
sym__dedent,
anon_sym_messages,
anon_sym_actions,
anon_sym_instructions,
[10936] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1193), 1,
sym_identifier,
ACTIONS(1196), 1,
sym__newline,
ACTIONS(1199), 1,
sym__dedent,
STATE(335), 2,
sym_reasoning_action,
aux_sym_reasoning_actions_block_repeat1,
[10953] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1201), 1,
sym_identifier,
ACTIONS(1204), 1,
sym__newline,
ACTIONS(1207), 1,
sym__dedent,
STATE(336), 2,
sym_variable_def,
aux_sym_variables_block_repeat1,
[10970] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1209), 5,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_source,
anon_sym_label,
[10981] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1211), 5,
sym__newline,
sym__dedent,
anon_sym_locale,
anon_sym_default_locale,
anon_sym_additional_locales,
[10992] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1213), 5,
sym__newline,
sym__dedent,
anon_sym_if,
anon_sym_set,
anon_sym_run,
[11003] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1215), 5,
sym__newline,
sym__dedent,
anon_sym_messages,
anon_sym_actions,
anon_sym_instructions,
[11014] = 5,
ACTIONS(275), 1,
sym__dedent,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1217), 1,
sym_instruction_text,
ACTIONS(1219), 1,
sym__newline,
STATE(343), 2,
sym_plain_instruction_line,
aux_sym_instructions_block_repeat1,
[11031] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1221), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(327), 1,
aux_sym__triple_quoted_string_repeat1,
ACTIONS(1223), 3,
aux_sym__triple_quoted_string_token1,
aux_sym__triple_quoted_string_token2,
aux_sym__triple_quoted_string_token3,
[11046] = 5,
ACTIONS(226), 1,
sym__dedent,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1217), 1,
sym_instruction_text,
ACTIONS(1225), 1,
sym__newline,
STATE(354), 2,
sym_plain_instruction_line,
aux_sym_instructions_block_repeat1,
[11063] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1227), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(345), 1,
aux_sym__triple_quoted_string_repeat1,
ACTIONS(1229), 3,
aux_sym__triple_quoted_string_token1,
aux_sym__triple_quoted_string_token2,
aux_sym__triple_quoted_string_token3,
[11078] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1231), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(327), 1,
aux_sym__triple_quoted_string_repeat1,
ACTIONS(1223), 3,
aux_sym__triple_quoted_string_token1,
aux_sym__triple_quoted_string_token2,
aux_sym__triple_quoted_string_token3,
[11093] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(500), 1,
sym_interpolation_start,
ACTIONS(1233), 1,
sym_instruction_text_segment,
STATE(182), 1,
sym_instruction_text_with_interpolation,
STATE(170), 2,
sym_interpolation,
aux_sym_instruction_text_with_interpolation_repeat1,
[11110] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1183), 1,
sym_identifier,
ACTIONS(1235), 1,
sym__newline,
ACTIONS(1237), 1,
sym__dedent,
STATE(332), 2,
sym_action_def,
aux_sym_actions_block_repeat1,
[11127] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1239), 5,
sym__newline,
sym__dedent,
anon_sym_messages,
anon_sym_actions,
anon_sym_instructions,
[11138] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1241), 1,
sym_identifier,
ACTIONS(1243), 1,
sym__newline,
ACTIONS(1245), 1,
sym__dedent,
STATE(336), 2,
sym_variable_def,
aux_sym_variables_block_repeat1,
[11155] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1247), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(342), 1,
aux_sym__triple_quoted_string_repeat1,
ACTIONS(1249), 3,
aux_sym__triple_quoted_string_token1,
aux_sym__triple_quoted_string_token2,
aux_sym__triple_quoted_string_token3,
[11170] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1241), 1,
sym_identifier,
ACTIONS(1251), 1,
sym__newline,
ACTIONS(1253), 1,
sym__dedent,
STATE(349), 2,
sym_variable_def,
aux_sym_variables_block_repeat1,
[11187] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1255), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(353), 1,
aux_sym__triple_quoted_string_repeat1,
ACTIONS(1257), 3,
aux_sym__triple_quoted_string_token1,
aux_sym__triple_quoted_string_token2,
aux_sym__triple_quoted_string_token3,
[11202] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1259), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
STATE(327), 1,
aux_sym__triple_quoted_string_repeat1,
ACTIONS(1223), 3,
aux_sym__triple_quoted_string_token1,
aux_sym__triple_quoted_string_token2,
aux_sym__triple_quoted_string_token3,
[11217] = 5,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1261), 1,
sym_instruction_text,
ACTIONS(1264), 1,
sym__newline,
ACTIONS(1267), 1,
sym__dedent,
STATE(354), 2,
sym_plain_instruction_line,
aux_sym_instructions_block_repeat1,
[11234] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1269), 5,
sym__newline,
sym__dedent,
anon_sym_if,
anon_sym_set,
anon_sym_run,
[11245] = 5,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1175), 1,
sym_identifier,
ACTIONS(1271), 1,
sym__newline,
ACTIONS(1273), 1,
sym__dedent,
STATE(335), 2,
sym_reasoning_action,
aux_sym_reasoning_actions_block_repeat1,
[11262] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1275), 4,
sym__newline,
sym__dedent,
sym_interpolation_start,
sym_instruction_text_segment,
[11272] = 3,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1279), 1,
sym__indent,
ACTIONS(1277), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11284] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1281), 1,
anon_sym_DQUOTE,
STATE(359), 1,
aux_sym__double_quoted_string_repeat1,
ACTIONS(1283), 2,
aux_sym__double_quoted_string_token1,
sym_escape_sequence,
[11298] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1286), 4,
sym__newline,
sym__dedent,
anon_sym_messages,
anon_sym_instructions,
[11308] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1288), 4,
sym__newline,
sym__dedent,
anon_sym_actions,
anon_sym_instructions,
[11318] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1290), 4,
sym__newline,
sym__dedent,
anon_sym_messages,
anon_sym_instructions,
[11328] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1292), 4,
sym__newline,
sym__dedent,
anon_sym_actions,
anon_sym_instructions,
[11338] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1294), 4,
sym__newline,
sym__indent,
sym__dedent,
sym_identifier,
[11348] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1296), 1,
anon_sym_SQUOTE,
STATE(376), 1,
aux_sym__single_quoted_string_repeat1,
ACTIONS(1298), 2,
aux_sym__single_quoted_string_token1,
sym_escape_sequence,
[11362] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1300), 1,
anon_sym_DQUOTE,
STATE(369), 1,
aux_sym__double_quoted_string_repeat1,
ACTIONS(1302), 2,
aux_sym__double_quoted_string_token1,
sym_escape_sequence,
[11376] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1304), 1,
anon_sym_SQUOTE,
STATE(384), 1,
aux_sym__single_quoted_string_repeat1,
ACTIONS(1306), 2,
aux_sym__single_quoted_string_token1,
sym_escape_sequence,
[11390] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1308), 4,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_source,
[11400] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1310), 1,
anon_sym_DQUOTE,
STATE(359), 1,
aux_sym__double_quoted_string_repeat1,
ACTIONS(1312), 2,
aux_sym__double_quoted_string_token1,
sym_escape_sequence,
[11414] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1314), 4,
sym__newline,
sym__dedent,
anon_sym_actions,
anon_sym_instructions,
[11424] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1316), 4,
sym__newline,
sym__indent,
sym__dedent,
sym_identifier,
[11434] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1318), 1,
anon_sym_DQUOTE,
STATE(373), 1,
aux_sym__double_quoted_string_repeat1,
ACTIONS(1320), 2,
aux_sym__double_quoted_string_token1,
sym_escape_sequence,
[11448] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1322), 1,
anon_sym_DQUOTE,
STATE(359), 1,
aux_sym__double_quoted_string_repeat1,
ACTIONS(1312), 2,
aux_sym__double_quoted_string_token1,
sym_escape_sequence,
[11462] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1324), 4,
sym__newline,
sym__dedent,
anon_sym_welcome,
anon_sym_error,
[11472] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1326), 1,
anon_sym_SQUOTE,
STATE(365), 1,
aux_sym__single_quoted_string_repeat1,
ACTIONS(1328), 2,
aux_sym__single_quoted_string_token1,
sym_escape_sequence,
[11486] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1330), 1,
anon_sym_SQUOTE,
STATE(376), 1,
aux_sym__single_quoted_string_repeat1,
ACTIONS(1332), 2,
aux_sym__single_quoted_string_token1,
sym_escape_sequence,
[11500] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1335), 4,
sym__newline,
sym__dedent,
anon_sym_description,
anon_sym_source,
[11510] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1337), 4,
sym__newline,
sym__dedent,
anon_sym_messages,
anon_sym_instructions,
[11520] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1339), 1,
anon_sym_DQUOTE,
STATE(381), 1,
aux_sym__double_quoted_string_repeat1,
ACTIONS(1341), 2,
aux_sym__double_quoted_string_token1,
sym_escape_sequence,
[11534] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1343), 1,
anon_sym_SQUOTE,
STATE(382), 1,
aux_sym__single_quoted_string_repeat1,
ACTIONS(1345), 2,
aux_sym__single_quoted_string_token1,
sym_escape_sequence,
[11548] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1347), 1,
anon_sym_DQUOTE,
STATE(359), 1,
aux_sym__double_quoted_string_repeat1,
ACTIONS(1312), 2,
aux_sym__double_quoted_string_token1,
sym_escape_sequence,
[11562] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1349), 1,
anon_sym_SQUOTE,
STATE(376), 1,
aux_sym__single_quoted_string_repeat1,
ACTIONS(1298), 2,
aux_sym__single_quoted_string_token1,
sym_escape_sequence,
[11576] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(562), 4,
sym__newline,
sym__dedent,
sym_interpolation_start,
sym_instruction_text_segment,
[11586] = 4,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1351), 1,
anon_sym_SQUOTE,
STATE(376), 1,
aux_sym__single_quoted_string_repeat1,
ACTIONS(1298), 2,
aux_sym__single_quoted_string_token1,
sym_escape_sequence,
[11600] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1353), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11609] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(105), 1,
anon_sym_RBRACK,
ACTIONS(1355), 1,
anon_sym_COMMA,
STATE(390), 1,
aux_sym_list_repeat1,
[11622] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1357), 1,
anon_sym_transition,
ACTIONS(1359), 1,
sym__dedent,
STATE(441), 1,
sym_transition_clause,
[11635] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1361), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11644] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1363), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11653] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(346), 1,
anon_sym_RBRACK,
ACTIONS(1365), 1,
anon_sym_COMMA,
STATE(390), 1,
aux_sym_list_repeat1,
[11666] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1368), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11675] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(253), 1,
sym_boolean,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
[11686] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1370), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11695] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1372), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11704] = 2,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1374), 3,
sym__newline,
sym__dedent,
sym_instruction_text,
[11713] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(293), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11722] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1376), 3,
sym__newline,
sym__dedent,
sym_identifier,
[11731] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(178), 1,
sym_variable_modifier,
ACTIONS(1378), 2,
anon_sym_mutable,
anon_sym_linked,
[11742] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(149), 1,
anon_sym_RBRACK,
ACTIONS(1380), 1,
anon_sym_COMMA,
STATE(390), 1,
aux_sym_list_repeat1,
[11755] = 4,
ACTIONS(3), 1,
sym_comment,
ACTIONS(143), 1,
anon_sym_RBRACK,
ACTIONS(1382), 1,
anon_sym_COMMA,
STATE(390), 1,
aux_sym_list_repeat1,
[11768] = 3,
ACTIONS(3), 1,
sym_comment,
STATE(215), 1,
sym_boolean,
ACTIONS(169), 2,
anon_sym_True,
anon_sym_False,
[11779] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(896), 1,
sym__dedent,
[11786] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1384), 1,
anon_sym_COLON,
[11793] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1386), 1,
anon_sym_RBRACK,
[11800] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1388), 1,
sym_identifier,
[11807] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1390), 1,
sym__indent,
[11814] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1392), 1,
anon_sym_to,
[11821] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1394), 1,
sym_reference,
[11828] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1396), 1,
anon_sym_COLON,
[11835] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1398), 1,
anon_sym_COLON,
[11842] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1400), 1,
anon_sym_COLON,
[11849] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1402), 1,
sym__indent,
[11856] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1404), 1,
anon_sym_COLON,
[11863] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1406), 1,
anon_sym_COLON,
[11870] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1408), 1,
sym__indent,
[11877] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1410), 1,
sym_identifier,
[11884] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1412), 1,
sym_reference,
[11891] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1414), 1,
sym_reference,
[11898] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1416), 1,
sym_identifier,
[11905] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1418), 1,
anon_sym_COLON,
[11912] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1420), 1,
anon_sym_COLON,
[11919] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1422), 1,
anon_sym_COLON,
[11926] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1424), 1,
anon_sym_COLON,
[11933] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1426), 1,
anon_sym_COLON,
[11940] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1428), 1,
anon_sym_COLON,
[11947] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1430), 1,
anon_sym_COLON,
[11954] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1432), 1,
anon_sym_COLON,
[11961] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1434), 1,
anon_sym_COLON,
[11968] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1436), 1,
anon_sym_COLON,
[11975] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1438), 1,
anon_sym_COLON,
[11982] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1440), 1,
anon_sym_COLON,
[11989] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1442), 1,
anon_sym_EQ,
[11996] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1444), 1,
anon_sym_COLON,
[12003] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1446), 1,
anon_sym_COLON,
[12010] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1448), 1,
anon_sym_COLON,
[12017] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1450), 1,
anon_sym_COLON,
[12024] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1452), 1,
sym__indent,
[12031] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1454), 1,
anon_sym_LBRACK,
[12038] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1456), 1,
sym_identifier,
[12045] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1458), 1,
sym__indent,
[12052] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1460), 1,
sym__dedent,
[12059] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1462), 1,
sym__indent,
[12066] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1464), 1,
sym_reference,
[12073] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1466), 1,
anon_sym_when,
[12080] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1468), 1,
anon_sym_COLON,
[12087] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1470), 1,
anon_sym_to,
[12094] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1472), 1,
anon_sym_COLON,
[12101] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1474), 1,
anon_sym_COLON,
[12108] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1476), 1,
sym__indent,
[12115] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1478), 1,
sym__indent,
[12122] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1480), 1,
anon_sym_COLON,
[12129] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1482), 1,
anon_sym_RBRACK,
[12136] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(959), 1,
anon_sym_RBRACK,
[12143] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1484), 1,
sym__indent,
[12150] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1486), 1,
anon_sym_COLON,
[12157] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1488), 1,
anon_sym_COLON,
[12164] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1490), 1,
sym_identifier,
[12171] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1492), 1,
ts_builtin_sym_end,
[12178] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1494), 1,
sym__indent,
[12185] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1496), 1,
anon_sym_COLON,
[12192] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1498), 1,
sym__indent,
[12199] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1500), 1,
sym_reference,
[12206] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1010), 1,
anon_sym_RBRACK,
[12213] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1502), 1,
anon_sym_COLON,
[12220] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1504), 1,
anon_sym_COLON,
[12227] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1506), 1,
sym_reference,
[12234] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1508), 1,
sym_reference,
[12241] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1510), 1,
anon_sym_COLON,
[12248] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1512), 1,
sym_identifier,
[12255] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1514), 1,
sym__indent,
[12262] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1516), 1,
anon_sym_COLON,
[12269] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1518), 1,
anon_sym_COLON,
[12276] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1520), 1,
anon_sym_EQ,
[12283] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1522), 1,
anon_sym_EQ,
[12290] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1524), 1,
sym__indent,
[12297] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1526), 1,
sym__indent,
[12304] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1528), 1,
sym_identifier,
[12311] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1530), 1,
sym__indent,
[12318] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1532), 1,
anon_sym_to,
[12325] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1534), 1,
sym_reference,
[12332] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1536), 1,
sym__indent,
[12339] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1538), 1,
sym__indent,
[12346] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1540), 1,
sym__indent,
[12353] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1542), 1,
sym__indent,
[12360] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1544), 1,
sym__indent,
[12367] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1546), 1,
sym__indent,
[12374] = 2,
ACTIONS(1165), 1,
sym_comment,
ACTIONS(1548), 1,
sym_instruction_text,
[12381] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1550), 1,
sym__indent,
[12388] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1552), 1,
anon_sym_EQ,
[12395] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1554), 1,
anon_sym_EQ,
[12402] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1556), 1,
anon_sym_to,
[12409] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1558), 1,
sym__indent,
[12416] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1560), 1,
sym__indent,
[12423] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1562), 1,
sym__indent,
[12430] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1564), 1,
anon_sym_COLON,
[12437] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1566), 1,
anon_sym_LBRACK,
[12444] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1568), 1,
sym_identifier,
[12451] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1570), 1,
sym_reference,
[12458] = 2,
ACTIONS(3), 1,
sym_comment,
ACTIONS(1572), 1,
anon_sym_COLON,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 67,
[SMALL_STATE(4)] = 134,
[SMALL_STATE(5)] = 201,
[SMALL_STATE(6)] = 268,
[SMALL_STATE(7)] = 335,
[SMALL_STATE(8)] = 402,
[SMALL_STATE(9)] = 469,
[SMALL_STATE(10)] = 516,
[SMALL_STATE(11)] = 552,
[SMALL_STATE(12)] = 607,
[SMALL_STATE(13)] = 650,
[SMALL_STATE(14)] = 691,
[SMALL_STATE(15)] = 742,
[SMALL_STATE(16)] = 791,
[SMALL_STATE(17)] = 838,
[SMALL_STATE(18)] = 881,
[SMALL_STATE(19)] = 916,
[SMALL_STATE(20)] = 951,
[SMALL_STATE(21)] = 986,
[SMALL_STATE(22)] = 1021,
[SMALL_STATE(23)] = 1078,
[SMALL_STATE(24)] = 1113,
[SMALL_STATE(25)] = 1148,
[SMALL_STATE(26)] = 1183,
[SMALL_STATE(27)] = 1218,
[SMALL_STATE(28)] = 1253,
[SMALL_STATE(29)] = 1310,
[SMALL_STATE(30)] = 1367,
[SMALL_STATE(31)] = 1424,
[SMALL_STATE(32)] = 1481,
[SMALL_STATE(33)] = 1538,
[SMALL_STATE(34)] = 1595,
[SMALL_STATE(35)] = 1652,
[SMALL_STATE(36)] = 1709,
[SMALL_STATE(37)] = 1763,
[SMALL_STATE(38)] = 1817,
[SMALL_STATE(39)] = 1871,
[SMALL_STATE(40)] = 1925,
[SMALL_STATE(41)] = 1979,
[SMALL_STATE(42)] = 2033,
[SMALL_STATE(43)] = 2087,
[SMALL_STATE(44)] = 2141,
[SMALL_STATE(45)] = 2195,
[SMALL_STATE(46)] = 2249,
[SMALL_STATE(47)] = 2303,
[SMALL_STATE(48)] = 2357,
[SMALL_STATE(49)] = 2411,
[SMALL_STATE(50)] = 2465,
[SMALL_STATE(51)] = 2519,
[SMALL_STATE(52)] = 2573,
[SMALL_STATE(53)] = 2627,
[SMALL_STATE(54)] = 2681,
[SMALL_STATE(55)] = 2735,
[SMALL_STATE(56)] = 2789,
[SMALL_STATE(57)] = 2843,
[SMALL_STATE(58)] = 2897,
[SMALL_STATE(59)] = 2951,
[SMALL_STATE(60)] = 3005,
[SMALL_STATE(61)] = 3059,
[SMALL_STATE(62)] = 3113,
[SMALL_STATE(63)] = 3167,
[SMALL_STATE(64)] = 3221,
[SMALL_STATE(65)] = 3275,
[SMALL_STATE(66)] = 3329,
[SMALL_STATE(67)] = 3383,
[SMALL_STATE(68)] = 3437,
[SMALL_STATE(69)] = 3491,
[SMALL_STATE(70)] = 3545,
[SMALL_STATE(71)] = 3599,
[SMALL_STATE(72)] = 3653,
[SMALL_STATE(73)] = 3707,
[SMALL_STATE(74)] = 3761,
[SMALL_STATE(75)] = 3815,
[SMALL_STATE(76)] = 3869,
[SMALL_STATE(77)] = 3923,
[SMALL_STATE(78)] = 3977,
[SMALL_STATE(79)] = 4031,
[SMALL_STATE(80)] = 4086,
[SMALL_STATE(81)] = 4138,
[SMALL_STATE(82)] = 4190,
[SMALL_STATE(83)] = 4242,
[SMALL_STATE(84)] = 4296,
[SMALL_STATE(85)] = 4350,
[SMALL_STATE(86)] = 4386,
[SMALL_STATE(87)] = 4440,
[SMALL_STATE(88)] = 4486,
[SMALL_STATE(89)] = 4540,
[SMALL_STATE(90)] = 4594,
[SMALL_STATE(91)] = 4648,
[SMALL_STATE(92)] = 4702,
[SMALL_STATE(93)] = 4736,
[SMALL_STATE(94)] = 4778,
[SMALL_STATE(95)] = 4818,
[SMALL_STATE(96)] = 4856,
[SMALL_STATE(97)] = 4892,
[SMALL_STATE(98)] = 4930,
[SMALL_STATE(99)] = 4978,
[SMALL_STATE(100)] = 5024,
[SMALL_STATE(101)] = 5076,
[SMALL_STATE(102)] = 5110,
[SMALL_STATE(103)] = 5142,
[SMALL_STATE(104)] = 5190,
[SMALL_STATE(105)] = 5224,
[SMALL_STATE(106)] = 5266,
[SMALL_STATE(107)] = 5306,
[SMALL_STATE(108)] = 5334,
[SMALL_STATE(109)] = 5362,
[SMALL_STATE(110)] = 5390,
[SMALL_STATE(111)] = 5418,
[SMALL_STATE(112)] = 5446,
[SMALL_STATE(113)] = 5474,
[SMALL_STATE(114)] = 5502,
[SMALL_STATE(115)] = 5530,
[SMALL_STATE(116)] = 5558,
[SMALL_STATE(117)] = 5586,
[SMALL_STATE(118)] = 5614,
[SMALL_STATE(119)] = 5642,
[SMALL_STATE(120)] = 5670,
[SMALL_STATE(121)] = 5698,
[SMALL_STATE(122)] = 5726,
[SMALL_STATE(123)] = 5754,
[SMALL_STATE(124)] = 5782,
[SMALL_STATE(125)] = 5833,
[SMALL_STATE(126)] = 5878,
[SMALL_STATE(127)] = 5923,
[SMALL_STATE(128)] = 5974,
[SMALL_STATE(129)] = 6025,
[SMALL_STATE(130)] = 6051,
[SMALL_STATE(131)] = 6097,
[SMALL_STATE(132)] = 6123,
[SMALL_STATE(133)] = 6149,
[SMALL_STATE(134)] = 6193,
[SMALL_STATE(135)] = 6237,
[SMALL_STATE(136)] = 6281,
[SMALL_STATE(137)] = 6307,
[SMALL_STATE(138)] = 6333,
[SMALL_STATE(139)] = 6359,
[SMALL_STATE(140)] = 6385,
[SMALL_STATE(141)] = 6411,
[SMALL_STATE(142)] = 6437,
[SMALL_STATE(143)] = 6463,
[SMALL_STATE(144)] = 6489,
[SMALL_STATE(145)] = 6515,
[SMALL_STATE(146)] = 6541,
[SMALL_STATE(147)] = 6567,
[SMALL_STATE(148)] = 6593,
[SMALL_STATE(149)] = 6619,
[SMALL_STATE(150)] = 6645,
[SMALL_STATE(151)] = 6690,
[SMALL_STATE(152)] = 6735,
[SMALL_STATE(153)] = 6780,
[SMALL_STATE(154)] = 6825,
[SMALL_STATE(155)] = 6870,
[SMALL_STATE(156)] = 6915,
[SMALL_STATE(157)] = 6960,
[SMALL_STATE(158)] = 7005,
[SMALL_STATE(159)] = 7050,
[SMALL_STATE(160)] = 7095,
[SMALL_STATE(161)] = 7140,
[SMALL_STATE(162)] = 7185,
[SMALL_STATE(163)] = 7230,
[SMALL_STATE(164)] = 7275,
[SMALL_STATE(165)] = 7315,
[SMALL_STATE(166)] = 7355,
[SMALL_STATE(167)] = 7395,
[SMALL_STATE(168)] = 7435,
[SMALL_STATE(169)] = 7475,
[SMALL_STATE(170)] = 7515,
[SMALL_STATE(171)] = 7545,
[SMALL_STATE(172)] = 7575,
[SMALL_STATE(173)] = 7604,
[SMALL_STATE(174)] = 7641,
[SMALL_STATE(175)] = 7670,
[SMALL_STATE(176)] = 7699,
[SMALL_STATE(177)] = 7736,
[SMALL_STATE(178)] = 7773,
[SMALL_STATE(179)] = 7802,
[SMALL_STATE(180)] = 7824,
[SMALL_STATE(181)] = 7849,
[SMALL_STATE(182)] = 7884,
[SMALL_STATE(183)] = 7909,
[SMALL_STATE(184)] = 7944,
[SMALL_STATE(185)] = 7965,
[SMALL_STATE(186)] = 7990,
[SMALL_STATE(187)] = 8025,
[SMALL_STATE(188)] = 8059,
[SMALL_STATE(189)] = 8093,
[SMALL_STATE(190)] = 8127,
[SMALL_STATE(191)] = 8161,
[SMALL_STATE(192)] = 8195,
[SMALL_STATE(193)] = 8217,
[SMALL_STATE(194)] = 8247,
[SMALL_STATE(195)] = 8277,
[SMALL_STATE(196)] = 8307,
[SMALL_STATE(197)] = 8327,
[SMALL_STATE(198)] = 8347,
[SMALL_STATE(199)] = 8369,
[SMALL_STATE(200)] = 8388,
[SMALL_STATE(201)] = 8407,
[SMALL_STATE(202)] = 8426,
[SMALL_STATE(203)] = 8445,
[SMALL_STATE(204)] = 8464,
[SMALL_STATE(205)] = 8483,
[SMALL_STATE(206)] = 8502,
[SMALL_STATE(207)] = 8521,
[SMALL_STATE(208)] = 8540,
[SMALL_STATE(209)] = 8559,
[SMALL_STATE(210)] = 8578,
[SMALL_STATE(211)] = 8594,
[SMALL_STATE(212)] = 8612,
[SMALL_STATE(213)] = 8640,
[SMALL_STATE(214)] = 8656,
[SMALL_STATE(215)] = 8682,
[SMALL_STATE(216)] = 8698,
[SMALL_STATE(217)] = 8714,
[SMALL_STATE(218)] = 8742,
[SMALL_STATE(219)] = 8758,
[SMALL_STATE(220)] = 8786,
[SMALL_STATE(221)] = 8802,
[SMALL_STATE(222)] = 8818,
[SMALL_STATE(223)] = 8846,
[SMALL_STATE(224)] = 8874,
[SMALL_STATE(225)] = 8900,
[SMALL_STATE(226)] = 8916,
[SMALL_STATE(227)] = 8932,
[SMALL_STATE(228)] = 8948,
[SMALL_STATE(229)] = 8964,
[SMALL_STATE(230)] = 8994,
[SMALL_STATE(231)] = 9010,
[SMALL_STATE(232)] = 9026,
[SMALL_STATE(233)] = 9042,
[SMALL_STATE(234)] = 9070,
[SMALL_STATE(235)] = 9086,
[SMALL_STATE(236)] = 9112,
[SMALL_STATE(237)] = 9128,
[SMALL_STATE(238)] = 9144,
[SMALL_STATE(239)] = 9160,
[SMALL_STATE(240)] = 9176,
[SMALL_STATE(241)] = 9204,
[SMALL_STATE(242)] = 9220,
[SMALL_STATE(243)] = 9248,
[SMALL_STATE(244)] = 9276,
[SMALL_STATE(245)] = 9292,
[SMALL_STATE(246)] = 9308,
[SMALL_STATE(247)] = 9329,
[SMALL_STATE(248)] = 9350,
[SMALL_STATE(249)] = 9365,
[SMALL_STATE(250)] = 9380,
[SMALL_STATE(251)] = 9395,
[SMALL_STATE(252)] = 9422,
[SMALL_STATE(253)] = 9443,
[SMALL_STATE(254)] = 9458,
[SMALL_STATE(255)] = 9485,
[SMALL_STATE(256)] = 9500,
[SMALL_STATE(257)] = 9515,
[SMALL_STATE(258)] = 9530,
[SMALL_STATE(259)] = 9545,
[SMALL_STATE(260)] = 9559,
[SMALL_STATE(261)] = 9573,
[SMALL_STATE(262)] = 9599,
[SMALL_STATE(263)] = 9623,
[SMALL_STATE(264)] = 9637,
[SMALL_STATE(265)] = 9651,
[SMALL_STATE(266)] = 9665,
[SMALL_STATE(267)] = 9689,
[SMALL_STATE(268)] = 9703,
[SMALL_STATE(269)] = 9717,
[SMALL_STATE(270)] = 9741,
[SMALL_STATE(271)] = 9767,
[SMALL_STATE(272)] = 9791,
[SMALL_STATE(273)] = 9807,
[SMALL_STATE(274)] = 9831,
[SMALL_STATE(275)] = 9855,
[SMALL_STATE(276)] = 9869,
[SMALL_STATE(277)] = 9893,
[SMALL_STATE(278)] = 9917,
[SMALL_STATE(279)] = 9931,
[SMALL_STATE(280)] = 9945,
[SMALL_STATE(281)] = 9971,
[SMALL_STATE(282)] = 9995,
[SMALL_STATE(283)] = 10021,
[SMALL_STATE(284)] = 10035,
[SMALL_STATE(285)] = 10061,
[SMALL_STATE(286)] = 10075,
[SMALL_STATE(287)] = 10099,
[SMALL_STATE(288)] = 10115,
[SMALL_STATE(289)] = 10136,
[SMALL_STATE(290)] = 10153,
[SMALL_STATE(291)] = 10166,
[SMALL_STATE(292)] = 10183,
[SMALL_STATE(293)] = 10204,
[SMALL_STATE(294)] = 10219,
[SMALL_STATE(295)] = 10236,
[SMALL_STATE(296)] = 10257,
[SMALL_STATE(297)] = 10278,
[SMALL_STATE(298)] = 10299,
[SMALL_STATE(299)] = 10320,
[SMALL_STATE(300)] = 10339,
[SMALL_STATE(301)] = 10360,
[SMALL_STATE(302)] = 10379,
[SMALL_STATE(303)] = 10402,
[SMALL_STATE(304)] = 10423,
[SMALL_STATE(305)] = 10438,
[SMALL_STATE(306)] = 10459,
[SMALL_STATE(307)] = 10472,
[SMALL_STATE(308)] = 10493,
[SMALL_STATE(309)] = 10512,
[SMALL_STATE(310)] = 10533,
[SMALL_STATE(311)] = 10554,
[SMALL_STATE(312)] = 10577,
[SMALL_STATE(313)] = 10590,
[SMALL_STATE(314)] = 10611,
[SMALL_STATE(315)] = 10632,
[SMALL_STATE(316)] = 10655,
[SMALL_STATE(317)] = 10673,
[SMALL_STATE(318)] = 10687,
[SMALL_STATE(319)] = 10705,
[SMALL_STATE(320)] = 10721,
[SMALL_STATE(321)] = 10739,
[SMALL_STATE(322)] = 10757,
[SMALL_STATE(323)] = 10775,
[SMALL_STATE(324)] = 10789,
[SMALL_STATE(325)] = 10800,
[SMALL_STATE(326)] = 10811,
[SMALL_STATE(327)] = 10828,
[SMALL_STATE(328)] = 10843,
[SMALL_STATE(329)] = 10858,
[SMALL_STATE(330)] = 10869,
[SMALL_STATE(331)] = 10886,
[SMALL_STATE(332)] = 10897,
[SMALL_STATE(333)] = 10914,
[SMALL_STATE(334)] = 10925,
[SMALL_STATE(335)] = 10936,
[SMALL_STATE(336)] = 10953,
[SMALL_STATE(337)] = 10970,
[SMALL_STATE(338)] = 10981,
[SMALL_STATE(339)] = 10992,
[SMALL_STATE(340)] = 11003,
[SMALL_STATE(341)] = 11014,
[SMALL_STATE(342)] = 11031,
[SMALL_STATE(343)] = 11046,
[SMALL_STATE(344)] = 11063,
[SMALL_STATE(345)] = 11078,
[SMALL_STATE(346)] = 11093,
[SMALL_STATE(347)] = 11110,
[SMALL_STATE(348)] = 11127,
[SMALL_STATE(349)] = 11138,
[SMALL_STATE(350)] = 11155,
[SMALL_STATE(351)] = 11170,
[SMALL_STATE(352)] = 11187,
[SMALL_STATE(353)] = 11202,
[SMALL_STATE(354)] = 11217,
[SMALL_STATE(355)] = 11234,
[SMALL_STATE(356)] = 11245,
[SMALL_STATE(357)] = 11262,
[SMALL_STATE(358)] = 11272,
[SMALL_STATE(359)] = 11284,
[SMALL_STATE(360)] = 11298,
[SMALL_STATE(361)] = 11308,
[SMALL_STATE(362)] = 11318,
[SMALL_STATE(363)] = 11328,
[SMALL_STATE(364)] = 11338,
[SMALL_STATE(365)] = 11348,
[SMALL_STATE(366)] = 11362,
[SMALL_STATE(367)] = 11376,
[SMALL_STATE(368)] = 11390,
[SMALL_STATE(369)] = 11400,
[SMALL_STATE(370)] = 11414,
[SMALL_STATE(371)] = 11424,
[SMALL_STATE(372)] = 11434,
[SMALL_STATE(373)] = 11448,
[SMALL_STATE(374)] = 11462,
[SMALL_STATE(375)] = 11472,
[SMALL_STATE(376)] = 11486,
[SMALL_STATE(377)] = 11500,
[SMALL_STATE(378)] = 11510,
[SMALL_STATE(379)] = 11520,
[SMALL_STATE(380)] = 11534,
[SMALL_STATE(381)] = 11548,
[SMALL_STATE(382)] = 11562,
[SMALL_STATE(383)] = 11576,
[SMALL_STATE(384)] = 11586,
[SMALL_STATE(385)] = 11600,
[SMALL_STATE(386)] = 11609,
[SMALL_STATE(387)] = 11622,
[SMALL_STATE(388)] = 11635,
[SMALL_STATE(389)] = 11644,
[SMALL_STATE(390)] = 11653,
[SMALL_STATE(391)] = 11666,
[SMALL_STATE(392)] = 11675,
[SMALL_STATE(393)] = 11686,
[SMALL_STATE(394)] = 11695,
[SMALL_STATE(395)] = 11704,
[SMALL_STATE(396)] = 11713,
[SMALL_STATE(397)] = 11722,
[SMALL_STATE(398)] = 11731,
[SMALL_STATE(399)] = 11742,
[SMALL_STATE(400)] = 11755,
[SMALL_STATE(401)] = 11768,
[SMALL_STATE(402)] = 11779,
[SMALL_STATE(403)] = 11786,
[SMALL_STATE(404)] = 11793,
[SMALL_STATE(405)] = 11800,
[SMALL_STATE(406)] = 11807,
[SMALL_STATE(407)] = 11814,
[SMALL_STATE(408)] = 11821,
[SMALL_STATE(409)] = 11828,
[SMALL_STATE(410)] = 11835,
[SMALL_STATE(411)] = 11842,
[SMALL_STATE(412)] = 11849,
[SMALL_STATE(413)] = 11856,
[SMALL_STATE(414)] = 11863,
[SMALL_STATE(415)] = 11870,
[SMALL_STATE(416)] = 11877,
[SMALL_STATE(417)] = 11884,
[SMALL_STATE(418)] = 11891,
[SMALL_STATE(419)] = 11898,
[SMALL_STATE(420)] = 11905,
[SMALL_STATE(421)] = 11912,
[SMALL_STATE(422)] = 11919,
[SMALL_STATE(423)] = 11926,
[SMALL_STATE(424)] = 11933,
[SMALL_STATE(425)] = 11940,
[SMALL_STATE(426)] = 11947,
[SMALL_STATE(427)] = 11954,
[SMALL_STATE(428)] = 11961,
[SMALL_STATE(429)] = 11968,
[SMALL_STATE(430)] = 11975,
[SMALL_STATE(431)] = 11982,
[SMALL_STATE(432)] = 11989,
[SMALL_STATE(433)] = 11996,
[SMALL_STATE(434)] = 12003,
[SMALL_STATE(435)] = 12010,
[SMALL_STATE(436)] = 12017,
[SMALL_STATE(437)] = 12024,
[SMALL_STATE(438)] = 12031,
[SMALL_STATE(439)] = 12038,
[SMALL_STATE(440)] = 12045,
[SMALL_STATE(441)] = 12052,
[SMALL_STATE(442)] = 12059,
[SMALL_STATE(443)] = 12066,
[SMALL_STATE(444)] = 12073,
[SMALL_STATE(445)] = 12080,
[SMALL_STATE(446)] = 12087,
[SMALL_STATE(447)] = 12094,
[SMALL_STATE(448)] = 12101,
[SMALL_STATE(449)] = 12108,
[SMALL_STATE(450)] = 12115,
[SMALL_STATE(451)] = 12122,
[SMALL_STATE(452)] = 12129,
[SMALL_STATE(453)] = 12136,
[SMALL_STATE(454)] = 12143,
[SMALL_STATE(455)] = 12150,
[SMALL_STATE(456)] = 12157,
[SMALL_STATE(457)] = 12164,
[SMALL_STATE(458)] = 12171,
[SMALL_STATE(459)] = 12178,
[SMALL_STATE(460)] = 12185,
[SMALL_STATE(461)] = 12192,
[SMALL_STATE(462)] = 12199,
[SMALL_STATE(463)] = 12206,
[SMALL_STATE(464)] = 12213,
[SMALL_STATE(465)] = 12220,
[SMALL_STATE(466)] = 12227,
[SMALL_STATE(467)] = 12234,
[SMALL_STATE(468)] = 12241,
[SMALL_STATE(469)] = 12248,
[SMALL_STATE(470)] = 12255,
[SMALL_STATE(471)] = 12262,
[SMALL_STATE(472)] = 12269,
[SMALL_STATE(473)] = 12276,
[SMALL_STATE(474)] = 12283,
[SMALL_STATE(475)] = 12290,
[SMALL_STATE(476)] = 12297,
[SMALL_STATE(477)] = 12304,
[SMALL_STATE(478)] = 12311,
[SMALL_STATE(479)] = 12318,
[SMALL_STATE(480)] = 12325,
[SMALL_STATE(481)] = 12332,
[SMALL_STATE(482)] = 12339,
[SMALL_STATE(483)] = 12346,
[SMALL_STATE(484)] = 12353,
[SMALL_STATE(485)] = 12360,
[SMALL_STATE(486)] = 12367,
[SMALL_STATE(487)] = 12374,
[SMALL_STATE(488)] = 12381,
[SMALL_STATE(489)] = 12388,
[SMALL_STATE(490)] = 12395,
[SMALL_STATE(491)] = 12402,
[SMALL_STATE(492)] = 12409,
[SMALL_STATE(493)] = 12416,
[SMALL_STATE(494)] = 12423,
[SMALL_STATE(495)] = 12430,
[SMALL_STATE(496)] = 12437,
[SMALL_STATE(497)] = 12444,
[SMALL_STATE(498)] = 12451,
[SMALL_STATE(499)] = 12458,
};
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_source_file, 0, 0, 0),
[7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465),
[9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436),
[21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[25] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__triple_quoted_string, 2, 0, 0),
[27] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__triple_quoted_string, 2, 0, 0),
[29] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_quoted_string, 2, 0, 0),
[31] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_quoted_string, 2, 0, 0),
[33] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__triple_quoted_string, 3, 0, 0),
[35] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__triple_quoted_string, 3, 0, 0),
[37] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_quoted_string, 3, 0, 0),
[39] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_quoted_string, 3, 0, 0),
[41] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__single_quoted_string, 3, 0, 0),
[43] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__single_quoted_string, 3, 0, 0),
[45] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__double_quoted_string, 2, 0, 0),
[47] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__double_quoted_string, 2, 0, 0),
[49] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 1, 0, 0),
[51] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 1, 0, 0),
[53] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0),
[55] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0),
[57] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_description_entry, 3, 0, 0),
[59] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 2),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192),
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196),
[75] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, 0, 2),
[77] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0),
[79] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0),
[81] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 0),
[83] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 0),
[85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0),
[87] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0),
[89] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0),
[91] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0),
[93] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3, 0, 0),
[95] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3, 0, 0),
[97] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[99] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379),
[113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380),
[115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352),
[117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 2, 0, 0),
[121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 2, 0, 0),
[123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_access, 3, 0, 0),
[125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_access, 3, 0, 0),
[127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 4, 0, 0),
[129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 4, 0, 0),
[131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_access, 4, 0, 0),
[133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_access, 4, 0, 0),
[135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 5, 0, 0),
[137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 5, 0, 0),
[139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372),
[165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375),
[167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350),
[169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366),
[181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367),
[183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344),
[185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_statement, 4, 0, 1),
[189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_set_statement, 4, 0, 1), SHIFT(76),
[192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_set_statement, 4, 0, 1),
[198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 4),
[200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_with_clause, 4, 0, 4), SHIFT(76),
[203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_set_clause, 4, 0, 1),
[205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_set_clause, 4, 0, 1), SHIFT(76),
[208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_available_when_clause, 3, 0, 0),
[210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346),
[212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
[216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
[218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418),
[220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(346),
[233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(63),
[236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(479),
[239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(480),
[242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(418),
[245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(372),
[248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(375),
[251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(350),
[254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0), SHIFT_REPEAT(86),
[257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat2, 2, 0, 0),
[259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340),
[277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54),
[281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56),
[283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57),
[285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192),
[287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_def, 6, 0, 0),
[289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_def, 6, 0, 0),
[295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284),
[297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
[303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0),
[311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(465),
[314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(456),
[317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(403),
[320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(469),
[323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(419),
[326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(439),
[329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(436),
[332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(451),
[335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(126),
[338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0),
[348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497),
[354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498),
[356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443),
[358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446),
[362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388),
[366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135),
[368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(37),
[376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(497),
[379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(498),
[382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(443),
[385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(444),
[388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(446),
[391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0), SHIFT_REPEAT(135),
[394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_reasoning_action_repeat1, 2, 0, 0),
[396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449),
[400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
[402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442),
[410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0), SHIFT_REPEAT(495),
[430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0), SHIFT_REPEAT(425),
[433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0), SHIFT_REPEAT(426),
[436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0), SHIFT_REPEAT(427),
[439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0), SHIFT_REPEAT(428),
[442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0), SHIFT_REPEAT(164),
[445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_topic_block_repeat1, 2, 0, 0),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495),
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426),
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427),
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428),
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0), SHIFT_REPEAT(495),
[479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0), SHIFT_REPEAT(425),
[482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0), SHIFT_REPEAT(426),
[485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0), SHIFT_REPEAT(427),
[488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0), SHIFT_REPEAT(428),
[491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0), SHIFT_REPEAT(169),
[494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_start_agent_block_repeat1, 2, 0, 0),
[496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction_text_with_interpolation, 1, 0, 0),
[498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction_text_with_interpolation, 1, 0, 0),
[500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instruction_text_with_interpolation_repeat1, 2, 0, 0),
[506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_instruction_text_with_interpolation_repeat1, 2, 0, 0),
[508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instruction_text_with_interpolation_repeat1, 2, 0, 0), SHIFT_REPEAT(48),
[511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instruction_text_with_interpolation_repeat1, 2, 0, 0), SHIFT_REPEAT(171),
[514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453),
[516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453),
[518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496),
[520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_action_def_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_action_def_repeat1, 2, 0, 0), SHIFT_REPEAT(420),
[526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_action_def_repeat1, 2, 0, 0), SHIFT_REPEAT(421),
[529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_action_def_repeat1, 2, 0, 0), SHIFT_REPEAT(422),
[532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_action_def_repeat1, 2, 0, 0), SHIFT_REPEAT(423),
[535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_action_def_repeat1, 2, 0, 0), SHIFT_REPEAT(173),
[538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_action_def_repeat1, 2, 0, 0),
[540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272),
[542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272),
[544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438),
[546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423),
[554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interpolation, 3, 0, 0),
[564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interpolation, 3, 0, 0),
[566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_instruction, 5, 0, 0),
[568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424),
[570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_instruction, 5, 0, 0),
[572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487),
[574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_instruction_line, 2, 0, 0),
[578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_instruction_line, 2, 0, 0),
[580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat3, 2, 0, 0), SHIFT_REPEAT(487),
[585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_instructions_block_repeat3, 2, 0, 0), SHIFT_REPEAT(372),
[588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat3, 2, 0, 0), SHIFT_REPEAT(375),
[591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat3, 2, 0, 0), SHIFT_REPEAT(350),
[594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat3, 2, 0, 0), SHIFT_REPEAT(183),
[597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat3, 2, 0, 0),
[599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_modifier, 1, 0, 0),
[601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_modifier, 1, 0, 0),
[603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_instruction, 6, 0, 0),
[605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_instruction, 6, 0, 0),
[607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334),
[611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inputs_block_repeat1, 2, 0, 0), SHIFT_REPEAT(455),
[614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_inputs_block_repeat1, 2, 0, 0), SHIFT_REPEAT(379),
[617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inputs_block_repeat1, 2, 0, 0), SHIFT_REPEAT(380),
[620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inputs_block_repeat1, 2, 0, 0), SHIFT_REPEAT(352),
[623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inputs_block_repeat1, 2, 0, 0), SHIFT_REPEAT(187),
[626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inputs_block_repeat1, 2, 0, 0),
[628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455),
[630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191),
[632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241),
[638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_operator, 1, 0, 0),
[646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197),
[648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_operator, 1, 0, 0),
[650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413),
[654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317),
[658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323),
[662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_param_def_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_param_def_repeat1, 2, 0, 0), SHIFT_REPEAT(411),
[668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_param_def_repeat1, 2, 0, 0), SHIFT_REPEAT(413),
[671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_param_def_repeat1, 2, 0, 0), SHIFT_REPEAT(195),
[674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_param_def_repeat1, 2, 0, 0),
[676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison_operator, 1, 0, 0),
[678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison_operator, 1, 0, 0),
[680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_identity_operator, 2, 0, 0),
[682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_identity_operator, 2, 0, 0),
[684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 2, 0, 0),
[686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 2, 0, 0),
[688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300),
[690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_instruction, 1, 0, 0),
[692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_instruction, 1, 0, 0),
[694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_instruction, 7, 0, 0),
[696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_instruction, 7, 0, 0),
[698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_instruction_line, 1, 0, 0),
[700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_instruction_line, 1, 0, 0),
[702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_instruction, 4, 0, 0),
[704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_instruction, 4, 0, 0),
[706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_instruction, 5, 0, 0),
[708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_instruction, 5, 0, 0),
[710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_instruction, 3, 0, 0),
[712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_transition_instruction, 3, 0, 0),
[714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_instruction_line, 3, 0, 0),
[716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_instruction_line, 3, 0, 0),
[718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 4, 0, 0),
[720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 4, 0, 0),
[722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction_continuation, 3, 0, 0),
[724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction_continuation, 3, 0, 0),
[726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_statement, 5, 0, 0),
[728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_run_statement, 5, 0, 0),
[730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_knowledge_block, 4, 0, 0),
[732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_clause, 2, 0, 6),
[734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295),
[736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45),
[738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339),
[742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_outputs_block, 4, 0, 0),
[744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435),
[746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235),
[748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action_entry, 3, 0, 0),
[752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inputs_block, 5, 0, 0),
[754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_outputs_block, 5, 0, 0),
[758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285),
[760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_block, 4, 0, 0),
[762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_topic_block, 6, 0, 0),
[764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217),
[766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263),
[768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278),
[772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_connection_block_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_connection_block_repeat1, 2, 0, 0), SHIFT_REPEAT(435),
[778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_connection_block_repeat1, 2, 0, 0), SHIFT_REPEAT(224),
[781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_connection_block_repeat1, 2, 0, 0),
[783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_block, 5, 0, 0),
[785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_block, 4, 0, 0),
[787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_start_agent_block, 6, 0, 0),
[789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action_entry, 1, 0, 0),
[791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486),
[795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_system_block, 5, 0, 0),
[799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_start_agent_block, 5, 0, 0),
[801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_topic_block, 5, 0, 0),
[803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_block, 5, 0, 0),
[809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224),
[811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_block, 5, 0, 0),
[815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_knowledge_block, 5, 0, 0),
[817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variables_block, 4, 0, 0),
[819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_block, 6, 0, 0),
[821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355),
[825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inputs_block, 4, 0, 0),
[827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_before_reasoning_block_repeat1, 2, 0, 0), SHIFT_REPEAT(45),
[830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_before_reasoning_block_repeat1, 2, 0, 0), SHIFT_REPEAT(480),
[833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_before_reasoning_block_repeat1, 2, 0, 0), SHIFT_REPEAT(418),
[836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_before_reasoning_block_repeat1, 2, 0, 0), SHIFT_REPEAT(242),
[839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_before_reasoning_block_repeat1, 2, 0, 0),
[841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291),
[843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_system_block, 4, 0, 0),
[845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variables_block, 5, 0, 0),
[847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_config_block_repeat1, 2, 0, 0), SHIFT_REPEAT(410),
[850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_config_block_repeat1, 2, 0, 0), SHIFT_REPEAT(246),
[853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_config_block_repeat1, 2, 0, 0),
[855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 5, 0, 7),
[863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_clause, 5, 0, 6),
[865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_action_entry, 1, 0, 0),
[867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208),
[871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_entry, 3, 0, 0),
[881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instruction_continuation_repeat1, 2, 0, 0), SHIFT_REPEAT(254),
[884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instruction_continuation_repeat1, 2, 0, 0),
[886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instruction_continuation_repeat1, 2, 0, 0), SHIFT_REPEAT(36),
[889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instruction_continuation_repeat1, 2, 0, 0), SHIFT_REPEAT(320),
[892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_clause, 6, 0, 7),
[894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_entry, 1, 0, 0),
[896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_transition_clause, 3, 0, 0),
[898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_run_clause, 4, 0, 6),
[900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_before_reasoning_block, 5, 0, 0),
[902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_def_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_def_repeat1, 2, 0, 0), SHIFT_REPEAT(409),
[908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_def_repeat1, 2, 0, 0), SHIFT_REPEAT(414),
[911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_def_repeat1, 2, 0, 0), SHIFT_REPEAT(261),
[914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_def_repeat1, 2, 0, 0),
[916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_system_block_repeat1, 2, 0, 0), SHIFT_REPEAT(448),
[919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_system_block_repeat1, 2, 0, 0), SHIFT_REPEAT(499),
[922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_system_block_repeat1, 2, 0, 0), SHIFT_REPEAT(262),
[925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_system_block_repeat1, 2, 0, 0),
[927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_before_reasoning_block, 4, 0, 0),
[929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_start_agent_entry, 1, 0, 0),
[931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actions_block, 5, 0, 0),
[933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_topic_entry, 1, 0, 0),
[937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_block, 4, 0, 0),
[939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448),
[941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499),
[943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414),
[951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396),
[955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262),
[957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230),
[959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0),
[961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0),
[963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274),
[965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283),
[967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260),
[969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_block, 5, 0, 0),
[971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_block_repeat1, 2, 0, 0), SHIFT_REPEAT(460),
[974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_block_repeat1, 2, 0, 0), SHIFT_REPEAT(499),
[977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_block_repeat1, 2, 0, 0), SHIFT_REPEAT(276),
[980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_reasoning_block_repeat1, 2, 0, 0),
[982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331),
[984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_after_reasoning_block, 4, 0, 0),
[986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actions_block, 4, 0, 0),
[988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
[990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389),
[992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460),
[994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275),
[998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391),
[1000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[1002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393),
[1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_after_reasoning_block, 5, 0, 0),
[1006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281),
[1008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_type, 4, 0, 0),
[1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list_type, 4, 0, 0),
[1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 0),
[1016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_entry, 3, 0, 0),
[1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 0),
[1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction_line, 2, 0, 0),
[1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction_line, 2, 0, 0),
[1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_def, 3, 0, 5),
[1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_def, 3, 0, 5),
[1030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193),
[1032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[1034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[1036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[1038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258),
[1040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313),
[1042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[1044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468),
[1046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301),
[1048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[1050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305),
[1052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308),
[1056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[1058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
[1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311),
[1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237),
[1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction_line, 1, 0, 0),
[1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instruction_line, 1, 0, 0),
[1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_connection_entry, 1, 0, 0),
[1072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_language_block_repeat1, 2, 0, 0), SHIFT_REPEAT(468),
[1075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_language_block_repeat1, 2, 0, 0), SHIFT_REPEAT(308),
[1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_language_block_repeat1, 2, 0, 0),
[1080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_knowledge_block_repeat1, 2, 0, 0), SHIFT_REPEAT(471),
[1083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_knowledge_block_repeat1, 2, 0, 0), SHIFT_REPEAT(472),
[1086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_knowledge_block_repeat1, 2, 0, 0), SHIFT_REPEAT(311),
[1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_knowledge_block_repeat1, 2, 0, 0),
[1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_config_entry, 3, 0, 0),
[1093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(416),
[1096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(417),
[1099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_run_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(313),
[1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_run_clause_repeat1, 2, 0, 0),
[1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[1106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[1108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instruction_text_with_interpolation_repeat1, 2, 0, 0), SHIFT_REPEAT(36),
[1111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instruction_text_with_interpolation_repeat1, 2, 0, 0), SHIFT_REPEAT(316),
[1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_def, 5, 0, 5),
[1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_def, 5, 0, 5),
[1118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_messages_block_repeat1, 2, 0, 0), SHIFT_REPEAT(464),
[1121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_messages_block_repeat1, 2, 0, 0), SHIFT_REPEAT(318),
[1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_messages_block_repeat1, 2, 0, 0),
[1126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407),
[1128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364),
[1130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_instruction_text_with_interpolation, 1, 0, 0), SHIFT(36),
[1133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_instruction_text_with_interpolation, 1, 0, 0), SHIFT(316),
[1136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464),
[1138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[1140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[1142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[1144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param_def, 6, 0, 5),
[1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_param_def, 6, 0, 5),
[1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instructions_block, 3, 0, 0),
[1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actions_block_repeat1, 2, 0, 0), SHIFT_REPEAT(447),
[1155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actions_block_repeat1, 2, 0, 0), SHIFT_REPEAT(326),
[1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actions_block_repeat1, 2, 0, 0),
[1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__triple_quoted_string_repeat1, 2, 0, 0),
[1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__triple_quoted_string_repeat1, 2, 0, 0), SHIFT_REPEAT(327),
[1165] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[1167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_def, 4, 0, 0),
[1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[1171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[1173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 0),
[1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[1177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356),
[1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361),
[1181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_entry, 3, 0, 0),
[1183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447),
[1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326),
[1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[1189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_directive_statement, 1, 0, 0),
[1191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instructions_block, 4, 0, 0),
[1193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_actions_block_repeat1, 2, 0, 0), SHIFT_REPEAT(431),
[1196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_reasoning_actions_block_repeat1, 2, 0, 0), SHIFT_REPEAT(335),
[1199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_reasoning_actions_block_repeat1, 2, 0, 0),
[1201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variables_block_repeat1, 2, 0, 0), SHIFT_REPEAT(445),
[1204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variables_block_repeat1, 2, 0, 0), SHIFT_REPEAT(336),
[1207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variables_block_repeat1, 2, 0, 0),
[1209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_entry, 1, 0, 0),
[1211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_language_entry, 3, 0, 0),
[1213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 5, 0, 0),
[1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instructions_block, 5, 0, 0),
[1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343),
[1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4),
[1223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327),
[1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[1227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139),
[1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345),
[1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332),
[1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[1239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instructions_block, 6, 0, 0),
[1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445),
[1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336),
[1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2),
[1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342),
[1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(120),
[1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353),
[1259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(123),
[1261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat1, 2, 0, 0), SHIFT_REPEAT(395),
[1264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat1, 2, 0, 0), SHIFT_REPEAT(354),
[1267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_instructions_block_repeat1, 2, 0, 0),
[1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 4, 0, 0),
[1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335),
[1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370),
[1275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instruction_continuation_line, 1, 0, 0),
[1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_action, 3, 0, 3),
[1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133),
[1281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__double_quoted_string_repeat1, 2, 0, 0),
[1283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__double_quoted_string_repeat1, 2, 0, 0), SHIFT_REPEAT(359),
[1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_system_entry, 1, 0, 0),
[1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_actions_block, 4, 0, 0),
[1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_messages_block, 4, 0, 0),
[1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_entry, 1, 0, 0),
[1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_target, 1, 0, 0),
[1296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6),
[1298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376),
[1300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137),
[1302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369),
[1304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138),
[1306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(384),
[1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_knowledge_entry, 3, 0, 0),
[1310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[1312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359),
[1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_actions_block, 5, 0, 0),
[1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_target, 3, 0, 0),
[1318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7),
[1320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373),
[1322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5),
[1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_message_entry, 3, 0, 0),
[1326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3),
[1328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365),
[1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__single_quoted_string_repeat1, 2, 0, 0),
[1332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__single_quoted_string_repeat1, 2, 0, 0), SHIFT_REPEAT(376),
[1335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_knowledge_entry, 1, 0, 0),
[1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_messages_block, 5, 0, 0),
[1339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118),
[1341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381),
[1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(119),
[1345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382),
[1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121),
[1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122),
[1351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141),
[1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action_def, 5, 0, 0),
[1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491),
[1359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_action, 5, 0, 3),
[1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_def, 7, 0, 0),
[1365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_list_repeat1, 2, 0, 0), SHIFT_REPEAT(69),
[1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_def, 9, 0, 0),
[1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_def, 8, 0, 0),
[1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action_def, 4, 0, 0),
[1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_plain_instruction_line, 1, 0, 0),
[1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reasoning_action, 6, 0, 3),
[1378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[1380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
[1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287),
[1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[1390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[1392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462),
[1394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[1396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277),
[1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303),
[1400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322),
[1404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392),
[1406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
[1412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[1414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433),
[1418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314),
[1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
[1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
[1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
[1426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437),
[1428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488),
[1430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492),
[1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493),
[1434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494),
[1436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478),
[1438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
[1440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[1442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406),
[1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[1448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
[1450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454),
[1452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[1454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[1456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[1458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[1460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[1462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[1464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[1466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[1468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[1470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467),
[1472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461),
[1474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[1476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[1478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330),
[1480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459),
[1482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463),
[1484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[1486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[1488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440),
[1490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[1492] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315),
[1496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450),
[1498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[1500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[1502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[1504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
[1506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402),
[1508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[1510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307),
[1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429),
[1514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309),
[1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310),
[1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432),
[1536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[1538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189),
[1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[1542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188),
[1544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341),
[1546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[1550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[1552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[1554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[1556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466),
[1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286),
[1560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[1562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[1564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483),
[1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[1568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489),
[1570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490),
[1572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
};
enum ts_external_scanner_symbol_identifiers {
ts_external_token__newline = 0,
ts_external_token__indent = 1,
ts_external_token__dedent = 2,
ts_external_token_interpolation_start = 3,
ts_external_token_instruction_text_segment = 4,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token__newline] = sym__newline,
[ts_external_token__indent] = sym__indent,
[ts_external_token__dedent] = sym__dedent,
[ts_external_token_interpolation_start] = sym_interpolation_start,
[ts_external_token_instruction_text_segment] = sym_instruction_text_segment,
};
static const bool ts_external_scanner_states[10][EXTERNAL_TOKEN_COUNT] = {
[1] = {
[ts_external_token__newline] = true,
[ts_external_token__indent] = true,
[ts_external_token__dedent] = true,
[ts_external_token_interpolation_start] = true,
[ts_external_token_instruction_text_segment] = true,
},
[2] = {
[ts_external_token__newline] = true,
},
[3] = {
[ts_external_token__newline] = true,
[ts_external_token__dedent] = true,
},
[4] = {
[ts_external_token__newline] = true,
[ts_external_token__indent] = true,
[ts_external_token__dedent] = true,
},
[5] = {
[ts_external_token__indent] = true,
},
[6] = {
[ts_external_token__newline] = true,
[ts_external_token__dedent] = true,
[ts_external_token_interpolation_start] = true,
[ts_external_token_instruction_text_segment] = true,
},
[7] = {
[ts_external_token__newline] = true,
[ts_external_token_interpolation_start] = true,
[ts_external_token_instruction_text_segment] = true,
},
[8] = {
[ts_external_token_interpolation_start] = true,
[ts_external_token_instruction_text_segment] = true,
},
[9] = {
[ts_external_token__dedent] = true,
},
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_agentscript_external_scanner_create(void);
void tree_sitter_agentscript_external_scanner_destroy(void *);
bool tree_sitter_agentscript_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_agentscript_external_scanner_serialize(void *, char *);
void tree_sitter_agentscript_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_agentscript(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.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_agentscript_external_scanner_create,
tree_sitter_agentscript_external_scanner_destroy,
tree_sitter_agentscript_external_scanner_scan,
tree_sitter_agentscript_external_scanner_serialize,
tree_sitter_agentscript_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
.name = "agentscript",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 1,
.patch_version = 0,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif