diff --git a/grammar.js b/grammar.js index 3062765..d3d6c7f 100644 --- a/grammar.js +++ b/grammar.js @@ -58,11 +58,17 @@ module.exports = grammar({ $.comparison, $.block, optional( - seq( - choice( - $.else_insensitive, + repeat( + seq( $.elseif_insensitive, + $.comparison, + $.block, ), + ), + ), + optional( + seq( + $.else_insensitive, $.block, ), ), diff --git a/package.json b/package.json index 1c68cfd..1a32407 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-zanscript", - "version": "2.0.0", + "version": "3.0.0", "description": "Zanscript grammar for tree-sitter", "main": "index.js", "types": "bindings/node", diff --git a/src/grammar.json b/src/grammar.json index 45b3a96..cbece0b 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -139,6 +139,34 @@ "type": "SYMBOL", "name": "block" }, + { + "type": "CHOICE", + "members": [ + { + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "elseif_insensitive" + }, + { + "type": "SYMBOL", + "name": "comparison" + }, + { + "type": "SYMBOL", + "name": "block" + } + ] + } + }, + { + "type": "BLANK" + } + ] + }, { "type": "CHOICE", "members": [ @@ -146,17 +174,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "else_insensitive" - }, - { - "type": "SYMBOL", - "name": "elseif_insensitive" - } - ] + "type": "SYMBOL", + "name": "else_insensitive" }, { "type": "SYMBOL", diff --git a/src/parser.c b/src/parser.c index 77cc71e..1d5a4ea 100644 --- a/src/parser.c +++ b/src/parser.c @@ -5,9 +5,9 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 95 -#define LARGE_STATE_COUNT 47 -#define SYMBOL_COUNT 1357 +#define STATE_COUNT 104 +#define LARGE_STATE_COUNT 53 +#define SYMBOL_COUNT 1358 #define ALIAS_COUNT 0 #define TOKEN_COUNT 1318 #define EXTERNAL_TOKEN_COUNT 0 @@ -1369,9 +1369,10 @@ enum ts_symbol_identifiers { sym_invoke_insensitive = 1351, sym_select_insensitive = 1352, aux_sym_translation_unit_repeat1 = 1353, - aux_sym_block_repeat1 = 1354, - aux_sym_function_repeat1 = 1355, - aux_sym__expression_repeat1 = 1356, + aux_sym_branch_repeat1 = 1354, + aux_sym_block_repeat1 = 1355, + aux_sym_function_repeat1 = 1356, + aux_sym__expression_repeat1 = 1357, }; static const char * const ts_symbol_names[] = { @@ -2729,6 +2730,7 @@ static const char * const ts_symbol_names[] = { [sym_invoke_insensitive] = "invoke_insensitive", [sym_select_insensitive] = "select_insensitive", [aux_sym_translation_unit_repeat1] = "translation_unit_repeat1", + [aux_sym_branch_repeat1] = "branch_repeat1", [aux_sym_block_repeat1] = "block_repeat1", [aux_sym_function_repeat1] = "function_repeat1", [aux_sym__expression_repeat1] = "_expression_repeat1", @@ -4089,6 +4091,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_invoke_insensitive] = sym_invoke_insensitive, [sym_select_insensitive] = sym_select_insensitive, [aux_sym_translation_unit_repeat1] = aux_sym_translation_unit_repeat1, + [aux_sym_branch_repeat1] = aux_sym_branch_repeat1, [aux_sym_block_repeat1] = aux_sym_block_repeat1, [aux_sym_function_repeat1] = aux_sym_function_repeat1, [aux_sym__expression_repeat1] = aux_sym__expression_repeat1, @@ -9511,6 +9514,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_branch_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_block_repeat1] = { .visible = false, .named = false, @@ -9671,6 +9678,15 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [92] = 92, [93] = 93, [94] = 94, + [95] = 95, + [96] = 96, + [97] = 97, + [98] = 98, + [99] = 99, + [100] = 100, + [101] = 101, + [102] = 102, + [103] = 103, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -18754,30 +18770,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [68] = {.lex_state = 0}, [69] = {.lex_state = 0}, [70] = {.lex_state = 0}, - [71] = {.lex_state = 1}, + [71] = {.lex_state = 0}, [72] = {.lex_state = 0}, [73] = {.lex_state = 0}, [74] = {.lex_state = 0}, [75] = {.lex_state = 0}, - [76] = {.lex_state = 0}, - [77] = {.lex_state = 0}, + [76] = {.lex_state = 1}, + [77] = {.lex_state = 1}, [78] = {.lex_state = 0}, - [79] = {.lex_state = 18}, + [79] = {.lex_state = 1}, [80] = {.lex_state = 0}, [81] = {.lex_state = 0}, - [82] = {.lex_state = 0}, + [82] = {.lex_state = 18}, [83] = {.lex_state = 0}, [84] = {.lex_state = 0}, [85] = {.lex_state = 0}, [86] = {.lex_state = 0}, [87] = {.lex_state = 0}, [88] = {.lex_state = 0}, - [89] = {.lex_state = 1}, + [89] = {.lex_state = 0}, [90] = {.lex_state = 0}, [91] = {.lex_state = 0}, [92] = {.lex_state = 0}, - [93] = {.lex_state = 1}, - [94] = {(TSStateId)(-1)}, + [93] = {.lex_state = 0}, + [94] = {.lex_state = 0}, + [95] = {.lex_state = 0}, + [96] = {.lex_state = 0}, + [97] = {.lex_state = 0}, + [98] = {.lex_state = 0}, + [99] = {.lex_state = 0}, + [100] = {.lex_state = 0}, + [101] = {.lex_state = 0}, + [102] = {.lex_state = 0}, + [103] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -20101,33 +20126,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECT] = ACTIONS(1), }, [1] = { - [sym_translation_unit] = STATE(75), - [sym__top_level_item] = STATE(36), + [sym_translation_unit] = STATE(102), + [sym__top_level_item] = STATE(38), [sym__directive] = STATE(34), - [sym_define] = STATE(33), - [sym_include] = STATE(33), + [sym_define] = STATE(36), + [sym_include] = STATE(36), [sym__command] = STATE(34), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), [sym__statement] = STATE(34), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), [sym_comment] = STATE(1), - [sym_define_insensitive] = STATE(93), - [sym_include_insensitive] = STATE(69), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_translation_unit_repeat1] = STATE(30), + [sym_define_insensitive] = STATE(77), + [sym_include_insensitive] = STATE(80), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_translation_unit_repeat1] = STATE(33), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [anon_sym_POUND] = ACTIONS(3), @@ -22127,7 +22152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [3] = { [sym_comment] = STATE(3), - [aux_sym__expression_repeat1] = STATE(4), + [aux_sym__expression_repeat1] = STATE(3), [ts_builtin_sym_end] = ACTIONS(31), [sym_identifier] = ACTIONS(33), [anon_sym_PLUS] = ACTIONS(35), @@ -23440,3937 +23465,3937 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [4] = { [sym_comment] = STATE(4), [aux_sym__expression_repeat1] = STATE(5), - [ts_builtin_sym_end] = ACTIONS(37), - [sym_identifier] = ACTIONS(39), - [anon_sym_PLUS] = ACTIONS(35), - [anon_sym_DASH] = ACTIONS(35), - [anon_sym_STAR] = ACTIONS(35), - [anon_sym_SLASH] = ACTIONS(35), + [ts_builtin_sym_end] = ACTIONS(38), + [sym_identifier] = ACTIONS(40), + [anon_sym_PLUS] = ACTIONS(42), + [anon_sym_DASH] = ACTIONS(42), + [anon_sym_STAR] = ACTIONS(42), + [anon_sym_SLASH] = ACTIONS(42), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(37), - [anon_sym_define] = ACTIONS(39), - [anon_sym_definE] = ACTIONS(39), - [anon_sym_defiNe] = ACTIONS(39), - [anon_sym_defiNE] = ACTIONS(39), - [anon_sym_defIne] = ACTIONS(39), - [anon_sym_defInE] = ACTIONS(39), - [anon_sym_defINe] = ACTIONS(39), - [anon_sym_defINE] = ACTIONS(39), - [anon_sym_deFine] = ACTIONS(39), - [anon_sym_deFinE] = ACTIONS(39), - [anon_sym_deFiNe] = ACTIONS(39), - [anon_sym_deFiNE] = ACTIONS(39), - [anon_sym_deFIne] = ACTIONS(39), - [anon_sym_deFInE] = ACTIONS(39), - [anon_sym_deFINe] = ACTIONS(39), - [anon_sym_deFINE] = ACTIONS(39), - [anon_sym_dEfine] = ACTIONS(39), - [anon_sym_dEfinE] = ACTIONS(39), - [anon_sym_dEfiNe] = ACTIONS(39), - [anon_sym_dEfiNE] = ACTIONS(39), - [anon_sym_dEfIne] = ACTIONS(39), - [anon_sym_dEfInE] = ACTIONS(39), - [anon_sym_dEfINe] = ACTIONS(39), - [anon_sym_dEfINE] = ACTIONS(39), - [anon_sym_dEFine] = ACTIONS(39), - [anon_sym_dEFinE] = ACTIONS(39), - [anon_sym_dEFiNe] = ACTIONS(39), - [anon_sym_dEFiNE] = ACTIONS(39), - [anon_sym_dEFIne] = ACTIONS(39), - [anon_sym_dEFInE] = ACTIONS(39), - [anon_sym_dEFINe] = ACTIONS(39), - [anon_sym_dEFINE] = ACTIONS(39), - [anon_sym_Define] = ACTIONS(39), - [anon_sym_DefinE] = ACTIONS(39), - [anon_sym_DefiNe] = ACTIONS(39), - [anon_sym_DefiNE] = ACTIONS(39), - [anon_sym_DefIne] = ACTIONS(39), - [anon_sym_DefInE] = ACTIONS(39), - [anon_sym_DefINe] = ACTIONS(39), - [anon_sym_DefINE] = ACTIONS(39), - [anon_sym_DeFine] = ACTIONS(39), - [anon_sym_DeFinE] = ACTIONS(39), - [anon_sym_DeFiNe] = ACTIONS(39), - [anon_sym_DeFiNE] = ACTIONS(39), - [anon_sym_DeFIne] = ACTIONS(39), - [anon_sym_DeFInE] = ACTIONS(39), - [anon_sym_DeFINe] = ACTIONS(39), - [anon_sym_DeFINE] = ACTIONS(39), - [anon_sym_DEfine] = ACTIONS(39), - [anon_sym_DEfinE] = ACTIONS(39), - [anon_sym_DEfiNe] = ACTIONS(39), - [anon_sym_DEfiNE] = ACTIONS(39), - [anon_sym_DEfIne] = ACTIONS(39), - [anon_sym_DEfInE] = ACTIONS(39), - [anon_sym_DEfINe] = ACTIONS(39), - [anon_sym_DEfINE] = ACTIONS(39), - [anon_sym_DEFine] = ACTIONS(39), - [anon_sym_DEFinE] = ACTIONS(39), - [anon_sym_DEFiNe] = ACTIONS(39), - [anon_sym_DEFiNE] = ACTIONS(39), - [anon_sym_DEFIne] = ACTIONS(39), - [anon_sym_DEFInE] = ACTIONS(39), - [anon_sym_DEFINe] = ACTIONS(39), - [anon_sym_DEFINE] = ACTIONS(39), - [anon_sym_include] = ACTIONS(39), - [anon_sym_includE] = ACTIONS(39), - [anon_sym_incluDe] = ACTIONS(39), - [anon_sym_incluDE] = ACTIONS(39), - [anon_sym_inclUde] = ACTIONS(39), - [anon_sym_inclUdE] = ACTIONS(39), - [anon_sym_inclUDe] = ACTIONS(39), - [anon_sym_inclUDE] = ACTIONS(39), - [anon_sym_incLude] = ACTIONS(39), - [anon_sym_incLudE] = ACTIONS(39), - [anon_sym_incLuDe] = ACTIONS(39), - [anon_sym_incLuDE] = ACTIONS(39), - [anon_sym_incLUde] = ACTIONS(39), - [anon_sym_incLUdE] = ACTIONS(39), - [anon_sym_incLUDe] = ACTIONS(39), - [anon_sym_incLUDE] = ACTIONS(39), - [anon_sym_inClude] = ACTIONS(39), - [anon_sym_inCludE] = ACTIONS(39), - [anon_sym_inCluDe] = ACTIONS(39), - [anon_sym_inCluDE] = ACTIONS(39), - [anon_sym_inClUde] = ACTIONS(39), - [anon_sym_inClUdE] = ACTIONS(39), - [anon_sym_inClUDe] = ACTIONS(39), - [anon_sym_inClUDE] = ACTIONS(39), - [anon_sym_inCLude] = ACTIONS(39), - [anon_sym_inCLudE] = ACTIONS(39), - [anon_sym_inCLuDe] = ACTIONS(39), - [anon_sym_inCLuDE] = ACTIONS(39), - [anon_sym_inCLUde] = ACTIONS(39), - [anon_sym_inCLUdE] = ACTIONS(39), - [anon_sym_inCLUDe] = ACTIONS(39), - [anon_sym_inCLUDE] = ACTIONS(39), - [anon_sym_iNclude] = ACTIONS(39), - [anon_sym_iNcludE] = ACTIONS(39), - [anon_sym_iNcluDe] = ACTIONS(39), - [anon_sym_iNcluDE] = ACTIONS(39), - [anon_sym_iNclUde] = ACTIONS(39), - [anon_sym_iNclUdE] = ACTIONS(39), - [anon_sym_iNclUDe] = ACTIONS(39), - [anon_sym_iNclUDE] = ACTIONS(39), - [anon_sym_iNcLude] = ACTIONS(39), - [anon_sym_iNcLudE] = ACTIONS(39), - [anon_sym_iNcLuDe] = ACTIONS(39), - [anon_sym_iNcLuDE] = ACTIONS(39), - [anon_sym_iNcLUde] = ACTIONS(39), - [anon_sym_iNcLUdE] = ACTIONS(39), - [anon_sym_iNcLUDe] = ACTIONS(39), - [anon_sym_iNcLUDE] = ACTIONS(39), - [anon_sym_iNClude] = ACTIONS(39), - [anon_sym_iNCludE] = ACTIONS(39), - [anon_sym_iNCluDe] = ACTIONS(39), - [anon_sym_iNCluDE] = ACTIONS(39), - [anon_sym_iNClUde] = ACTIONS(39), - [anon_sym_iNClUdE] = ACTIONS(39), - [anon_sym_iNClUDe] = ACTIONS(39), - [anon_sym_iNClUDE] = ACTIONS(39), - [anon_sym_iNCLude] = ACTIONS(39), - [anon_sym_iNCLudE] = ACTIONS(39), - [anon_sym_iNCLuDe] = ACTIONS(39), - [anon_sym_iNCLuDE] = ACTIONS(39), - [anon_sym_iNCLUde] = ACTIONS(39), - [anon_sym_iNCLUdE] = ACTIONS(39), - [anon_sym_iNCLUDe] = ACTIONS(39), - [anon_sym_iNCLUDE] = ACTIONS(39), - [anon_sym_Include] = ACTIONS(39), - [anon_sym_IncludE] = ACTIONS(39), - [anon_sym_IncluDe] = ACTIONS(39), - [anon_sym_IncluDE] = ACTIONS(39), - [anon_sym_InclUde] = ACTIONS(39), - [anon_sym_InclUdE] = ACTIONS(39), - [anon_sym_InclUDe] = ACTIONS(39), - [anon_sym_InclUDE] = ACTIONS(39), - [anon_sym_IncLude] = ACTIONS(39), - [anon_sym_IncLudE] = ACTIONS(39), - [anon_sym_IncLuDe] = ACTIONS(39), - [anon_sym_IncLuDE] = ACTIONS(39), - [anon_sym_IncLUde] = ACTIONS(39), - [anon_sym_IncLUdE] = ACTIONS(39), - [anon_sym_IncLUDe] = ACTIONS(39), - [anon_sym_IncLUDE] = ACTIONS(39), - [anon_sym_InClude] = ACTIONS(39), - [anon_sym_InCludE] = ACTIONS(39), - [anon_sym_InCluDe] = ACTIONS(39), - [anon_sym_InCluDE] = ACTIONS(39), - [anon_sym_InClUde] = ACTIONS(39), - [anon_sym_InClUdE] = ACTIONS(39), - [anon_sym_InClUDe] = ACTIONS(39), - [anon_sym_InClUDE] = ACTIONS(39), - [anon_sym_InCLude] = ACTIONS(39), - [anon_sym_InCLudE] = ACTIONS(39), - [anon_sym_InCLuDe] = ACTIONS(39), - [anon_sym_InCLuDE] = ACTIONS(39), - [anon_sym_InCLUde] = ACTIONS(39), - [anon_sym_InCLUdE] = ACTIONS(39), - [anon_sym_InCLUDe] = ACTIONS(39), - [anon_sym_InCLUDE] = ACTIONS(39), - [anon_sym_INclude] = ACTIONS(39), - [anon_sym_INcludE] = ACTIONS(39), - [anon_sym_INcluDe] = ACTIONS(39), - [anon_sym_INcluDE] = ACTIONS(39), - [anon_sym_INclUde] = ACTIONS(39), - [anon_sym_INclUdE] = ACTIONS(39), - [anon_sym_INclUDe] = ACTIONS(39), - [anon_sym_INclUDE] = ACTIONS(39), - [anon_sym_INcLude] = ACTIONS(39), - [anon_sym_INcLudE] = ACTIONS(39), - [anon_sym_INcLuDe] = ACTIONS(39), - [anon_sym_INcLuDE] = ACTIONS(39), - [anon_sym_INcLUde] = ACTIONS(39), - [anon_sym_INcLUdE] = ACTIONS(39), - [anon_sym_INcLUDe] = ACTIONS(39), - [anon_sym_INcLUDE] = ACTIONS(39), - [anon_sym_INClude] = ACTIONS(39), - [anon_sym_INCludE] = ACTIONS(39), - [anon_sym_INCluDe] = ACTIONS(39), - [anon_sym_INCluDE] = ACTIONS(39), - [anon_sym_INClUde] = ACTIONS(39), - [anon_sym_INClUdE] = ACTIONS(39), - [anon_sym_INClUDe] = ACTIONS(39), - [anon_sym_INClUDE] = ACTIONS(39), - [anon_sym_INCLude] = ACTIONS(39), - [anon_sym_INCLudE] = ACTIONS(39), - [anon_sym_INCLuDe] = ACTIONS(39), - [anon_sym_INCLuDE] = ACTIONS(39), - [anon_sym_INCLUde] = ACTIONS(39), - [anon_sym_INCLUdE] = ACTIONS(39), - [anon_sym_INCLUDe] = ACTIONS(39), - [anon_sym_INCLUDE] = ACTIONS(39), - [anon_sym_action] = ACTIONS(39), - [anon_sym_actioN] = ACTIONS(39), - [anon_sym_actiOn] = ACTIONS(39), - [anon_sym_actiON] = ACTIONS(39), - [anon_sym_actIon] = ACTIONS(39), - [anon_sym_actIoN] = ACTIONS(39), - [anon_sym_actIOn] = ACTIONS(39), - [anon_sym_actION] = ACTIONS(39), - [anon_sym_acTion] = ACTIONS(39), - [anon_sym_acTioN] = ACTIONS(39), - [anon_sym_acTiOn] = ACTIONS(39), - [anon_sym_acTiON] = ACTIONS(39), - [anon_sym_acTIon] = ACTIONS(39), - [anon_sym_acTIoN] = ACTIONS(39), - [anon_sym_acTIOn] = ACTIONS(39), - [anon_sym_acTION] = ACTIONS(39), - [anon_sym_aCtion] = ACTIONS(39), - [anon_sym_aCtioN] = ACTIONS(39), - [anon_sym_aCtiOn] = ACTIONS(39), - [anon_sym_aCtiON] = ACTIONS(39), - [anon_sym_aCtIon] = ACTIONS(39), - [anon_sym_aCtIoN] = ACTIONS(39), - [anon_sym_aCtIOn] = ACTIONS(39), - [anon_sym_aCtION] = ACTIONS(39), - [anon_sym_aCTion] = ACTIONS(39), - [anon_sym_aCTioN] = ACTIONS(39), - [anon_sym_aCTiOn] = ACTIONS(39), - [anon_sym_aCTiON] = ACTIONS(39), - [anon_sym_aCTIon] = ACTIONS(39), - [anon_sym_aCTIoN] = ACTIONS(39), - [anon_sym_aCTIOn] = ACTIONS(39), - [anon_sym_aCTION] = ACTIONS(39), - [anon_sym_Action] = ACTIONS(39), - [anon_sym_ActioN] = ACTIONS(39), - [anon_sym_ActiOn] = ACTIONS(39), - [anon_sym_ActiON] = ACTIONS(39), - [anon_sym_ActIon] = ACTIONS(39), - [anon_sym_ActIoN] = ACTIONS(39), - [anon_sym_ActIOn] = ACTIONS(39), - [anon_sym_ActION] = ACTIONS(39), - [anon_sym_AcTion] = ACTIONS(39), - [anon_sym_AcTioN] = ACTIONS(39), - [anon_sym_AcTiOn] = ACTIONS(39), - [anon_sym_AcTiON] = ACTIONS(39), - [anon_sym_AcTIon] = ACTIONS(39), - [anon_sym_AcTIoN] = ACTIONS(39), - [anon_sym_AcTIOn] = ACTIONS(39), - [anon_sym_AcTION] = ACTIONS(39), - [anon_sym_ACtion] = ACTIONS(39), - [anon_sym_ACtioN] = ACTIONS(39), - [anon_sym_ACtiOn] = ACTIONS(39), - [anon_sym_ACtiON] = ACTIONS(39), - [anon_sym_ACtIon] = ACTIONS(39), - [anon_sym_ACtIoN] = ACTIONS(39), - [anon_sym_ACtIOn] = ACTIONS(39), - [anon_sym_ACtION] = ACTIONS(39), - [anon_sym_ACTion] = ACTIONS(39), - [anon_sym_ACTioN] = ACTIONS(39), - [anon_sym_ACTiOn] = ACTIONS(39), - [anon_sym_ACTiON] = ACTIONS(39), - [anon_sym_ACTIon] = ACTIONS(39), - [anon_sym_ACTIoN] = ACTIONS(39), - [anon_sym_ACTIOn] = ACTIONS(39), - [anon_sym_ACTION] = ACTIONS(39), - [anon_sym_complete] = ACTIONS(39), - [anon_sym_completE] = ACTIONS(39), - [anon_sym_compleTe] = ACTIONS(39), - [anon_sym_compleTE] = ACTIONS(39), - [anon_sym_complEte] = ACTIONS(39), - [anon_sym_complEtE] = ACTIONS(39), - [anon_sym_complETe] = ACTIONS(39), - [anon_sym_complETE] = ACTIONS(39), - [anon_sym_compLete] = ACTIONS(39), - [anon_sym_compLetE] = ACTIONS(39), - [anon_sym_compLeTe] = ACTIONS(39), - [anon_sym_compLeTE] = ACTIONS(39), - [anon_sym_compLEte] = ACTIONS(39), - [anon_sym_compLEtE] = ACTIONS(39), - [anon_sym_compLETe] = ACTIONS(39), - [anon_sym_compLETE] = ACTIONS(39), - [anon_sym_comPlete] = ACTIONS(39), - [anon_sym_comPletE] = ACTIONS(39), - [anon_sym_comPleTe] = ACTIONS(39), - [anon_sym_comPleTE] = ACTIONS(39), - [anon_sym_comPlEte] = ACTIONS(39), - [anon_sym_comPlEtE] = ACTIONS(39), - [anon_sym_comPlETe] = ACTIONS(39), - [anon_sym_comPlETE] = ACTIONS(39), - [anon_sym_comPLete] = ACTIONS(39), - [anon_sym_comPLetE] = ACTIONS(39), - [anon_sym_comPLeTe] = ACTIONS(39), - [anon_sym_comPLeTE] = ACTIONS(39), - [anon_sym_comPLEte] = ACTIONS(39), - [anon_sym_comPLEtE] = ACTIONS(39), - [anon_sym_comPLETe] = ACTIONS(39), - [anon_sym_comPLETE] = ACTIONS(39), - [anon_sym_coMplete] = ACTIONS(39), - [anon_sym_coMpletE] = ACTIONS(39), - [anon_sym_coMpleTe] = ACTIONS(39), - [anon_sym_coMpleTE] = ACTIONS(39), - [anon_sym_coMplEte] = ACTIONS(39), - [anon_sym_coMplEtE] = ACTIONS(39), - [anon_sym_coMplETe] = ACTIONS(39), - [anon_sym_coMplETE] = ACTIONS(39), - [anon_sym_coMpLete] = ACTIONS(39), - [anon_sym_coMpLetE] = ACTIONS(39), - [anon_sym_coMpLeTe] = ACTIONS(39), - [anon_sym_coMpLeTE] = ACTIONS(39), - [anon_sym_coMpLEte] = ACTIONS(39), - [anon_sym_coMpLEtE] = ACTIONS(39), - [anon_sym_coMpLETe] = ACTIONS(39), - [anon_sym_coMpLETE] = ACTIONS(39), - [anon_sym_coMPlete] = ACTIONS(39), - [anon_sym_coMPletE] = ACTIONS(39), - [anon_sym_coMPleTe] = ACTIONS(39), - [anon_sym_coMPleTE] = ACTIONS(39), - [anon_sym_coMPlEte] = ACTIONS(39), - [anon_sym_coMPlEtE] = ACTIONS(39), - [anon_sym_coMPlETe] = ACTIONS(39), - [anon_sym_coMPlETE] = ACTIONS(39), - [anon_sym_coMPLete] = ACTIONS(39), - [anon_sym_coMPLetE] = ACTIONS(39), - [anon_sym_coMPLeTe] = ACTIONS(39), - [anon_sym_coMPLeTE] = ACTIONS(39), - [anon_sym_coMPLEte] = ACTIONS(39), - [anon_sym_coMPLEtE] = ACTIONS(39), - [anon_sym_coMPLETe] = ACTIONS(39), - [anon_sym_coMPLETE] = ACTIONS(39), - [anon_sym_cOmplete] = ACTIONS(39), - [anon_sym_cOmpletE] = ACTIONS(39), - [anon_sym_cOmpleTe] = ACTIONS(39), - [anon_sym_cOmpleTE] = ACTIONS(39), - [anon_sym_cOmplEte] = ACTIONS(39), - [anon_sym_cOmplEtE] = ACTIONS(39), - [anon_sym_cOmplETe] = ACTIONS(39), - [anon_sym_cOmplETE] = ACTIONS(39), - [anon_sym_cOmpLete] = ACTIONS(39), - [anon_sym_cOmpLetE] = ACTIONS(39), - [anon_sym_cOmpLeTe] = ACTIONS(39), - [anon_sym_cOmpLeTE] = ACTIONS(39), - [anon_sym_cOmpLEte] = ACTIONS(39), - [anon_sym_cOmpLEtE] = ACTIONS(39), - [anon_sym_cOmpLETe] = ACTIONS(39), - [anon_sym_cOmpLETE] = ACTIONS(39), - [anon_sym_cOmPlete] = ACTIONS(39), - [anon_sym_cOmPletE] = ACTIONS(39), - [anon_sym_cOmPleTe] = ACTIONS(39), - [anon_sym_cOmPleTE] = ACTIONS(39), - [anon_sym_cOmPlEte] = ACTIONS(39), - [anon_sym_cOmPlEtE] = ACTIONS(39), - [anon_sym_cOmPlETe] = ACTIONS(39), - [anon_sym_cOmPlETE] = ACTIONS(39), - [anon_sym_cOmPLete] = ACTIONS(39), - [anon_sym_cOmPLetE] = ACTIONS(39), - [anon_sym_cOmPLeTe] = ACTIONS(39), - [anon_sym_cOmPLeTE] = ACTIONS(39), - [anon_sym_cOmPLEte] = ACTIONS(39), - [anon_sym_cOmPLEtE] = ACTIONS(39), - [anon_sym_cOmPLETe] = ACTIONS(39), - [anon_sym_cOmPLETE] = ACTIONS(39), - [anon_sym_cOMplete] = ACTIONS(39), - [anon_sym_cOMpletE] = ACTIONS(39), - [anon_sym_cOMpleTe] = ACTIONS(39), - [anon_sym_cOMpleTE] = ACTIONS(39), - [anon_sym_cOMplEte] = ACTIONS(39), - [anon_sym_cOMplEtE] = ACTIONS(39), - [anon_sym_cOMplETe] = ACTIONS(39), - [anon_sym_cOMplETE] = ACTIONS(39), - [anon_sym_cOMpLete] = ACTIONS(39), - [anon_sym_cOMpLetE] = ACTIONS(39), - [anon_sym_cOMpLeTe] = ACTIONS(39), - [anon_sym_cOMpLeTE] = ACTIONS(39), - [anon_sym_cOMpLEte] = ACTIONS(39), - [anon_sym_cOMpLEtE] = ACTIONS(39), - [anon_sym_cOMpLETe] = ACTIONS(39), - [anon_sym_cOMpLETE] = ACTIONS(39), - [anon_sym_cOMPlete] = ACTIONS(39), - [anon_sym_cOMPletE] = ACTIONS(39), - [anon_sym_cOMPleTe] = ACTIONS(39), - [anon_sym_cOMPleTE] = ACTIONS(39), - [anon_sym_cOMPlEte] = ACTIONS(39), - [anon_sym_cOMPlEtE] = ACTIONS(39), - [anon_sym_cOMPlETe] = ACTIONS(39), - [anon_sym_cOMPlETE] = ACTIONS(39), - [anon_sym_cOMPLete] = ACTIONS(39), - [anon_sym_cOMPLetE] = ACTIONS(39), - [anon_sym_cOMPLeTe] = ACTIONS(39), - [anon_sym_cOMPLeTE] = ACTIONS(39), - [anon_sym_cOMPLEte] = ACTIONS(39), - [anon_sym_cOMPLEtE] = ACTIONS(39), - [anon_sym_cOMPLETe] = ACTIONS(39), - [anon_sym_cOMPLETE] = ACTIONS(39), - [anon_sym_Complete] = ACTIONS(39), - [anon_sym_CompletE] = ACTIONS(39), - [anon_sym_CompleTe] = ACTIONS(39), - [anon_sym_CompleTE] = ACTIONS(39), - [anon_sym_ComplEte] = ACTIONS(39), - [anon_sym_ComplEtE] = ACTIONS(39), - [anon_sym_ComplETe] = ACTIONS(39), - [anon_sym_ComplETE] = ACTIONS(39), - [anon_sym_CompLete] = ACTIONS(39), - [anon_sym_CompLetE] = ACTIONS(39), - [anon_sym_CompLeTe] = ACTIONS(39), - [anon_sym_CompLeTE] = ACTIONS(39), - [anon_sym_CompLEte] = ACTIONS(39), - [anon_sym_CompLEtE] = ACTIONS(39), - [anon_sym_CompLETe] = ACTIONS(39), - [anon_sym_CompLETE] = ACTIONS(39), - [anon_sym_ComPlete] = ACTIONS(39), - [anon_sym_ComPletE] = ACTIONS(39), - [anon_sym_ComPleTe] = ACTIONS(39), - [anon_sym_ComPleTE] = ACTIONS(39), - [anon_sym_ComPlEte] = ACTIONS(39), - [anon_sym_ComPlEtE] = ACTIONS(39), - [anon_sym_ComPlETe] = ACTIONS(39), - [anon_sym_ComPlETE] = ACTIONS(39), - [anon_sym_ComPLete] = ACTIONS(39), - [anon_sym_ComPLetE] = ACTIONS(39), - [anon_sym_ComPLeTe] = ACTIONS(39), - [anon_sym_ComPLeTE] = ACTIONS(39), - [anon_sym_ComPLEte] = ACTIONS(39), - [anon_sym_ComPLEtE] = ACTIONS(39), - [anon_sym_ComPLETe] = ACTIONS(39), - [anon_sym_ComPLETE] = ACTIONS(39), - [anon_sym_CoMplete] = ACTIONS(39), - [anon_sym_CoMpletE] = ACTIONS(39), - [anon_sym_CoMpleTe] = ACTIONS(39), - [anon_sym_CoMpleTE] = ACTIONS(39), - [anon_sym_CoMplEte] = ACTIONS(39), - [anon_sym_CoMplEtE] = ACTIONS(39), - [anon_sym_CoMplETe] = ACTIONS(39), - [anon_sym_CoMplETE] = ACTIONS(39), - [anon_sym_CoMpLete] = ACTIONS(39), - [anon_sym_CoMpLetE] = ACTIONS(39), - [anon_sym_CoMpLeTe] = ACTIONS(39), - [anon_sym_CoMpLeTE] = ACTIONS(39), - [anon_sym_CoMpLEte] = ACTIONS(39), - [anon_sym_CoMpLEtE] = ACTIONS(39), - [anon_sym_CoMpLETe] = ACTIONS(39), - [anon_sym_CoMpLETE] = ACTIONS(39), - [anon_sym_CoMPlete] = ACTIONS(39), - [anon_sym_CoMPletE] = ACTIONS(39), - [anon_sym_CoMPleTe] = ACTIONS(39), - [anon_sym_CoMPleTE] = ACTIONS(39), - [anon_sym_CoMPlEte] = ACTIONS(39), - [anon_sym_CoMPlEtE] = ACTIONS(39), - [anon_sym_CoMPlETe] = ACTIONS(39), - [anon_sym_CoMPlETE] = ACTIONS(39), - [anon_sym_CoMPLete] = ACTIONS(39), - [anon_sym_CoMPLetE] = ACTIONS(39), - [anon_sym_CoMPLeTe] = ACTIONS(39), - [anon_sym_CoMPLeTE] = ACTIONS(39), - [anon_sym_CoMPLEte] = ACTIONS(39), - [anon_sym_CoMPLEtE] = ACTIONS(39), - [anon_sym_CoMPLETe] = ACTIONS(39), - [anon_sym_CoMPLETE] = ACTIONS(39), - [anon_sym_COmplete] = ACTIONS(39), - [anon_sym_COmpletE] = ACTIONS(39), - [anon_sym_COmpleTe] = ACTIONS(39), - [anon_sym_COmpleTE] = ACTIONS(39), - [anon_sym_COmplEte] = ACTIONS(39), - [anon_sym_COmplEtE] = ACTIONS(39), - [anon_sym_COmplETe] = ACTIONS(39), - [anon_sym_COmplETE] = ACTIONS(39), - [anon_sym_COmpLete] = ACTIONS(39), - [anon_sym_COmpLetE] = ACTIONS(39), - [anon_sym_COmpLeTe] = ACTIONS(39), - [anon_sym_COmpLeTE] = ACTIONS(39), - [anon_sym_COmpLEte] = ACTIONS(39), - [anon_sym_COmpLEtE] = ACTIONS(39), - [anon_sym_COmpLETe] = ACTIONS(39), - [anon_sym_COmpLETE] = ACTIONS(39), - [anon_sym_COmPlete] = ACTIONS(39), - [anon_sym_COmPletE] = ACTIONS(39), - [anon_sym_COmPleTe] = ACTIONS(39), - [anon_sym_COmPleTE] = ACTIONS(39), - [anon_sym_COmPlEte] = ACTIONS(39), - [anon_sym_COmPlEtE] = ACTIONS(39), - [anon_sym_COmPlETe] = ACTIONS(39), - [anon_sym_COmPlETE] = ACTIONS(39), - [anon_sym_COmPLete] = ACTIONS(39), - [anon_sym_COmPLetE] = ACTIONS(39), - [anon_sym_COmPLeTe] = ACTIONS(39), - [anon_sym_COmPLeTE] = ACTIONS(39), - [anon_sym_COmPLEte] = ACTIONS(39), - [anon_sym_COmPLEtE] = ACTIONS(39), - [anon_sym_COmPLETe] = ACTIONS(39), - [anon_sym_COmPLETE] = ACTIONS(39), - [anon_sym_COMplete] = ACTIONS(39), - [anon_sym_COMpletE] = ACTIONS(39), - [anon_sym_COMpleTe] = ACTIONS(39), - [anon_sym_COMpleTE] = ACTIONS(39), - [anon_sym_COMplEte] = ACTIONS(39), - [anon_sym_COMplEtE] = ACTIONS(39), - [anon_sym_COMplETe] = ACTIONS(39), - [anon_sym_COMplETE] = ACTIONS(39), - [anon_sym_COMpLete] = ACTIONS(39), - [anon_sym_COMpLetE] = ACTIONS(39), - [anon_sym_COMpLeTe] = ACTIONS(39), - [anon_sym_COMpLeTE] = ACTIONS(39), - [anon_sym_COMpLEte] = ACTIONS(39), - [anon_sym_COMpLEtE] = ACTIONS(39), - [anon_sym_COMpLETe] = ACTIONS(39), - [anon_sym_COMpLETE] = ACTIONS(39), - [anon_sym_COMPlete] = ACTIONS(39), - [anon_sym_COMPletE] = ACTIONS(39), - [anon_sym_COMPleTe] = ACTIONS(39), - [anon_sym_COMPleTE] = ACTIONS(39), - [anon_sym_COMPlEte] = ACTIONS(39), - [anon_sym_COMPlEtE] = ACTIONS(39), - [anon_sym_COMPlETe] = ACTIONS(39), - [anon_sym_COMPlETE] = ACTIONS(39), - [anon_sym_COMPLete] = ACTIONS(39), - [anon_sym_COMPLetE] = ACTIONS(39), - [anon_sym_COMPLeTe] = ACTIONS(39), - [anon_sym_COMPLeTE] = ACTIONS(39), - [anon_sym_COMPLEte] = ACTIONS(39), - [anon_sym_COMPLEtE] = ACTIONS(39), - [anon_sym_COMPLETe] = ACTIONS(39), - [anon_sym_COMPLETE] = ACTIONS(39), - [anon_sym_if] = ACTIONS(39), - [anon_sym_iF] = ACTIONS(39), - [anon_sym_If] = ACTIONS(39), - [anon_sym_IF] = ACTIONS(39), - [anon_sym_else] = ACTIONS(39), - [anon_sym_elsE] = ACTIONS(39), - [anon_sym_elSe] = ACTIONS(39), - [anon_sym_elSE] = ACTIONS(39), - [anon_sym_eLse] = ACTIONS(39), - [anon_sym_eLsE] = ACTIONS(39), - [anon_sym_eLSe] = ACTIONS(39), - [anon_sym_eLSE] = ACTIONS(39), - [anon_sym_Else] = ACTIONS(39), - [anon_sym_ElsE] = ACTIONS(39), - [anon_sym_ElSe] = ACTIONS(39), - [anon_sym_ElSE] = ACTIONS(39), - [anon_sym_ELse] = ACTIONS(39), - [anon_sym_ELsE] = ACTIONS(39), - [anon_sym_ELSe] = ACTIONS(39), - [anon_sym_ELSE] = ACTIONS(39), - [anon_sym_elseif] = ACTIONS(39), - [anon_sym_elseiF] = ACTIONS(39), - [anon_sym_elseIf] = ACTIONS(39), - [anon_sym_elseIF] = ACTIONS(39), - [anon_sym_elsEif] = ACTIONS(39), - [anon_sym_elsEiF] = ACTIONS(39), - [anon_sym_elsEIf] = ACTIONS(39), - [anon_sym_elsEIF] = ACTIONS(39), - [anon_sym_elSeif] = ACTIONS(39), - [anon_sym_elSeiF] = ACTIONS(39), - [anon_sym_elSeIf] = ACTIONS(39), - [anon_sym_elSeIF] = ACTIONS(39), - [anon_sym_elSEif] = ACTIONS(39), - [anon_sym_elSEiF] = ACTIONS(39), - [anon_sym_elSEIf] = ACTIONS(39), - [anon_sym_elSEIF] = ACTIONS(39), - [anon_sym_eLseif] = ACTIONS(39), - [anon_sym_eLseiF] = ACTIONS(39), - [anon_sym_eLseIf] = ACTIONS(39), - [anon_sym_eLseIF] = ACTIONS(39), - [anon_sym_eLsEif] = ACTIONS(39), - [anon_sym_eLsEiF] = ACTIONS(39), - [anon_sym_eLsEIf] = ACTIONS(39), - [anon_sym_eLsEIF] = ACTIONS(39), - [anon_sym_eLSeif] = ACTIONS(39), - [anon_sym_eLSeiF] = ACTIONS(39), - [anon_sym_eLSeIf] = ACTIONS(39), - [anon_sym_eLSeIF] = ACTIONS(39), - [anon_sym_eLSEif] = ACTIONS(39), - [anon_sym_eLSEiF] = ACTIONS(39), - [anon_sym_eLSEIf] = ACTIONS(39), - [anon_sym_eLSEIF] = ACTIONS(39), - [anon_sym_Elseif] = ACTIONS(39), - [anon_sym_ElseiF] = ACTIONS(39), - [anon_sym_ElseIf] = ACTIONS(39), - [anon_sym_ElseIF] = ACTIONS(39), - [anon_sym_ElsEif] = ACTIONS(39), - [anon_sym_ElsEiF] = ACTIONS(39), - [anon_sym_ElsEIf] = ACTIONS(39), - [anon_sym_ElsEIF] = ACTIONS(39), - [anon_sym_ElSeif] = ACTIONS(39), - [anon_sym_ElSeiF] = ACTIONS(39), - [anon_sym_ElSeIf] = ACTIONS(39), - [anon_sym_ElSeIF] = ACTIONS(39), - [anon_sym_ElSEif] = ACTIONS(39), - [anon_sym_ElSEiF] = ACTIONS(39), - [anon_sym_ElSEIf] = ACTIONS(39), - [anon_sym_ElSEIF] = ACTIONS(39), - [anon_sym_ELseif] = ACTIONS(39), - [anon_sym_ELseiF] = ACTIONS(39), - [anon_sym_ELseIf] = ACTIONS(39), - [anon_sym_ELseIF] = ACTIONS(39), - [anon_sym_ELsEif] = ACTIONS(39), - [anon_sym_ELsEiF] = ACTIONS(39), - [anon_sym_ELsEIf] = ACTIONS(39), - [anon_sym_ELsEIF] = ACTIONS(39), - [anon_sym_ELSeif] = ACTIONS(39), - [anon_sym_ELSeiF] = ACTIONS(39), - [anon_sym_ELSeIf] = ACTIONS(39), - [anon_sym_ELSeIF] = ACTIONS(39), - [anon_sym_ELSEif] = ACTIONS(39), - [anon_sym_ELSEiF] = ACTIONS(39), - [anon_sym_ELSEIf] = ACTIONS(39), - [anon_sym_ELSEIF] = ACTIONS(39), - [anon_sym_endif] = ACTIONS(39), - [anon_sym_endiF] = ACTIONS(39), - [anon_sym_endIf] = ACTIONS(39), - [anon_sym_endIF] = ACTIONS(39), - [anon_sym_enDif] = ACTIONS(39), - [anon_sym_enDiF] = ACTIONS(39), - [anon_sym_enDIf] = ACTIONS(39), - [anon_sym_enDIF] = ACTIONS(39), - [anon_sym_eNdif] = ACTIONS(39), - [anon_sym_eNdiF] = ACTIONS(39), - [anon_sym_eNdIf] = ACTIONS(39), - [anon_sym_eNdIF] = ACTIONS(39), - [anon_sym_eNDif] = ACTIONS(39), - [anon_sym_eNDiF] = ACTIONS(39), - [anon_sym_eNDIf] = ACTIONS(39), - [anon_sym_eNDIF] = ACTIONS(39), - [anon_sym_Endif] = ACTIONS(39), - [anon_sym_EndiF] = ACTIONS(39), - [anon_sym_EndIf] = ACTIONS(39), - [anon_sym_EndIF] = ACTIONS(39), - [anon_sym_EnDif] = ACTIONS(39), - [anon_sym_EnDiF] = ACTIONS(39), - [anon_sym_EnDIf] = ACTIONS(39), - [anon_sym_EnDIF] = ACTIONS(39), - [anon_sym_ENdif] = ACTIONS(39), - [anon_sym_ENdiF] = ACTIONS(39), - [anon_sym_ENdIf] = ACTIONS(39), - [anon_sym_ENdIF] = ACTIONS(39), - [anon_sym_ENDif] = ACTIONS(39), - [anon_sym_ENDiF] = ACTIONS(39), - [anon_sym_ENDIf] = ACTIONS(39), - [anon_sym_ENDIF] = ACTIONS(39), - [anon_sym_while] = ACTIONS(39), - [anon_sym_whilE] = ACTIONS(39), - [anon_sym_whiLe] = ACTIONS(39), - [anon_sym_whiLE] = ACTIONS(39), - [anon_sym_whIle] = ACTIONS(39), - [anon_sym_whIlE] = ACTIONS(39), - [anon_sym_whILe] = ACTIONS(39), - [anon_sym_whILE] = ACTIONS(39), - [anon_sym_wHile] = ACTIONS(39), - [anon_sym_wHilE] = ACTIONS(39), - [anon_sym_wHiLe] = ACTIONS(39), - [anon_sym_wHiLE] = ACTIONS(39), - [anon_sym_wHIle] = ACTIONS(39), - [anon_sym_wHIlE] = ACTIONS(39), - [anon_sym_wHILe] = ACTIONS(39), - [anon_sym_wHILE] = ACTIONS(39), - [anon_sym_While] = ACTIONS(39), - [anon_sym_WhilE] = ACTIONS(39), - [anon_sym_WhiLe] = ACTIONS(39), - [anon_sym_WhiLE] = ACTIONS(39), - [anon_sym_WhIle] = ACTIONS(39), - [anon_sym_WhIlE] = ACTIONS(39), - [anon_sym_WhILe] = ACTIONS(39), - [anon_sym_WhILE] = ACTIONS(39), - [anon_sym_WHile] = ACTIONS(39), - [anon_sym_WHilE] = ACTIONS(39), - [anon_sym_WHiLe] = ACTIONS(39), - [anon_sym_WHiLE] = ACTIONS(39), - [anon_sym_WHIle] = ACTIONS(39), - [anon_sym_WHIlE] = ACTIONS(39), - [anon_sym_WHILe] = ACTIONS(39), - [anon_sym_WHILE] = ACTIONS(39), - [anon_sym_endwhile] = ACTIONS(39), - [anon_sym_endwhilE] = ACTIONS(39), - [anon_sym_endwhiLe] = ACTIONS(39), - [anon_sym_endwhiLE] = ACTIONS(39), - [anon_sym_endwhIle] = ACTIONS(39), - [anon_sym_endwhIlE] = ACTIONS(39), - [anon_sym_endwhILe] = ACTIONS(39), - [anon_sym_endwhILE] = ACTIONS(39), - [anon_sym_endwHile] = ACTIONS(39), - [anon_sym_endwHilE] = ACTIONS(39), - [anon_sym_endwHiLe] = ACTIONS(39), - [anon_sym_endwHiLE] = ACTIONS(39), - [anon_sym_endwHIle] = ACTIONS(39), - [anon_sym_endwHIlE] = ACTIONS(39), - [anon_sym_endwHILe] = ACTIONS(39), - [anon_sym_endwHILE] = ACTIONS(39), - [anon_sym_endWhile] = ACTIONS(39), - [anon_sym_endWhilE] = ACTIONS(39), - [anon_sym_endWhiLe] = ACTIONS(39), - [anon_sym_endWhiLE] = ACTIONS(39), - [anon_sym_endWhIle] = ACTIONS(39), - [anon_sym_endWhIlE] = ACTIONS(39), - [anon_sym_endWhILe] = ACTIONS(39), - [anon_sym_endWhILE] = ACTIONS(39), - [anon_sym_endWHile] = ACTIONS(39), - [anon_sym_endWHilE] = ACTIONS(39), - [anon_sym_endWHiLe] = ACTIONS(39), - [anon_sym_endWHiLE] = ACTIONS(39), - [anon_sym_endWHIle] = ACTIONS(39), - [anon_sym_endWHIlE] = ACTIONS(39), - [anon_sym_endWHILe] = ACTIONS(39), - [anon_sym_endWHILE] = ACTIONS(39), - [anon_sym_enDwhile] = ACTIONS(39), - [anon_sym_enDwhilE] = ACTIONS(39), - [anon_sym_enDwhiLe] = ACTIONS(39), - [anon_sym_enDwhiLE] = ACTIONS(39), - [anon_sym_enDwhIle] = ACTIONS(39), - [anon_sym_enDwhIlE] = ACTIONS(39), - [anon_sym_enDwhILe] = ACTIONS(39), - [anon_sym_enDwhILE] = ACTIONS(39), - [anon_sym_enDwHile] = ACTIONS(39), - [anon_sym_enDwHilE] = ACTIONS(39), - [anon_sym_enDwHiLe] = ACTIONS(39), - [anon_sym_enDwHiLE] = ACTIONS(39), - [anon_sym_enDwHIle] = ACTIONS(39), - [anon_sym_enDwHIlE] = ACTIONS(39), - [anon_sym_enDwHILe] = ACTIONS(39), - [anon_sym_enDwHILE] = ACTIONS(39), - [anon_sym_enDWhile] = ACTIONS(39), - [anon_sym_enDWhilE] = ACTIONS(39), - [anon_sym_enDWhiLe] = ACTIONS(39), - [anon_sym_enDWhiLE] = ACTIONS(39), - [anon_sym_enDWhIle] = ACTIONS(39), - [anon_sym_enDWhIlE] = ACTIONS(39), - [anon_sym_enDWhILe] = ACTIONS(39), - [anon_sym_enDWhILE] = ACTIONS(39), - [anon_sym_enDWHile] = ACTIONS(39), - [anon_sym_enDWHilE] = ACTIONS(39), - [anon_sym_enDWHiLe] = ACTIONS(39), - [anon_sym_enDWHiLE] = ACTIONS(39), - [anon_sym_enDWHIle] = ACTIONS(39), - [anon_sym_enDWHIlE] = ACTIONS(39), - [anon_sym_enDWHILe] = ACTIONS(39), - [anon_sym_enDWHILE] = ACTIONS(39), - [anon_sym_eNdwhile] = ACTIONS(39), - [anon_sym_eNdwhilE] = ACTIONS(39), - [anon_sym_eNdwhiLe] = ACTIONS(39), - [anon_sym_eNdwhiLE] = ACTIONS(39), - [anon_sym_eNdwhIle] = ACTIONS(39), - [anon_sym_eNdwhIlE] = ACTIONS(39), - [anon_sym_eNdwhILe] = ACTIONS(39), - [anon_sym_eNdwhILE] = ACTIONS(39), - [anon_sym_eNdwHile] = ACTIONS(39), - [anon_sym_eNdwHilE] = ACTIONS(39), - [anon_sym_eNdwHiLe] = ACTIONS(39), - [anon_sym_eNdwHiLE] = ACTIONS(39), - [anon_sym_eNdwHIle] = ACTIONS(39), - [anon_sym_eNdwHIlE] = ACTIONS(39), - [anon_sym_eNdwHILe] = ACTIONS(39), - [anon_sym_eNdwHILE] = ACTIONS(39), - [anon_sym_eNdWhile] = ACTIONS(39), - [anon_sym_eNdWhilE] = ACTIONS(39), - [anon_sym_eNdWhiLe] = ACTIONS(39), - [anon_sym_eNdWhiLE] = ACTIONS(39), - [anon_sym_eNdWhIle] = ACTIONS(39), - [anon_sym_eNdWhIlE] = ACTIONS(39), - [anon_sym_eNdWhILe] = ACTIONS(39), - [anon_sym_eNdWhILE] = ACTIONS(39), - [anon_sym_eNdWHile] = ACTIONS(39), - [anon_sym_eNdWHilE] = ACTIONS(39), - [anon_sym_eNdWHiLe] = ACTIONS(39), - [anon_sym_eNdWHiLE] = ACTIONS(39), - [anon_sym_eNdWHIle] = ACTIONS(39), - [anon_sym_eNdWHIlE] = ACTIONS(39), - [anon_sym_eNdWHILe] = ACTIONS(39), - [anon_sym_eNdWHILE] = ACTIONS(39), - [anon_sym_eNDwhile] = ACTIONS(39), - [anon_sym_eNDwhilE] = ACTIONS(39), - [anon_sym_eNDwhiLe] = ACTIONS(39), - [anon_sym_eNDwhiLE] = ACTIONS(39), - [anon_sym_eNDwhIle] = ACTIONS(39), - [anon_sym_eNDwhIlE] = ACTIONS(39), - [anon_sym_eNDwhILe] = ACTIONS(39), - [anon_sym_eNDwhILE] = ACTIONS(39), - [anon_sym_eNDwHile] = ACTIONS(39), - [anon_sym_eNDwHilE] = ACTIONS(39), - [anon_sym_eNDwHiLe] = ACTIONS(39), - [anon_sym_eNDwHiLE] = ACTIONS(39), - [anon_sym_eNDwHIle] = ACTIONS(39), - [anon_sym_eNDwHIlE] = ACTIONS(39), - [anon_sym_eNDwHILe] = ACTIONS(39), - [anon_sym_eNDwHILE] = ACTIONS(39), - [anon_sym_eNDWhile] = ACTIONS(39), - [anon_sym_eNDWhilE] = ACTIONS(39), - [anon_sym_eNDWhiLe] = ACTIONS(39), - [anon_sym_eNDWhiLE] = ACTIONS(39), - [anon_sym_eNDWhIle] = ACTIONS(39), - [anon_sym_eNDWhIlE] = ACTIONS(39), - [anon_sym_eNDWhILe] = ACTIONS(39), - [anon_sym_eNDWhILE] = ACTIONS(39), - [anon_sym_eNDWHile] = ACTIONS(39), - [anon_sym_eNDWHilE] = ACTIONS(39), - [anon_sym_eNDWHiLe] = ACTIONS(39), - [anon_sym_eNDWHiLE] = ACTIONS(39), - [anon_sym_eNDWHIle] = ACTIONS(39), - [anon_sym_eNDWHIlE] = ACTIONS(39), - [anon_sym_eNDWHILe] = ACTIONS(39), - [anon_sym_eNDWHILE] = ACTIONS(39), - [anon_sym_Endwhile] = ACTIONS(39), - [anon_sym_EndwhilE] = ACTIONS(39), - [anon_sym_EndwhiLe] = ACTIONS(39), - [anon_sym_EndwhiLE] = ACTIONS(39), - [anon_sym_EndwhIle] = ACTIONS(39), - [anon_sym_EndwhIlE] = ACTIONS(39), - [anon_sym_EndwhILe] = ACTIONS(39), - [anon_sym_EndwhILE] = ACTIONS(39), - [anon_sym_EndwHile] = ACTIONS(39), - [anon_sym_EndwHilE] = ACTIONS(39), - [anon_sym_EndwHiLe] = ACTIONS(39), - [anon_sym_EndwHiLE] = ACTIONS(39), - [anon_sym_EndwHIle] = ACTIONS(39), - [anon_sym_EndwHIlE] = ACTIONS(39), - [anon_sym_EndwHILe] = ACTIONS(39), - [anon_sym_EndwHILE] = ACTIONS(39), - [anon_sym_EndWhile] = ACTIONS(39), - [anon_sym_EndWhilE] = ACTIONS(39), - [anon_sym_EndWhiLe] = ACTIONS(39), - [anon_sym_EndWhiLE] = ACTIONS(39), - [anon_sym_EndWhIle] = ACTIONS(39), - [anon_sym_EndWhIlE] = ACTIONS(39), - [anon_sym_EndWhILe] = ACTIONS(39), - [anon_sym_EndWhILE] = ACTIONS(39), - [anon_sym_EndWHile] = ACTIONS(39), - [anon_sym_EndWHilE] = ACTIONS(39), - [anon_sym_EndWHiLe] = ACTIONS(39), - [anon_sym_EndWHiLE] = ACTIONS(39), - [anon_sym_EndWHIle] = ACTIONS(39), - [anon_sym_EndWHIlE] = ACTIONS(39), - [anon_sym_EndWHILe] = ACTIONS(39), - [anon_sym_EndWHILE] = ACTIONS(39), - [anon_sym_EnDwhile] = ACTIONS(39), - [anon_sym_EnDwhilE] = ACTIONS(39), - [anon_sym_EnDwhiLe] = ACTIONS(39), - [anon_sym_EnDwhiLE] = ACTIONS(39), - [anon_sym_EnDwhIle] = ACTIONS(39), - [anon_sym_EnDwhIlE] = ACTIONS(39), - [anon_sym_EnDwhILe] = ACTIONS(39), - [anon_sym_EnDwhILE] = ACTIONS(39), - [anon_sym_EnDwHile] = ACTIONS(39), - [anon_sym_EnDwHilE] = ACTIONS(39), - [anon_sym_EnDwHiLe] = ACTIONS(39), - [anon_sym_EnDwHiLE] = ACTIONS(39), - [anon_sym_EnDwHIle] = ACTIONS(39), - [anon_sym_EnDwHIlE] = ACTIONS(39), - [anon_sym_EnDwHILe] = ACTIONS(39), - [anon_sym_EnDwHILE] = ACTIONS(39), - [anon_sym_EnDWhile] = ACTIONS(39), - [anon_sym_EnDWhilE] = ACTIONS(39), - [anon_sym_EnDWhiLe] = ACTIONS(39), - [anon_sym_EnDWhiLE] = ACTIONS(39), - [anon_sym_EnDWhIle] = ACTIONS(39), - [anon_sym_EnDWhIlE] = ACTIONS(39), - [anon_sym_EnDWhILe] = ACTIONS(39), - [anon_sym_EnDWhILE] = ACTIONS(39), - [anon_sym_EnDWHile] = ACTIONS(39), - [anon_sym_EnDWHilE] = ACTIONS(39), - [anon_sym_EnDWHiLe] = ACTIONS(39), - [anon_sym_EnDWHiLE] = ACTIONS(39), - [anon_sym_EnDWHIle] = ACTIONS(39), - [anon_sym_EnDWHIlE] = ACTIONS(39), - [anon_sym_EnDWHILe] = ACTIONS(39), - [anon_sym_EnDWHILE] = ACTIONS(39), - [anon_sym_ENdwhile] = ACTIONS(39), - [anon_sym_ENdwhilE] = ACTIONS(39), - [anon_sym_ENdwhiLe] = ACTIONS(39), - [anon_sym_ENdwhiLE] = ACTIONS(39), - [anon_sym_ENdwhIle] = ACTIONS(39), - [anon_sym_ENdwhIlE] = ACTIONS(39), - [anon_sym_ENdwhILe] = ACTIONS(39), - [anon_sym_ENdwhILE] = ACTIONS(39), - [anon_sym_ENdwHile] = ACTIONS(39), - [anon_sym_ENdwHilE] = ACTIONS(39), - [anon_sym_ENdwHiLe] = ACTIONS(39), - [anon_sym_ENdwHiLE] = ACTIONS(39), - [anon_sym_ENdwHIle] = ACTIONS(39), - [anon_sym_ENdwHIlE] = ACTIONS(39), - [anon_sym_ENdwHILe] = ACTIONS(39), - [anon_sym_ENdwHILE] = ACTIONS(39), - [anon_sym_ENdWhile] = ACTIONS(39), - [anon_sym_ENdWhilE] = ACTIONS(39), - [anon_sym_ENdWhiLe] = ACTIONS(39), - [anon_sym_ENdWhiLE] = ACTIONS(39), - [anon_sym_ENdWhIle] = ACTIONS(39), - [anon_sym_ENdWhIlE] = ACTIONS(39), - [anon_sym_ENdWhILe] = ACTIONS(39), - [anon_sym_ENdWhILE] = ACTIONS(39), - [anon_sym_ENdWHile] = ACTIONS(39), - [anon_sym_ENdWHilE] = ACTIONS(39), - [anon_sym_ENdWHiLe] = ACTIONS(39), - [anon_sym_ENdWHiLE] = ACTIONS(39), - [anon_sym_ENdWHIle] = ACTIONS(39), - [anon_sym_ENdWHIlE] = ACTIONS(39), - [anon_sym_ENdWHILe] = ACTIONS(39), - [anon_sym_ENdWHILE] = ACTIONS(39), - [anon_sym_ENDwhile] = ACTIONS(39), - [anon_sym_ENDwhilE] = ACTIONS(39), - [anon_sym_ENDwhiLe] = ACTIONS(39), - [anon_sym_ENDwhiLE] = ACTIONS(39), - [anon_sym_ENDwhIle] = ACTIONS(39), - [anon_sym_ENDwhIlE] = ACTIONS(39), - [anon_sym_ENDwhILe] = ACTIONS(39), - [anon_sym_ENDwhILE] = ACTIONS(39), - [anon_sym_ENDwHile] = ACTIONS(39), - [anon_sym_ENDwHilE] = ACTIONS(39), - [anon_sym_ENDwHiLe] = ACTIONS(39), - [anon_sym_ENDwHiLE] = ACTIONS(39), - [anon_sym_ENDwHIle] = ACTIONS(39), - [anon_sym_ENDwHIlE] = ACTIONS(39), - [anon_sym_ENDwHILe] = ACTIONS(39), - [anon_sym_ENDwHILE] = ACTIONS(39), - [anon_sym_ENDWhile] = ACTIONS(39), - [anon_sym_ENDWhilE] = ACTIONS(39), - [anon_sym_ENDWhiLe] = ACTIONS(39), - [anon_sym_ENDWhiLE] = ACTIONS(39), - [anon_sym_ENDWhIle] = ACTIONS(39), - [anon_sym_ENDWhIlE] = ACTIONS(39), - [anon_sym_ENDWhILe] = ACTIONS(39), - [anon_sym_ENDWhILE] = ACTIONS(39), - [anon_sym_ENDWHile] = ACTIONS(39), - [anon_sym_ENDWHilE] = ACTIONS(39), - [anon_sym_ENDWHiLe] = ACTIONS(39), - [anon_sym_ENDWHiLE] = ACTIONS(39), - [anon_sym_ENDWHIle] = ACTIONS(39), - [anon_sym_ENDWHIlE] = ACTIONS(39), - [anon_sym_ENDWHILe] = ACTIONS(39), - [anon_sym_ENDWHILE] = ACTIONS(39), - [anon_sym_detector] = ACTIONS(39), - [anon_sym_detectoR] = ACTIONS(39), - [anon_sym_detectOr] = ACTIONS(39), - [anon_sym_detectOR] = ACTIONS(39), - [anon_sym_detecTor] = ACTIONS(39), - [anon_sym_detecToR] = ACTIONS(39), - [anon_sym_detecTOr] = ACTIONS(39), - [anon_sym_detecTOR] = ACTIONS(39), - [anon_sym_deteCtor] = ACTIONS(39), - [anon_sym_deteCtoR] = ACTIONS(39), - [anon_sym_deteCtOr] = ACTIONS(39), - [anon_sym_deteCtOR] = ACTIONS(39), - [anon_sym_deteCTor] = ACTIONS(39), - [anon_sym_deteCToR] = ACTIONS(39), - [anon_sym_deteCTOr] = ACTIONS(39), - [anon_sym_deteCTOR] = ACTIONS(39), - [anon_sym_detEctor] = ACTIONS(39), - [anon_sym_detEctoR] = ACTIONS(39), - [anon_sym_detEctOr] = ACTIONS(39), - [anon_sym_detEctOR] = ACTIONS(39), - [anon_sym_detEcTor] = ACTIONS(39), - [anon_sym_detEcToR] = ACTIONS(39), - [anon_sym_detEcTOr] = ACTIONS(39), - [anon_sym_detEcTOR] = ACTIONS(39), - [anon_sym_detECtor] = ACTIONS(39), - [anon_sym_detECtoR] = ACTIONS(39), - [anon_sym_detECtOr] = ACTIONS(39), - [anon_sym_detECtOR] = ACTIONS(39), - [anon_sym_detECTor] = ACTIONS(39), - [anon_sym_detECToR] = ACTIONS(39), - [anon_sym_detECTOr] = ACTIONS(39), - [anon_sym_detECTOR] = ACTIONS(39), - [anon_sym_deTector] = ACTIONS(39), - [anon_sym_deTectoR] = ACTIONS(39), - [anon_sym_deTectOr] = ACTIONS(39), - [anon_sym_deTectOR] = ACTIONS(39), - [anon_sym_deTecTor] = ACTIONS(39), - [anon_sym_deTecToR] = ACTIONS(39), - [anon_sym_deTecTOr] = ACTIONS(39), - [anon_sym_deTecTOR] = ACTIONS(39), - [anon_sym_deTeCtor] = ACTIONS(39), - [anon_sym_deTeCtoR] = ACTIONS(39), - [anon_sym_deTeCtOr] = ACTIONS(39), - [anon_sym_deTeCtOR] = ACTIONS(39), - [anon_sym_deTeCTor] = ACTIONS(39), - [anon_sym_deTeCToR] = ACTIONS(39), - [anon_sym_deTeCTOr] = ACTIONS(39), - [anon_sym_deTeCTOR] = ACTIONS(39), - [anon_sym_deTEctor] = ACTIONS(39), - [anon_sym_deTEctoR] = ACTIONS(39), - [anon_sym_deTEctOr] = ACTIONS(39), - [anon_sym_deTEctOR] = ACTIONS(39), - [anon_sym_deTEcTor] = ACTIONS(39), - [anon_sym_deTEcToR] = ACTIONS(39), - [anon_sym_deTEcTOr] = ACTIONS(39), - [anon_sym_deTEcTOR] = ACTIONS(39), - [anon_sym_deTECtor] = ACTIONS(39), - [anon_sym_deTECtoR] = ACTIONS(39), - [anon_sym_deTECtOr] = ACTIONS(39), - [anon_sym_deTECtOR] = ACTIONS(39), - [anon_sym_deTECTor] = ACTIONS(39), - [anon_sym_deTECToR] = ACTIONS(39), - [anon_sym_deTECTOr] = ACTIONS(39), - [anon_sym_deTECTOR] = ACTIONS(39), - [anon_sym_dEtector] = ACTIONS(39), - [anon_sym_dEtectoR] = ACTIONS(39), - [anon_sym_dEtectOr] = ACTIONS(39), - [anon_sym_dEtectOR] = ACTIONS(39), - [anon_sym_dEtecTor] = ACTIONS(39), - [anon_sym_dEtecToR] = ACTIONS(39), - [anon_sym_dEtecTOr] = ACTIONS(39), - [anon_sym_dEtecTOR] = ACTIONS(39), - [anon_sym_dEteCtor] = ACTIONS(39), - [anon_sym_dEteCtoR] = ACTIONS(39), - [anon_sym_dEteCtOr] = ACTIONS(39), - [anon_sym_dEteCtOR] = ACTIONS(39), - [anon_sym_dEteCTor] = ACTIONS(39), - [anon_sym_dEteCToR] = ACTIONS(39), - [anon_sym_dEteCTOr] = ACTIONS(39), - [anon_sym_dEteCTOR] = ACTIONS(39), - [anon_sym_dEtEctor] = ACTIONS(39), - [anon_sym_dEtEctoR] = ACTIONS(39), - [anon_sym_dEtEctOr] = ACTIONS(39), - [anon_sym_dEtEctOR] = ACTIONS(39), - [anon_sym_dEtEcTor] = ACTIONS(39), - [anon_sym_dEtEcToR] = ACTIONS(39), - [anon_sym_dEtEcTOr] = ACTIONS(39), - [anon_sym_dEtEcTOR] = ACTIONS(39), - [anon_sym_dEtECtor] = ACTIONS(39), - [anon_sym_dEtECtoR] = ACTIONS(39), - [anon_sym_dEtECtOr] = ACTIONS(39), - [anon_sym_dEtECtOR] = ACTIONS(39), - [anon_sym_dEtECTor] = ACTIONS(39), - [anon_sym_dEtECToR] = ACTIONS(39), - [anon_sym_dEtECTOr] = ACTIONS(39), - [anon_sym_dEtECTOR] = ACTIONS(39), - [anon_sym_dETector] = ACTIONS(39), - [anon_sym_dETectoR] = ACTIONS(39), - [anon_sym_dETectOr] = ACTIONS(39), - [anon_sym_dETectOR] = ACTIONS(39), - [anon_sym_dETecTor] = ACTIONS(39), - [anon_sym_dETecToR] = ACTIONS(39), - [anon_sym_dETecTOr] = ACTIONS(39), - [anon_sym_dETecTOR] = ACTIONS(39), - [anon_sym_dETeCtor] = ACTIONS(39), - [anon_sym_dETeCtoR] = ACTIONS(39), - [anon_sym_dETeCtOr] = ACTIONS(39), - [anon_sym_dETeCtOR] = ACTIONS(39), - [anon_sym_dETeCTor] = ACTIONS(39), - [anon_sym_dETeCToR] = ACTIONS(39), - [anon_sym_dETeCTOr] = ACTIONS(39), - [anon_sym_dETeCTOR] = ACTIONS(39), - [anon_sym_dETEctor] = ACTIONS(39), - [anon_sym_dETEctoR] = ACTIONS(39), - [anon_sym_dETEctOr] = ACTIONS(39), - [anon_sym_dETEctOR] = ACTIONS(39), - [anon_sym_dETEcTor] = ACTIONS(39), - [anon_sym_dETEcToR] = ACTIONS(39), - [anon_sym_dETEcTOr] = ACTIONS(39), - [anon_sym_dETEcTOR] = ACTIONS(39), - [anon_sym_dETECtor] = ACTIONS(39), - [anon_sym_dETECtoR] = ACTIONS(39), - [anon_sym_dETECtOr] = ACTIONS(39), - [anon_sym_dETECtOR] = ACTIONS(39), - [anon_sym_dETECTor] = ACTIONS(39), - [anon_sym_dETECToR] = ACTIONS(39), - [anon_sym_dETECTOr] = ACTIONS(39), - [anon_sym_dETECTOR] = ACTIONS(39), - [anon_sym_Detector] = ACTIONS(39), - [anon_sym_DetectoR] = ACTIONS(39), - [anon_sym_DetectOr] = ACTIONS(39), - [anon_sym_DetectOR] = ACTIONS(39), - [anon_sym_DetecTor] = ACTIONS(39), - [anon_sym_DetecToR] = ACTIONS(39), - [anon_sym_DetecTOr] = ACTIONS(39), - [anon_sym_DetecTOR] = ACTIONS(39), - [anon_sym_DeteCtor] = ACTIONS(39), - [anon_sym_DeteCtoR] = ACTIONS(39), - [anon_sym_DeteCtOr] = ACTIONS(39), - [anon_sym_DeteCtOR] = ACTIONS(39), - [anon_sym_DeteCTor] = ACTIONS(39), - [anon_sym_DeteCToR] = ACTIONS(39), - [anon_sym_DeteCTOr] = ACTIONS(39), - [anon_sym_DeteCTOR] = ACTIONS(39), - [anon_sym_DetEctor] = ACTIONS(39), - [anon_sym_DetEctoR] = ACTIONS(39), - [anon_sym_DetEctOr] = ACTIONS(39), - [anon_sym_DetEctOR] = ACTIONS(39), - [anon_sym_DetEcTor] = ACTIONS(39), - [anon_sym_DetEcToR] = ACTIONS(39), - [anon_sym_DetEcTOr] = ACTIONS(39), - [anon_sym_DetEcTOR] = ACTIONS(39), - [anon_sym_DetECtor] = ACTIONS(39), - [anon_sym_DetECtoR] = ACTIONS(39), - [anon_sym_DetECtOr] = ACTIONS(39), - [anon_sym_DetECtOR] = ACTIONS(39), - [anon_sym_DetECTor] = ACTIONS(39), - [anon_sym_DetECToR] = ACTIONS(39), - [anon_sym_DetECTOr] = ACTIONS(39), - [anon_sym_DetECTOR] = ACTIONS(39), - [anon_sym_DeTector] = ACTIONS(39), - [anon_sym_DeTectoR] = ACTIONS(39), - [anon_sym_DeTectOr] = ACTIONS(39), - [anon_sym_DeTectOR] = ACTIONS(39), - [anon_sym_DeTecTor] = ACTIONS(39), - [anon_sym_DeTecToR] = ACTIONS(39), - [anon_sym_DeTecTOr] = ACTIONS(39), - [anon_sym_DeTecTOR] = ACTIONS(39), - [anon_sym_DeTeCtor] = ACTIONS(39), - [anon_sym_DeTeCtoR] = ACTIONS(39), - [anon_sym_DeTeCtOr] = ACTIONS(39), - [anon_sym_DeTeCtOR] = ACTIONS(39), - [anon_sym_DeTeCTor] = ACTIONS(39), - [anon_sym_DeTeCToR] = ACTIONS(39), - [anon_sym_DeTeCTOr] = ACTIONS(39), - [anon_sym_DeTeCTOR] = ACTIONS(39), - [anon_sym_DeTEctor] = ACTIONS(39), - [anon_sym_DeTEctoR] = ACTIONS(39), - [anon_sym_DeTEctOr] = ACTIONS(39), - [anon_sym_DeTEctOR] = ACTIONS(39), - [anon_sym_DeTEcTor] = ACTIONS(39), - [anon_sym_DeTEcToR] = ACTIONS(39), - [anon_sym_DeTEcTOr] = ACTIONS(39), - [anon_sym_DeTEcTOR] = ACTIONS(39), - [anon_sym_DeTECtor] = ACTIONS(39), - [anon_sym_DeTECtoR] = ACTIONS(39), - [anon_sym_DeTECtOr] = ACTIONS(39), - [anon_sym_DeTECtOR] = ACTIONS(39), - [anon_sym_DeTECTor] = ACTIONS(39), - [anon_sym_DeTECToR] = ACTIONS(39), - [anon_sym_DeTECTOr] = ACTIONS(39), - [anon_sym_DeTECTOR] = ACTIONS(39), - [anon_sym_DEtector] = ACTIONS(39), - [anon_sym_DEtectoR] = ACTIONS(39), - [anon_sym_DEtectOr] = ACTIONS(39), - [anon_sym_DEtectOR] = ACTIONS(39), - [anon_sym_DEtecTor] = ACTIONS(39), - [anon_sym_DEtecToR] = ACTIONS(39), - [anon_sym_DEtecTOr] = ACTIONS(39), - [anon_sym_DEtecTOR] = ACTIONS(39), - [anon_sym_DEteCtor] = ACTIONS(39), - [anon_sym_DEteCtoR] = ACTIONS(39), - [anon_sym_DEteCtOr] = ACTIONS(39), - [anon_sym_DEteCtOR] = ACTIONS(39), - [anon_sym_DEteCTor] = ACTIONS(39), - [anon_sym_DEteCToR] = ACTIONS(39), - [anon_sym_DEteCTOr] = ACTIONS(39), - [anon_sym_DEteCTOR] = ACTIONS(39), - [anon_sym_DEtEctor] = ACTIONS(39), - [anon_sym_DEtEctoR] = ACTIONS(39), - [anon_sym_DEtEctOr] = ACTIONS(39), - [anon_sym_DEtEctOR] = ACTIONS(39), - [anon_sym_DEtEcTor] = ACTIONS(39), - [anon_sym_DEtEcToR] = ACTIONS(39), - [anon_sym_DEtEcTOr] = ACTIONS(39), - [anon_sym_DEtEcTOR] = ACTIONS(39), - [anon_sym_DEtECtor] = ACTIONS(39), - [anon_sym_DEtECtoR] = ACTIONS(39), - [anon_sym_DEtECtOr] = ACTIONS(39), - [anon_sym_DEtECtOR] = ACTIONS(39), - [anon_sym_DEtECTor] = ACTIONS(39), - [anon_sym_DEtECToR] = ACTIONS(39), - [anon_sym_DEtECTOr] = ACTIONS(39), - [anon_sym_DEtECTOR] = ACTIONS(39), - [anon_sym_DETector] = ACTIONS(39), - [anon_sym_DETectoR] = ACTIONS(39), - [anon_sym_DETectOr] = ACTIONS(39), - [anon_sym_DETectOR] = ACTIONS(39), - [anon_sym_DETecTor] = ACTIONS(39), - [anon_sym_DETecToR] = ACTIONS(39), - [anon_sym_DETecTOr] = ACTIONS(39), - [anon_sym_DETecTOR] = ACTIONS(39), - [anon_sym_DETeCtor] = ACTIONS(39), - [anon_sym_DETeCtoR] = ACTIONS(39), - [anon_sym_DETeCtOr] = ACTIONS(39), - [anon_sym_DETeCtOR] = ACTIONS(39), - [anon_sym_DETeCTor] = ACTIONS(39), - [anon_sym_DETeCToR] = ACTIONS(39), - [anon_sym_DETeCTOr] = ACTIONS(39), - [anon_sym_DETeCTOR] = ACTIONS(39), - [anon_sym_DETEctor] = ACTIONS(39), - [anon_sym_DETEctoR] = ACTIONS(39), - [anon_sym_DETEctOr] = ACTIONS(39), - [anon_sym_DETEctOR] = ACTIONS(39), - [anon_sym_DETEcTor] = ACTIONS(39), - [anon_sym_DETEcToR] = ACTIONS(39), - [anon_sym_DETEcTOr] = ACTIONS(39), - [anon_sym_DETEcTOR] = ACTIONS(39), - [anon_sym_DETECtor] = ACTIONS(39), - [anon_sym_DETECtoR] = ACTIONS(39), - [anon_sym_DETECtOr] = ACTIONS(39), - [anon_sym_DETECtOR] = ACTIONS(39), - [anon_sym_DETECTor] = ACTIONS(39), - [anon_sym_DETECToR] = ACTIONS(39), - [anon_sym_DETECTOr] = ACTIONS(39), - [anon_sym_DETECTOR] = ACTIONS(39), - [anon_sym_invoke] = ACTIONS(39), - [anon_sym_invokE] = ACTIONS(39), - [anon_sym_invoKe] = ACTIONS(39), - [anon_sym_invoKE] = ACTIONS(39), - [anon_sym_invOke] = ACTIONS(39), - [anon_sym_invOkE] = ACTIONS(39), - [anon_sym_invOKe] = ACTIONS(39), - [anon_sym_invOKE] = ACTIONS(39), - [anon_sym_inVoke] = ACTIONS(39), - [anon_sym_inVokE] = ACTIONS(39), - [anon_sym_inVoKe] = ACTIONS(39), - [anon_sym_inVoKE] = ACTIONS(39), - [anon_sym_inVOke] = ACTIONS(39), - [anon_sym_inVOkE] = ACTIONS(39), - [anon_sym_inVOKe] = ACTIONS(39), - [anon_sym_inVOKE] = ACTIONS(39), - [anon_sym_iNvoke] = ACTIONS(39), - [anon_sym_iNvokE] = ACTIONS(39), - [anon_sym_iNvoKe] = ACTIONS(39), - [anon_sym_iNvoKE] = ACTIONS(39), - [anon_sym_iNvOke] = ACTIONS(39), - [anon_sym_iNvOkE] = ACTIONS(39), - [anon_sym_iNvOKe] = ACTIONS(39), - [anon_sym_iNvOKE] = ACTIONS(39), - [anon_sym_iNVoke] = ACTIONS(39), - [anon_sym_iNVokE] = ACTIONS(39), - [anon_sym_iNVoKe] = ACTIONS(39), - [anon_sym_iNVoKE] = ACTIONS(39), - [anon_sym_iNVOke] = ACTIONS(39), - [anon_sym_iNVOkE] = ACTIONS(39), - [anon_sym_iNVOKe] = ACTIONS(39), - [anon_sym_iNVOKE] = ACTIONS(39), - [anon_sym_Invoke] = ACTIONS(39), - [anon_sym_InvokE] = ACTIONS(39), - [anon_sym_InvoKe] = ACTIONS(39), - [anon_sym_InvoKE] = ACTIONS(39), - [anon_sym_InvOke] = ACTIONS(39), - [anon_sym_InvOkE] = ACTIONS(39), - [anon_sym_InvOKe] = ACTIONS(39), - [anon_sym_InvOKE] = ACTIONS(39), - [anon_sym_InVoke] = ACTIONS(39), - [anon_sym_InVokE] = ACTIONS(39), - [anon_sym_InVoKe] = ACTIONS(39), - [anon_sym_InVoKE] = ACTIONS(39), - [anon_sym_InVOke] = ACTIONS(39), - [anon_sym_InVOkE] = ACTIONS(39), - [anon_sym_InVOKe] = ACTIONS(39), - [anon_sym_InVOKE] = ACTIONS(39), - [anon_sym_INvoke] = ACTIONS(39), - [anon_sym_INvokE] = ACTIONS(39), - [anon_sym_INvoKe] = ACTIONS(39), - [anon_sym_INvoKE] = ACTIONS(39), - [anon_sym_INvOke] = ACTIONS(39), - [anon_sym_INvOkE] = ACTIONS(39), - [anon_sym_INvOKe] = ACTIONS(39), - [anon_sym_INvOKE] = ACTIONS(39), - [anon_sym_INVoke] = ACTIONS(39), - [anon_sym_INVokE] = ACTIONS(39), - [anon_sym_INVoKe] = ACTIONS(39), - [anon_sym_INVoKE] = ACTIONS(39), - [anon_sym_INVOke] = ACTIONS(39), - [anon_sym_INVOkE] = ACTIONS(39), - [anon_sym_INVOKe] = ACTIONS(39), - [anon_sym_INVOKE] = ACTIONS(39), - [anon_sym_select] = ACTIONS(39), - [anon_sym_selecT] = ACTIONS(39), - [anon_sym_seleCt] = ACTIONS(39), - [anon_sym_seleCT] = ACTIONS(39), - [anon_sym_selEct] = ACTIONS(39), - [anon_sym_selEcT] = ACTIONS(39), - [anon_sym_selECt] = ACTIONS(39), - [anon_sym_selECT] = ACTIONS(39), - [anon_sym_seLect] = ACTIONS(39), - [anon_sym_seLecT] = ACTIONS(39), - [anon_sym_seLeCt] = ACTIONS(39), - [anon_sym_seLeCT] = ACTIONS(39), - [anon_sym_seLEct] = ACTIONS(39), - [anon_sym_seLEcT] = ACTIONS(39), - [anon_sym_seLECt] = ACTIONS(39), - [anon_sym_seLECT] = ACTIONS(39), - [anon_sym_sElect] = ACTIONS(39), - [anon_sym_sElecT] = ACTIONS(39), - [anon_sym_sEleCt] = ACTIONS(39), - [anon_sym_sEleCT] = ACTIONS(39), - [anon_sym_sElEct] = ACTIONS(39), - [anon_sym_sElEcT] = ACTIONS(39), - [anon_sym_sElECt] = ACTIONS(39), - [anon_sym_sElECT] = ACTIONS(39), - [anon_sym_sELect] = ACTIONS(39), - [anon_sym_sELecT] = ACTIONS(39), - [anon_sym_sELeCt] = ACTIONS(39), - [anon_sym_sELeCT] = ACTIONS(39), - [anon_sym_sELEct] = ACTIONS(39), - [anon_sym_sELEcT] = ACTIONS(39), - [anon_sym_sELECt] = ACTIONS(39), - [anon_sym_sELECT] = ACTIONS(39), - [anon_sym_Select] = ACTIONS(39), - [anon_sym_SelecT] = ACTIONS(39), - [anon_sym_SeleCt] = ACTIONS(39), - [anon_sym_SeleCT] = ACTIONS(39), - [anon_sym_SelEct] = ACTIONS(39), - [anon_sym_SelEcT] = ACTIONS(39), - [anon_sym_SelECt] = ACTIONS(39), - [anon_sym_SelECT] = ACTIONS(39), - [anon_sym_SeLect] = ACTIONS(39), - [anon_sym_SeLecT] = ACTIONS(39), - [anon_sym_SeLeCt] = ACTIONS(39), - [anon_sym_SeLeCT] = ACTIONS(39), - [anon_sym_SeLEct] = ACTIONS(39), - [anon_sym_SeLEcT] = ACTIONS(39), - [anon_sym_SeLECt] = ACTIONS(39), - [anon_sym_SeLECT] = ACTIONS(39), - [anon_sym_SElect] = ACTIONS(39), - [anon_sym_SElecT] = ACTIONS(39), - [anon_sym_SEleCt] = ACTIONS(39), - [anon_sym_SEleCT] = ACTIONS(39), - [anon_sym_SElEct] = ACTIONS(39), - [anon_sym_SElEcT] = ACTIONS(39), - [anon_sym_SElECt] = ACTIONS(39), - [anon_sym_SElECT] = ACTIONS(39), - [anon_sym_SELect] = ACTIONS(39), - [anon_sym_SELecT] = ACTIONS(39), - [anon_sym_SELeCt] = ACTIONS(39), - [anon_sym_SELeCT] = ACTIONS(39), - [anon_sym_SELEct] = ACTIONS(39), - [anon_sym_SELEcT] = ACTIONS(39), - [anon_sym_SELECt] = ACTIONS(39), - [anon_sym_SELECT] = ACTIONS(39), + [sym_variable] = ACTIONS(38), + [anon_sym_define] = ACTIONS(40), + [anon_sym_definE] = ACTIONS(40), + [anon_sym_defiNe] = ACTIONS(40), + [anon_sym_defiNE] = ACTIONS(40), + [anon_sym_defIne] = ACTIONS(40), + [anon_sym_defInE] = ACTIONS(40), + [anon_sym_defINe] = ACTIONS(40), + [anon_sym_defINE] = ACTIONS(40), + [anon_sym_deFine] = ACTIONS(40), + [anon_sym_deFinE] = ACTIONS(40), + [anon_sym_deFiNe] = ACTIONS(40), + [anon_sym_deFiNE] = ACTIONS(40), + [anon_sym_deFIne] = ACTIONS(40), + [anon_sym_deFInE] = ACTIONS(40), + [anon_sym_deFINe] = ACTIONS(40), + [anon_sym_deFINE] = ACTIONS(40), + [anon_sym_dEfine] = ACTIONS(40), + [anon_sym_dEfinE] = ACTIONS(40), + [anon_sym_dEfiNe] = ACTIONS(40), + [anon_sym_dEfiNE] = ACTIONS(40), + [anon_sym_dEfIne] = ACTIONS(40), + [anon_sym_dEfInE] = ACTIONS(40), + [anon_sym_dEfINe] = ACTIONS(40), + [anon_sym_dEfINE] = ACTIONS(40), + [anon_sym_dEFine] = ACTIONS(40), + [anon_sym_dEFinE] = ACTIONS(40), + [anon_sym_dEFiNe] = ACTIONS(40), + [anon_sym_dEFiNE] = ACTIONS(40), + [anon_sym_dEFIne] = ACTIONS(40), + [anon_sym_dEFInE] = ACTIONS(40), + [anon_sym_dEFINe] = ACTIONS(40), + [anon_sym_dEFINE] = ACTIONS(40), + [anon_sym_Define] = ACTIONS(40), + [anon_sym_DefinE] = ACTIONS(40), + [anon_sym_DefiNe] = ACTIONS(40), + [anon_sym_DefiNE] = ACTIONS(40), + [anon_sym_DefIne] = ACTIONS(40), + [anon_sym_DefInE] = ACTIONS(40), + [anon_sym_DefINe] = ACTIONS(40), + [anon_sym_DefINE] = ACTIONS(40), + [anon_sym_DeFine] = ACTIONS(40), + [anon_sym_DeFinE] = ACTIONS(40), + [anon_sym_DeFiNe] = ACTIONS(40), + [anon_sym_DeFiNE] = ACTIONS(40), + [anon_sym_DeFIne] = ACTIONS(40), + [anon_sym_DeFInE] = ACTIONS(40), + [anon_sym_DeFINe] = ACTIONS(40), + [anon_sym_DeFINE] = ACTIONS(40), + [anon_sym_DEfine] = ACTIONS(40), + [anon_sym_DEfinE] = ACTIONS(40), + [anon_sym_DEfiNe] = ACTIONS(40), + [anon_sym_DEfiNE] = ACTIONS(40), + [anon_sym_DEfIne] = ACTIONS(40), + [anon_sym_DEfInE] = ACTIONS(40), + [anon_sym_DEfINe] = ACTIONS(40), + [anon_sym_DEfINE] = ACTIONS(40), + [anon_sym_DEFine] = ACTIONS(40), + [anon_sym_DEFinE] = ACTIONS(40), + [anon_sym_DEFiNe] = ACTIONS(40), + [anon_sym_DEFiNE] = ACTIONS(40), + [anon_sym_DEFIne] = ACTIONS(40), + [anon_sym_DEFInE] = ACTIONS(40), + [anon_sym_DEFINe] = ACTIONS(40), + [anon_sym_DEFINE] = ACTIONS(40), + [anon_sym_include] = ACTIONS(40), + [anon_sym_includE] = ACTIONS(40), + [anon_sym_incluDe] = ACTIONS(40), + [anon_sym_incluDE] = ACTIONS(40), + [anon_sym_inclUde] = ACTIONS(40), + [anon_sym_inclUdE] = ACTIONS(40), + [anon_sym_inclUDe] = ACTIONS(40), + [anon_sym_inclUDE] = ACTIONS(40), + [anon_sym_incLude] = ACTIONS(40), + [anon_sym_incLudE] = ACTIONS(40), + [anon_sym_incLuDe] = ACTIONS(40), + [anon_sym_incLuDE] = ACTIONS(40), + [anon_sym_incLUde] = ACTIONS(40), + [anon_sym_incLUdE] = ACTIONS(40), + [anon_sym_incLUDe] = ACTIONS(40), + [anon_sym_incLUDE] = ACTIONS(40), + [anon_sym_inClude] = ACTIONS(40), + [anon_sym_inCludE] = ACTIONS(40), + [anon_sym_inCluDe] = ACTIONS(40), + [anon_sym_inCluDE] = ACTIONS(40), + [anon_sym_inClUde] = ACTIONS(40), + [anon_sym_inClUdE] = ACTIONS(40), + [anon_sym_inClUDe] = ACTIONS(40), + [anon_sym_inClUDE] = ACTIONS(40), + [anon_sym_inCLude] = ACTIONS(40), + [anon_sym_inCLudE] = ACTIONS(40), + [anon_sym_inCLuDe] = ACTIONS(40), + [anon_sym_inCLuDE] = ACTIONS(40), + [anon_sym_inCLUde] = ACTIONS(40), + [anon_sym_inCLUdE] = ACTIONS(40), + [anon_sym_inCLUDe] = ACTIONS(40), + [anon_sym_inCLUDE] = ACTIONS(40), + [anon_sym_iNclude] = ACTIONS(40), + [anon_sym_iNcludE] = ACTIONS(40), + [anon_sym_iNcluDe] = ACTIONS(40), + [anon_sym_iNcluDE] = ACTIONS(40), + [anon_sym_iNclUde] = ACTIONS(40), + [anon_sym_iNclUdE] = ACTIONS(40), + [anon_sym_iNclUDe] = ACTIONS(40), + [anon_sym_iNclUDE] = ACTIONS(40), + [anon_sym_iNcLude] = ACTIONS(40), + [anon_sym_iNcLudE] = ACTIONS(40), + [anon_sym_iNcLuDe] = ACTIONS(40), + [anon_sym_iNcLuDE] = ACTIONS(40), + [anon_sym_iNcLUde] = ACTIONS(40), + [anon_sym_iNcLUdE] = ACTIONS(40), + [anon_sym_iNcLUDe] = ACTIONS(40), + [anon_sym_iNcLUDE] = ACTIONS(40), + [anon_sym_iNClude] = ACTIONS(40), + [anon_sym_iNCludE] = ACTIONS(40), + [anon_sym_iNCluDe] = ACTIONS(40), + [anon_sym_iNCluDE] = ACTIONS(40), + [anon_sym_iNClUde] = ACTIONS(40), + [anon_sym_iNClUdE] = ACTIONS(40), + [anon_sym_iNClUDe] = ACTIONS(40), + [anon_sym_iNClUDE] = ACTIONS(40), + [anon_sym_iNCLude] = ACTIONS(40), + [anon_sym_iNCLudE] = ACTIONS(40), + [anon_sym_iNCLuDe] = ACTIONS(40), + [anon_sym_iNCLuDE] = ACTIONS(40), + [anon_sym_iNCLUde] = ACTIONS(40), + [anon_sym_iNCLUdE] = ACTIONS(40), + [anon_sym_iNCLUDe] = ACTIONS(40), + [anon_sym_iNCLUDE] = ACTIONS(40), + [anon_sym_Include] = ACTIONS(40), + [anon_sym_IncludE] = ACTIONS(40), + [anon_sym_IncluDe] = ACTIONS(40), + [anon_sym_IncluDE] = ACTIONS(40), + [anon_sym_InclUde] = ACTIONS(40), + [anon_sym_InclUdE] = ACTIONS(40), + [anon_sym_InclUDe] = ACTIONS(40), + [anon_sym_InclUDE] = ACTIONS(40), + [anon_sym_IncLude] = ACTIONS(40), + [anon_sym_IncLudE] = ACTIONS(40), + [anon_sym_IncLuDe] = ACTIONS(40), + [anon_sym_IncLuDE] = ACTIONS(40), + [anon_sym_IncLUde] = ACTIONS(40), + [anon_sym_IncLUdE] = ACTIONS(40), + [anon_sym_IncLUDe] = ACTIONS(40), + [anon_sym_IncLUDE] = ACTIONS(40), + [anon_sym_InClude] = ACTIONS(40), + [anon_sym_InCludE] = ACTIONS(40), + [anon_sym_InCluDe] = ACTIONS(40), + [anon_sym_InCluDE] = ACTIONS(40), + [anon_sym_InClUde] = ACTIONS(40), + [anon_sym_InClUdE] = ACTIONS(40), + [anon_sym_InClUDe] = ACTIONS(40), + [anon_sym_InClUDE] = ACTIONS(40), + [anon_sym_InCLude] = ACTIONS(40), + [anon_sym_InCLudE] = ACTIONS(40), + [anon_sym_InCLuDe] = ACTIONS(40), + [anon_sym_InCLuDE] = ACTIONS(40), + [anon_sym_InCLUde] = ACTIONS(40), + [anon_sym_InCLUdE] = ACTIONS(40), + [anon_sym_InCLUDe] = ACTIONS(40), + [anon_sym_InCLUDE] = ACTIONS(40), + [anon_sym_INclude] = ACTIONS(40), + [anon_sym_INcludE] = ACTIONS(40), + [anon_sym_INcluDe] = ACTIONS(40), + [anon_sym_INcluDE] = ACTIONS(40), + [anon_sym_INclUde] = ACTIONS(40), + [anon_sym_INclUdE] = ACTIONS(40), + [anon_sym_INclUDe] = ACTIONS(40), + [anon_sym_INclUDE] = ACTIONS(40), + [anon_sym_INcLude] = ACTIONS(40), + [anon_sym_INcLudE] = ACTIONS(40), + [anon_sym_INcLuDe] = ACTIONS(40), + [anon_sym_INcLuDE] = ACTIONS(40), + [anon_sym_INcLUde] = ACTIONS(40), + [anon_sym_INcLUdE] = ACTIONS(40), + [anon_sym_INcLUDe] = ACTIONS(40), + [anon_sym_INcLUDE] = ACTIONS(40), + [anon_sym_INClude] = ACTIONS(40), + [anon_sym_INCludE] = ACTIONS(40), + [anon_sym_INCluDe] = ACTIONS(40), + [anon_sym_INCluDE] = ACTIONS(40), + [anon_sym_INClUde] = ACTIONS(40), + [anon_sym_INClUdE] = ACTIONS(40), + [anon_sym_INClUDe] = ACTIONS(40), + [anon_sym_INClUDE] = ACTIONS(40), + [anon_sym_INCLude] = ACTIONS(40), + [anon_sym_INCLudE] = ACTIONS(40), + [anon_sym_INCLuDe] = ACTIONS(40), + [anon_sym_INCLuDE] = ACTIONS(40), + [anon_sym_INCLUde] = ACTIONS(40), + [anon_sym_INCLUdE] = ACTIONS(40), + [anon_sym_INCLUDe] = ACTIONS(40), + [anon_sym_INCLUDE] = ACTIONS(40), + [anon_sym_action] = ACTIONS(40), + [anon_sym_actioN] = ACTIONS(40), + [anon_sym_actiOn] = ACTIONS(40), + [anon_sym_actiON] = ACTIONS(40), + [anon_sym_actIon] = ACTIONS(40), + [anon_sym_actIoN] = ACTIONS(40), + [anon_sym_actIOn] = ACTIONS(40), + [anon_sym_actION] = ACTIONS(40), + [anon_sym_acTion] = ACTIONS(40), + [anon_sym_acTioN] = ACTIONS(40), + [anon_sym_acTiOn] = ACTIONS(40), + [anon_sym_acTiON] = ACTIONS(40), + [anon_sym_acTIon] = ACTIONS(40), + [anon_sym_acTIoN] = ACTIONS(40), + [anon_sym_acTIOn] = ACTIONS(40), + [anon_sym_acTION] = ACTIONS(40), + [anon_sym_aCtion] = ACTIONS(40), + [anon_sym_aCtioN] = ACTIONS(40), + [anon_sym_aCtiOn] = ACTIONS(40), + [anon_sym_aCtiON] = ACTIONS(40), + [anon_sym_aCtIon] = ACTIONS(40), + [anon_sym_aCtIoN] = ACTIONS(40), + [anon_sym_aCtIOn] = ACTIONS(40), + [anon_sym_aCtION] = ACTIONS(40), + [anon_sym_aCTion] = ACTIONS(40), + [anon_sym_aCTioN] = ACTIONS(40), + [anon_sym_aCTiOn] = ACTIONS(40), + [anon_sym_aCTiON] = ACTIONS(40), + [anon_sym_aCTIon] = ACTIONS(40), + [anon_sym_aCTIoN] = ACTIONS(40), + [anon_sym_aCTIOn] = ACTIONS(40), + [anon_sym_aCTION] = ACTIONS(40), + [anon_sym_Action] = ACTIONS(40), + [anon_sym_ActioN] = ACTIONS(40), + [anon_sym_ActiOn] = ACTIONS(40), + [anon_sym_ActiON] = ACTIONS(40), + [anon_sym_ActIon] = ACTIONS(40), + [anon_sym_ActIoN] = ACTIONS(40), + [anon_sym_ActIOn] = ACTIONS(40), + [anon_sym_ActION] = ACTIONS(40), + [anon_sym_AcTion] = ACTIONS(40), + [anon_sym_AcTioN] = ACTIONS(40), + [anon_sym_AcTiOn] = ACTIONS(40), + [anon_sym_AcTiON] = ACTIONS(40), + [anon_sym_AcTIon] = ACTIONS(40), + [anon_sym_AcTIoN] = ACTIONS(40), + [anon_sym_AcTIOn] = ACTIONS(40), + [anon_sym_AcTION] = ACTIONS(40), + [anon_sym_ACtion] = ACTIONS(40), + [anon_sym_ACtioN] = ACTIONS(40), + [anon_sym_ACtiOn] = ACTIONS(40), + [anon_sym_ACtiON] = ACTIONS(40), + [anon_sym_ACtIon] = ACTIONS(40), + [anon_sym_ACtIoN] = ACTIONS(40), + [anon_sym_ACtIOn] = ACTIONS(40), + [anon_sym_ACtION] = ACTIONS(40), + [anon_sym_ACTion] = ACTIONS(40), + [anon_sym_ACTioN] = ACTIONS(40), + [anon_sym_ACTiOn] = ACTIONS(40), + [anon_sym_ACTiON] = ACTIONS(40), + [anon_sym_ACTIon] = ACTIONS(40), + [anon_sym_ACTIoN] = ACTIONS(40), + [anon_sym_ACTIOn] = ACTIONS(40), + [anon_sym_ACTION] = ACTIONS(40), + [anon_sym_complete] = ACTIONS(40), + [anon_sym_completE] = ACTIONS(40), + [anon_sym_compleTe] = ACTIONS(40), + [anon_sym_compleTE] = ACTIONS(40), + [anon_sym_complEte] = ACTIONS(40), + [anon_sym_complEtE] = ACTIONS(40), + [anon_sym_complETe] = ACTIONS(40), + [anon_sym_complETE] = ACTIONS(40), + [anon_sym_compLete] = ACTIONS(40), + [anon_sym_compLetE] = ACTIONS(40), + [anon_sym_compLeTe] = ACTIONS(40), + [anon_sym_compLeTE] = ACTIONS(40), + [anon_sym_compLEte] = ACTIONS(40), + [anon_sym_compLEtE] = ACTIONS(40), + [anon_sym_compLETe] = ACTIONS(40), + [anon_sym_compLETE] = ACTIONS(40), + [anon_sym_comPlete] = ACTIONS(40), + [anon_sym_comPletE] = ACTIONS(40), + [anon_sym_comPleTe] = ACTIONS(40), + [anon_sym_comPleTE] = ACTIONS(40), + [anon_sym_comPlEte] = ACTIONS(40), + [anon_sym_comPlEtE] = ACTIONS(40), + [anon_sym_comPlETe] = ACTIONS(40), + [anon_sym_comPlETE] = ACTIONS(40), + [anon_sym_comPLete] = ACTIONS(40), + [anon_sym_comPLetE] = ACTIONS(40), + [anon_sym_comPLeTe] = ACTIONS(40), + [anon_sym_comPLeTE] = ACTIONS(40), + [anon_sym_comPLEte] = ACTIONS(40), + [anon_sym_comPLEtE] = ACTIONS(40), + [anon_sym_comPLETe] = ACTIONS(40), + [anon_sym_comPLETE] = ACTIONS(40), + [anon_sym_coMplete] = ACTIONS(40), + [anon_sym_coMpletE] = ACTIONS(40), + [anon_sym_coMpleTe] = ACTIONS(40), + [anon_sym_coMpleTE] = ACTIONS(40), + [anon_sym_coMplEte] = ACTIONS(40), + [anon_sym_coMplEtE] = ACTIONS(40), + [anon_sym_coMplETe] = ACTIONS(40), + [anon_sym_coMplETE] = ACTIONS(40), + [anon_sym_coMpLete] = ACTIONS(40), + [anon_sym_coMpLetE] = ACTIONS(40), + [anon_sym_coMpLeTe] = ACTIONS(40), + [anon_sym_coMpLeTE] = ACTIONS(40), + [anon_sym_coMpLEte] = ACTIONS(40), + [anon_sym_coMpLEtE] = ACTIONS(40), + [anon_sym_coMpLETe] = ACTIONS(40), + [anon_sym_coMpLETE] = ACTIONS(40), + [anon_sym_coMPlete] = ACTIONS(40), + [anon_sym_coMPletE] = ACTIONS(40), + [anon_sym_coMPleTe] = ACTIONS(40), + [anon_sym_coMPleTE] = ACTIONS(40), + [anon_sym_coMPlEte] = ACTIONS(40), + [anon_sym_coMPlEtE] = ACTIONS(40), + [anon_sym_coMPlETe] = ACTIONS(40), + [anon_sym_coMPlETE] = ACTIONS(40), + [anon_sym_coMPLete] = ACTIONS(40), + [anon_sym_coMPLetE] = ACTIONS(40), + [anon_sym_coMPLeTe] = ACTIONS(40), + [anon_sym_coMPLeTE] = ACTIONS(40), + [anon_sym_coMPLEte] = ACTIONS(40), + [anon_sym_coMPLEtE] = ACTIONS(40), + [anon_sym_coMPLETe] = ACTIONS(40), + [anon_sym_coMPLETE] = ACTIONS(40), + [anon_sym_cOmplete] = ACTIONS(40), + [anon_sym_cOmpletE] = ACTIONS(40), + [anon_sym_cOmpleTe] = ACTIONS(40), + [anon_sym_cOmpleTE] = ACTIONS(40), + [anon_sym_cOmplEte] = ACTIONS(40), + [anon_sym_cOmplEtE] = ACTIONS(40), + [anon_sym_cOmplETe] = ACTIONS(40), + [anon_sym_cOmplETE] = ACTIONS(40), + [anon_sym_cOmpLete] = ACTIONS(40), + [anon_sym_cOmpLetE] = ACTIONS(40), + [anon_sym_cOmpLeTe] = ACTIONS(40), + [anon_sym_cOmpLeTE] = ACTIONS(40), + [anon_sym_cOmpLEte] = ACTIONS(40), + [anon_sym_cOmpLEtE] = ACTIONS(40), + [anon_sym_cOmpLETe] = ACTIONS(40), + [anon_sym_cOmpLETE] = ACTIONS(40), + [anon_sym_cOmPlete] = ACTIONS(40), + [anon_sym_cOmPletE] = ACTIONS(40), + [anon_sym_cOmPleTe] = ACTIONS(40), + [anon_sym_cOmPleTE] = ACTIONS(40), + [anon_sym_cOmPlEte] = ACTIONS(40), + [anon_sym_cOmPlEtE] = ACTIONS(40), + [anon_sym_cOmPlETe] = ACTIONS(40), + [anon_sym_cOmPlETE] = ACTIONS(40), + [anon_sym_cOmPLete] = ACTIONS(40), + [anon_sym_cOmPLetE] = ACTIONS(40), + [anon_sym_cOmPLeTe] = ACTIONS(40), + [anon_sym_cOmPLeTE] = ACTIONS(40), + [anon_sym_cOmPLEte] = ACTIONS(40), + [anon_sym_cOmPLEtE] = ACTIONS(40), + [anon_sym_cOmPLETe] = ACTIONS(40), + [anon_sym_cOmPLETE] = ACTIONS(40), + [anon_sym_cOMplete] = ACTIONS(40), + [anon_sym_cOMpletE] = ACTIONS(40), + [anon_sym_cOMpleTe] = ACTIONS(40), + [anon_sym_cOMpleTE] = ACTIONS(40), + [anon_sym_cOMplEte] = ACTIONS(40), + [anon_sym_cOMplEtE] = ACTIONS(40), + [anon_sym_cOMplETe] = ACTIONS(40), + [anon_sym_cOMplETE] = ACTIONS(40), + [anon_sym_cOMpLete] = ACTIONS(40), + [anon_sym_cOMpLetE] = ACTIONS(40), + [anon_sym_cOMpLeTe] = ACTIONS(40), + [anon_sym_cOMpLeTE] = ACTIONS(40), + [anon_sym_cOMpLEte] = ACTIONS(40), + [anon_sym_cOMpLEtE] = ACTIONS(40), + [anon_sym_cOMpLETe] = ACTIONS(40), + [anon_sym_cOMpLETE] = ACTIONS(40), + [anon_sym_cOMPlete] = ACTIONS(40), + [anon_sym_cOMPletE] = ACTIONS(40), + [anon_sym_cOMPleTe] = ACTIONS(40), + [anon_sym_cOMPleTE] = ACTIONS(40), + [anon_sym_cOMPlEte] = ACTIONS(40), + [anon_sym_cOMPlEtE] = ACTIONS(40), + [anon_sym_cOMPlETe] = ACTIONS(40), + [anon_sym_cOMPlETE] = ACTIONS(40), + [anon_sym_cOMPLete] = ACTIONS(40), + [anon_sym_cOMPLetE] = ACTIONS(40), + [anon_sym_cOMPLeTe] = ACTIONS(40), + [anon_sym_cOMPLeTE] = ACTIONS(40), + [anon_sym_cOMPLEte] = ACTIONS(40), + [anon_sym_cOMPLEtE] = ACTIONS(40), + [anon_sym_cOMPLETe] = ACTIONS(40), + [anon_sym_cOMPLETE] = ACTIONS(40), + [anon_sym_Complete] = ACTIONS(40), + [anon_sym_CompletE] = ACTIONS(40), + [anon_sym_CompleTe] = ACTIONS(40), + [anon_sym_CompleTE] = ACTIONS(40), + [anon_sym_ComplEte] = ACTIONS(40), + [anon_sym_ComplEtE] = ACTIONS(40), + [anon_sym_ComplETe] = ACTIONS(40), + [anon_sym_ComplETE] = ACTIONS(40), + [anon_sym_CompLete] = ACTIONS(40), + [anon_sym_CompLetE] = ACTIONS(40), + [anon_sym_CompLeTe] = ACTIONS(40), + [anon_sym_CompLeTE] = ACTIONS(40), + [anon_sym_CompLEte] = ACTIONS(40), + [anon_sym_CompLEtE] = ACTIONS(40), + [anon_sym_CompLETe] = ACTIONS(40), + [anon_sym_CompLETE] = ACTIONS(40), + [anon_sym_ComPlete] = ACTIONS(40), + [anon_sym_ComPletE] = ACTIONS(40), + [anon_sym_ComPleTe] = ACTIONS(40), + [anon_sym_ComPleTE] = ACTIONS(40), + [anon_sym_ComPlEte] = ACTIONS(40), + [anon_sym_ComPlEtE] = ACTIONS(40), + [anon_sym_ComPlETe] = ACTIONS(40), + [anon_sym_ComPlETE] = ACTIONS(40), + [anon_sym_ComPLete] = ACTIONS(40), + [anon_sym_ComPLetE] = ACTIONS(40), + [anon_sym_ComPLeTe] = ACTIONS(40), + [anon_sym_ComPLeTE] = ACTIONS(40), + [anon_sym_ComPLEte] = ACTIONS(40), + [anon_sym_ComPLEtE] = ACTIONS(40), + [anon_sym_ComPLETe] = ACTIONS(40), + [anon_sym_ComPLETE] = ACTIONS(40), + [anon_sym_CoMplete] = ACTIONS(40), + [anon_sym_CoMpletE] = ACTIONS(40), + [anon_sym_CoMpleTe] = ACTIONS(40), + [anon_sym_CoMpleTE] = ACTIONS(40), + [anon_sym_CoMplEte] = ACTIONS(40), + [anon_sym_CoMplEtE] = ACTIONS(40), + [anon_sym_CoMplETe] = ACTIONS(40), + [anon_sym_CoMplETE] = ACTIONS(40), + [anon_sym_CoMpLete] = ACTIONS(40), + [anon_sym_CoMpLetE] = ACTIONS(40), + [anon_sym_CoMpLeTe] = ACTIONS(40), + [anon_sym_CoMpLeTE] = ACTIONS(40), + [anon_sym_CoMpLEte] = ACTIONS(40), + [anon_sym_CoMpLEtE] = ACTIONS(40), + [anon_sym_CoMpLETe] = ACTIONS(40), + [anon_sym_CoMpLETE] = ACTIONS(40), + [anon_sym_CoMPlete] = ACTIONS(40), + [anon_sym_CoMPletE] = ACTIONS(40), + [anon_sym_CoMPleTe] = ACTIONS(40), + [anon_sym_CoMPleTE] = ACTIONS(40), + [anon_sym_CoMPlEte] = ACTIONS(40), + [anon_sym_CoMPlEtE] = ACTIONS(40), + [anon_sym_CoMPlETe] = ACTIONS(40), + [anon_sym_CoMPlETE] = ACTIONS(40), + [anon_sym_CoMPLete] = ACTIONS(40), + [anon_sym_CoMPLetE] = ACTIONS(40), + [anon_sym_CoMPLeTe] = ACTIONS(40), + [anon_sym_CoMPLeTE] = ACTIONS(40), + [anon_sym_CoMPLEte] = ACTIONS(40), + [anon_sym_CoMPLEtE] = ACTIONS(40), + [anon_sym_CoMPLETe] = ACTIONS(40), + [anon_sym_CoMPLETE] = ACTIONS(40), + [anon_sym_COmplete] = ACTIONS(40), + [anon_sym_COmpletE] = ACTIONS(40), + [anon_sym_COmpleTe] = ACTIONS(40), + [anon_sym_COmpleTE] = ACTIONS(40), + [anon_sym_COmplEte] = ACTIONS(40), + [anon_sym_COmplEtE] = ACTIONS(40), + [anon_sym_COmplETe] = ACTIONS(40), + [anon_sym_COmplETE] = ACTIONS(40), + [anon_sym_COmpLete] = ACTIONS(40), + [anon_sym_COmpLetE] = ACTIONS(40), + [anon_sym_COmpLeTe] = ACTIONS(40), + [anon_sym_COmpLeTE] = ACTIONS(40), + [anon_sym_COmpLEte] = ACTIONS(40), + [anon_sym_COmpLEtE] = ACTIONS(40), + [anon_sym_COmpLETe] = ACTIONS(40), + [anon_sym_COmpLETE] = ACTIONS(40), + [anon_sym_COmPlete] = ACTIONS(40), + [anon_sym_COmPletE] = ACTIONS(40), + [anon_sym_COmPleTe] = ACTIONS(40), + [anon_sym_COmPleTE] = ACTIONS(40), + [anon_sym_COmPlEte] = ACTIONS(40), + [anon_sym_COmPlEtE] = ACTIONS(40), + [anon_sym_COmPlETe] = ACTIONS(40), + [anon_sym_COmPlETE] = ACTIONS(40), + [anon_sym_COmPLete] = ACTIONS(40), + [anon_sym_COmPLetE] = ACTIONS(40), + [anon_sym_COmPLeTe] = ACTIONS(40), + [anon_sym_COmPLeTE] = ACTIONS(40), + [anon_sym_COmPLEte] = ACTIONS(40), + [anon_sym_COmPLEtE] = ACTIONS(40), + [anon_sym_COmPLETe] = ACTIONS(40), + [anon_sym_COmPLETE] = ACTIONS(40), + [anon_sym_COMplete] = ACTIONS(40), + [anon_sym_COMpletE] = ACTIONS(40), + [anon_sym_COMpleTe] = ACTIONS(40), + [anon_sym_COMpleTE] = ACTIONS(40), + [anon_sym_COMplEte] = ACTIONS(40), + [anon_sym_COMplEtE] = ACTIONS(40), + [anon_sym_COMplETe] = ACTIONS(40), + [anon_sym_COMplETE] = ACTIONS(40), + [anon_sym_COMpLete] = ACTIONS(40), + [anon_sym_COMpLetE] = ACTIONS(40), + [anon_sym_COMpLeTe] = ACTIONS(40), + [anon_sym_COMpLeTE] = ACTIONS(40), + [anon_sym_COMpLEte] = ACTIONS(40), + [anon_sym_COMpLEtE] = ACTIONS(40), + [anon_sym_COMpLETe] = ACTIONS(40), + [anon_sym_COMpLETE] = ACTIONS(40), + [anon_sym_COMPlete] = ACTIONS(40), + [anon_sym_COMPletE] = ACTIONS(40), + [anon_sym_COMPleTe] = ACTIONS(40), + [anon_sym_COMPleTE] = ACTIONS(40), + [anon_sym_COMPlEte] = ACTIONS(40), + [anon_sym_COMPlEtE] = ACTIONS(40), + [anon_sym_COMPlETe] = ACTIONS(40), + [anon_sym_COMPlETE] = ACTIONS(40), + [anon_sym_COMPLete] = ACTIONS(40), + [anon_sym_COMPLetE] = ACTIONS(40), + [anon_sym_COMPLeTe] = ACTIONS(40), + [anon_sym_COMPLeTE] = ACTIONS(40), + [anon_sym_COMPLEte] = ACTIONS(40), + [anon_sym_COMPLEtE] = ACTIONS(40), + [anon_sym_COMPLETe] = ACTIONS(40), + [anon_sym_COMPLETE] = ACTIONS(40), + [anon_sym_if] = ACTIONS(40), + [anon_sym_iF] = ACTIONS(40), + [anon_sym_If] = ACTIONS(40), + [anon_sym_IF] = ACTIONS(40), + [anon_sym_else] = ACTIONS(40), + [anon_sym_elsE] = ACTIONS(40), + [anon_sym_elSe] = ACTIONS(40), + [anon_sym_elSE] = ACTIONS(40), + [anon_sym_eLse] = ACTIONS(40), + [anon_sym_eLsE] = ACTIONS(40), + [anon_sym_eLSe] = ACTIONS(40), + [anon_sym_eLSE] = ACTIONS(40), + [anon_sym_Else] = ACTIONS(40), + [anon_sym_ElsE] = ACTIONS(40), + [anon_sym_ElSe] = ACTIONS(40), + [anon_sym_ElSE] = ACTIONS(40), + [anon_sym_ELse] = ACTIONS(40), + [anon_sym_ELsE] = ACTIONS(40), + [anon_sym_ELSe] = ACTIONS(40), + [anon_sym_ELSE] = ACTIONS(40), + [anon_sym_elseif] = ACTIONS(40), + [anon_sym_elseiF] = ACTIONS(40), + [anon_sym_elseIf] = ACTIONS(40), + [anon_sym_elseIF] = ACTIONS(40), + [anon_sym_elsEif] = ACTIONS(40), + [anon_sym_elsEiF] = ACTIONS(40), + [anon_sym_elsEIf] = ACTIONS(40), + [anon_sym_elsEIF] = ACTIONS(40), + [anon_sym_elSeif] = ACTIONS(40), + [anon_sym_elSeiF] = ACTIONS(40), + [anon_sym_elSeIf] = ACTIONS(40), + [anon_sym_elSeIF] = ACTIONS(40), + [anon_sym_elSEif] = ACTIONS(40), + [anon_sym_elSEiF] = ACTIONS(40), + [anon_sym_elSEIf] = ACTIONS(40), + [anon_sym_elSEIF] = ACTIONS(40), + [anon_sym_eLseif] = ACTIONS(40), + [anon_sym_eLseiF] = ACTIONS(40), + [anon_sym_eLseIf] = ACTIONS(40), + [anon_sym_eLseIF] = ACTIONS(40), + [anon_sym_eLsEif] = ACTIONS(40), + [anon_sym_eLsEiF] = ACTIONS(40), + [anon_sym_eLsEIf] = ACTIONS(40), + [anon_sym_eLsEIF] = ACTIONS(40), + [anon_sym_eLSeif] = ACTIONS(40), + [anon_sym_eLSeiF] = ACTIONS(40), + [anon_sym_eLSeIf] = ACTIONS(40), + [anon_sym_eLSeIF] = ACTIONS(40), + [anon_sym_eLSEif] = ACTIONS(40), + [anon_sym_eLSEiF] = ACTIONS(40), + [anon_sym_eLSEIf] = ACTIONS(40), + [anon_sym_eLSEIF] = ACTIONS(40), + [anon_sym_Elseif] = ACTIONS(40), + [anon_sym_ElseiF] = ACTIONS(40), + [anon_sym_ElseIf] = ACTIONS(40), + [anon_sym_ElseIF] = ACTIONS(40), + [anon_sym_ElsEif] = ACTIONS(40), + [anon_sym_ElsEiF] = ACTIONS(40), + [anon_sym_ElsEIf] = ACTIONS(40), + [anon_sym_ElsEIF] = ACTIONS(40), + [anon_sym_ElSeif] = ACTIONS(40), + [anon_sym_ElSeiF] = ACTIONS(40), + [anon_sym_ElSeIf] = ACTIONS(40), + [anon_sym_ElSeIF] = ACTIONS(40), + [anon_sym_ElSEif] = ACTIONS(40), + [anon_sym_ElSEiF] = ACTIONS(40), + [anon_sym_ElSEIf] = ACTIONS(40), + [anon_sym_ElSEIF] = ACTIONS(40), + [anon_sym_ELseif] = ACTIONS(40), + [anon_sym_ELseiF] = ACTIONS(40), + [anon_sym_ELseIf] = ACTIONS(40), + [anon_sym_ELseIF] = ACTIONS(40), + [anon_sym_ELsEif] = ACTIONS(40), + [anon_sym_ELsEiF] = ACTIONS(40), + [anon_sym_ELsEIf] = ACTIONS(40), + [anon_sym_ELsEIF] = ACTIONS(40), + [anon_sym_ELSeif] = ACTIONS(40), + [anon_sym_ELSeiF] = ACTIONS(40), + [anon_sym_ELSeIf] = ACTIONS(40), + [anon_sym_ELSeIF] = ACTIONS(40), + [anon_sym_ELSEif] = ACTIONS(40), + [anon_sym_ELSEiF] = ACTIONS(40), + [anon_sym_ELSEIf] = ACTIONS(40), + [anon_sym_ELSEIF] = ACTIONS(40), + [anon_sym_endif] = ACTIONS(40), + [anon_sym_endiF] = ACTIONS(40), + [anon_sym_endIf] = ACTIONS(40), + [anon_sym_endIF] = ACTIONS(40), + [anon_sym_enDif] = ACTIONS(40), + [anon_sym_enDiF] = ACTIONS(40), + [anon_sym_enDIf] = ACTIONS(40), + [anon_sym_enDIF] = ACTIONS(40), + [anon_sym_eNdif] = ACTIONS(40), + [anon_sym_eNdiF] = ACTIONS(40), + [anon_sym_eNdIf] = ACTIONS(40), + [anon_sym_eNdIF] = ACTIONS(40), + [anon_sym_eNDif] = ACTIONS(40), + [anon_sym_eNDiF] = ACTIONS(40), + [anon_sym_eNDIf] = ACTIONS(40), + [anon_sym_eNDIF] = ACTIONS(40), + [anon_sym_Endif] = ACTIONS(40), + [anon_sym_EndiF] = ACTIONS(40), + [anon_sym_EndIf] = ACTIONS(40), + [anon_sym_EndIF] = ACTIONS(40), + [anon_sym_EnDif] = ACTIONS(40), + [anon_sym_EnDiF] = ACTIONS(40), + [anon_sym_EnDIf] = ACTIONS(40), + [anon_sym_EnDIF] = ACTIONS(40), + [anon_sym_ENdif] = ACTIONS(40), + [anon_sym_ENdiF] = ACTIONS(40), + [anon_sym_ENdIf] = ACTIONS(40), + [anon_sym_ENdIF] = ACTIONS(40), + [anon_sym_ENDif] = ACTIONS(40), + [anon_sym_ENDiF] = ACTIONS(40), + [anon_sym_ENDIf] = ACTIONS(40), + [anon_sym_ENDIF] = ACTIONS(40), + [anon_sym_while] = ACTIONS(40), + [anon_sym_whilE] = ACTIONS(40), + [anon_sym_whiLe] = ACTIONS(40), + [anon_sym_whiLE] = ACTIONS(40), + [anon_sym_whIle] = ACTIONS(40), + [anon_sym_whIlE] = ACTIONS(40), + [anon_sym_whILe] = ACTIONS(40), + [anon_sym_whILE] = ACTIONS(40), + [anon_sym_wHile] = ACTIONS(40), + [anon_sym_wHilE] = ACTIONS(40), + [anon_sym_wHiLe] = ACTIONS(40), + [anon_sym_wHiLE] = ACTIONS(40), + [anon_sym_wHIle] = ACTIONS(40), + [anon_sym_wHIlE] = ACTIONS(40), + [anon_sym_wHILe] = ACTIONS(40), + [anon_sym_wHILE] = ACTIONS(40), + [anon_sym_While] = ACTIONS(40), + [anon_sym_WhilE] = ACTIONS(40), + [anon_sym_WhiLe] = ACTIONS(40), + [anon_sym_WhiLE] = ACTIONS(40), + [anon_sym_WhIle] = ACTIONS(40), + [anon_sym_WhIlE] = ACTIONS(40), + [anon_sym_WhILe] = ACTIONS(40), + [anon_sym_WhILE] = ACTIONS(40), + [anon_sym_WHile] = ACTIONS(40), + [anon_sym_WHilE] = ACTIONS(40), + [anon_sym_WHiLe] = ACTIONS(40), + [anon_sym_WHiLE] = ACTIONS(40), + [anon_sym_WHIle] = ACTIONS(40), + [anon_sym_WHIlE] = ACTIONS(40), + [anon_sym_WHILe] = ACTIONS(40), + [anon_sym_WHILE] = ACTIONS(40), + [anon_sym_endwhile] = ACTIONS(40), + [anon_sym_endwhilE] = ACTIONS(40), + [anon_sym_endwhiLe] = ACTIONS(40), + [anon_sym_endwhiLE] = ACTIONS(40), + [anon_sym_endwhIle] = ACTIONS(40), + [anon_sym_endwhIlE] = ACTIONS(40), + [anon_sym_endwhILe] = ACTIONS(40), + [anon_sym_endwhILE] = ACTIONS(40), + [anon_sym_endwHile] = ACTIONS(40), + [anon_sym_endwHilE] = ACTIONS(40), + [anon_sym_endwHiLe] = ACTIONS(40), + [anon_sym_endwHiLE] = ACTIONS(40), + [anon_sym_endwHIle] = ACTIONS(40), + [anon_sym_endwHIlE] = ACTIONS(40), + [anon_sym_endwHILe] = ACTIONS(40), + [anon_sym_endwHILE] = ACTIONS(40), + [anon_sym_endWhile] = ACTIONS(40), + [anon_sym_endWhilE] = ACTIONS(40), + [anon_sym_endWhiLe] = ACTIONS(40), + [anon_sym_endWhiLE] = ACTIONS(40), + [anon_sym_endWhIle] = ACTIONS(40), + [anon_sym_endWhIlE] = ACTIONS(40), + [anon_sym_endWhILe] = ACTIONS(40), + [anon_sym_endWhILE] = ACTIONS(40), + [anon_sym_endWHile] = ACTIONS(40), + [anon_sym_endWHilE] = ACTIONS(40), + [anon_sym_endWHiLe] = ACTIONS(40), + [anon_sym_endWHiLE] = ACTIONS(40), + [anon_sym_endWHIle] = ACTIONS(40), + [anon_sym_endWHIlE] = ACTIONS(40), + [anon_sym_endWHILe] = ACTIONS(40), + [anon_sym_endWHILE] = ACTIONS(40), + [anon_sym_enDwhile] = ACTIONS(40), + [anon_sym_enDwhilE] = ACTIONS(40), + [anon_sym_enDwhiLe] = ACTIONS(40), + [anon_sym_enDwhiLE] = ACTIONS(40), + [anon_sym_enDwhIle] = ACTIONS(40), + [anon_sym_enDwhIlE] = ACTIONS(40), + [anon_sym_enDwhILe] = ACTIONS(40), + [anon_sym_enDwhILE] = ACTIONS(40), + [anon_sym_enDwHile] = ACTIONS(40), + [anon_sym_enDwHilE] = ACTIONS(40), + [anon_sym_enDwHiLe] = ACTIONS(40), + [anon_sym_enDwHiLE] = ACTIONS(40), + [anon_sym_enDwHIle] = ACTIONS(40), + [anon_sym_enDwHIlE] = ACTIONS(40), + [anon_sym_enDwHILe] = ACTIONS(40), + [anon_sym_enDwHILE] = ACTIONS(40), + [anon_sym_enDWhile] = ACTIONS(40), + [anon_sym_enDWhilE] = ACTIONS(40), + [anon_sym_enDWhiLe] = ACTIONS(40), + [anon_sym_enDWhiLE] = ACTIONS(40), + [anon_sym_enDWhIle] = ACTIONS(40), + [anon_sym_enDWhIlE] = ACTIONS(40), + [anon_sym_enDWhILe] = ACTIONS(40), + [anon_sym_enDWhILE] = ACTIONS(40), + [anon_sym_enDWHile] = ACTIONS(40), + [anon_sym_enDWHilE] = ACTIONS(40), + [anon_sym_enDWHiLe] = ACTIONS(40), + [anon_sym_enDWHiLE] = ACTIONS(40), + [anon_sym_enDWHIle] = ACTIONS(40), + [anon_sym_enDWHIlE] = ACTIONS(40), + [anon_sym_enDWHILe] = ACTIONS(40), + [anon_sym_enDWHILE] = ACTIONS(40), + [anon_sym_eNdwhile] = ACTIONS(40), + [anon_sym_eNdwhilE] = ACTIONS(40), + [anon_sym_eNdwhiLe] = ACTIONS(40), + [anon_sym_eNdwhiLE] = ACTIONS(40), + [anon_sym_eNdwhIle] = ACTIONS(40), + [anon_sym_eNdwhIlE] = ACTIONS(40), + [anon_sym_eNdwhILe] = ACTIONS(40), + [anon_sym_eNdwhILE] = ACTIONS(40), + [anon_sym_eNdwHile] = ACTIONS(40), + [anon_sym_eNdwHilE] = ACTIONS(40), + [anon_sym_eNdwHiLe] = ACTIONS(40), + [anon_sym_eNdwHiLE] = ACTIONS(40), + [anon_sym_eNdwHIle] = ACTIONS(40), + [anon_sym_eNdwHIlE] = ACTIONS(40), + [anon_sym_eNdwHILe] = ACTIONS(40), + [anon_sym_eNdwHILE] = ACTIONS(40), + [anon_sym_eNdWhile] = ACTIONS(40), + [anon_sym_eNdWhilE] = ACTIONS(40), + [anon_sym_eNdWhiLe] = ACTIONS(40), + [anon_sym_eNdWhiLE] = ACTIONS(40), + [anon_sym_eNdWhIle] = ACTIONS(40), + [anon_sym_eNdWhIlE] = ACTIONS(40), + [anon_sym_eNdWhILe] = ACTIONS(40), + [anon_sym_eNdWhILE] = ACTIONS(40), + [anon_sym_eNdWHile] = ACTIONS(40), + [anon_sym_eNdWHilE] = ACTIONS(40), + [anon_sym_eNdWHiLe] = ACTIONS(40), + [anon_sym_eNdWHiLE] = ACTIONS(40), + [anon_sym_eNdWHIle] = ACTIONS(40), + [anon_sym_eNdWHIlE] = ACTIONS(40), + [anon_sym_eNdWHILe] = ACTIONS(40), + [anon_sym_eNdWHILE] = ACTIONS(40), + [anon_sym_eNDwhile] = ACTIONS(40), + [anon_sym_eNDwhilE] = ACTIONS(40), + [anon_sym_eNDwhiLe] = ACTIONS(40), + [anon_sym_eNDwhiLE] = ACTIONS(40), + [anon_sym_eNDwhIle] = ACTIONS(40), + [anon_sym_eNDwhIlE] = ACTIONS(40), + [anon_sym_eNDwhILe] = ACTIONS(40), + [anon_sym_eNDwhILE] = ACTIONS(40), + [anon_sym_eNDwHile] = ACTIONS(40), + [anon_sym_eNDwHilE] = ACTIONS(40), + [anon_sym_eNDwHiLe] = ACTIONS(40), + [anon_sym_eNDwHiLE] = ACTIONS(40), + [anon_sym_eNDwHIle] = ACTIONS(40), + [anon_sym_eNDwHIlE] = ACTIONS(40), + [anon_sym_eNDwHILe] = ACTIONS(40), + [anon_sym_eNDwHILE] = ACTIONS(40), + [anon_sym_eNDWhile] = ACTIONS(40), + [anon_sym_eNDWhilE] = ACTIONS(40), + [anon_sym_eNDWhiLe] = ACTIONS(40), + [anon_sym_eNDWhiLE] = ACTIONS(40), + [anon_sym_eNDWhIle] = ACTIONS(40), + [anon_sym_eNDWhIlE] = ACTIONS(40), + [anon_sym_eNDWhILe] = ACTIONS(40), + [anon_sym_eNDWhILE] = ACTIONS(40), + [anon_sym_eNDWHile] = ACTIONS(40), + [anon_sym_eNDWHilE] = ACTIONS(40), + [anon_sym_eNDWHiLe] = ACTIONS(40), + [anon_sym_eNDWHiLE] = ACTIONS(40), + [anon_sym_eNDWHIle] = ACTIONS(40), + [anon_sym_eNDWHIlE] = ACTIONS(40), + [anon_sym_eNDWHILe] = ACTIONS(40), + [anon_sym_eNDWHILE] = ACTIONS(40), + [anon_sym_Endwhile] = ACTIONS(40), + [anon_sym_EndwhilE] = ACTIONS(40), + [anon_sym_EndwhiLe] = ACTIONS(40), + [anon_sym_EndwhiLE] = ACTIONS(40), + [anon_sym_EndwhIle] = ACTIONS(40), + [anon_sym_EndwhIlE] = ACTIONS(40), + [anon_sym_EndwhILe] = ACTIONS(40), + [anon_sym_EndwhILE] = ACTIONS(40), + [anon_sym_EndwHile] = ACTIONS(40), + [anon_sym_EndwHilE] = ACTIONS(40), + [anon_sym_EndwHiLe] = ACTIONS(40), + [anon_sym_EndwHiLE] = ACTIONS(40), + [anon_sym_EndwHIle] = ACTIONS(40), + [anon_sym_EndwHIlE] = ACTIONS(40), + [anon_sym_EndwHILe] = ACTIONS(40), + [anon_sym_EndwHILE] = ACTIONS(40), + [anon_sym_EndWhile] = ACTIONS(40), + [anon_sym_EndWhilE] = ACTIONS(40), + [anon_sym_EndWhiLe] = ACTIONS(40), + [anon_sym_EndWhiLE] = ACTIONS(40), + [anon_sym_EndWhIle] = ACTIONS(40), + [anon_sym_EndWhIlE] = ACTIONS(40), + [anon_sym_EndWhILe] = ACTIONS(40), + [anon_sym_EndWhILE] = ACTIONS(40), + [anon_sym_EndWHile] = ACTIONS(40), + [anon_sym_EndWHilE] = ACTIONS(40), + [anon_sym_EndWHiLe] = ACTIONS(40), + [anon_sym_EndWHiLE] = ACTIONS(40), + [anon_sym_EndWHIle] = ACTIONS(40), + [anon_sym_EndWHIlE] = ACTIONS(40), + [anon_sym_EndWHILe] = ACTIONS(40), + [anon_sym_EndWHILE] = ACTIONS(40), + [anon_sym_EnDwhile] = ACTIONS(40), + [anon_sym_EnDwhilE] = ACTIONS(40), + [anon_sym_EnDwhiLe] = ACTIONS(40), + [anon_sym_EnDwhiLE] = ACTIONS(40), + [anon_sym_EnDwhIle] = ACTIONS(40), + [anon_sym_EnDwhIlE] = ACTIONS(40), + [anon_sym_EnDwhILe] = ACTIONS(40), + [anon_sym_EnDwhILE] = ACTIONS(40), + [anon_sym_EnDwHile] = ACTIONS(40), + [anon_sym_EnDwHilE] = ACTIONS(40), + [anon_sym_EnDwHiLe] = ACTIONS(40), + [anon_sym_EnDwHiLE] = ACTIONS(40), + [anon_sym_EnDwHIle] = ACTIONS(40), + [anon_sym_EnDwHIlE] = ACTIONS(40), + [anon_sym_EnDwHILe] = ACTIONS(40), + [anon_sym_EnDwHILE] = ACTIONS(40), + [anon_sym_EnDWhile] = ACTIONS(40), + [anon_sym_EnDWhilE] = ACTIONS(40), + [anon_sym_EnDWhiLe] = ACTIONS(40), + [anon_sym_EnDWhiLE] = ACTIONS(40), + [anon_sym_EnDWhIle] = ACTIONS(40), + [anon_sym_EnDWhIlE] = ACTIONS(40), + [anon_sym_EnDWhILe] = ACTIONS(40), + [anon_sym_EnDWhILE] = ACTIONS(40), + [anon_sym_EnDWHile] = ACTIONS(40), + [anon_sym_EnDWHilE] = ACTIONS(40), + [anon_sym_EnDWHiLe] = ACTIONS(40), + [anon_sym_EnDWHiLE] = ACTIONS(40), + [anon_sym_EnDWHIle] = ACTIONS(40), + [anon_sym_EnDWHIlE] = ACTIONS(40), + [anon_sym_EnDWHILe] = ACTIONS(40), + [anon_sym_EnDWHILE] = ACTIONS(40), + [anon_sym_ENdwhile] = ACTIONS(40), + [anon_sym_ENdwhilE] = ACTIONS(40), + [anon_sym_ENdwhiLe] = ACTIONS(40), + [anon_sym_ENdwhiLE] = ACTIONS(40), + [anon_sym_ENdwhIle] = ACTIONS(40), + [anon_sym_ENdwhIlE] = ACTIONS(40), + [anon_sym_ENdwhILe] = ACTIONS(40), + [anon_sym_ENdwhILE] = ACTIONS(40), + [anon_sym_ENdwHile] = ACTIONS(40), + [anon_sym_ENdwHilE] = ACTIONS(40), + [anon_sym_ENdwHiLe] = ACTIONS(40), + [anon_sym_ENdwHiLE] = ACTIONS(40), + [anon_sym_ENdwHIle] = ACTIONS(40), + [anon_sym_ENdwHIlE] = ACTIONS(40), + [anon_sym_ENdwHILe] = ACTIONS(40), + [anon_sym_ENdwHILE] = ACTIONS(40), + [anon_sym_ENdWhile] = ACTIONS(40), + [anon_sym_ENdWhilE] = ACTIONS(40), + [anon_sym_ENdWhiLe] = ACTIONS(40), + [anon_sym_ENdWhiLE] = ACTIONS(40), + [anon_sym_ENdWhIle] = ACTIONS(40), + [anon_sym_ENdWhIlE] = ACTIONS(40), + [anon_sym_ENdWhILe] = ACTIONS(40), + [anon_sym_ENdWhILE] = ACTIONS(40), + [anon_sym_ENdWHile] = ACTIONS(40), + [anon_sym_ENdWHilE] = ACTIONS(40), + [anon_sym_ENdWHiLe] = ACTIONS(40), + [anon_sym_ENdWHiLE] = ACTIONS(40), + [anon_sym_ENdWHIle] = ACTIONS(40), + [anon_sym_ENdWHIlE] = ACTIONS(40), + [anon_sym_ENdWHILe] = ACTIONS(40), + [anon_sym_ENdWHILE] = ACTIONS(40), + [anon_sym_ENDwhile] = ACTIONS(40), + [anon_sym_ENDwhilE] = ACTIONS(40), + [anon_sym_ENDwhiLe] = ACTIONS(40), + [anon_sym_ENDwhiLE] = ACTIONS(40), + [anon_sym_ENDwhIle] = ACTIONS(40), + [anon_sym_ENDwhIlE] = ACTIONS(40), + [anon_sym_ENDwhILe] = ACTIONS(40), + [anon_sym_ENDwhILE] = ACTIONS(40), + [anon_sym_ENDwHile] = ACTIONS(40), + [anon_sym_ENDwHilE] = ACTIONS(40), + [anon_sym_ENDwHiLe] = ACTIONS(40), + [anon_sym_ENDwHiLE] = ACTIONS(40), + [anon_sym_ENDwHIle] = ACTIONS(40), + [anon_sym_ENDwHIlE] = ACTIONS(40), + [anon_sym_ENDwHILe] = ACTIONS(40), + [anon_sym_ENDwHILE] = ACTIONS(40), + [anon_sym_ENDWhile] = ACTIONS(40), + [anon_sym_ENDWhilE] = ACTIONS(40), + [anon_sym_ENDWhiLe] = ACTIONS(40), + [anon_sym_ENDWhiLE] = ACTIONS(40), + [anon_sym_ENDWhIle] = ACTIONS(40), + [anon_sym_ENDWhIlE] = ACTIONS(40), + [anon_sym_ENDWhILe] = ACTIONS(40), + [anon_sym_ENDWhILE] = ACTIONS(40), + [anon_sym_ENDWHile] = ACTIONS(40), + [anon_sym_ENDWHilE] = ACTIONS(40), + [anon_sym_ENDWHiLe] = ACTIONS(40), + [anon_sym_ENDWHiLE] = ACTIONS(40), + [anon_sym_ENDWHIle] = ACTIONS(40), + [anon_sym_ENDWHIlE] = ACTIONS(40), + [anon_sym_ENDWHILe] = ACTIONS(40), + [anon_sym_ENDWHILE] = ACTIONS(40), + [anon_sym_detector] = ACTIONS(40), + [anon_sym_detectoR] = ACTIONS(40), + [anon_sym_detectOr] = ACTIONS(40), + [anon_sym_detectOR] = ACTIONS(40), + [anon_sym_detecTor] = ACTIONS(40), + [anon_sym_detecToR] = ACTIONS(40), + [anon_sym_detecTOr] = ACTIONS(40), + [anon_sym_detecTOR] = ACTIONS(40), + [anon_sym_deteCtor] = ACTIONS(40), + [anon_sym_deteCtoR] = ACTIONS(40), + [anon_sym_deteCtOr] = ACTIONS(40), + [anon_sym_deteCtOR] = ACTIONS(40), + [anon_sym_deteCTor] = ACTIONS(40), + [anon_sym_deteCToR] = ACTIONS(40), + [anon_sym_deteCTOr] = ACTIONS(40), + [anon_sym_deteCTOR] = ACTIONS(40), + [anon_sym_detEctor] = ACTIONS(40), + [anon_sym_detEctoR] = ACTIONS(40), + [anon_sym_detEctOr] = ACTIONS(40), + [anon_sym_detEctOR] = ACTIONS(40), + [anon_sym_detEcTor] = ACTIONS(40), + [anon_sym_detEcToR] = ACTIONS(40), + [anon_sym_detEcTOr] = ACTIONS(40), + [anon_sym_detEcTOR] = ACTIONS(40), + [anon_sym_detECtor] = ACTIONS(40), + [anon_sym_detECtoR] = ACTIONS(40), + [anon_sym_detECtOr] = ACTIONS(40), + [anon_sym_detECtOR] = ACTIONS(40), + [anon_sym_detECTor] = ACTIONS(40), + [anon_sym_detECToR] = ACTIONS(40), + [anon_sym_detECTOr] = ACTIONS(40), + [anon_sym_detECTOR] = ACTIONS(40), + [anon_sym_deTector] = ACTIONS(40), + [anon_sym_deTectoR] = ACTIONS(40), + [anon_sym_deTectOr] = ACTIONS(40), + [anon_sym_deTectOR] = ACTIONS(40), + [anon_sym_deTecTor] = ACTIONS(40), + [anon_sym_deTecToR] = ACTIONS(40), + [anon_sym_deTecTOr] = ACTIONS(40), + [anon_sym_deTecTOR] = ACTIONS(40), + [anon_sym_deTeCtor] = ACTIONS(40), + [anon_sym_deTeCtoR] = ACTIONS(40), + [anon_sym_deTeCtOr] = ACTIONS(40), + [anon_sym_deTeCtOR] = ACTIONS(40), + [anon_sym_deTeCTor] = ACTIONS(40), + [anon_sym_deTeCToR] = ACTIONS(40), + [anon_sym_deTeCTOr] = ACTIONS(40), + [anon_sym_deTeCTOR] = ACTIONS(40), + [anon_sym_deTEctor] = ACTIONS(40), + [anon_sym_deTEctoR] = ACTIONS(40), + [anon_sym_deTEctOr] = ACTIONS(40), + [anon_sym_deTEctOR] = ACTIONS(40), + [anon_sym_deTEcTor] = ACTIONS(40), + [anon_sym_deTEcToR] = ACTIONS(40), + [anon_sym_deTEcTOr] = ACTIONS(40), + [anon_sym_deTEcTOR] = ACTIONS(40), + [anon_sym_deTECtor] = ACTIONS(40), + [anon_sym_deTECtoR] = ACTIONS(40), + [anon_sym_deTECtOr] = ACTIONS(40), + [anon_sym_deTECtOR] = ACTIONS(40), + [anon_sym_deTECTor] = ACTIONS(40), + [anon_sym_deTECToR] = ACTIONS(40), + [anon_sym_deTECTOr] = ACTIONS(40), + [anon_sym_deTECTOR] = ACTIONS(40), + [anon_sym_dEtector] = ACTIONS(40), + [anon_sym_dEtectoR] = ACTIONS(40), + [anon_sym_dEtectOr] = ACTIONS(40), + [anon_sym_dEtectOR] = ACTIONS(40), + [anon_sym_dEtecTor] = ACTIONS(40), + [anon_sym_dEtecToR] = ACTIONS(40), + [anon_sym_dEtecTOr] = ACTIONS(40), + [anon_sym_dEtecTOR] = ACTIONS(40), + [anon_sym_dEteCtor] = ACTIONS(40), + [anon_sym_dEteCtoR] = ACTIONS(40), + [anon_sym_dEteCtOr] = ACTIONS(40), + [anon_sym_dEteCtOR] = ACTIONS(40), + [anon_sym_dEteCTor] = ACTIONS(40), + [anon_sym_dEteCToR] = ACTIONS(40), + [anon_sym_dEteCTOr] = ACTIONS(40), + [anon_sym_dEteCTOR] = ACTIONS(40), + [anon_sym_dEtEctor] = ACTIONS(40), + [anon_sym_dEtEctoR] = ACTIONS(40), + [anon_sym_dEtEctOr] = ACTIONS(40), + [anon_sym_dEtEctOR] = ACTIONS(40), + [anon_sym_dEtEcTor] = ACTIONS(40), + [anon_sym_dEtEcToR] = ACTIONS(40), + [anon_sym_dEtEcTOr] = ACTIONS(40), + [anon_sym_dEtEcTOR] = ACTIONS(40), + [anon_sym_dEtECtor] = ACTIONS(40), + [anon_sym_dEtECtoR] = ACTIONS(40), + [anon_sym_dEtECtOr] = ACTIONS(40), + [anon_sym_dEtECtOR] = ACTIONS(40), + [anon_sym_dEtECTor] = ACTIONS(40), + [anon_sym_dEtECToR] = ACTIONS(40), + [anon_sym_dEtECTOr] = ACTIONS(40), + [anon_sym_dEtECTOR] = ACTIONS(40), + [anon_sym_dETector] = ACTIONS(40), + [anon_sym_dETectoR] = ACTIONS(40), + [anon_sym_dETectOr] = ACTIONS(40), + [anon_sym_dETectOR] = ACTIONS(40), + [anon_sym_dETecTor] = ACTIONS(40), + [anon_sym_dETecToR] = ACTIONS(40), + [anon_sym_dETecTOr] = ACTIONS(40), + [anon_sym_dETecTOR] = ACTIONS(40), + [anon_sym_dETeCtor] = ACTIONS(40), + [anon_sym_dETeCtoR] = ACTIONS(40), + [anon_sym_dETeCtOr] = ACTIONS(40), + [anon_sym_dETeCtOR] = ACTIONS(40), + [anon_sym_dETeCTor] = ACTIONS(40), + [anon_sym_dETeCToR] = ACTIONS(40), + [anon_sym_dETeCTOr] = ACTIONS(40), + [anon_sym_dETeCTOR] = ACTIONS(40), + [anon_sym_dETEctor] = ACTIONS(40), + [anon_sym_dETEctoR] = ACTIONS(40), + [anon_sym_dETEctOr] = ACTIONS(40), + [anon_sym_dETEctOR] = ACTIONS(40), + [anon_sym_dETEcTor] = ACTIONS(40), + [anon_sym_dETEcToR] = ACTIONS(40), + [anon_sym_dETEcTOr] = ACTIONS(40), + [anon_sym_dETEcTOR] = ACTIONS(40), + [anon_sym_dETECtor] = ACTIONS(40), + [anon_sym_dETECtoR] = ACTIONS(40), + [anon_sym_dETECtOr] = ACTIONS(40), + [anon_sym_dETECtOR] = ACTIONS(40), + [anon_sym_dETECTor] = ACTIONS(40), + [anon_sym_dETECToR] = ACTIONS(40), + [anon_sym_dETECTOr] = ACTIONS(40), + [anon_sym_dETECTOR] = ACTIONS(40), + [anon_sym_Detector] = ACTIONS(40), + [anon_sym_DetectoR] = ACTIONS(40), + [anon_sym_DetectOr] = ACTIONS(40), + [anon_sym_DetectOR] = ACTIONS(40), + [anon_sym_DetecTor] = ACTIONS(40), + [anon_sym_DetecToR] = ACTIONS(40), + [anon_sym_DetecTOr] = ACTIONS(40), + [anon_sym_DetecTOR] = ACTIONS(40), + [anon_sym_DeteCtor] = ACTIONS(40), + [anon_sym_DeteCtoR] = ACTIONS(40), + [anon_sym_DeteCtOr] = ACTIONS(40), + [anon_sym_DeteCtOR] = ACTIONS(40), + [anon_sym_DeteCTor] = ACTIONS(40), + [anon_sym_DeteCToR] = ACTIONS(40), + [anon_sym_DeteCTOr] = ACTIONS(40), + [anon_sym_DeteCTOR] = ACTIONS(40), + [anon_sym_DetEctor] = ACTIONS(40), + [anon_sym_DetEctoR] = ACTIONS(40), + [anon_sym_DetEctOr] = ACTIONS(40), + [anon_sym_DetEctOR] = ACTIONS(40), + [anon_sym_DetEcTor] = ACTIONS(40), + [anon_sym_DetEcToR] = ACTIONS(40), + [anon_sym_DetEcTOr] = ACTIONS(40), + [anon_sym_DetEcTOR] = ACTIONS(40), + [anon_sym_DetECtor] = ACTIONS(40), + [anon_sym_DetECtoR] = ACTIONS(40), + [anon_sym_DetECtOr] = ACTIONS(40), + [anon_sym_DetECtOR] = ACTIONS(40), + [anon_sym_DetECTor] = ACTIONS(40), + [anon_sym_DetECToR] = ACTIONS(40), + [anon_sym_DetECTOr] = ACTIONS(40), + [anon_sym_DetECTOR] = ACTIONS(40), + [anon_sym_DeTector] = ACTIONS(40), + [anon_sym_DeTectoR] = ACTIONS(40), + [anon_sym_DeTectOr] = ACTIONS(40), + [anon_sym_DeTectOR] = ACTIONS(40), + [anon_sym_DeTecTor] = ACTIONS(40), + [anon_sym_DeTecToR] = ACTIONS(40), + [anon_sym_DeTecTOr] = ACTIONS(40), + [anon_sym_DeTecTOR] = ACTIONS(40), + [anon_sym_DeTeCtor] = ACTIONS(40), + [anon_sym_DeTeCtoR] = ACTIONS(40), + [anon_sym_DeTeCtOr] = ACTIONS(40), + [anon_sym_DeTeCtOR] = ACTIONS(40), + [anon_sym_DeTeCTor] = ACTIONS(40), + [anon_sym_DeTeCToR] = ACTIONS(40), + [anon_sym_DeTeCTOr] = ACTIONS(40), + [anon_sym_DeTeCTOR] = ACTIONS(40), + [anon_sym_DeTEctor] = ACTIONS(40), + [anon_sym_DeTEctoR] = ACTIONS(40), + [anon_sym_DeTEctOr] = ACTIONS(40), + [anon_sym_DeTEctOR] = ACTIONS(40), + [anon_sym_DeTEcTor] = ACTIONS(40), + [anon_sym_DeTEcToR] = ACTIONS(40), + [anon_sym_DeTEcTOr] = ACTIONS(40), + [anon_sym_DeTEcTOR] = ACTIONS(40), + [anon_sym_DeTECtor] = ACTIONS(40), + [anon_sym_DeTECtoR] = ACTIONS(40), + [anon_sym_DeTECtOr] = ACTIONS(40), + [anon_sym_DeTECtOR] = ACTIONS(40), + [anon_sym_DeTECTor] = ACTIONS(40), + [anon_sym_DeTECToR] = ACTIONS(40), + [anon_sym_DeTECTOr] = ACTIONS(40), + [anon_sym_DeTECTOR] = ACTIONS(40), + [anon_sym_DEtector] = ACTIONS(40), + [anon_sym_DEtectoR] = ACTIONS(40), + [anon_sym_DEtectOr] = ACTIONS(40), + [anon_sym_DEtectOR] = ACTIONS(40), + [anon_sym_DEtecTor] = ACTIONS(40), + [anon_sym_DEtecToR] = ACTIONS(40), + [anon_sym_DEtecTOr] = ACTIONS(40), + [anon_sym_DEtecTOR] = ACTIONS(40), + [anon_sym_DEteCtor] = ACTIONS(40), + [anon_sym_DEteCtoR] = ACTIONS(40), + [anon_sym_DEteCtOr] = ACTIONS(40), + [anon_sym_DEteCtOR] = ACTIONS(40), + [anon_sym_DEteCTor] = ACTIONS(40), + [anon_sym_DEteCToR] = ACTIONS(40), + [anon_sym_DEteCTOr] = ACTIONS(40), + [anon_sym_DEteCTOR] = ACTIONS(40), + [anon_sym_DEtEctor] = ACTIONS(40), + [anon_sym_DEtEctoR] = ACTIONS(40), + [anon_sym_DEtEctOr] = ACTIONS(40), + [anon_sym_DEtEctOR] = ACTIONS(40), + [anon_sym_DEtEcTor] = ACTIONS(40), + [anon_sym_DEtEcToR] = ACTIONS(40), + [anon_sym_DEtEcTOr] = ACTIONS(40), + [anon_sym_DEtEcTOR] = ACTIONS(40), + [anon_sym_DEtECtor] = ACTIONS(40), + [anon_sym_DEtECtoR] = ACTIONS(40), + [anon_sym_DEtECtOr] = ACTIONS(40), + [anon_sym_DEtECtOR] = ACTIONS(40), + [anon_sym_DEtECTor] = ACTIONS(40), + [anon_sym_DEtECToR] = ACTIONS(40), + [anon_sym_DEtECTOr] = ACTIONS(40), + [anon_sym_DEtECTOR] = ACTIONS(40), + [anon_sym_DETector] = ACTIONS(40), + [anon_sym_DETectoR] = ACTIONS(40), + [anon_sym_DETectOr] = ACTIONS(40), + [anon_sym_DETectOR] = ACTIONS(40), + [anon_sym_DETecTor] = ACTIONS(40), + [anon_sym_DETecToR] = ACTIONS(40), + [anon_sym_DETecTOr] = ACTIONS(40), + [anon_sym_DETecTOR] = ACTIONS(40), + [anon_sym_DETeCtor] = ACTIONS(40), + [anon_sym_DETeCtoR] = ACTIONS(40), + [anon_sym_DETeCtOr] = ACTIONS(40), + [anon_sym_DETeCtOR] = ACTIONS(40), + [anon_sym_DETeCTor] = ACTIONS(40), + [anon_sym_DETeCToR] = ACTIONS(40), + [anon_sym_DETeCTOr] = ACTIONS(40), + [anon_sym_DETeCTOR] = ACTIONS(40), + [anon_sym_DETEctor] = ACTIONS(40), + [anon_sym_DETEctoR] = ACTIONS(40), + [anon_sym_DETEctOr] = ACTIONS(40), + [anon_sym_DETEctOR] = ACTIONS(40), + [anon_sym_DETEcTor] = ACTIONS(40), + [anon_sym_DETEcToR] = ACTIONS(40), + [anon_sym_DETEcTOr] = ACTIONS(40), + [anon_sym_DETEcTOR] = ACTIONS(40), + [anon_sym_DETECtor] = ACTIONS(40), + [anon_sym_DETECtoR] = ACTIONS(40), + [anon_sym_DETECtOr] = ACTIONS(40), + [anon_sym_DETECtOR] = ACTIONS(40), + [anon_sym_DETECTor] = ACTIONS(40), + [anon_sym_DETECToR] = ACTIONS(40), + [anon_sym_DETECTOr] = ACTIONS(40), + [anon_sym_DETECTOR] = ACTIONS(40), + [anon_sym_invoke] = ACTIONS(40), + [anon_sym_invokE] = ACTIONS(40), + [anon_sym_invoKe] = ACTIONS(40), + [anon_sym_invoKE] = ACTIONS(40), + [anon_sym_invOke] = ACTIONS(40), + [anon_sym_invOkE] = ACTIONS(40), + [anon_sym_invOKe] = ACTIONS(40), + [anon_sym_invOKE] = ACTIONS(40), + [anon_sym_inVoke] = ACTIONS(40), + [anon_sym_inVokE] = ACTIONS(40), + [anon_sym_inVoKe] = ACTIONS(40), + [anon_sym_inVoKE] = ACTIONS(40), + [anon_sym_inVOke] = ACTIONS(40), + [anon_sym_inVOkE] = ACTIONS(40), + [anon_sym_inVOKe] = ACTIONS(40), + [anon_sym_inVOKE] = ACTIONS(40), + [anon_sym_iNvoke] = ACTIONS(40), + [anon_sym_iNvokE] = ACTIONS(40), + [anon_sym_iNvoKe] = ACTIONS(40), + [anon_sym_iNvoKE] = ACTIONS(40), + [anon_sym_iNvOke] = ACTIONS(40), + [anon_sym_iNvOkE] = ACTIONS(40), + [anon_sym_iNvOKe] = ACTIONS(40), + [anon_sym_iNvOKE] = ACTIONS(40), + [anon_sym_iNVoke] = ACTIONS(40), + [anon_sym_iNVokE] = ACTIONS(40), + [anon_sym_iNVoKe] = ACTIONS(40), + [anon_sym_iNVoKE] = ACTIONS(40), + [anon_sym_iNVOke] = ACTIONS(40), + [anon_sym_iNVOkE] = ACTIONS(40), + [anon_sym_iNVOKe] = ACTIONS(40), + [anon_sym_iNVOKE] = ACTIONS(40), + [anon_sym_Invoke] = ACTIONS(40), + [anon_sym_InvokE] = ACTIONS(40), + [anon_sym_InvoKe] = ACTIONS(40), + [anon_sym_InvoKE] = ACTIONS(40), + [anon_sym_InvOke] = ACTIONS(40), + [anon_sym_InvOkE] = ACTIONS(40), + [anon_sym_InvOKe] = ACTIONS(40), + [anon_sym_InvOKE] = ACTIONS(40), + [anon_sym_InVoke] = ACTIONS(40), + [anon_sym_InVokE] = ACTIONS(40), + [anon_sym_InVoKe] = ACTIONS(40), + [anon_sym_InVoKE] = ACTIONS(40), + [anon_sym_InVOke] = ACTIONS(40), + [anon_sym_InVOkE] = ACTIONS(40), + [anon_sym_InVOKe] = ACTIONS(40), + [anon_sym_InVOKE] = ACTIONS(40), + [anon_sym_INvoke] = ACTIONS(40), + [anon_sym_INvokE] = ACTIONS(40), + [anon_sym_INvoKe] = ACTIONS(40), + [anon_sym_INvoKE] = ACTIONS(40), + [anon_sym_INvOke] = ACTIONS(40), + [anon_sym_INvOkE] = ACTIONS(40), + [anon_sym_INvOKe] = ACTIONS(40), + [anon_sym_INvOKE] = ACTIONS(40), + [anon_sym_INVoke] = ACTIONS(40), + [anon_sym_INVokE] = ACTIONS(40), + [anon_sym_INVoKe] = ACTIONS(40), + [anon_sym_INVoKE] = ACTIONS(40), + [anon_sym_INVOke] = ACTIONS(40), + [anon_sym_INVOkE] = ACTIONS(40), + [anon_sym_INVOKe] = ACTIONS(40), + [anon_sym_INVOKE] = ACTIONS(40), + [anon_sym_select] = ACTIONS(40), + [anon_sym_selecT] = ACTIONS(40), + [anon_sym_seleCt] = ACTIONS(40), + [anon_sym_seleCT] = ACTIONS(40), + [anon_sym_selEct] = ACTIONS(40), + [anon_sym_selEcT] = ACTIONS(40), + [anon_sym_selECt] = ACTIONS(40), + [anon_sym_selECT] = ACTIONS(40), + [anon_sym_seLect] = ACTIONS(40), + [anon_sym_seLecT] = ACTIONS(40), + [anon_sym_seLeCt] = ACTIONS(40), + [anon_sym_seLeCT] = ACTIONS(40), + [anon_sym_seLEct] = ACTIONS(40), + [anon_sym_seLEcT] = ACTIONS(40), + [anon_sym_seLECt] = ACTIONS(40), + [anon_sym_seLECT] = ACTIONS(40), + [anon_sym_sElect] = ACTIONS(40), + [anon_sym_sElecT] = ACTIONS(40), + [anon_sym_sEleCt] = ACTIONS(40), + [anon_sym_sEleCT] = ACTIONS(40), + [anon_sym_sElEct] = ACTIONS(40), + [anon_sym_sElEcT] = ACTIONS(40), + [anon_sym_sElECt] = ACTIONS(40), + [anon_sym_sElECT] = ACTIONS(40), + [anon_sym_sELect] = ACTIONS(40), + [anon_sym_sELecT] = ACTIONS(40), + [anon_sym_sELeCt] = ACTIONS(40), + [anon_sym_sELeCT] = ACTIONS(40), + [anon_sym_sELEct] = ACTIONS(40), + [anon_sym_sELEcT] = ACTIONS(40), + [anon_sym_sELECt] = ACTIONS(40), + [anon_sym_sELECT] = ACTIONS(40), + [anon_sym_Select] = ACTIONS(40), + [anon_sym_SelecT] = ACTIONS(40), + [anon_sym_SeleCt] = ACTIONS(40), + [anon_sym_SeleCT] = ACTIONS(40), + [anon_sym_SelEct] = ACTIONS(40), + [anon_sym_SelEcT] = ACTIONS(40), + [anon_sym_SelECt] = ACTIONS(40), + [anon_sym_SelECT] = ACTIONS(40), + [anon_sym_SeLect] = ACTIONS(40), + [anon_sym_SeLecT] = ACTIONS(40), + [anon_sym_SeLeCt] = ACTIONS(40), + [anon_sym_SeLeCT] = ACTIONS(40), + [anon_sym_SeLEct] = ACTIONS(40), + [anon_sym_SeLEcT] = ACTIONS(40), + [anon_sym_SeLECt] = ACTIONS(40), + [anon_sym_SeLECT] = ACTIONS(40), + [anon_sym_SElect] = ACTIONS(40), + [anon_sym_SElecT] = ACTIONS(40), + [anon_sym_SEleCt] = ACTIONS(40), + [anon_sym_SEleCT] = ACTIONS(40), + [anon_sym_SElEct] = ACTIONS(40), + [anon_sym_SElEcT] = ACTIONS(40), + [anon_sym_SElECt] = ACTIONS(40), + [anon_sym_SElECT] = ACTIONS(40), + [anon_sym_SELect] = ACTIONS(40), + [anon_sym_SELecT] = ACTIONS(40), + [anon_sym_SELeCt] = ACTIONS(40), + [anon_sym_SELeCT] = ACTIONS(40), + [anon_sym_SELEct] = ACTIONS(40), + [anon_sym_SELEcT] = ACTIONS(40), + [anon_sym_SELECt] = ACTIONS(40), + [anon_sym_SELECT] = ACTIONS(40), }, [5] = { [sym_comment] = STATE(5), - [aux_sym__expression_repeat1] = STATE(5), - [ts_builtin_sym_end] = ACTIONS(41), - [sym_identifier] = ACTIONS(43), - [anon_sym_PLUS] = ACTIONS(45), - [anon_sym_DASH] = ACTIONS(45), - [anon_sym_STAR] = ACTIONS(45), - [anon_sym_SLASH] = ACTIONS(45), + [aux_sym__expression_repeat1] = STATE(3), + [ts_builtin_sym_end] = ACTIONS(44), + [sym_identifier] = ACTIONS(46), + [anon_sym_PLUS] = ACTIONS(42), + [anon_sym_DASH] = ACTIONS(42), + [anon_sym_STAR] = ACTIONS(42), + [anon_sym_SLASH] = ACTIONS(42), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(41), - [anon_sym_define] = ACTIONS(43), - [anon_sym_definE] = ACTIONS(43), - [anon_sym_defiNe] = ACTIONS(43), - [anon_sym_defiNE] = ACTIONS(43), - [anon_sym_defIne] = ACTIONS(43), - [anon_sym_defInE] = ACTIONS(43), - [anon_sym_defINe] = ACTIONS(43), - [anon_sym_defINE] = ACTIONS(43), - [anon_sym_deFine] = ACTIONS(43), - [anon_sym_deFinE] = ACTIONS(43), - [anon_sym_deFiNe] = ACTIONS(43), - [anon_sym_deFiNE] = ACTIONS(43), - [anon_sym_deFIne] = ACTIONS(43), - [anon_sym_deFInE] = ACTIONS(43), - [anon_sym_deFINe] = ACTIONS(43), - [anon_sym_deFINE] = ACTIONS(43), - [anon_sym_dEfine] = ACTIONS(43), - [anon_sym_dEfinE] = ACTIONS(43), - [anon_sym_dEfiNe] = ACTIONS(43), - [anon_sym_dEfiNE] = ACTIONS(43), - [anon_sym_dEfIne] = ACTIONS(43), - [anon_sym_dEfInE] = ACTIONS(43), - [anon_sym_dEfINe] = ACTIONS(43), - [anon_sym_dEfINE] = ACTIONS(43), - [anon_sym_dEFine] = ACTIONS(43), - [anon_sym_dEFinE] = ACTIONS(43), - [anon_sym_dEFiNe] = ACTIONS(43), - [anon_sym_dEFiNE] = ACTIONS(43), - [anon_sym_dEFIne] = ACTIONS(43), - [anon_sym_dEFInE] = ACTIONS(43), - [anon_sym_dEFINe] = ACTIONS(43), - [anon_sym_dEFINE] = ACTIONS(43), - [anon_sym_Define] = ACTIONS(43), - [anon_sym_DefinE] = ACTIONS(43), - [anon_sym_DefiNe] = ACTIONS(43), - [anon_sym_DefiNE] = ACTIONS(43), - [anon_sym_DefIne] = ACTIONS(43), - [anon_sym_DefInE] = ACTIONS(43), - [anon_sym_DefINe] = ACTIONS(43), - [anon_sym_DefINE] = ACTIONS(43), - [anon_sym_DeFine] = ACTIONS(43), - [anon_sym_DeFinE] = ACTIONS(43), - [anon_sym_DeFiNe] = ACTIONS(43), - [anon_sym_DeFiNE] = ACTIONS(43), - [anon_sym_DeFIne] = ACTIONS(43), - [anon_sym_DeFInE] = ACTIONS(43), - [anon_sym_DeFINe] = ACTIONS(43), - [anon_sym_DeFINE] = ACTIONS(43), - [anon_sym_DEfine] = ACTIONS(43), - [anon_sym_DEfinE] = ACTIONS(43), - [anon_sym_DEfiNe] = ACTIONS(43), - [anon_sym_DEfiNE] = ACTIONS(43), - [anon_sym_DEfIne] = ACTIONS(43), - [anon_sym_DEfInE] = ACTIONS(43), - [anon_sym_DEfINe] = ACTIONS(43), - [anon_sym_DEfINE] = ACTIONS(43), - [anon_sym_DEFine] = ACTIONS(43), - [anon_sym_DEFinE] = ACTIONS(43), - [anon_sym_DEFiNe] = ACTIONS(43), - [anon_sym_DEFiNE] = ACTIONS(43), - [anon_sym_DEFIne] = ACTIONS(43), - [anon_sym_DEFInE] = ACTIONS(43), - [anon_sym_DEFINe] = ACTIONS(43), - [anon_sym_DEFINE] = ACTIONS(43), - [anon_sym_include] = ACTIONS(43), - [anon_sym_includE] = ACTIONS(43), - [anon_sym_incluDe] = ACTIONS(43), - [anon_sym_incluDE] = ACTIONS(43), - [anon_sym_inclUde] = ACTIONS(43), - [anon_sym_inclUdE] = ACTIONS(43), - [anon_sym_inclUDe] = ACTIONS(43), - [anon_sym_inclUDE] = ACTIONS(43), - [anon_sym_incLude] = ACTIONS(43), - [anon_sym_incLudE] = ACTIONS(43), - [anon_sym_incLuDe] = ACTIONS(43), - [anon_sym_incLuDE] = ACTIONS(43), - [anon_sym_incLUde] = ACTIONS(43), - [anon_sym_incLUdE] = ACTIONS(43), - [anon_sym_incLUDe] = ACTIONS(43), - [anon_sym_incLUDE] = ACTIONS(43), - [anon_sym_inClude] = ACTIONS(43), - [anon_sym_inCludE] = ACTIONS(43), - [anon_sym_inCluDe] = ACTIONS(43), - [anon_sym_inCluDE] = ACTIONS(43), - [anon_sym_inClUde] = ACTIONS(43), - [anon_sym_inClUdE] = ACTIONS(43), - [anon_sym_inClUDe] = ACTIONS(43), - [anon_sym_inClUDE] = ACTIONS(43), - [anon_sym_inCLude] = ACTIONS(43), - [anon_sym_inCLudE] = ACTIONS(43), - [anon_sym_inCLuDe] = ACTIONS(43), - [anon_sym_inCLuDE] = ACTIONS(43), - [anon_sym_inCLUde] = ACTIONS(43), - [anon_sym_inCLUdE] = ACTIONS(43), - [anon_sym_inCLUDe] = ACTIONS(43), - [anon_sym_inCLUDE] = ACTIONS(43), - [anon_sym_iNclude] = ACTIONS(43), - [anon_sym_iNcludE] = ACTIONS(43), - [anon_sym_iNcluDe] = ACTIONS(43), - [anon_sym_iNcluDE] = ACTIONS(43), - [anon_sym_iNclUde] = ACTIONS(43), - [anon_sym_iNclUdE] = ACTIONS(43), - [anon_sym_iNclUDe] = ACTIONS(43), - [anon_sym_iNclUDE] = ACTIONS(43), - [anon_sym_iNcLude] = ACTIONS(43), - [anon_sym_iNcLudE] = ACTIONS(43), - [anon_sym_iNcLuDe] = ACTIONS(43), - [anon_sym_iNcLuDE] = ACTIONS(43), - [anon_sym_iNcLUde] = ACTIONS(43), - [anon_sym_iNcLUdE] = ACTIONS(43), - [anon_sym_iNcLUDe] = ACTIONS(43), - [anon_sym_iNcLUDE] = ACTIONS(43), - [anon_sym_iNClude] = ACTIONS(43), - [anon_sym_iNCludE] = ACTIONS(43), - [anon_sym_iNCluDe] = ACTIONS(43), - [anon_sym_iNCluDE] = ACTIONS(43), - [anon_sym_iNClUde] = ACTIONS(43), - [anon_sym_iNClUdE] = ACTIONS(43), - [anon_sym_iNClUDe] = ACTIONS(43), - [anon_sym_iNClUDE] = ACTIONS(43), - [anon_sym_iNCLude] = ACTIONS(43), - [anon_sym_iNCLudE] = ACTIONS(43), - [anon_sym_iNCLuDe] = ACTIONS(43), - [anon_sym_iNCLuDE] = ACTIONS(43), - [anon_sym_iNCLUde] = ACTIONS(43), - [anon_sym_iNCLUdE] = ACTIONS(43), - [anon_sym_iNCLUDe] = ACTIONS(43), - [anon_sym_iNCLUDE] = ACTIONS(43), - [anon_sym_Include] = ACTIONS(43), - [anon_sym_IncludE] = ACTIONS(43), - [anon_sym_IncluDe] = ACTIONS(43), - [anon_sym_IncluDE] = ACTIONS(43), - [anon_sym_InclUde] = ACTIONS(43), - [anon_sym_InclUdE] = ACTIONS(43), - [anon_sym_InclUDe] = ACTIONS(43), - [anon_sym_InclUDE] = ACTIONS(43), - [anon_sym_IncLude] = ACTIONS(43), - [anon_sym_IncLudE] = ACTIONS(43), - [anon_sym_IncLuDe] = ACTIONS(43), - [anon_sym_IncLuDE] = ACTIONS(43), - [anon_sym_IncLUde] = ACTIONS(43), - [anon_sym_IncLUdE] = ACTIONS(43), - [anon_sym_IncLUDe] = ACTIONS(43), - [anon_sym_IncLUDE] = ACTIONS(43), - [anon_sym_InClude] = ACTIONS(43), - [anon_sym_InCludE] = ACTIONS(43), - [anon_sym_InCluDe] = ACTIONS(43), - [anon_sym_InCluDE] = ACTIONS(43), - [anon_sym_InClUde] = ACTIONS(43), - [anon_sym_InClUdE] = ACTIONS(43), - [anon_sym_InClUDe] = ACTIONS(43), - [anon_sym_InClUDE] = ACTIONS(43), - [anon_sym_InCLude] = ACTIONS(43), - [anon_sym_InCLudE] = ACTIONS(43), - [anon_sym_InCLuDe] = ACTIONS(43), - [anon_sym_InCLuDE] = ACTIONS(43), - [anon_sym_InCLUde] = ACTIONS(43), - [anon_sym_InCLUdE] = ACTIONS(43), - [anon_sym_InCLUDe] = ACTIONS(43), - [anon_sym_InCLUDE] = ACTIONS(43), - [anon_sym_INclude] = ACTIONS(43), - [anon_sym_INcludE] = ACTIONS(43), - [anon_sym_INcluDe] = ACTIONS(43), - [anon_sym_INcluDE] = ACTIONS(43), - [anon_sym_INclUde] = ACTIONS(43), - [anon_sym_INclUdE] = ACTIONS(43), - [anon_sym_INclUDe] = ACTIONS(43), - [anon_sym_INclUDE] = ACTIONS(43), - [anon_sym_INcLude] = ACTIONS(43), - [anon_sym_INcLudE] = ACTIONS(43), - [anon_sym_INcLuDe] = ACTIONS(43), - [anon_sym_INcLuDE] = ACTIONS(43), - [anon_sym_INcLUde] = ACTIONS(43), - [anon_sym_INcLUdE] = ACTIONS(43), - [anon_sym_INcLUDe] = ACTIONS(43), - [anon_sym_INcLUDE] = ACTIONS(43), - [anon_sym_INClude] = ACTIONS(43), - [anon_sym_INCludE] = ACTIONS(43), - [anon_sym_INCluDe] = ACTIONS(43), - [anon_sym_INCluDE] = ACTIONS(43), - [anon_sym_INClUde] = ACTIONS(43), - [anon_sym_INClUdE] = ACTIONS(43), - [anon_sym_INClUDe] = ACTIONS(43), - [anon_sym_INClUDE] = ACTIONS(43), - [anon_sym_INCLude] = ACTIONS(43), - [anon_sym_INCLudE] = ACTIONS(43), - [anon_sym_INCLuDe] = ACTIONS(43), - [anon_sym_INCLuDE] = ACTIONS(43), - [anon_sym_INCLUde] = ACTIONS(43), - [anon_sym_INCLUdE] = ACTIONS(43), - [anon_sym_INCLUDe] = ACTIONS(43), - [anon_sym_INCLUDE] = ACTIONS(43), - [anon_sym_action] = ACTIONS(43), - [anon_sym_actioN] = ACTIONS(43), - [anon_sym_actiOn] = ACTIONS(43), - [anon_sym_actiON] = ACTIONS(43), - [anon_sym_actIon] = ACTIONS(43), - [anon_sym_actIoN] = ACTIONS(43), - [anon_sym_actIOn] = ACTIONS(43), - [anon_sym_actION] = ACTIONS(43), - [anon_sym_acTion] = ACTIONS(43), - [anon_sym_acTioN] = ACTIONS(43), - [anon_sym_acTiOn] = ACTIONS(43), - [anon_sym_acTiON] = ACTIONS(43), - [anon_sym_acTIon] = ACTIONS(43), - [anon_sym_acTIoN] = ACTIONS(43), - [anon_sym_acTIOn] = ACTIONS(43), - [anon_sym_acTION] = ACTIONS(43), - [anon_sym_aCtion] = ACTIONS(43), - [anon_sym_aCtioN] = ACTIONS(43), - [anon_sym_aCtiOn] = ACTIONS(43), - [anon_sym_aCtiON] = ACTIONS(43), - [anon_sym_aCtIon] = ACTIONS(43), - [anon_sym_aCtIoN] = ACTIONS(43), - [anon_sym_aCtIOn] = ACTIONS(43), - [anon_sym_aCtION] = ACTIONS(43), - [anon_sym_aCTion] = ACTIONS(43), - [anon_sym_aCTioN] = ACTIONS(43), - [anon_sym_aCTiOn] = ACTIONS(43), - [anon_sym_aCTiON] = ACTIONS(43), - [anon_sym_aCTIon] = ACTIONS(43), - [anon_sym_aCTIoN] = ACTIONS(43), - [anon_sym_aCTIOn] = ACTIONS(43), - [anon_sym_aCTION] = ACTIONS(43), - [anon_sym_Action] = ACTIONS(43), - [anon_sym_ActioN] = ACTIONS(43), - [anon_sym_ActiOn] = ACTIONS(43), - [anon_sym_ActiON] = ACTIONS(43), - [anon_sym_ActIon] = ACTIONS(43), - [anon_sym_ActIoN] = ACTIONS(43), - [anon_sym_ActIOn] = ACTIONS(43), - [anon_sym_ActION] = ACTIONS(43), - [anon_sym_AcTion] = ACTIONS(43), - [anon_sym_AcTioN] = ACTIONS(43), - [anon_sym_AcTiOn] = ACTIONS(43), - [anon_sym_AcTiON] = ACTIONS(43), - [anon_sym_AcTIon] = ACTIONS(43), - [anon_sym_AcTIoN] = ACTIONS(43), - [anon_sym_AcTIOn] = ACTIONS(43), - [anon_sym_AcTION] = ACTIONS(43), - [anon_sym_ACtion] = ACTIONS(43), - [anon_sym_ACtioN] = ACTIONS(43), - [anon_sym_ACtiOn] = ACTIONS(43), - [anon_sym_ACtiON] = ACTIONS(43), - [anon_sym_ACtIon] = ACTIONS(43), - [anon_sym_ACtIoN] = ACTIONS(43), - [anon_sym_ACtIOn] = ACTIONS(43), - [anon_sym_ACtION] = ACTIONS(43), - [anon_sym_ACTion] = ACTIONS(43), - [anon_sym_ACTioN] = ACTIONS(43), - [anon_sym_ACTiOn] = ACTIONS(43), - [anon_sym_ACTiON] = ACTIONS(43), - [anon_sym_ACTIon] = ACTIONS(43), - [anon_sym_ACTIoN] = ACTIONS(43), - [anon_sym_ACTIOn] = ACTIONS(43), - [anon_sym_ACTION] = ACTIONS(43), - [anon_sym_complete] = ACTIONS(43), - [anon_sym_completE] = ACTIONS(43), - [anon_sym_compleTe] = ACTIONS(43), - [anon_sym_compleTE] = ACTIONS(43), - [anon_sym_complEte] = ACTIONS(43), - [anon_sym_complEtE] = ACTIONS(43), - [anon_sym_complETe] = ACTIONS(43), - [anon_sym_complETE] = ACTIONS(43), - [anon_sym_compLete] = ACTIONS(43), - [anon_sym_compLetE] = ACTIONS(43), - [anon_sym_compLeTe] = ACTIONS(43), - [anon_sym_compLeTE] = ACTIONS(43), - [anon_sym_compLEte] = ACTIONS(43), - [anon_sym_compLEtE] = ACTIONS(43), - [anon_sym_compLETe] = ACTIONS(43), - [anon_sym_compLETE] = ACTIONS(43), - [anon_sym_comPlete] = ACTIONS(43), - [anon_sym_comPletE] = ACTIONS(43), - [anon_sym_comPleTe] = ACTIONS(43), - [anon_sym_comPleTE] = ACTIONS(43), - [anon_sym_comPlEte] = ACTIONS(43), - [anon_sym_comPlEtE] = ACTIONS(43), - [anon_sym_comPlETe] = ACTIONS(43), - [anon_sym_comPlETE] = ACTIONS(43), - [anon_sym_comPLete] = ACTIONS(43), - [anon_sym_comPLetE] = ACTIONS(43), - [anon_sym_comPLeTe] = ACTIONS(43), - [anon_sym_comPLeTE] = ACTIONS(43), - [anon_sym_comPLEte] = ACTIONS(43), - [anon_sym_comPLEtE] = ACTIONS(43), - [anon_sym_comPLETe] = ACTIONS(43), - [anon_sym_comPLETE] = ACTIONS(43), - [anon_sym_coMplete] = ACTIONS(43), - [anon_sym_coMpletE] = ACTIONS(43), - [anon_sym_coMpleTe] = ACTIONS(43), - [anon_sym_coMpleTE] = ACTIONS(43), - [anon_sym_coMplEte] = ACTIONS(43), - [anon_sym_coMplEtE] = ACTIONS(43), - [anon_sym_coMplETe] = ACTIONS(43), - [anon_sym_coMplETE] = ACTIONS(43), - [anon_sym_coMpLete] = ACTIONS(43), - [anon_sym_coMpLetE] = ACTIONS(43), - [anon_sym_coMpLeTe] = ACTIONS(43), - [anon_sym_coMpLeTE] = ACTIONS(43), - [anon_sym_coMpLEte] = ACTIONS(43), - [anon_sym_coMpLEtE] = ACTIONS(43), - [anon_sym_coMpLETe] = ACTIONS(43), - [anon_sym_coMpLETE] = ACTIONS(43), - [anon_sym_coMPlete] = ACTIONS(43), - [anon_sym_coMPletE] = ACTIONS(43), - [anon_sym_coMPleTe] = ACTIONS(43), - [anon_sym_coMPleTE] = ACTIONS(43), - [anon_sym_coMPlEte] = ACTIONS(43), - [anon_sym_coMPlEtE] = ACTIONS(43), - [anon_sym_coMPlETe] = ACTIONS(43), - [anon_sym_coMPlETE] = ACTIONS(43), - [anon_sym_coMPLete] = ACTIONS(43), - [anon_sym_coMPLetE] = ACTIONS(43), - [anon_sym_coMPLeTe] = ACTIONS(43), - [anon_sym_coMPLeTE] = ACTIONS(43), - [anon_sym_coMPLEte] = ACTIONS(43), - [anon_sym_coMPLEtE] = ACTIONS(43), - [anon_sym_coMPLETe] = ACTIONS(43), - [anon_sym_coMPLETE] = ACTIONS(43), - [anon_sym_cOmplete] = ACTIONS(43), - [anon_sym_cOmpletE] = ACTIONS(43), - [anon_sym_cOmpleTe] = ACTIONS(43), - [anon_sym_cOmpleTE] = ACTIONS(43), - [anon_sym_cOmplEte] = ACTIONS(43), - [anon_sym_cOmplEtE] = ACTIONS(43), - [anon_sym_cOmplETe] = ACTIONS(43), - [anon_sym_cOmplETE] = ACTIONS(43), - [anon_sym_cOmpLete] = ACTIONS(43), - [anon_sym_cOmpLetE] = ACTIONS(43), - [anon_sym_cOmpLeTe] = ACTIONS(43), - [anon_sym_cOmpLeTE] = ACTIONS(43), - [anon_sym_cOmpLEte] = ACTIONS(43), - [anon_sym_cOmpLEtE] = ACTIONS(43), - [anon_sym_cOmpLETe] = ACTIONS(43), - [anon_sym_cOmpLETE] = ACTIONS(43), - [anon_sym_cOmPlete] = ACTIONS(43), - [anon_sym_cOmPletE] = ACTIONS(43), - [anon_sym_cOmPleTe] = ACTIONS(43), - [anon_sym_cOmPleTE] = ACTIONS(43), - [anon_sym_cOmPlEte] = ACTIONS(43), - [anon_sym_cOmPlEtE] = ACTIONS(43), - [anon_sym_cOmPlETe] = ACTIONS(43), - [anon_sym_cOmPlETE] = ACTIONS(43), - [anon_sym_cOmPLete] = ACTIONS(43), - [anon_sym_cOmPLetE] = ACTIONS(43), - [anon_sym_cOmPLeTe] = ACTIONS(43), - [anon_sym_cOmPLeTE] = ACTIONS(43), - [anon_sym_cOmPLEte] = ACTIONS(43), - [anon_sym_cOmPLEtE] = ACTIONS(43), - [anon_sym_cOmPLETe] = ACTIONS(43), - [anon_sym_cOmPLETE] = ACTIONS(43), - [anon_sym_cOMplete] = ACTIONS(43), - [anon_sym_cOMpletE] = ACTIONS(43), - [anon_sym_cOMpleTe] = ACTIONS(43), - [anon_sym_cOMpleTE] = ACTIONS(43), - [anon_sym_cOMplEte] = ACTIONS(43), - [anon_sym_cOMplEtE] = ACTIONS(43), - [anon_sym_cOMplETe] = ACTIONS(43), - [anon_sym_cOMplETE] = ACTIONS(43), - [anon_sym_cOMpLete] = ACTIONS(43), - [anon_sym_cOMpLetE] = ACTIONS(43), - [anon_sym_cOMpLeTe] = ACTIONS(43), - [anon_sym_cOMpLeTE] = ACTIONS(43), - [anon_sym_cOMpLEte] = ACTIONS(43), - [anon_sym_cOMpLEtE] = ACTIONS(43), - [anon_sym_cOMpLETe] = ACTIONS(43), - [anon_sym_cOMpLETE] = ACTIONS(43), - [anon_sym_cOMPlete] = ACTIONS(43), - [anon_sym_cOMPletE] = ACTIONS(43), - [anon_sym_cOMPleTe] = ACTIONS(43), - [anon_sym_cOMPleTE] = ACTIONS(43), - [anon_sym_cOMPlEte] = ACTIONS(43), - [anon_sym_cOMPlEtE] = ACTIONS(43), - [anon_sym_cOMPlETe] = ACTIONS(43), - [anon_sym_cOMPlETE] = ACTIONS(43), - [anon_sym_cOMPLete] = ACTIONS(43), - [anon_sym_cOMPLetE] = ACTIONS(43), - [anon_sym_cOMPLeTe] = ACTIONS(43), - [anon_sym_cOMPLeTE] = ACTIONS(43), - [anon_sym_cOMPLEte] = ACTIONS(43), - [anon_sym_cOMPLEtE] = ACTIONS(43), - [anon_sym_cOMPLETe] = ACTIONS(43), - [anon_sym_cOMPLETE] = ACTIONS(43), - [anon_sym_Complete] = ACTIONS(43), - [anon_sym_CompletE] = ACTIONS(43), - [anon_sym_CompleTe] = ACTIONS(43), - [anon_sym_CompleTE] = ACTIONS(43), - [anon_sym_ComplEte] = ACTIONS(43), - [anon_sym_ComplEtE] = ACTIONS(43), - [anon_sym_ComplETe] = ACTIONS(43), - [anon_sym_ComplETE] = ACTIONS(43), - [anon_sym_CompLete] = ACTIONS(43), - [anon_sym_CompLetE] = ACTIONS(43), - [anon_sym_CompLeTe] = ACTIONS(43), - [anon_sym_CompLeTE] = ACTIONS(43), - [anon_sym_CompLEte] = ACTIONS(43), - [anon_sym_CompLEtE] = ACTIONS(43), - [anon_sym_CompLETe] = ACTIONS(43), - [anon_sym_CompLETE] = ACTIONS(43), - [anon_sym_ComPlete] = ACTIONS(43), - [anon_sym_ComPletE] = ACTIONS(43), - [anon_sym_ComPleTe] = ACTIONS(43), - [anon_sym_ComPleTE] = ACTIONS(43), - [anon_sym_ComPlEte] = ACTIONS(43), - [anon_sym_ComPlEtE] = ACTIONS(43), - [anon_sym_ComPlETe] = ACTIONS(43), - [anon_sym_ComPlETE] = ACTIONS(43), - [anon_sym_ComPLete] = ACTIONS(43), - [anon_sym_ComPLetE] = ACTIONS(43), - [anon_sym_ComPLeTe] = ACTIONS(43), - [anon_sym_ComPLeTE] = ACTIONS(43), - [anon_sym_ComPLEte] = ACTIONS(43), - [anon_sym_ComPLEtE] = ACTIONS(43), - [anon_sym_ComPLETe] = ACTIONS(43), - [anon_sym_ComPLETE] = ACTIONS(43), - [anon_sym_CoMplete] = ACTIONS(43), - [anon_sym_CoMpletE] = ACTIONS(43), - [anon_sym_CoMpleTe] = ACTIONS(43), - [anon_sym_CoMpleTE] = ACTIONS(43), - [anon_sym_CoMplEte] = ACTIONS(43), - [anon_sym_CoMplEtE] = ACTIONS(43), - [anon_sym_CoMplETe] = ACTIONS(43), - [anon_sym_CoMplETE] = ACTIONS(43), - [anon_sym_CoMpLete] = ACTIONS(43), - [anon_sym_CoMpLetE] = ACTIONS(43), - [anon_sym_CoMpLeTe] = ACTIONS(43), - [anon_sym_CoMpLeTE] = ACTIONS(43), - [anon_sym_CoMpLEte] = ACTIONS(43), - [anon_sym_CoMpLEtE] = ACTIONS(43), - [anon_sym_CoMpLETe] = ACTIONS(43), - [anon_sym_CoMpLETE] = ACTIONS(43), - [anon_sym_CoMPlete] = ACTIONS(43), - [anon_sym_CoMPletE] = ACTIONS(43), - [anon_sym_CoMPleTe] = ACTIONS(43), - [anon_sym_CoMPleTE] = ACTIONS(43), - [anon_sym_CoMPlEte] = ACTIONS(43), - [anon_sym_CoMPlEtE] = ACTIONS(43), - [anon_sym_CoMPlETe] = ACTIONS(43), - [anon_sym_CoMPlETE] = ACTIONS(43), - [anon_sym_CoMPLete] = ACTIONS(43), - [anon_sym_CoMPLetE] = ACTIONS(43), - [anon_sym_CoMPLeTe] = ACTIONS(43), - [anon_sym_CoMPLeTE] = ACTIONS(43), - [anon_sym_CoMPLEte] = ACTIONS(43), - [anon_sym_CoMPLEtE] = ACTIONS(43), - [anon_sym_CoMPLETe] = ACTIONS(43), - [anon_sym_CoMPLETE] = ACTIONS(43), - [anon_sym_COmplete] = ACTIONS(43), - [anon_sym_COmpletE] = ACTIONS(43), - [anon_sym_COmpleTe] = ACTIONS(43), - [anon_sym_COmpleTE] = ACTIONS(43), - [anon_sym_COmplEte] = ACTIONS(43), - [anon_sym_COmplEtE] = ACTIONS(43), - [anon_sym_COmplETe] = ACTIONS(43), - [anon_sym_COmplETE] = ACTIONS(43), - [anon_sym_COmpLete] = ACTIONS(43), - [anon_sym_COmpLetE] = ACTIONS(43), - [anon_sym_COmpLeTe] = ACTIONS(43), - [anon_sym_COmpLeTE] = ACTIONS(43), - [anon_sym_COmpLEte] = ACTIONS(43), - [anon_sym_COmpLEtE] = ACTIONS(43), - [anon_sym_COmpLETe] = ACTIONS(43), - [anon_sym_COmpLETE] = ACTIONS(43), - [anon_sym_COmPlete] = ACTIONS(43), - [anon_sym_COmPletE] = ACTIONS(43), - [anon_sym_COmPleTe] = ACTIONS(43), - [anon_sym_COmPleTE] = ACTIONS(43), - [anon_sym_COmPlEte] = ACTIONS(43), - [anon_sym_COmPlEtE] = ACTIONS(43), - [anon_sym_COmPlETe] = ACTIONS(43), - [anon_sym_COmPlETE] = ACTIONS(43), - [anon_sym_COmPLete] = ACTIONS(43), - [anon_sym_COmPLetE] = ACTIONS(43), - [anon_sym_COmPLeTe] = ACTIONS(43), - [anon_sym_COmPLeTE] = ACTIONS(43), - [anon_sym_COmPLEte] = ACTIONS(43), - [anon_sym_COmPLEtE] = ACTIONS(43), - [anon_sym_COmPLETe] = ACTIONS(43), - [anon_sym_COmPLETE] = ACTIONS(43), - [anon_sym_COMplete] = ACTIONS(43), - [anon_sym_COMpletE] = ACTIONS(43), - [anon_sym_COMpleTe] = ACTIONS(43), - [anon_sym_COMpleTE] = ACTIONS(43), - [anon_sym_COMplEte] = ACTIONS(43), - [anon_sym_COMplEtE] = ACTIONS(43), - [anon_sym_COMplETe] = ACTIONS(43), - [anon_sym_COMplETE] = ACTIONS(43), - [anon_sym_COMpLete] = ACTIONS(43), - [anon_sym_COMpLetE] = ACTIONS(43), - [anon_sym_COMpLeTe] = ACTIONS(43), - [anon_sym_COMpLeTE] = ACTIONS(43), - [anon_sym_COMpLEte] = ACTIONS(43), - [anon_sym_COMpLEtE] = ACTIONS(43), - [anon_sym_COMpLETe] = ACTIONS(43), - [anon_sym_COMpLETE] = ACTIONS(43), - [anon_sym_COMPlete] = ACTIONS(43), - [anon_sym_COMPletE] = ACTIONS(43), - [anon_sym_COMPleTe] = ACTIONS(43), - [anon_sym_COMPleTE] = ACTIONS(43), - [anon_sym_COMPlEte] = ACTIONS(43), - [anon_sym_COMPlEtE] = ACTIONS(43), - [anon_sym_COMPlETe] = ACTIONS(43), - [anon_sym_COMPlETE] = ACTIONS(43), - [anon_sym_COMPLete] = ACTIONS(43), - [anon_sym_COMPLetE] = ACTIONS(43), - [anon_sym_COMPLeTe] = ACTIONS(43), - [anon_sym_COMPLeTE] = ACTIONS(43), - [anon_sym_COMPLEte] = ACTIONS(43), - [anon_sym_COMPLEtE] = ACTIONS(43), - [anon_sym_COMPLETe] = ACTIONS(43), - [anon_sym_COMPLETE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(43), - [anon_sym_iF] = ACTIONS(43), - [anon_sym_If] = ACTIONS(43), - [anon_sym_IF] = ACTIONS(43), - [anon_sym_else] = ACTIONS(43), - [anon_sym_elsE] = ACTIONS(43), - [anon_sym_elSe] = ACTIONS(43), - [anon_sym_elSE] = ACTIONS(43), - [anon_sym_eLse] = ACTIONS(43), - [anon_sym_eLsE] = ACTIONS(43), - [anon_sym_eLSe] = ACTIONS(43), - [anon_sym_eLSE] = ACTIONS(43), - [anon_sym_Else] = ACTIONS(43), - [anon_sym_ElsE] = ACTIONS(43), - [anon_sym_ElSe] = ACTIONS(43), - [anon_sym_ElSE] = ACTIONS(43), - [anon_sym_ELse] = ACTIONS(43), - [anon_sym_ELsE] = ACTIONS(43), - [anon_sym_ELSe] = ACTIONS(43), - [anon_sym_ELSE] = ACTIONS(43), - [anon_sym_elseif] = ACTIONS(43), - [anon_sym_elseiF] = ACTIONS(43), - [anon_sym_elseIf] = ACTIONS(43), - [anon_sym_elseIF] = ACTIONS(43), - [anon_sym_elsEif] = ACTIONS(43), - [anon_sym_elsEiF] = ACTIONS(43), - [anon_sym_elsEIf] = ACTIONS(43), - [anon_sym_elsEIF] = ACTIONS(43), - [anon_sym_elSeif] = ACTIONS(43), - [anon_sym_elSeiF] = ACTIONS(43), - [anon_sym_elSeIf] = ACTIONS(43), - [anon_sym_elSeIF] = ACTIONS(43), - [anon_sym_elSEif] = ACTIONS(43), - [anon_sym_elSEiF] = ACTIONS(43), - [anon_sym_elSEIf] = ACTIONS(43), - [anon_sym_elSEIF] = ACTIONS(43), - [anon_sym_eLseif] = ACTIONS(43), - [anon_sym_eLseiF] = ACTIONS(43), - [anon_sym_eLseIf] = ACTIONS(43), - [anon_sym_eLseIF] = ACTIONS(43), - [anon_sym_eLsEif] = ACTIONS(43), - [anon_sym_eLsEiF] = ACTIONS(43), - [anon_sym_eLsEIf] = ACTIONS(43), - [anon_sym_eLsEIF] = ACTIONS(43), - [anon_sym_eLSeif] = ACTIONS(43), - [anon_sym_eLSeiF] = ACTIONS(43), - [anon_sym_eLSeIf] = ACTIONS(43), - [anon_sym_eLSeIF] = ACTIONS(43), - [anon_sym_eLSEif] = ACTIONS(43), - [anon_sym_eLSEiF] = ACTIONS(43), - [anon_sym_eLSEIf] = ACTIONS(43), - [anon_sym_eLSEIF] = ACTIONS(43), - [anon_sym_Elseif] = ACTIONS(43), - [anon_sym_ElseiF] = ACTIONS(43), - [anon_sym_ElseIf] = ACTIONS(43), - [anon_sym_ElseIF] = ACTIONS(43), - [anon_sym_ElsEif] = ACTIONS(43), - [anon_sym_ElsEiF] = ACTIONS(43), - [anon_sym_ElsEIf] = ACTIONS(43), - [anon_sym_ElsEIF] = ACTIONS(43), - [anon_sym_ElSeif] = ACTIONS(43), - [anon_sym_ElSeiF] = ACTIONS(43), - [anon_sym_ElSeIf] = ACTIONS(43), - [anon_sym_ElSeIF] = ACTIONS(43), - [anon_sym_ElSEif] = ACTIONS(43), - [anon_sym_ElSEiF] = ACTIONS(43), - [anon_sym_ElSEIf] = ACTIONS(43), - [anon_sym_ElSEIF] = ACTIONS(43), - [anon_sym_ELseif] = ACTIONS(43), - [anon_sym_ELseiF] = ACTIONS(43), - [anon_sym_ELseIf] = ACTIONS(43), - [anon_sym_ELseIF] = ACTIONS(43), - [anon_sym_ELsEif] = ACTIONS(43), - [anon_sym_ELsEiF] = ACTIONS(43), - [anon_sym_ELsEIf] = ACTIONS(43), - [anon_sym_ELsEIF] = ACTIONS(43), - [anon_sym_ELSeif] = ACTIONS(43), - [anon_sym_ELSeiF] = ACTIONS(43), - [anon_sym_ELSeIf] = ACTIONS(43), - [anon_sym_ELSeIF] = ACTIONS(43), - [anon_sym_ELSEif] = ACTIONS(43), - [anon_sym_ELSEiF] = ACTIONS(43), - [anon_sym_ELSEIf] = ACTIONS(43), - [anon_sym_ELSEIF] = ACTIONS(43), - [anon_sym_endif] = ACTIONS(43), - [anon_sym_endiF] = ACTIONS(43), - [anon_sym_endIf] = ACTIONS(43), - [anon_sym_endIF] = ACTIONS(43), - [anon_sym_enDif] = ACTIONS(43), - [anon_sym_enDiF] = ACTIONS(43), - [anon_sym_enDIf] = ACTIONS(43), - [anon_sym_enDIF] = ACTIONS(43), - [anon_sym_eNdif] = ACTIONS(43), - [anon_sym_eNdiF] = ACTIONS(43), - [anon_sym_eNdIf] = ACTIONS(43), - [anon_sym_eNdIF] = ACTIONS(43), - [anon_sym_eNDif] = ACTIONS(43), - [anon_sym_eNDiF] = ACTIONS(43), - [anon_sym_eNDIf] = ACTIONS(43), - [anon_sym_eNDIF] = ACTIONS(43), - [anon_sym_Endif] = ACTIONS(43), - [anon_sym_EndiF] = ACTIONS(43), - [anon_sym_EndIf] = ACTIONS(43), - [anon_sym_EndIF] = ACTIONS(43), - [anon_sym_EnDif] = ACTIONS(43), - [anon_sym_EnDiF] = ACTIONS(43), - [anon_sym_EnDIf] = ACTIONS(43), - [anon_sym_EnDIF] = ACTIONS(43), - [anon_sym_ENdif] = ACTIONS(43), - [anon_sym_ENdiF] = ACTIONS(43), - [anon_sym_ENdIf] = ACTIONS(43), - [anon_sym_ENdIF] = ACTIONS(43), - [anon_sym_ENDif] = ACTIONS(43), - [anon_sym_ENDiF] = ACTIONS(43), - [anon_sym_ENDIf] = ACTIONS(43), - [anon_sym_ENDIF] = ACTIONS(43), - [anon_sym_while] = ACTIONS(43), - [anon_sym_whilE] = ACTIONS(43), - [anon_sym_whiLe] = ACTIONS(43), - [anon_sym_whiLE] = ACTIONS(43), - [anon_sym_whIle] = ACTIONS(43), - [anon_sym_whIlE] = ACTIONS(43), - [anon_sym_whILe] = ACTIONS(43), - [anon_sym_whILE] = ACTIONS(43), - [anon_sym_wHile] = ACTIONS(43), - [anon_sym_wHilE] = ACTIONS(43), - [anon_sym_wHiLe] = ACTIONS(43), - [anon_sym_wHiLE] = ACTIONS(43), - [anon_sym_wHIle] = ACTIONS(43), - [anon_sym_wHIlE] = ACTIONS(43), - [anon_sym_wHILe] = ACTIONS(43), - [anon_sym_wHILE] = ACTIONS(43), - [anon_sym_While] = ACTIONS(43), - [anon_sym_WhilE] = ACTIONS(43), - [anon_sym_WhiLe] = ACTIONS(43), - [anon_sym_WhiLE] = ACTIONS(43), - [anon_sym_WhIle] = ACTIONS(43), - [anon_sym_WhIlE] = ACTIONS(43), - [anon_sym_WhILe] = ACTIONS(43), - [anon_sym_WhILE] = ACTIONS(43), - [anon_sym_WHile] = ACTIONS(43), - [anon_sym_WHilE] = ACTIONS(43), - [anon_sym_WHiLe] = ACTIONS(43), - [anon_sym_WHiLE] = ACTIONS(43), - [anon_sym_WHIle] = ACTIONS(43), - [anon_sym_WHIlE] = ACTIONS(43), - [anon_sym_WHILe] = ACTIONS(43), - [anon_sym_WHILE] = ACTIONS(43), - [anon_sym_endwhile] = ACTIONS(43), - [anon_sym_endwhilE] = ACTIONS(43), - [anon_sym_endwhiLe] = ACTIONS(43), - [anon_sym_endwhiLE] = ACTIONS(43), - [anon_sym_endwhIle] = ACTIONS(43), - [anon_sym_endwhIlE] = ACTIONS(43), - [anon_sym_endwhILe] = ACTIONS(43), - [anon_sym_endwhILE] = ACTIONS(43), - [anon_sym_endwHile] = ACTIONS(43), - [anon_sym_endwHilE] = ACTIONS(43), - [anon_sym_endwHiLe] = ACTIONS(43), - [anon_sym_endwHiLE] = ACTIONS(43), - [anon_sym_endwHIle] = ACTIONS(43), - [anon_sym_endwHIlE] = ACTIONS(43), - [anon_sym_endwHILe] = ACTIONS(43), - [anon_sym_endwHILE] = ACTIONS(43), - [anon_sym_endWhile] = ACTIONS(43), - [anon_sym_endWhilE] = ACTIONS(43), - [anon_sym_endWhiLe] = ACTIONS(43), - [anon_sym_endWhiLE] = ACTIONS(43), - [anon_sym_endWhIle] = ACTIONS(43), - [anon_sym_endWhIlE] = ACTIONS(43), - [anon_sym_endWhILe] = ACTIONS(43), - [anon_sym_endWhILE] = ACTIONS(43), - [anon_sym_endWHile] = ACTIONS(43), - [anon_sym_endWHilE] = ACTIONS(43), - [anon_sym_endWHiLe] = ACTIONS(43), - [anon_sym_endWHiLE] = ACTIONS(43), - [anon_sym_endWHIle] = ACTIONS(43), - [anon_sym_endWHIlE] = ACTIONS(43), - [anon_sym_endWHILe] = ACTIONS(43), - [anon_sym_endWHILE] = ACTIONS(43), - [anon_sym_enDwhile] = ACTIONS(43), - [anon_sym_enDwhilE] = ACTIONS(43), - [anon_sym_enDwhiLe] = ACTIONS(43), - [anon_sym_enDwhiLE] = ACTIONS(43), - [anon_sym_enDwhIle] = ACTIONS(43), - [anon_sym_enDwhIlE] = ACTIONS(43), - [anon_sym_enDwhILe] = ACTIONS(43), - [anon_sym_enDwhILE] = ACTIONS(43), - [anon_sym_enDwHile] = ACTIONS(43), - [anon_sym_enDwHilE] = ACTIONS(43), - [anon_sym_enDwHiLe] = ACTIONS(43), - [anon_sym_enDwHiLE] = ACTIONS(43), - [anon_sym_enDwHIle] = ACTIONS(43), - [anon_sym_enDwHIlE] = ACTIONS(43), - [anon_sym_enDwHILe] = ACTIONS(43), - [anon_sym_enDwHILE] = ACTIONS(43), - [anon_sym_enDWhile] = ACTIONS(43), - [anon_sym_enDWhilE] = ACTIONS(43), - [anon_sym_enDWhiLe] = ACTIONS(43), - [anon_sym_enDWhiLE] = ACTIONS(43), - [anon_sym_enDWhIle] = ACTIONS(43), - [anon_sym_enDWhIlE] = ACTIONS(43), - [anon_sym_enDWhILe] = ACTIONS(43), - [anon_sym_enDWhILE] = ACTIONS(43), - [anon_sym_enDWHile] = ACTIONS(43), - [anon_sym_enDWHilE] = ACTIONS(43), - [anon_sym_enDWHiLe] = ACTIONS(43), - [anon_sym_enDWHiLE] = ACTIONS(43), - [anon_sym_enDWHIle] = ACTIONS(43), - [anon_sym_enDWHIlE] = ACTIONS(43), - [anon_sym_enDWHILe] = ACTIONS(43), - [anon_sym_enDWHILE] = ACTIONS(43), - [anon_sym_eNdwhile] = ACTIONS(43), - [anon_sym_eNdwhilE] = ACTIONS(43), - [anon_sym_eNdwhiLe] = ACTIONS(43), - [anon_sym_eNdwhiLE] = ACTIONS(43), - [anon_sym_eNdwhIle] = ACTIONS(43), - [anon_sym_eNdwhIlE] = ACTIONS(43), - [anon_sym_eNdwhILe] = ACTIONS(43), - [anon_sym_eNdwhILE] = ACTIONS(43), - [anon_sym_eNdwHile] = ACTIONS(43), - [anon_sym_eNdwHilE] = ACTIONS(43), - [anon_sym_eNdwHiLe] = ACTIONS(43), - [anon_sym_eNdwHiLE] = ACTIONS(43), - [anon_sym_eNdwHIle] = ACTIONS(43), - [anon_sym_eNdwHIlE] = ACTIONS(43), - [anon_sym_eNdwHILe] = ACTIONS(43), - [anon_sym_eNdwHILE] = ACTIONS(43), - [anon_sym_eNdWhile] = ACTIONS(43), - [anon_sym_eNdWhilE] = ACTIONS(43), - [anon_sym_eNdWhiLe] = ACTIONS(43), - [anon_sym_eNdWhiLE] = ACTIONS(43), - [anon_sym_eNdWhIle] = ACTIONS(43), - [anon_sym_eNdWhIlE] = ACTIONS(43), - [anon_sym_eNdWhILe] = ACTIONS(43), - [anon_sym_eNdWhILE] = ACTIONS(43), - [anon_sym_eNdWHile] = ACTIONS(43), - [anon_sym_eNdWHilE] = ACTIONS(43), - [anon_sym_eNdWHiLe] = ACTIONS(43), - [anon_sym_eNdWHiLE] = ACTIONS(43), - [anon_sym_eNdWHIle] = ACTIONS(43), - [anon_sym_eNdWHIlE] = ACTIONS(43), - [anon_sym_eNdWHILe] = ACTIONS(43), - [anon_sym_eNdWHILE] = ACTIONS(43), - [anon_sym_eNDwhile] = ACTIONS(43), - [anon_sym_eNDwhilE] = ACTIONS(43), - [anon_sym_eNDwhiLe] = ACTIONS(43), - [anon_sym_eNDwhiLE] = ACTIONS(43), - [anon_sym_eNDwhIle] = ACTIONS(43), - [anon_sym_eNDwhIlE] = ACTIONS(43), - [anon_sym_eNDwhILe] = ACTIONS(43), - [anon_sym_eNDwhILE] = ACTIONS(43), - [anon_sym_eNDwHile] = ACTIONS(43), - [anon_sym_eNDwHilE] = ACTIONS(43), - [anon_sym_eNDwHiLe] = ACTIONS(43), - [anon_sym_eNDwHiLE] = ACTIONS(43), - [anon_sym_eNDwHIle] = ACTIONS(43), - [anon_sym_eNDwHIlE] = ACTIONS(43), - [anon_sym_eNDwHILe] = ACTIONS(43), - [anon_sym_eNDwHILE] = ACTIONS(43), - [anon_sym_eNDWhile] = ACTIONS(43), - [anon_sym_eNDWhilE] = ACTIONS(43), - [anon_sym_eNDWhiLe] = ACTIONS(43), - [anon_sym_eNDWhiLE] = ACTIONS(43), - [anon_sym_eNDWhIle] = ACTIONS(43), - [anon_sym_eNDWhIlE] = ACTIONS(43), - [anon_sym_eNDWhILe] = ACTIONS(43), - [anon_sym_eNDWhILE] = ACTIONS(43), - [anon_sym_eNDWHile] = ACTIONS(43), - [anon_sym_eNDWHilE] = ACTIONS(43), - [anon_sym_eNDWHiLe] = ACTIONS(43), - [anon_sym_eNDWHiLE] = ACTIONS(43), - [anon_sym_eNDWHIle] = ACTIONS(43), - [anon_sym_eNDWHIlE] = ACTIONS(43), - [anon_sym_eNDWHILe] = ACTIONS(43), - [anon_sym_eNDWHILE] = ACTIONS(43), - [anon_sym_Endwhile] = ACTIONS(43), - [anon_sym_EndwhilE] = ACTIONS(43), - [anon_sym_EndwhiLe] = ACTIONS(43), - [anon_sym_EndwhiLE] = ACTIONS(43), - [anon_sym_EndwhIle] = ACTIONS(43), - [anon_sym_EndwhIlE] = ACTIONS(43), - [anon_sym_EndwhILe] = ACTIONS(43), - [anon_sym_EndwhILE] = ACTIONS(43), - [anon_sym_EndwHile] = ACTIONS(43), - [anon_sym_EndwHilE] = ACTIONS(43), - [anon_sym_EndwHiLe] = ACTIONS(43), - [anon_sym_EndwHiLE] = ACTIONS(43), - [anon_sym_EndwHIle] = ACTIONS(43), - [anon_sym_EndwHIlE] = ACTIONS(43), - [anon_sym_EndwHILe] = ACTIONS(43), - [anon_sym_EndwHILE] = ACTIONS(43), - [anon_sym_EndWhile] = ACTIONS(43), - [anon_sym_EndWhilE] = ACTIONS(43), - [anon_sym_EndWhiLe] = ACTIONS(43), - [anon_sym_EndWhiLE] = ACTIONS(43), - [anon_sym_EndWhIle] = ACTIONS(43), - [anon_sym_EndWhIlE] = ACTIONS(43), - [anon_sym_EndWhILe] = ACTIONS(43), - [anon_sym_EndWhILE] = ACTIONS(43), - [anon_sym_EndWHile] = ACTIONS(43), - [anon_sym_EndWHilE] = ACTIONS(43), - [anon_sym_EndWHiLe] = ACTIONS(43), - [anon_sym_EndWHiLE] = ACTIONS(43), - [anon_sym_EndWHIle] = ACTIONS(43), - [anon_sym_EndWHIlE] = ACTIONS(43), - [anon_sym_EndWHILe] = ACTIONS(43), - [anon_sym_EndWHILE] = ACTIONS(43), - [anon_sym_EnDwhile] = ACTIONS(43), - [anon_sym_EnDwhilE] = ACTIONS(43), - [anon_sym_EnDwhiLe] = ACTIONS(43), - [anon_sym_EnDwhiLE] = ACTIONS(43), - [anon_sym_EnDwhIle] = ACTIONS(43), - [anon_sym_EnDwhIlE] = ACTIONS(43), - [anon_sym_EnDwhILe] = ACTIONS(43), - [anon_sym_EnDwhILE] = ACTIONS(43), - [anon_sym_EnDwHile] = ACTIONS(43), - [anon_sym_EnDwHilE] = ACTIONS(43), - [anon_sym_EnDwHiLe] = ACTIONS(43), - [anon_sym_EnDwHiLE] = ACTIONS(43), - [anon_sym_EnDwHIle] = ACTIONS(43), - [anon_sym_EnDwHIlE] = ACTIONS(43), - [anon_sym_EnDwHILe] = ACTIONS(43), - [anon_sym_EnDwHILE] = ACTIONS(43), - [anon_sym_EnDWhile] = ACTIONS(43), - [anon_sym_EnDWhilE] = ACTIONS(43), - [anon_sym_EnDWhiLe] = ACTIONS(43), - [anon_sym_EnDWhiLE] = ACTIONS(43), - [anon_sym_EnDWhIle] = ACTIONS(43), - [anon_sym_EnDWhIlE] = ACTIONS(43), - [anon_sym_EnDWhILe] = ACTIONS(43), - [anon_sym_EnDWhILE] = ACTIONS(43), - [anon_sym_EnDWHile] = ACTIONS(43), - [anon_sym_EnDWHilE] = ACTIONS(43), - [anon_sym_EnDWHiLe] = ACTIONS(43), - [anon_sym_EnDWHiLE] = ACTIONS(43), - [anon_sym_EnDWHIle] = ACTIONS(43), - [anon_sym_EnDWHIlE] = ACTIONS(43), - [anon_sym_EnDWHILe] = ACTIONS(43), - [anon_sym_EnDWHILE] = ACTIONS(43), - [anon_sym_ENdwhile] = ACTIONS(43), - [anon_sym_ENdwhilE] = ACTIONS(43), - [anon_sym_ENdwhiLe] = ACTIONS(43), - [anon_sym_ENdwhiLE] = ACTIONS(43), - [anon_sym_ENdwhIle] = ACTIONS(43), - [anon_sym_ENdwhIlE] = ACTIONS(43), - [anon_sym_ENdwhILe] = ACTIONS(43), - [anon_sym_ENdwhILE] = ACTIONS(43), - [anon_sym_ENdwHile] = ACTIONS(43), - [anon_sym_ENdwHilE] = ACTIONS(43), - [anon_sym_ENdwHiLe] = ACTIONS(43), - [anon_sym_ENdwHiLE] = ACTIONS(43), - [anon_sym_ENdwHIle] = ACTIONS(43), - [anon_sym_ENdwHIlE] = ACTIONS(43), - [anon_sym_ENdwHILe] = ACTIONS(43), - [anon_sym_ENdwHILE] = ACTIONS(43), - [anon_sym_ENdWhile] = ACTIONS(43), - [anon_sym_ENdWhilE] = ACTIONS(43), - [anon_sym_ENdWhiLe] = ACTIONS(43), - [anon_sym_ENdWhiLE] = ACTIONS(43), - [anon_sym_ENdWhIle] = ACTIONS(43), - [anon_sym_ENdWhIlE] = ACTIONS(43), - [anon_sym_ENdWhILe] = ACTIONS(43), - [anon_sym_ENdWhILE] = ACTIONS(43), - [anon_sym_ENdWHile] = ACTIONS(43), - [anon_sym_ENdWHilE] = ACTIONS(43), - [anon_sym_ENdWHiLe] = ACTIONS(43), - [anon_sym_ENdWHiLE] = ACTIONS(43), - [anon_sym_ENdWHIle] = ACTIONS(43), - [anon_sym_ENdWHIlE] = ACTIONS(43), - [anon_sym_ENdWHILe] = ACTIONS(43), - [anon_sym_ENdWHILE] = ACTIONS(43), - [anon_sym_ENDwhile] = ACTIONS(43), - [anon_sym_ENDwhilE] = ACTIONS(43), - [anon_sym_ENDwhiLe] = ACTIONS(43), - [anon_sym_ENDwhiLE] = ACTIONS(43), - [anon_sym_ENDwhIle] = ACTIONS(43), - [anon_sym_ENDwhIlE] = ACTIONS(43), - [anon_sym_ENDwhILe] = ACTIONS(43), - [anon_sym_ENDwhILE] = ACTIONS(43), - [anon_sym_ENDwHile] = ACTIONS(43), - [anon_sym_ENDwHilE] = ACTIONS(43), - [anon_sym_ENDwHiLe] = ACTIONS(43), - [anon_sym_ENDwHiLE] = ACTIONS(43), - [anon_sym_ENDwHIle] = ACTIONS(43), - [anon_sym_ENDwHIlE] = ACTIONS(43), - [anon_sym_ENDwHILe] = ACTIONS(43), - [anon_sym_ENDwHILE] = ACTIONS(43), - [anon_sym_ENDWhile] = ACTIONS(43), - [anon_sym_ENDWhilE] = ACTIONS(43), - [anon_sym_ENDWhiLe] = ACTIONS(43), - [anon_sym_ENDWhiLE] = ACTIONS(43), - [anon_sym_ENDWhIle] = ACTIONS(43), - [anon_sym_ENDWhIlE] = ACTIONS(43), - [anon_sym_ENDWhILe] = ACTIONS(43), - [anon_sym_ENDWhILE] = ACTIONS(43), - [anon_sym_ENDWHile] = ACTIONS(43), - [anon_sym_ENDWHilE] = ACTIONS(43), - [anon_sym_ENDWHiLe] = ACTIONS(43), - [anon_sym_ENDWHiLE] = ACTIONS(43), - [anon_sym_ENDWHIle] = ACTIONS(43), - [anon_sym_ENDWHIlE] = ACTIONS(43), - [anon_sym_ENDWHILe] = ACTIONS(43), - [anon_sym_ENDWHILE] = ACTIONS(43), - [anon_sym_detector] = ACTIONS(43), - [anon_sym_detectoR] = ACTIONS(43), - [anon_sym_detectOr] = ACTIONS(43), - [anon_sym_detectOR] = ACTIONS(43), - [anon_sym_detecTor] = ACTIONS(43), - [anon_sym_detecToR] = ACTIONS(43), - [anon_sym_detecTOr] = ACTIONS(43), - [anon_sym_detecTOR] = ACTIONS(43), - [anon_sym_deteCtor] = ACTIONS(43), - [anon_sym_deteCtoR] = ACTIONS(43), - [anon_sym_deteCtOr] = ACTIONS(43), - [anon_sym_deteCtOR] = ACTIONS(43), - [anon_sym_deteCTor] = ACTIONS(43), - [anon_sym_deteCToR] = ACTIONS(43), - [anon_sym_deteCTOr] = ACTIONS(43), - [anon_sym_deteCTOR] = ACTIONS(43), - [anon_sym_detEctor] = ACTIONS(43), - [anon_sym_detEctoR] = ACTIONS(43), - [anon_sym_detEctOr] = ACTIONS(43), - [anon_sym_detEctOR] = ACTIONS(43), - [anon_sym_detEcTor] = ACTIONS(43), - [anon_sym_detEcToR] = ACTIONS(43), - [anon_sym_detEcTOr] = ACTIONS(43), - [anon_sym_detEcTOR] = ACTIONS(43), - [anon_sym_detECtor] = ACTIONS(43), - [anon_sym_detECtoR] = ACTIONS(43), - [anon_sym_detECtOr] = ACTIONS(43), - [anon_sym_detECtOR] = ACTIONS(43), - [anon_sym_detECTor] = ACTIONS(43), - [anon_sym_detECToR] = ACTIONS(43), - [anon_sym_detECTOr] = ACTIONS(43), - [anon_sym_detECTOR] = ACTIONS(43), - [anon_sym_deTector] = ACTIONS(43), - [anon_sym_deTectoR] = ACTIONS(43), - [anon_sym_deTectOr] = ACTIONS(43), - [anon_sym_deTectOR] = ACTIONS(43), - [anon_sym_deTecTor] = ACTIONS(43), - [anon_sym_deTecToR] = ACTIONS(43), - [anon_sym_deTecTOr] = ACTIONS(43), - [anon_sym_deTecTOR] = ACTIONS(43), - [anon_sym_deTeCtor] = ACTIONS(43), - [anon_sym_deTeCtoR] = ACTIONS(43), - [anon_sym_deTeCtOr] = ACTIONS(43), - [anon_sym_deTeCtOR] = ACTIONS(43), - [anon_sym_deTeCTor] = ACTIONS(43), - [anon_sym_deTeCToR] = ACTIONS(43), - [anon_sym_deTeCTOr] = ACTIONS(43), - [anon_sym_deTeCTOR] = ACTIONS(43), - [anon_sym_deTEctor] = ACTIONS(43), - [anon_sym_deTEctoR] = ACTIONS(43), - [anon_sym_deTEctOr] = ACTIONS(43), - [anon_sym_deTEctOR] = ACTIONS(43), - [anon_sym_deTEcTor] = ACTIONS(43), - [anon_sym_deTEcToR] = ACTIONS(43), - [anon_sym_deTEcTOr] = ACTIONS(43), - [anon_sym_deTEcTOR] = ACTIONS(43), - [anon_sym_deTECtor] = ACTIONS(43), - [anon_sym_deTECtoR] = ACTIONS(43), - [anon_sym_deTECtOr] = ACTIONS(43), - [anon_sym_deTECtOR] = ACTIONS(43), - [anon_sym_deTECTor] = ACTIONS(43), - [anon_sym_deTECToR] = ACTIONS(43), - [anon_sym_deTECTOr] = ACTIONS(43), - [anon_sym_deTECTOR] = ACTIONS(43), - [anon_sym_dEtector] = ACTIONS(43), - [anon_sym_dEtectoR] = ACTIONS(43), - [anon_sym_dEtectOr] = ACTIONS(43), - [anon_sym_dEtectOR] = ACTIONS(43), - [anon_sym_dEtecTor] = ACTIONS(43), - [anon_sym_dEtecToR] = ACTIONS(43), - [anon_sym_dEtecTOr] = ACTIONS(43), - [anon_sym_dEtecTOR] = ACTIONS(43), - [anon_sym_dEteCtor] = ACTIONS(43), - [anon_sym_dEteCtoR] = ACTIONS(43), - [anon_sym_dEteCtOr] = ACTIONS(43), - [anon_sym_dEteCtOR] = ACTIONS(43), - [anon_sym_dEteCTor] = ACTIONS(43), - [anon_sym_dEteCToR] = ACTIONS(43), - [anon_sym_dEteCTOr] = ACTIONS(43), - [anon_sym_dEteCTOR] = ACTIONS(43), - [anon_sym_dEtEctor] = ACTIONS(43), - [anon_sym_dEtEctoR] = ACTIONS(43), - [anon_sym_dEtEctOr] = ACTIONS(43), - [anon_sym_dEtEctOR] = ACTIONS(43), - [anon_sym_dEtEcTor] = ACTIONS(43), - [anon_sym_dEtEcToR] = ACTIONS(43), - [anon_sym_dEtEcTOr] = ACTIONS(43), - [anon_sym_dEtEcTOR] = ACTIONS(43), - [anon_sym_dEtECtor] = ACTIONS(43), - [anon_sym_dEtECtoR] = ACTIONS(43), - [anon_sym_dEtECtOr] = ACTIONS(43), - [anon_sym_dEtECtOR] = ACTIONS(43), - [anon_sym_dEtECTor] = ACTIONS(43), - [anon_sym_dEtECToR] = ACTIONS(43), - [anon_sym_dEtECTOr] = ACTIONS(43), - [anon_sym_dEtECTOR] = ACTIONS(43), - [anon_sym_dETector] = ACTIONS(43), - [anon_sym_dETectoR] = ACTIONS(43), - [anon_sym_dETectOr] = ACTIONS(43), - [anon_sym_dETectOR] = ACTIONS(43), - [anon_sym_dETecTor] = ACTIONS(43), - [anon_sym_dETecToR] = ACTIONS(43), - [anon_sym_dETecTOr] = ACTIONS(43), - [anon_sym_dETecTOR] = ACTIONS(43), - [anon_sym_dETeCtor] = ACTIONS(43), - [anon_sym_dETeCtoR] = ACTIONS(43), - [anon_sym_dETeCtOr] = ACTIONS(43), - [anon_sym_dETeCtOR] = ACTIONS(43), - [anon_sym_dETeCTor] = ACTIONS(43), - [anon_sym_dETeCToR] = ACTIONS(43), - [anon_sym_dETeCTOr] = ACTIONS(43), - [anon_sym_dETeCTOR] = ACTIONS(43), - [anon_sym_dETEctor] = ACTIONS(43), - [anon_sym_dETEctoR] = ACTIONS(43), - [anon_sym_dETEctOr] = ACTIONS(43), - [anon_sym_dETEctOR] = ACTIONS(43), - [anon_sym_dETEcTor] = ACTIONS(43), - [anon_sym_dETEcToR] = ACTIONS(43), - [anon_sym_dETEcTOr] = ACTIONS(43), - [anon_sym_dETEcTOR] = ACTIONS(43), - [anon_sym_dETECtor] = ACTIONS(43), - [anon_sym_dETECtoR] = ACTIONS(43), - [anon_sym_dETECtOr] = ACTIONS(43), - [anon_sym_dETECtOR] = ACTIONS(43), - [anon_sym_dETECTor] = ACTIONS(43), - [anon_sym_dETECToR] = ACTIONS(43), - [anon_sym_dETECTOr] = ACTIONS(43), - [anon_sym_dETECTOR] = ACTIONS(43), - [anon_sym_Detector] = ACTIONS(43), - [anon_sym_DetectoR] = ACTIONS(43), - [anon_sym_DetectOr] = ACTIONS(43), - [anon_sym_DetectOR] = ACTIONS(43), - [anon_sym_DetecTor] = ACTIONS(43), - [anon_sym_DetecToR] = ACTIONS(43), - [anon_sym_DetecTOr] = ACTIONS(43), - [anon_sym_DetecTOR] = ACTIONS(43), - [anon_sym_DeteCtor] = ACTIONS(43), - [anon_sym_DeteCtoR] = ACTIONS(43), - [anon_sym_DeteCtOr] = ACTIONS(43), - [anon_sym_DeteCtOR] = ACTIONS(43), - [anon_sym_DeteCTor] = ACTIONS(43), - [anon_sym_DeteCToR] = ACTIONS(43), - [anon_sym_DeteCTOr] = ACTIONS(43), - [anon_sym_DeteCTOR] = ACTIONS(43), - [anon_sym_DetEctor] = ACTIONS(43), - [anon_sym_DetEctoR] = ACTIONS(43), - [anon_sym_DetEctOr] = ACTIONS(43), - [anon_sym_DetEctOR] = ACTIONS(43), - [anon_sym_DetEcTor] = ACTIONS(43), - [anon_sym_DetEcToR] = ACTIONS(43), - [anon_sym_DetEcTOr] = ACTIONS(43), - [anon_sym_DetEcTOR] = ACTIONS(43), - [anon_sym_DetECtor] = ACTIONS(43), - [anon_sym_DetECtoR] = ACTIONS(43), - [anon_sym_DetECtOr] = ACTIONS(43), - [anon_sym_DetECtOR] = ACTIONS(43), - [anon_sym_DetECTor] = ACTIONS(43), - [anon_sym_DetECToR] = ACTIONS(43), - [anon_sym_DetECTOr] = ACTIONS(43), - [anon_sym_DetECTOR] = ACTIONS(43), - [anon_sym_DeTector] = ACTIONS(43), - [anon_sym_DeTectoR] = ACTIONS(43), - [anon_sym_DeTectOr] = ACTIONS(43), - [anon_sym_DeTectOR] = ACTIONS(43), - [anon_sym_DeTecTor] = ACTIONS(43), - [anon_sym_DeTecToR] = ACTIONS(43), - [anon_sym_DeTecTOr] = ACTIONS(43), - [anon_sym_DeTecTOR] = ACTIONS(43), - [anon_sym_DeTeCtor] = ACTIONS(43), - [anon_sym_DeTeCtoR] = ACTIONS(43), - [anon_sym_DeTeCtOr] = ACTIONS(43), - [anon_sym_DeTeCtOR] = ACTIONS(43), - [anon_sym_DeTeCTor] = ACTIONS(43), - [anon_sym_DeTeCToR] = ACTIONS(43), - [anon_sym_DeTeCTOr] = ACTIONS(43), - [anon_sym_DeTeCTOR] = ACTIONS(43), - [anon_sym_DeTEctor] = ACTIONS(43), - [anon_sym_DeTEctoR] = ACTIONS(43), - [anon_sym_DeTEctOr] = ACTIONS(43), - [anon_sym_DeTEctOR] = ACTIONS(43), - [anon_sym_DeTEcTor] = ACTIONS(43), - [anon_sym_DeTEcToR] = ACTIONS(43), - [anon_sym_DeTEcTOr] = ACTIONS(43), - [anon_sym_DeTEcTOR] = ACTIONS(43), - [anon_sym_DeTECtor] = ACTIONS(43), - [anon_sym_DeTECtoR] = ACTIONS(43), - [anon_sym_DeTECtOr] = ACTIONS(43), - [anon_sym_DeTECtOR] = ACTIONS(43), - [anon_sym_DeTECTor] = ACTIONS(43), - [anon_sym_DeTECToR] = ACTIONS(43), - [anon_sym_DeTECTOr] = ACTIONS(43), - [anon_sym_DeTECTOR] = ACTIONS(43), - [anon_sym_DEtector] = ACTIONS(43), - [anon_sym_DEtectoR] = ACTIONS(43), - [anon_sym_DEtectOr] = ACTIONS(43), - [anon_sym_DEtectOR] = ACTIONS(43), - [anon_sym_DEtecTor] = ACTIONS(43), - [anon_sym_DEtecToR] = ACTIONS(43), - [anon_sym_DEtecTOr] = ACTIONS(43), - [anon_sym_DEtecTOR] = ACTIONS(43), - [anon_sym_DEteCtor] = ACTIONS(43), - [anon_sym_DEteCtoR] = ACTIONS(43), - [anon_sym_DEteCtOr] = ACTIONS(43), - [anon_sym_DEteCtOR] = ACTIONS(43), - [anon_sym_DEteCTor] = ACTIONS(43), - [anon_sym_DEteCToR] = ACTIONS(43), - [anon_sym_DEteCTOr] = ACTIONS(43), - [anon_sym_DEteCTOR] = ACTIONS(43), - [anon_sym_DEtEctor] = ACTIONS(43), - [anon_sym_DEtEctoR] = ACTIONS(43), - [anon_sym_DEtEctOr] = ACTIONS(43), - [anon_sym_DEtEctOR] = ACTIONS(43), - [anon_sym_DEtEcTor] = ACTIONS(43), - [anon_sym_DEtEcToR] = ACTIONS(43), - [anon_sym_DEtEcTOr] = ACTIONS(43), - [anon_sym_DEtEcTOR] = ACTIONS(43), - [anon_sym_DEtECtor] = ACTIONS(43), - [anon_sym_DEtECtoR] = ACTIONS(43), - [anon_sym_DEtECtOr] = ACTIONS(43), - [anon_sym_DEtECtOR] = ACTIONS(43), - [anon_sym_DEtECTor] = ACTIONS(43), - [anon_sym_DEtECToR] = ACTIONS(43), - [anon_sym_DEtECTOr] = ACTIONS(43), - [anon_sym_DEtECTOR] = ACTIONS(43), - [anon_sym_DETector] = ACTIONS(43), - [anon_sym_DETectoR] = ACTIONS(43), - [anon_sym_DETectOr] = ACTIONS(43), - [anon_sym_DETectOR] = ACTIONS(43), - [anon_sym_DETecTor] = ACTIONS(43), - [anon_sym_DETecToR] = ACTIONS(43), - [anon_sym_DETecTOr] = ACTIONS(43), - [anon_sym_DETecTOR] = ACTIONS(43), - [anon_sym_DETeCtor] = ACTIONS(43), - [anon_sym_DETeCtoR] = ACTIONS(43), - [anon_sym_DETeCtOr] = ACTIONS(43), - [anon_sym_DETeCtOR] = ACTIONS(43), - [anon_sym_DETeCTor] = ACTIONS(43), - [anon_sym_DETeCToR] = ACTIONS(43), - [anon_sym_DETeCTOr] = ACTIONS(43), - [anon_sym_DETeCTOR] = ACTIONS(43), - [anon_sym_DETEctor] = ACTIONS(43), - [anon_sym_DETEctoR] = ACTIONS(43), - [anon_sym_DETEctOr] = ACTIONS(43), - [anon_sym_DETEctOR] = ACTIONS(43), - [anon_sym_DETEcTor] = ACTIONS(43), - [anon_sym_DETEcToR] = ACTIONS(43), - [anon_sym_DETEcTOr] = ACTIONS(43), - [anon_sym_DETEcTOR] = ACTIONS(43), - [anon_sym_DETECtor] = ACTIONS(43), - [anon_sym_DETECtoR] = ACTIONS(43), - [anon_sym_DETECtOr] = ACTIONS(43), - [anon_sym_DETECtOR] = ACTIONS(43), - [anon_sym_DETECTor] = ACTIONS(43), - [anon_sym_DETECToR] = ACTIONS(43), - [anon_sym_DETECTOr] = ACTIONS(43), - [anon_sym_DETECTOR] = ACTIONS(43), - [anon_sym_invoke] = ACTIONS(43), - [anon_sym_invokE] = ACTIONS(43), - [anon_sym_invoKe] = ACTIONS(43), - [anon_sym_invoKE] = ACTIONS(43), - [anon_sym_invOke] = ACTIONS(43), - [anon_sym_invOkE] = ACTIONS(43), - [anon_sym_invOKe] = ACTIONS(43), - [anon_sym_invOKE] = ACTIONS(43), - [anon_sym_inVoke] = ACTIONS(43), - [anon_sym_inVokE] = ACTIONS(43), - [anon_sym_inVoKe] = ACTIONS(43), - [anon_sym_inVoKE] = ACTIONS(43), - [anon_sym_inVOke] = ACTIONS(43), - [anon_sym_inVOkE] = ACTIONS(43), - [anon_sym_inVOKe] = ACTIONS(43), - [anon_sym_inVOKE] = ACTIONS(43), - [anon_sym_iNvoke] = ACTIONS(43), - [anon_sym_iNvokE] = ACTIONS(43), - [anon_sym_iNvoKe] = ACTIONS(43), - [anon_sym_iNvoKE] = ACTIONS(43), - [anon_sym_iNvOke] = ACTIONS(43), - [anon_sym_iNvOkE] = ACTIONS(43), - [anon_sym_iNvOKe] = ACTIONS(43), - [anon_sym_iNvOKE] = ACTIONS(43), - [anon_sym_iNVoke] = ACTIONS(43), - [anon_sym_iNVokE] = ACTIONS(43), - [anon_sym_iNVoKe] = ACTIONS(43), - [anon_sym_iNVoKE] = ACTIONS(43), - [anon_sym_iNVOke] = ACTIONS(43), - [anon_sym_iNVOkE] = ACTIONS(43), - [anon_sym_iNVOKe] = ACTIONS(43), - [anon_sym_iNVOKE] = ACTIONS(43), - [anon_sym_Invoke] = ACTIONS(43), - [anon_sym_InvokE] = ACTIONS(43), - [anon_sym_InvoKe] = ACTIONS(43), - [anon_sym_InvoKE] = ACTIONS(43), - [anon_sym_InvOke] = ACTIONS(43), - [anon_sym_InvOkE] = ACTIONS(43), - [anon_sym_InvOKe] = ACTIONS(43), - [anon_sym_InvOKE] = ACTIONS(43), - [anon_sym_InVoke] = ACTIONS(43), - [anon_sym_InVokE] = ACTIONS(43), - [anon_sym_InVoKe] = ACTIONS(43), - [anon_sym_InVoKE] = ACTIONS(43), - [anon_sym_InVOke] = ACTIONS(43), - [anon_sym_InVOkE] = ACTIONS(43), - [anon_sym_InVOKe] = ACTIONS(43), - [anon_sym_InVOKE] = ACTIONS(43), - [anon_sym_INvoke] = ACTIONS(43), - [anon_sym_INvokE] = ACTIONS(43), - [anon_sym_INvoKe] = ACTIONS(43), - [anon_sym_INvoKE] = ACTIONS(43), - [anon_sym_INvOke] = ACTIONS(43), - [anon_sym_INvOkE] = ACTIONS(43), - [anon_sym_INvOKe] = ACTIONS(43), - [anon_sym_INvOKE] = ACTIONS(43), - [anon_sym_INVoke] = ACTIONS(43), - [anon_sym_INVokE] = ACTIONS(43), - [anon_sym_INVoKe] = ACTIONS(43), - [anon_sym_INVoKE] = ACTIONS(43), - [anon_sym_INVOke] = ACTIONS(43), - [anon_sym_INVOkE] = ACTIONS(43), - [anon_sym_INVOKe] = ACTIONS(43), - [anon_sym_INVOKE] = ACTIONS(43), - [anon_sym_select] = ACTIONS(43), - [anon_sym_selecT] = ACTIONS(43), - [anon_sym_seleCt] = ACTIONS(43), - [anon_sym_seleCT] = ACTIONS(43), - [anon_sym_selEct] = ACTIONS(43), - [anon_sym_selEcT] = ACTIONS(43), - [anon_sym_selECt] = ACTIONS(43), - [anon_sym_selECT] = ACTIONS(43), - [anon_sym_seLect] = ACTIONS(43), - [anon_sym_seLecT] = ACTIONS(43), - [anon_sym_seLeCt] = ACTIONS(43), - [anon_sym_seLeCT] = ACTIONS(43), - [anon_sym_seLEct] = ACTIONS(43), - [anon_sym_seLEcT] = ACTIONS(43), - [anon_sym_seLECt] = ACTIONS(43), - [anon_sym_seLECT] = ACTIONS(43), - [anon_sym_sElect] = ACTIONS(43), - [anon_sym_sElecT] = ACTIONS(43), - [anon_sym_sEleCt] = ACTIONS(43), - [anon_sym_sEleCT] = ACTIONS(43), - [anon_sym_sElEct] = ACTIONS(43), - [anon_sym_sElEcT] = ACTIONS(43), - [anon_sym_sElECt] = ACTIONS(43), - [anon_sym_sElECT] = ACTIONS(43), - [anon_sym_sELect] = ACTIONS(43), - [anon_sym_sELecT] = ACTIONS(43), - [anon_sym_sELeCt] = ACTIONS(43), - [anon_sym_sELeCT] = ACTIONS(43), - [anon_sym_sELEct] = ACTIONS(43), - [anon_sym_sELEcT] = ACTIONS(43), - [anon_sym_sELECt] = ACTIONS(43), - [anon_sym_sELECT] = ACTIONS(43), - [anon_sym_Select] = ACTIONS(43), - [anon_sym_SelecT] = ACTIONS(43), - [anon_sym_SeleCt] = ACTIONS(43), - [anon_sym_SeleCT] = ACTIONS(43), - [anon_sym_SelEct] = ACTIONS(43), - [anon_sym_SelEcT] = ACTIONS(43), - [anon_sym_SelECt] = ACTIONS(43), - [anon_sym_SelECT] = ACTIONS(43), - [anon_sym_SeLect] = ACTIONS(43), - [anon_sym_SeLecT] = ACTIONS(43), - [anon_sym_SeLeCt] = ACTIONS(43), - [anon_sym_SeLeCT] = ACTIONS(43), - [anon_sym_SeLEct] = ACTIONS(43), - [anon_sym_SeLEcT] = ACTIONS(43), - [anon_sym_SeLECt] = ACTIONS(43), - [anon_sym_SeLECT] = ACTIONS(43), - [anon_sym_SElect] = ACTIONS(43), - [anon_sym_SElecT] = ACTIONS(43), - [anon_sym_SEleCt] = ACTIONS(43), - [anon_sym_SEleCT] = ACTIONS(43), - [anon_sym_SElEct] = ACTIONS(43), - [anon_sym_SElEcT] = ACTIONS(43), - [anon_sym_SElECt] = ACTIONS(43), - [anon_sym_SElECT] = ACTIONS(43), - [anon_sym_SELect] = ACTIONS(43), - [anon_sym_SELecT] = ACTIONS(43), - [anon_sym_SELeCt] = ACTIONS(43), - [anon_sym_SELeCT] = ACTIONS(43), - [anon_sym_SELEct] = ACTIONS(43), - [anon_sym_SELEcT] = ACTIONS(43), - [anon_sym_SELECt] = ACTIONS(43), - [anon_sym_SELECT] = ACTIONS(43), + [sym_variable] = ACTIONS(44), + [anon_sym_define] = ACTIONS(46), + [anon_sym_definE] = ACTIONS(46), + [anon_sym_defiNe] = ACTIONS(46), + [anon_sym_defiNE] = ACTIONS(46), + [anon_sym_defIne] = ACTIONS(46), + [anon_sym_defInE] = ACTIONS(46), + [anon_sym_defINe] = ACTIONS(46), + [anon_sym_defINE] = ACTIONS(46), + [anon_sym_deFine] = ACTIONS(46), + [anon_sym_deFinE] = ACTIONS(46), + [anon_sym_deFiNe] = ACTIONS(46), + [anon_sym_deFiNE] = ACTIONS(46), + [anon_sym_deFIne] = ACTIONS(46), + [anon_sym_deFInE] = ACTIONS(46), + [anon_sym_deFINe] = ACTIONS(46), + [anon_sym_deFINE] = ACTIONS(46), + [anon_sym_dEfine] = ACTIONS(46), + [anon_sym_dEfinE] = ACTIONS(46), + [anon_sym_dEfiNe] = ACTIONS(46), + [anon_sym_dEfiNE] = ACTIONS(46), + [anon_sym_dEfIne] = ACTIONS(46), + [anon_sym_dEfInE] = ACTIONS(46), + [anon_sym_dEfINe] = ACTIONS(46), + [anon_sym_dEfINE] = ACTIONS(46), + [anon_sym_dEFine] = ACTIONS(46), + [anon_sym_dEFinE] = ACTIONS(46), + [anon_sym_dEFiNe] = ACTIONS(46), + [anon_sym_dEFiNE] = ACTIONS(46), + [anon_sym_dEFIne] = ACTIONS(46), + [anon_sym_dEFInE] = ACTIONS(46), + [anon_sym_dEFINe] = ACTIONS(46), + [anon_sym_dEFINE] = ACTIONS(46), + [anon_sym_Define] = ACTIONS(46), + [anon_sym_DefinE] = ACTIONS(46), + [anon_sym_DefiNe] = ACTIONS(46), + [anon_sym_DefiNE] = ACTIONS(46), + [anon_sym_DefIne] = ACTIONS(46), + [anon_sym_DefInE] = ACTIONS(46), + [anon_sym_DefINe] = ACTIONS(46), + [anon_sym_DefINE] = ACTIONS(46), + [anon_sym_DeFine] = ACTIONS(46), + [anon_sym_DeFinE] = ACTIONS(46), + [anon_sym_DeFiNe] = ACTIONS(46), + [anon_sym_DeFiNE] = ACTIONS(46), + [anon_sym_DeFIne] = ACTIONS(46), + [anon_sym_DeFInE] = ACTIONS(46), + [anon_sym_DeFINe] = ACTIONS(46), + [anon_sym_DeFINE] = ACTIONS(46), + [anon_sym_DEfine] = ACTIONS(46), + [anon_sym_DEfinE] = ACTIONS(46), + [anon_sym_DEfiNe] = ACTIONS(46), + [anon_sym_DEfiNE] = ACTIONS(46), + [anon_sym_DEfIne] = ACTIONS(46), + [anon_sym_DEfInE] = ACTIONS(46), + [anon_sym_DEfINe] = ACTIONS(46), + [anon_sym_DEfINE] = ACTIONS(46), + [anon_sym_DEFine] = ACTIONS(46), + [anon_sym_DEFinE] = ACTIONS(46), + [anon_sym_DEFiNe] = ACTIONS(46), + [anon_sym_DEFiNE] = ACTIONS(46), + [anon_sym_DEFIne] = ACTIONS(46), + [anon_sym_DEFInE] = ACTIONS(46), + [anon_sym_DEFINe] = ACTIONS(46), + [anon_sym_DEFINE] = ACTIONS(46), + [anon_sym_include] = ACTIONS(46), + [anon_sym_includE] = ACTIONS(46), + [anon_sym_incluDe] = ACTIONS(46), + [anon_sym_incluDE] = ACTIONS(46), + [anon_sym_inclUde] = ACTIONS(46), + [anon_sym_inclUdE] = ACTIONS(46), + [anon_sym_inclUDe] = ACTIONS(46), + [anon_sym_inclUDE] = ACTIONS(46), + [anon_sym_incLude] = ACTIONS(46), + [anon_sym_incLudE] = ACTIONS(46), + [anon_sym_incLuDe] = ACTIONS(46), + [anon_sym_incLuDE] = ACTIONS(46), + [anon_sym_incLUde] = ACTIONS(46), + [anon_sym_incLUdE] = ACTIONS(46), + [anon_sym_incLUDe] = ACTIONS(46), + [anon_sym_incLUDE] = ACTIONS(46), + [anon_sym_inClude] = ACTIONS(46), + [anon_sym_inCludE] = ACTIONS(46), + [anon_sym_inCluDe] = ACTIONS(46), + [anon_sym_inCluDE] = ACTIONS(46), + [anon_sym_inClUde] = ACTIONS(46), + [anon_sym_inClUdE] = ACTIONS(46), + [anon_sym_inClUDe] = ACTIONS(46), + [anon_sym_inClUDE] = ACTIONS(46), + [anon_sym_inCLude] = ACTIONS(46), + [anon_sym_inCLudE] = ACTIONS(46), + [anon_sym_inCLuDe] = ACTIONS(46), + [anon_sym_inCLuDE] = ACTIONS(46), + [anon_sym_inCLUde] = ACTIONS(46), + [anon_sym_inCLUdE] = ACTIONS(46), + [anon_sym_inCLUDe] = ACTIONS(46), + [anon_sym_inCLUDE] = ACTIONS(46), + [anon_sym_iNclude] = ACTIONS(46), + [anon_sym_iNcludE] = ACTIONS(46), + [anon_sym_iNcluDe] = ACTIONS(46), + [anon_sym_iNcluDE] = ACTIONS(46), + [anon_sym_iNclUde] = ACTIONS(46), + [anon_sym_iNclUdE] = ACTIONS(46), + [anon_sym_iNclUDe] = ACTIONS(46), + [anon_sym_iNclUDE] = ACTIONS(46), + [anon_sym_iNcLude] = ACTIONS(46), + [anon_sym_iNcLudE] = ACTIONS(46), + [anon_sym_iNcLuDe] = ACTIONS(46), + [anon_sym_iNcLuDE] = ACTIONS(46), + [anon_sym_iNcLUde] = ACTIONS(46), + [anon_sym_iNcLUdE] = ACTIONS(46), + [anon_sym_iNcLUDe] = ACTIONS(46), + [anon_sym_iNcLUDE] = ACTIONS(46), + [anon_sym_iNClude] = ACTIONS(46), + [anon_sym_iNCludE] = ACTIONS(46), + [anon_sym_iNCluDe] = ACTIONS(46), + [anon_sym_iNCluDE] = ACTIONS(46), + [anon_sym_iNClUde] = ACTIONS(46), + [anon_sym_iNClUdE] = ACTIONS(46), + [anon_sym_iNClUDe] = ACTIONS(46), + [anon_sym_iNClUDE] = ACTIONS(46), + [anon_sym_iNCLude] = ACTIONS(46), + [anon_sym_iNCLudE] = ACTIONS(46), + [anon_sym_iNCLuDe] = ACTIONS(46), + [anon_sym_iNCLuDE] = ACTIONS(46), + [anon_sym_iNCLUde] = ACTIONS(46), + [anon_sym_iNCLUdE] = ACTIONS(46), + [anon_sym_iNCLUDe] = ACTIONS(46), + [anon_sym_iNCLUDE] = ACTIONS(46), + [anon_sym_Include] = ACTIONS(46), + [anon_sym_IncludE] = ACTIONS(46), + [anon_sym_IncluDe] = ACTIONS(46), + [anon_sym_IncluDE] = ACTIONS(46), + [anon_sym_InclUde] = ACTIONS(46), + [anon_sym_InclUdE] = ACTIONS(46), + [anon_sym_InclUDe] = ACTIONS(46), + [anon_sym_InclUDE] = ACTIONS(46), + [anon_sym_IncLude] = ACTIONS(46), + [anon_sym_IncLudE] = ACTIONS(46), + [anon_sym_IncLuDe] = ACTIONS(46), + [anon_sym_IncLuDE] = ACTIONS(46), + [anon_sym_IncLUde] = ACTIONS(46), + [anon_sym_IncLUdE] = ACTIONS(46), + [anon_sym_IncLUDe] = ACTIONS(46), + [anon_sym_IncLUDE] = ACTIONS(46), + [anon_sym_InClude] = ACTIONS(46), + [anon_sym_InCludE] = ACTIONS(46), + [anon_sym_InCluDe] = ACTIONS(46), + [anon_sym_InCluDE] = ACTIONS(46), + [anon_sym_InClUde] = ACTIONS(46), + [anon_sym_InClUdE] = ACTIONS(46), + [anon_sym_InClUDe] = ACTIONS(46), + [anon_sym_InClUDE] = ACTIONS(46), + [anon_sym_InCLude] = ACTIONS(46), + [anon_sym_InCLudE] = ACTIONS(46), + [anon_sym_InCLuDe] = ACTIONS(46), + [anon_sym_InCLuDE] = ACTIONS(46), + [anon_sym_InCLUde] = ACTIONS(46), + [anon_sym_InCLUdE] = ACTIONS(46), + [anon_sym_InCLUDe] = ACTIONS(46), + [anon_sym_InCLUDE] = ACTIONS(46), + [anon_sym_INclude] = ACTIONS(46), + [anon_sym_INcludE] = ACTIONS(46), + [anon_sym_INcluDe] = ACTIONS(46), + [anon_sym_INcluDE] = ACTIONS(46), + [anon_sym_INclUde] = ACTIONS(46), + [anon_sym_INclUdE] = ACTIONS(46), + [anon_sym_INclUDe] = ACTIONS(46), + [anon_sym_INclUDE] = ACTIONS(46), + [anon_sym_INcLude] = ACTIONS(46), + [anon_sym_INcLudE] = ACTIONS(46), + [anon_sym_INcLuDe] = ACTIONS(46), + [anon_sym_INcLuDE] = ACTIONS(46), + [anon_sym_INcLUde] = ACTIONS(46), + [anon_sym_INcLUdE] = ACTIONS(46), + [anon_sym_INcLUDe] = ACTIONS(46), + [anon_sym_INcLUDE] = ACTIONS(46), + [anon_sym_INClude] = ACTIONS(46), + [anon_sym_INCludE] = ACTIONS(46), + [anon_sym_INCluDe] = ACTIONS(46), + [anon_sym_INCluDE] = ACTIONS(46), + [anon_sym_INClUde] = ACTIONS(46), + [anon_sym_INClUdE] = ACTIONS(46), + [anon_sym_INClUDe] = ACTIONS(46), + [anon_sym_INClUDE] = ACTIONS(46), + [anon_sym_INCLude] = ACTIONS(46), + [anon_sym_INCLudE] = ACTIONS(46), + [anon_sym_INCLuDe] = ACTIONS(46), + [anon_sym_INCLuDE] = ACTIONS(46), + [anon_sym_INCLUde] = ACTIONS(46), + [anon_sym_INCLUdE] = ACTIONS(46), + [anon_sym_INCLUDe] = ACTIONS(46), + [anon_sym_INCLUDE] = ACTIONS(46), + [anon_sym_action] = ACTIONS(46), + [anon_sym_actioN] = ACTIONS(46), + [anon_sym_actiOn] = ACTIONS(46), + [anon_sym_actiON] = ACTIONS(46), + [anon_sym_actIon] = ACTIONS(46), + [anon_sym_actIoN] = ACTIONS(46), + [anon_sym_actIOn] = ACTIONS(46), + [anon_sym_actION] = ACTIONS(46), + [anon_sym_acTion] = ACTIONS(46), + [anon_sym_acTioN] = ACTIONS(46), + [anon_sym_acTiOn] = ACTIONS(46), + [anon_sym_acTiON] = ACTIONS(46), + [anon_sym_acTIon] = ACTIONS(46), + [anon_sym_acTIoN] = ACTIONS(46), + [anon_sym_acTIOn] = ACTIONS(46), + [anon_sym_acTION] = ACTIONS(46), + [anon_sym_aCtion] = ACTIONS(46), + [anon_sym_aCtioN] = ACTIONS(46), + [anon_sym_aCtiOn] = ACTIONS(46), + [anon_sym_aCtiON] = ACTIONS(46), + [anon_sym_aCtIon] = ACTIONS(46), + [anon_sym_aCtIoN] = ACTIONS(46), + [anon_sym_aCtIOn] = ACTIONS(46), + [anon_sym_aCtION] = ACTIONS(46), + [anon_sym_aCTion] = ACTIONS(46), + [anon_sym_aCTioN] = ACTIONS(46), + [anon_sym_aCTiOn] = ACTIONS(46), + [anon_sym_aCTiON] = ACTIONS(46), + [anon_sym_aCTIon] = ACTIONS(46), + [anon_sym_aCTIoN] = ACTIONS(46), + [anon_sym_aCTIOn] = ACTIONS(46), + [anon_sym_aCTION] = ACTIONS(46), + [anon_sym_Action] = ACTIONS(46), + [anon_sym_ActioN] = ACTIONS(46), + [anon_sym_ActiOn] = ACTIONS(46), + [anon_sym_ActiON] = ACTIONS(46), + [anon_sym_ActIon] = ACTIONS(46), + [anon_sym_ActIoN] = ACTIONS(46), + [anon_sym_ActIOn] = ACTIONS(46), + [anon_sym_ActION] = ACTIONS(46), + [anon_sym_AcTion] = ACTIONS(46), + [anon_sym_AcTioN] = ACTIONS(46), + [anon_sym_AcTiOn] = ACTIONS(46), + [anon_sym_AcTiON] = ACTIONS(46), + [anon_sym_AcTIon] = ACTIONS(46), + [anon_sym_AcTIoN] = ACTIONS(46), + [anon_sym_AcTIOn] = ACTIONS(46), + [anon_sym_AcTION] = ACTIONS(46), + [anon_sym_ACtion] = ACTIONS(46), + [anon_sym_ACtioN] = ACTIONS(46), + [anon_sym_ACtiOn] = ACTIONS(46), + [anon_sym_ACtiON] = ACTIONS(46), + [anon_sym_ACtIon] = ACTIONS(46), + [anon_sym_ACtIoN] = ACTIONS(46), + [anon_sym_ACtIOn] = ACTIONS(46), + [anon_sym_ACtION] = ACTIONS(46), + [anon_sym_ACTion] = ACTIONS(46), + [anon_sym_ACTioN] = ACTIONS(46), + [anon_sym_ACTiOn] = ACTIONS(46), + [anon_sym_ACTiON] = ACTIONS(46), + [anon_sym_ACTIon] = ACTIONS(46), + [anon_sym_ACTIoN] = ACTIONS(46), + [anon_sym_ACTIOn] = ACTIONS(46), + [anon_sym_ACTION] = ACTIONS(46), + [anon_sym_complete] = ACTIONS(46), + [anon_sym_completE] = ACTIONS(46), + [anon_sym_compleTe] = ACTIONS(46), + [anon_sym_compleTE] = ACTIONS(46), + [anon_sym_complEte] = ACTIONS(46), + [anon_sym_complEtE] = ACTIONS(46), + [anon_sym_complETe] = ACTIONS(46), + [anon_sym_complETE] = ACTIONS(46), + [anon_sym_compLete] = ACTIONS(46), + [anon_sym_compLetE] = ACTIONS(46), + [anon_sym_compLeTe] = ACTIONS(46), + [anon_sym_compLeTE] = ACTIONS(46), + [anon_sym_compLEte] = ACTIONS(46), + [anon_sym_compLEtE] = ACTIONS(46), + [anon_sym_compLETe] = ACTIONS(46), + [anon_sym_compLETE] = ACTIONS(46), + [anon_sym_comPlete] = ACTIONS(46), + [anon_sym_comPletE] = ACTIONS(46), + [anon_sym_comPleTe] = ACTIONS(46), + [anon_sym_comPleTE] = ACTIONS(46), + [anon_sym_comPlEte] = ACTIONS(46), + [anon_sym_comPlEtE] = ACTIONS(46), + [anon_sym_comPlETe] = ACTIONS(46), + [anon_sym_comPlETE] = ACTIONS(46), + [anon_sym_comPLete] = ACTIONS(46), + [anon_sym_comPLetE] = ACTIONS(46), + [anon_sym_comPLeTe] = ACTIONS(46), + [anon_sym_comPLeTE] = ACTIONS(46), + [anon_sym_comPLEte] = ACTIONS(46), + [anon_sym_comPLEtE] = ACTIONS(46), + [anon_sym_comPLETe] = ACTIONS(46), + [anon_sym_comPLETE] = ACTIONS(46), + [anon_sym_coMplete] = ACTIONS(46), + [anon_sym_coMpletE] = ACTIONS(46), + [anon_sym_coMpleTe] = ACTIONS(46), + [anon_sym_coMpleTE] = ACTIONS(46), + [anon_sym_coMplEte] = ACTIONS(46), + [anon_sym_coMplEtE] = ACTIONS(46), + [anon_sym_coMplETe] = ACTIONS(46), + [anon_sym_coMplETE] = ACTIONS(46), + [anon_sym_coMpLete] = ACTIONS(46), + [anon_sym_coMpLetE] = ACTIONS(46), + [anon_sym_coMpLeTe] = ACTIONS(46), + [anon_sym_coMpLeTE] = ACTIONS(46), + [anon_sym_coMpLEte] = ACTIONS(46), + [anon_sym_coMpLEtE] = ACTIONS(46), + [anon_sym_coMpLETe] = ACTIONS(46), + [anon_sym_coMpLETE] = ACTIONS(46), + [anon_sym_coMPlete] = ACTIONS(46), + [anon_sym_coMPletE] = ACTIONS(46), + [anon_sym_coMPleTe] = ACTIONS(46), + [anon_sym_coMPleTE] = ACTIONS(46), + [anon_sym_coMPlEte] = ACTIONS(46), + [anon_sym_coMPlEtE] = ACTIONS(46), + [anon_sym_coMPlETe] = ACTIONS(46), + [anon_sym_coMPlETE] = ACTIONS(46), + [anon_sym_coMPLete] = ACTIONS(46), + [anon_sym_coMPLetE] = ACTIONS(46), + [anon_sym_coMPLeTe] = ACTIONS(46), + [anon_sym_coMPLeTE] = ACTIONS(46), + [anon_sym_coMPLEte] = ACTIONS(46), + [anon_sym_coMPLEtE] = ACTIONS(46), + [anon_sym_coMPLETe] = ACTIONS(46), + [anon_sym_coMPLETE] = ACTIONS(46), + [anon_sym_cOmplete] = ACTIONS(46), + [anon_sym_cOmpletE] = ACTIONS(46), + [anon_sym_cOmpleTe] = ACTIONS(46), + [anon_sym_cOmpleTE] = ACTIONS(46), + [anon_sym_cOmplEte] = ACTIONS(46), + [anon_sym_cOmplEtE] = ACTIONS(46), + [anon_sym_cOmplETe] = ACTIONS(46), + [anon_sym_cOmplETE] = ACTIONS(46), + [anon_sym_cOmpLete] = ACTIONS(46), + [anon_sym_cOmpLetE] = ACTIONS(46), + [anon_sym_cOmpLeTe] = ACTIONS(46), + [anon_sym_cOmpLeTE] = ACTIONS(46), + [anon_sym_cOmpLEte] = ACTIONS(46), + [anon_sym_cOmpLEtE] = ACTIONS(46), + [anon_sym_cOmpLETe] = ACTIONS(46), + [anon_sym_cOmpLETE] = ACTIONS(46), + [anon_sym_cOmPlete] = ACTIONS(46), + [anon_sym_cOmPletE] = ACTIONS(46), + [anon_sym_cOmPleTe] = ACTIONS(46), + [anon_sym_cOmPleTE] = ACTIONS(46), + [anon_sym_cOmPlEte] = ACTIONS(46), + [anon_sym_cOmPlEtE] = ACTIONS(46), + [anon_sym_cOmPlETe] = ACTIONS(46), + [anon_sym_cOmPlETE] = ACTIONS(46), + [anon_sym_cOmPLete] = ACTIONS(46), + [anon_sym_cOmPLetE] = ACTIONS(46), + [anon_sym_cOmPLeTe] = ACTIONS(46), + [anon_sym_cOmPLeTE] = ACTIONS(46), + [anon_sym_cOmPLEte] = ACTIONS(46), + [anon_sym_cOmPLEtE] = ACTIONS(46), + [anon_sym_cOmPLETe] = ACTIONS(46), + [anon_sym_cOmPLETE] = ACTIONS(46), + [anon_sym_cOMplete] = ACTIONS(46), + [anon_sym_cOMpletE] = ACTIONS(46), + [anon_sym_cOMpleTe] = ACTIONS(46), + [anon_sym_cOMpleTE] = ACTIONS(46), + [anon_sym_cOMplEte] = ACTIONS(46), + [anon_sym_cOMplEtE] = ACTIONS(46), + [anon_sym_cOMplETe] = ACTIONS(46), + [anon_sym_cOMplETE] = ACTIONS(46), + [anon_sym_cOMpLete] = ACTIONS(46), + [anon_sym_cOMpLetE] = ACTIONS(46), + [anon_sym_cOMpLeTe] = ACTIONS(46), + [anon_sym_cOMpLeTE] = ACTIONS(46), + [anon_sym_cOMpLEte] = ACTIONS(46), + [anon_sym_cOMpLEtE] = ACTIONS(46), + [anon_sym_cOMpLETe] = ACTIONS(46), + [anon_sym_cOMpLETE] = ACTIONS(46), + [anon_sym_cOMPlete] = ACTIONS(46), + [anon_sym_cOMPletE] = ACTIONS(46), + [anon_sym_cOMPleTe] = ACTIONS(46), + [anon_sym_cOMPleTE] = ACTIONS(46), + [anon_sym_cOMPlEte] = ACTIONS(46), + [anon_sym_cOMPlEtE] = ACTIONS(46), + [anon_sym_cOMPlETe] = ACTIONS(46), + [anon_sym_cOMPlETE] = ACTIONS(46), + [anon_sym_cOMPLete] = ACTIONS(46), + [anon_sym_cOMPLetE] = ACTIONS(46), + [anon_sym_cOMPLeTe] = ACTIONS(46), + [anon_sym_cOMPLeTE] = ACTIONS(46), + [anon_sym_cOMPLEte] = ACTIONS(46), + [anon_sym_cOMPLEtE] = ACTIONS(46), + [anon_sym_cOMPLETe] = ACTIONS(46), + [anon_sym_cOMPLETE] = ACTIONS(46), + [anon_sym_Complete] = ACTIONS(46), + [anon_sym_CompletE] = ACTIONS(46), + [anon_sym_CompleTe] = ACTIONS(46), + [anon_sym_CompleTE] = ACTIONS(46), + [anon_sym_ComplEte] = ACTIONS(46), + [anon_sym_ComplEtE] = ACTIONS(46), + [anon_sym_ComplETe] = ACTIONS(46), + [anon_sym_ComplETE] = ACTIONS(46), + [anon_sym_CompLete] = ACTIONS(46), + [anon_sym_CompLetE] = ACTIONS(46), + [anon_sym_CompLeTe] = ACTIONS(46), + [anon_sym_CompLeTE] = ACTIONS(46), + [anon_sym_CompLEte] = ACTIONS(46), + [anon_sym_CompLEtE] = ACTIONS(46), + [anon_sym_CompLETe] = ACTIONS(46), + [anon_sym_CompLETE] = ACTIONS(46), + [anon_sym_ComPlete] = ACTIONS(46), + [anon_sym_ComPletE] = ACTIONS(46), + [anon_sym_ComPleTe] = ACTIONS(46), + [anon_sym_ComPleTE] = ACTIONS(46), + [anon_sym_ComPlEte] = ACTIONS(46), + [anon_sym_ComPlEtE] = ACTIONS(46), + [anon_sym_ComPlETe] = ACTIONS(46), + [anon_sym_ComPlETE] = ACTIONS(46), + [anon_sym_ComPLete] = ACTIONS(46), + [anon_sym_ComPLetE] = ACTIONS(46), + [anon_sym_ComPLeTe] = ACTIONS(46), + [anon_sym_ComPLeTE] = ACTIONS(46), + [anon_sym_ComPLEte] = ACTIONS(46), + [anon_sym_ComPLEtE] = ACTIONS(46), + [anon_sym_ComPLETe] = ACTIONS(46), + [anon_sym_ComPLETE] = ACTIONS(46), + [anon_sym_CoMplete] = ACTIONS(46), + [anon_sym_CoMpletE] = ACTIONS(46), + [anon_sym_CoMpleTe] = ACTIONS(46), + [anon_sym_CoMpleTE] = ACTIONS(46), + [anon_sym_CoMplEte] = ACTIONS(46), + [anon_sym_CoMplEtE] = ACTIONS(46), + [anon_sym_CoMplETe] = ACTIONS(46), + [anon_sym_CoMplETE] = ACTIONS(46), + [anon_sym_CoMpLete] = ACTIONS(46), + [anon_sym_CoMpLetE] = ACTIONS(46), + [anon_sym_CoMpLeTe] = ACTIONS(46), + [anon_sym_CoMpLeTE] = ACTIONS(46), + [anon_sym_CoMpLEte] = ACTIONS(46), + [anon_sym_CoMpLEtE] = ACTIONS(46), + [anon_sym_CoMpLETe] = ACTIONS(46), + [anon_sym_CoMpLETE] = ACTIONS(46), + [anon_sym_CoMPlete] = ACTIONS(46), + [anon_sym_CoMPletE] = ACTIONS(46), + [anon_sym_CoMPleTe] = ACTIONS(46), + [anon_sym_CoMPleTE] = ACTIONS(46), + [anon_sym_CoMPlEte] = ACTIONS(46), + [anon_sym_CoMPlEtE] = ACTIONS(46), + [anon_sym_CoMPlETe] = ACTIONS(46), + [anon_sym_CoMPlETE] = ACTIONS(46), + [anon_sym_CoMPLete] = ACTIONS(46), + [anon_sym_CoMPLetE] = ACTIONS(46), + [anon_sym_CoMPLeTe] = ACTIONS(46), + [anon_sym_CoMPLeTE] = ACTIONS(46), + [anon_sym_CoMPLEte] = ACTIONS(46), + [anon_sym_CoMPLEtE] = ACTIONS(46), + [anon_sym_CoMPLETe] = ACTIONS(46), + [anon_sym_CoMPLETE] = ACTIONS(46), + [anon_sym_COmplete] = ACTIONS(46), + [anon_sym_COmpletE] = ACTIONS(46), + [anon_sym_COmpleTe] = ACTIONS(46), + [anon_sym_COmpleTE] = ACTIONS(46), + [anon_sym_COmplEte] = ACTIONS(46), + [anon_sym_COmplEtE] = ACTIONS(46), + [anon_sym_COmplETe] = ACTIONS(46), + [anon_sym_COmplETE] = ACTIONS(46), + [anon_sym_COmpLete] = ACTIONS(46), + [anon_sym_COmpLetE] = ACTIONS(46), + [anon_sym_COmpLeTe] = ACTIONS(46), + [anon_sym_COmpLeTE] = ACTIONS(46), + [anon_sym_COmpLEte] = ACTIONS(46), + [anon_sym_COmpLEtE] = ACTIONS(46), + [anon_sym_COmpLETe] = ACTIONS(46), + [anon_sym_COmpLETE] = ACTIONS(46), + [anon_sym_COmPlete] = ACTIONS(46), + [anon_sym_COmPletE] = ACTIONS(46), + [anon_sym_COmPleTe] = ACTIONS(46), + [anon_sym_COmPleTE] = ACTIONS(46), + [anon_sym_COmPlEte] = ACTIONS(46), + [anon_sym_COmPlEtE] = ACTIONS(46), + [anon_sym_COmPlETe] = ACTIONS(46), + [anon_sym_COmPlETE] = ACTIONS(46), + [anon_sym_COmPLete] = ACTIONS(46), + [anon_sym_COmPLetE] = ACTIONS(46), + [anon_sym_COmPLeTe] = ACTIONS(46), + [anon_sym_COmPLeTE] = ACTIONS(46), + [anon_sym_COmPLEte] = ACTIONS(46), + [anon_sym_COmPLEtE] = ACTIONS(46), + [anon_sym_COmPLETe] = ACTIONS(46), + [anon_sym_COmPLETE] = ACTIONS(46), + [anon_sym_COMplete] = ACTIONS(46), + [anon_sym_COMpletE] = ACTIONS(46), + [anon_sym_COMpleTe] = ACTIONS(46), + [anon_sym_COMpleTE] = ACTIONS(46), + [anon_sym_COMplEte] = ACTIONS(46), + [anon_sym_COMplEtE] = ACTIONS(46), + [anon_sym_COMplETe] = ACTIONS(46), + [anon_sym_COMplETE] = ACTIONS(46), + [anon_sym_COMpLete] = ACTIONS(46), + [anon_sym_COMpLetE] = ACTIONS(46), + [anon_sym_COMpLeTe] = ACTIONS(46), + [anon_sym_COMpLeTE] = ACTIONS(46), + [anon_sym_COMpLEte] = ACTIONS(46), + [anon_sym_COMpLEtE] = ACTIONS(46), + [anon_sym_COMpLETe] = ACTIONS(46), + [anon_sym_COMpLETE] = ACTIONS(46), + [anon_sym_COMPlete] = ACTIONS(46), + [anon_sym_COMPletE] = ACTIONS(46), + [anon_sym_COMPleTe] = ACTIONS(46), + [anon_sym_COMPleTE] = ACTIONS(46), + [anon_sym_COMPlEte] = ACTIONS(46), + [anon_sym_COMPlEtE] = ACTIONS(46), + [anon_sym_COMPlETe] = ACTIONS(46), + [anon_sym_COMPlETE] = ACTIONS(46), + [anon_sym_COMPLete] = ACTIONS(46), + [anon_sym_COMPLetE] = ACTIONS(46), + [anon_sym_COMPLeTe] = ACTIONS(46), + [anon_sym_COMPLeTE] = ACTIONS(46), + [anon_sym_COMPLEte] = ACTIONS(46), + [anon_sym_COMPLEtE] = ACTIONS(46), + [anon_sym_COMPLETe] = ACTIONS(46), + [anon_sym_COMPLETE] = ACTIONS(46), + [anon_sym_if] = ACTIONS(46), + [anon_sym_iF] = ACTIONS(46), + [anon_sym_If] = ACTIONS(46), + [anon_sym_IF] = ACTIONS(46), + [anon_sym_else] = ACTIONS(46), + [anon_sym_elsE] = ACTIONS(46), + [anon_sym_elSe] = ACTIONS(46), + [anon_sym_elSE] = ACTIONS(46), + [anon_sym_eLse] = ACTIONS(46), + [anon_sym_eLsE] = ACTIONS(46), + [anon_sym_eLSe] = ACTIONS(46), + [anon_sym_eLSE] = ACTIONS(46), + [anon_sym_Else] = ACTIONS(46), + [anon_sym_ElsE] = ACTIONS(46), + [anon_sym_ElSe] = ACTIONS(46), + [anon_sym_ElSE] = ACTIONS(46), + [anon_sym_ELse] = ACTIONS(46), + [anon_sym_ELsE] = ACTIONS(46), + [anon_sym_ELSe] = ACTIONS(46), + [anon_sym_ELSE] = ACTIONS(46), + [anon_sym_elseif] = ACTIONS(46), + [anon_sym_elseiF] = ACTIONS(46), + [anon_sym_elseIf] = ACTIONS(46), + [anon_sym_elseIF] = ACTIONS(46), + [anon_sym_elsEif] = ACTIONS(46), + [anon_sym_elsEiF] = ACTIONS(46), + [anon_sym_elsEIf] = ACTIONS(46), + [anon_sym_elsEIF] = ACTIONS(46), + [anon_sym_elSeif] = ACTIONS(46), + [anon_sym_elSeiF] = ACTIONS(46), + [anon_sym_elSeIf] = ACTIONS(46), + [anon_sym_elSeIF] = ACTIONS(46), + [anon_sym_elSEif] = ACTIONS(46), + [anon_sym_elSEiF] = ACTIONS(46), + [anon_sym_elSEIf] = ACTIONS(46), + [anon_sym_elSEIF] = ACTIONS(46), + [anon_sym_eLseif] = ACTIONS(46), + [anon_sym_eLseiF] = ACTIONS(46), + [anon_sym_eLseIf] = ACTIONS(46), + [anon_sym_eLseIF] = ACTIONS(46), + [anon_sym_eLsEif] = ACTIONS(46), + [anon_sym_eLsEiF] = ACTIONS(46), + [anon_sym_eLsEIf] = ACTIONS(46), + [anon_sym_eLsEIF] = ACTIONS(46), + [anon_sym_eLSeif] = ACTIONS(46), + [anon_sym_eLSeiF] = ACTIONS(46), + [anon_sym_eLSeIf] = ACTIONS(46), + [anon_sym_eLSeIF] = ACTIONS(46), + [anon_sym_eLSEif] = ACTIONS(46), + [anon_sym_eLSEiF] = ACTIONS(46), + [anon_sym_eLSEIf] = ACTIONS(46), + [anon_sym_eLSEIF] = ACTIONS(46), + [anon_sym_Elseif] = ACTIONS(46), + [anon_sym_ElseiF] = ACTIONS(46), + [anon_sym_ElseIf] = ACTIONS(46), + [anon_sym_ElseIF] = ACTIONS(46), + [anon_sym_ElsEif] = ACTIONS(46), + [anon_sym_ElsEiF] = ACTIONS(46), + [anon_sym_ElsEIf] = ACTIONS(46), + [anon_sym_ElsEIF] = ACTIONS(46), + [anon_sym_ElSeif] = ACTIONS(46), + [anon_sym_ElSeiF] = ACTIONS(46), + [anon_sym_ElSeIf] = ACTIONS(46), + [anon_sym_ElSeIF] = ACTIONS(46), + [anon_sym_ElSEif] = ACTIONS(46), + [anon_sym_ElSEiF] = ACTIONS(46), + [anon_sym_ElSEIf] = ACTIONS(46), + [anon_sym_ElSEIF] = ACTIONS(46), + [anon_sym_ELseif] = ACTIONS(46), + [anon_sym_ELseiF] = ACTIONS(46), + [anon_sym_ELseIf] = ACTIONS(46), + [anon_sym_ELseIF] = ACTIONS(46), + [anon_sym_ELsEif] = ACTIONS(46), + [anon_sym_ELsEiF] = ACTIONS(46), + [anon_sym_ELsEIf] = ACTIONS(46), + [anon_sym_ELsEIF] = ACTIONS(46), + [anon_sym_ELSeif] = ACTIONS(46), + [anon_sym_ELSeiF] = ACTIONS(46), + [anon_sym_ELSeIf] = ACTIONS(46), + [anon_sym_ELSeIF] = ACTIONS(46), + [anon_sym_ELSEif] = ACTIONS(46), + [anon_sym_ELSEiF] = ACTIONS(46), + [anon_sym_ELSEIf] = ACTIONS(46), + [anon_sym_ELSEIF] = ACTIONS(46), + [anon_sym_endif] = ACTIONS(46), + [anon_sym_endiF] = ACTIONS(46), + [anon_sym_endIf] = ACTIONS(46), + [anon_sym_endIF] = ACTIONS(46), + [anon_sym_enDif] = ACTIONS(46), + [anon_sym_enDiF] = ACTIONS(46), + [anon_sym_enDIf] = ACTIONS(46), + [anon_sym_enDIF] = ACTIONS(46), + [anon_sym_eNdif] = ACTIONS(46), + [anon_sym_eNdiF] = ACTIONS(46), + [anon_sym_eNdIf] = ACTIONS(46), + [anon_sym_eNdIF] = ACTIONS(46), + [anon_sym_eNDif] = ACTIONS(46), + [anon_sym_eNDiF] = ACTIONS(46), + [anon_sym_eNDIf] = ACTIONS(46), + [anon_sym_eNDIF] = ACTIONS(46), + [anon_sym_Endif] = ACTIONS(46), + [anon_sym_EndiF] = ACTIONS(46), + [anon_sym_EndIf] = ACTIONS(46), + [anon_sym_EndIF] = ACTIONS(46), + [anon_sym_EnDif] = ACTIONS(46), + [anon_sym_EnDiF] = ACTIONS(46), + [anon_sym_EnDIf] = ACTIONS(46), + [anon_sym_EnDIF] = ACTIONS(46), + [anon_sym_ENdif] = ACTIONS(46), + [anon_sym_ENdiF] = ACTIONS(46), + [anon_sym_ENdIf] = ACTIONS(46), + [anon_sym_ENdIF] = ACTIONS(46), + [anon_sym_ENDif] = ACTIONS(46), + [anon_sym_ENDiF] = ACTIONS(46), + [anon_sym_ENDIf] = ACTIONS(46), + [anon_sym_ENDIF] = ACTIONS(46), + [anon_sym_while] = ACTIONS(46), + [anon_sym_whilE] = ACTIONS(46), + [anon_sym_whiLe] = ACTIONS(46), + [anon_sym_whiLE] = ACTIONS(46), + [anon_sym_whIle] = ACTIONS(46), + [anon_sym_whIlE] = ACTIONS(46), + [anon_sym_whILe] = ACTIONS(46), + [anon_sym_whILE] = ACTIONS(46), + [anon_sym_wHile] = ACTIONS(46), + [anon_sym_wHilE] = ACTIONS(46), + [anon_sym_wHiLe] = ACTIONS(46), + [anon_sym_wHiLE] = ACTIONS(46), + [anon_sym_wHIle] = ACTIONS(46), + [anon_sym_wHIlE] = ACTIONS(46), + [anon_sym_wHILe] = ACTIONS(46), + [anon_sym_wHILE] = ACTIONS(46), + [anon_sym_While] = ACTIONS(46), + [anon_sym_WhilE] = ACTIONS(46), + [anon_sym_WhiLe] = ACTIONS(46), + [anon_sym_WhiLE] = ACTIONS(46), + [anon_sym_WhIle] = ACTIONS(46), + [anon_sym_WhIlE] = ACTIONS(46), + [anon_sym_WhILe] = ACTIONS(46), + [anon_sym_WhILE] = ACTIONS(46), + [anon_sym_WHile] = ACTIONS(46), + [anon_sym_WHilE] = ACTIONS(46), + [anon_sym_WHiLe] = ACTIONS(46), + [anon_sym_WHiLE] = ACTIONS(46), + [anon_sym_WHIle] = ACTIONS(46), + [anon_sym_WHIlE] = ACTIONS(46), + [anon_sym_WHILe] = ACTIONS(46), + [anon_sym_WHILE] = ACTIONS(46), + [anon_sym_endwhile] = ACTIONS(46), + [anon_sym_endwhilE] = ACTIONS(46), + [anon_sym_endwhiLe] = ACTIONS(46), + [anon_sym_endwhiLE] = ACTIONS(46), + [anon_sym_endwhIle] = ACTIONS(46), + [anon_sym_endwhIlE] = ACTIONS(46), + [anon_sym_endwhILe] = ACTIONS(46), + [anon_sym_endwhILE] = ACTIONS(46), + [anon_sym_endwHile] = ACTIONS(46), + [anon_sym_endwHilE] = ACTIONS(46), + [anon_sym_endwHiLe] = ACTIONS(46), + [anon_sym_endwHiLE] = ACTIONS(46), + [anon_sym_endwHIle] = ACTIONS(46), + [anon_sym_endwHIlE] = ACTIONS(46), + [anon_sym_endwHILe] = ACTIONS(46), + [anon_sym_endwHILE] = ACTIONS(46), + [anon_sym_endWhile] = ACTIONS(46), + [anon_sym_endWhilE] = ACTIONS(46), + [anon_sym_endWhiLe] = ACTIONS(46), + [anon_sym_endWhiLE] = ACTIONS(46), + [anon_sym_endWhIle] = ACTIONS(46), + [anon_sym_endWhIlE] = ACTIONS(46), + [anon_sym_endWhILe] = ACTIONS(46), + [anon_sym_endWhILE] = ACTIONS(46), + [anon_sym_endWHile] = ACTIONS(46), + [anon_sym_endWHilE] = ACTIONS(46), + [anon_sym_endWHiLe] = ACTIONS(46), + [anon_sym_endWHiLE] = ACTIONS(46), + [anon_sym_endWHIle] = ACTIONS(46), + [anon_sym_endWHIlE] = ACTIONS(46), + [anon_sym_endWHILe] = ACTIONS(46), + [anon_sym_endWHILE] = ACTIONS(46), + [anon_sym_enDwhile] = ACTIONS(46), + [anon_sym_enDwhilE] = ACTIONS(46), + [anon_sym_enDwhiLe] = ACTIONS(46), + [anon_sym_enDwhiLE] = ACTIONS(46), + [anon_sym_enDwhIle] = ACTIONS(46), + [anon_sym_enDwhIlE] = ACTIONS(46), + [anon_sym_enDwhILe] = ACTIONS(46), + [anon_sym_enDwhILE] = ACTIONS(46), + [anon_sym_enDwHile] = ACTIONS(46), + [anon_sym_enDwHilE] = ACTIONS(46), + [anon_sym_enDwHiLe] = ACTIONS(46), + [anon_sym_enDwHiLE] = ACTIONS(46), + [anon_sym_enDwHIle] = ACTIONS(46), + [anon_sym_enDwHIlE] = ACTIONS(46), + [anon_sym_enDwHILe] = ACTIONS(46), + [anon_sym_enDwHILE] = ACTIONS(46), + [anon_sym_enDWhile] = ACTIONS(46), + [anon_sym_enDWhilE] = ACTIONS(46), + [anon_sym_enDWhiLe] = ACTIONS(46), + [anon_sym_enDWhiLE] = ACTIONS(46), + [anon_sym_enDWhIle] = ACTIONS(46), + [anon_sym_enDWhIlE] = ACTIONS(46), + [anon_sym_enDWhILe] = ACTIONS(46), + [anon_sym_enDWhILE] = ACTIONS(46), + [anon_sym_enDWHile] = ACTIONS(46), + [anon_sym_enDWHilE] = ACTIONS(46), + [anon_sym_enDWHiLe] = ACTIONS(46), + [anon_sym_enDWHiLE] = ACTIONS(46), + [anon_sym_enDWHIle] = ACTIONS(46), + [anon_sym_enDWHIlE] = ACTIONS(46), + [anon_sym_enDWHILe] = ACTIONS(46), + [anon_sym_enDWHILE] = ACTIONS(46), + [anon_sym_eNdwhile] = ACTIONS(46), + [anon_sym_eNdwhilE] = ACTIONS(46), + [anon_sym_eNdwhiLe] = ACTIONS(46), + [anon_sym_eNdwhiLE] = ACTIONS(46), + [anon_sym_eNdwhIle] = ACTIONS(46), + [anon_sym_eNdwhIlE] = ACTIONS(46), + [anon_sym_eNdwhILe] = ACTIONS(46), + [anon_sym_eNdwhILE] = ACTIONS(46), + [anon_sym_eNdwHile] = ACTIONS(46), + [anon_sym_eNdwHilE] = ACTIONS(46), + [anon_sym_eNdwHiLe] = ACTIONS(46), + [anon_sym_eNdwHiLE] = ACTIONS(46), + [anon_sym_eNdwHIle] = ACTIONS(46), + [anon_sym_eNdwHIlE] = ACTIONS(46), + [anon_sym_eNdwHILe] = ACTIONS(46), + [anon_sym_eNdwHILE] = ACTIONS(46), + [anon_sym_eNdWhile] = ACTIONS(46), + [anon_sym_eNdWhilE] = ACTIONS(46), + [anon_sym_eNdWhiLe] = ACTIONS(46), + [anon_sym_eNdWhiLE] = ACTIONS(46), + [anon_sym_eNdWhIle] = ACTIONS(46), + [anon_sym_eNdWhIlE] = ACTIONS(46), + [anon_sym_eNdWhILe] = ACTIONS(46), + [anon_sym_eNdWhILE] = ACTIONS(46), + [anon_sym_eNdWHile] = ACTIONS(46), + [anon_sym_eNdWHilE] = ACTIONS(46), + [anon_sym_eNdWHiLe] = ACTIONS(46), + [anon_sym_eNdWHiLE] = ACTIONS(46), + [anon_sym_eNdWHIle] = ACTIONS(46), + [anon_sym_eNdWHIlE] = ACTIONS(46), + [anon_sym_eNdWHILe] = ACTIONS(46), + [anon_sym_eNdWHILE] = ACTIONS(46), + [anon_sym_eNDwhile] = ACTIONS(46), + [anon_sym_eNDwhilE] = ACTIONS(46), + [anon_sym_eNDwhiLe] = ACTIONS(46), + [anon_sym_eNDwhiLE] = ACTIONS(46), + [anon_sym_eNDwhIle] = ACTIONS(46), + [anon_sym_eNDwhIlE] = ACTIONS(46), + [anon_sym_eNDwhILe] = ACTIONS(46), + [anon_sym_eNDwhILE] = ACTIONS(46), + [anon_sym_eNDwHile] = ACTIONS(46), + [anon_sym_eNDwHilE] = ACTIONS(46), + [anon_sym_eNDwHiLe] = ACTIONS(46), + [anon_sym_eNDwHiLE] = ACTIONS(46), + [anon_sym_eNDwHIle] = ACTIONS(46), + [anon_sym_eNDwHIlE] = ACTIONS(46), + [anon_sym_eNDwHILe] = ACTIONS(46), + [anon_sym_eNDwHILE] = ACTIONS(46), + [anon_sym_eNDWhile] = ACTIONS(46), + [anon_sym_eNDWhilE] = ACTIONS(46), + [anon_sym_eNDWhiLe] = ACTIONS(46), + [anon_sym_eNDWhiLE] = ACTIONS(46), + [anon_sym_eNDWhIle] = ACTIONS(46), + [anon_sym_eNDWhIlE] = ACTIONS(46), + [anon_sym_eNDWhILe] = ACTIONS(46), + [anon_sym_eNDWhILE] = ACTIONS(46), + [anon_sym_eNDWHile] = ACTIONS(46), + [anon_sym_eNDWHilE] = ACTIONS(46), + [anon_sym_eNDWHiLe] = ACTIONS(46), + [anon_sym_eNDWHiLE] = ACTIONS(46), + [anon_sym_eNDWHIle] = ACTIONS(46), + [anon_sym_eNDWHIlE] = ACTIONS(46), + [anon_sym_eNDWHILe] = ACTIONS(46), + [anon_sym_eNDWHILE] = ACTIONS(46), + [anon_sym_Endwhile] = ACTIONS(46), + [anon_sym_EndwhilE] = ACTIONS(46), + [anon_sym_EndwhiLe] = ACTIONS(46), + [anon_sym_EndwhiLE] = ACTIONS(46), + [anon_sym_EndwhIle] = ACTIONS(46), + [anon_sym_EndwhIlE] = ACTIONS(46), + [anon_sym_EndwhILe] = ACTIONS(46), + [anon_sym_EndwhILE] = ACTIONS(46), + [anon_sym_EndwHile] = ACTIONS(46), + [anon_sym_EndwHilE] = ACTIONS(46), + [anon_sym_EndwHiLe] = ACTIONS(46), + [anon_sym_EndwHiLE] = ACTIONS(46), + [anon_sym_EndwHIle] = ACTIONS(46), + [anon_sym_EndwHIlE] = ACTIONS(46), + [anon_sym_EndwHILe] = ACTIONS(46), + [anon_sym_EndwHILE] = ACTIONS(46), + [anon_sym_EndWhile] = ACTIONS(46), + [anon_sym_EndWhilE] = ACTIONS(46), + [anon_sym_EndWhiLe] = ACTIONS(46), + [anon_sym_EndWhiLE] = ACTIONS(46), + [anon_sym_EndWhIle] = ACTIONS(46), + [anon_sym_EndWhIlE] = ACTIONS(46), + [anon_sym_EndWhILe] = ACTIONS(46), + [anon_sym_EndWhILE] = ACTIONS(46), + [anon_sym_EndWHile] = ACTIONS(46), + [anon_sym_EndWHilE] = ACTIONS(46), + [anon_sym_EndWHiLe] = ACTIONS(46), + [anon_sym_EndWHiLE] = ACTIONS(46), + [anon_sym_EndWHIle] = ACTIONS(46), + [anon_sym_EndWHIlE] = ACTIONS(46), + [anon_sym_EndWHILe] = ACTIONS(46), + [anon_sym_EndWHILE] = ACTIONS(46), + [anon_sym_EnDwhile] = ACTIONS(46), + [anon_sym_EnDwhilE] = ACTIONS(46), + [anon_sym_EnDwhiLe] = ACTIONS(46), + [anon_sym_EnDwhiLE] = ACTIONS(46), + [anon_sym_EnDwhIle] = ACTIONS(46), + [anon_sym_EnDwhIlE] = ACTIONS(46), + [anon_sym_EnDwhILe] = ACTIONS(46), + [anon_sym_EnDwhILE] = ACTIONS(46), + [anon_sym_EnDwHile] = ACTIONS(46), + [anon_sym_EnDwHilE] = ACTIONS(46), + [anon_sym_EnDwHiLe] = ACTIONS(46), + [anon_sym_EnDwHiLE] = ACTIONS(46), + [anon_sym_EnDwHIle] = ACTIONS(46), + [anon_sym_EnDwHIlE] = ACTIONS(46), + [anon_sym_EnDwHILe] = ACTIONS(46), + [anon_sym_EnDwHILE] = ACTIONS(46), + [anon_sym_EnDWhile] = ACTIONS(46), + [anon_sym_EnDWhilE] = ACTIONS(46), + [anon_sym_EnDWhiLe] = ACTIONS(46), + [anon_sym_EnDWhiLE] = ACTIONS(46), + [anon_sym_EnDWhIle] = ACTIONS(46), + [anon_sym_EnDWhIlE] = ACTIONS(46), + [anon_sym_EnDWhILe] = ACTIONS(46), + [anon_sym_EnDWhILE] = ACTIONS(46), + [anon_sym_EnDWHile] = ACTIONS(46), + [anon_sym_EnDWHilE] = ACTIONS(46), + [anon_sym_EnDWHiLe] = ACTIONS(46), + [anon_sym_EnDWHiLE] = ACTIONS(46), + [anon_sym_EnDWHIle] = ACTIONS(46), + [anon_sym_EnDWHIlE] = ACTIONS(46), + [anon_sym_EnDWHILe] = ACTIONS(46), + [anon_sym_EnDWHILE] = ACTIONS(46), + [anon_sym_ENdwhile] = ACTIONS(46), + [anon_sym_ENdwhilE] = ACTIONS(46), + [anon_sym_ENdwhiLe] = ACTIONS(46), + [anon_sym_ENdwhiLE] = ACTIONS(46), + [anon_sym_ENdwhIle] = ACTIONS(46), + [anon_sym_ENdwhIlE] = ACTIONS(46), + [anon_sym_ENdwhILe] = ACTIONS(46), + [anon_sym_ENdwhILE] = ACTIONS(46), + [anon_sym_ENdwHile] = ACTIONS(46), + [anon_sym_ENdwHilE] = ACTIONS(46), + [anon_sym_ENdwHiLe] = ACTIONS(46), + [anon_sym_ENdwHiLE] = ACTIONS(46), + [anon_sym_ENdwHIle] = ACTIONS(46), + [anon_sym_ENdwHIlE] = ACTIONS(46), + [anon_sym_ENdwHILe] = ACTIONS(46), + [anon_sym_ENdwHILE] = ACTIONS(46), + [anon_sym_ENdWhile] = ACTIONS(46), + [anon_sym_ENdWhilE] = ACTIONS(46), + [anon_sym_ENdWhiLe] = ACTIONS(46), + [anon_sym_ENdWhiLE] = ACTIONS(46), + [anon_sym_ENdWhIle] = ACTIONS(46), + [anon_sym_ENdWhIlE] = ACTIONS(46), + [anon_sym_ENdWhILe] = ACTIONS(46), + [anon_sym_ENdWhILE] = ACTIONS(46), + [anon_sym_ENdWHile] = ACTIONS(46), + [anon_sym_ENdWHilE] = ACTIONS(46), + [anon_sym_ENdWHiLe] = ACTIONS(46), + [anon_sym_ENdWHiLE] = ACTIONS(46), + [anon_sym_ENdWHIle] = ACTIONS(46), + [anon_sym_ENdWHIlE] = ACTIONS(46), + [anon_sym_ENdWHILe] = ACTIONS(46), + [anon_sym_ENdWHILE] = ACTIONS(46), + [anon_sym_ENDwhile] = ACTIONS(46), + [anon_sym_ENDwhilE] = ACTIONS(46), + [anon_sym_ENDwhiLe] = ACTIONS(46), + [anon_sym_ENDwhiLE] = ACTIONS(46), + [anon_sym_ENDwhIle] = ACTIONS(46), + [anon_sym_ENDwhIlE] = ACTIONS(46), + [anon_sym_ENDwhILe] = ACTIONS(46), + [anon_sym_ENDwhILE] = ACTIONS(46), + [anon_sym_ENDwHile] = ACTIONS(46), + [anon_sym_ENDwHilE] = ACTIONS(46), + [anon_sym_ENDwHiLe] = ACTIONS(46), + [anon_sym_ENDwHiLE] = ACTIONS(46), + [anon_sym_ENDwHIle] = ACTIONS(46), + [anon_sym_ENDwHIlE] = ACTIONS(46), + [anon_sym_ENDwHILe] = ACTIONS(46), + [anon_sym_ENDwHILE] = ACTIONS(46), + [anon_sym_ENDWhile] = ACTIONS(46), + [anon_sym_ENDWhilE] = ACTIONS(46), + [anon_sym_ENDWhiLe] = ACTIONS(46), + [anon_sym_ENDWhiLE] = ACTIONS(46), + [anon_sym_ENDWhIle] = ACTIONS(46), + [anon_sym_ENDWhIlE] = ACTIONS(46), + [anon_sym_ENDWhILe] = ACTIONS(46), + [anon_sym_ENDWhILE] = ACTIONS(46), + [anon_sym_ENDWHile] = ACTIONS(46), + [anon_sym_ENDWHilE] = ACTIONS(46), + [anon_sym_ENDWHiLe] = ACTIONS(46), + [anon_sym_ENDWHiLE] = ACTIONS(46), + [anon_sym_ENDWHIle] = ACTIONS(46), + [anon_sym_ENDWHIlE] = ACTIONS(46), + [anon_sym_ENDWHILe] = ACTIONS(46), + [anon_sym_ENDWHILE] = ACTIONS(46), + [anon_sym_detector] = ACTIONS(46), + [anon_sym_detectoR] = ACTIONS(46), + [anon_sym_detectOr] = ACTIONS(46), + [anon_sym_detectOR] = ACTIONS(46), + [anon_sym_detecTor] = ACTIONS(46), + [anon_sym_detecToR] = ACTIONS(46), + [anon_sym_detecTOr] = ACTIONS(46), + [anon_sym_detecTOR] = ACTIONS(46), + [anon_sym_deteCtor] = ACTIONS(46), + [anon_sym_deteCtoR] = ACTIONS(46), + [anon_sym_deteCtOr] = ACTIONS(46), + [anon_sym_deteCtOR] = ACTIONS(46), + [anon_sym_deteCTor] = ACTIONS(46), + [anon_sym_deteCToR] = ACTIONS(46), + [anon_sym_deteCTOr] = ACTIONS(46), + [anon_sym_deteCTOR] = ACTIONS(46), + [anon_sym_detEctor] = ACTIONS(46), + [anon_sym_detEctoR] = ACTIONS(46), + [anon_sym_detEctOr] = ACTIONS(46), + [anon_sym_detEctOR] = ACTIONS(46), + [anon_sym_detEcTor] = ACTIONS(46), + [anon_sym_detEcToR] = ACTIONS(46), + [anon_sym_detEcTOr] = ACTIONS(46), + [anon_sym_detEcTOR] = ACTIONS(46), + [anon_sym_detECtor] = ACTIONS(46), + [anon_sym_detECtoR] = ACTIONS(46), + [anon_sym_detECtOr] = ACTIONS(46), + [anon_sym_detECtOR] = ACTIONS(46), + [anon_sym_detECTor] = ACTIONS(46), + [anon_sym_detECToR] = ACTIONS(46), + [anon_sym_detECTOr] = ACTIONS(46), + [anon_sym_detECTOR] = ACTIONS(46), + [anon_sym_deTector] = ACTIONS(46), + [anon_sym_deTectoR] = ACTIONS(46), + [anon_sym_deTectOr] = ACTIONS(46), + [anon_sym_deTectOR] = ACTIONS(46), + [anon_sym_deTecTor] = ACTIONS(46), + [anon_sym_deTecToR] = ACTIONS(46), + [anon_sym_deTecTOr] = ACTIONS(46), + [anon_sym_deTecTOR] = ACTIONS(46), + [anon_sym_deTeCtor] = ACTIONS(46), + [anon_sym_deTeCtoR] = ACTIONS(46), + [anon_sym_deTeCtOr] = ACTIONS(46), + [anon_sym_deTeCtOR] = ACTIONS(46), + [anon_sym_deTeCTor] = ACTIONS(46), + [anon_sym_deTeCToR] = ACTIONS(46), + [anon_sym_deTeCTOr] = ACTIONS(46), + [anon_sym_deTeCTOR] = ACTIONS(46), + [anon_sym_deTEctor] = ACTIONS(46), + [anon_sym_deTEctoR] = ACTIONS(46), + [anon_sym_deTEctOr] = ACTIONS(46), + [anon_sym_deTEctOR] = ACTIONS(46), + [anon_sym_deTEcTor] = ACTIONS(46), + [anon_sym_deTEcToR] = ACTIONS(46), + [anon_sym_deTEcTOr] = ACTIONS(46), + [anon_sym_deTEcTOR] = ACTIONS(46), + [anon_sym_deTECtor] = ACTIONS(46), + [anon_sym_deTECtoR] = ACTIONS(46), + [anon_sym_deTECtOr] = ACTIONS(46), + [anon_sym_deTECtOR] = ACTIONS(46), + [anon_sym_deTECTor] = ACTIONS(46), + [anon_sym_deTECToR] = ACTIONS(46), + [anon_sym_deTECTOr] = ACTIONS(46), + [anon_sym_deTECTOR] = ACTIONS(46), + [anon_sym_dEtector] = ACTIONS(46), + [anon_sym_dEtectoR] = ACTIONS(46), + [anon_sym_dEtectOr] = ACTIONS(46), + [anon_sym_dEtectOR] = ACTIONS(46), + [anon_sym_dEtecTor] = ACTIONS(46), + [anon_sym_dEtecToR] = ACTIONS(46), + [anon_sym_dEtecTOr] = ACTIONS(46), + [anon_sym_dEtecTOR] = ACTIONS(46), + [anon_sym_dEteCtor] = ACTIONS(46), + [anon_sym_dEteCtoR] = ACTIONS(46), + [anon_sym_dEteCtOr] = ACTIONS(46), + [anon_sym_dEteCtOR] = ACTIONS(46), + [anon_sym_dEteCTor] = ACTIONS(46), + [anon_sym_dEteCToR] = ACTIONS(46), + [anon_sym_dEteCTOr] = ACTIONS(46), + [anon_sym_dEteCTOR] = ACTIONS(46), + [anon_sym_dEtEctor] = ACTIONS(46), + [anon_sym_dEtEctoR] = ACTIONS(46), + [anon_sym_dEtEctOr] = ACTIONS(46), + [anon_sym_dEtEctOR] = ACTIONS(46), + [anon_sym_dEtEcTor] = ACTIONS(46), + [anon_sym_dEtEcToR] = ACTIONS(46), + [anon_sym_dEtEcTOr] = ACTIONS(46), + [anon_sym_dEtEcTOR] = ACTIONS(46), + [anon_sym_dEtECtor] = ACTIONS(46), + [anon_sym_dEtECtoR] = ACTIONS(46), + [anon_sym_dEtECtOr] = ACTIONS(46), + [anon_sym_dEtECtOR] = ACTIONS(46), + [anon_sym_dEtECTor] = ACTIONS(46), + [anon_sym_dEtECToR] = ACTIONS(46), + [anon_sym_dEtECTOr] = ACTIONS(46), + [anon_sym_dEtECTOR] = ACTIONS(46), + [anon_sym_dETector] = ACTIONS(46), + [anon_sym_dETectoR] = ACTIONS(46), + [anon_sym_dETectOr] = ACTIONS(46), + [anon_sym_dETectOR] = ACTIONS(46), + [anon_sym_dETecTor] = ACTIONS(46), + [anon_sym_dETecToR] = ACTIONS(46), + [anon_sym_dETecTOr] = ACTIONS(46), + [anon_sym_dETecTOR] = ACTIONS(46), + [anon_sym_dETeCtor] = ACTIONS(46), + [anon_sym_dETeCtoR] = ACTIONS(46), + [anon_sym_dETeCtOr] = ACTIONS(46), + [anon_sym_dETeCtOR] = ACTIONS(46), + [anon_sym_dETeCTor] = ACTIONS(46), + [anon_sym_dETeCToR] = ACTIONS(46), + [anon_sym_dETeCTOr] = ACTIONS(46), + [anon_sym_dETeCTOR] = ACTIONS(46), + [anon_sym_dETEctor] = ACTIONS(46), + [anon_sym_dETEctoR] = ACTIONS(46), + [anon_sym_dETEctOr] = ACTIONS(46), + [anon_sym_dETEctOR] = ACTIONS(46), + [anon_sym_dETEcTor] = ACTIONS(46), + [anon_sym_dETEcToR] = ACTIONS(46), + [anon_sym_dETEcTOr] = ACTIONS(46), + [anon_sym_dETEcTOR] = ACTIONS(46), + [anon_sym_dETECtor] = ACTIONS(46), + [anon_sym_dETECtoR] = ACTIONS(46), + [anon_sym_dETECtOr] = ACTIONS(46), + [anon_sym_dETECtOR] = ACTIONS(46), + [anon_sym_dETECTor] = ACTIONS(46), + [anon_sym_dETECToR] = ACTIONS(46), + [anon_sym_dETECTOr] = ACTIONS(46), + [anon_sym_dETECTOR] = ACTIONS(46), + [anon_sym_Detector] = ACTIONS(46), + [anon_sym_DetectoR] = ACTIONS(46), + [anon_sym_DetectOr] = ACTIONS(46), + [anon_sym_DetectOR] = ACTIONS(46), + [anon_sym_DetecTor] = ACTIONS(46), + [anon_sym_DetecToR] = ACTIONS(46), + [anon_sym_DetecTOr] = ACTIONS(46), + [anon_sym_DetecTOR] = ACTIONS(46), + [anon_sym_DeteCtor] = ACTIONS(46), + [anon_sym_DeteCtoR] = ACTIONS(46), + [anon_sym_DeteCtOr] = ACTIONS(46), + [anon_sym_DeteCtOR] = ACTIONS(46), + [anon_sym_DeteCTor] = ACTIONS(46), + [anon_sym_DeteCToR] = ACTIONS(46), + [anon_sym_DeteCTOr] = ACTIONS(46), + [anon_sym_DeteCTOR] = ACTIONS(46), + [anon_sym_DetEctor] = ACTIONS(46), + [anon_sym_DetEctoR] = ACTIONS(46), + [anon_sym_DetEctOr] = ACTIONS(46), + [anon_sym_DetEctOR] = ACTIONS(46), + [anon_sym_DetEcTor] = ACTIONS(46), + [anon_sym_DetEcToR] = ACTIONS(46), + [anon_sym_DetEcTOr] = ACTIONS(46), + [anon_sym_DetEcTOR] = ACTIONS(46), + [anon_sym_DetECtor] = ACTIONS(46), + [anon_sym_DetECtoR] = ACTIONS(46), + [anon_sym_DetECtOr] = ACTIONS(46), + [anon_sym_DetECtOR] = ACTIONS(46), + [anon_sym_DetECTor] = ACTIONS(46), + [anon_sym_DetECToR] = ACTIONS(46), + [anon_sym_DetECTOr] = ACTIONS(46), + [anon_sym_DetECTOR] = ACTIONS(46), + [anon_sym_DeTector] = ACTIONS(46), + [anon_sym_DeTectoR] = ACTIONS(46), + [anon_sym_DeTectOr] = ACTIONS(46), + [anon_sym_DeTectOR] = ACTIONS(46), + [anon_sym_DeTecTor] = ACTIONS(46), + [anon_sym_DeTecToR] = ACTIONS(46), + [anon_sym_DeTecTOr] = ACTIONS(46), + [anon_sym_DeTecTOR] = ACTIONS(46), + [anon_sym_DeTeCtor] = ACTIONS(46), + [anon_sym_DeTeCtoR] = ACTIONS(46), + [anon_sym_DeTeCtOr] = ACTIONS(46), + [anon_sym_DeTeCtOR] = ACTIONS(46), + [anon_sym_DeTeCTor] = ACTIONS(46), + [anon_sym_DeTeCToR] = ACTIONS(46), + [anon_sym_DeTeCTOr] = ACTIONS(46), + [anon_sym_DeTeCTOR] = ACTIONS(46), + [anon_sym_DeTEctor] = ACTIONS(46), + [anon_sym_DeTEctoR] = ACTIONS(46), + [anon_sym_DeTEctOr] = ACTIONS(46), + [anon_sym_DeTEctOR] = ACTIONS(46), + [anon_sym_DeTEcTor] = ACTIONS(46), + [anon_sym_DeTEcToR] = ACTIONS(46), + [anon_sym_DeTEcTOr] = ACTIONS(46), + [anon_sym_DeTEcTOR] = ACTIONS(46), + [anon_sym_DeTECtor] = ACTIONS(46), + [anon_sym_DeTECtoR] = ACTIONS(46), + [anon_sym_DeTECtOr] = ACTIONS(46), + [anon_sym_DeTECtOR] = ACTIONS(46), + [anon_sym_DeTECTor] = ACTIONS(46), + [anon_sym_DeTECToR] = ACTIONS(46), + [anon_sym_DeTECTOr] = ACTIONS(46), + [anon_sym_DeTECTOR] = ACTIONS(46), + [anon_sym_DEtector] = ACTIONS(46), + [anon_sym_DEtectoR] = ACTIONS(46), + [anon_sym_DEtectOr] = ACTIONS(46), + [anon_sym_DEtectOR] = ACTIONS(46), + [anon_sym_DEtecTor] = ACTIONS(46), + [anon_sym_DEtecToR] = ACTIONS(46), + [anon_sym_DEtecTOr] = ACTIONS(46), + [anon_sym_DEtecTOR] = ACTIONS(46), + [anon_sym_DEteCtor] = ACTIONS(46), + [anon_sym_DEteCtoR] = ACTIONS(46), + [anon_sym_DEteCtOr] = ACTIONS(46), + [anon_sym_DEteCtOR] = ACTIONS(46), + [anon_sym_DEteCTor] = ACTIONS(46), + [anon_sym_DEteCToR] = ACTIONS(46), + [anon_sym_DEteCTOr] = ACTIONS(46), + [anon_sym_DEteCTOR] = ACTIONS(46), + [anon_sym_DEtEctor] = ACTIONS(46), + [anon_sym_DEtEctoR] = ACTIONS(46), + [anon_sym_DEtEctOr] = ACTIONS(46), + [anon_sym_DEtEctOR] = ACTIONS(46), + [anon_sym_DEtEcTor] = ACTIONS(46), + [anon_sym_DEtEcToR] = ACTIONS(46), + [anon_sym_DEtEcTOr] = ACTIONS(46), + [anon_sym_DEtEcTOR] = ACTIONS(46), + [anon_sym_DEtECtor] = ACTIONS(46), + [anon_sym_DEtECtoR] = ACTIONS(46), + [anon_sym_DEtECtOr] = ACTIONS(46), + [anon_sym_DEtECtOR] = ACTIONS(46), + [anon_sym_DEtECTor] = ACTIONS(46), + [anon_sym_DEtECToR] = ACTIONS(46), + [anon_sym_DEtECTOr] = ACTIONS(46), + [anon_sym_DEtECTOR] = ACTIONS(46), + [anon_sym_DETector] = ACTIONS(46), + [anon_sym_DETectoR] = ACTIONS(46), + [anon_sym_DETectOr] = ACTIONS(46), + [anon_sym_DETectOR] = ACTIONS(46), + [anon_sym_DETecTor] = ACTIONS(46), + [anon_sym_DETecToR] = ACTIONS(46), + [anon_sym_DETecTOr] = ACTIONS(46), + [anon_sym_DETecTOR] = ACTIONS(46), + [anon_sym_DETeCtor] = ACTIONS(46), + [anon_sym_DETeCtoR] = ACTIONS(46), + [anon_sym_DETeCtOr] = ACTIONS(46), + [anon_sym_DETeCtOR] = ACTIONS(46), + [anon_sym_DETeCTor] = ACTIONS(46), + [anon_sym_DETeCToR] = ACTIONS(46), + [anon_sym_DETeCTOr] = ACTIONS(46), + [anon_sym_DETeCTOR] = ACTIONS(46), + [anon_sym_DETEctor] = ACTIONS(46), + [anon_sym_DETEctoR] = ACTIONS(46), + [anon_sym_DETEctOr] = ACTIONS(46), + [anon_sym_DETEctOR] = ACTIONS(46), + [anon_sym_DETEcTor] = ACTIONS(46), + [anon_sym_DETEcToR] = ACTIONS(46), + [anon_sym_DETEcTOr] = ACTIONS(46), + [anon_sym_DETEcTOR] = ACTIONS(46), + [anon_sym_DETECtor] = ACTIONS(46), + [anon_sym_DETECtoR] = ACTIONS(46), + [anon_sym_DETECtOr] = ACTIONS(46), + [anon_sym_DETECtOR] = ACTIONS(46), + [anon_sym_DETECTor] = ACTIONS(46), + [anon_sym_DETECToR] = ACTIONS(46), + [anon_sym_DETECTOr] = ACTIONS(46), + [anon_sym_DETECTOR] = ACTIONS(46), + [anon_sym_invoke] = ACTIONS(46), + [anon_sym_invokE] = ACTIONS(46), + [anon_sym_invoKe] = ACTIONS(46), + [anon_sym_invoKE] = ACTIONS(46), + [anon_sym_invOke] = ACTIONS(46), + [anon_sym_invOkE] = ACTIONS(46), + [anon_sym_invOKe] = ACTIONS(46), + [anon_sym_invOKE] = ACTIONS(46), + [anon_sym_inVoke] = ACTIONS(46), + [anon_sym_inVokE] = ACTIONS(46), + [anon_sym_inVoKe] = ACTIONS(46), + [anon_sym_inVoKE] = ACTIONS(46), + [anon_sym_inVOke] = ACTIONS(46), + [anon_sym_inVOkE] = ACTIONS(46), + [anon_sym_inVOKe] = ACTIONS(46), + [anon_sym_inVOKE] = ACTIONS(46), + [anon_sym_iNvoke] = ACTIONS(46), + [anon_sym_iNvokE] = ACTIONS(46), + [anon_sym_iNvoKe] = ACTIONS(46), + [anon_sym_iNvoKE] = ACTIONS(46), + [anon_sym_iNvOke] = ACTIONS(46), + [anon_sym_iNvOkE] = ACTIONS(46), + [anon_sym_iNvOKe] = ACTIONS(46), + [anon_sym_iNvOKE] = ACTIONS(46), + [anon_sym_iNVoke] = ACTIONS(46), + [anon_sym_iNVokE] = ACTIONS(46), + [anon_sym_iNVoKe] = ACTIONS(46), + [anon_sym_iNVoKE] = ACTIONS(46), + [anon_sym_iNVOke] = ACTIONS(46), + [anon_sym_iNVOkE] = ACTIONS(46), + [anon_sym_iNVOKe] = ACTIONS(46), + [anon_sym_iNVOKE] = ACTIONS(46), + [anon_sym_Invoke] = ACTIONS(46), + [anon_sym_InvokE] = ACTIONS(46), + [anon_sym_InvoKe] = ACTIONS(46), + [anon_sym_InvoKE] = ACTIONS(46), + [anon_sym_InvOke] = ACTIONS(46), + [anon_sym_InvOkE] = ACTIONS(46), + [anon_sym_InvOKe] = ACTIONS(46), + [anon_sym_InvOKE] = ACTIONS(46), + [anon_sym_InVoke] = ACTIONS(46), + [anon_sym_InVokE] = ACTIONS(46), + [anon_sym_InVoKe] = ACTIONS(46), + [anon_sym_InVoKE] = ACTIONS(46), + [anon_sym_InVOke] = ACTIONS(46), + [anon_sym_InVOkE] = ACTIONS(46), + [anon_sym_InVOKe] = ACTIONS(46), + [anon_sym_InVOKE] = ACTIONS(46), + [anon_sym_INvoke] = ACTIONS(46), + [anon_sym_INvokE] = ACTIONS(46), + [anon_sym_INvoKe] = ACTIONS(46), + [anon_sym_INvoKE] = ACTIONS(46), + [anon_sym_INvOke] = ACTIONS(46), + [anon_sym_INvOkE] = ACTIONS(46), + [anon_sym_INvOKe] = ACTIONS(46), + [anon_sym_INvOKE] = ACTIONS(46), + [anon_sym_INVoke] = ACTIONS(46), + [anon_sym_INVokE] = ACTIONS(46), + [anon_sym_INVoKe] = ACTIONS(46), + [anon_sym_INVoKE] = ACTIONS(46), + [anon_sym_INVOke] = ACTIONS(46), + [anon_sym_INVOkE] = ACTIONS(46), + [anon_sym_INVOKe] = ACTIONS(46), + [anon_sym_INVOKE] = ACTIONS(46), + [anon_sym_select] = ACTIONS(46), + [anon_sym_selecT] = ACTIONS(46), + [anon_sym_seleCt] = ACTIONS(46), + [anon_sym_seleCT] = ACTIONS(46), + [anon_sym_selEct] = ACTIONS(46), + [anon_sym_selEcT] = ACTIONS(46), + [anon_sym_selECt] = ACTIONS(46), + [anon_sym_selECT] = ACTIONS(46), + [anon_sym_seLect] = ACTIONS(46), + [anon_sym_seLecT] = ACTIONS(46), + [anon_sym_seLeCt] = ACTIONS(46), + [anon_sym_seLeCT] = ACTIONS(46), + [anon_sym_seLEct] = ACTIONS(46), + [anon_sym_seLEcT] = ACTIONS(46), + [anon_sym_seLECt] = ACTIONS(46), + [anon_sym_seLECT] = ACTIONS(46), + [anon_sym_sElect] = ACTIONS(46), + [anon_sym_sElecT] = ACTIONS(46), + [anon_sym_sEleCt] = ACTIONS(46), + [anon_sym_sEleCT] = ACTIONS(46), + [anon_sym_sElEct] = ACTIONS(46), + [anon_sym_sElEcT] = ACTIONS(46), + [anon_sym_sElECt] = ACTIONS(46), + [anon_sym_sElECT] = ACTIONS(46), + [anon_sym_sELect] = ACTIONS(46), + [anon_sym_sELecT] = ACTIONS(46), + [anon_sym_sELeCt] = ACTIONS(46), + [anon_sym_sELeCT] = ACTIONS(46), + [anon_sym_sELEct] = ACTIONS(46), + [anon_sym_sELEcT] = ACTIONS(46), + [anon_sym_sELECt] = ACTIONS(46), + [anon_sym_sELECT] = ACTIONS(46), + [anon_sym_Select] = ACTIONS(46), + [anon_sym_SelecT] = ACTIONS(46), + [anon_sym_SeleCt] = ACTIONS(46), + [anon_sym_SeleCT] = ACTIONS(46), + [anon_sym_SelEct] = ACTIONS(46), + [anon_sym_SelEcT] = ACTIONS(46), + [anon_sym_SelECt] = ACTIONS(46), + [anon_sym_SelECT] = ACTIONS(46), + [anon_sym_SeLect] = ACTIONS(46), + [anon_sym_SeLecT] = ACTIONS(46), + [anon_sym_SeLeCt] = ACTIONS(46), + [anon_sym_SeLeCT] = ACTIONS(46), + [anon_sym_SeLEct] = ACTIONS(46), + [anon_sym_SeLEcT] = ACTIONS(46), + [anon_sym_SeLECt] = ACTIONS(46), + [anon_sym_SeLECT] = ACTIONS(46), + [anon_sym_SElect] = ACTIONS(46), + [anon_sym_SElecT] = ACTIONS(46), + [anon_sym_SEleCt] = ACTIONS(46), + [anon_sym_SEleCT] = ACTIONS(46), + [anon_sym_SElEct] = ACTIONS(46), + [anon_sym_SElEcT] = ACTIONS(46), + [anon_sym_SElECt] = ACTIONS(46), + [anon_sym_SElECT] = ACTIONS(46), + [anon_sym_SELect] = ACTIONS(46), + [anon_sym_SELecT] = ACTIONS(46), + [anon_sym_SELeCt] = ACTIONS(46), + [anon_sym_SELeCT] = ACTIONS(46), + [anon_sym_SELEct] = ACTIONS(46), + [anon_sym_SELEcT] = ACTIONS(46), + [anon_sym_SELECt] = ACTIONS(46), + [anon_sym_SELECT] = ACTIONS(46), }, [6] = { [sym_comment] = STATE(6), - [ts_builtin_sym_end] = ACTIONS(41), - [sym_identifier] = ACTIONS(43), - [anon_sym_PLUS] = ACTIONS(41), - [anon_sym_DASH] = ACTIONS(41), - [anon_sym_STAR] = ACTIONS(41), - [anon_sym_SLASH] = ACTIONS(41), + [ts_builtin_sym_end] = ACTIONS(31), + [sym_identifier] = ACTIONS(33), + [anon_sym_PLUS] = ACTIONS(31), + [anon_sym_DASH] = ACTIONS(31), + [anon_sym_STAR] = ACTIONS(31), + [anon_sym_SLASH] = ACTIONS(31), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(41), - [anon_sym_define] = ACTIONS(43), - [anon_sym_definE] = ACTIONS(43), - [anon_sym_defiNe] = ACTIONS(43), - [anon_sym_defiNE] = ACTIONS(43), - [anon_sym_defIne] = ACTIONS(43), - [anon_sym_defInE] = ACTIONS(43), - [anon_sym_defINe] = ACTIONS(43), - [anon_sym_defINE] = ACTIONS(43), - [anon_sym_deFine] = ACTIONS(43), - [anon_sym_deFinE] = ACTIONS(43), - [anon_sym_deFiNe] = ACTIONS(43), - [anon_sym_deFiNE] = ACTIONS(43), - [anon_sym_deFIne] = ACTIONS(43), - [anon_sym_deFInE] = ACTIONS(43), - [anon_sym_deFINe] = ACTIONS(43), - [anon_sym_deFINE] = ACTIONS(43), - [anon_sym_dEfine] = ACTIONS(43), - [anon_sym_dEfinE] = ACTIONS(43), - [anon_sym_dEfiNe] = ACTIONS(43), - [anon_sym_dEfiNE] = ACTIONS(43), - [anon_sym_dEfIne] = ACTIONS(43), - [anon_sym_dEfInE] = ACTIONS(43), - [anon_sym_dEfINe] = ACTIONS(43), - [anon_sym_dEfINE] = ACTIONS(43), - [anon_sym_dEFine] = ACTIONS(43), - [anon_sym_dEFinE] = ACTIONS(43), - [anon_sym_dEFiNe] = ACTIONS(43), - [anon_sym_dEFiNE] = ACTIONS(43), - [anon_sym_dEFIne] = ACTIONS(43), - [anon_sym_dEFInE] = ACTIONS(43), - [anon_sym_dEFINe] = ACTIONS(43), - [anon_sym_dEFINE] = ACTIONS(43), - [anon_sym_Define] = ACTIONS(43), - [anon_sym_DefinE] = ACTIONS(43), - [anon_sym_DefiNe] = ACTIONS(43), - [anon_sym_DefiNE] = ACTIONS(43), - [anon_sym_DefIne] = ACTIONS(43), - [anon_sym_DefInE] = ACTIONS(43), - [anon_sym_DefINe] = ACTIONS(43), - [anon_sym_DefINE] = ACTIONS(43), - [anon_sym_DeFine] = ACTIONS(43), - [anon_sym_DeFinE] = ACTIONS(43), - [anon_sym_DeFiNe] = ACTIONS(43), - [anon_sym_DeFiNE] = ACTIONS(43), - [anon_sym_DeFIne] = ACTIONS(43), - [anon_sym_DeFInE] = ACTIONS(43), - [anon_sym_DeFINe] = ACTIONS(43), - [anon_sym_DeFINE] = ACTIONS(43), - [anon_sym_DEfine] = ACTIONS(43), - [anon_sym_DEfinE] = ACTIONS(43), - [anon_sym_DEfiNe] = ACTIONS(43), - [anon_sym_DEfiNE] = ACTIONS(43), - [anon_sym_DEfIne] = ACTIONS(43), - [anon_sym_DEfInE] = ACTIONS(43), - [anon_sym_DEfINe] = ACTIONS(43), - [anon_sym_DEfINE] = ACTIONS(43), - [anon_sym_DEFine] = ACTIONS(43), - [anon_sym_DEFinE] = ACTIONS(43), - [anon_sym_DEFiNe] = ACTIONS(43), - [anon_sym_DEFiNE] = ACTIONS(43), - [anon_sym_DEFIne] = ACTIONS(43), - [anon_sym_DEFInE] = ACTIONS(43), - [anon_sym_DEFINe] = ACTIONS(43), - [anon_sym_DEFINE] = ACTIONS(43), - [anon_sym_include] = ACTIONS(43), - [anon_sym_includE] = ACTIONS(43), - [anon_sym_incluDe] = ACTIONS(43), - [anon_sym_incluDE] = ACTIONS(43), - [anon_sym_inclUde] = ACTIONS(43), - [anon_sym_inclUdE] = ACTIONS(43), - [anon_sym_inclUDe] = ACTIONS(43), - [anon_sym_inclUDE] = ACTIONS(43), - [anon_sym_incLude] = ACTIONS(43), - [anon_sym_incLudE] = ACTIONS(43), - [anon_sym_incLuDe] = ACTIONS(43), - [anon_sym_incLuDE] = ACTIONS(43), - [anon_sym_incLUde] = ACTIONS(43), - [anon_sym_incLUdE] = ACTIONS(43), - [anon_sym_incLUDe] = ACTIONS(43), - [anon_sym_incLUDE] = ACTIONS(43), - [anon_sym_inClude] = ACTIONS(43), - [anon_sym_inCludE] = ACTIONS(43), - [anon_sym_inCluDe] = ACTIONS(43), - [anon_sym_inCluDE] = ACTIONS(43), - [anon_sym_inClUde] = ACTIONS(43), - [anon_sym_inClUdE] = ACTIONS(43), - [anon_sym_inClUDe] = ACTIONS(43), - [anon_sym_inClUDE] = ACTIONS(43), - [anon_sym_inCLude] = ACTIONS(43), - [anon_sym_inCLudE] = ACTIONS(43), - [anon_sym_inCLuDe] = ACTIONS(43), - [anon_sym_inCLuDE] = ACTIONS(43), - [anon_sym_inCLUde] = ACTIONS(43), - [anon_sym_inCLUdE] = ACTIONS(43), - [anon_sym_inCLUDe] = ACTIONS(43), - [anon_sym_inCLUDE] = ACTIONS(43), - [anon_sym_iNclude] = ACTIONS(43), - [anon_sym_iNcludE] = ACTIONS(43), - [anon_sym_iNcluDe] = ACTIONS(43), - [anon_sym_iNcluDE] = ACTIONS(43), - [anon_sym_iNclUde] = ACTIONS(43), - [anon_sym_iNclUdE] = ACTIONS(43), - [anon_sym_iNclUDe] = ACTIONS(43), - [anon_sym_iNclUDE] = ACTIONS(43), - [anon_sym_iNcLude] = ACTIONS(43), - [anon_sym_iNcLudE] = ACTIONS(43), - [anon_sym_iNcLuDe] = ACTIONS(43), - [anon_sym_iNcLuDE] = ACTIONS(43), - [anon_sym_iNcLUde] = ACTIONS(43), - [anon_sym_iNcLUdE] = ACTIONS(43), - [anon_sym_iNcLUDe] = ACTIONS(43), - [anon_sym_iNcLUDE] = ACTIONS(43), - [anon_sym_iNClude] = ACTIONS(43), - [anon_sym_iNCludE] = ACTIONS(43), - [anon_sym_iNCluDe] = ACTIONS(43), - [anon_sym_iNCluDE] = ACTIONS(43), - [anon_sym_iNClUde] = ACTIONS(43), - [anon_sym_iNClUdE] = ACTIONS(43), - [anon_sym_iNClUDe] = ACTIONS(43), - [anon_sym_iNClUDE] = ACTIONS(43), - [anon_sym_iNCLude] = ACTIONS(43), - [anon_sym_iNCLudE] = ACTIONS(43), - [anon_sym_iNCLuDe] = ACTIONS(43), - [anon_sym_iNCLuDE] = ACTIONS(43), - [anon_sym_iNCLUde] = ACTIONS(43), - [anon_sym_iNCLUdE] = ACTIONS(43), - [anon_sym_iNCLUDe] = ACTIONS(43), - [anon_sym_iNCLUDE] = ACTIONS(43), - [anon_sym_Include] = ACTIONS(43), - [anon_sym_IncludE] = ACTIONS(43), - [anon_sym_IncluDe] = ACTIONS(43), - [anon_sym_IncluDE] = ACTIONS(43), - [anon_sym_InclUde] = ACTIONS(43), - [anon_sym_InclUdE] = ACTIONS(43), - [anon_sym_InclUDe] = ACTIONS(43), - [anon_sym_InclUDE] = ACTIONS(43), - [anon_sym_IncLude] = ACTIONS(43), - [anon_sym_IncLudE] = ACTIONS(43), - [anon_sym_IncLuDe] = ACTIONS(43), - [anon_sym_IncLuDE] = ACTIONS(43), - [anon_sym_IncLUde] = ACTIONS(43), - [anon_sym_IncLUdE] = ACTIONS(43), - [anon_sym_IncLUDe] = ACTIONS(43), - [anon_sym_IncLUDE] = ACTIONS(43), - [anon_sym_InClude] = ACTIONS(43), - [anon_sym_InCludE] = ACTIONS(43), - [anon_sym_InCluDe] = ACTIONS(43), - [anon_sym_InCluDE] = ACTIONS(43), - [anon_sym_InClUde] = ACTIONS(43), - [anon_sym_InClUdE] = ACTIONS(43), - [anon_sym_InClUDe] = ACTIONS(43), - [anon_sym_InClUDE] = ACTIONS(43), - [anon_sym_InCLude] = ACTIONS(43), - [anon_sym_InCLudE] = ACTIONS(43), - [anon_sym_InCLuDe] = ACTIONS(43), - [anon_sym_InCLuDE] = ACTIONS(43), - [anon_sym_InCLUde] = ACTIONS(43), - [anon_sym_InCLUdE] = ACTIONS(43), - [anon_sym_InCLUDe] = ACTIONS(43), - [anon_sym_InCLUDE] = ACTIONS(43), - [anon_sym_INclude] = ACTIONS(43), - [anon_sym_INcludE] = ACTIONS(43), - [anon_sym_INcluDe] = ACTIONS(43), - [anon_sym_INcluDE] = ACTIONS(43), - [anon_sym_INclUde] = ACTIONS(43), - [anon_sym_INclUdE] = ACTIONS(43), - [anon_sym_INclUDe] = ACTIONS(43), - [anon_sym_INclUDE] = ACTIONS(43), - [anon_sym_INcLude] = ACTIONS(43), - [anon_sym_INcLudE] = ACTIONS(43), - [anon_sym_INcLuDe] = ACTIONS(43), - [anon_sym_INcLuDE] = ACTIONS(43), - [anon_sym_INcLUde] = ACTIONS(43), - [anon_sym_INcLUdE] = ACTIONS(43), - [anon_sym_INcLUDe] = ACTIONS(43), - [anon_sym_INcLUDE] = ACTIONS(43), - [anon_sym_INClude] = ACTIONS(43), - [anon_sym_INCludE] = ACTIONS(43), - [anon_sym_INCluDe] = ACTIONS(43), - [anon_sym_INCluDE] = ACTIONS(43), - [anon_sym_INClUde] = ACTIONS(43), - [anon_sym_INClUdE] = ACTIONS(43), - [anon_sym_INClUDe] = ACTIONS(43), - [anon_sym_INClUDE] = ACTIONS(43), - [anon_sym_INCLude] = ACTIONS(43), - [anon_sym_INCLudE] = ACTIONS(43), - [anon_sym_INCLuDe] = ACTIONS(43), - [anon_sym_INCLuDE] = ACTIONS(43), - [anon_sym_INCLUde] = ACTIONS(43), - [anon_sym_INCLUdE] = ACTIONS(43), - [anon_sym_INCLUDe] = ACTIONS(43), - [anon_sym_INCLUDE] = ACTIONS(43), - [anon_sym_action] = ACTIONS(43), - [anon_sym_actioN] = ACTIONS(43), - [anon_sym_actiOn] = ACTIONS(43), - [anon_sym_actiON] = ACTIONS(43), - [anon_sym_actIon] = ACTIONS(43), - [anon_sym_actIoN] = ACTIONS(43), - [anon_sym_actIOn] = ACTIONS(43), - [anon_sym_actION] = ACTIONS(43), - [anon_sym_acTion] = ACTIONS(43), - [anon_sym_acTioN] = ACTIONS(43), - [anon_sym_acTiOn] = ACTIONS(43), - [anon_sym_acTiON] = ACTIONS(43), - [anon_sym_acTIon] = ACTIONS(43), - [anon_sym_acTIoN] = ACTIONS(43), - [anon_sym_acTIOn] = ACTIONS(43), - [anon_sym_acTION] = ACTIONS(43), - [anon_sym_aCtion] = ACTIONS(43), - [anon_sym_aCtioN] = ACTIONS(43), - [anon_sym_aCtiOn] = ACTIONS(43), - [anon_sym_aCtiON] = ACTIONS(43), - [anon_sym_aCtIon] = ACTIONS(43), - [anon_sym_aCtIoN] = ACTIONS(43), - [anon_sym_aCtIOn] = ACTIONS(43), - [anon_sym_aCtION] = ACTIONS(43), - [anon_sym_aCTion] = ACTIONS(43), - [anon_sym_aCTioN] = ACTIONS(43), - [anon_sym_aCTiOn] = ACTIONS(43), - [anon_sym_aCTiON] = ACTIONS(43), - [anon_sym_aCTIon] = ACTIONS(43), - [anon_sym_aCTIoN] = ACTIONS(43), - [anon_sym_aCTIOn] = ACTIONS(43), - [anon_sym_aCTION] = ACTIONS(43), - [anon_sym_Action] = ACTIONS(43), - [anon_sym_ActioN] = ACTIONS(43), - [anon_sym_ActiOn] = ACTIONS(43), - [anon_sym_ActiON] = ACTIONS(43), - [anon_sym_ActIon] = ACTIONS(43), - [anon_sym_ActIoN] = ACTIONS(43), - [anon_sym_ActIOn] = ACTIONS(43), - [anon_sym_ActION] = ACTIONS(43), - [anon_sym_AcTion] = ACTIONS(43), - [anon_sym_AcTioN] = ACTIONS(43), - [anon_sym_AcTiOn] = ACTIONS(43), - [anon_sym_AcTiON] = ACTIONS(43), - [anon_sym_AcTIon] = ACTIONS(43), - [anon_sym_AcTIoN] = ACTIONS(43), - [anon_sym_AcTIOn] = ACTIONS(43), - [anon_sym_AcTION] = ACTIONS(43), - [anon_sym_ACtion] = ACTIONS(43), - [anon_sym_ACtioN] = ACTIONS(43), - [anon_sym_ACtiOn] = ACTIONS(43), - [anon_sym_ACtiON] = ACTIONS(43), - [anon_sym_ACtIon] = ACTIONS(43), - [anon_sym_ACtIoN] = ACTIONS(43), - [anon_sym_ACtIOn] = ACTIONS(43), - [anon_sym_ACtION] = ACTIONS(43), - [anon_sym_ACTion] = ACTIONS(43), - [anon_sym_ACTioN] = ACTIONS(43), - [anon_sym_ACTiOn] = ACTIONS(43), - [anon_sym_ACTiON] = ACTIONS(43), - [anon_sym_ACTIon] = ACTIONS(43), - [anon_sym_ACTIoN] = ACTIONS(43), - [anon_sym_ACTIOn] = ACTIONS(43), - [anon_sym_ACTION] = ACTIONS(43), - [anon_sym_complete] = ACTIONS(43), - [anon_sym_completE] = ACTIONS(43), - [anon_sym_compleTe] = ACTIONS(43), - [anon_sym_compleTE] = ACTIONS(43), - [anon_sym_complEte] = ACTIONS(43), - [anon_sym_complEtE] = ACTIONS(43), - [anon_sym_complETe] = ACTIONS(43), - [anon_sym_complETE] = ACTIONS(43), - [anon_sym_compLete] = ACTIONS(43), - [anon_sym_compLetE] = ACTIONS(43), - [anon_sym_compLeTe] = ACTIONS(43), - [anon_sym_compLeTE] = ACTIONS(43), - [anon_sym_compLEte] = ACTIONS(43), - [anon_sym_compLEtE] = ACTIONS(43), - [anon_sym_compLETe] = ACTIONS(43), - [anon_sym_compLETE] = ACTIONS(43), - [anon_sym_comPlete] = ACTIONS(43), - [anon_sym_comPletE] = ACTIONS(43), - [anon_sym_comPleTe] = ACTIONS(43), - [anon_sym_comPleTE] = ACTIONS(43), - [anon_sym_comPlEte] = ACTIONS(43), - [anon_sym_comPlEtE] = ACTIONS(43), - [anon_sym_comPlETe] = ACTIONS(43), - [anon_sym_comPlETE] = ACTIONS(43), - [anon_sym_comPLete] = ACTIONS(43), - [anon_sym_comPLetE] = ACTIONS(43), - [anon_sym_comPLeTe] = ACTIONS(43), - [anon_sym_comPLeTE] = ACTIONS(43), - [anon_sym_comPLEte] = ACTIONS(43), - [anon_sym_comPLEtE] = ACTIONS(43), - [anon_sym_comPLETe] = ACTIONS(43), - [anon_sym_comPLETE] = ACTIONS(43), - [anon_sym_coMplete] = ACTIONS(43), - [anon_sym_coMpletE] = ACTIONS(43), - [anon_sym_coMpleTe] = ACTIONS(43), - [anon_sym_coMpleTE] = ACTIONS(43), - [anon_sym_coMplEte] = ACTIONS(43), - [anon_sym_coMplEtE] = ACTIONS(43), - [anon_sym_coMplETe] = ACTIONS(43), - [anon_sym_coMplETE] = ACTIONS(43), - [anon_sym_coMpLete] = ACTIONS(43), - [anon_sym_coMpLetE] = ACTIONS(43), - [anon_sym_coMpLeTe] = ACTIONS(43), - [anon_sym_coMpLeTE] = ACTIONS(43), - [anon_sym_coMpLEte] = ACTIONS(43), - [anon_sym_coMpLEtE] = ACTIONS(43), - [anon_sym_coMpLETe] = ACTIONS(43), - [anon_sym_coMpLETE] = ACTIONS(43), - [anon_sym_coMPlete] = ACTIONS(43), - [anon_sym_coMPletE] = ACTIONS(43), - [anon_sym_coMPleTe] = ACTIONS(43), - [anon_sym_coMPleTE] = ACTIONS(43), - [anon_sym_coMPlEte] = ACTIONS(43), - [anon_sym_coMPlEtE] = ACTIONS(43), - [anon_sym_coMPlETe] = ACTIONS(43), - [anon_sym_coMPlETE] = ACTIONS(43), - [anon_sym_coMPLete] = ACTIONS(43), - [anon_sym_coMPLetE] = ACTIONS(43), - [anon_sym_coMPLeTe] = ACTIONS(43), - [anon_sym_coMPLeTE] = ACTIONS(43), - [anon_sym_coMPLEte] = ACTIONS(43), - [anon_sym_coMPLEtE] = ACTIONS(43), - [anon_sym_coMPLETe] = ACTIONS(43), - [anon_sym_coMPLETE] = ACTIONS(43), - [anon_sym_cOmplete] = ACTIONS(43), - [anon_sym_cOmpletE] = ACTIONS(43), - [anon_sym_cOmpleTe] = ACTIONS(43), - [anon_sym_cOmpleTE] = ACTIONS(43), - [anon_sym_cOmplEte] = ACTIONS(43), - [anon_sym_cOmplEtE] = ACTIONS(43), - [anon_sym_cOmplETe] = ACTIONS(43), - [anon_sym_cOmplETE] = ACTIONS(43), - [anon_sym_cOmpLete] = ACTIONS(43), - [anon_sym_cOmpLetE] = ACTIONS(43), - [anon_sym_cOmpLeTe] = ACTIONS(43), - [anon_sym_cOmpLeTE] = ACTIONS(43), - [anon_sym_cOmpLEte] = ACTIONS(43), - [anon_sym_cOmpLEtE] = ACTIONS(43), - [anon_sym_cOmpLETe] = ACTIONS(43), - [anon_sym_cOmpLETE] = ACTIONS(43), - [anon_sym_cOmPlete] = ACTIONS(43), - [anon_sym_cOmPletE] = ACTIONS(43), - [anon_sym_cOmPleTe] = ACTIONS(43), - [anon_sym_cOmPleTE] = ACTIONS(43), - [anon_sym_cOmPlEte] = ACTIONS(43), - [anon_sym_cOmPlEtE] = ACTIONS(43), - [anon_sym_cOmPlETe] = ACTIONS(43), - [anon_sym_cOmPlETE] = ACTIONS(43), - [anon_sym_cOmPLete] = ACTIONS(43), - [anon_sym_cOmPLetE] = ACTIONS(43), - [anon_sym_cOmPLeTe] = ACTIONS(43), - [anon_sym_cOmPLeTE] = ACTIONS(43), - [anon_sym_cOmPLEte] = ACTIONS(43), - [anon_sym_cOmPLEtE] = ACTIONS(43), - [anon_sym_cOmPLETe] = ACTIONS(43), - [anon_sym_cOmPLETE] = ACTIONS(43), - [anon_sym_cOMplete] = ACTIONS(43), - [anon_sym_cOMpletE] = ACTIONS(43), - [anon_sym_cOMpleTe] = ACTIONS(43), - [anon_sym_cOMpleTE] = ACTIONS(43), - [anon_sym_cOMplEte] = ACTIONS(43), - [anon_sym_cOMplEtE] = ACTIONS(43), - [anon_sym_cOMplETe] = ACTIONS(43), - [anon_sym_cOMplETE] = ACTIONS(43), - [anon_sym_cOMpLete] = ACTIONS(43), - [anon_sym_cOMpLetE] = ACTIONS(43), - [anon_sym_cOMpLeTe] = ACTIONS(43), - [anon_sym_cOMpLeTE] = ACTIONS(43), - [anon_sym_cOMpLEte] = ACTIONS(43), - [anon_sym_cOMpLEtE] = ACTIONS(43), - [anon_sym_cOMpLETe] = ACTIONS(43), - [anon_sym_cOMpLETE] = ACTIONS(43), - [anon_sym_cOMPlete] = ACTIONS(43), - [anon_sym_cOMPletE] = ACTIONS(43), - [anon_sym_cOMPleTe] = ACTIONS(43), - [anon_sym_cOMPleTE] = ACTIONS(43), - [anon_sym_cOMPlEte] = ACTIONS(43), - [anon_sym_cOMPlEtE] = ACTIONS(43), - [anon_sym_cOMPlETe] = ACTIONS(43), - [anon_sym_cOMPlETE] = ACTIONS(43), - [anon_sym_cOMPLete] = ACTIONS(43), - [anon_sym_cOMPLetE] = ACTIONS(43), - [anon_sym_cOMPLeTe] = ACTIONS(43), - [anon_sym_cOMPLeTE] = ACTIONS(43), - [anon_sym_cOMPLEte] = ACTIONS(43), - [anon_sym_cOMPLEtE] = ACTIONS(43), - [anon_sym_cOMPLETe] = ACTIONS(43), - [anon_sym_cOMPLETE] = ACTIONS(43), - [anon_sym_Complete] = ACTIONS(43), - [anon_sym_CompletE] = ACTIONS(43), - [anon_sym_CompleTe] = ACTIONS(43), - [anon_sym_CompleTE] = ACTIONS(43), - [anon_sym_ComplEte] = ACTIONS(43), - [anon_sym_ComplEtE] = ACTIONS(43), - [anon_sym_ComplETe] = ACTIONS(43), - [anon_sym_ComplETE] = ACTIONS(43), - [anon_sym_CompLete] = ACTIONS(43), - [anon_sym_CompLetE] = ACTIONS(43), - [anon_sym_CompLeTe] = ACTIONS(43), - [anon_sym_CompLeTE] = ACTIONS(43), - [anon_sym_CompLEte] = ACTIONS(43), - [anon_sym_CompLEtE] = ACTIONS(43), - [anon_sym_CompLETe] = ACTIONS(43), - [anon_sym_CompLETE] = ACTIONS(43), - [anon_sym_ComPlete] = ACTIONS(43), - [anon_sym_ComPletE] = ACTIONS(43), - [anon_sym_ComPleTe] = ACTIONS(43), - [anon_sym_ComPleTE] = ACTIONS(43), - [anon_sym_ComPlEte] = ACTIONS(43), - [anon_sym_ComPlEtE] = ACTIONS(43), - [anon_sym_ComPlETe] = ACTIONS(43), - [anon_sym_ComPlETE] = ACTIONS(43), - [anon_sym_ComPLete] = ACTIONS(43), - [anon_sym_ComPLetE] = ACTIONS(43), - [anon_sym_ComPLeTe] = ACTIONS(43), - [anon_sym_ComPLeTE] = ACTIONS(43), - [anon_sym_ComPLEte] = ACTIONS(43), - [anon_sym_ComPLEtE] = ACTIONS(43), - [anon_sym_ComPLETe] = ACTIONS(43), - [anon_sym_ComPLETE] = ACTIONS(43), - [anon_sym_CoMplete] = ACTIONS(43), - [anon_sym_CoMpletE] = ACTIONS(43), - [anon_sym_CoMpleTe] = ACTIONS(43), - [anon_sym_CoMpleTE] = ACTIONS(43), - [anon_sym_CoMplEte] = ACTIONS(43), - [anon_sym_CoMplEtE] = ACTIONS(43), - [anon_sym_CoMplETe] = ACTIONS(43), - [anon_sym_CoMplETE] = ACTIONS(43), - [anon_sym_CoMpLete] = ACTIONS(43), - [anon_sym_CoMpLetE] = ACTIONS(43), - [anon_sym_CoMpLeTe] = ACTIONS(43), - [anon_sym_CoMpLeTE] = ACTIONS(43), - [anon_sym_CoMpLEte] = ACTIONS(43), - [anon_sym_CoMpLEtE] = ACTIONS(43), - [anon_sym_CoMpLETe] = ACTIONS(43), - [anon_sym_CoMpLETE] = ACTIONS(43), - [anon_sym_CoMPlete] = ACTIONS(43), - [anon_sym_CoMPletE] = ACTIONS(43), - [anon_sym_CoMPleTe] = ACTIONS(43), - [anon_sym_CoMPleTE] = ACTIONS(43), - [anon_sym_CoMPlEte] = ACTIONS(43), - [anon_sym_CoMPlEtE] = ACTIONS(43), - [anon_sym_CoMPlETe] = ACTIONS(43), - [anon_sym_CoMPlETE] = ACTIONS(43), - [anon_sym_CoMPLete] = ACTIONS(43), - [anon_sym_CoMPLetE] = ACTIONS(43), - [anon_sym_CoMPLeTe] = ACTIONS(43), - [anon_sym_CoMPLeTE] = ACTIONS(43), - [anon_sym_CoMPLEte] = ACTIONS(43), - [anon_sym_CoMPLEtE] = ACTIONS(43), - [anon_sym_CoMPLETe] = ACTIONS(43), - [anon_sym_CoMPLETE] = ACTIONS(43), - [anon_sym_COmplete] = ACTIONS(43), - [anon_sym_COmpletE] = ACTIONS(43), - [anon_sym_COmpleTe] = ACTIONS(43), - [anon_sym_COmpleTE] = ACTIONS(43), - [anon_sym_COmplEte] = ACTIONS(43), - [anon_sym_COmplEtE] = ACTIONS(43), - [anon_sym_COmplETe] = ACTIONS(43), - [anon_sym_COmplETE] = ACTIONS(43), - [anon_sym_COmpLete] = ACTIONS(43), - [anon_sym_COmpLetE] = ACTIONS(43), - [anon_sym_COmpLeTe] = ACTIONS(43), - [anon_sym_COmpLeTE] = ACTIONS(43), - [anon_sym_COmpLEte] = ACTIONS(43), - [anon_sym_COmpLEtE] = ACTIONS(43), - [anon_sym_COmpLETe] = ACTIONS(43), - [anon_sym_COmpLETE] = ACTIONS(43), - [anon_sym_COmPlete] = ACTIONS(43), - [anon_sym_COmPletE] = ACTIONS(43), - [anon_sym_COmPleTe] = ACTIONS(43), - [anon_sym_COmPleTE] = ACTIONS(43), - [anon_sym_COmPlEte] = ACTIONS(43), - [anon_sym_COmPlEtE] = ACTIONS(43), - [anon_sym_COmPlETe] = ACTIONS(43), - [anon_sym_COmPlETE] = ACTIONS(43), - [anon_sym_COmPLete] = ACTIONS(43), - [anon_sym_COmPLetE] = ACTIONS(43), - [anon_sym_COmPLeTe] = ACTIONS(43), - [anon_sym_COmPLeTE] = ACTIONS(43), - [anon_sym_COmPLEte] = ACTIONS(43), - [anon_sym_COmPLEtE] = ACTIONS(43), - [anon_sym_COmPLETe] = ACTIONS(43), - [anon_sym_COmPLETE] = ACTIONS(43), - [anon_sym_COMplete] = ACTIONS(43), - [anon_sym_COMpletE] = ACTIONS(43), - [anon_sym_COMpleTe] = ACTIONS(43), - [anon_sym_COMpleTE] = ACTIONS(43), - [anon_sym_COMplEte] = ACTIONS(43), - [anon_sym_COMplEtE] = ACTIONS(43), - [anon_sym_COMplETe] = ACTIONS(43), - [anon_sym_COMplETE] = ACTIONS(43), - [anon_sym_COMpLete] = ACTIONS(43), - [anon_sym_COMpLetE] = ACTIONS(43), - [anon_sym_COMpLeTe] = ACTIONS(43), - [anon_sym_COMpLeTE] = ACTIONS(43), - [anon_sym_COMpLEte] = ACTIONS(43), - [anon_sym_COMpLEtE] = ACTIONS(43), - [anon_sym_COMpLETe] = ACTIONS(43), - [anon_sym_COMpLETE] = ACTIONS(43), - [anon_sym_COMPlete] = ACTIONS(43), - [anon_sym_COMPletE] = ACTIONS(43), - [anon_sym_COMPleTe] = ACTIONS(43), - [anon_sym_COMPleTE] = ACTIONS(43), - [anon_sym_COMPlEte] = ACTIONS(43), - [anon_sym_COMPlEtE] = ACTIONS(43), - [anon_sym_COMPlETe] = ACTIONS(43), - [anon_sym_COMPlETE] = ACTIONS(43), - [anon_sym_COMPLete] = ACTIONS(43), - [anon_sym_COMPLetE] = ACTIONS(43), - [anon_sym_COMPLeTe] = ACTIONS(43), - [anon_sym_COMPLeTE] = ACTIONS(43), - [anon_sym_COMPLEte] = ACTIONS(43), - [anon_sym_COMPLEtE] = ACTIONS(43), - [anon_sym_COMPLETe] = ACTIONS(43), - [anon_sym_COMPLETE] = ACTIONS(43), - [anon_sym_if] = ACTIONS(43), - [anon_sym_iF] = ACTIONS(43), - [anon_sym_If] = ACTIONS(43), - [anon_sym_IF] = ACTIONS(43), - [anon_sym_else] = ACTIONS(43), - [anon_sym_elsE] = ACTIONS(43), - [anon_sym_elSe] = ACTIONS(43), - [anon_sym_elSE] = ACTIONS(43), - [anon_sym_eLse] = ACTIONS(43), - [anon_sym_eLsE] = ACTIONS(43), - [anon_sym_eLSe] = ACTIONS(43), - [anon_sym_eLSE] = ACTIONS(43), - [anon_sym_Else] = ACTIONS(43), - [anon_sym_ElsE] = ACTIONS(43), - [anon_sym_ElSe] = ACTIONS(43), - [anon_sym_ElSE] = ACTIONS(43), - [anon_sym_ELse] = ACTIONS(43), - [anon_sym_ELsE] = ACTIONS(43), - [anon_sym_ELSe] = ACTIONS(43), - [anon_sym_ELSE] = ACTIONS(43), - [anon_sym_elseif] = ACTIONS(43), - [anon_sym_elseiF] = ACTIONS(43), - [anon_sym_elseIf] = ACTIONS(43), - [anon_sym_elseIF] = ACTIONS(43), - [anon_sym_elsEif] = ACTIONS(43), - [anon_sym_elsEiF] = ACTIONS(43), - [anon_sym_elsEIf] = ACTIONS(43), - [anon_sym_elsEIF] = ACTIONS(43), - [anon_sym_elSeif] = ACTIONS(43), - [anon_sym_elSeiF] = ACTIONS(43), - [anon_sym_elSeIf] = ACTIONS(43), - [anon_sym_elSeIF] = ACTIONS(43), - [anon_sym_elSEif] = ACTIONS(43), - [anon_sym_elSEiF] = ACTIONS(43), - [anon_sym_elSEIf] = ACTIONS(43), - [anon_sym_elSEIF] = ACTIONS(43), - [anon_sym_eLseif] = ACTIONS(43), - [anon_sym_eLseiF] = ACTIONS(43), - [anon_sym_eLseIf] = ACTIONS(43), - [anon_sym_eLseIF] = ACTIONS(43), - [anon_sym_eLsEif] = ACTIONS(43), - [anon_sym_eLsEiF] = ACTIONS(43), - [anon_sym_eLsEIf] = ACTIONS(43), - [anon_sym_eLsEIF] = ACTIONS(43), - [anon_sym_eLSeif] = ACTIONS(43), - [anon_sym_eLSeiF] = ACTIONS(43), - [anon_sym_eLSeIf] = ACTIONS(43), - [anon_sym_eLSeIF] = ACTIONS(43), - [anon_sym_eLSEif] = ACTIONS(43), - [anon_sym_eLSEiF] = ACTIONS(43), - [anon_sym_eLSEIf] = ACTIONS(43), - [anon_sym_eLSEIF] = ACTIONS(43), - [anon_sym_Elseif] = ACTIONS(43), - [anon_sym_ElseiF] = ACTIONS(43), - [anon_sym_ElseIf] = ACTIONS(43), - [anon_sym_ElseIF] = ACTIONS(43), - [anon_sym_ElsEif] = ACTIONS(43), - [anon_sym_ElsEiF] = ACTIONS(43), - [anon_sym_ElsEIf] = ACTIONS(43), - [anon_sym_ElsEIF] = ACTIONS(43), - [anon_sym_ElSeif] = ACTIONS(43), - [anon_sym_ElSeiF] = ACTIONS(43), - [anon_sym_ElSeIf] = ACTIONS(43), - [anon_sym_ElSeIF] = ACTIONS(43), - [anon_sym_ElSEif] = ACTIONS(43), - [anon_sym_ElSEiF] = ACTIONS(43), - [anon_sym_ElSEIf] = ACTIONS(43), - [anon_sym_ElSEIF] = ACTIONS(43), - [anon_sym_ELseif] = ACTIONS(43), - [anon_sym_ELseiF] = ACTIONS(43), - [anon_sym_ELseIf] = ACTIONS(43), - [anon_sym_ELseIF] = ACTIONS(43), - [anon_sym_ELsEif] = ACTIONS(43), - [anon_sym_ELsEiF] = ACTIONS(43), - [anon_sym_ELsEIf] = ACTIONS(43), - [anon_sym_ELsEIF] = ACTIONS(43), - [anon_sym_ELSeif] = ACTIONS(43), - [anon_sym_ELSeiF] = ACTIONS(43), - [anon_sym_ELSeIf] = ACTIONS(43), - [anon_sym_ELSeIF] = ACTIONS(43), - [anon_sym_ELSEif] = ACTIONS(43), - [anon_sym_ELSEiF] = ACTIONS(43), - [anon_sym_ELSEIf] = ACTIONS(43), - [anon_sym_ELSEIF] = ACTIONS(43), - [anon_sym_endif] = ACTIONS(43), - [anon_sym_endiF] = ACTIONS(43), - [anon_sym_endIf] = ACTIONS(43), - [anon_sym_endIF] = ACTIONS(43), - [anon_sym_enDif] = ACTIONS(43), - [anon_sym_enDiF] = ACTIONS(43), - [anon_sym_enDIf] = ACTIONS(43), - [anon_sym_enDIF] = ACTIONS(43), - [anon_sym_eNdif] = ACTIONS(43), - [anon_sym_eNdiF] = ACTIONS(43), - [anon_sym_eNdIf] = ACTIONS(43), - [anon_sym_eNdIF] = ACTIONS(43), - [anon_sym_eNDif] = ACTIONS(43), - [anon_sym_eNDiF] = ACTIONS(43), - [anon_sym_eNDIf] = ACTIONS(43), - [anon_sym_eNDIF] = ACTIONS(43), - [anon_sym_Endif] = ACTIONS(43), - [anon_sym_EndiF] = ACTIONS(43), - [anon_sym_EndIf] = ACTIONS(43), - [anon_sym_EndIF] = ACTIONS(43), - [anon_sym_EnDif] = ACTIONS(43), - [anon_sym_EnDiF] = ACTIONS(43), - [anon_sym_EnDIf] = ACTIONS(43), - [anon_sym_EnDIF] = ACTIONS(43), - [anon_sym_ENdif] = ACTIONS(43), - [anon_sym_ENdiF] = ACTIONS(43), - [anon_sym_ENdIf] = ACTIONS(43), - [anon_sym_ENdIF] = ACTIONS(43), - [anon_sym_ENDif] = ACTIONS(43), - [anon_sym_ENDiF] = ACTIONS(43), - [anon_sym_ENDIf] = ACTIONS(43), - [anon_sym_ENDIF] = ACTIONS(43), - [anon_sym_while] = ACTIONS(43), - [anon_sym_whilE] = ACTIONS(43), - [anon_sym_whiLe] = ACTIONS(43), - [anon_sym_whiLE] = ACTIONS(43), - [anon_sym_whIle] = ACTIONS(43), - [anon_sym_whIlE] = ACTIONS(43), - [anon_sym_whILe] = ACTIONS(43), - [anon_sym_whILE] = ACTIONS(43), - [anon_sym_wHile] = ACTIONS(43), - [anon_sym_wHilE] = ACTIONS(43), - [anon_sym_wHiLe] = ACTIONS(43), - [anon_sym_wHiLE] = ACTIONS(43), - [anon_sym_wHIle] = ACTIONS(43), - [anon_sym_wHIlE] = ACTIONS(43), - [anon_sym_wHILe] = ACTIONS(43), - [anon_sym_wHILE] = ACTIONS(43), - [anon_sym_While] = ACTIONS(43), - [anon_sym_WhilE] = ACTIONS(43), - [anon_sym_WhiLe] = ACTIONS(43), - [anon_sym_WhiLE] = ACTIONS(43), - [anon_sym_WhIle] = ACTIONS(43), - [anon_sym_WhIlE] = ACTIONS(43), - [anon_sym_WhILe] = ACTIONS(43), - [anon_sym_WhILE] = ACTIONS(43), - [anon_sym_WHile] = ACTIONS(43), - [anon_sym_WHilE] = ACTIONS(43), - [anon_sym_WHiLe] = ACTIONS(43), - [anon_sym_WHiLE] = ACTIONS(43), - [anon_sym_WHIle] = ACTIONS(43), - [anon_sym_WHIlE] = ACTIONS(43), - [anon_sym_WHILe] = ACTIONS(43), - [anon_sym_WHILE] = ACTIONS(43), - [anon_sym_endwhile] = ACTIONS(43), - [anon_sym_endwhilE] = ACTIONS(43), - [anon_sym_endwhiLe] = ACTIONS(43), - [anon_sym_endwhiLE] = ACTIONS(43), - [anon_sym_endwhIle] = ACTIONS(43), - [anon_sym_endwhIlE] = ACTIONS(43), - [anon_sym_endwhILe] = ACTIONS(43), - [anon_sym_endwhILE] = ACTIONS(43), - [anon_sym_endwHile] = ACTIONS(43), - [anon_sym_endwHilE] = ACTIONS(43), - [anon_sym_endwHiLe] = ACTIONS(43), - [anon_sym_endwHiLE] = ACTIONS(43), - [anon_sym_endwHIle] = ACTIONS(43), - [anon_sym_endwHIlE] = ACTIONS(43), - [anon_sym_endwHILe] = ACTIONS(43), - [anon_sym_endwHILE] = ACTIONS(43), - [anon_sym_endWhile] = ACTIONS(43), - [anon_sym_endWhilE] = ACTIONS(43), - [anon_sym_endWhiLe] = ACTIONS(43), - [anon_sym_endWhiLE] = ACTIONS(43), - [anon_sym_endWhIle] = ACTIONS(43), - [anon_sym_endWhIlE] = ACTIONS(43), - [anon_sym_endWhILe] = ACTIONS(43), - [anon_sym_endWhILE] = ACTIONS(43), - [anon_sym_endWHile] = ACTIONS(43), - [anon_sym_endWHilE] = ACTIONS(43), - [anon_sym_endWHiLe] = ACTIONS(43), - [anon_sym_endWHiLE] = ACTIONS(43), - [anon_sym_endWHIle] = ACTIONS(43), - [anon_sym_endWHIlE] = ACTIONS(43), - [anon_sym_endWHILe] = ACTIONS(43), - [anon_sym_endWHILE] = ACTIONS(43), - [anon_sym_enDwhile] = ACTIONS(43), - [anon_sym_enDwhilE] = ACTIONS(43), - [anon_sym_enDwhiLe] = ACTIONS(43), - [anon_sym_enDwhiLE] = ACTIONS(43), - [anon_sym_enDwhIle] = ACTIONS(43), - [anon_sym_enDwhIlE] = ACTIONS(43), - [anon_sym_enDwhILe] = ACTIONS(43), - [anon_sym_enDwhILE] = ACTIONS(43), - [anon_sym_enDwHile] = ACTIONS(43), - [anon_sym_enDwHilE] = ACTIONS(43), - [anon_sym_enDwHiLe] = ACTIONS(43), - [anon_sym_enDwHiLE] = ACTIONS(43), - [anon_sym_enDwHIle] = ACTIONS(43), - [anon_sym_enDwHIlE] = ACTIONS(43), - [anon_sym_enDwHILe] = ACTIONS(43), - [anon_sym_enDwHILE] = ACTIONS(43), - [anon_sym_enDWhile] = ACTIONS(43), - [anon_sym_enDWhilE] = ACTIONS(43), - [anon_sym_enDWhiLe] = ACTIONS(43), - [anon_sym_enDWhiLE] = ACTIONS(43), - [anon_sym_enDWhIle] = ACTIONS(43), - [anon_sym_enDWhIlE] = ACTIONS(43), - [anon_sym_enDWhILe] = ACTIONS(43), - [anon_sym_enDWhILE] = ACTIONS(43), - [anon_sym_enDWHile] = ACTIONS(43), - [anon_sym_enDWHilE] = ACTIONS(43), - [anon_sym_enDWHiLe] = ACTIONS(43), - [anon_sym_enDWHiLE] = ACTIONS(43), - [anon_sym_enDWHIle] = ACTIONS(43), - [anon_sym_enDWHIlE] = ACTIONS(43), - [anon_sym_enDWHILe] = ACTIONS(43), - [anon_sym_enDWHILE] = ACTIONS(43), - [anon_sym_eNdwhile] = ACTIONS(43), - [anon_sym_eNdwhilE] = ACTIONS(43), - [anon_sym_eNdwhiLe] = ACTIONS(43), - [anon_sym_eNdwhiLE] = ACTIONS(43), - [anon_sym_eNdwhIle] = ACTIONS(43), - [anon_sym_eNdwhIlE] = ACTIONS(43), - [anon_sym_eNdwhILe] = ACTIONS(43), - [anon_sym_eNdwhILE] = ACTIONS(43), - [anon_sym_eNdwHile] = ACTIONS(43), - [anon_sym_eNdwHilE] = ACTIONS(43), - [anon_sym_eNdwHiLe] = ACTIONS(43), - [anon_sym_eNdwHiLE] = ACTIONS(43), - [anon_sym_eNdwHIle] = ACTIONS(43), - [anon_sym_eNdwHIlE] = ACTIONS(43), - [anon_sym_eNdwHILe] = ACTIONS(43), - [anon_sym_eNdwHILE] = ACTIONS(43), - [anon_sym_eNdWhile] = ACTIONS(43), - [anon_sym_eNdWhilE] = ACTIONS(43), - [anon_sym_eNdWhiLe] = ACTIONS(43), - [anon_sym_eNdWhiLE] = ACTIONS(43), - [anon_sym_eNdWhIle] = ACTIONS(43), - [anon_sym_eNdWhIlE] = ACTIONS(43), - [anon_sym_eNdWhILe] = ACTIONS(43), - [anon_sym_eNdWhILE] = ACTIONS(43), - [anon_sym_eNdWHile] = ACTIONS(43), - [anon_sym_eNdWHilE] = ACTIONS(43), - [anon_sym_eNdWHiLe] = ACTIONS(43), - [anon_sym_eNdWHiLE] = ACTIONS(43), - [anon_sym_eNdWHIle] = ACTIONS(43), - [anon_sym_eNdWHIlE] = ACTIONS(43), - [anon_sym_eNdWHILe] = ACTIONS(43), - [anon_sym_eNdWHILE] = ACTIONS(43), - [anon_sym_eNDwhile] = ACTIONS(43), - [anon_sym_eNDwhilE] = ACTIONS(43), - [anon_sym_eNDwhiLe] = ACTIONS(43), - [anon_sym_eNDwhiLE] = ACTIONS(43), - [anon_sym_eNDwhIle] = ACTIONS(43), - [anon_sym_eNDwhIlE] = ACTIONS(43), - [anon_sym_eNDwhILe] = ACTIONS(43), - [anon_sym_eNDwhILE] = ACTIONS(43), - [anon_sym_eNDwHile] = ACTIONS(43), - [anon_sym_eNDwHilE] = ACTIONS(43), - [anon_sym_eNDwHiLe] = ACTIONS(43), - [anon_sym_eNDwHiLE] = ACTIONS(43), - [anon_sym_eNDwHIle] = ACTIONS(43), - [anon_sym_eNDwHIlE] = ACTIONS(43), - [anon_sym_eNDwHILe] = ACTIONS(43), - [anon_sym_eNDwHILE] = ACTIONS(43), - [anon_sym_eNDWhile] = ACTIONS(43), - [anon_sym_eNDWhilE] = ACTIONS(43), - [anon_sym_eNDWhiLe] = ACTIONS(43), - [anon_sym_eNDWhiLE] = ACTIONS(43), - [anon_sym_eNDWhIle] = ACTIONS(43), - [anon_sym_eNDWhIlE] = ACTIONS(43), - [anon_sym_eNDWhILe] = ACTIONS(43), - [anon_sym_eNDWhILE] = ACTIONS(43), - [anon_sym_eNDWHile] = ACTIONS(43), - [anon_sym_eNDWHilE] = ACTIONS(43), - [anon_sym_eNDWHiLe] = ACTIONS(43), - [anon_sym_eNDWHiLE] = ACTIONS(43), - [anon_sym_eNDWHIle] = ACTIONS(43), - [anon_sym_eNDWHIlE] = ACTIONS(43), - [anon_sym_eNDWHILe] = ACTIONS(43), - [anon_sym_eNDWHILE] = ACTIONS(43), - [anon_sym_Endwhile] = ACTIONS(43), - [anon_sym_EndwhilE] = ACTIONS(43), - [anon_sym_EndwhiLe] = ACTIONS(43), - [anon_sym_EndwhiLE] = ACTIONS(43), - [anon_sym_EndwhIle] = ACTIONS(43), - [anon_sym_EndwhIlE] = ACTIONS(43), - [anon_sym_EndwhILe] = ACTIONS(43), - [anon_sym_EndwhILE] = ACTIONS(43), - [anon_sym_EndwHile] = ACTIONS(43), - [anon_sym_EndwHilE] = ACTIONS(43), - [anon_sym_EndwHiLe] = ACTIONS(43), - [anon_sym_EndwHiLE] = ACTIONS(43), - [anon_sym_EndwHIle] = ACTIONS(43), - [anon_sym_EndwHIlE] = ACTIONS(43), - [anon_sym_EndwHILe] = ACTIONS(43), - [anon_sym_EndwHILE] = ACTIONS(43), - [anon_sym_EndWhile] = ACTIONS(43), - [anon_sym_EndWhilE] = ACTIONS(43), - [anon_sym_EndWhiLe] = ACTIONS(43), - [anon_sym_EndWhiLE] = ACTIONS(43), - [anon_sym_EndWhIle] = ACTIONS(43), - [anon_sym_EndWhIlE] = ACTIONS(43), - [anon_sym_EndWhILe] = ACTIONS(43), - [anon_sym_EndWhILE] = ACTIONS(43), - [anon_sym_EndWHile] = ACTIONS(43), - [anon_sym_EndWHilE] = ACTIONS(43), - [anon_sym_EndWHiLe] = ACTIONS(43), - [anon_sym_EndWHiLE] = ACTIONS(43), - [anon_sym_EndWHIle] = ACTIONS(43), - [anon_sym_EndWHIlE] = ACTIONS(43), - [anon_sym_EndWHILe] = ACTIONS(43), - [anon_sym_EndWHILE] = ACTIONS(43), - [anon_sym_EnDwhile] = ACTIONS(43), - [anon_sym_EnDwhilE] = ACTIONS(43), - [anon_sym_EnDwhiLe] = ACTIONS(43), - [anon_sym_EnDwhiLE] = ACTIONS(43), - [anon_sym_EnDwhIle] = ACTIONS(43), - [anon_sym_EnDwhIlE] = ACTIONS(43), - [anon_sym_EnDwhILe] = ACTIONS(43), - [anon_sym_EnDwhILE] = ACTIONS(43), - [anon_sym_EnDwHile] = ACTIONS(43), - [anon_sym_EnDwHilE] = ACTIONS(43), - [anon_sym_EnDwHiLe] = ACTIONS(43), - [anon_sym_EnDwHiLE] = ACTIONS(43), - [anon_sym_EnDwHIle] = ACTIONS(43), - [anon_sym_EnDwHIlE] = ACTIONS(43), - [anon_sym_EnDwHILe] = ACTIONS(43), - [anon_sym_EnDwHILE] = ACTIONS(43), - [anon_sym_EnDWhile] = ACTIONS(43), - [anon_sym_EnDWhilE] = ACTIONS(43), - [anon_sym_EnDWhiLe] = ACTIONS(43), - [anon_sym_EnDWhiLE] = ACTIONS(43), - [anon_sym_EnDWhIle] = ACTIONS(43), - [anon_sym_EnDWhIlE] = ACTIONS(43), - [anon_sym_EnDWhILe] = ACTIONS(43), - [anon_sym_EnDWhILE] = ACTIONS(43), - [anon_sym_EnDWHile] = ACTIONS(43), - [anon_sym_EnDWHilE] = ACTIONS(43), - [anon_sym_EnDWHiLe] = ACTIONS(43), - [anon_sym_EnDWHiLE] = ACTIONS(43), - [anon_sym_EnDWHIle] = ACTIONS(43), - [anon_sym_EnDWHIlE] = ACTIONS(43), - [anon_sym_EnDWHILe] = ACTIONS(43), - [anon_sym_EnDWHILE] = ACTIONS(43), - [anon_sym_ENdwhile] = ACTIONS(43), - [anon_sym_ENdwhilE] = ACTIONS(43), - [anon_sym_ENdwhiLe] = ACTIONS(43), - [anon_sym_ENdwhiLE] = ACTIONS(43), - [anon_sym_ENdwhIle] = ACTIONS(43), - [anon_sym_ENdwhIlE] = ACTIONS(43), - [anon_sym_ENdwhILe] = ACTIONS(43), - [anon_sym_ENdwhILE] = ACTIONS(43), - [anon_sym_ENdwHile] = ACTIONS(43), - [anon_sym_ENdwHilE] = ACTIONS(43), - [anon_sym_ENdwHiLe] = ACTIONS(43), - [anon_sym_ENdwHiLE] = ACTIONS(43), - [anon_sym_ENdwHIle] = ACTIONS(43), - [anon_sym_ENdwHIlE] = ACTIONS(43), - [anon_sym_ENdwHILe] = ACTIONS(43), - [anon_sym_ENdwHILE] = ACTIONS(43), - [anon_sym_ENdWhile] = ACTIONS(43), - [anon_sym_ENdWhilE] = ACTIONS(43), - [anon_sym_ENdWhiLe] = ACTIONS(43), - [anon_sym_ENdWhiLE] = ACTIONS(43), - [anon_sym_ENdWhIle] = ACTIONS(43), - [anon_sym_ENdWhIlE] = ACTIONS(43), - [anon_sym_ENdWhILe] = ACTIONS(43), - [anon_sym_ENdWhILE] = ACTIONS(43), - [anon_sym_ENdWHile] = ACTIONS(43), - [anon_sym_ENdWHilE] = ACTIONS(43), - [anon_sym_ENdWHiLe] = ACTIONS(43), - [anon_sym_ENdWHiLE] = ACTIONS(43), - [anon_sym_ENdWHIle] = ACTIONS(43), - [anon_sym_ENdWHIlE] = ACTIONS(43), - [anon_sym_ENdWHILe] = ACTIONS(43), - [anon_sym_ENdWHILE] = ACTIONS(43), - [anon_sym_ENDwhile] = ACTIONS(43), - [anon_sym_ENDwhilE] = ACTIONS(43), - [anon_sym_ENDwhiLe] = ACTIONS(43), - [anon_sym_ENDwhiLE] = ACTIONS(43), - [anon_sym_ENDwhIle] = ACTIONS(43), - [anon_sym_ENDwhIlE] = ACTIONS(43), - [anon_sym_ENDwhILe] = ACTIONS(43), - [anon_sym_ENDwhILE] = ACTIONS(43), - [anon_sym_ENDwHile] = ACTIONS(43), - [anon_sym_ENDwHilE] = ACTIONS(43), - [anon_sym_ENDwHiLe] = ACTIONS(43), - [anon_sym_ENDwHiLE] = ACTIONS(43), - [anon_sym_ENDwHIle] = ACTIONS(43), - [anon_sym_ENDwHIlE] = ACTIONS(43), - [anon_sym_ENDwHILe] = ACTIONS(43), - [anon_sym_ENDwHILE] = ACTIONS(43), - [anon_sym_ENDWhile] = ACTIONS(43), - [anon_sym_ENDWhilE] = ACTIONS(43), - [anon_sym_ENDWhiLe] = ACTIONS(43), - [anon_sym_ENDWhiLE] = ACTIONS(43), - [anon_sym_ENDWhIle] = ACTIONS(43), - [anon_sym_ENDWhIlE] = ACTIONS(43), - [anon_sym_ENDWhILe] = ACTIONS(43), - [anon_sym_ENDWhILE] = ACTIONS(43), - [anon_sym_ENDWHile] = ACTIONS(43), - [anon_sym_ENDWHilE] = ACTIONS(43), - [anon_sym_ENDWHiLe] = ACTIONS(43), - [anon_sym_ENDWHiLE] = ACTIONS(43), - [anon_sym_ENDWHIle] = ACTIONS(43), - [anon_sym_ENDWHIlE] = ACTIONS(43), - [anon_sym_ENDWHILe] = ACTIONS(43), - [anon_sym_ENDWHILE] = ACTIONS(43), - [anon_sym_detector] = ACTIONS(43), - [anon_sym_detectoR] = ACTIONS(43), - [anon_sym_detectOr] = ACTIONS(43), - [anon_sym_detectOR] = ACTIONS(43), - [anon_sym_detecTor] = ACTIONS(43), - [anon_sym_detecToR] = ACTIONS(43), - [anon_sym_detecTOr] = ACTIONS(43), - [anon_sym_detecTOR] = ACTIONS(43), - [anon_sym_deteCtor] = ACTIONS(43), - [anon_sym_deteCtoR] = ACTIONS(43), - [anon_sym_deteCtOr] = ACTIONS(43), - [anon_sym_deteCtOR] = ACTIONS(43), - [anon_sym_deteCTor] = ACTIONS(43), - [anon_sym_deteCToR] = ACTIONS(43), - [anon_sym_deteCTOr] = ACTIONS(43), - [anon_sym_deteCTOR] = ACTIONS(43), - [anon_sym_detEctor] = ACTIONS(43), - [anon_sym_detEctoR] = ACTIONS(43), - [anon_sym_detEctOr] = ACTIONS(43), - [anon_sym_detEctOR] = ACTIONS(43), - [anon_sym_detEcTor] = ACTIONS(43), - [anon_sym_detEcToR] = ACTIONS(43), - [anon_sym_detEcTOr] = ACTIONS(43), - [anon_sym_detEcTOR] = ACTIONS(43), - [anon_sym_detECtor] = ACTIONS(43), - [anon_sym_detECtoR] = ACTIONS(43), - [anon_sym_detECtOr] = ACTIONS(43), - [anon_sym_detECtOR] = ACTIONS(43), - [anon_sym_detECTor] = ACTIONS(43), - [anon_sym_detECToR] = ACTIONS(43), - [anon_sym_detECTOr] = ACTIONS(43), - [anon_sym_detECTOR] = ACTIONS(43), - [anon_sym_deTector] = ACTIONS(43), - [anon_sym_deTectoR] = ACTIONS(43), - [anon_sym_deTectOr] = ACTIONS(43), - [anon_sym_deTectOR] = ACTIONS(43), - [anon_sym_deTecTor] = ACTIONS(43), - [anon_sym_deTecToR] = ACTIONS(43), - [anon_sym_deTecTOr] = ACTIONS(43), - [anon_sym_deTecTOR] = ACTIONS(43), - [anon_sym_deTeCtor] = ACTIONS(43), - [anon_sym_deTeCtoR] = ACTIONS(43), - [anon_sym_deTeCtOr] = ACTIONS(43), - [anon_sym_deTeCtOR] = ACTIONS(43), - [anon_sym_deTeCTor] = ACTIONS(43), - [anon_sym_deTeCToR] = ACTIONS(43), - [anon_sym_deTeCTOr] = ACTIONS(43), - [anon_sym_deTeCTOR] = ACTIONS(43), - [anon_sym_deTEctor] = ACTIONS(43), - [anon_sym_deTEctoR] = ACTIONS(43), - [anon_sym_deTEctOr] = ACTIONS(43), - [anon_sym_deTEctOR] = ACTIONS(43), - [anon_sym_deTEcTor] = ACTIONS(43), - [anon_sym_deTEcToR] = ACTIONS(43), - [anon_sym_deTEcTOr] = ACTIONS(43), - [anon_sym_deTEcTOR] = ACTIONS(43), - [anon_sym_deTECtor] = ACTIONS(43), - [anon_sym_deTECtoR] = ACTIONS(43), - [anon_sym_deTECtOr] = ACTIONS(43), - [anon_sym_deTECtOR] = ACTIONS(43), - [anon_sym_deTECTor] = ACTIONS(43), - [anon_sym_deTECToR] = ACTIONS(43), - [anon_sym_deTECTOr] = ACTIONS(43), - [anon_sym_deTECTOR] = ACTIONS(43), - [anon_sym_dEtector] = ACTIONS(43), - [anon_sym_dEtectoR] = ACTIONS(43), - [anon_sym_dEtectOr] = ACTIONS(43), - [anon_sym_dEtectOR] = ACTIONS(43), - [anon_sym_dEtecTor] = ACTIONS(43), - [anon_sym_dEtecToR] = ACTIONS(43), - [anon_sym_dEtecTOr] = ACTIONS(43), - [anon_sym_dEtecTOR] = ACTIONS(43), - [anon_sym_dEteCtor] = ACTIONS(43), - [anon_sym_dEteCtoR] = ACTIONS(43), - [anon_sym_dEteCtOr] = ACTIONS(43), - [anon_sym_dEteCtOR] = ACTIONS(43), - [anon_sym_dEteCTor] = ACTIONS(43), - [anon_sym_dEteCToR] = ACTIONS(43), - [anon_sym_dEteCTOr] = ACTIONS(43), - [anon_sym_dEteCTOR] = ACTIONS(43), - [anon_sym_dEtEctor] = ACTIONS(43), - [anon_sym_dEtEctoR] = ACTIONS(43), - [anon_sym_dEtEctOr] = ACTIONS(43), - [anon_sym_dEtEctOR] = ACTIONS(43), - [anon_sym_dEtEcTor] = ACTIONS(43), - [anon_sym_dEtEcToR] = ACTIONS(43), - [anon_sym_dEtEcTOr] = ACTIONS(43), - [anon_sym_dEtEcTOR] = ACTIONS(43), - [anon_sym_dEtECtor] = ACTIONS(43), - [anon_sym_dEtECtoR] = ACTIONS(43), - [anon_sym_dEtECtOr] = ACTIONS(43), - [anon_sym_dEtECtOR] = ACTIONS(43), - [anon_sym_dEtECTor] = ACTIONS(43), - [anon_sym_dEtECToR] = ACTIONS(43), - [anon_sym_dEtECTOr] = ACTIONS(43), - [anon_sym_dEtECTOR] = ACTIONS(43), - [anon_sym_dETector] = ACTIONS(43), - [anon_sym_dETectoR] = ACTIONS(43), - [anon_sym_dETectOr] = ACTIONS(43), - [anon_sym_dETectOR] = ACTIONS(43), - [anon_sym_dETecTor] = ACTIONS(43), - [anon_sym_dETecToR] = ACTIONS(43), - [anon_sym_dETecTOr] = ACTIONS(43), - [anon_sym_dETecTOR] = ACTIONS(43), - [anon_sym_dETeCtor] = ACTIONS(43), - [anon_sym_dETeCtoR] = ACTIONS(43), - [anon_sym_dETeCtOr] = ACTIONS(43), - [anon_sym_dETeCtOR] = ACTIONS(43), - [anon_sym_dETeCTor] = ACTIONS(43), - [anon_sym_dETeCToR] = ACTIONS(43), - [anon_sym_dETeCTOr] = ACTIONS(43), - [anon_sym_dETeCTOR] = ACTIONS(43), - [anon_sym_dETEctor] = ACTIONS(43), - [anon_sym_dETEctoR] = ACTIONS(43), - [anon_sym_dETEctOr] = ACTIONS(43), - [anon_sym_dETEctOR] = ACTIONS(43), - [anon_sym_dETEcTor] = ACTIONS(43), - [anon_sym_dETEcToR] = ACTIONS(43), - [anon_sym_dETEcTOr] = ACTIONS(43), - [anon_sym_dETEcTOR] = ACTIONS(43), - [anon_sym_dETECtor] = ACTIONS(43), - [anon_sym_dETECtoR] = ACTIONS(43), - [anon_sym_dETECtOr] = ACTIONS(43), - [anon_sym_dETECtOR] = ACTIONS(43), - [anon_sym_dETECTor] = ACTIONS(43), - [anon_sym_dETECToR] = ACTIONS(43), - [anon_sym_dETECTOr] = ACTIONS(43), - [anon_sym_dETECTOR] = ACTIONS(43), - [anon_sym_Detector] = ACTIONS(43), - [anon_sym_DetectoR] = ACTIONS(43), - [anon_sym_DetectOr] = ACTIONS(43), - [anon_sym_DetectOR] = ACTIONS(43), - [anon_sym_DetecTor] = ACTIONS(43), - [anon_sym_DetecToR] = ACTIONS(43), - [anon_sym_DetecTOr] = ACTIONS(43), - [anon_sym_DetecTOR] = ACTIONS(43), - [anon_sym_DeteCtor] = ACTIONS(43), - [anon_sym_DeteCtoR] = ACTIONS(43), - [anon_sym_DeteCtOr] = ACTIONS(43), - [anon_sym_DeteCtOR] = ACTIONS(43), - [anon_sym_DeteCTor] = ACTIONS(43), - [anon_sym_DeteCToR] = ACTIONS(43), - [anon_sym_DeteCTOr] = ACTIONS(43), - [anon_sym_DeteCTOR] = ACTIONS(43), - [anon_sym_DetEctor] = ACTIONS(43), - [anon_sym_DetEctoR] = ACTIONS(43), - [anon_sym_DetEctOr] = ACTIONS(43), - [anon_sym_DetEctOR] = ACTIONS(43), - [anon_sym_DetEcTor] = ACTIONS(43), - [anon_sym_DetEcToR] = ACTIONS(43), - [anon_sym_DetEcTOr] = ACTIONS(43), - [anon_sym_DetEcTOR] = ACTIONS(43), - [anon_sym_DetECtor] = ACTIONS(43), - [anon_sym_DetECtoR] = ACTIONS(43), - [anon_sym_DetECtOr] = ACTIONS(43), - [anon_sym_DetECtOR] = ACTIONS(43), - [anon_sym_DetECTor] = ACTIONS(43), - [anon_sym_DetECToR] = ACTIONS(43), - [anon_sym_DetECTOr] = ACTIONS(43), - [anon_sym_DetECTOR] = ACTIONS(43), - [anon_sym_DeTector] = ACTIONS(43), - [anon_sym_DeTectoR] = ACTIONS(43), - [anon_sym_DeTectOr] = ACTIONS(43), - [anon_sym_DeTectOR] = ACTIONS(43), - [anon_sym_DeTecTor] = ACTIONS(43), - [anon_sym_DeTecToR] = ACTIONS(43), - [anon_sym_DeTecTOr] = ACTIONS(43), - [anon_sym_DeTecTOR] = ACTIONS(43), - [anon_sym_DeTeCtor] = ACTIONS(43), - [anon_sym_DeTeCtoR] = ACTIONS(43), - [anon_sym_DeTeCtOr] = ACTIONS(43), - [anon_sym_DeTeCtOR] = ACTIONS(43), - [anon_sym_DeTeCTor] = ACTIONS(43), - [anon_sym_DeTeCToR] = ACTIONS(43), - [anon_sym_DeTeCTOr] = ACTIONS(43), - [anon_sym_DeTeCTOR] = ACTIONS(43), - [anon_sym_DeTEctor] = ACTIONS(43), - [anon_sym_DeTEctoR] = ACTIONS(43), - [anon_sym_DeTEctOr] = ACTIONS(43), - [anon_sym_DeTEctOR] = ACTIONS(43), - [anon_sym_DeTEcTor] = ACTIONS(43), - [anon_sym_DeTEcToR] = ACTIONS(43), - [anon_sym_DeTEcTOr] = ACTIONS(43), - [anon_sym_DeTEcTOR] = ACTIONS(43), - [anon_sym_DeTECtor] = ACTIONS(43), - [anon_sym_DeTECtoR] = ACTIONS(43), - [anon_sym_DeTECtOr] = ACTIONS(43), - [anon_sym_DeTECtOR] = ACTIONS(43), - [anon_sym_DeTECTor] = ACTIONS(43), - [anon_sym_DeTECToR] = ACTIONS(43), - [anon_sym_DeTECTOr] = ACTIONS(43), - [anon_sym_DeTECTOR] = ACTIONS(43), - [anon_sym_DEtector] = ACTIONS(43), - [anon_sym_DEtectoR] = ACTIONS(43), - [anon_sym_DEtectOr] = ACTIONS(43), - [anon_sym_DEtectOR] = ACTIONS(43), - [anon_sym_DEtecTor] = ACTIONS(43), - [anon_sym_DEtecToR] = ACTIONS(43), - [anon_sym_DEtecTOr] = ACTIONS(43), - [anon_sym_DEtecTOR] = ACTIONS(43), - [anon_sym_DEteCtor] = ACTIONS(43), - [anon_sym_DEteCtoR] = ACTIONS(43), - [anon_sym_DEteCtOr] = ACTIONS(43), - [anon_sym_DEteCtOR] = ACTIONS(43), - [anon_sym_DEteCTor] = ACTIONS(43), - [anon_sym_DEteCToR] = ACTIONS(43), - [anon_sym_DEteCTOr] = ACTIONS(43), - [anon_sym_DEteCTOR] = ACTIONS(43), - [anon_sym_DEtEctor] = ACTIONS(43), - [anon_sym_DEtEctoR] = ACTIONS(43), - [anon_sym_DEtEctOr] = ACTIONS(43), - [anon_sym_DEtEctOR] = ACTIONS(43), - [anon_sym_DEtEcTor] = ACTIONS(43), - [anon_sym_DEtEcToR] = ACTIONS(43), - [anon_sym_DEtEcTOr] = ACTIONS(43), - [anon_sym_DEtEcTOR] = ACTIONS(43), - [anon_sym_DEtECtor] = ACTIONS(43), - [anon_sym_DEtECtoR] = ACTIONS(43), - [anon_sym_DEtECtOr] = ACTIONS(43), - [anon_sym_DEtECtOR] = ACTIONS(43), - [anon_sym_DEtECTor] = ACTIONS(43), - [anon_sym_DEtECToR] = ACTIONS(43), - [anon_sym_DEtECTOr] = ACTIONS(43), - [anon_sym_DEtECTOR] = ACTIONS(43), - [anon_sym_DETector] = ACTIONS(43), - [anon_sym_DETectoR] = ACTIONS(43), - [anon_sym_DETectOr] = ACTIONS(43), - [anon_sym_DETectOR] = ACTIONS(43), - [anon_sym_DETecTor] = ACTIONS(43), - [anon_sym_DETecToR] = ACTIONS(43), - [anon_sym_DETecTOr] = ACTIONS(43), - [anon_sym_DETecTOR] = ACTIONS(43), - [anon_sym_DETeCtor] = ACTIONS(43), - [anon_sym_DETeCtoR] = ACTIONS(43), - [anon_sym_DETeCtOr] = ACTIONS(43), - [anon_sym_DETeCtOR] = ACTIONS(43), - [anon_sym_DETeCTor] = ACTIONS(43), - [anon_sym_DETeCToR] = ACTIONS(43), - [anon_sym_DETeCTOr] = ACTIONS(43), - [anon_sym_DETeCTOR] = ACTIONS(43), - [anon_sym_DETEctor] = ACTIONS(43), - [anon_sym_DETEctoR] = ACTIONS(43), - [anon_sym_DETEctOr] = ACTIONS(43), - [anon_sym_DETEctOR] = ACTIONS(43), - [anon_sym_DETEcTor] = ACTIONS(43), - [anon_sym_DETEcToR] = ACTIONS(43), - [anon_sym_DETEcTOr] = ACTIONS(43), - [anon_sym_DETEcTOR] = ACTIONS(43), - [anon_sym_DETECtor] = ACTIONS(43), - [anon_sym_DETECtoR] = ACTIONS(43), - [anon_sym_DETECtOr] = ACTIONS(43), - [anon_sym_DETECtOR] = ACTIONS(43), - [anon_sym_DETECTor] = ACTIONS(43), - [anon_sym_DETECToR] = ACTIONS(43), - [anon_sym_DETECTOr] = ACTIONS(43), - [anon_sym_DETECTOR] = ACTIONS(43), - [anon_sym_invoke] = ACTIONS(43), - [anon_sym_invokE] = ACTIONS(43), - [anon_sym_invoKe] = ACTIONS(43), - [anon_sym_invoKE] = ACTIONS(43), - [anon_sym_invOke] = ACTIONS(43), - [anon_sym_invOkE] = ACTIONS(43), - [anon_sym_invOKe] = ACTIONS(43), - [anon_sym_invOKE] = ACTIONS(43), - [anon_sym_inVoke] = ACTIONS(43), - [anon_sym_inVokE] = ACTIONS(43), - [anon_sym_inVoKe] = ACTIONS(43), - [anon_sym_inVoKE] = ACTIONS(43), - [anon_sym_inVOke] = ACTIONS(43), - [anon_sym_inVOkE] = ACTIONS(43), - [anon_sym_inVOKe] = ACTIONS(43), - [anon_sym_inVOKE] = ACTIONS(43), - [anon_sym_iNvoke] = ACTIONS(43), - [anon_sym_iNvokE] = ACTIONS(43), - [anon_sym_iNvoKe] = ACTIONS(43), - [anon_sym_iNvoKE] = ACTIONS(43), - [anon_sym_iNvOke] = ACTIONS(43), - [anon_sym_iNvOkE] = ACTIONS(43), - [anon_sym_iNvOKe] = ACTIONS(43), - [anon_sym_iNvOKE] = ACTIONS(43), - [anon_sym_iNVoke] = ACTIONS(43), - [anon_sym_iNVokE] = ACTIONS(43), - [anon_sym_iNVoKe] = ACTIONS(43), - [anon_sym_iNVoKE] = ACTIONS(43), - [anon_sym_iNVOke] = ACTIONS(43), - [anon_sym_iNVOkE] = ACTIONS(43), - [anon_sym_iNVOKe] = ACTIONS(43), - [anon_sym_iNVOKE] = ACTIONS(43), - [anon_sym_Invoke] = ACTIONS(43), - [anon_sym_InvokE] = ACTIONS(43), - [anon_sym_InvoKe] = ACTIONS(43), - [anon_sym_InvoKE] = ACTIONS(43), - [anon_sym_InvOke] = ACTIONS(43), - [anon_sym_InvOkE] = ACTIONS(43), - [anon_sym_InvOKe] = ACTIONS(43), - [anon_sym_InvOKE] = ACTIONS(43), - [anon_sym_InVoke] = ACTIONS(43), - [anon_sym_InVokE] = ACTIONS(43), - [anon_sym_InVoKe] = ACTIONS(43), - [anon_sym_InVoKE] = ACTIONS(43), - [anon_sym_InVOke] = ACTIONS(43), - [anon_sym_InVOkE] = ACTIONS(43), - [anon_sym_InVOKe] = ACTIONS(43), - [anon_sym_InVOKE] = ACTIONS(43), - [anon_sym_INvoke] = ACTIONS(43), - [anon_sym_INvokE] = ACTIONS(43), - [anon_sym_INvoKe] = ACTIONS(43), - [anon_sym_INvoKE] = ACTIONS(43), - [anon_sym_INvOke] = ACTIONS(43), - [anon_sym_INvOkE] = ACTIONS(43), - [anon_sym_INvOKe] = ACTIONS(43), - [anon_sym_INvOKE] = ACTIONS(43), - [anon_sym_INVoke] = ACTIONS(43), - [anon_sym_INVokE] = ACTIONS(43), - [anon_sym_INVoKe] = ACTIONS(43), - [anon_sym_INVoKE] = ACTIONS(43), - [anon_sym_INVOke] = ACTIONS(43), - [anon_sym_INVOkE] = ACTIONS(43), - [anon_sym_INVOKe] = ACTIONS(43), - [anon_sym_INVOKE] = ACTIONS(43), - [anon_sym_select] = ACTIONS(43), - [anon_sym_selecT] = ACTIONS(43), - [anon_sym_seleCt] = ACTIONS(43), - [anon_sym_seleCT] = ACTIONS(43), - [anon_sym_selEct] = ACTIONS(43), - [anon_sym_selEcT] = ACTIONS(43), - [anon_sym_selECt] = ACTIONS(43), - [anon_sym_selECT] = ACTIONS(43), - [anon_sym_seLect] = ACTIONS(43), - [anon_sym_seLecT] = ACTIONS(43), - [anon_sym_seLeCt] = ACTIONS(43), - [anon_sym_seLeCT] = ACTIONS(43), - [anon_sym_seLEct] = ACTIONS(43), - [anon_sym_seLEcT] = ACTIONS(43), - [anon_sym_seLECt] = ACTIONS(43), - [anon_sym_seLECT] = ACTIONS(43), - [anon_sym_sElect] = ACTIONS(43), - [anon_sym_sElecT] = ACTIONS(43), - [anon_sym_sEleCt] = ACTIONS(43), - [anon_sym_sEleCT] = ACTIONS(43), - [anon_sym_sElEct] = ACTIONS(43), - [anon_sym_sElEcT] = ACTIONS(43), - [anon_sym_sElECt] = ACTIONS(43), - [anon_sym_sElECT] = ACTIONS(43), - [anon_sym_sELect] = ACTIONS(43), - [anon_sym_sELecT] = ACTIONS(43), - [anon_sym_sELeCt] = ACTIONS(43), - [anon_sym_sELeCT] = ACTIONS(43), - [anon_sym_sELEct] = ACTIONS(43), - [anon_sym_sELEcT] = ACTIONS(43), - [anon_sym_sELECt] = ACTIONS(43), - [anon_sym_sELECT] = ACTIONS(43), - [anon_sym_Select] = ACTIONS(43), - [anon_sym_SelecT] = ACTIONS(43), - [anon_sym_SeleCt] = ACTIONS(43), - [anon_sym_SeleCT] = ACTIONS(43), - [anon_sym_SelEct] = ACTIONS(43), - [anon_sym_SelEcT] = ACTIONS(43), - [anon_sym_SelECt] = ACTIONS(43), - [anon_sym_SelECT] = ACTIONS(43), - [anon_sym_SeLect] = ACTIONS(43), - [anon_sym_SeLecT] = ACTIONS(43), - [anon_sym_SeLeCt] = ACTIONS(43), - [anon_sym_SeLeCT] = ACTIONS(43), - [anon_sym_SeLEct] = ACTIONS(43), - [anon_sym_SeLEcT] = ACTIONS(43), - [anon_sym_SeLECt] = ACTIONS(43), - [anon_sym_SeLECT] = ACTIONS(43), - [anon_sym_SElect] = ACTIONS(43), - [anon_sym_SElecT] = ACTIONS(43), - [anon_sym_SEleCt] = ACTIONS(43), - [anon_sym_SEleCT] = ACTIONS(43), - [anon_sym_SElEct] = ACTIONS(43), - [anon_sym_SElEcT] = ACTIONS(43), - [anon_sym_SElECt] = ACTIONS(43), - [anon_sym_SElECT] = ACTIONS(43), - [anon_sym_SELect] = ACTIONS(43), - [anon_sym_SELecT] = ACTIONS(43), - [anon_sym_SELeCt] = ACTIONS(43), - [anon_sym_SELeCT] = ACTIONS(43), - [anon_sym_SELEct] = ACTIONS(43), - [anon_sym_SELEcT] = ACTIONS(43), - [anon_sym_SELECt] = ACTIONS(43), - [anon_sym_SELECT] = ACTIONS(43), + [sym_variable] = ACTIONS(31), + [anon_sym_define] = ACTIONS(33), + [anon_sym_definE] = ACTIONS(33), + [anon_sym_defiNe] = ACTIONS(33), + [anon_sym_defiNE] = ACTIONS(33), + [anon_sym_defIne] = ACTIONS(33), + [anon_sym_defInE] = ACTIONS(33), + [anon_sym_defINe] = ACTIONS(33), + [anon_sym_defINE] = ACTIONS(33), + [anon_sym_deFine] = ACTIONS(33), + [anon_sym_deFinE] = ACTIONS(33), + [anon_sym_deFiNe] = ACTIONS(33), + [anon_sym_deFiNE] = ACTIONS(33), + [anon_sym_deFIne] = ACTIONS(33), + [anon_sym_deFInE] = ACTIONS(33), + [anon_sym_deFINe] = ACTIONS(33), + [anon_sym_deFINE] = ACTIONS(33), + [anon_sym_dEfine] = ACTIONS(33), + [anon_sym_dEfinE] = ACTIONS(33), + [anon_sym_dEfiNe] = ACTIONS(33), + [anon_sym_dEfiNE] = ACTIONS(33), + [anon_sym_dEfIne] = ACTIONS(33), + [anon_sym_dEfInE] = ACTIONS(33), + [anon_sym_dEfINe] = ACTIONS(33), + [anon_sym_dEfINE] = ACTIONS(33), + [anon_sym_dEFine] = ACTIONS(33), + [anon_sym_dEFinE] = ACTIONS(33), + [anon_sym_dEFiNe] = ACTIONS(33), + [anon_sym_dEFiNE] = ACTIONS(33), + [anon_sym_dEFIne] = ACTIONS(33), + [anon_sym_dEFInE] = ACTIONS(33), + [anon_sym_dEFINe] = ACTIONS(33), + [anon_sym_dEFINE] = ACTIONS(33), + [anon_sym_Define] = ACTIONS(33), + [anon_sym_DefinE] = ACTIONS(33), + [anon_sym_DefiNe] = ACTIONS(33), + [anon_sym_DefiNE] = ACTIONS(33), + [anon_sym_DefIne] = ACTIONS(33), + [anon_sym_DefInE] = ACTIONS(33), + [anon_sym_DefINe] = ACTIONS(33), + [anon_sym_DefINE] = ACTIONS(33), + [anon_sym_DeFine] = ACTIONS(33), + [anon_sym_DeFinE] = ACTIONS(33), + [anon_sym_DeFiNe] = ACTIONS(33), + [anon_sym_DeFiNE] = ACTIONS(33), + [anon_sym_DeFIne] = ACTIONS(33), + [anon_sym_DeFInE] = ACTIONS(33), + [anon_sym_DeFINe] = ACTIONS(33), + [anon_sym_DeFINE] = ACTIONS(33), + [anon_sym_DEfine] = ACTIONS(33), + [anon_sym_DEfinE] = ACTIONS(33), + [anon_sym_DEfiNe] = ACTIONS(33), + [anon_sym_DEfiNE] = ACTIONS(33), + [anon_sym_DEfIne] = ACTIONS(33), + [anon_sym_DEfInE] = ACTIONS(33), + [anon_sym_DEfINe] = ACTIONS(33), + [anon_sym_DEfINE] = ACTIONS(33), + [anon_sym_DEFine] = ACTIONS(33), + [anon_sym_DEFinE] = ACTIONS(33), + [anon_sym_DEFiNe] = ACTIONS(33), + [anon_sym_DEFiNE] = ACTIONS(33), + [anon_sym_DEFIne] = ACTIONS(33), + [anon_sym_DEFInE] = ACTIONS(33), + [anon_sym_DEFINe] = ACTIONS(33), + [anon_sym_DEFINE] = ACTIONS(33), + [anon_sym_include] = ACTIONS(33), + [anon_sym_includE] = ACTIONS(33), + [anon_sym_incluDe] = ACTIONS(33), + [anon_sym_incluDE] = ACTIONS(33), + [anon_sym_inclUde] = ACTIONS(33), + [anon_sym_inclUdE] = ACTIONS(33), + [anon_sym_inclUDe] = ACTIONS(33), + [anon_sym_inclUDE] = ACTIONS(33), + [anon_sym_incLude] = ACTIONS(33), + [anon_sym_incLudE] = ACTIONS(33), + [anon_sym_incLuDe] = ACTIONS(33), + [anon_sym_incLuDE] = ACTIONS(33), + [anon_sym_incLUde] = ACTIONS(33), + [anon_sym_incLUdE] = ACTIONS(33), + [anon_sym_incLUDe] = ACTIONS(33), + [anon_sym_incLUDE] = ACTIONS(33), + [anon_sym_inClude] = ACTIONS(33), + [anon_sym_inCludE] = ACTIONS(33), + [anon_sym_inCluDe] = ACTIONS(33), + [anon_sym_inCluDE] = ACTIONS(33), + [anon_sym_inClUde] = ACTIONS(33), + [anon_sym_inClUdE] = ACTIONS(33), + [anon_sym_inClUDe] = ACTIONS(33), + [anon_sym_inClUDE] = ACTIONS(33), + [anon_sym_inCLude] = ACTIONS(33), + [anon_sym_inCLudE] = ACTIONS(33), + [anon_sym_inCLuDe] = ACTIONS(33), + [anon_sym_inCLuDE] = ACTIONS(33), + [anon_sym_inCLUde] = ACTIONS(33), + [anon_sym_inCLUdE] = ACTIONS(33), + [anon_sym_inCLUDe] = ACTIONS(33), + [anon_sym_inCLUDE] = ACTIONS(33), + [anon_sym_iNclude] = ACTIONS(33), + [anon_sym_iNcludE] = ACTIONS(33), + [anon_sym_iNcluDe] = ACTIONS(33), + [anon_sym_iNcluDE] = ACTIONS(33), + [anon_sym_iNclUde] = ACTIONS(33), + [anon_sym_iNclUdE] = ACTIONS(33), + [anon_sym_iNclUDe] = ACTIONS(33), + [anon_sym_iNclUDE] = ACTIONS(33), + [anon_sym_iNcLude] = ACTIONS(33), + [anon_sym_iNcLudE] = ACTIONS(33), + [anon_sym_iNcLuDe] = ACTIONS(33), + [anon_sym_iNcLuDE] = ACTIONS(33), + [anon_sym_iNcLUde] = ACTIONS(33), + [anon_sym_iNcLUdE] = ACTIONS(33), + [anon_sym_iNcLUDe] = ACTIONS(33), + [anon_sym_iNcLUDE] = ACTIONS(33), + [anon_sym_iNClude] = ACTIONS(33), + [anon_sym_iNCludE] = ACTIONS(33), + [anon_sym_iNCluDe] = ACTIONS(33), + [anon_sym_iNCluDE] = ACTIONS(33), + [anon_sym_iNClUde] = ACTIONS(33), + [anon_sym_iNClUdE] = ACTIONS(33), + [anon_sym_iNClUDe] = ACTIONS(33), + [anon_sym_iNClUDE] = ACTIONS(33), + [anon_sym_iNCLude] = ACTIONS(33), + [anon_sym_iNCLudE] = ACTIONS(33), + [anon_sym_iNCLuDe] = ACTIONS(33), + [anon_sym_iNCLuDE] = ACTIONS(33), + [anon_sym_iNCLUde] = ACTIONS(33), + [anon_sym_iNCLUdE] = ACTIONS(33), + [anon_sym_iNCLUDe] = ACTIONS(33), + [anon_sym_iNCLUDE] = ACTIONS(33), + [anon_sym_Include] = ACTIONS(33), + [anon_sym_IncludE] = ACTIONS(33), + [anon_sym_IncluDe] = ACTIONS(33), + [anon_sym_IncluDE] = ACTIONS(33), + [anon_sym_InclUde] = ACTIONS(33), + [anon_sym_InclUdE] = ACTIONS(33), + [anon_sym_InclUDe] = ACTIONS(33), + [anon_sym_InclUDE] = ACTIONS(33), + [anon_sym_IncLude] = ACTIONS(33), + [anon_sym_IncLudE] = ACTIONS(33), + [anon_sym_IncLuDe] = ACTIONS(33), + [anon_sym_IncLuDE] = ACTIONS(33), + [anon_sym_IncLUde] = ACTIONS(33), + [anon_sym_IncLUdE] = ACTIONS(33), + [anon_sym_IncLUDe] = ACTIONS(33), + [anon_sym_IncLUDE] = ACTIONS(33), + [anon_sym_InClude] = ACTIONS(33), + [anon_sym_InCludE] = ACTIONS(33), + [anon_sym_InCluDe] = ACTIONS(33), + [anon_sym_InCluDE] = ACTIONS(33), + [anon_sym_InClUde] = ACTIONS(33), + [anon_sym_InClUdE] = ACTIONS(33), + [anon_sym_InClUDe] = ACTIONS(33), + [anon_sym_InClUDE] = ACTIONS(33), + [anon_sym_InCLude] = ACTIONS(33), + [anon_sym_InCLudE] = ACTIONS(33), + [anon_sym_InCLuDe] = ACTIONS(33), + [anon_sym_InCLuDE] = ACTIONS(33), + [anon_sym_InCLUde] = ACTIONS(33), + [anon_sym_InCLUdE] = ACTIONS(33), + [anon_sym_InCLUDe] = ACTIONS(33), + [anon_sym_InCLUDE] = ACTIONS(33), + [anon_sym_INclude] = ACTIONS(33), + [anon_sym_INcludE] = ACTIONS(33), + [anon_sym_INcluDe] = ACTIONS(33), + [anon_sym_INcluDE] = ACTIONS(33), + [anon_sym_INclUde] = ACTIONS(33), + [anon_sym_INclUdE] = ACTIONS(33), + [anon_sym_INclUDe] = ACTIONS(33), + [anon_sym_INclUDE] = ACTIONS(33), + [anon_sym_INcLude] = ACTIONS(33), + [anon_sym_INcLudE] = ACTIONS(33), + [anon_sym_INcLuDe] = ACTIONS(33), + [anon_sym_INcLuDE] = ACTIONS(33), + [anon_sym_INcLUde] = ACTIONS(33), + [anon_sym_INcLUdE] = ACTIONS(33), + [anon_sym_INcLUDe] = ACTIONS(33), + [anon_sym_INcLUDE] = ACTIONS(33), + [anon_sym_INClude] = ACTIONS(33), + [anon_sym_INCludE] = ACTIONS(33), + [anon_sym_INCluDe] = ACTIONS(33), + [anon_sym_INCluDE] = ACTIONS(33), + [anon_sym_INClUde] = ACTIONS(33), + [anon_sym_INClUdE] = ACTIONS(33), + [anon_sym_INClUDe] = ACTIONS(33), + [anon_sym_INClUDE] = ACTIONS(33), + [anon_sym_INCLude] = ACTIONS(33), + [anon_sym_INCLudE] = ACTIONS(33), + [anon_sym_INCLuDe] = ACTIONS(33), + [anon_sym_INCLuDE] = ACTIONS(33), + [anon_sym_INCLUde] = ACTIONS(33), + [anon_sym_INCLUdE] = ACTIONS(33), + [anon_sym_INCLUDe] = ACTIONS(33), + [anon_sym_INCLUDE] = ACTIONS(33), + [anon_sym_action] = ACTIONS(33), + [anon_sym_actioN] = ACTIONS(33), + [anon_sym_actiOn] = ACTIONS(33), + [anon_sym_actiON] = ACTIONS(33), + [anon_sym_actIon] = ACTIONS(33), + [anon_sym_actIoN] = ACTIONS(33), + [anon_sym_actIOn] = ACTIONS(33), + [anon_sym_actION] = ACTIONS(33), + [anon_sym_acTion] = ACTIONS(33), + [anon_sym_acTioN] = ACTIONS(33), + [anon_sym_acTiOn] = ACTIONS(33), + [anon_sym_acTiON] = ACTIONS(33), + [anon_sym_acTIon] = ACTIONS(33), + [anon_sym_acTIoN] = ACTIONS(33), + [anon_sym_acTIOn] = ACTIONS(33), + [anon_sym_acTION] = ACTIONS(33), + [anon_sym_aCtion] = ACTIONS(33), + [anon_sym_aCtioN] = ACTIONS(33), + [anon_sym_aCtiOn] = ACTIONS(33), + [anon_sym_aCtiON] = ACTIONS(33), + [anon_sym_aCtIon] = ACTIONS(33), + [anon_sym_aCtIoN] = ACTIONS(33), + [anon_sym_aCtIOn] = ACTIONS(33), + [anon_sym_aCtION] = ACTIONS(33), + [anon_sym_aCTion] = ACTIONS(33), + [anon_sym_aCTioN] = ACTIONS(33), + [anon_sym_aCTiOn] = ACTIONS(33), + [anon_sym_aCTiON] = ACTIONS(33), + [anon_sym_aCTIon] = ACTIONS(33), + [anon_sym_aCTIoN] = ACTIONS(33), + [anon_sym_aCTIOn] = ACTIONS(33), + [anon_sym_aCTION] = ACTIONS(33), + [anon_sym_Action] = ACTIONS(33), + [anon_sym_ActioN] = ACTIONS(33), + [anon_sym_ActiOn] = ACTIONS(33), + [anon_sym_ActiON] = ACTIONS(33), + [anon_sym_ActIon] = ACTIONS(33), + [anon_sym_ActIoN] = ACTIONS(33), + [anon_sym_ActIOn] = ACTIONS(33), + [anon_sym_ActION] = ACTIONS(33), + [anon_sym_AcTion] = ACTIONS(33), + [anon_sym_AcTioN] = ACTIONS(33), + [anon_sym_AcTiOn] = ACTIONS(33), + [anon_sym_AcTiON] = ACTIONS(33), + [anon_sym_AcTIon] = ACTIONS(33), + [anon_sym_AcTIoN] = ACTIONS(33), + [anon_sym_AcTIOn] = ACTIONS(33), + [anon_sym_AcTION] = ACTIONS(33), + [anon_sym_ACtion] = ACTIONS(33), + [anon_sym_ACtioN] = ACTIONS(33), + [anon_sym_ACtiOn] = ACTIONS(33), + [anon_sym_ACtiON] = ACTIONS(33), + [anon_sym_ACtIon] = ACTIONS(33), + [anon_sym_ACtIoN] = ACTIONS(33), + [anon_sym_ACtIOn] = ACTIONS(33), + [anon_sym_ACtION] = ACTIONS(33), + [anon_sym_ACTion] = ACTIONS(33), + [anon_sym_ACTioN] = ACTIONS(33), + [anon_sym_ACTiOn] = ACTIONS(33), + [anon_sym_ACTiON] = ACTIONS(33), + [anon_sym_ACTIon] = ACTIONS(33), + [anon_sym_ACTIoN] = ACTIONS(33), + [anon_sym_ACTIOn] = ACTIONS(33), + [anon_sym_ACTION] = ACTIONS(33), + [anon_sym_complete] = ACTIONS(33), + [anon_sym_completE] = ACTIONS(33), + [anon_sym_compleTe] = ACTIONS(33), + [anon_sym_compleTE] = ACTIONS(33), + [anon_sym_complEte] = ACTIONS(33), + [anon_sym_complEtE] = ACTIONS(33), + [anon_sym_complETe] = ACTIONS(33), + [anon_sym_complETE] = ACTIONS(33), + [anon_sym_compLete] = ACTIONS(33), + [anon_sym_compLetE] = ACTIONS(33), + [anon_sym_compLeTe] = ACTIONS(33), + [anon_sym_compLeTE] = ACTIONS(33), + [anon_sym_compLEte] = ACTIONS(33), + [anon_sym_compLEtE] = ACTIONS(33), + [anon_sym_compLETe] = ACTIONS(33), + [anon_sym_compLETE] = ACTIONS(33), + [anon_sym_comPlete] = ACTIONS(33), + [anon_sym_comPletE] = ACTIONS(33), + [anon_sym_comPleTe] = ACTIONS(33), + [anon_sym_comPleTE] = ACTIONS(33), + [anon_sym_comPlEte] = ACTIONS(33), + [anon_sym_comPlEtE] = ACTIONS(33), + [anon_sym_comPlETe] = ACTIONS(33), + [anon_sym_comPlETE] = ACTIONS(33), + [anon_sym_comPLete] = ACTIONS(33), + [anon_sym_comPLetE] = ACTIONS(33), + [anon_sym_comPLeTe] = ACTIONS(33), + [anon_sym_comPLeTE] = ACTIONS(33), + [anon_sym_comPLEte] = ACTIONS(33), + [anon_sym_comPLEtE] = ACTIONS(33), + [anon_sym_comPLETe] = ACTIONS(33), + [anon_sym_comPLETE] = ACTIONS(33), + [anon_sym_coMplete] = ACTIONS(33), + [anon_sym_coMpletE] = ACTIONS(33), + [anon_sym_coMpleTe] = ACTIONS(33), + [anon_sym_coMpleTE] = ACTIONS(33), + [anon_sym_coMplEte] = ACTIONS(33), + [anon_sym_coMplEtE] = ACTIONS(33), + [anon_sym_coMplETe] = ACTIONS(33), + [anon_sym_coMplETE] = ACTIONS(33), + [anon_sym_coMpLete] = ACTIONS(33), + [anon_sym_coMpLetE] = ACTIONS(33), + [anon_sym_coMpLeTe] = ACTIONS(33), + [anon_sym_coMpLeTE] = ACTIONS(33), + [anon_sym_coMpLEte] = ACTIONS(33), + [anon_sym_coMpLEtE] = ACTIONS(33), + [anon_sym_coMpLETe] = ACTIONS(33), + [anon_sym_coMpLETE] = ACTIONS(33), + [anon_sym_coMPlete] = ACTIONS(33), + [anon_sym_coMPletE] = ACTIONS(33), + [anon_sym_coMPleTe] = ACTIONS(33), + [anon_sym_coMPleTE] = ACTIONS(33), + [anon_sym_coMPlEte] = ACTIONS(33), + [anon_sym_coMPlEtE] = ACTIONS(33), + [anon_sym_coMPlETe] = ACTIONS(33), + [anon_sym_coMPlETE] = ACTIONS(33), + [anon_sym_coMPLete] = ACTIONS(33), + [anon_sym_coMPLetE] = ACTIONS(33), + [anon_sym_coMPLeTe] = ACTIONS(33), + [anon_sym_coMPLeTE] = ACTIONS(33), + [anon_sym_coMPLEte] = ACTIONS(33), + [anon_sym_coMPLEtE] = ACTIONS(33), + [anon_sym_coMPLETe] = ACTIONS(33), + [anon_sym_coMPLETE] = ACTIONS(33), + [anon_sym_cOmplete] = ACTIONS(33), + [anon_sym_cOmpletE] = ACTIONS(33), + [anon_sym_cOmpleTe] = ACTIONS(33), + [anon_sym_cOmpleTE] = ACTIONS(33), + [anon_sym_cOmplEte] = ACTIONS(33), + [anon_sym_cOmplEtE] = ACTIONS(33), + [anon_sym_cOmplETe] = ACTIONS(33), + [anon_sym_cOmplETE] = ACTIONS(33), + [anon_sym_cOmpLete] = ACTIONS(33), + [anon_sym_cOmpLetE] = ACTIONS(33), + [anon_sym_cOmpLeTe] = ACTIONS(33), + [anon_sym_cOmpLeTE] = ACTIONS(33), + [anon_sym_cOmpLEte] = ACTIONS(33), + [anon_sym_cOmpLEtE] = ACTIONS(33), + [anon_sym_cOmpLETe] = ACTIONS(33), + [anon_sym_cOmpLETE] = ACTIONS(33), + [anon_sym_cOmPlete] = ACTIONS(33), + [anon_sym_cOmPletE] = ACTIONS(33), + [anon_sym_cOmPleTe] = ACTIONS(33), + [anon_sym_cOmPleTE] = ACTIONS(33), + [anon_sym_cOmPlEte] = ACTIONS(33), + [anon_sym_cOmPlEtE] = ACTIONS(33), + [anon_sym_cOmPlETe] = ACTIONS(33), + [anon_sym_cOmPlETE] = ACTIONS(33), + [anon_sym_cOmPLete] = ACTIONS(33), + [anon_sym_cOmPLetE] = ACTIONS(33), + [anon_sym_cOmPLeTe] = ACTIONS(33), + [anon_sym_cOmPLeTE] = ACTIONS(33), + [anon_sym_cOmPLEte] = ACTIONS(33), + [anon_sym_cOmPLEtE] = ACTIONS(33), + [anon_sym_cOmPLETe] = ACTIONS(33), + [anon_sym_cOmPLETE] = ACTIONS(33), + [anon_sym_cOMplete] = ACTIONS(33), + [anon_sym_cOMpletE] = ACTIONS(33), + [anon_sym_cOMpleTe] = ACTIONS(33), + [anon_sym_cOMpleTE] = ACTIONS(33), + [anon_sym_cOMplEte] = ACTIONS(33), + [anon_sym_cOMplEtE] = ACTIONS(33), + [anon_sym_cOMplETe] = ACTIONS(33), + [anon_sym_cOMplETE] = ACTIONS(33), + [anon_sym_cOMpLete] = ACTIONS(33), + [anon_sym_cOMpLetE] = ACTIONS(33), + [anon_sym_cOMpLeTe] = ACTIONS(33), + [anon_sym_cOMpLeTE] = ACTIONS(33), + [anon_sym_cOMpLEte] = ACTIONS(33), + [anon_sym_cOMpLEtE] = ACTIONS(33), + [anon_sym_cOMpLETe] = ACTIONS(33), + [anon_sym_cOMpLETE] = ACTIONS(33), + [anon_sym_cOMPlete] = ACTIONS(33), + [anon_sym_cOMPletE] = ACTIONS(33), + [anon_sym_cOMPleTe] = ACTIONS(33), + [anon_sym_cOMPleTE] = ACTIONS(33), + [anon_sym_cOMPlEte] = ACTIONS(33), + [anon_sym_cOMPlEtE] = ACTIONS(33), + [anon_sym_cOMPlETe] = ACTIONS(33), + [anon_sym_cOMPlETE] = ACTIONS(33), + [anon_sym_cOMPLete] = ACTIONS(33), + [anon_sym_cOMPLetE] = ACTIONS(33), + [anon_sym_cOMPLeTe] = ACTIONS(33), + [anon_sym_cOMPLeTE] = ACTIONS(33), + [anon_sym_cOMPLEte] = ACTIONS(33), + [anon_sym_cOMPLEtE] = ACTIONS(33), + [anon_sym_cOMPLETe] = ACTIONS(33), + [anon_sym_cOMPLETE] = ACTIONS(33), + [anon_sym_Complete] = ACTIONS(33), + [anon_sym_CompletE] = ACTIONS(33), + [anon_sym_CompleTe] = ACTIONS(33), + [anon_sym_CompleTE] = ACTIONS(33), + [anon_sym_ComplEte] = ACTIONS(33), + [anon_sym_ComplEtE] = ACTIONS(33), + [anon_sym_ComplETe] = ACTIONS(33), + [anon_sym_ComplETE] = ACTIONS(33), + [anon_sym_CompLete] = ACTIONS(33), + [anon_sym_CompLetE] = ACTIONS(33), + [anon_sym_CompLeTe] = ACTIONS(33), + [anon_sym_CompLeTE] = ACTIONS(33), + [anon_sym_CompLEte] = ACTIONS(33), + [anon_sym_CompLEtE] = ACTIONS(33), + [anon_sym_CompLETe] = ACTIONS(33), + [anon_sym_CompLETE] = ACTIONS(33), + [anon_sym_ComPlete] = ACTIONS(33), + [anon_sym_ComPletE] = ACTIONS(33), + [anon_sym_ComPleTe] = ACTIONS(33), + [anon_sym_ComPleTE] = ACTIONS(33), + [anon_sym_ComPlEte] = ACTIONS(33), + [anon_sym_ComPlEtE] = ACTIONS(33), + [anon_sym_ComPlETe] = ACTIONS(33), + [anon_sym_ComPlETE] = ACTIONS(33), + [anon_sym_ComPLete] = ACTIONS(33), + [anon_sym_ComPLetE] = ACTIONS(33), + [anon_sym_ComPLeTe] = ACTIONS(33), + [anon_sym_ComPLeTE] = ACTIONS(33), + [anon_sym_ComPLEte] = ACTIONS(33), + [anon_sym_ComPLEtE] = ACTIONS(33), + [anon_sym_ComPLETe] = ACTIONS(33), + [anon_sym_ComPLETE] = ACTIONS(33), + [anon_sym_CoMplete] = ACTIONS(33), + [anon_sym_CoMpletE] = ACTIONS(33), + [anon_sym_CoMpleTe] = ACTIONS(33), + [anon_sym_CoMpleTE] = ACTIONS(33), + [anon_sym_CoMplEte] = ACTIONS(33), + [anon_sym_CoMplEtE] = ACTIONS(33), + [anon_sym_CoMplETe] = ACTIONS(33), + [anon_sym_CoMplETE] = ACTIONS(33), + [anon_sym_CoMpLete] = ACTIONS(33), + [anon_sym_CoMpLetE] = ACTIONS(33), + [anon_sym_CoMpLeTe] = ACTIONS(33), + [anon_sym_CoMpLeTE] = ACTIONS(33), + [anon_sym_CoMpLEte] = ACTIONS(33), + [anon_sym_CoMpLEtE] = ACTIONS(33), + [anon_sym_CoMpLETe] = ACTIONS(33), + [anon_sym_CoMpLETE] = ACTIONS(33), + [anon_sym_CoMPlete] = ACTIONS(33), + [anon_sym_CoMPletE] = ACTIONS(33), + [anon_sym_CoMPleTe] = ACTIONS(33), + [anon_sym_CoMPleTE] = ACTIONS(33), + [anon_sym_CoMPlEte] = ACTIONS(33), + [anon_sym_CoMPlEtE] = ACTIONS(33), + [anon_sym_CoMPlETe] = ACTIONS(33), + [anon_sym_CoMPlETE] = ACTIONS(33), + [anon_sym_CoMPLete] = ACTIONS(33), + [anon_sym_CoMPLetE] = ACTIONS(33), + [anon_sym_CoMPLeTe] = ACTIONS(33), + [anon_sym_CoMPLeTE] = ACTIONS(33), + [anon_sym_CoMPLEte] = ACTIONS(33), + [anon_sym_CoMPLEtE] = ACTIONS(33), + [anon_sym_CoMPLETe] = ACTIONS(33), + [anon_sym_CoMPLETE] = ACTIONS(33), + [anon_sym_COmplete] = ACTIONS(33), + [anon_sym_COmpletE] = ACTIONS(33), + [anon_sym_COmpleTe] = ACTIONS(33), + [anon_sym_COmpleTE] = ACTIONS(33), + [anon_sym_COmplEte] = ACTIONS(33), + [anon_sym_COmplEtE] = ACTIONS(33), + [anon_sym_COmplETe] = ACTIONS(33), + [anon_sym_COmplETE] = ACTIONS(33), + [anon_sym_COmpLete] = ACTIONS(33), + [anon_sym_COmpLetE] = ACTIONS(33), + [anon_sym_COmpLeTe] = ACTIONS(33), + [anon_sym_COmpLeTE] = ACTIONS(33), + [anon_sym_COmpLEte] = ACTIONS(33), + [anon_sym_COmpLEtE] = ACTIONS(33), + [anon_sym_COmpLETe] = ACTIONS(33), + [anon_sym_COmpLETE] = ACTIONS(33), + [anon_sym_COmPlete] = ACTIONS(33), + [anon_sym_COmPletE] = ACTIONS(33), + [anon_sym_COmPleTe] = ACTIONS(33), + [anon_sym_COmPleTE] = ACTIONS(33), + [anon_sym_COmPlEte] = ACTIONS(33), + [anon_sym_COmPlEtE] = ACTIONS(33), + [anon_sym_COmPlETe] = ACTIONS(33), + [anon_sym_COmPlETE] = ACTIONS(33), + [anon_sym_COmPLete] = ACTIONS(33), + [anon_sym_COmPLetE] = ACTIONS(33), + [anon_sym_COmPLeTe] = ACTIONS(33), + [anon_sym_COmPLeTE] = ACTIONS(33), + [anon_sym_COmPLEte] = ACTIONS(33), + [anon_sym_COmPLEtE] = ACTIONS(33), + [anon_sym_COmPLETe] = ACTIONS(33), + [anon_sym_COmPLETE] = ACTIONS(33), + [anon_sym_COMplete] = ACTIONS(33), + [anon_sym_COMpletE] = ACTIONS(33), + [anon_sym_COMpleTe] = ACTIONS(33), + [anon_sym_COMpleTE] = ACTIONS(33), + [anon_sym_COMplEte] = ACTIONS(33), + [anon_sym_COMplEtE] = ACTIONS(33), + [anon_sym_COMplETe] = ACTIONS(33), + [anon_sym_COMplETE] = ACTIONS(33), + [anon_sym_COMpLete] = ACTIONS(33), + [anon_sym_COMpLetE] = ACTIONS(33), + [anon_sym_COMpLeTe] = ACTIONS(33), + [anon_sym_COMpLeTE] = ACTIONS(33), + [anon_sym_COMpLEte] = ACTIONS(33), + [anon_sym_COMpLEtE] = ACTIONS(33), + [anon_sym_COMpLETe] = ACTIONS(33), + [anon_sym_COMpLETE] = ACTIONS(33), + [anon_sym_COMPlete] = ACTIONS(33), + [anon_sym_COMPletE] = ACTIONS(33), + [anon_sym_COMPleTe] = ACTIONS(33), + [anon_sym_COMPleTE] = ACTIONS(33), + [anon_sym_COMPlEte] = ACTIONS(33), + [anon_sym_COMPlEtE] = ACTIONS(33), + [anon_sym_COMPlETe] = ACTIONS(33), + [anon_sym_COMPlETE] = ACTIONS(33), + [anon_sym_COMPLete] = ACTIONS(33), + [anon_sym_COMPLetE] = ACTIONS(33), + [anon_sym_COMPLeTe] = ACTIONS(33), + [anon_sym_COMPLeTE] = ACTIONS(33), + [anon_sym_COMPLEte] = ACTIONS(33), + [anon_sym_COMPLEtE] = ACTIONS(33), + [anon_sym_COMPLETe] = ACTIONS(33), + [anon_sym_COMPLETE] = ACTIONS(33), + [anon_sym_if] = ACTIONS(33), + [anon_sym_iF] = ACTIONS(33), + [anon_sym_If] = ACTIONS(33), + [anon_sym_IF] = ACTIONS(33), + [anon_sym_else] = ACTIONS(33), + [anon_sym_elsE] = ACTIONS(33), + [anon_sym_elSe] = ACTIONS(33), + [anon_sym_elSE] = ACTIONS(33), + [anon_sym_eLse] = ACTIONS(33), + [anon_sym_eLsE] = ACTIONS(33), + [anon_sym_eLSe] = ACTIONS(33), + [anon_sym_eLSE] = ACTIONS(33), + [anon_sym_Else] = ACTIONS(33), + [anon_sym_ElsE] = ACTIONS(33), + [anon_sym_ElSe] = ACTIONS(33), + [anon_sym_ElSE] = ACTIONS(33), + [anon_sym_ELse] = ACTIONS(33), + [anon_sym_ELsE] = ACTIONS(33), + [anon_sym_ELSe] = ACTIONS(33), + [anon_sym_ELSE] = ACTIONS(33), + [anon_sym_elseif] = ACTIONS(33), + [anon_sym_elseiF] = ACTIONS(33), + [anon_sym_elseIf] = ACTIONS(33), + [anon_sym_elseIF] = ACTIONS(33), + [anon_sym_elsEif] = ACTIONS(33), + [anon_sym_elsEiF] = ACTIONS(33), + [anon_sym_elsEIf] = ACTIONS(33), + [anon_sym_elsEIF] = ACTIONS(33), + [anon_sym_elSeif] = ACTIONS(33), + [anon_sym_elSeiF] = ACTIONS(33), + [anon_sym_elSeIf] = ACTIONS(33), + [anon_sym_elSeIF] = ACTIONS(33), + [anon_sym_elSEif] = ACTIONS(33), + [anon_sym_elSEiF] = ACTIONS(33), + [anon_sym_elSEIf] = ACTIONS(33), + [anon_sym_elSEIF] = ACTIONS(33), + [anon_sym_eLseif] = ACTIONS(33), + [anon_sym_eLseiF] = ACTIONS(33), + [anon_sym_eLseIf] = ACTIONS(33), + [anon_sym_eLseIF] = ACTIONS(33), + [anon_sym_eLsEif] = ACTIONS(33), + [anon_sym_eLsEiF] = ACTIONS(33), + [anon_sym_eLsEIf] = ACTIONS(33), + [anon_sym_eLsEIF] = ACTIONS(33), + [anon_sym_eLSeif] = ACTIONS(33), + [anon_sym_eLSeiF] = ACTIONS(33), + [anon_sym_eLSeIf] = ACTIONS(33), + [anon_sym_eLSeIF] = ACTIONS(33), + [anon_sym_eLSEif] = ACTIONS(33), + [anon_sym_eLSEiF] = ACTIONS(33), + [anon_sym_eLSEIf] = ACTIONS(33), + [anon_sym_eLSEIF] = ACTIONS(33), + [anon_sym_Elseif] = ACTIONS(33), + [anon_sym_ElseiF] = ACTIONS(33), + [anon_sym_ElseIf] = ACTIONS(33), + [anon_sym_ElseIF] = ACTIONS(33), + [anon_sym_ElsEif] = ACTIONS(33), + [anon_sym_ElsEiF] = ACTIONS(33), + [anon_sym_ElsEIf] = ACTIONS(33), + [anon_sym_ElsEIF] = ACTIONS(33), + [anon_sym_ElSeif] = ACTIONS(33), + [anon_sym_ElSeiF] = ACTIONS(33), + [anon_sym_ElSeIf] = ACTIONS(33), + [anon_sym_ElSeIF] = ACTIONS(33), + [anon_sym_ElSEif] = ACTIONS(33), + [anon_sym_ElSEiF] = ACTIONS(33), + [anon_sym_ElSEIf] = ACTIONS(33), + [anon_sym_ElSEIF] = ACTIONS(33), + [anon_sym_ELseif] = ACTIONS(33), + [anon_sym_ELseiF] = ACTIONS(33), + [anon_sym_ELseIf] = ACTIONS(33), + [anon_sym_ELseIF] = ACTIONS(33), + [anon_sym_ELsEif] = ACTIONS(33), + [anon_sym_ELsEiF] = ACTIONS(33), + [anon_sym_ELsEIf] = ACTIONS(33), + [anon_sym_ELsEIF] = ACTIONS(33), + [anon_sym_ELSeif] = ACTIONS(33), + [anon_sym_ELSeiF] = ACTIONS(33), + [anon_sym_ELSeIf] = ACTIONS(33), + [anon_sym_ELSeIF] = ACTIONS(33), + [anon_sym_ELSEif] = ACTIONS(33), + [anon_sym_ELSEiF] = ACTIONS(33), + [anon_sym_ELSEIf] = ACTIONS(33), + [anon_sym_ELSEIF] = ACTIONS(33), + [anon_sym_endif] = ACTIONS(33), + [anon_sym_endiF] = ACTIONS(33), + [anon_sym_endIf] = ACTIONS(33), + [anon_sym_endIF] = ACTIONS(33), + [anon_sym_enDif] = ACTIONS(33), + [anon_sym_enDiF] = ACTIONS(33), + [anon_sym_enDIf] = ACTIONS(33), + [anon_sym_enDIF] = ACTIONS(33), + [anon_sym_eNdif] = ACTIONS(33), + [anon_sym_eNdiF] = ACTIONS(33), + [anon_sym_eNdIf] = ACTIONS(33), + [anon_sym_eNdIF] = ACTIONS(33), + [anon_sym_eNDif] = ACTIONS(33), + [anon_sym_eNDiF] = ACTIONS(33), + [anon_sym_eNDIf] = ACTIONS(33), + [anon_sym_eNDIF] = ACTIONS(33), + [anon_sym_Endif] = ACTIONS(33), + [anon_sym_EndiF] = ACTIONS(33), + [anon_sym_EndIf] = ACTIONS(33), + [anon_sym_EndIF] = ACTIONS(33), + [anon_sym_EnDif] = ACTIONS(33), + [anon_sym_EnDiF] = ACTIONS(33), + [anon_sym_EnDIf] = ACTIONS(33), + [anon_sym_EnDIF] = ACTIONS(33), + [anon_sym_ENdif] = ACTIONS(33), + [anon_sym_ENdiF] = ACTIONS(33), + [anon_sym_ENdIf] = ACTIONS(33), + [anon_sym_ENdIF] = ACTIONS(33), + [anon_sym_ENDif] = ACTIONS(33), + [anon_sym_ENDiF] = ACTIONS(33), + [anon_sym_ENDIf] = ACTIONS(33), + [anon_sym_ENDIF] = ACTIONS(33), + [anon_sym_while] = ACTIONS(33), + [anon_sym_whilE] = ACTIONS(33), + [anon_sym_whiLe] = ACTIONS(33), + [anon_sym_whiLE] = ACTIONS(33), + [anon_sym_whIle] = ACTIONS(33), + [anon_sym_whIlE] = ACTIONS(33), + [anon_sym_whILe] = ACTIONS(33), + [anon_sym_whILE] = ACTIONS(33), + [anon_sym_wHile] = ACTIONS(33), + [anon_sym_wHilE] = ACTIONS(33), + [anon_sym_wHiLe] = ACTIONS(33), + [anon_sym_wHiLE] = ACTIONS(33), + [anon_sym_wHIle] = ACTIONS(33), + [anon_sym_wHIlE] = ACTIONS(33), + [anon_sym_wHILe] = ACTIONS(33), + [anon_sym_wHILE] = ACTIONS(33), + [anon_sym_While] = ACTIONS(33), + [anon_sym_WhilE] = ACTIONS(33), + [anon_sym_WhiLe] = ACTIONS(33), + [anon_sym_WhiLE] = ACTIONS(33), + [anon_sym_WhIle] = ACTIONS(33), + [anon_sym_WhIlE] = ACTIONS(33), + [anon_sym_WhILe] = ACTIONS(33), + [anon_sym_WhILE] = ACTIONS(33), + [anon_sym_WHile] = ACTIONS(33), + [anon_sym_WHilE] = ACTIONS(33), + [anon_sym_WHiLe] = ACTIONS(33), + [anon_sym_WHiLE] = ACTIONS(33), + [anon_sym_WHIle] = ACTIONS(33), + [anon_sym_WHIlE] = ACTIONS(33), + [anon_sym_WHILe] = ACTIONS(33), + [anon_sym_WHILE] = ACTIONS(33), + [anon_sym_endwhile] = ACTIONS(33), + [anon_sym_endwhilE] = ACTIONS(33), + [anon_sym_endwhiLe] = ACTIONS(33), + [anon_sym_endwhiLE] = ACTIONS(33), + [anon_sym_endwhIle] = ACTIONS(33), + [anon_sym_endwhIlE] = ACTIONS(33), + [anon_sym_endwhILe] = ACTIONS(33), + [anon_sym_endwhILE] = ACTIONS(33), + [anon_sym_endwHile] = ACTIONS(33), + [anon_sym_endwHilE] = ACTIONS(33), + [anon_sym_endwHiLe] = ACTIONS(33), + [anon_sym_endwHiLE] = ACTIONS(33), + [anon_sym_endwHIle] = ACTIONS(33), + [anon_sym_endwHIlE] = ACTIONS(33), + [anon_sym_endwHILe] = ACTIONS(33), + [anon_sym_endwHILE] = ACTIONS(33), + [anon_sym_endWhile] = ACTIONS(33), + [anon_sym_endWhilE] = ACTIONS(33), + [anon_sym_endWhiLe] = ACTIONS(33), + [anon_sym_endWhiLE] = ACTIONS(33), + [anon_sym_endWhIle] = ACTIONS(33), + [anon_sym_endWhIlE] = ACTIONS(33), + [anon_sym_endWhILe] = ACTIONS(33), + [anon_sym_endWhILE] = ACTIONS(33), + [anon_sym_endWHile] = ACTIONS(33), + [anon_sym_endWHilE] = ACTIONS(33), + [anon_sym_endWHiLe] = ACTIONS(33), + [anon_sym_endWHiLE] = ACTIONS(33), + [anon_sym_endWHIle] = ACTIONS(33), + [anon_sym_endWHIlE] = ACTIONS(33), + [anon_sym_endWHILe] = ACTIONS(33), + [anon_sym_endWHILE] = ACTIONS(33), + [anon_sym_enDwhile] = ACTIONS(33), + [anon_sym_enDwhilE] = ACTIONS(33), + [anon_sym_enDwhiLe] = ACTIONS(33), + [anon_sym_enDwhiLE] = ACTIONS(33), + [anon_sym_enDwhIle] = ACTIONS(33), + [anon_sym_enDwhIlE] = ACTIONS(33), + [anon_sym_enDwhILe] = ACTIONS(33), + [anon_sym_enDwhILE] = ACTIONS(33), + [anon_sym_enDwHile] = ACTIONS(33), + [anon_sym_enDwHilE] = ACTIONS(33), + [anon_sym_enDwHiLe] = ACTIONS(33), + [anon_sym_enDwHiLE] = ACTIONS(33), + [anon_sym_enDwHIle] = ACTIONS(33), + [anon_sym_enDwHIlE] = ACTIONS(33), + [anon_sym_enDwHILe] = ACTIONS(33), + [anon_sym_enDwHILE] = ACTIONS(33), + [anon_sym_enDWhile] = ACTIONS(33), + [anon_sym_enDWhilE] = ACTIONS(33), + [anon_sym_enDWhiLe] = ACTIONS(33), + [anon_sym_enDWhiLE] = ACTIONS(33), + [anon_sym_enDWhIle] = ACTIONS(33), + [anon_sym_enDWhIlE] = ACTIONS(33), + [anon_sym_enDWhILe] = ACTIONS(33), + [anon_sym_enDWhILE] = ACTIONS(33), + [anon_sym_enDWHile] = ACTIONS(33), + [anon_sym_enDWHilE] = ACTIONS(33), + [anon_sym_enDWHiLe] = ACTIONS(33), + [anon_sym_enDWHiLE] = ACTIONS(33), + [anon_sym_enDWHIle] = ACTIONS(33), + [anon_sym_enDWHIlE] = ACTIONS(33), + [anon_sym_enDWHILe] = ACTIONS(33), + [anon_sym_enDWHILE] = ACTIONS(33), + [anon_sym_eNdwhile] = ACTIONS(33), + [anon_sym_eNdwhilE] = ACTIONS(33), + [anon_sym_eNdwhiLe] = ACTIONS(33), + [anon_sym_eNdwhiLE] = ACTIONS(33), + [anon_sym_eNdwhIle] = ACTIONS(33), + [anon_sym_eNdwhIlE] = ACTIONS(33), + [anon_sym_eNdwhILe] = ACTIONS(33), + [anon_sym_eNdwhILE] = ACTIONS(33), + [anon_sym_eNdwHile] = ACTIONS(33), + [anon_sym_eNdwHilE] = ACTIONS(33), + [anon_sym_eNdwHiLe] = ACTIONS(33), + [anon_sym_eNdwHiLE] = ACTIONS(33), + [anon_sym_eNdwHIle] = ACTIONS(33), + [anon_sym_eNdwHIlE] = ACTIONS(33), + [anon_sym_eNdwHILe] = ACTIONS(33), + [anon_sym_eNdwHILE] = ACTIONS(33), + [anon_sym_eNdWhile] = ACTIONS(33), + [anon_sym_eNdWhilE] = ACTIONS(33), + [anon_sym_eNdWhiLe] = ACTIONS(33), + [anon_sym_eNdWhiLE] = ACTIONS(33), + [anon_sym_eNdWhIle] = ACTIONS(33), + [anon_sym_eNdWhIlE] = ACTIONS(33), + [anon_sym_eNdWhILe] = ACTIONS(33), + [anon_sym_eNdWhILE] = ACTIONS(33), + [anon_sym_eNdWHile] = ACTIONS(33), + [anon_sym_eNdWHilE] = ACTIONS(33), + [anon_sym_eNdWHiLe] = ACTIONS(33), + [anon_sym_eNdWHiLE] = ACTIONS(33), + [anon_sym_eNdWHIle] = ACTIONS(33), + [anon_sym_eNdWHIlE] = ACTIONS(33), + [anon_sym_eNdWHILe] = ACTIONS(33), + [anon_sym_eNdWHILE] = ACTIONS(33), + [anon_sym_eNDwhile] = ACTIONS(33), + [anon_sym_eNDwhilE] = ACTIONS(33), + [anon_sym_eNDwhiLe] = ACTIONS(33), + [anon_sym_eNDwhiLE] = ACTIONS(33), + [anon_sym_eNDwhIle] = ACTIONS(33), + [anon_sym_eNDwhIlE] = ACTIONS(33), + [anon_sym_eNDwhILe] = ACTIONS(33), + [anon_sym_eNDwhILE] = ACTIONS(33), + [anon_sym_eNDwHile] = ACTIONS(33), + [anon_sym_eNDwHilE] = ACTIONS(33), + [anon_sym_eNDwHiLe] = ACTIONS(33), + [anon_sym_eNDwHiLE] = ACTIONS(33), + [anon_sym_eNDwHIle] = ACTIONS(33), + [anon_sym_eNDwHIlE] = ACTIONS(33), + [anon_sym_eNDwHILe] = ACTIONS(33), + [anon_sym_eNDwHILE] = ACTIONS(33), + [anon_sym_eNDWhile] = ACTIONS(33), + [anon_sym_eNDWhilE] = ACTIONS(33), + [anon_sym_eNDWhiLe] = ACTIONS(33), + [anon_sym_eNDWhiLE] = ACTIONS(33), + [anon_sym_eNDWhIle] = ACTIONS(33), + [anon_sym_eNDWhIlE] = ACTIONS(33), + [anon_sym_eNDWhILe] = ACTIONS(33), + [anon_sym_eNDWhILE] = ACTIONS(33), + [anon_sym_eNDWHile] = ACTIONS(33), + [anon_sym_eNDWHilE] = ACTIONS(33), + [anon_sym_eNDWHiLe] = ACTIONS(33), + [anon_sym_eNDWHiLE] = ACTIONS(33), + [anon_sym_eNDWHIle] = ACTIONS(33), + [anon_sym_eNDWHIlE] = ACTIONS(33), + [anon_sym_eNDWHILe] = ACTIONS(33), + [anon_sym_eNDWHILE] = ACTIONS(33), + [anon_sym_Endwhile] = ACTIONS(33), + [anon_sym_EndwhilE] = ACTIONS(33), + [anon_sym_EndwhiLe] = ACTIONS(33), + [anon_sym_EndwhiLE] = ACTIONS(33), + [anon_sym_EndwhIle] = ACTIONS(33), + [anon_sym_EndwhIlE] = ACTIONS(33), + [anon_sym_EndwhILe] = ACTIONS(33), + [anon_sym_EndwhILE] = ACTIONS(33), + [anon_sym_EndwHile] = ACTIONS(33), + [anon_sym_EndwHilE] = ACTIONS(33), + [anon_sym_EndwHiLe] = ACTIONS(33), + [anon_sym_EndwHiLE] = ACTIONS(33), + [anon_sym_EndwHIle] = ACTIONS(33), + [anon_sym_EndwHIlE] = ACTIONS(33), + [anon_sym_EndwHILe] = ACTIONS(33), + [anon_sym_EndwHILE] = ACTIONS(33), + [anon_sym_EndWhile] = ACTIONS(33), + [anon_sym_EndWhilE] = ACTIONS(33), + [anon_sym_EndWhiLe] = ACTIONS(33), + [anon_sym_EndWhiLE] = ACTIONS(33), + [anon_sym_EndWhIle] = ACTIONS(33), + [anon_sym_EndWhIlE] = ACTIONS(33), + [anon_sym_EndWhILe] = ACTIONS(33), + [anon_sym_EndWhILE] = ACTIONS(33), + [anon_sym_EndWHile] = ACTIONS(33), + [anon_sym_EndWHilE] = ACTIONS(33), + [anon_sym_EndWHiLe] = ACTIONS(33), + [anon_sym_EndWHiLE] = ACTIONS(33), + [anon_sym_EndWHIle] = ACTIONS(33), + [anon_sym_EndWHIlE] = ACTIONS(33), + [anon_sym_EndWHILe] = ACTIONS(33), + [anon_sym_EndWHILE] = ACTIONS(33), + [anon_sym_EnDwhile] = ACTIONS(33), + [anon_sym_EnDwhilE] = ACTIONS(33), + [anon_sym_EnDwhiLe] = ACTIONS(33), + [anon_sym_EnDwhiLE] = ACTIONS(33), + [anon_sym_EnDwhIle] = ACTIONS(33), + [anon_sym_EnDwhIlE] = ACTIONS(33), + [anon_sym_EnDwhILe] = ACTIONS(33), + [anon_sym_EnDwhILE] = ACTIONS(33), + [anon_sym_EnDwHile] = ACTIONS(33), + [anon_sym_EnDwHilE] = ACTIONS(33), + [anon_sym_EnDwHiLe] = ACTIONS(33), + [anon_sym_EnDwHiLE] = ACTIONS(33), + [anon_sym_EnDwHIle] = ACTIONS(33), + [anon_sym_EnDwHIlE] = ACTIONS(33), + [anon_sym_EnDwHILe] = ACTIONS(33), + [anon_sym_EnDwHILE] = ACTIONS(33), + [anon_sym_EnDWhile] = ACTIONS(33), + [anon_sym_EnDWhilE] = ACTIONS(33), + [anon_sym_EnDWhiLe] = ACTIONS(33), + [anon_sym_EnDWhiLE] = ACTIONS(33), + [anon_sym_EnDWhIle] = ACTIONS(33), + [anon_sym_EnDWhIlE] = ACTIONS(33), + [anon_sym_EnDWhILe] = ACTIONS(33), + [anon_sym_EnDWhILE] = ACTIONS(33), + [anon_sym_EnDWHile] = ACTIONS(33), + [anon_sym_EnDWHilE] = ACTIONS(33), + [anon_sym_EnDWHiLe] = ACTIONS(33), + [anon_sym_EnDWHiLE] = ACTIONS(33), + [anon_sym_EnDWHIle] = ACTIONS(33), + [anon_sym_EnDWHIlE] = ACTIONS(33), + [anon_sym_EnDWHILe] = ACTIONS(33), + [anon_sym_EnDWHILE] = ACTIONS(33), + [anon_sym_ENdwhile] = ACTIONS(33), + [anon_sym_ENdwhilE] = ACTIONS(33), + [anon_sym_ENdwhiLe] = ACTIONS(33), + [anon_sym_ENdwhiLE] = ACTIONS(33), + [anon_sym_ENdwhIle] = ACTIONS(33), + [anon_sym_ENdwhIlE] = ACTIONS(33), + [anon_sym_ENdwhILe] = ACTIONS(33), + [anon_sym_ENdwhILE] = ACTIONS(33), + [anon_sym_ENdwHile] = ACTIONS(33), + [anon_sym_ENdwHilE] = ACTIONS(33), + [anon_sym_ENdwHiLe] = ACTIONS(33), + [anon_sym_ENdwHiLE] = ACTIONS(33), + [anon_sym_ENdwHIle] = ACTIONS(33), + [anon_sym_ENdwHIlE] = ACTIONS(33), + [anon_sym_ENdwHILe] = ACTIONS(33), + [anon_sym_ENdwHILE] = ACTIONS(33), + [anon_sym_ENdWhile] = ACTIONS(33), + [anon_sym_ENdWhilE] = ACTIONS(33), + [anon_sym_ENdWhiLe] = ACTIONS(33), + [anon_sym_ENdWhiLE] = ACTIONS(33), + [anon_sym_ENdWhIle] = ACTIONS(33), + [anon_sym_ENdWhIlE] = ACTIONS(33), + [anon_sym_ENdWhILe] = ACTIONS(33), + [anon_sym_ENdWhILE] = ACTIONS(33), + [anon_sym_ENdWHile] = ACTIONS(33), + [anon_sym_ENdWHilE] = ACTIONS(33), + [anon_sym_ENdWHiLe] = ACTIONS(33), + [anon_sym_ENdWHiLE] = ACTIONS(33), + [anon_sym_ENdWHIle] = ACTIONS(33), + [anon_sym_ENdWHIlE] = ACTIONS(33), + [anon_sym_ENdWHILe] = ACTIONS(33), + [anon_sym_ENdWHILE] = ACTIONS(33), + [anon_sym_ENDwhile] = ACTIONS(33), + [anon_sym_ENDwhilE] = ACTIONS(33), + [anon_sym_ENDwhiLe] = ACTIONS(33), + [anon_sym_ENDwhiLE] = ACTIONS(33), + [anon_sym_ENDwhIle] = ACTIONS(33), + [anon_sym_ENDwhIlE] = ACTIONS(33), + [anon_sym_ENDwhILe] = ACTIONS(33), + [anon_sym_ENDwhILE] = ACTIONS(33), + [anon_sym_ENDwHile] = ACTIONS(33), + [anon_sym_ENDwHilE] = ACTIONS(33), + [anon_sym_ENDwHiLe] = ACTIONS(33), + [anon_sym_ENDwHiLE] = ACTIONS(33), + [anon_sym_ENDwHIle] = ACTIONS(33), + [anon_sym_ENDwHIlE] = ACTIONS(33), + [anon_sym_ENDwHILe] = ACTIONS(33), + [anon_sym_ENDwHILE] = ACTIONS(33), + [anon_sym_ENDWhile] = ACTIONS(33), + [anon_sym_ENDWhilE] = ACTIONS(33), + [anon_sym_ENDWhiLe] = ACTIONS(33), + [anon_sym_ENDWhiLE] = ACTIONS(33), + [anon_sym_ENDWhIle] = ACTIONS(33), + [anon_sym_ENDWhIlE] = ACTIONS(33), + [anon_sym_ENDWhILe] = ACTIONS(33), + [anon_sym_ENDWhILE] = ACTIONS(33), + [anon_sym_ENDWHile] = ACTIONS(33), + [anon_sym_ENDWHilE] = ACTIONS(33), + [anon_sym_ENDWHiLe] = ACTIONS(33), + [anon_sym_ENDWHiLE] = ACTIONS(33), + [anon_sym_ENDWHIle] = ACTIONS(33), + [anon_sym_ENDWHIlE] = ACTIONS(33), + [anon_sym_ENDWHILe] = ACTIONS(33), + [anon_sym_ENDWHILE] = ACTIONS(33), + [anon_sym_detector] = ACTIONS(33), + [anon_sym_detectoR] = ACTIONS(33), + [anon_sym_detectOr] = ACTIONS(33), + [anon_sym_detectOR] = ACTIONS(33), + [anon_sym_detecTor] = ACTIONS(33), + [anon_sym_detecToR] = ACTIONS(33), + [anon_sym_detecTOr] = ACTIONS(33), + [anon_sym_detecTOR] = ACTIONS(33), + [anon_sym_deteCtor] = ACTIONS(33), + [anon_sym_deteCtoR] = ACTIONS(33), + [anon_sym_deteCtOr] = ACTIONS(33), + [anon_sym_deteCtOR] = ACTIONS(33), + [anon_sym_deteCTor] = ACTIONS(33), + [anon_sym_deteCToR] = ACTIONS(33), + [anon_sym_deteCTOr] = ACTIONS(33), + [anon_sym_deteCTOR] = ACTIONS(33), + [anon_sym_detEctor] = ACTIONS(33), + [anon_sym_detEctoR] = ACTIONS(33), + [anon_sym_detEctOr] = ACTIONS(33), + [anon_sym_detEctOR] = ACTIONS(33), + [anon_sym_detEcTor] = ACTIONS(33), + [anon_sym_detEcToR] = ACTIONS(33), + [anon_sym_detEcTOr] = ACTIONS(33), + [anon_sym_detEcTOR] = ACTIONS(33), + [anon_sym_detECtor] = ACTIONS(33), + [anon_sym_detECtoR] = ACTIONS(33), + [anon_sym_detECtOr] = ACTIONS(33), + [anon_sym_detECtOR] = ACTIONS(33), + [anon_sym_detECTor] = ACTIONS(33), + [anon_sym_detECToR] = ACTIONS(33), + [anon_sym_detECTOr] = ACTIONS(33), + [anon_sym_detECTOR] = ACTIONS(33), + [anon_sym_deTector] = ACTIONS(33), + [anon_sym_deTectoR] = ACTIONS(33), + [anon_sym_deTectOr] = ACTIONS(33), + [anon_sym_deTectOR] = ACTIONS(33), + [anon_sym_deTecTor] = ACTIONS(33), + [anon_sym_deTecToR] = ACTIONS(33), + [anon_sym_deTecTOr] = ACTIONS(33), + [anon_sym_deTecTOR] = ACTIONS(33), + [anon_sym_deTeCtor] = ACTIONS(33), + [anon_sym_deTeCtoR] = ACTIONS(33), + [anon_sym_deTeCtOr] = ACTIONS(33), + [anon_sym_deTeCtOR] = ACTIONS(33), + [anon_sym_deTeCTor] = ACTIONS(33), + [anon_sym_deTeCToR] = ACTIONS(33), + [anon_sym_deTeCTOr] = ACTIONS(33), + [anon_sym_deTeCTOR] = ACTIONS(33), + [anon_sym_deTEctor] = ACTIONS(33), + [anon_sym_deTEctoR] = ACTIONS(33), + [anon_sym_deTEctOr] = ACTIONS(33), + [anon_sym_deTEctOR] = ACTIONS(33), + [anon_sym_deTEcTor] = ACTIONS(33), + [anon_sym_deTEcToR] = ACTIONS(33), + [anon_sym_deTEcTOr] = ACTIONS(33), + [anon_sym_deTEcTOR] = ACTIONS(33), + [anon_sym_deTECtor] = ACTIONS(33), + [anon_sym_deTECtoR] = ACTIONS(33), + [anon_sym_deTECtOr] = ACTIONS(33), + [anon_sym_deTECtOR] = ACTIONS(33), + [anon_sym_deTECTor] = ACTIONS(33), + [anon_sym_deTECToR] = ACTIONS(33), + [anon_sym_deTECTOr] = ACTIONS(33), + [anon_sym_deTECTOR] = ACTIONS(33), + [anon_sym_dEtector] = ACTIONS(33), + [anon_sym_dEtectoR] = ACTIONS(33), + [anon_sym_dEtectOr] = ACTIONS(33), + [anon_sym_dEtectOR] = ACTIONS(33), + [anon_sym_dEtecTor] = ACTIONS(33), + [anon_sym_dEtecToR] = ACTIONS(33), + [anon_sym_dEtecTOr] = ACTIONS(33), + [anon_sym_dEtecTOR] = ACTIONS(33), + [anon_sym_dEteCtor] = ACTIONS(33), + [anon_sym_dEteCtoR] = ACTIONS(33), + [anon_sym_dEteCtOr] = ACTIONS(33), + [anon_sym_dEteCtOR] = ACTIONS(33), + [anon_sym_dEteCTor] = ACTIONS(33), + [anon_sym_dEteCToR] = ACTIONS(33), + [anon_sym_dEteCTOr] = ACTIONS(33), + [anon_sym_dEteCTOR] = ACTIONS(33), + [anon_sym_dEtEctor] = ACTIONS(33), + [anon_sym_dEtEctoR] = ACTIONS(33), + [anon_sym_dEtEctOr] = ACTIONS(33), + [anon_sym_dEtEctOR] = ACTIONS(33), + [anon_sym_dEtEcTor] = ACTIONS(33), + [anon_sym_dEtEcToR] = ACTIONS(33), + [anon_sym_dEtEcTOr] = ACTIONS(33), + [anon_sym_dEtEcTOR] = ACTIONS(33), + [anon_sym_dEtECtor] = ACTIONS(33), + [anon_sym_dEtECtoR] = ACTIONS(33), + [anon_sym_dEtECtOr] = ACTIONS(33), + [anon_sym_dEtECtOR] = ACTIONS(33), + [anon_sym_dEtECTor] = ACTIONS(33), + [anon_sym_dEtECToR] = ACTIONS(33), + [anon_sym_dEtECTOr] = ACTIONS(33), + [anon_sym_dEtECTOR] = ACTIONS(33), + [anon_sym_dETector] = ACTIONS(33), + [anon_sym_dETectoR] = ACTIONS(33), + [anon_sym_dETectOr] = ACTIONS(33), + [anon_sym_dETectOR] = ACTIONS(33), + [anon_sym_dETecTor] = ACTIONS(33), + [anon_sym_dETecToR] = ACTIONS(33), + [anon_sym_dETecTOr] = ACTIONS(33), + [anon_sym_dETecTOR] = ACTIONS(33), + [anon_sym_dETeCtor] = ACTIONS(33), + [anon_sym_dETeCtoR] = ACTIONS(33), + [anon_sym_dETeCtOr] = ACTIONS(33), + [anon_sym_dETeCtOR] = ACTIONS(33), + [anon_sym_dETeCTor] = ACTIONS(33), + [anon_sym_dETeCToR] = ACTIONS(33), + [anon_sym_dETeCTOr] = ACTIONS(33), + [anon_sym_dETeCTOR] = ACTIONS(33), + [anon_sym_dETEctor] = ACTIONS(33), + [anon_sym_dETEctoR] = ACTIONS(33), + [anon_sym_dETEctOr] = ACTIONS(33), + [anon_sym_dETEctOR] = ACTIONS(33), + [anon_sym_dETEcTor] = ACTIONS(33), + [anon_sym_dETEcToR] = ACTIONS(33), + [anon_sym_dETEcTOr] = ACTIONS(33), + [anon_sym_dETEcTOR] = ACTIONS(33), + [anon_sym_dETECtor] = ACTIONS(33), + [anon_sym_dETECtoR] = ACTIONS(33), + [anon_sym_dETECtOr] = ACTIONS(33), + [anon_sym_dETECtOR] = ACTIONS(33), + [anon_sym_dETECTor] = ACTIONS(33), + [anon_sym_dETECToR] = ACTIONS(33), + [anon_sym_dETECTOr] = ACTIONS(33), + [anon_sym_dETECTOR] = ACTIONS(33), + [anon_sym_Detector] = ACTIONS(33), + [anon_sym_DetectoR] = ACTIONS(33), + [anon_sym_DetectOr] = ACTIONS(33), + [anon_sym_DetectOR] = ACTIONS(33), + [anon_sym_DetecTor] = ACTIONS(33), + [anon_sym_DetecToR] = ACTIONS(33), + [anon_sym_DetecTOr] = ACTIONS(33), + [anon_sym_DetecTOR] = ACTIONS(33), + [anon_sym_DeteCtor] = ACTIONS(33), + [anon_sym_DeteCtoR] = ACTIONS(33), + [anon_sym_DeteCtOr] = ACTIONS(33), + [anon_sym_DeteCtOR] = ACTIONS(33), + [anon_sym_DeteCTor] = ACTIONS(33), + [anon_sym_DeteCToR] = ACTIONS(33), + [anon_sym_DeteCTOr] = ACTIONS(33), + [anon_sym_DeteCTOR] = ACTIONS(33), + [anon_sym_DetEctor] = ACTIONS(33), + [anon_sym_DetEctoR] = ACTIONS(33), + [anon_sym_DetEctOr] = ACTIONS(33), + [anon_sym_DetEctOR] = ACTIONS(33), + [anon_sym_DetEcTor] = ACTIONS(33), + [anon_sym_DetEcToR] = ACTIONS(33), + [anon_sym_DetEcTOr] = ACTIONS(33), + [anon_sym_DetEcTOR] = ACTIONS(33), + [anon_sym_DetECtor] = ACTIONS(33), + [anon_sym_DetECtoR] = ACTIONS(33), + [anon_sym_DetECtOr] = ACTIONS(33), + [anon_sym_DetECtOR] = ACTIONS(33), + [anon_sym_DetECTor] = ACTIONS(33), + [anon_sym_DetECToR] = ACTIONS(33), + [anon_sym_DetECTOr] = ACTIONS(33), + [anon_sym_DetECTOR] = ACTIONS(33), + [anon_sym_DeTector] = ACTIONS(33), + [anon_sym_DeTectoR] = ACTIONS(33), + [anon_sym_DeTectOr] = ACTIONS(33), + [anon_sym_DeTectOR] = ACTIONS(33), + [anon_sym_DeTecTor] = ACTIONS(33), + [anon_sym_DeTecToR] = ACTIONS(33), + [anon_sym_DeTecTOr] = ACTIONS(33), + [anon_sym_DeTecTOR] = ACTIONS(33), + [anon_sym_DeTeCtor] = ACTIONS(33), + [anon_sym_DeTeCtoR] = ACTIONS(33), + [anon_sym_DeTeCtOr] = ACTIONS(33), + [anon_sym_DeTeCtOR] = ACTIONS(33), + [anon_sym_DeTeCTor] = ACTIONS(33), + [anon_sym_DeTeCToR] = ACTIONS(33), + [anon_sym_DeTeCTOr] = ACTIONS(33), + [anon_sym_DeTeCTOR] = ACTIONS(33), + [anon_sym_DeTEctor] = ACTIONS(33), + [anon_sym_DeTEctoR] = ACTIONS(33), + [anon_sym_DeTEctOr] = ACTIONS(33), + [anon_sym_DeTEctOR] = ACTIONS(33), + [anon_sym_DeTEcTor] = ACTIONS(33), + [anon_sym_DeTEcToR] = ACTIONS(33), + [anon_sym_DeTEcTOr] = ACTIONS(33), + [anon_sym_DeTEcTOR] = ACTIONS(33), + [anon_sym_DeTECtor] = ACTIONS(33), + [anon_sym_DeTECtoR] = ACTIONS(33), + [anon_sym_DeTECtOr] = ACTIONS(33), + [anon_sym_DeTECtOR] = ACTIONS(33), + [anon_sym_DeTECTor] = ACTIONS(33), + [anon_sym_DeTECToR] = ACTIONS(33), + [anon_sym_DeTECTOr] = ACTIONS(33), + [anon_sym_DeTECTOR] = ACTIONS(33), + [anon_sym_DEtector] = ACTIONS(33), + [anon_sym_DEtectoR] = ACTIONS(33), + [anon_sym_DEtectOr] = ACTIONS(33), + [anon_sym_DEtectOR] = ACTIONS(33), + [anon_sym_DEtecTor] = ACTIONS(33), + [anon_sym_DEtecToR] = ACTIONS(33), + [anon_sym_DEtecTOr] = ACTIONS(33), + [anon_sym_DEtecTOR] = ACTIONS(33), + [anon_sym_DEteCtor] = ACTIONS(33), + [anon_sym_DEteCtoR] = ACTIONS(33), + [anon_sym_DEteCtOr] = ACTIONS(33), + [anon_sym_DEteCtOR] = ACTIONS(33), + [anon_sym_DEteCTor] = ACTIONS(33), + [anon_sym_DEteCToR] = ACTIONS(33), + [anon_sym_DEteCTOr] = ACTIONS(33), + [anon_sym_DEteCTOR] = ACTIONS(33), + [anon_sym_DEtEctor] = ACTIONS(33), + [anon_sym_DEtEctoR] = ACTIONS(33), + [anon_sym_DEtEctOr] = ACTIONS(33), + [anon_sym_DEtEctOR] = ACTIONS(33), + [anon_sym_DEtEcTor] = ACTIONS(33), + [anon_sym_DEtEcToR] = ACTIONS(33), + [anon_sym_DEtEcTOr] = ACTIONS(33), + [anon_sym_DEtEcTOR] = ACTIONS(33), + [anon_sym_DEtECtor] = ACTIONS(33), + [anon_sym_DEtECtoR] = ACTIONS(33), + [anon_sym_DEtECtOr] = ACTIONS(33), + [anon_sym_DEtECtOR] = ACTIONS(33), + [anon_sym_DEtECTor] = ACTIONS(33), + [anon_sym_DEtECToR] = ACTIONS(33), + [anon_sym_DEtECTOr] = ACTIONS(33), + [anon_sym_DEtECTOR] = ACTIONS(33), + [anon_sym_DETector] = ACTIONS(33), + [anon_sym_DETectoR] = ACTIONS(33), + [anon_sym_DETectOr] = ACTIONS(33), + [anon_sym_DETectOR] = ACTIONS(33), + [anon_sym_DETecTor] = ACTIONS(33), + [anon_sym_DETecToR] = ACTIONS(33), + [anon_sym_DETecTOr] = ACTIONS(33), + [anon_sym_DETecTOR] = ACTIONS(33), + [anon_sym_DETeCtor] = ACTIONS(33), + [anon_sym_DETeCtoR] = ACTIONS(33), + [anon_sym_DETeCtOr] = ACTIONS(33), + [anon_sym_DETeCtOR] = ACTIONS(33), + [anon_sym_DETeCTor] = ACTIONS(33), + [anon_sym_DETeCToR] = ACTIONS(33), + [anon_sym_DETeCTOr] = ACTIONS(33), + [anon_sym_DETeCTOR] = ACTIONS(33), + [anon_sym_DETEctor] = ACTIONS(33), + [anon_sym_DETEctoR] = ACTIONS(33), + [anon_sym_DETEctOr] = ACTIONS(33), + [anon_sym_DETEctOR] = ACTIONS(33), + [anon_sym_DETEcTor] = ACTIONS(33), + [anon_sym_DETEcToR] = ACTIONS(33), + [anon_sym_DETEcTOr] = ACTIONS(33), + [anon_sym_DETEcTOR] = ACTIONS(33), + [anon_sym_DETECtor] = ACTIONS(33), + [anon_sym_DETECtoR] = ACTIONS(33), + [anon_sym_DETECtOr] = ACTIONS(33), + [anon_sym_DETECtOR] = ACTIONS(33), + [anon_sym_DETECTor] = ACTIONS(33), + [anon_sym_DETECToR] = ACTIONS(33), + [anon_sym_DETECTOr] = ACTIONS(33), + [anon_sym_DETECTOR] = ACTIONS(33), + [anon_sym_invoke] = ACTIONS(33), + [anon_sym_invokE] = ACTIONS(33), + [anon_sym_invoKe] = ACTIONS(33), + [anon_sym_invoKE] = ACTIONS(33), + [anon_sym_invOke] = ACTIONS(33), + [anon_sym_invOkE] = ACTIONS(33), + [anon_sym_invOKe] = ACTIONS(33), + [anon_sym_invOKE] = ACTIONS(33), + [anon_sym_inVoke] = ACTIONS(33), + [anon_sym_inVokE] = ACTIONS(33), + [anon_sym_inVoKe] = ACTIONS(33), + [anon_sym_inVoKE] = ACTIONS(33), + [anon_sym_inVOke] = ACTIONS(33), + [anon_sym_inVOkE] = ACTIONS(33), + [anon_sym_inVOKe] = ACTIONS(33), + [anon_sym_inVOKE] = ACTIONS(33), + [anon_sym_iNvoke] = ACTIONS(33), + [anon_sym_iNvokE] = ACTIONS(33), + [anon_sym_iNvoKe] = ACTIONS(33), + [anon_sym_iNvoKE] = ACTIONS(33), + [anon_sym_iNvOke] = ACTIONS(33), + [anon_sym_iNvOkE] = ACTIONS(33), + [anon_sym_iNvOKe] = ACTIONS(33), + [anon_sym_iNvOKE] = ACTIONS(33), + [anon_sym_iNVoke] = ACTIONS(33), + [anon_sym_iNVokE] = ACTIONS(33), + [anon_sym_iNVoKe] = ACTIONS(33), + [anon_sym_iNVoKE] = ACTIONS(33), + [anon_sym_iNVOke] = ACTIONS(33), + [anon_sym_iNVOkE] = ACTIONS(33), + [anon_sym_iNVOKe] = ACTIONS(33), + [anon_sym_iNVOKE] = ACTIONS(33), + [anon_sym_Invoke] = ACTIONS(33), + [anon_sym_InvokE] = ACTIONS(33), + [anon_sym_InvoKe] = ACTIONS(33), + [anon_sym_InvoKE] = ACTIONS(33), + [anon_sym_InvOke] = ACTIONS(33), + [anon_sym_InvOkE] = ACTIONS(33), + [anon_sym_InvOKe] = ACTIONS(33), + [anon_sym_InvOKE] = ACTIONS(33), + [anon_sym_InVoke] = ACTIONS(33), + [anon_sym_InVokE] = ACTIONS(33), + [anon_sym_InVoKe] = ACTIONS(33), + [anon_sym_InVoKE] = ACTIONS(33), + [anon_sym_InVOke] = ACTIONS(33), + [anon_sym_InVOkE] = ACTIONS(33), + [anon_sym_InVOKe] = ACTIONS(33), + [anon_sym_InVOKE] = ACTIONS(33), + [anon_sym_INvoke] = ACTIONS(33), + [anon_sym_INvokE] = ACTIONS(33), + [anon_sym_INvoKe] = ACTIONS(33), + [anon_sym_INvoKE] = ACTIONS(33), + [anon_sym_INvOke] = ACTIONS(33), + [anon_sym_INvOkE] = ACTIONS(33), + [anon_sym_INvOKe] = ACTIONS(33), + [anon_sym_INvOKE] = ACTIONS(33), + [anon_sym_INVoke] = ACTIONS(33), + [anon_sym_INVokE] = ACTIONS(33), + [anon_sym_INVoKe] = ACTIONS(33), + [anon_sym_INVoKE] = ACTIONS(33), + [anon_sym_INVOke] = ACTIONS(33), + [anon_sym_INVOkE] = ACTIONS(33), + [anon_sym_INVOKe] = ACTIONS(33), + [anon_sym_INVOKE] = ACTIONS(33), + [anon_sym_select] = ACTIONS(33), + [anon_sym_selecT] = ACTIONS(33), + [anon_sym_seleCt] = ACTIONS(33), + [anon_sym_seleCT] = ACTIONS(33), + [anon_sym_selEct] = ACTIONS(33), + [anon_sym_selEcT] = ACTIONS(33), + [anon_sym_selECt] = ACTIONS(33), + [anon_sym_selECT] = ACTIONS(33), + [anon_sym_seLect] = ACTIONS(33), + [anon_sym_seLecT] = ACTIONS(33), + [anon_sym_seLeCt] = ACTIONS(33), + [anon_sym_seLeCT] = ACTIONS(33), + [anon_sym_seLEct] = ACTIONS(33), + [anon_sym_seLEcT] = ACTIONS(33), + [anon_sym_seLECt] = ACTIONS(33), + [anon_sym_seLECT] = ACTIONS(33), + [anon_sym_sElect] = ACTIONS(33), + [anon_sym_sElecT] = ACTIONS(33), + [anon_sym_sEleCt] = ACTIONS(33), + [anon_sym_sEleCT] = ACTIONS(33), + [anon_sym_sElEct] = ACTIONS(33), + [anon_sym_sElEcT] = ACTIONS(33), + [anon_sym_sElECt] = ACTIONS(33), + [anon_sym_sElECT] = ACTIONS(33), + [anon_sym_sELect] = ACTIONS(33), + [anon_sym_sELecT] = ACTIONS(33), + [anon_sym_sELeCt] = ACTIONS(33), + [anon_sym_sELeCT] = ACTIONS(33), + [anon_sym_sELEct] = ACTIONS(33), + [anon_sym_sELEcT] = ACTIONS(33), + [anon_sym_sELECt] = ACTIONS(33), + [anon_sym_sELECT] = ACTIONS(33), + [anon_sym_Select] = ACTIONS(33), + [anon_sym_SelecT] = ACTIONS(33), + [anon_sym_SeleCt] = ACTIONS(33), + [anon_sym_SeleCT] = ACTIONS(33), + [anon_sym_SelEct] = ACTIONS(33), + [anon_sym_SelEcT] = ACTIONS(33), + [anon_sym_SelECt] = ACTIONS(33), + [anon_sym_SelECT] = ACTIONS(33), + [anon_sym_SeLect] = ACTIONS(33), + [anon_sym_SeLecT] = ACTIONS(33), + [anon_sym_SeLeCt] = ACTIONS(33), + [anon_sym_SeLeCT] = ACTIONS(33), + [anon_sym_SeLEct] = ACTIONS(33), + [anon_sym_SeLEcT] = ACTIONS(33), + [anon_sym_SeLECt] = ACTIONS(33), + [anon_sym_SeLECT] = ACTIONS(33), + [anon_sym_SElect] = ACTIONS(33), + [anon_sym_SElecT] = ACTIONS(33), + [anon_sym_SEleCt] = ACTIONS(33), + [anon_sym_SEleCT] = ACTIONS(33), + [anon_sym_SElEct] = ACTIONS(33), + [anon_sym_SElEcT] = ACTIONS(33), + [anon_sym_SElECt] = ACTIONS(33), + [anon_sym_SElECT] = ACTIONS(33), + [anon_sym_SELect] = ACTIONS(33), + [anon_sym_SELecT] = ACTIONS(33), + [anon_sym_SELeCt] = ACTIONS(33), + [anon_sym_SELeCT] = ACTIONS(33), + [anon_sym_SELEct] = ACTIONS(33), + [anon_sym_SELEcT] = ACTIONS(33), + [anon_sym_SELECt] = ACTIONS(33), + [anon_sym_SELECT] = ACTIONS(33), }, [7] = { [sym_comment] = STATE(7), @@ -53513,29 +53538,1510 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECT] = ACTIONS(126), }, [27] = { - [sym__command] = STATE(29), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym__statement] = STATE(29), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), [sym_comment] = STATE(27), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_block_repeat1] = STATE(27), - [sym_identifier] = ACTIONS(128), + [ts_builtin_sym_end] = ACTIONS(128), + [sym_identifier] = ACTIONS(130), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(131), + [sym_variable] = ACTIONS(128), + [anon_sym_define] = ACTIONS(130), + [anon_sym_definE] = ACTIONS(130), + [anon_sym_defiNe] = ACTIONS(130), + [anon_sym_defiNE] = ACTIONS(130), + [anon_sym_defIne] = ACTIONS(130), + [anon_sym_defInE] = ACTIONS(130), + [anon_sym_defINe] = ACTIONS(130), + [anon_sym_defINE] = ACTIONS(130), + [anon_sym_deFine] = ACTIONS(130), + [anon_sym_deFinE] = ACTIONS(130), + [anon_sym_deFiNe] = ACTIONS(130), + [anon_sym_deFiNE] = ACTIONS(130), + [anon_sym_deFIne] = ACTIONS(130), + [anon_sym_deFInE] = ACTIONS(130), + [anon_sym_deFINe] = ACTIONS(130), + [anon_sym_deFINE] = ACTIONS(130), + [anon_sym_dEfine] = ACTIONS(130), + [anon_sym_dEfinE] = ACTIONS(130), + [anon_sym_dEfiNe] = ACTIONS(130), + [anon_sym_dEfiNE] = ACTIONS(130), + [anon_sym_dEfIne] = ACTIONS(130), + [anon_sym_dEfInE] = ACTIONS(130), + [anon_sym_dEfINe] = ACTIONS(130), + [anon_sym_dEfINE] = ACTIONS(130), + [anon_sym_dEFine] = ACTIONS(130), + [anon_sym_dEFinE] = ACTIONS(130), + [anon_sym_dEFiNe] = ACTIONS(130), + [anon_sym_dEFiNE] = ACTIONS(130), + [anon_sym_dEFIne] = ACTIONS(130), + [anon_sym_dEFInE] = ACTIONS(130), + [anon_sym_dEFINe] = ACTIONS(130), + [anon_sym_dEFINE] = ACTIONS(130), + [anon_sym_Define] = ACTIONS(130), + [anon_sym_DefinE] = ACTIONS(130), + [anon_sym_DefiNe] = ACTIONS(130), + [anon_sym_DefiNE] = ACTIONS(130), + [anon_sym_DefIne] = ACTIONS(130), + [anon_sym_DefInE] = ACTIONS(130), + [anon_sym_DefINe] = ACTIONS(130), + [anon_sym_DefINE] = ACTIONS(130), + [anon_sym_DeFine] = ACTIONS(130), + [anon_sym_DeFinE] = ACTIONS(130), + [anon_sym_DeFiNe] = ACTIONS(130), + [anon_sym_DeFiNE] = ACTIONS(130), + [anon_sym_DeFIne] = ACTIONS(130), + [anon_sym_DeFInE] = ACTIONS(130), + [anon_sym_DeFINe] = ACTIONS(130), + [anon_sym_DeFINE] = ACTIONS(130), + [anon_sym_DEfine] = ACTIONS(130), + [anon_sym_DEfinE] = ACTIONS(130), + [anon_sym_DEfiNe] = ACTIONS(130), + [anon_sym_DEfiNE] = ACTIONS(130), + [anon_sym_DEfIne] = ACTIONS(130), + [anon_sym_DEfInE] = ACTIONS(130), + [anon_sym_DEfINe] = ACTIONS(130), + [anon_sym_DEfINE] = ACTIONS(130), + [anon_sym_DEFine] = ACTIONS(130), + [anon_sym_DEFinE] = ACTIONS(130), + [anon_sym_DEFiNe] = ACTIONS(130), + [anon_sym_DEFiNE] = ACTIONS(130), + [anon_sym_DEFIne] = ACTIONS(130), + [anon_sym_DEFInE] = ACTIONS(130), + [anon_sym_DEFINe] = ACTIONS(130), + [anon_sym_DEFINE] = ACTIONS(130), + [anon_sym_include] = ACTIONS(130), + [anon_sym_includE] = ACTIONS(130), + [anon_sym_incluDe] = ACTIONS(130), + [anon_sym_incluDE] = ACTIONS(130), + [anon_sym_inclUde] = ACTIONS(130), + [anon_sym_inclUdE] = ACTIONS(130), + [anon_sym_inclUDe] = ACTIONS(130), + [anon_sym_inclUDE] = ACTIONS(130), + [anon_sym_incLude] = ACTIONS(130), + [anon_sym_incLudE] = ACTIONS(130), + [anon_sym_incLuDe] = ACTIONS(130), + [anon_sym_incLuDE] = ACTIONS(130), + [anon_sym_incLUde] = ACTIONS(130), + [anon_sym_incLUdE] = ACTIONS(130), + [anon_sym_incLUDe] = ACTIONS(130), + [anon_sym_incLUDE] = ACTIONS(130), + [anon_sym_inClude] = ACTIONS(130), + [anon_sym_inCludE] = ACTIONS(130), + [anon_sym_inCluDe] = ACTIONS(130), + [anon_sym_inCluDE] = ACTIONS(130), + [anon_sym_inClUde] = ACTIONS(130), + [anon_sym_inClUdE] = ACTIONS(130), + [anon_sym_inClUDe] = ACTIONS(130), + [anon_sym_inClUDE] = ACTIONS(130), + [anon_sym_inCLude] = ACTIONS(130), + [anon_sym_inCLudE] = ACTIONS(130), + [anon_sym_inCLuDe] = ACTIONS(130), + [anon_sym_inCLuDE] = ACTIONS(130), + [anon_sym_inCLUde] = ACTIONS(130), + [anon_sym_inCLUdE] = ACTIONS(130), + [anon_sym_inCLUDe] = ACTIONS(130), + [anon_sym_inCLUDE] = ACTIONS(130), + [anon_sym_iNclude] = ACTIONS(130), + [anon_sym_iNcludE] = ACTIONS(130), + [anon_sym_iNcluDe] = ACTIONS(130), + [anon_sym_iNcluDE] = ACTIONS(130), + [anon_sym_iNclUde] = ACTIONS(130), + [anon_sym_iNclUdE] = ACTIONS(130), + [anon_sym_iNclUDe] = ACTIONS(130), + [anon_sym_iNclUDE] = ACTIONS(130), + [anon_sym_iNcLude] = ACTIONS(130), + [anon_sym_iNcLudE] = ACTIONS(130), + [anon_sym_iNcLuDe] = ACTIONS(130), + [anon_sym_iNcLuDE] = ACTIONS(130), + [anon_sym_iNcLUde] = ACTIONS(130), + [anon_sym_iNcLUdE] = ACTIONS(130), + [anon_sym_iNcLUDe] = ACTIONS(130), + [anon_sym_iNcLUDE] = ACTIONS(130), + [anon_sym_iNClude] = ACTIONS(130), + [anon_sym_iNCludE] = ACTIONS(130), + [anon_sym_iNCluDe] = ACTIONS(130), + [anon_sym_iNCluDE] = ACTIONS(130), + [anon_sym_iNClUde] = ACTIONS(130), + [anon_sym_iNClUdE] = ACTIONS(130), + [anon_sym_iNClUDe] = ACTIONS(130), + [anon_sym_iNClUDE] = ACTIONS(130), + [anon_sym_iNCLude] = ACTIONS(130), + [anon_sym_iNCLudE] = ACTIONS(130), + [anon_sym_iNCLuDe] = ACTIONS(130), + [anon_sym_iNCLuDE] = ACTIONS(130), + [anon_sym_iNCLUde] = ACTIONS(130), + [anon_sym_iNCLUdE] = ACTIONS(130), + [anon_sym_iNCLUDe] = ACTIONS(130), + [anon_sym_iNCLUDE] = ACTIONS(130), + [anon_sym_Include] = ACTIONS(130), + [anon_sym_IncludE] = ACTIONS(130), + [anon_sym_IncluDe] = ACTIONS(130), + [anon_sym_IncluDE] = ACTIONS(130), + [anon_sym_InclUde] = ACTIONS(130), + [anon_sym_InclUdE] = ACTIONS(130), + [anon_sym_InclUDe] = ACTIONS(130), + [anon_sym_InclUDE] = ACTIONS(130), + [anon_sym_IncLude] = ACTIONS(130), + [anon_sym_IncLudE] = ACTIONS(130), + [anon_sym_IncLuDe] = ACTIONS(130), + [anon_sym_IncLuDE] = ACTIONS(130), + [anon_sym_IncLUde] = ACTIONS(130), + [anon_sym_IncLUdE] = ACTIONS(130), + [anon_sym_IncLUDe] = ACTIONS(130), + [anon_sym_IncLUDE] = ACTIONS(130), + [anon_sym_InClude] = ACTIONS(130), + [anon_sym_InCludE] = ACTIONS(130), + [anon_sym_InCluDe] = ACTIONS(130), + [anon_sym_InCluDE] = ACTIONS(130), + [anon_sym_InClUde] = ACTIONS(130), + [anon_sym_InClUdE] = ACTIONS(130), + [anon_sym_InClUDe] = ACTIONS(130), + [anon_sym_InClUDE] = ACTIONS(130), + [anon_sym_InCLude] = ACTIONS(130), + [anon_sym_InCLudE] = ACTIONS(130), + [anon_sym_InCLuDe] = ACTIONS(130), + [anon_sym_InCLuDE] = ACTIONS(130), + [anon_sym_InCLUde] = ACTIONS(130), + [anon_sym_InCLUdE] = ACTIONS(130), + [anon_sym_InCLUDe] = ACTIONS(130), + [anon_sym_InCLUDE] = ACTIONS(130), + [anon_sym_INclude] = ACTIONS(130), + [anon_sym_INcludE] = ACTIONS(130), + [anon_sym_INcluDe] = ACTIONS(130), + [anon_sym_INcluDE] = ACTIONS(130), + [anon_sym_INclUde] = ACTIONS(130), + [anon_sym_INclUdE] = ACTIONS(130), + [anon_sym_INclUDe] = ACTIONS(130), + [anon_sym_INclUDE] = ACTIONS(130), + [anon_sym_INcLude] = ACTIONS(130), + [anon_sym_INcLudE] = ACTIONS(130), + [anon_sym_INcLuDe] = ACTIONS(130), + [anon_sym_INcLuDE] = ACTIONS(130), + [anon_sym_INcLUde] = ACTIONS(130), + [anon_sym_INcLUdE] = ACTIONS(130), + [anon_sym_INcLUDe] = ACTIONS(130), + [anon_sym_INcLUDE] = ACTIONS(130), + [anon_sym_INClude] = ACTIONS(130), + [anon_sym_INCludE] = ACTIONS(130), + [anon_sym_INCluDe] = ACTIONS(130), + [anon_sym_INCluDE] = ACTIONS(130), + [anon_sym_INClUde] = ACTIONS(130), + [anon_sym_INClUdE] = ACTIONS(130), + [anon_sym_INClUDe] = ACTIONS(130), + [anon_sym_INClUDE] = ACTIONS(130), + [anon_sym_INCLude] = ACTIONS(130), + [anon_sym_INCLudE] = ACTIONS(130), + [anon_sym_INCLuDe] = ACTIONS(130), + [anon_sym_INCLuDE] = ACTIONS(130), + [anon_sym_INCLUde] = ACTIONS(130), + [anon_sym_INCLUdE] = ACTIONS(130), + [anon_sym_INCLUDe] = ACTIONS(130), + [anon_sym_INCLUDE] = ACTIONS(130), + [anon_sym_action] = ACTIONS(130), + [anon_sym_actioN] = ACTIONS(130), + [anon_sym_actiOn] = ACTIONS(130), + [anon_sym_actiON] = ACTIONS(130), + [anon_sym_actIon] = ACTIONS(130), + [anon_sym_actIoN] = ACTIONS(130), + [anon_sym_actIOn] = ACTIONS(130), + [anon_sym_actION] = ACTIONS(130), + [anon_sym_acTion] = ACTIONS(130), + [anon_sym_acTioN] = ACTIONS(130), + [anon_sym_acTiOn] = ACTIONS(130), + [anon_sym_acTiON] = ACTIONS(130), + [anon_sym_acTIon] = ACTIONS(130), + [anon_sym_acTIoN] = ACTIONS(130), + [anon_sym_acTIOn] = ACTIONS(130), + [anon_sym_acTION] = ACTIONS(130), + [anon_sym_aCtion] = ACTIONS(130), + [anon_sym_aCtioN] = ACTIONS(130), + [anon_sym_aCtiOn] = ACTIONS(130), + [anon_sym_aCtiON] = ACTIONS(130), + [anon_sym_aCtIon] = ACTIONS(130), + [anon_sym_aCtIoN] = ACTIONS(130), + [anon_sym_aCtIOn] = ACTIONS(130), + [anon_sym_aCtION] = ACTIONS(130), + [anon_sym_aCTion] = ACTIONS(130), + [anon_sym_aCTioN] = ACTIONS(130), + [anon_sym_aCTiOn] = ACTIONS(130), + [anon_sym_aCTiON] = ACTIONS(130), + [anon_sym_aCTIon] = ACTIONS(130), + [anon_sym_aCTIoN] = ACTIONS(130), + [anon_sym_aCTIOn] = ACTIONS(130), + [anon_sym_aCTION] = ACTIONS(130), + [anon_sym_Action] = ACTIONS(130), + [anon_sym_ActioN] = ACTIONS(130), + [anon_sym_ActiOn] = ACTIONS(130), + [anon_sym_ActiON] = ACTIONS(130), + [anon_sym_ActIon] = ACTIONS(130), + [anon_sym_ActIoN] = ACTIONS(130), + [anon_sym_ActIOn] = ACTIONS(130), + [anon_sym_ActION] = ACTIONS(130), + [anon_sym_AcTion] = ACTIONS(130), + [anon_sym_AcTioN] = ACTIONS(130), + [anon_sym_AcTiOn] = ACTIONS(130), + [anon_sym_AcTiON] = ACTIONS(130), + [anon_sym_AcTIon] = ACTIONS(130), + [anon_sym_AcTIoN] = ACTIONS(130), + [anon_sym_AcTIOn] = ACTIONS(130), + [anon_sym_AcTION] = ACTIONS(130), + [anon_sym_ACtion] = ACTIONS(130), + [anon_sym_ACtioN] = ACTIONS(130), + [anon_sym_ACtiOn] = ACTIONS(130), + [anon_sym_ACtiON] = ACTIONS(130), + [anon_sym_ACtIon] = ACTIONS(130), + [anon_sym_ACtIoN] = ACTIONS(130), + [anon_sym_ACtIOn] = ACTIONS(130), + [anon_sym_ACtION] = ACTIONS(130), + [anon_sym_ACTion] = ACTIONS(130), + [anon_sym_ACTioN] = ACTIONS(130), + [anon_sym_ACTiOn] = ACTIONS(130), + [anon_sym_ACTiON] = ACTIONS(130), + [anon_sym_ACTIon] = ACTIONS(130), + [anon_sym_ACTIoN] = ACTIONS(130), + [anon_sym_ACTIOn] = ACTIONS(130), + [anon_sym_ACTION] = ACTIONS(130), + [anon_sym_complete] = ACTIONS(130), + [anon_sym_completE] = ACTIONS(130), + [anon_sym_compleTe] = ACTIONS(130), + [anon_sym_compleTE] = ACTIONS(130), + [anon_sym_complEte] = ACTIONS(130), + [anon_sym_complEtE] = ACTIONS(130), + [anon_sym_complETe] = ACTIONS(130), + [anon_sym_complETE] = ACTIONS(130), + [anon_sym_compLete] = ACTIONS(130), + [anon_sym_compLetE] = ACTIONS(130), + [anon_sym_compLeTe] = ACTIONS(130), + [anon_sym_compLeTE] = ACTIONS(130), + [anon_sym_compLEte] = ACTIONS(130), + [anon_sym_compLEtE] = ACTIONS(130), + [anon_sym_compLETe] = ACTIONS(130), + [anon_sym_compLETE] = ACTIONS(130), + [anon_sym_comPlete] = ACTIONS(130), + [anon_sym_comPletE] = ACTIONS(130), + [anon_sym_comPleTe] = ACTIONS(130), + [anon_sym_comPleTE] = ACTIONS(130), + [anon_sym_comPlEte] = ACTIONS(130), + [anon_sym_comPlEtE] = ACTIONS(130), + [anon_sym_comPlETe] = ACTIONS(130), + [anon_sym_comPlETE] = ACTIONS(130), + [anon_sym_comPLete] = ACTIONS(130), + [anon_sym_comPLetE] = ACTIONS(130), + [anon_sym_comPLeTe] = ACTIONS(130), + [anon_sym_comPLeTE] = ACTIONS(130), + [anon_sym_comPLEte] = ACTIONS(130), + [anon_sym_comPLEtE] = ACTIONS(130), + [anon_sym_comPLETe] = ACTIONS(130), + [anon_sym_comPLETE] = ACTIONS(130), + [anon_sym_coMplete] = ACTIONS(130), + [anon_sym_coMpletE] = ACTIONS(130), + [anon_sym_coMpleTe] = ACTIONS(130), + [anon_sym_coMpleTE] = ACTIONS(130), + [anon_sym_coMplEte] = ACTIONS(130), + [anon_sym_coMplEtE] = ACTIONS(130), + [anon_sym_coMplETe] = ACTIONS(130), + [anon_sym_coMplETE] = ACTIONS(130), + [anon_sym_coMpLete] = ACTIONS(130), + [anon_sym_coMpLetE] = ACTIONS(130), + [anon_sym_coMpLeTe] = ACTIONS(130), + [anon_sym_coMpLeTE] = ACTIONS(130), + [anon_sym_coMpLEte] = ACTIONS(130), + [anon_sym_coMpLEtE] = ACTIONS(130), + [anon_sym_coMpLETe] = ACTIONS(130), + [anon_sym_coMpLETE] = ACTIONS(130), + [anon_sym_coMPlete] = ACTIONS(130), + [anon_sym_coMPletE] = ACTIONS(130), + [anon_sym_coMPleTe] = ACTIONS(130), + [anon_sym_coMPleTE] = ACTIONS(130), + [anon_sym_coMPlEte] = ACTIONS(130), + [anon_sym_coMPlEtE] = ACTIONS(130), + [anon_sym_coMPlETe] = ACTIONS(130), + [anon_sym_coMPlETE] = ACTIONS(130), + [anon_sym_coMPLete] = ACTIONS(130), + [anon_sym_coMPLetE] = ACTIONS(130), + [anon_sym_coMPLeTe] = ACTIONS(130), + [anon_sym_coMPLeTE] = ACTIONS(130), + [anon_sym_coMPLEte] = ACTIONS(130), + [anon_sym_coMPLEtE] = ACTIONS(130), + [anon_sym_coMPLETe] = ACTIONS(130), + [anon_sym_coMPLETE] = ACTIONS(130), + [anon_sym_cOmplete] = ACTIONS(130), + [anon_sym_cOmpletE] = ACTIONS(130), + [anon_sym_cOmpleTe] = ACTIONS(130), + [anon_sym_cOmpleTE] = ACTIONS(130), + [anon_sym_cOmplEte] = ACTIONS(130), + [anon_sym_cOmplEtE] = ACTIONS(130), + [anon_sym_cOmplETe] = ACTIONS(130), + [anon_sym_cOmplETE] = ACTIONS(130), + [anon_sym_cOmpLete] = ACTIONS(130), + [anon_sym_cOmpLetE] = ACTIONS(130), + [anon_sym_cOmpLeTe] = ACTIONS(130), + [anon_sym_cOmpLeTE] = ACTIONS(130), + [anon_sym_cOmpLEte] = ACTIONS(130), + [anon_sym_cOmpLEtE] = ACTIONS(130), + [anon_sym_cOmpLETe] = ACTIONS(130), + [anon_sym_cOmpLETE] = ACTIONS(130), + [anon_sym_cOmPlete] = ACTIONS(130), + [anon_sym_cOmPletE] = ACTIONS(130), + [anon_sym_cOmPleTe] = ACTIONS(130), + [anon_sym_cOmPleTE] = ACTIONS(130), + [anon_sym_cOmPlEte] = ACTIONS(130), + [anon_sym_cOmPlEtE] = ACTIONS(130), + [anon_sym_cOmPlETe] = ACTIONS(130), + [anon_sym_cOmPlETE] = ACTIONS(130), + [anon_sym_cOmPLete] = ACTIONS(130), + [anon_sym_cOmPLetE] = ACTIONS(130), + [anon_sym_cOmPLeTe] = ACTIONS(130), + [anon_sym_cOmPLeTE] = ACTIONS(130), + [anon_sym_cOmPLEte] = ACTIONS(130), + [anon_sym_cOmPLEtE] = ACTIONS(130), + [anon_sym_cOmPLETe] = ACTIONS(130), + [anon_sym_cOmPLETE] = ACTIONS(130), + [anon_sym_cOMplete] = ACTIONS(130), + [anon_sym_cOMpletE] = ACTIONS(130), + [anon_sym_cOMpleTe] = ACTIONS(130), + [anon_sym_cOMpleTE] = ACTIONS(130), + [anon_sym_cOMplEte] = ACTIONS(130), + [anon_sym_cOMplEtE] = ACTIONS(130), + [anon_sym_cOMplETe] = ACTIONS(130), + [anon_sym_cOMplETE] = ACTIONS(130), + [anon_sym_cOMpLete] = ACTIONS(130), + [anon_sym_cOMpLetE] = ACTIONS(130), + [anon_sym_cOMpLeTe] = ACTIONS(130), + [anon_sym_cOMpLeTE] = ACTIONS(130), + [anon_sym_cOMpLEte] = ACTIONS(130), + [anon_sym_cOMpLEtE] = ACTIONS(130), + [anon_sym_cOMpLETe] = ACTIONS(130), + [anon_sym_cOMpLETE] = ACTIONS(130), + [anon_sym_cOMPlete] = ACTIONS(130), + [anon_sym_cOMPletE] = ACTIONS(130), + [anon_sym_cOMPleTe] = ACTIONS(130), + [anon_sym_cOMPleTE] = ACTIONS(130), + [anon_sym_cOMPlEte] = ACTIONS(130), + [anon_sym_cOMPlEtE] = ACTIONS(130), + [anon_sym_cOMPlETe] = ACTIONS(130), + [anon_sym_cOMPlETE] = ACTIONS(130), + [anon_sym_cOMPLete] = ACTIONS(130), + [anon_sym_cOMPLetE] = ACTIONS(130), + [anon_sym_cOMPLeTe] = ACTIONS(130), + [anon_sym_cOMPLeTE] = ACTIONS(130), + [anon_sym_cOMPLEte] = ACTIONS(130), + [anon_sym_cOMPLEtE] = ACTIONS(130), + [anon_sym_cOMPLETe] = ACTIONS(130), + [anon_sym_cOMPLETE] = ACTIONS(130), + [anon_sym_Complete] = ACTIONS(130), + [anon_sym_CompletE] = ACTIONS(130), + [anon_sym_CompleTe] = ACTIONS(130), + [anon_sym_CompleTE] = ACTIONS(130), + [anon_sym_ComplEte] = ACTIONS(130), + [anon_sym_ComplEtE] = ACTIONS(130), + [anon_sym_ComplETe] = ACTIONS(130), + [anon_sym_ComplETE] = ACTIONS(130), + [anon_sym_CompLete] = ACTIONS(130), + [anon_sym_CompLetE] = ACTIONS(130), + [anon_sym_CompLeTe] = ACTIONS(130), + [anon_sym_CompLeTE] = ACTIONS(130), + [anon_sym_CompLEte] = ACTIONS(130), + [anon_sym_CompLEtE] = ACTIONS(130), + [anon_sym_CompLETe] = ACTIONS(130), + [anon_sym_CompLETE] = ACTIONS(130), + [anon_sym_ComPlete] = ACTIONS(130), + [anon_sym_ComPletE] = ACTIONS(130), + [anon_sym_ComPleTe] = ACTIONS(130), + [anon_sym_ComPleTE] = ACTIONS(130), + [anon_sym_ComPlEte] = ACTIONS(130), + [anon_sym_ComPlEtE] = ACTIONS(130), + [anon_sym_ComPlETe] = ACTIONS(130), + [anon_sym_ComPlETE] = ACTIONS(130), + [anon_sym_ComPLete] = ACTIONS(130), + [anon_sym_ComPLetE] = ACTIONS(130), + [anon_sym_ComPLeTe] = ACTIONS(130), + [anon_sym_ComPLeTE] = ACTIONS(130), + [anon_sym_ComPLEte] = ACTIONS(130), + [anon_sym_ComPLEtE] = ACTIONS(130), + [anon_sym_ComPLETe] = ACTIONS(130), + [anon_sym_ComPLETE] = ACTIONS(130), + [anon_sym_CoMplete] = ACTIONS(130), + [anon_sym_CoMpletE] = ACTIONS(130), + [anon_sym_CoMpleTe] = ACTIONS(130), + [anon_sym_CoMpleTE] = ACTIONS(130), + [anon_sym_CoMplEte] = ACTIONS(130), + [anon_sym_CoMplEtE] = ACTIONS(130), + [anon_sym_CoMplETe] = ACTIONS(130), + [anon_sym_CoMplETE] = ACTIONS(130), + [anon_sym_CoMpLete] = ACTIONS(130), + [anon_sym_CoMpLetE] = ACTIONS(130), + [anon_sym_CoMpLeTe] = ACTIONS(130), + [anon_sym_CoMpLeTE] = ACTIONS(130), + [anon_sym_CoMpLEte] = ACTIONS(130), + [anon_sym_CoMpLEtE] = ACTIONS(130), + [anon_sym_CoMpLETe] = ACTIONS(130), + [anon_sym_CoMpLETE] = ACTIONS(130), + [anon_sym_CoMPlete] = ACTIONS(130), + [anon_sym_CoMPletE] = ACTIONS(130), + [anon_sym_CoMPleTe] = ACTIONS(130), + [anon_sym_CoMPleTE] = ACTIONS(130), + [anon_sym_CoMPlEte] = ACTIONS(130), + [anon_sym_CoMPlEtE] = ACTIONS(130), + [anon_sym_CoMPlETe] = ACTIONS(130), + [anon_sym_CoMPlETE] = ACTIONS(130), + [anon_sym_CoMPLete] = ACTIONS(130), + [anon_sym_CoMPLetE] = ACTIONS(130), + [anon_sym_CoMPLeTe] = ACTIONS(130), + [anon_sym_CoMPLeTE] = ACTIONS(130), + [anon_sym_CoMPLEte] = ACTIONS(130), + [anon_sym_CoMPLEtE] = ACTIONS(130), + [anon_sym_CoMPLETe] = ACTIONS(130), + [anon_sym_CoMPLETE] = ACTIONS(130), + [anon_sym_COmplete] = ACTIONS(130), + [anon_sym_COmpletE] = ACTIONS(130), + [anon_sym_COmpleTe] = ACTIONS(130), + [anon_sym_COmpleTE] = ACTIONS(130), + [anon_sym_COmplEte] = ACTIONS(130), + [anon_sym_COmplEtE] = ACTIONS(130), + [anon_sym_COmplETe] = ACTIONS(130), + [anon_sym_COmplETE] = ACTIONS(130), + [anon_sym_COmpLete] = ACTIONS(130), + [anon_sym_COmpLetE] = ACTIONS(130), + [anon_sym_COmpLeTe] = ACTIONS(130), + [anon_sym_COmpLeTE] = ACTIONS(130), + [anon_sym_COmpLEte] = ACTIONS(130), + [anon_sym_COmpLEtE] = ACTIONS(130), + [anon_sym_COmpLETe] = ACTIONS(130), + [anon_sym_COmpLETE] = ACTIONS(130), + [anon_sym_COmPlete] = ACTIONS(130), + [anon_sym_COmPletE] = ACTIONS(130), + [anon_sym_COmPleTe] = ACTIONS(130), + [anon_sym_COmPleTE] = ACTIONS(130), + [anon_sym_COmPlEte] = ACTIONS(130), + [anon_sym_COmPlEtE] = ACTIONS(130), + [anon_sym_COmPlETe] = ACTIONS(130), + [anon_sym_COmPlETE] = ACTIONS(130), + [anon_sym_COmPLete] = ACTIONS(130), + [anon_sym_COmPLetE] = ACTIONS(130), + [anon_sym_COmPLeTe] = ACTIONS(130), + [anon_sym_COmPLeTE] = ACTIONS(130), + [anon_sym_COmPLEte] = ACTIONS(130), + [anon_sym_COmPLEtE] = ACTIONS(130), + [anon_sym_COmPLETe] = ACTIONS(130), + [anon_sym_COmPLETE] = ACTIONS(130), + [anon_sym_COMplete] = ACTIONS(130), + [anon_sym_COMpletE] = ACTIONS(130), + [anon_sym_COMpleTe] = ACTIONS(130), + [anon_sym_COMpleTE] = ACTIONS(130), + [anon_sym_COMplEte] = ACTIONS(130), + [anon_sym_COMplEtE] = ACTIONS(130), + [anon_sym_COMplETe] = ACTIONS(130), + [anon_sym_COMplETE] = ACTIONS(130), + [anon_sym_COMpLete] = ACTIONS(130), + [anon_sym_COMpLetE] = ACTIONS(130), + [anon_sym_COMpLeTe] = ACTIONS(130), + [anon_sym_COMpLeTE] = ACTIONS(130), + [anon_sym_COMpLEte] = ACTIONS(130), + [anon_sym_COMpLEtE] = ACTIONS(130), + [anon_sym_COMpLETe] = ACTIONS(130), + [anon_sym_COMpLETE] = ACTIONS(130), + [anon_sym_COMPlete] = ACTIONS(130), + [anon_sym_COMPletE] = ACTIONS(130), + [anon_sym_COMPleTe] = ACTIONS(130), + [anon_sym_COMPleTE] = ACTIONS(130), + [anon_sym_COMPlEte] = ACTIONS(130), + [anon_sym_COMPlEtE] = ACTIONS(130), + [anon_sym_COMPlETe] = ACTIONS(130), + [anon_sym_COMPlETE] = ACTIONS(130), + [anon_sym_COMPLete] = ACTIONS(130), + [anon_sym_COMPLetE] = ACTIONS(130), + [anon_sym_COMPLeTe] = ACTIONS(130), + [anon_sym_COMPLeTE] = ACTIONS(130), + [anon_sym_COMPLEte] = ACTIONS(130), + [anon_sym_COMPLEtE] = ACTIONS(130), + [anon_sym_COMPLETe] = ACTIONS(130), + [anon_sym_COMPLETE] = ACTIONS(130), + [anon_sym_if] = ACTIONS(130), + [anon_sym_iF] = ACTIONS(130), + [anon_sym_If] = ACTIONS(130), + [anon_sym_IF] = ACTIONS(130), + [anon_sym_else] = ACTIONS(130), + [anon_sym_elsE] = ACTIONS(130), + [anon_sym_elSe] = ACTIONS(130), + [anon_sym_elSE] = ACTIONS(130), + [anon_sym_eLse] = ACTIONS(130), + [anon_sym_eLsE] = ACTIONS(130), + [anon_sym_eLSe] = ACTIONS(130), + [anon_sym_eLSE] = ACTIONS(130), + [anon_sym_Else] = ACTIONS(130), + [anon_sym_ElsE] = ACTIONS(130), + [anon_sym_ElSe] = ACTIONS(130), + [anon_sym_ElSE] = ACTIONS(130), + [anon_sym_ELse] = ACTIONS(130), + [anon_sym_ELsE] = ACTIONS(130), + [anon_sym_ELSe] = ACTIONS(130), + [anon_sym_ELSE] = ACTIONS(130), + [anon_sym_elseif] = ACTIONS(130), + [anon_sym_elseiF] = ACTIONS(130), + [anon_sym_elseIf] = ACTIONS(130), + [anon_sym_elseIF] = ACTIONS(130), + [anon_sym_elsEif] = ACTIONS(130), + [anon_sym_elsEiF] = ACTIONS(130), + [anon_sym_elsEIf] = ACTIONS(130), + [anon_sym_elsEIF] = ACTIONS(130), + [anon_sym_elSeif] = ACTIONS(130), + [anon_sym_elSeiF] = ACTIONS(130), + [anon_sym_elSeIf] = ACTIONS(130), + [anon_sym_elSeIF] = ACTIONS(130), + [anon_sym_elSEif] = ACTIONS(130), + [anon_sym_elSEiF] = ACTIONS(130), + [anon_sym_elSEIf] = ACTIONS(130), + [anon_sym_elSEIF] = ACTIONS(130), + [anon_sym_eLseif] = ACTIONS(130), + [anon_sym_eLseiF] = ACTIONS(130), + [anon_sym_eLseIf] = ACTIONS(130), + [anon_sym_eLseIF] = ACTIONS(130), + [anon_sym_eLsEif] = ACTIONS(130), + [anon_sym_eLsEiF] = ACTIONS(130), + [anon_sym_eLsEIf] = ACTIONS(130), + [anon_sym_eLsEIF] = ACTIONS(130), + [anon_sym_eLSeif] = ACTIONS(130), + [anon_sym_eLSeiF] = ACTIONS(130), + [anon_sym_eLSeIf] = ACTIONS(130), + [anon_sym_eLSeIF] = ACTIONS(130), + [anon_sym_eLSEif] = ACTIONS(130), + [anon_sym_eLSEiF] = ACTIONS(130), + [anon_sym_eLSEIf] = ACTIONS(130), + [anon_sym_eLSEIF] = ACTIONS(130), + [anon_sym_Elseif] = ACTIONS(130), + [anon_sym_ElseiF] = ACTIONS(130), + [anon_sym_ElseIf] = ACTIONS(130), + [anon_sym_ElseIF] = ACTIONS(130), + [anon_sym_ElsEif] = ACTIONS(130), + [anon_sym_ElsEiF] = ACTIONS(130), + [anon_sym_ElsEIf] = ACTIONS(130), + [anon_sym_ElsEIF] = ACTIONS(130), + [anon_sym_ElSeif] = ACTIONS(130), + [anon_sym_ElSeiF] = ACTIONS(130), + [anon_sym_ElSeIf] = ACTIONS(130), + [anon_sym_ElSeIF] = ACTIONS(130), + [anon_sym_ElSEif] = ACTIONS(130), + [anon_sym_ElSEiF] = ACTIONS(130), + [anon_sym_ElSEIf] = ACTIONS(130), + [anon_sym_ElSEIF] = ACTIONS(130), + [anon_sym_ELseif] = ACTIONS(130), + [anon_sym_ELseiF] = ACTIONS(130), + [anon_sym_ELseIf] = ACTIONS(130), + [anon_sym_ELseIF] = ACTIONS(130), + [anon_sym_ELsEif] = ACTIONS(130), + [anon_sym_ELsEiF] = ACTIONS(130), + [anon_sym_ELsEIf] = ACTIONS(130), + [anon_sym_ELsEIF] = ACTIONS(130), + [anon_sym_ELSeif] = ACTIONS(130), + [anon_sym_ELSeiF] = ACTIONS(130), + [anon_sym_ELSeIf] = ACTIONS(130), + [anon_sym_ELSeIF] = ACTIONS(130), + [anon_sym_ELSEif] = ACTIONS(130), + [anon_sym_ELSEiF] = ACTIONS(130), + [anon_sym_ELSEIf] = ACTIONS(130), + [anon_sym_ELSEIF] = ACTIONS(130), + [anon_sym_endif] = ACTIONS(130), + [anon_sym_endiF] = ACTIONS(130), + [anon_sym_endIf] = ACTIONS(130), + [anon_sym_endIF] = ACTIONS(130), + [anon_sym_enDif] = ACTIONS(130), + [anon_sym_enDiF] = ACTIONS(130), + [anon_sym_enDIf] = ACTIONS(130), + [anon_sym_enDIF] = ACTIONS(130), + [anon_sym_eNdif] = ACTIONS(130), + [anon_sym_eNdiF] = ACTIONS(130), + [anon_sym_eNdIf] = ACTIONS(130), + [anon_sym_eNdIF] = ACTIONS(130), + [anon_sym_eNDif] = ACTIONS(130), + [anon_sym_eNDiF] = ACTIONS(130), + [anon_sym_eNDIf] = ACTIONS(130), + [anon_sym_eNDIF] = ACTIONS(130), + [anon_sym_Endif] = ACTIONS(130), + [anon_sym_EndiF] = ACTIONS(130), + [anon_sym_EndIf] = ACTIONS(130), + [anon_sym_EndIF] = ACTIONS(130), + [anon_sym_EnDif] = ACTIONS(130), + [anon_sym_EnDiF] = ACTIONS(130), + [anon_sym_EnDIf] = ACTIONS(130), + [anon_sym_EnDIF] = ACTIONS(130), + [anon_sym_ENdif] = ACTIONS(130), + [anon_sym_ENdiF] = ACTIONS(130), + [anon_sym_ENdIf] = ACTIONS(130), + [anon_sym_ENdIF] = ACTIONS(130), + [anon_sym_ENDif] = ACTIONS(130), + [anon_sym_ENDiF] = ACTIONS(130), + [anon_sym_ENDIf] = ACTIONS(130), + [anon_sym_ENDIF] = ACTIONS(130), + [anon_sym_while] = ACTIONS(130), + [anon_sym_whilE] = ACTIONS(130), + [anon_sym_whiLe] = ACTIONS(130), + [anon_sym_whiLE] = ACTIONS(130), + [anon_sym_whIle] = ACTIONS(130), + [anon_sym_whIlE] = ACTIONS(130), + [anon_sym_whILe] = ACTIONS(130), + [anon_sym_whILE] = ACTIONS(130), + [anon_sym_wHile] = ACTIONS(130), + [anon_sym_wHilE] = ACTIONS(130), + [anon_sym_wHiLe] = ACTIONS(130), + [anon_sym_wHiLE] = ACTIONS(130), + [anon_sym_wHIle] = ACTIONS(130), + [anon_sym_wHIlE] = ACTIONS(130), + [anon_sym_wHILe] = ACTIONS(130), + [anon_sym_wHILE] = ACTIONS(130), + [anon_sym_While] = ACTIONS(130), + [anon_sym_WhilE] = ACTIONS(130), + [anon_sym_WhiLe] = ACTIONS(130), + [anon_sym_WhiLE] = ACTIONS(130), + [anon_sym_WhIle] = ACTIONS(130), + [anon_sym_WhIlE] = ACTIONS(130), + [anon_sym_WhILe] = ACTIONS(130), + [anon_sym_WhILE] = ACTIONS(130), + [anon_sym_WHile] = ACTIONS(130), + [anon_sym_WHilE] = ACTIONS(130), + [anon_sym_WHiLe] = ACTIONS(130), + [anon_sym_WHiLE] = ACTIONS(130), + [anon_sym_WHIle] = ACTIONS(130), + [anon_sym_WHIlE] = ACTIONS(130), + [anon_sym_WHILe] = ACTIONS(130), + [anon_sym_WHILE] = ACTIONS(130), + [anon_sym_endwhile] = ACTIONS(130), + [anon_sym_endwhilE] = ACTIONS(130), + [anon_sym_endwhiLe] = ACTIONS(130), + [anon_sym_endwhiLE] = ACTIONS(130), + [anon_sym_endwhIle] = ACTIONS(130), + [anon_sym_endwhIlE] = ACTIONS(130), + [anon_sym_endwhILe] = ACTIONS(130), + [anon_sym_endwhILE] = ACTIONS(130), + [anon_sym_endwHile] = ACTIONS(130), + [anon_sym_endwHilE] = ACTIONS(130), + [anon_sym_endwHiLe] = ACTIONS(130), + [anon_sym_endwHiLE] = ACTIONS(130), + [anon_sym_endwHIle] = ACTIONS(130), + [anon_sym_endwHIlE] = ACTIONS(130), + [anon_sym_endwHILe] = ACTIONS(130), + [anon_sym_endwHILE] = ACTIONS(130), + [anon_sym_endWhile] = ACTIONS(130), + [anon_sym_endWhilE] = ACTIONS(130), + [anon_sym_endWhiLe] = ACTIONS(130), + [anon_sym_endWhiLE] = ACTIONS(130), + [anon_sym_endWhIle] = ACTIONS(130), + [anon_sym_endWhIlE] = ACTIONS(130), + [anon_sym_endWhILe] = ACTIONS(130), + [anon_sym_endWhILE] = ACTIONS(130), + [anon_sym_endWHile] = ACTIONS(130), + [anon_sym_endWHilE] = ACTIONS(130), + [anon_sym_endWHiLe] = ACTIONS(130), + [anon_sym_endWHiLE] = ACTIONS(130), + [anon_sym_endWHIle] = ACTIONS(130), + [anon_sym_endWHIlE] = ACTIONS(130), + [anon_sym_endWHILe] = ACTIONS(130), + [anon_sym_endWHILE] = ACTIONS(130), + [anon_sym_enDwhile] = ACTIONS(130), + [anon_sym_enDwhilE] = ACTIONS(130), + [anon_sym_enDwhiLe] = ACTIONS(130), + [anon_sym_enDwhiLE] = ACTIONS(130), + [anon_sym_enDwhIle] = ACTIONS(130), + [anon_sym_enDwhIlE] = ACTIONS(130), + [anon_sym_enDwhILe] = ACTIONS(130), + [anon_sym_enDwhILE] = ACTIONS(130), + [anon_sym_enDwHile] = ACTIONS(130), + [anon_sym_enDwHilE] = ACTIONS(130), + [anon_sym_enDwHiLe] = ACTIONS(130), + [anon_sym_enDwHiLE] = ACTIONS(130), + [anon_sym_enDwHIle] = ACTIONS(130), + [anon_sym_enDwHIlE] = ACTIONS(130), + [anon_sym_enDwHILe] = ACTIONS(130), + [anon_sym_enDwHILE] = ACTIONS(130), + [anon_sym_enDWhile] = ACTIONS(130), + [anon_sym_enDWhilE] = ACTIONS(130), + [anon_sym_enDWhiLe] = ACTIONS(130), + [anon_sym_enDWhiLE] = ACTIONS(130), + [anon_sym_enDWhIle] = ACTIONS(130), + [anon_sym_enDWhIlE] = ACTIONS(130), + [anon_sym_enDWhILe] = ACTIONS(130), + [anon_sym_enDWhILE] = ACTIONS(130), + [anon_sym_enDWHile] = ACTIONS(130), + [anon_sym_enDWHilE] = ACTIONS(130), + [anon_sym_enDWHiLe] = ACTIONS(130), + [anon_sym_enDWHiLE] = ACTIONS(130), + [anon_sym_enDWHIle] = ACTIONS(130), + [anon_sym_enDWHIlE] = ACTIONS(130), + [anon_sym_enDWHILe] = ACTIONS(130), + [anon_sym_enDWHILE] = ACTIONS(130), + [anon_sym_eNdwhile] = ACTIONS(130), + [anon_sym_eNdwhilE] = ACTIONS(130), + [anon_sym_eNdwhiLe] = ACTIONS(130), + [anon_sym_eNdwhiLE] = ACTIONS(130), + [anon_sym_eNdwhIle] = ACTIONS(130), + [anon_sym_eNdwhIlE] = ACTIONS(130), + [anon_sym_eNdwhILe] = ACTIONS(130), + [anon_sym_eNdwhILE] = ACTIONS(130), + [anon_sym_eNdwHile] = ACTIONS(130), + [anon_sym_eNdwHilE] = ACTIONS(130), + [anon_sym_eNdwHiLe] = ACTIONS(130), + [anon_sym_eNdwHiLE] = ACTIONS(130), + [anon_sym_eNdwHIle] = ACTIONS(130), + [anon_sym_eNdwHIlE] = ACTIONS(130), + [anon_sym_eNdwHILe] = ACTIONS(130), + [anon_sym_eNdwHILE] = ACTIONS(130), + [anon_sym_eNdWhile] = ACTIONS(130), + [anon_sym_eNdWhilE] = ACTIONS(130), + [anon_sym_eNdWhiLe] = ACTIONS(130), + [anon_sym_eNdWhiLE] = ACTIONS(130), + [anon_sym_eNdWhIle] = ACTIONS(130), + [anon_sym_eNdWhIlE] = ACTIONS(130), + [anon_sym_eNdWhILe] = ACTIONS(130), + [anon_sym_eNdWhILE] = ACTIONS(130), + [anon_sym_eNdWHile] = ACTIONS(130), + [anon_sym_eNdWHilE] = ACTIONS(130), + [anon_sym_eNdWHiLe] = ACTIONS(130), + [anon_sym_eNdWHiLE] = ACTIONS(130), + [anon_sym_eNdWHIle] = ACTIONS(130), + [anon_sym_eNdWHIlE] = ACTIONS(130), + [anon_sym_eNdWHILe] = ACTIONS(130), + [anon_sym_eNdWHILE] = ACTIONS(130), + [anon_sym_eNDwhile] = ACTIONS(130), + [anon_sym_eNDwhilE] = ACTIONS(130), + [anon_sym_eNDwhiLe] = ACTIONS(130), + [anon_sym_eNDwhiLE] = ACTIONS(130), + [anon_sym_eNDwhIle] = ACTIONS(130), + [anon_sym_eNDwhIlE] = ACTIONS(130), + [anon_sym_eNDwhILe] = ACTIONS(130), + [anon_sym_eNDwhILE] = ACTIONS(130), + [anon_sym_eNDwHile] = ACTIONS(130), + [anon_sym_eNDwHilE] = ACTIONS(130), + [anon_sym_eNDwHiLe] = ACTIONS(130), + [anon_sym_eNDwHiLE] = ACTIONS(130), + [anon_sym_eNDwHIle] = ACTIONS(130), + [anon_sym_eNDwHIlE] = ACTIONS(130), + [anon_sym_eNDwHILe] = ACTIONS(130), + [anon_sym_eNDwHILE] = ACTIONS(130), + [anon_sym_eNDWhile] = ACTIONS(130), + [anon_sym_eNDWhilE] = ACTIONS(130), + [anon_sym_eNDWhiLe] = ACTIONS(130), + [anon_sym_eNDWhiLE] = ACTIONS(130), + [anon_sym_eNDWhIle] = ACTIONS(130), + [anon_sym_eNDWhIlE] = ACTIONS(130), + [anon_sym_eNDWhILe] = ACTIONS(130), + [anon_sym_eNDWhILE] = ACTIONS(130), + [anon_sym_eNDWHile] = ACTIONS(130), + [anon_sym_eNDWHilE] = ACTIONS(130), + [anon_sym_eNDWHiLe] = ACTIONS(130), + [anon_sym_eNDWHiLE] = ACTIONS(130), + [anon_sym_eNDWHIle] = ACTIONS(130), + [anon_sym_eNDWHIlE] = ACTIONS(130), + [anon_sym_eNDWHILe] = ACTIONS(130), + [anon_sym_eNDWHILE] = ACTIONS(130), + [anon_sym_Endwhile] = ACTIONS(130), + [anon_sym_EndwhilE] = ACTIONS(130), + [anon_sym_EndwhiLe] = ACTIONS(130), + [anon_sym_EndwhiLE] = ACTIONS(130), + [anon_sym_EndwhIle] = ACTIONS(130), + [anon_sym_EndwhIlE] = ACTIONS(130), + [anon_sym_EndwhILe] = ACTIONS(130), + [anon_sym_EndwhILE] = ACTIONS(130), + [anon_sym_EndwHile] = ACTIONS(130), + [anon_sym_EndwHilE] = ACTIONS(130), + [anon_sym_EndwHiLe] = ACTIONS(130), + [anon_sym_EndwHiLE] = ACTIONS(130), + [anon_sym_EndwHIle] = ACTIONS(130), + [anon_sym_EndwHIlE] = ACTIONS(130), + [anon_sym_EndwHILe] = ACTIONS(130), + [anon_sym_EndwHILE] = ACTIONS(130), + [anon_sym_EndWhile] = ACTIONS(130), + [anon_sym_EndWhilE] = ACTIONS(130), + [anon_sym_EndWhiLe] = ACTIONS(130), + [anon_sym_EndWhiLE] = ACTIONS(130), + [anon_sym_EndWhIle] = ACTIONS(130), + [anon_sym_EndWhIlE] = ACTIONS(130), + [anon_sym_EndWhILe] = ACTIONS(130), + [anon_sym_EndWhILE] = ACTIONS(130), + [anon_sym_EndWHile] = ACTIONS(130), + [anon_sym_EndWHilE] = ACTIONS(130), + [anon_sym_EndWHiLe] = ACTIONS(130), + [anon_sym_EndWHiLE] = ACTIONS(130), + [anon_sym_EndWHIle] = ACTIONS(130), + [anon_sym_EndWHIlE] = ACTIONS(130), + [anon_sym_EndWHILe] = ACTIONS(130), + [anon_sym_EndWHILE] = ACTIONS(130), + [anon_sym_EnDwhile] = ACTIONS(130), + [anon_sym_EnDwhilE] = ACTIONS(130), + [anon_sym_EnDwhiLe] = ACTIONS(130), + [anon_sym_EnDwhiLE] = ACTIONS(130), + [anon_sym_EnDwhIle] = ACTIONS(130), + [anon_sym_EnDwhIlE] = ACTIONS(130), + [anon_sym_EnDwhILe] = ACTIONS(130), + [anon_sym_EnDwhILE] = ACTIONS(130), + [anon_sym_EnDwHile] = ACTIONS(130), + [anon_sym_EnDwHilE] = ACTIONS(130), + [anon_sym_EnDwHiLe] = ACTIONS(130), + [anon_sym_EnDwHiLE] = ACTIONS(130), + [anon_sym_EnDwHIle] = ACTIONS(130), + [anon_sym_EnDwHIlE] = ACTIONS(130), + [anon_sym_EnDwHILe] = ACTIONS(130), + [anon_sym_EnDwHILE] = ACTIONS(130), + [anon_sym_EnDWhile] = ACTIONS(130), + [anon_sym_EnDWhilE] = ACTIONS(130), + [anon_sym_EnDWhiLe] = ACTIONS(130), + [anon_sym_EnDWhiLE] = ACTIONS(130), + [anon_sym_EnDWhIle] = ACTIONS(130), + [anon_sym_EnDWhIlE] = ACTIONS(130), + [anon_sym_EnDWhILe] = ACTIONS(130), + [anon_sym_EnDWhILE] = ACTIONS(130), + [anon_sym_EnDWHile] = ACTIONS(130), + [anon_sym_EnDWHilE] = ACTIONS(130), + [anon_sym_EnDWHiLe] = ACTIONS(130), + [anon_sym_EnDWHiLE] = ACTIONS(130), + [anon_sym_EnDWHIle] = ACTIONS(130), + [anon_sym_EnDWHIlE] = ACTIONS(130), + [anon_sym_EnDWHILe] = ACTIONS(130), + [anon_sym_EnDWHILE] = ACTIONS(130), + [anon_sym_ENdwhile] = ACTIONS(130), + [anon_sym_ENdwhilE] = ACTIONS(130), + [anon_sym_ENdwhiLe] = ACTIONS(130), + [anon_sym_ENdwhiLE] = ACTIONS(130), + [anon_sym_ENdwhIle] = ACTIONS(130), + [anon_sym_ENdwhIlE] = ACTIONS(130), + [anon_sym_ENdwhILe] = ACTIONS(130), + [anon_sym_ENdwhILE] = ACTIONS(130), + [anon_sym_ENdwHile] = ACTIONS(130), + [anon_sym_ENdwHilE] = ACTIONS(130), + [anon_sym_ENdwHiLe] = ACTIONS(130), + [anon_sym_ENdwHiLE] = ACTIONS(130), + [anon_sym_ENdwHIle] = ACTIONS(130), + [anon_sym_ENdwHIlE] = ACTIONS(130), + [anon_sym_ENdwHILe] = ACTIONS(130), + [anon_sym_ENdwHILE] = ACTIONS(130), + [anon_sym_ENdWhile] = ACTIONS(130), + [anon_sym_ENdWhilE] = ACTIONS(130), + [anon_sym_ENdWhiLe] = ACTIONS(130), + [anon_sym_ENdWhiLE] = ACTIONS(130), + [anon_sym_ENdWhIle] = ACTIONS(130), + [anon_sym_ENdWhIlE] = ACTIONS(130), + [anon_sym_ENdWhILe] = ACTIONS(130), + [anon_sym_ENdWhILE] = ACTIONS(130), + [anon_sym_ENdWHile] = ACTIONS(130), + [anon_sym_ENdWHilE] = ACTIONS(130), + [anon_sym_ENdWHiLe] = ACTIONS(130), + [anon_sym_ENdWHiLE] = ACTIONS(130), + [anon_sym_ENdWHIle] = ACTIONS(130), + [anon_sym_ENdWHIlE] = ACTIONS(130), + [anon_sym_ENdWHILe] = ACTIONS(130), + [anon_sym_ENdWHILE] = ACTIONS(130), + [anon_sym_ENDwhile] = ACTIONS(130), + [anon_sym_ENDwhilE] = ACTIONS(130), + [anon_sym_ENDwhiLe] = ACTIONS(130), + [anon_sym_ENDwhiLE] = ACTIONS(130), + [anon_sym_ENDwhIle] = ACTIONS(130), + [anon_sym_ENDwhIlE] = ACTIONS(130), + [anon_sym_ENDwhILe] = ACTIONS(130), + [anon_sym_ENDwhILE] = ACTIONS(130), + [anon_sym_ENDwHile] = ACTIONS(130), + [anon_sym_ENDwHilE] = ACTIONS(130), + [anon_sym_ENDwHiLe] = ACTIONS(130), + [anon_sym_ENDwHiLE] = ACTIONS(130), + [anon_sym_ENDwHIle] = ACTIONS(130), + [anon_sym_ENDwHIlE] = ACTIONS(130), + [anon_sym_ENDwHILe] = ACTIONS(130), + [anon_sym_ENDwHILE] = ACTIONS(130), + [anon_sym_ENDWhile] = ACTIONS(130), + [anon_sym_ENDWhilE] = ACTIONS(130), + [anon_sym_ENDWhiLe] = ACTIONS(130), + [anon_sym_ENDWhiLE] = ACTIONS(130), + [anon_sym_ENDWhIle] = ACTIONS(130), + [anon_sym_ENDWhIlE] = ACTIONS(130), + [anon_sym_ENDWhILe] = ACTIONS(130), + [anon_sym_ENDWhILE] = ACTIONS(130), + [anon_sym_ENDWHile] = ACTIONS(130), + [anon_sym_ENDWHilE] = ACTIONS(130), + [anon_sym_ENDWHiLe] = ACTIONS(130), + [anon_sym_ENDWHiLE] = ACTIONS(130), + [anon_sym_ENDWHIle] = ACTIONS(130), + [anon_sym_ENDWHIlE] = ACTIONS(130), + [anon_sym_ENDWHILe] = ACTIONS(130), + [anon_sym_ENDWHILE] = ACTIONS(130), + [anon_sym_detector] = ACTIONS(130), + [anon_sym_detectoR] = ACTIONS(130), + [anon_sym_detectOr] = ACTIONS(130), + [anon_sym_detectOR] = ACTIONS(130), + [anon_sym_detecTor] = ACTIONS(130), + [anon_sym_detecToR] = ACTIONS(130), + [anon_sym_detecTOr] = ACTIONS(130), + [anon_sym_detecTOR] = ACTIONS(130), + [anon_sym_deteCtor] = ACTIONS(130), + [anon_sym_deteCtoR] = ACTIONS(130), + [anon_sym_deteCtOr] = ACTIONS(130), + [anon_sym_deteCtOR] = ACTIONS(130), + [anon_sym_deteCTor] = ACTIONS(130), + [anon_sym_deteCToR] = ACTIONS(130), + [anon_sym_deteCTOr] = ACTIONS(130), + [anon_sym_deteCTOR] = ACTIONS(130), + [anon_sym_detEctor] = ACTIONS(130), + [anon_sym_detEctoR] = ACTIONS(130), + [anon_sym_detEctOr] = ACTIONS(130), + [anon_sym_detEctOR] = ACTIONS(130), + [anon_sym_detEcTor] = ACTIONS(130), + [anon_sym_detEcToR] = ACTIONS(130), + [anon_sym_detEcTOr] = ACTIONS(130), + [anon_sym_detEcTOR] = ACTIONS(130), + [anon_sym_detECtor] = ACTIONS(130), + [anon_sym_detECtoR] = ACTIONS(130), + [anon_sym_detECtOr] = ACTIONS(130), + [anon_sym_detECtOR] = ACTIONS(130), + [anon_sym_detECTor] = ACTIONS(130), + [anon_sym_detECToR] = ACTIONS(130), + [anon_sym_detECTOr] = ACTIONS(130), + [anon_sym_detECTOR] = ACTIONS(130), + [anon_sym_deTector] = ACTIONS(130), + [anon_sym_deTectoR] = ACTIONS(130), + [anon_sym_deTectOr] = ACTIONS(130), + [anon_sym_deTectOR] = ACTIONS(130), + [anon_sym_deTecTor] = ACTIONS(130), + [anon_sym_deTecToR] = ACTIONS(130), + [anon_sym_deTecTOr] = ACTIONS(130), + [anon_sym_deTecTOR] = ACTIONS(130), + [anon_sym_deTeCtor] = ACTIONS(130), + [anon_sym_deTeCtoR] = ACTIONS(130), + [anon_sym_deTeCtOr] = ACTIONS(130), + [anon_sym_deTeCtOR] = ACTIONS(130), + [anon_sym_deTeCTor] = ACTIONS(130), + [anon_sym_deTeCToR] = ACTIONS(130), + [anon_sym_deTeCTOr] = ACTIONS(130), + [anon_sym_deTeCTOR] = ACTIONS(130), + [anon_sym_deTEctor] = ACTIONS(130), + [anon_sym_deTEctoR] = ACTIONS(130), + [anon_sym_deTEctOr] = ACTIONS(130), + [anon_sym_deTEctOR] = ACTIONS(130), + [anon_sym_deTEcTor] = ACTIONS(130), + [anon_sym_deTEcToR] = ACTIONS(130), + [anon_sym_deTEcTOr] = ACTIONS(130), + [anon_sym_deTEcTOR] = ACTIONS(130), + [anon_sym_deTECtor] = ACTIONS(130), + [anon_sym_deTECtoR] = ACTIONS(130), + [anon_sym_deTECtOr] = ACTIONS(130), + [anon_sym_deTECtOR] = ACTIONS(130), + [anon_sym_deTECTor] = ACTIONS(130), + [anon_sym_deTECToR] = ACTIONS(130), + [anon_sym_deTECTOr] = ACTIONS(130), + [anon_sym_deTECTOR] = ACTIONS(130), + [anon_sym_dEtector] = ACTIONS(130), + [anon_sym_dEtectoR] = ACTIONS(130), + [anon_sym_dEtectOr] = ACTIONS(130), + [anon_sym_dEtectOR] = ACTIONS(130), + [anon_sym_dEtecTor] = ACTIONS(130), + [anon_sym_dEtecToR] = ACTIONS(130), + [anon_sym_dEtecTOr] = ACTIONS(130), + [anon_sym_dEtecTOR] = ACTIONS(130), + [anon_sym_dEteCtor] = ACTIONS(130), + [anon_sym_dEteCtoR] = ACTIONS(130), + [anon_sym_dEteCtOr] = ACTIONS(130), + [anon_sym_dEteCtOR] = ACTIONS(130), + [anon_sym_dEteCTor] = ACTIONS(130), + [anon_sym_dEteCToR] = ACTIONS(130), + [anon_sym_dEteCTOr] = ACTIONS(130), + [anon_sym_dEteCTOR] = ACTIONS(130), + [anon_sym_dEtEctor] = ACTIONS(130), + [anon_sym_dEtEctoR] = ACTIONS(130), + [anon_sym_dEtEctOr] = ACTIONS(130), + [anon_sym_dEtEctOR] = ACTIONS(130), + [anon_sym_dEtEcTor] = ACTIONS(130), + [anon_sym_dEtEcToR] = ACTIONS(130), + [anon_sym_dEtEcTOr] = ACTIONS(130), + [anon_sym_dEtEcTOR] = ACTIONS(130), + [anon_sym_dEtECtor] = ACTIONS(130), + [anon_sym_dEtECtoR] = ACTIONS(130), + [anon_sym_dEtECtOr] = ACTIONS(130), + [anon_sym_dEtECtOR] = ACTIONS(130), + [anon_sym_dEtECTor] = ACTIONS(130), + [anon_sym_dEtECToR] = ACTIONS(130), + [anon_sym_dEtECTOr] = ACTIONS(130), + [anon_sym_dEtECTOR] = ACTIONS(130), + [anon_sym_dETector] = ACTIONS(130), + [anon_sym_dETectoR] = ACTIONS(130), + [anon_sym_dETectOr] = ACTIONS(130), + [anon_sym_dETectOR] = ACTIONS(130), + [anon_sym_dETecTor] = ACTIONS(130), + [anon_sym_dETecToR] = ACTIONS(130), + [anon_sym_dETecTOr] = ACTIONS(130), + [anon_sym_dETecTOR] = ACTIONS(130), + [anon_sym_dETeCtor] = ACTIONS(130), + [anon_sym_dETeCtoR] = ACTIONS(130), + [anon_sym_dETeCtOr] = ACTIONS(130), + [anon_sym_dETeCtOR] = ACTIONS(130), + [anon_sym_dETeCTor] = ACTIONS(130), + [anon_sym_dETeCToR] = ACTIONS(130), + [anon_sym_dETeCTOr] = ACTIONS(130), + [anon_sym_dETeCTOR] = ACTIONS(130), + [anon_sym_dETEctor] = ACTIONS(130), + [anon_sym_dETEctoR] = ACTIONS(130), + [anon_sym_dETEctOr] = ACTIONS(130), + [anon_sym_dETEctOR] = ACTIONS(130), + [anon_sym_dETEcTor] = ACTIONS(130), + [anon_sym_dETEcToR] = ACTIONS(130), + [anon_sym_dETEcTOr] = ACTIONS(130), + [anon_sym_dETEcTOR] = ACTIONS(130), + [anon_sym_dETECtor] = ACTIONS(130), + [anon_sym_dETECtoR] = ACTIONS(130), + [anon_sym_dETECtOr] = ACTIONS(130), + [anon_sym_dETECtOR] = ACTIONS(130), + [anon_sym_dETECTor] = ACTIONS(130), + [anon_sym_dETECToR] = ACTIONS(130), + [anon_sym_dETECTOr] = ACTIONS(130), + [anon_sym_dETECTOR] = ACTIONS(130), + [anon_sym_Detector] = ACTIONS(130), + [anon_sym_DetectoR] = ACTIONS(130), + [anon_sym_DetectOr] = ACTIONS(130), + [anon_sym_DetectOR] = ACTIONS(130), + [anon_sym_DetecTor] = ACTIONS(130), + [anon_sym_DetecToR] = ACTIONS(130), + [anon_sym_DetecTOr] = ACTIONS(130), + [anon_sym_DetecTOR] = ACTIONS(130), + [anon_sym_DeteCtor] = ACTIONS(130), + [anon_sym_DeteCtoR] = ACTIONS(130), + [anon_sym_DeteCtOr] = ACTIONS(130), + [anon_sym_DeteCtOR] = ACTIONS(130), + [anon_sym_DeteCTor] = ACTIONS(130), + [anon_sym_DeteCToR] = ACTIONS(130), + [anon_sym_DeteCTOr] = ACTIONS(130), + [anon_sym_DeteCTOR] = ACTIONS(130), + [anon_sym_DetEctor] = ACTIONS(130), + [anon_sym_DetEctoR] = ACTIONS(130), + [anon_sym_DetEctOr] = ACTIONS(130), + [anon_sym_DetEctOR] = ACTIONS(130), + [anon_sym_DetEcTor] = ACTIONS(130), + [anon_sym_DetEcToR] = ACTIONS(130), + [anon_sym_DetEcTOr] = ACTIONS(130), + [anon_sym_DetEcTOR] = ACTIONS(130), + [anon_sym_DetECtor] = ACTIONS(130), + [anon_sym_DetECtoR] = ACTIONS(130), + [anon_sym_DetECtOr] = ACTIONS(130), + [anon_sym_DetECtOR] = ACTIONS(130), + [anon_sym_DetECTor] = ACTIONS(130), + [anon_sym_DetECToR] = ACTIONS(130), + [anon_sym_DetECTOr] = ACTIONS(130), + [anon_sym_DetECTOR] = ACTIONS(130), + [anon_sym_DeTector] = ACTIONS(130), + [anon_sym_DeTectoR] = ACTIONS(130), + [anon_sym_DeTectOr] = ACTIONS(130), + [anon_sym_DeTectOR] = ACTIONS(130), + [anon_sym_DeTecTor] = ACTIONS(130), + [anon_sym_DeTecToR] = ACTIONS(130), + [anon_sym_DeTecTOr] = ACTIONS(130), + [anon_sym_DeTecTOR] = ACTIONS(130), + [anon_sym_DeTeCtor] = ACTIONS(130), + [anon_sym_DeTeCtoR] = ACTIONS(130), + [anon_sym_DeTeCtOr] = ACTIONS(130), + [anon_sym_DeTeCtOR] = ACTIONS(130), + [anon_sym_DeTeCTor] = ACTIONS(130), + [anon_sym_DeTeCToR] = ACTIONS(130), + [anon_sym_DeTeCTOr] = ACTIONS(130), + [anon_sym_DeTeCTOR] = ACTIONS(130), + [anon_sym_DeTEctor] = ACTIONS(130), + [anon_sym_DeTEctoR] = ACTIONS(130), + [anon_sym_DeTEctOr] = ACTIONS(130), + [anon_sym_DeTEctOR] = ACTIONS(130), + [anon_sym_DeTEcTor] = ACTIONS(130), + [anon_sym_DeTEcToR] = ACTIONS(130), + [anon_sym_DeTEcTOr] = ACTIONS(130), + [anon_sym_DeTEcTOR] = ACTIONS(130), + [anon_sym_DeTECtor] = ACTIONS(130), + [anon_sym_DeTECtoR] = ACTIONS(130), + [anon_sym_DeTECtOr] = ACTIONS(130), + [anon_sym_DeTECtOR] = ACTIONS(130), + [anon_sym_DeTECTor] = ACTIONS(130), + [anon_sym_DeTECToR] = ACTIONS(130), + [anon_sym_DeTECTOr] = ACTIONS(130), + [anon_sym_DeTECTOR] = ACTIONS(130), + [anon_sym_DEtector] = ACTIONS(130), + [anon_sym_DEtectoR] = ACTIONS(130), + [anon_sym_DEtectOr] = ACTIONS(130), + [anon_sym_DEtectOR] = ACTIONS(130), + [anon_sym_DEtecTor] = ACTIONS(130), + [anon_sym_DEtecToR] = ACTIONS(130), + [anon_sym_DEtecTOr] = ACTIONS(130), + [anon_sym_DEtecTOR] = ACTIONS(130), + [anon_sym_DEteCtor] = ACTIONS(130), + [anon_sym_DEteCtoR] = ACTIONS(130), + [anon_sym_DEteCtOr] = ACTIONS(130), + [anon_sym_DEteCtOR] = ACTIONS(130), + [anon_sym_DEteCTor] = ACTIONS(130), + [anon_sym_DEteCToR] = ACTIONS(130), + [anon_sym_DEteCTOr] = ACTIONS(130), + [anon_sym_DEteCTOR] = ACTIONS(130), + [anon_sym_DEtEctor] = ACTIONS(130), + [anon_sym_DEtEctoR] = ACTIONS(130), + [anon_sym_DEtEctOr] = ACTIONS(130), + [anon_sym_DEtEctOR] = ACTIONS(130), + [anon_sym_DEtEcTor] = ACTIONS(130), + [anon_sym_DEtEcToR] = ACTIONS(130), + [anon_sym_DEtEcTOr] = ACTIONS(130), + [anon_sym_DEtEcTOR] = ACTIONS(130), + [anon_sym_DEtECtor] = ACTIONS(130), + [anon_sym_DEtECtoR] = ACTIONS(130), + [anon_sym_DEtECtOr] = ACTIONS(130), + [anon_sym_DEtECtOR] = ACTIONS(130), + [anon_sym_DEtECTor] = ACTIONS(130), + [anon_sym_DEtECToR] = ACTIONS(130), + [anon_sym_DEtECTOr] = ACTIONS(130), + [anon_sym_DEtECTOR] = ACTIONS(130), + [anon_sym_DETector] = ACTIONS(130), + [anon_sym_DETectoR] = ACTIONS(130), + [anon_sym_DETectOr] = ACTIONS(130), + [anon_sym_DETectOR] = ACTIONS(130), + [anon_sym_DETecTor] = ACTIONS(130), + [anon_sym_DETecToR] = ACTIONS(130), + [anon_sym_DETecTOr] = ACTIONS(130), + [anon_sym_DETecTOR] = ACTIONS(130), + [anon_sym_DETeCtor] = ACTIONS(130), + [anon_sym_DETeCtoR] = ACTIONS(130), + [anon_sym_DETeCtOr] = ACTIONS(130), + [anon_sym_DETeCtOR] = ACTIONS(130), + [anon_sym_DETeCTor] = ACTIONS(130), + [anon_sym_DETeCToR] = ACTIONS(130), + [anon_sym_DETeCTOr] = ACTIONS(130), + [anon_sym_DETeCTOR] = ACTIONS(130), + [anon_sym_DETEctor] = ACTIONS(130), + [anon_sym_DETEctoR] = ACTIONS(130), + [anon_sym_DETEctOr] = ACTIONS(130), + [anon_sym_DETEctOR] = ACTIONS(130), + [anon_sym_DETEcTor] = ACTIONS(130), + [anon_sym_DETEcToR] = ACTIONS(130), + [anon_sym_DETEcTOr] = ACTIONS(130), + [anon_sym_DETEcTOR] = ACTIONS(130), + [anon_sym_DETECtor] = ACTIONS(130), + [anon_sym_DETECtoR] = ACTIONS(130), + [anon_sym_DETECtOr] = ACTIONS(130), + [anon_sym_DETECtOR] = ACTIONS(130), + [anon_sym_DETECTor] = ACTIONS(130), + [anon_sym_DETECToR] = ACTIONS(130), + [anon_sym_DETECTOr] = ACTIONS(130), + [anon_sym_DETECTOR] = ACTIONS(130), + [anon_sym_invoke] = ACTIONS(130), + [anon_sym_invokE] = ACTIONS(130), + [anon_sym_invoKe] = ACTIONS(130), + [anon_sym_invoKE] = ACTIONS(130), + [anon_sym_invOke] = ACTIONS(130), + [anon_sym_invOkE] = ACTIONS(130), + [anon_sym_invOKe] = ACTIONS(130), + [anon_sym_invOKE] = ACTIONS(130), + [anon_sym_inVoke] = ACTIONS(130), + [anon_sym_inVokE] = ACTIONS(130), + [anon_sym_inVoKe] = ACTIONS(130), + [anon_sym_inVoKE] = ACTIONS(130), + [anon_sym_inVOke] = ACTIONS(130), + [anon_sym_inVOkE] = ACTIONS(130), + [anon_sym_inVOKe] = ACTIONS(130), + [anon_sym_inVOKE] = ACTIONS(130), + [anon_sym_iNvoke] = ACTIONS(130), + [anon_sym_iNvokE] = ACTIONS(130), + [anon_sym_iNvoKe] = ACTIONS(130), + [anon_sym_iNvoKE] = ACTIONS(130), + [anon_sym_iNvOke] = ACTIONS(130), + [anon_sym_iNvOkE] = ACTIONS(130), + [anon_sym_iNvOKe] = ACTIONS(130), + [anon_sym_iNvOKE] = ACTIONS(130), + [anon_sym_iNVoke] = ACTIONS(130), + [anon_sym_iNVokE] = ACTIONS(130), + [anon_sym_iNVoKe] = ACTIONS(130), + [anon_sym_iNVoKE] = ACTIONS(130), + [anon_sym_iNVOke] = ACTIONS(130), + [anon_sym_iNVOkE] = ACTIONS(130), + [anon_sym_iNVOKe] = ACTIONS(130), + [anon_sym_iNVOKE] = ACTIONS(130), + [anon_sym_Invoke] = ACTIONS(130), + [anon_sym_InvokE] = ACTIONS(130), + [anon_sym_InvoKe] = ACTIONS(130), + [anon_sym_InvoKE] = ACTIONS(130), + [anon_sym_InvOke] = ACTIONS(130), + [anon_sym_InvOkE] = ACTIONS(130), + [anon_sym_InvOKe] = ACTIONS(130), + [anon_sym_InvOKE] = ACTIONS(130), + [anon_sym_InVoke] = ACTIONS(130), + [anon_sym_InVokE] = ACTIONS(130), + [anon_sym_InVoKe] = ACTIONS(130), + [anon_sym_InVoKE] = ACTIONS(130), + [anon_sym_InVOke] = ACTIONS(130), + [anon_sym_InVOkE] = ACTIONS(130), + [anon_sym_InVOKe] = ACTIONS(130), + [anon_sym_InVOKE] = ACTIONS(130), + [anon_sym_INvoke] = ACTIONS(130), + [anon_sym_INvokE] = ACTIONS(130), + [anon_sym_INvoKe] = ACTIONS(130), + [anon_sym_INvoKE] = ACTIONS(130), + [anon_sym_INvOke] = ACTIONS(130), + [anon_sym_INvOkE] = ACTIONS(130), + [anon_sym_INvOKe] = ACTIONS(130), + [anon_sym_INvOKE] = ACTIONS(130), + [anon_sym_INVoke] = ACTIONS(130), + [anon_sym_INVokE] = ACTIONS(130), + [anon_sym_INVoKe] = ACTIONS(130), + [anon_sym_INVoKE] = ACTIONS(130), + [anon_sym_INVOke] = ACTIONS(130), + [anon_sym_INVOkE] = ACTIONS(130), + [anon_sym_INVOKe] = ACTIONS(130), + [anon_sym_INVOKE] = ACTIONS(130), + [anon_sym_select] = ACTIONS(130), + [anon_sym_selecT] = ACTIONS(130), + [anon_sym_seleCt] = ACTIONS(130), + [anon_sym_seleCT] = ACTIONS(130), + [anon_sym_selEct] = ACTIONS(130), + [anon_sym_selEcT] = ACTIONS(130), + [anon_sym_selECt] = ACTIONS(130), + [anon_sym_selECT] = ACTIONS(130), + [anon_sym_seLect] = ACTIONS(130), + [anon_sym_seLecT] = ACTIONS(130), + [anon_sym_seLeCt] = ACTIONS(130), + [anon_sym_seLeCT] = ACTIONS(130), + [anon_sym_seLEct] = ACTIONS(130), + [anon_sym_seLEcT] = ACTIONS(130), + [anon_sym_seLECt] = ACTIONS(130), + [anon_sym_seLECT] = ACTIONS(130), + [anon_sym_sElect] = ACTIONS(130), + [anon_sym_sElecT] = ACTIONS(130), + [anon_sym_sEleCt] = ACTIONS(130), + [anon_sym_sEleCT] = ACTIONS(130), + [anon_sym_sElEct] = ACTIONS(130), + [anon_sym_sElEcT] = ACTIONS(130), + [anon_sym_sElECt] = ACTIONS(130), + [anon_sym_sElECT] = ACTIONS(130), + [anon_sym_sELect] = ACTIONS(130), + [anon_sym_sELecT] = ACTIONS(130), + [anon_sym_sELeCt] = ACTIONS(130), + [anon_sym_sELeCT] = ACTIONS(130), + [anon_sym_sELEct] = ACTIONS(130), + [anon_sym_sELEcT] = ACTIONS(130), + [anon_sym_sELECt] = ACTIONS(130), + [anon_sym_sELECT] = ACTIONS(130), + [anon_sym_Select] = ACTIONS(130), + [anon_sym_SelecT] = ACTIONS(130), + [anon_sym_SeleCt] = ACTIONS(130), + [anon_sym_SeleCT] = ACTIONS(130), + [anon_sym_SelEct] = ACTIONS(130), + [anon_sym_SelEcT] = ACTIONS(130), + [anon_sym_SelECt] = ACTIONS(130), + [anon_sym_SelECT] = ACTIONS(130), + [anon_sym_SeLect] = ACTIONS(130), + [anon_sym_SeLecT] = ACTIONS(130), + [anon_sym_SeLeCt] = ACTIONS(130), + [anon_sym_SeLeCT] = ACTIONS(130), + [anon_sym_SeLEct] = ACTIONS(130), + [anon_sym_SeLEcT] = ACTIONS(130), + [anon_sym_SeLECt] = ACTIONS(130), + [anon_sym_SeLECT] = ACTIONS(130), + [anon_sym_SElect] = ACTIONS(130), + [anon_sym_SElecT] = ACTIONS(130), + [anon_sym_SEleCt] = ACTIONS(130), + [anon_sym_SEleCT] = ACTIONS(130), + [anon_sym_SElEct] = ACTIONS(130), + [anon_sym_SElEcT] = ACTIONS(130), + [anon_sym_SElECt] = ACTIONS(130), + [anon_sym_SElECT] = ACTIONS(130), + [anon_sym_SELect] = ACTIONS(130), + [anon_sym_SELecT] = ACTIONS(130), + [anon_sym_SELeCt] = ACTIONS(130), + [anon_sym_SELeCT] = ACTIONS(130), + [anon_sym_SELEct] = ACTIONS(130), + [anon_sym_SELEcT] = ACTIONS(130), + [anon_sym_SELECt] = ACTIONS(130), + [anon_sym_SELECT] = ACTIONS(130), + }, + [28] = { + [sym_comment] = STATE(28), + [ts_builtin_sym_end] = ACTIONS(132), + [sym_identifier] = ACTIONS(134), + [anon_sym_POUND] = ACTIONS(3), + [sym_variable] = ACTIONS(132), + [anon_sym_define] = ACTIONS(134), + [anon_sym_definE] = ACTIONS(134), + [anon_sym_defiNe] = ACTIONS(134), + [anon_sym_defiNE] = ACTIONS(134), + [anon_sym_defIne] = ACTIONS(134), + [anon_sym_defInE] = ACTIONS(134), + [anon_sym_defINe] = ACTIONS(134), + [anon_sym_defINE] = ACTIONS(134), + [anon_sym_deFine] = ACTIONS(134), + [anon_sym_deFinE] = ACTIONS(134), + [anon_sym_deFiNe] = ACTIONS(134), + [anon_sym_deFiNE] = ACTIONS(134), + [anon_sym_deFIne] = ACTIONS(134), + [anon_sym_deFInE] = ACTIONS(134), + [anon_sym_deFINe] = ACTIONS(134), + [anon_sym_deFINE] = ACTIONS(134), + [anon_sym_dEfine] = ACTIONS(134), + [anon_sym_dEfinE] = ACTIONS(134), + [anon_sym_dEfiNe] = ACTIONS(134), + [anon_sym_dEfiNE] = ACTIONS(134), + [anon_sym_dEfIne] = ACTIONS(134), + [anon_sym_dEfInE] = ACTIONS(134), + [anon_sym_dEfINe] = ACTIONS(134), + [anon_sym_dEfINE] = ACTIONS(134), + [anon_sym_dEFine] = ACTIONS(134), + [anon_sym_dEFinE] = ACTIONS(134), + [anon_sym_dEFiNe] = ACTIONS(134), + [anon_sym_dEFiNE] = ACTIONS(134), + [anon_sym_dEFIne] = ACTIONS(134), + [anon_sym_dEFInE] = ACTIONS(134), + [anon_sym_dEFINe] = ACTIONS(134), + [anon_sym_dEFINE] = ACTIONS(134), + [anon_sym_Define] = ACTIONS(134), + [anon_sym_DefinE] = ACTIONS(134), + [anon_sym_DefiNe] = ACTIONS(134), + [anon_sym_DefiNE] = ACTIONS(134), + [anon_sym_DefIne] = ACTIONS(134), + [anon_sym_DefInE] = ACTIONS(134), + [anon_sym_DefINe] = ACTIONS(134), + [anon_sym_DefINE] = ACTIONS(134), + [anon_sym_DeFine] = ACTIONS(134), + [anon_sym_DeFinE] = ACTIONS(134), + [anon_sym_DeFiNe] = ACTIONS(134), + [anon_sym_DeFiNE] = ACTIONS(134), + [anon_sym_DeFIne] = ACTIONS(134), + [anon_sym_DeFInE] = ACTIONS(134), + [anon_sym_DeFINe] = ACTIONS(134), + [anon_sym_DeFINE] = ACTIONS(134), + [anon_sym_DEfine] = ACTIONS(134), + [anon_sym_DEfinE] = ACTIONS(134), + [anon_sym_DEfiNe] = ACTIONS(134), + [anon_sym_DEfiNE] = ACTIONS(134), + [anon_sym_DEfIne] = ACTIONS(134), + [anon_sym_DEfInE] = ACTIONS(134), + [anon_sym_DEfINe] = ACTIONS(134), + [anon_sym_DEfINE] = ACTIONS(134), + [anon_sym_DEFine] = ACTIONS(134), + [anon_sym_DEFinE] = ACTIONS(134), + [anon_sym_DEFiNe] = ACTIONS(134), + [anon_sym_DEFiNE] = ACTIONS(134), + [anon_sym_DEFIne] = ACTIONS(134), + [anon_sym_DEFInE] = ACTIONS(134), + [anon_sym_DEFINe] = ACTIONS(134), + [anon_sym_DEFINE] = ACTIONS(134), + [anon_sym_include] = ACTIONS(134), + [anon_sym_includE] = ACTIONS(134), + [anon_sym_incluDe] = ACTIONS(134), + [anon_sym_incluDE] = ACTIONS(134), + [anon_sym_inclUde] = ACTIONS(134), + [anon_sym_inclUdE] = ACTIONS(134), + [anon_sym_inclUDe] = ACTIONS(134), + [anon_sym_inclUDE] = ACTIONS(134), + [anon_sym_incLude] = ACTIONS(134), + [anon_sym_incLudE] = ACTIONS(134), + [anon_sym_incLuDe] = ACTIONS(134), + [anon_sym_incLuDE] = ACTIONS(134), + [anon_sym_incLUde] = ACTIONS(134), + [anon_sym_incLUdE] = ACTIONS(134), + [anon_sym_incLUDe] = ACTIONS(134), + [anon_sym_incLUDE] = ACTIONS(134), + [anon_sym_inClude] = ACTIONS(134), + [anon_sym_inCludE] = ACTIONS(134), + [anon_sym_inCluDe] = ACTIONS(134), + [anon_sym_inCluDE] = ACTIONS(134), + [anon_sym_inClUde] = ACTIONS(134), + [anon_sym_inClUdE] = ACTIONS(134), + [anon_sym_inClUDe] = ACTIONS(134), + [anon_sym_inClUDE] = ACTIONS(134), + [anon_sym_inCLude] = ACTIONS(134), + [anon_sym_inCLudE] = ACTIONS(134), + [anon_sym_inCLuDe] = ACTIONS(134), + [anon_sym_inCLuDE] = ACTIONS(134), + [anon_sym_inCLUde] = ACTIONS(134), + [anon_sym_inCLUdE] = ACTIONS(134), + [anon_sym_inCLUDe] = ACTIONS(134), + [anon_sym_inCLUDE] = ACTIONS(134), + [anon_sym_iNclude] = ACTIONS(134), + [anon_sym_iNcludE] = ACTIONS(134), + [anon_sym_iNcluDe] = ACTIONS(134), + [anon_sym_iNcluDE] = ACTIONS(134), + [anon_sym_iNclUde] = ACTIONS(134), + [anon_sym_iNclUdE] = ACTIONS(134), + [anon_sym_iNclUDe] = ACTIONS(134), + [anon_sym_iNclUDE] = ACTIONS(134), + [anon_sym_iNcLude] = ACTIONS(134), + [anon_sym_iNcLudE] = ACTIONS(134), + [anon_sym_iNcLuDe] = ACTIONS(134), + [anon_sym_iNcLuDE] = ACTIONS(134), + [anon_sym_iNcLUde] = ACTIONS(134), + [anon_sym_iNcLUdE] = ACTIONS(134), + [anon_sym_iNcLUDe] = ACTIONS(134), + [anon_sym_iNcLUDE] = ACTIONS(134), + [anon_sym_iNClude] = ACTIONS(134), + [anon_sym_iNCludE] = ACTIONS(134), + [anon_sym_iNCluDe] = ACTIONS(134), + [anon_sym_iNCluDE] = ACTIONS(134), + [anon_sym_iNClUde] = ACTIONS(134), + [anon_sym_iNClUdE] = ACTIONS(134), + [anon_sym_iNClUDe] = ACTIONS(134), + [anon_sym_iNClUDE] = ACTIONS(134), + [anon_sym_iNCLude] = ACTIONS(134), + [anon_sym_iNCLudE] = ACTIONS(134), + [anon_sym_iNCLuDe] = ACTIONS(134), + [anon_sym_iNCLuDE] = ACTIONS(134), + [anon_sym_iNCLUde] = ACTIONS(134), + [anon_sym_iNCLUdE] = ACTIONS(134), + [anon_sym_iNCLUDe] = ACTIONS(134), + [anon_sym_iNCLUDE] = ACTIONS(134), + [anon_sym_Include] = ACTIONS(134), + [anon_sym_IncludE] = ACTIONS(134), + [anon_sym_IncluDe] = ACTIONS(134), + [anon_sym_IncluDE] = ACTIONS(134), + [anon_sym_InclUde] = ACTIONS(134), + [anon_sym_InclUdE] = ACTIONS(134), + [anon_sym_InclUDe] = ACTIONS(134), + [anon_sym_InclUDE] = ACTIONS(134), + [anon_sym_IncLude] = ACTIONS(134), + [anon_sym_IncLudE] = ACTIONS(134), + [anon_sym_IncLuDe] = ACTIONS(134), + [anon_sym_IncLuDE] = ACTIONS(134), + [anon_sym_IncLUde] = ACTIONS(134), + [anon_sym_IncLUdE] = ACTIONS(134), + [anon_sym_IncLUDe] = ACTIONS(134), + [anon_sym_IncLUDE] = ACTIONS(134), + [anon_sym_InClude] = ACTIONS(134), + [anon_sym_InCludE] = ACTIONS(134), + [anon_sym_InCluDe] = ACTIONS(134), + [anon_sym_InCluDE] = ACTIONS(134), + [anon_sym_InClUde] = ACTIONS(134), + [anon_sym_InClUdE] = ACTIONS(134), + [anon_sym_InClUDe] = ACTIONS(134), + [anon_sym_InClUDE] = ACTIONS(134), + [anon_sym_InCLude] = ACTIONS(134), + [anon_sym_InCLudE] = ACTIONS(134), + [anon_sym_InCLuDe] = ACTIONS(134), + [anon_sym_InCLuDE] = ACTIONS(134), + [anon_sym_InCLUde] = ACTIONS(134), + [anon_sym_InCLUdE] = ACTIONS(134), + [anon_sym_InCLUDe] = ACTIONS(134), + [anon_sym_InCLUDE] = ACTIONS(134), + [anon_sym_INclude] = ACTIONS(134), + [anon_sym_INcludE] = ACTIONS(134), + [anon_sym_INcluDe] = ACTIONS(134), + [anon_sym_INcluDE] = ACTIONS(134), + [anon_sym_INclUde] = ACTIONS(134), + [anon_sym_INclUdE] = ACTIONS(134), + [anon_sym_INclUDe] = ACTIONS(134), + [anon_sym_INclUDE] = ACTIONS(134), + [anon_sym_INcLude] = ACTIONS(134), + [anon_sym_INcLudE] = ACTIONS(134), + [anon_sym_INcLuDe] = ACTIONS(134), + [anon_sym_INcLuDE] = ACTIONS(134), + [anon_sym_INcLUde] = ACTIONS(134), + [anon_sym_INcLUdE] = ACTIONS(134), + [anon_sym_INcLUDe] = ACTIONS(134), + [anon_sym_INcLUDE] = ACTIONS(134), + [anon_sym_INClude] = ACTIONS(134), + [anon_sym_INCludE] = ACTIONS(134), + [anon_sym_INCluDe] = ACTIONS(134), + [anon_sym_INCluDE] = ACTIONS(134), + [anon_sym_INClUde] = ACTIONS(134), + [anon_sym_INClUdE] = ACTIONS(134), + [anon_sym_INClUDe] = ACTIONS(134), + [anon_sym_INClUDE] = ACTIONS(134), + [anon_sym_INCLude] = ACTIONS(134), + [anon_sym_INCLudE] = ACTIONS(134), + [anon_sym_INCLuDe] = ACTIONS(134), + [anon_sym_INCLuDE] = ACTIONS(134), + [anon_sym_INCLUde] = ACTIONS(134), + [anon_sym_INCLUdE] = ACTIONS(134), + [anon_sym_INCLUDe] = ACTIONS(134), + [anon_sym_INCLUDE] = ACTIONS(134), [anon_sym_action] = ACTIONS(134), [anon_sym_actioN] = ACTIONS(134), [anon_sym_actiOn] = ACTIONS(134), @@ -53600,1072 +55106,1072 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ACTIoN] = ACTIONS(134), [anon_sym_ACTIOn] = ACTIONS(134), [anon_sym_ACTION] = ACTIONS(134), - [anon_sym_complete] = ACTIONS(137), - [anon_sym_completE] = ACTIONS(137), - [anon_sym_compleTe] = ACTIONS(137), - [anon_sym_compleTE] = ACTIONS(137), - [anon_sym_complEte] = ACTIONS(137), - [anon_sym_complEtE] = ACTIONS(137), - [anon_sym_complETe] = ACTIONS(137), - [anon_sym_complETE] = ACTIONS(137), - [anon_sym_compLete] = ACTIONS(137), - [anon_sym_compLetE] = ACTIONS(137), - [anon_sym_compLeTe] = ACTIONS(137), - [anon_sym_compLeTE] = ACTIONS(137), - [anon_sym_compLEte] = ACTIONS(137), - [anon_sym_compLEtE] = ACTIONS(137), - [anon_sym_compLETe] = ACTIONS(137), - [anon_sym_compLETE] = ACTIONS(137), - [anon_sym_comPlete] = ACTIONS(137), - [anon_sym_comPletE] = ACTIONS(137), - [anon_sym_comPleTe] = ACTIONS(137), - [anon_sym_comPleTE] = ACTIONS(137), - [anon_sym_comPlEte] = ACTIONS(137), - [anon_sym_comPlEtE] = ACTIONS(137), - [anon_sym_comPlETe] = ACTIONS(137), - [anon_sym_comPlETE] = ACTIONS(137), - [anon_sym_comPLete] = ACTIONS(137), - [anon_sym_comPLetE] = ACTIONS(137), - [anon_sym_comPLeTe] = ACTIONS(137), - [anon_sym_comPLeTE] = ACTIONS(137), - [anon_sym_comPLEte] = ACTIONS(137), - [anon_sym_comPLEtE] = ACTIONS(137), - [anon_sym_comPLETe] = ACTIONS(137), - [anon_sym_comPLETE] = ACTIONS(137), - [anon_sym_coMplete] = ACTIONS(137), - [anon_sym_coMpletE] = ACTIONS(137), - [anon_sym_coMpleTe] = ACTIONS(137), - [anon_sym_coMpleTE] = ACTIONS(137), - [anon_sym_coMplEte] = ACTIONS(137), - [anon_sym_coMplEtE] = ACTIONS(137), - [anon_sym_coMplETe] = ACTIONS(137), - [anon_sym_coMplETE] = ACTIONS(137), - [anon_sym_coMpLete] = ACTIONS(137), - [anon_sym_coMpLetE] = ACTIONS(137), - [anon_sym_coMpLeTe] = ACTIONS(137), - [anon_sym_coMpLeTE] = ACTIONS(137), - [anon_sym_coMpLEte] = ACTIONS(137), - [anon_sym_coMpLEtE] = ACTIONS(137), - [anon_sym_coMpLETe] = ACTIONS(137), - [anon_sym_coMpLETE] = ACTIONS(137), - [anon_sym_coMPlete] = ACTIONS(137), - [anon_sym_coMPletE] = ACTIONS(137), - [anon_sym_coMPleTe] = ACTIONS(137), - [anon_sym_coMPleTE] = ACTIONS(137), - [anon_sym_coMPlEte] = ACTIONS(137), - [anon_sym_coMPlEtE] = ACTIONS(137), - [anon_sym_coMPlETe] = ACTIONS(137), - [anon_sym_coMPlETE] = ACTIONS(137), - [anon_sym_coMPLete] = ACTIONS(137), - [anon_sym_coMPLetE] = ACTIONS(137), - [anon_sym_coMPLeTe] = ACTIONS(137), - [anon_sym_coMPLeTE] = ACTIONS(137), - [anon_sym_coMPLEte] = ACTIONS(137), - [anon_sym_coMPLEtE] = ACTIONS(137), - [anon_sym_coMPLETe] = ACTIONS(137), - [anon_sym_coMPLETE] = ACTIONS(137), - [anon_sym_cOmplete] = ACTIONS(137), - [anon_sym_cOmpletE] = ACTIONS(137), - [anon_sym_cOmpleTe] = ACTIONS(137), - [anon_sym_cOmpleTE] = ACTIONS(137), - [anon_sym_cOmplEte] = ACTIONS(137), - [anon_sym_cOmplEtE] = ACTIONS(137), - [anon_sym_cOmplETe] = ACTIONS(137), - [anon_sym_cOmplETE] = ACTIONS(137), - [anon_sym_cOmpLete] = ACTIONS(137), - [anon_sym_cOmpLetE] = ACTIONS(137), - [anon_sym_cOmpLeTe] = ACTIONS(137), - [anon_sym_cOmpLeTE] = ACTIONS(137), - [anon_sym_cOmpLEte] = ACTIONS(137), - [anon_sym_cOmpLEtE] = ACTIONS(137), - [anon_sym_cOmpLETe] = ACTIONS(137), - [anon_sym_cOmpLETE] = ACTIONS(137), - [anon_sym_cOmPlete] = ACTIONS(137), - [anon_sym_cOmPletE] = ACTIONS(137), - [anon_sym_cOmPleTe] = ACTIONS(137), - [anon_sym_cOmPleTE] = ACTIONS(137), - [anon_sym_cOmPlEte] = ACTIONS(137), - [anon_sym_cOmPlEtE] = ACTIONS(137), - [anon_sym_cOmPlETe] = ACTIONS(137), - [anon_sym_cOmPlETE] = ACTIONS(137), - [anon_sym_cOmPLete] = ACTIONS(137), - [anon_sym_cOmPLetE] = ACTIONS(137), - [anon_sym_cOmPLeTe] = ACTIONS(137), - [anon_sym_cOmPLeTE] = ACTIONS(137), - [anon_sym_cOmPLEte] = ACTIONS(137), - [anon_sym_cOmPLEtE] = ACTIONS(137), - [anon_sym_cOmPLETe] = ACTIONS(137), - [anon_sym_cOmPLETE] = ACTIONS(137), - [anon_sym_cOMplete] = ACTIONS(137), - [anon_sym_cOMpletE] = ACTIONS(137), - [anon_sym_cOMpleTe] = ACTIONS(137), - [anon_sym_cOMpleTE] = ACTIONS(137), - [anon_sym_cOMplEte] = ACTIONS(137), - [anon_sym_cOMplEtE] = ACTIONS(137), - [anon_sym_cOMplETe] = ACTIONS(137), - [anon_sym_cOMplETE] = ACTIONS(137), - [anon_sym_cOMpLete] = ACTIONS(137), - [anon_sym_cOMpLetE] = ACTIONS(137), - [anon_sym_cOMpLeTe] = ACTIONS(137), - [anon_sym_cOMpLeTE] = ACTIONS(137), - [anon_sym_cOMpLEte] = ACTIONS(137), - [anon_sym_cOMpLEtE] = ACTIONS(137), - [anon_sym_cOMpLETe] = ACTIONS(137), - [anon_sym_cOMpLETE] = ACTIONS(137), - [anon_sym_cOMPlete] = ACTIONS(137), - [anon_sym_cOMPletE] = ACTIONS(137), - [anon_sym_cOMPleTe] = ACTIONS(137), - [anon_sym_cOMPleTE] = ACTIONS(137), - [anon_sym_cOMPlEte] = ACTIONS(137), - [anon_sym_cOMPlEtE] = ACTIONS(137), - [anon_sym_cOMPlETe] = ACTIONS(137), - [anon_sym_cOMPlETE] = ACTIONS(137), - [anon_sym_cOMPLete] = ACTIONS(137), - [anon_sym_cOMPLetE] = ACTIONS(137), - [anon_sym_cOMPLeTe] = ACTIONS(137), - [anon_sym_cOMPLeTE] = ACTIONS(137), - [anon_sym_cOMPLEte] = ACTIONS(137), - [anon_sym_cOMPLEtE] = ACTIONS(137), - [anon_sym_cOMPLETe] = ACTIONS(137), - [anon_sym_cOMPLETE] = ACTIONS(137), - [anon_sym_Complete] = ACTIONS(137), - [anon_sym_CompletE] = ACTIONS(137), - [anon_sym_CompleTe] = ACTIONS(137), - [anon_sym_CompleTE] = ACTIONS(137), - [anon_sym_ComplEte] = ACTIONS(137), - [anon_sym_ComplEtE] = ACTIONS(137), - [anon_sym_ComplETe] = ACTIONS(137), - [anon_sym_ComplETE] = ACTIONS(137), - [anon_sym_CompLete] = ACTIONS(137), - [anon_sym_CompLetE] = ACTIONS(137), - [anon_sym_CompLeTe] = ACTIONS(137), - [anon_sym_CompLeTE] = ACTIONS(137), - [anon_sym_CompLEte] = ACTIONS(137), - [anon_sym_CompLEtE] = ACTIONS(137), - [anon_sym_CompLETe] = ACTIONS(137), - [anon_sym_CompLETE] = ACTIONS(137), - [anon_sym_ComPlete] = ACTIONS(137), - [anon_sym_ComPletE] = ACTIONS(137), - [anon_sym_ComPleTe] = ACTIONS(137), - [anon_sym_ComPleTE] = ACTIONS(137), - [anon_sym_ComPlEte] = ACTIONS(137), - [anon_sym_ComPlEtE] = ACTIONS(137), - [anon_sym_ComPlETe] = ACTIONS(137), - [anon_sym_ComPlETE] = ACTIONS(137), - [anon_sym_ComPLete] = ACTIONS(137), - [anon_sym_ComPLetE] = ACTIONS(137), - [anon_sym_ComPLeTe] = ACTIONS(137), - [anon_sym_ComPLeTE] = ACTIONS(137), - [anon_sym_ComPLEte] = ACTIONS(137), - [anon_sym_ComPLEtE] = ACTIONS(137), - [anon_sym_ComPLETe] = ACTIONS(137), - [anon_sym_ComPLETE] = ACTIONS(137), - [anon_sym_CoMplete] = ACTIONS(137), - [anon_sym_CoMpletE] = ACTIONS(137), - [anon_sym_CoMpleTe] = ACTIONS(137), - [anon_sym_CoMpleTE] = ACTIONS(137), - [anon_sym_CoMplEte] = ACTIONS(137), - [anon_sym_CoMplEtE] = ACTIONS(137), - [anon_sym_CoMplETe] = ACTIONS(137), - [anon_sym_CoMplETE] = ACTIONS(137), - [anon_sym_CoMpLete] = ACTIONS(137), - [anon_sym_CoMpLetE] = ACTIONS(137), - [anon_sym_CoMpLeTe] = ACTIONS(137), - [anon_sym_CoMpLeTE] = ACTIONS(137), - [anon_sym_CoMpLEte] = ACTIONS(137), - [anon_sym_CoMpLEtE] = ACTIONS(137), - [anon_sym_CoMpLETe] = ACTIONS(137), - [anon_sym_CoMpLETE] = ACTIONS(137), - [anon_sym_CoMPlete] = ACTIONS(137), - [anon_sym_CoMPletE] = ACTIONS(137), - [anon_sym_CoMPleTe] = ACTIONS(137), - [anon_sym_CoMPleTE] = ACTIONS(137), - [anon_sym_CoMPlEte] = ACTIONS(137), - [anon_sym_CoMPlEtE] = ACTIONS(137), - [anon_sym_CoMPlETe] = ACTIONS(137), - [anon_sym_CoMPlETE] = ACTIONS(137), - [anon_sym_CoMPLete] = ACTIONS(137), - [anon_sym_CoMPLetE] = ACTIONS(137), - [anon_sym_CoMPLeTe] = ACTIONS(137), - [anon_sym_CoMPLeTE] = ACTIONS(137), - [anon_sym_CoMPLEte] = ACTIONS(137), - [anon_sym_CoMPLEtE] = ACTIONS(137), - [anon_sym_CoMPLETe] = ACTIONS(137), - [anon_sym_CoMPLETE] = ACTIONS(137), - [anon_sym_COmplete] = ACTIONS(137), - [anon_sym_COmpletE] = ACTIONS(137), - [anon_sym_COmpleTe] = ACTIONS(137), - [anon_sym_COmpleTE] = ACTIONS(137), - [anon_sym_COmplEte] = ACTIONS(137), - [anon_sym_COmplEtE] = ACTIONS(137), - [anon_sym_COmplETe] = ACTIONS(137), - [anon_sym_COmplETE] = ACTIONS(137), - [anon_sym_COmpLete] = ACTIONS(137), - [anon_sym_COmpLetE] = ACTIONS(137), - [anon_sym_COmpLeTe] = ACTIONS(137), - [anon_sym_COmpLeTE] = ACTIONS(137), - [anon_sym_COmpLEte] = ACTIONS(137), - [anon_sym_COmpLEtE] = ACTIONS(137), - [anon_sym_COmpLETe] = ACTIONS(137), - [anon_sym_COmpLETE] = ACTIONS(137), - [anon_sym_COmPlete] = ACTIONS(137), - [anon_sym_COmPletE] = ACTIONS(137), - [anon_sym_COmPleTe] = ACTIONS(137), - [anon_sym_COmPleTE] = ACTIONS(137), - [anon_sym_COmPlEte] = ACTIONS(137), - [anon_sym_COmPlEtE] = ACTIONS(137), - [anon_sym_COmPlETe] = ACTIONS(137), - [anon_sym_COmPlETE] = ACTIONS(137), - [anon_sym_COmPLete] = ACTIONS(137), - [anon_sym_COmPLetE] = ACTIONS(137), - [anon_sym_COmPLeTe] = ACTIONS(137), - [anon_sym_COmPLeTE] = ACTIONS(137), - [anon_sym_COmPLEte] = ACTIONS(137), - [anon_sym_COmPLEtE] = ACTIONS(137), - [anon_sym_COmPLETe] = ACTIONS(137), - [anon_sym_COmPLETE] = ACTIONS(137), - [anon_sym_COMplete] = ACTIONS(137), - [anon_sym_COMpletE] = ACTIONS(137), - [anon_sym_COMpleTe] = ACTIONS(137), - [anon_sym_COMpleTE] = ACTIONS(137), - [anon_sym_COMplEte] = ACTIONS(137), - [anon_sym_COMplEtE] = ACTIONS(137), - [anon_sym_COMplETe] = ACTIONS(137), - [anon_sym_COMplETE] = ACTIONS(137), - [anon_sym_COMpLete] = ACTIONS(137), - [anon_sym_COMpLetE] = ACTIONS(137), - [anon_sym_COMpLeTe] = ACTIONS(137), - [anon_sym_COMpLeTE] = ACTIONS(137), - [anon_sym_COMpLEte] = ACTIONS(137), - [anon_sym_COMpLEtE] = ACTIONS(137), - [anon_sym_COMpLETe] = ACTIONS(137), - [anon_sym_COMpLETE] = ACTIONS(137), - [anon_sym_COMPlete] = ACTIONS(137), - [anon_sym_COMPletE] = ACTIONS(137), - [anon_sym_COMPleTe] = ACTIONS(137), - [anon_sym_COMPleTE] = ACTIONS(137), - [anon_sym_COMPlEte] = ACTIONS(137), - [anon_sym_COMPlEtE] = ACTIONS(137), - [anon_sym_COMPlETe] = ACTIONS(137), - [anon_sym_COMPlETE] = ACTIONS(137), - [anon_sym_COMPLete] = ACTIONS(137), - [anon_sym_COMPLetE] = ACTIONS(137), - [anon_sym_COMPLeTe] = ACTIONS(137), - [anon_sym_COMPLeTE] = ACTIONS(137), - [anon_sym_COMPLEte] = ACTIONS(137), - [anon_sym_COMPLEtE] = ACTIONS(137), - [anon_sym_COMPLETe] = ACTIONS(137), - [anon_sym_COMPLETE] = ACTIONS(137), - [anon_sym_if] = ACTIONS(139), - [anon_sym_iF] = ACTIONS(139), - [anon_sym_If] = ACTIONS(139), - [anon_sym_IF] = ACTIONS(139), - [anon_sym_else] = ACTIONS(137), - [anon_sym_elsE] = ACTIONS(137), - [anon_sym_elSe] = ACTIONS(137), - [anon_sym_elSE] = ACTIONS(137), - [anon_sym_eLse] = ACTIONS(137), - [anon_sym_eLsE] = ACTIONS(137), - [anon_sym_eLSe] = ACTIONS(137), - [anon_sym_eLSE] = ACTIONS(137), - [anon_sym_Else] = ACTIONS(137), - [anon_sym_ElsE] = ACTIONS(137), - [anon_sym_ElSe] = ACTIONS(137), - [anon_sym_ElSE] = ACTIONS(137), - [anon_sym_ELse] = ACTIONS(137), - [anon_sym_ELsE] = ACTIONS(137), - [anon_sym_ELSe] = ACTIONS(137), - [anon_sym_ELSE] = ACTIONS(137), - [anon_sym_elseif] = ACTIONS(137), - [anon_sym_elseiF] = ACTIONS(137), - [anon_sym_elseIf] = ACTIONS(137), - [anon_sym_elseIF] = ACTIONS(137), - [anon_sym_elsEif] = ACTIONS(137), - [anon_sym_elsEiF] = ACTIONS(137), - [anon_sym_elsEIf] = ACTIONS(137), - [anon_sym_elsEIF] = ACTIONS(137), - [anon_sym_elSeif] = ACTIONS(137), - [anon_sym_elSeiF] = ACTIONS(137), - [anon_sym_elSeIf] = ACTIONS(137), - [anon_sym_elSeIF] = ACTIONS(137), - [anon_sym_elSEif] = ACTIONS(137), - [anon_sym_elSEiF] = ACTIONS(137), - [anon_sym_elSEIf] = ACTIONS(137), - [anon_sym_elSEIF] = ACTIONS(137), - [anon_sym_eLseif] = ACTIONS(137), - [anon_sym_eLseiF] = ACTIONS(137), - [anon_sym_eLseIf] = ACTIONS(137), - [anon_sym_eLseIF] = ACTIONS(137), - [anon_sym_eLsEif] = ACTIONS(137), - [anon_sym_eLsEiF] = ACTIONS(137), - [anon_sym_eLsEIf] = ACTIONS(137), - [anon_sym_eLsEIF] = ACTIONS(137), - [anon_sym_eLSeif] = ACTIONS(137), - [anon_sym_eLSeiF] = ACTIONS(137), - [anon_sym_eLSeIf] = ACTIONS(137), - [anon_sym_eLSeIF] = ACTIONS(137), - [anon_sym_eLSEif] = ACTIONS(137), - [anon_sym_eLSEiF] = ACTIONS(137), - [anon_sym_eLSEIf] = ACTIONS(137), - [anon_sym_eLSEIF] = ACTIONS(137), - [anon_sym_Elseif] = ACTIONS(137), - [anon_sym_ElseiF] = ACTIONS(137), - [anon_sym_ElseIf] = ACTIONS(137), - [anon_sym_ElseIF] = ACTIONS(137), - [anon_sym_ElsEif] = ACTIONS(137), - [anon_sym_ElsEiF] = ACTIONS(137), - [anon_sym_ElsEIf] = ACTIONS(137), - [anon_sym_ElsEIF] = ACTIONS(137), - [anon_sym_ElSeif] = ACTIONS(137), - [anon_sym_ElSeiF] = ACTIONS(137), - [anon_sym_ElSeIf] = ACTIONS(137), - [anon_sym_ElSeIF] = ACTIONS(137), - [anon_sym_ElSEif] = ACTIONS(137), - [anon_sym_ElSEiF] = ACTIONS(137), - [anon_sym_ElSEIf] = ACTIONS(137), - [anon_sym_ElSEIF] = ACTIONS(137), - [anon_sym_ELseif] = ACTIONS(137), - [anon_sym_ELseiF] = ACTIONS(137), - [anon_sym_ELseIf] = ACTIONS(137), - [anon_sym_ELseIF] = ACTIONS(137), - [anon_sym_ELsEif] = ACTIONS(137), - [anon_sym_ELsEiF] = ACTIONS(137), - [anon_sym_ELsEIf] = ACTIONS(137), - [anon_sym_ELsEIF] = ACTIONS(137), - [anon_sym_ELSeif] = ACTIONS(137), - [anon_sym_ELSeiF] = ACTIONS(137), - [anon_sym_ELSeIf] = ACTIONS(137), - [anon_sym_ELSeIF] = ACTIONS(137), - [anon_sym_ELSEif] = ACTIONS(137), - [anon_sym_ELSEiF] = ACTIONS(137), - [anon_sym_ELSEIf] = ACTIONS(137), - [anon_sym_ELSEIF] = ACTIONS(137), - [anon_sym_endif] = ACTIONS(137), - [anon_sym_endiF] = ACTIONS(137), - [anon_sym_endIf] = ACTIONS(137), - [anon_sym_endIF] = ACTIONS(137), - [anon_sym_enDif] = ACTIONS(137), - [anon_sym_enDiF] = ACTIONS(137), - [anon_sym_enDIf] = ACTIONS(137), - [anon_sym_enDIF] = ACTIONS(137), - [anon_sym_eNdif] = ACTIONS(137), - [anon_sym_eNdiF] = ACTIONS(137), - [anon_sym_eNdIf] = ACTIONS(137), - [anon_sym_eNdIF] = ACTIONS(137), - [anon_sym_eNDif] = ACTIONS(137), - [anon_sym_eNDiF] = ACTIONS(137), - [anon_sym_eNDIf] = ACTIONS(137), - [anon_sym_eNDIF] = ACTIONS(137), - [anon_sym_Endif] = ACTIONS(137), - [anon_sym_EndiF] = ACTIONS(137), - [anon_sym_EndIf] = ACTIONS(137), - [anon_sym_EndIF] = ACTIONS(137), - [anon_sym_EnDif] = ACTIONS(137), - [anon_sym_EnDiF] = ACTIONS(137), - [anon_sym_EnDIf] = ACTIONS(137), - [anon_sym_EnDIF] = ACTIONS(137), - [anon_sym_ENdif] = ACTIONS(137), - [anon_sym_ENdiF] = ACTIONS(137), - [anon_sym_ENdIf] = ACTIONS(137), - [anon_sym_ENdIF] = ACTIONS(137), - [anon_sym_ENDif] = ACTIONS(137), - [anon_sym_ENDiF] = ACTIONS(137), - [anon_sym_ENDIf] = ACTIONS(137), - [anon_sym_ENDIF] = ACTIONS(137), - [anon_sym_while] = ACTIONS(142), - [anon_sym_whilE] = ACTIONS(142), - [anon_sym_whiLe] = ACTIONS(142), - [anon_sym_whiLE] = ACTIONS(142), - [anon_sym_whIle] = ACTIONS(142), - [anon_sym_whIlE] = ACTIONS(142), - [anon_sym_whILe] = ACTIONS(142), - [anon_sym_whILE] = ACTIONS(142), - [anon_sym_wHile] = ACTIONS(142), - [anon_sym_wHilE] = ACTIONS(142), - [anon_sym_wHiLe] = ACTIONS(142), - [anon_sym_wHiLE] = ACTIONS(142), - [anon_sym_wHIle] = ACTIONS(142), - [anon_sym_wHIlE] = ACTIONS(142), - [anon_sym_wHILe] = ACTIONS(142), - [anon_sym_wHILE] = ACTIONS(142), - [anon_sym_While] = ACTIONS(142), - [anon_sym_WhilE] = ACTIONS(142), - [anon_sym_WhiLe] = ACTIONS(142), - [anon_sym_WhiLE] = ACTIONS(142), - [anon_sym_WhIle] = ACTIONS(142), - [anon_sym_WhIlE] = ACTIONS(142), - [anon_sym_WhILe] = ACTIONS(142), - [anon_sym_WhILE] = ACTIONS(142), - [anon_sym_WHile] = ACTIONS(142), - [anon_sym_WHilE] = ACTIONS(142), - [anon_sym_WHiLe] = ACTIONS(142), - [anon_sym_WHiLE] = ACTIONS(142), - [anon_sym_WHIle] = ACTIONS(142), - [anon_sym_WHIlE] = ACTIONS(142), - [anon_sym_WHILe] = ACTIONS(142), - [anon_sym_WHILE] = ACTIONS(142), - [anon_sym_endwhile] = ACTIONS(137), - [anon_sym_endwhilE] = ACTIONS(137), - [anon_sym_endwhiLe] = ACTIONS(137), - [anon_sym_endwhiLE] = ACTIONS(137), - [anon_sym_endwhIle] = ACTIONS(137), - [anon_sym_endwhIlE] = ACTIONS(137), - [anon_sym_endwhILe] = ACTIONS(137), - [anon_sym_endwhILE] = ACTIONS(137), - [anon_sym_endwHile] = ACTIONS(137), - [anon_sym_endwHilE] = ACTIONS(137), - [anon_sym_endwHiLe] = ACTIONS(137), - [anon_sym_endwHiLE] = ACTIONS(137), - [anon_sym_endwHIle] = ACTIONS(137), - [anon_sym_endwHIlE] = ACTIONS(137), - [anon_sym_endwHILe] = ACTIONS(137), - [anon_sym_endwHILE] = ACTIONS(137), - [anon_sym_endWhile] = ACTIONS(137), - [anon_sym_endWhilE] = ACTIONS(137), - [anon_sym_endWhiLe] = ACTIONS(137), - [anon_sym_endWhiLE] = ACTIONS(137), - [anon_sym_endWhIle] = ACTIONS(137), - [anon_sym_endWhIlE] = ACTIONS(137), - [anon_sym_endWhILe] = ACTIONS(137), - [anon_sym_endWhILE] = ACTIONS(137), - [anon_sym_endWHile] = ACTIONS(137), - [anon_sym_endWHilE] = ACTIONS(137), - [anon_sym_endWHiLe] = ACTIONS(137), - [anon_sym_endWHiLE] = ACTIONS(137), - [anon_sym_endWHIle] = ACTIONS(137), - [anon_sym_endWHIlE] = ACTIONS(137), - [anon_sym_endWHILe] = ACTIONS(137), - [anon_sym_endWHILE] = ACTIONS(137), - [anon_sym_enDwhile] = ACTIONS(137), - [anon_sym_enDwhilE] = ACTIONS(137), - [anon_sym_enDwhiLe] = ACTIONS(137), - [anon_sym_enDwhiLE] = ACTIONS(137), - [anon_sym_enDwhIle] = ACTIONS(137), - [anon_sym_enDwhIlE] = ACTIONS(137), - [anon_sym_enDwhILe] = ACTIONS(137), - [anon_sym_enDwhILE] = ACTIONS(137), - [anon_sym_enDwHile] = ACTIONS(137), - [anon_sym_enDwHilE] = ACTIONS(137), - [anon_sym_enDwHiLe] = ACTIONS(137), - [anon_sym_enDwHiLE] = ACTIONS(137), - [anon_sym_enDwHIle] = ACTIONS(137), - [anon_sym_enDwHIlE] = ACTIONS(137), - [anon_sym_enDwHILe] = ACTIONS(137), - [anon_sym_enDwHILE] = ACTIONS(137), - [anon_sym_enDWhile] = ACTIONS(137), - [anon_sym_enDWhilE] = ACTIONS(137), - [anon_sym_enDWhiLe] = ACTIONS(137), - [anon_sym_enDWhiLE] = ACTIONS(137), - [anon_sym_enDWhIle] = ACTIONS(137), - [anon_sym_enDWhIlE] = ACTIONS(137), - [anon_sym_enDWhILe] = ACTIONS(137), - [anon_sym_enDWhILE] = ACTIONS(137), - [anon_sym_enDWHile] = ACTIONS(137), - [anon_sym_enDWHilE] = ACTIONS(137), - [anon_sym_enDWHiLe] = ACTIONS(137), - [anon_sym_enDWHiLE] = ACTIONS(137), - [anon_sym_enDWHIle] = ACTIONS(137), - [anon_sym_enDWHIlE] = ACTIONS(137), - [anon_sym_enDWHILe] = ACTIONS(137), - [anon_sym_enDWHILE] = ACTIONS(137), - [anon_sym_eNdwhile] = ACTIONS(137), - [anon_sym_eNdwhilE] = ACTIONS(137), - [anon_sym_eNdwhiLe] = ACTIONS(137), - [anon_sym_eNdwhiLE] = ACTIONS(137), - [anon_sym_eNdwhIle] = ACTIONS(137), - [anon_sym_eNdwhIlE] = ACTIONS(137), - [anon_sym_eNdwhILe] = ACTIONS(137), - [anon_sym_eNdwhILE] = ACTIONS(137), - [anon_sym_eNdwHile] = ACTIONS(137), - [anon_sym_eNdwHilE] = ACTIONS(137), - [anon_sym_eNdwHiLe] = ACTIONS(137), - [anon_sym_eNdwHiLE] = ACTIONS(137), - [anon_sym_eNdwHIle] = ACTIONS(137), - [anon_sym_eNdwHIlE] = ACTIONS(137), - [anon_sym_eNdwHILe] = ACTIONS(137), - [anon_sym_eNdwHILE] = ACTIONS(137), - [anon_sym_eNdWhile] = ACTIONS(137), - [anon_sym_eNdWhilE] = ACTIONS(137), - [anon_sym_eNdWhiLe] = ACTIONS(137), - [anon_sym_eNdWhiLE] = ACTIONS(137), - [anon_sym_eNdWhIle] = ACTIONS(137), - [anon_sym_eNdWhIlE] = ACTIONS(137), - [anon_sym_eNdWhILe] = ACTIONS(137), - [anon_sym_eNdWhILE] = ACTIONS(137), - [anon_sym_eNdWHile] = ACTIONS(137), - [anon_sym_eNdWHilE] = ACTIONS(137), - [anon_sym_eNdWHiLe] = ACTIONS(137), - [anon_sym_eNdWHiLE] = ACTIONS(137), - [anon_sym_eNdWHIle] = ACTIONS(137), - [anon_sym_eNdWHIlE] = ACTIONS(137), - [anon_sym_eNdWHILe] = ACTIONS(137), - [anon_sym_eNdWHILE] = ACTIONS(137), - [anon_sym_eNDwhile] = ACTIONS(137), - [anon_sym_eNDwhilE] = ACTIONS(137), - [anon_sym_eNDwhiLe] = ACTIONS(137), - [anon_sym_eNDwhiLE] = ACTIONS(137), - [anon_sym_eNDwhIle] = ACTIONS(137), - [anon_sym_eNDwhIlE] = ACTIONS(137), - [anon_sym_eNDwhILe] = ACTIONS(137), - [anon_sym_eNDwhILE] = ACTIONS(137), - [anon_sym_eNDwHile] = ACTIONS(137), - [anon_sym_eNDwHilE] = ACTIONS(137), - [anon_sym_eNDwHiLe] = ACTIONS(137), - [anon_sym_eNDwHiLE] = ACTIONS(137), - [anon_sym_eNDwHIle] = ACTIONS(137), - [anon_sym_eNDwHIlE] = ACTIONS(137), - [anon_sym_eNDwHILe] = ACTIONS(137), - [anon_sym_eNDwHILE] = ACTIONS(137), - [anon_sym_eNDWhile] = ACTIONS(137), - [anon_sym_eNDWhilE] = ACTIONS(137), - [anon_sym_eNDWhiLe] = ACTIONS(137), - [anon_sym_eNDWhiLE] = ACTIONS(137), - [anon_sym_eNDWhIle] = ACTIONS(137), - [anon_sym_eNDWhIlE] = ACTIONS(137), - [anon_sym_eNDWhILe] = ACTIONS(137), - [anon_sym_eNDWhILE] = ACTIONS(137), - [anon_sym_eNDWHile] = ACTIONS(137), - [anon_sym_eNDWHilE] = ACTIONS(137), - [anon_sym_eNDWHiLe] = ACTIONS(137), - [anon_sym_eNDWHiLE] = ACTIONS(137), - [anon_sym_eNDWHIle] = ACTIONS(137), - [anon_sym_eNDWHIlE] = ACTIONS(137), - [anon_sym_eNDWHILe] = ACTIONS(137), - [anon_sym_eNDWHILE] = ACTIONS(137), - [anon_sym_Endwhile] = ACTIONS(137), - [anon_sym_EndwhilE] = ACTIONS(137), - [anon_sym_EndwhiLe] = ACTIONS(137), - [anon_sym_EndwhiLE] = ACTIONS(137), - [anon_sym_EndwhIle] = ACTIONS(137), - [anon_sym_EndwhIlE] = ACTIONS(137), - [anon_sym_EndwhILe] = ACTIONS(137), - [anon_sym_EndwhILE] = ACTIONS(137), - [anon_sym_EndwHile] = ACTIONS(137), - [anon_sym_EndwHilE] = ACTIONS(137), - [anon_sym_EndwHiLe] = ACTIONS(137), - [anon_sym_EndwHiLE] = ACTIONS(137), - [anon_sym_EndwHIle] = ACTIONS(137), - [anon_sym_EndwHIlE] = ACTIONS(137), - [anon_sym_EndwHILe] = ACTIONS(137), - [anon_sym_EndwHILE] = ACTIONS(137), - [anon_sym_EndWhile] = ACTIONS(137), - [anon_sym_EndWhilE] = ACTIONS(137), - [anon_sym_EndWhiLe] = ACTIONS(137), - [anon_sym_EndWhiLE] = ACTIONS(137), - [anon_sym_EndWhIle] = ACTIONS(137), - [anon_sym_EndWhIlE] = ACTIONS(137), - [anon_sym_EndWhILe] = ACTIONS(137), - [anon_sym_EndWhILE] = ACTIONS(137), - [anon_sym_EndWHile] = ACTIONS(137), - [anon_sym_EndWHilE] = ACTIONS(137), - [anon_sym_EndWHiLe] = ACTIONS(137), - [anon_sym_EndWHiLE] = ACTIONS(137), - [anon_sym_EndWHIle] = ACTIONS(137), - [anon_sym_EndWHIlE] = ACTIONS(137), - [anon_sym_EndWHILe] = ACTIONS(137), - [anon_sym_EndWHILE] = ACTIONS(137), - [anon_sym_EnDwhile] = ACTIONS(137), - [anon_sym_EnDwhilE] = ACTIONS(137), - [anon_sym_EnDwhiLe] = ACTIONS(137), - [anon_sym_EnDwhiLE] = ACTIONS(137), - [anon_sym_EnDwhIle] = ACTIONS(137), - [anon_sym_EnDwhIlE] = ACTIONS(137), - [anon_sym_EnDwhILe] = ACTIONS(137), - [anon_sym_EnDwhILE] = ACTIONS(137), - [anon_sym_EnDwHile] = ACTIONS(137), - [anon_sym_EnDwHilE] = ACTIONS(137), - [anon_sym_EnDwHiLe] = ACTIONS(137), - [anon_sym_EnDwHiLE] = ACTIONS(137), - [anon_sym_EnDwHIle] = ACTIONS(137), - [anon_sym_EnDwHIlE] = ACTIONS(137), - [anon_sym_EnDwHILe] = ACTIONS(137), - [anon_sym_EnDwHILE] = ACTIONS(137), - [anon_sym_EnDWhile] = ACTIONS(137), - [anon_sym_EnDWhilE] = ACTIONS(137), - [anon_sym_EnDWhiLe] = ACTIONS(137), - [anon_sym_EnDWhiLE] = ACTIONS(137), - [anon_sym_EnDWhIle] = ACTIONS(137), - [anon_sym_EnDWhIlE] = ACTIONS(137), - [anon_sym_EnDWhILe] = ACTIONS(137), - [anon_sym_EnDWhILE] = ACTIONS(137), - [anon_sym_EnDWHile] = ACTIONS(137), - [anon_sym_EnDWHilE] = ACTIONS(137), - [anon_sym_EnDWHiLe] = ACTIONS(137), - [anon_sym_EnDWHiLE] = ACTIONS(137), - [anon_sym_EnDWHIle] = ACTIONS(137), - [anon_sym_EnDWHIlE] = ACTIONS(137), - [anon_sym_EnDWHILe] = ACTIONS(137), - [anon_sym_EnDWHILE] = ACTIONS(137), - [anon_sym_ENdwhile] = ACTIONS(137), - [anon_sym_ENdwhilE] = ACTIONS(137), - [anon_sym_ENdwhiLe] = ACTIONS(137), - [anon_sym_ENdwhiLE] = ACTIONS(137), - [anon_sym_ENdwhIle] = ACTIONS(137), - [anon_sym_ENdwhIlE] = ACTIONS(137), - [anon_sym_ENdwhILe] = ACTIONS(137), - [anon_sym_ENdwhILE] = ACTIONS(137), - [anon_sym_ENdwHile] = ACTIONS(137), - [anon_sym_ENdwHilE] = ACTIONS(137), - [anon_sym_ENdwHiLe] = ACTIONS(137), - [anon_sym_ENdwHiLE] = ACTIONS(137), - [anon_sym_ENdwHIle] = ACTIONS(137), - [anon_sym_ENdwHIlE] = ACTIONS(137), - [anon_sym_ENdwHILe] = ACTIONS(137), - [anon_sym_ENdwHILE] = ACTIONS(137), - [anon_sym_ENdWhile] = ACTIONS(137), - [anon_sym_ENdWhilE] = ACTIONS(137), - [anon_sym_ENdWhiLe] = ACTIONS(137), - [anon_sym_ENdWhiLE] = ACTIONS(137), - [anon_sym_ENdWhIle] = ACTIONS(137), - [anon_sym_ENdWhIlE] = ACTIONS(137), - [anon_sym_ENdWhILe] = ACTIONS(137), - [anon_sym_ENdWhILE] = ACTIONS(137), - [anon_sym_ENdWHile] = ACTIONS(137), - [anon_sym_ENdWHilE] = ACTIONS(137), - [anon_sym_ENdWHiLe] = ACTIONS(137), - [anon_sym_ENdWHiLE] = ACTIONS(137), - [anon_sym_ENdWHIle] = ACTIONS(137), - [anon_sym_ENdWHIlE] = ACTIONS(137), - [anon_sym_ENdWHILe] = ACTIONS(137), - [anon_sym_ENdWHILE] = ACTIONS(137), - [anon_sym_ENDwhile] = ACTIONS(137), - [anon_sym_ENDwhilE] = ACTIONS(137), - [anon_sym_ENDwhiLe] = ACTIONS(137), - [anon_sym_ENDwhiLE] = ACTIONS(137), - [anon_sym_ENDwhIle] = ACTIONS(137), - [anon_sym_ENDwhIlE] = ACTIONS(137), - [anon_sym_ENDwhILe] = ACTIONS(137), - [anon_sym_ENDwhILE] = ACTIONS(137), - [anon_sym_ENDwHile] = ACTIONS(137), - [anon_sym_ENDwHilE] = ACTIONS(137), - [anon_sym_ENDwHiLe] = ACTIONS(137), - [anon_sym_ENDwHiLE] = ACTIONS(137), - [anon_sym_ENDwHIle] = ACTIONS(137), - [anon_sym_ENDwHIlE] = ACTIONS(137), - [anon_sym_ENDwHILe] = ACTIONS(137), - [anon_sym_ENDwHILE] = ACTIONS(137), - [anon_sym_ENDWhile] = ACTIONS(137), - [anon_sym_ENDWhilE] = ACTIONS(137), - [anon_sym_ENDWhiLe] = ACTIONS(137), - [anon_sym_ENDWhiLE] = ACTIONS(137), - [anon_sym_ENDWhIle] = ACTIONS(137), - [anon_sym_ENDWhIlE] = ACTIONS(137), - [anon_sym_ENDWhILe] = ACTIONS(137), - [anon_sym_ENDWhILE] = ACTIONS(137), - [anon_sym_ENDWHile] = ACTIONS(137), - [anon_sym_ENDWHilE] = ACTIONS(137), - [anon_sym_ENDWHiLe] = ACTIONS(137), - [anon_sym_ENDWHiLE] = ACTIONS(137), - [anon_sym_ENDWHIle] = ACTIONS(137), - [anon_sym_ENDWHIlE] = ACTIONS(137), - [anon_sym_ENDWHILe] = ACTIONS(137), - [anon_sym_ENDWHILE] = ACTIONS(137), - [anon_sym_detector] = ACTIONS(145), - [anon_sym_detectoR] = ACTIONS(145), - [anon_sym_detectOr] = ACTIONS(145), - [anon_sym_detectOR] = ACTIONS(145), - [anon_sym_detecTor] = ACTIONS(145), - [anon_sym_detecToR] = ACTIONS(145), - [anon_sym_detecTOr] = ACTIONS(145), - [anon_sym_detecTOR] = ACTIONS(145), - [anon_sym_deteCtor] = ACTIONS(145), - [anon_sym_deteCtoR] = ACTIONS(145), - [anon_sym_deteCtOr] = ACTIONS(145), - [anon_sym_deteCtOR] = ACTIONS(145), - [anon_sym_deteCTor] = ACTIONS(145), - [anon_sym_deteCToR] = ACTIONS(145), - [anon_sym_deteCTOr] = ACTIONS(145), - [anon_sym_deteCTOR] = ACTIONS(145), - [anon_sym_detEctor] = ACTIONS(145), - [anon_sym_detEctoR] = ACTIONS(145), - [anon_sym_detEctOr] = ACTIONS(145), - [anon_sym_detEctOR] = ACTIONS(145), - [anon_sym_detEcTor] = ACTIONS(145), - [anon_sym_detEcToR] = ACTIONS(145), - [anon_sym_detEcTOr] = ACTIONS(145), - [anon_sym_detEcTOR] = ACTIONS(145), - [anon_sym_detECtor] = ACTIONS(145), - [anon_sym_detECtoR] = ACTIONS(145), - [anon_sym_detECtOr] = ACTIONS(145), - [anon_sym_detECtOR] = ACTIONS(145), - [anon_sym_detECTor] = ACTIONS(145), - [anon_sym_detECToR] = ACTIONS(145), - [anon_sym_detECTOr] = ACTIONS(145), - [anon_sym_detECTOR] = ACTIONS(145), - [anon_sym_deTector] = ACTIONS(145), - [anon_sym_deTectoR] = ACTIONS(145), - [anon_sym_deTectOr] = ACTIONS(145), - [anon_sym_deTectOR] = ACTIONS(145), - [anon_sym_deTecTor] = ACTIONS(145), - [anon_sym_deTecToR] = ACTIONS(145), - [anon_sym_deTecTOr] = ACTIONS(145), - [anon_sym_deTecTOR] = ACTIONS(145), - [anon_sym_deTeCtor] = ACTIONS(145), - [anon_sym_deTeCtoR] = ACTIONS(145), - [anon_sym_deTeCtOr] = ACTIONS(145), - [anon_sym_deTeCtOR] = ACTIONS(145), - [anon_sym_deTeCTor] = ACTIONS(145), - [anon_sym_deTeCToR] = ACTIONS(145), - [anon_sym_deTeCTOr] = ACTIONS(145), - [anon_sym_deTeCTOR] = ACTIONS(145), - [anon_sym_deTEctor] = ACTIONS(145), - [anon_sym_deTEctoR] = ACTIONS(145), - [anon_sym_deTEctOr] = ACTIONS(145), - [anon_sym_deTEctOR] = ACTIONS(145), - [anon_sym_deTEcTor] = ACTIONS(145), - [anon_sym_deTEcToR] = ACTIONS(145), - [anon_sym_deTEcTOr] = ACTIONS(145), - [anon_sym_deTEcTOR] = ACTIONS(145), - [anon_sym_deTECtor] = ACTIONS(145), - [anon_sym_deTECtoR] = ACTIONS(145), - [anon_sym_deTECtOr] = ACTIONS(145), - [anon_sym_deTECtOR] = ACTIONS(145), - [anon_sym_deTECTor] = ACTIONS(145), - [anon_sym_deTECToR] = ACTIONS(145), - [anon_sym_deTECTOr] = ACTIONS(145), - [anon_sym_deTECTOR] = ACTIONS(145), - [anon_sym_dEtector] = ACTIONS(145), - [anon_sym_dEtectoR] = ACTIONS(145), - [anon_sym_dEtectOr] = ACTIONS(145), - [anon_sym_dEtectOR] = ACTIONS(145), - [anon_sym_dEtecTor] = ACTIONS(145), - [anon_sym_dEtecToR] = ACTIONS(145), - [anon_sym_dEtecTOr] = ACTIONS(145), - [anon_sym_dEtecTOR] = ACTIONS(145), - [anon_sym_dEteCtor] = ACTIONS(145), - [anon_sym_dEteCtoR] = ACTIONS(145), - [anon_sym_dEteCtOr] = ACTIONS(145), - [anon_sym_dEteCtOR] = ACTIONS(145), - [anon_sym_dEteCTor] = ACTIONS(145), - [anon_sym_dEteCToR] = ACTIONS(145), - [anon_sym_dEteCTOr] = ACTIONS(145), - [anon_sym_dEteCTOR] = ACTIONS(145), - [anon_sym_dEtEctor] = ACTIONS(145), - [anon_sym_dEtEctoR] = ACTIONS(145), - [anon_sym_dEtEctOr] = ACTIONS(145), - [anon_sym_dEtEctOR] = ACTIONS(145), - [anon_sym_dEtEcTor] = ACTIONS(145), - [anon_sym_dEtEcToR] = ACTIONS(145), - [anon_sym_dEtEcTOr] = ACTIONS(145), - [anon_sym_dEtEcTOR] = ACTIONS(145), - [anon_sym_dEtECtor] = ACTIONS(145), - [anon_sym_dEtECtoR] = ACTIONS(145), - [anon_sym_dEtECtOr] = ACTIONS(145), - [anon_sym_dEtECtOR] = ACTIONS(145), - [anon_sym_dEtECTor] = ACTIONS(145), - [anon_sym_dEtECToR] = ACTIONS(145), - [anon_sym_dEtECTOr] = ACTIONS(145), - [anon_sym_dEtECTOR] = ACTIONS(145), - [anon_sym_dETector] = ACTIONS(145), - [anon_sym_dETectoR] = ACTIONS(145), - [anon_sym_dETectOr] = ACTIONS(145), - [anon_sym_dETectOR] = ACTIONS(145), - [anon_sym_dETecTor] = ACTIONS(145), - [anon_sym_dETecToR] = ACTIONS(145), - [anon_sym_dETecTOr] = ACTIONS(145), - [anon_sym_dETecTOR] = ACTIONS(145), - [anon_sym_dETeCtor] = ACTIONS(145), - [anon_sym_dETeCtoR] = ACTIONS(145), - [anon_sym_dETeCtOr] = ACTIONS(145), - [anon_sym_dETeCtOR] = ACTIONS(145), - [anon_sym_dETeCTor] = ACTIONS(145), - [anon_sym_dETeCToR] = ACTIONS(145), - [anon_sym_dETeCTOr] = ACTIONS(145), - [anon_sym_dETeCTOR] = ACTIONS(145), - [anon_sym_dETEctor] = ACTIONS(145), - [anon_sym_dETEctoR] = ACTIONS(145), - [anon_sym_dETEctOr] = ACTIONS(145), - [anon_sym_dETEctOR] = ACTIONS(145), - [anon_sym_dETEcTor] = ACTIONS(145), - [anon_sym_dETEcToR] = ACTIONS(145), - [anon_sym_dETEcTOr] = ACTIONS(145), - [anon_sym_dETEcTOR] = ACTIONS(145), - [anon_sym_dETECtor] = ACTIONS(145), - [anon_sym_dETECtoR] = ACTIONS(145), - [anon_sym_dETECtOr] = ACTIONS(145), - [anon_sym_dETECtOR] = ACTIONS(145), - [anon_sym_dETECTor] = ACTIONS(145), - [anon_sym_dETECToR] = ACTIONS(145), - [anon_sym_dETECTOr] = ACTIONS(145), - [anon_sym_dETECTOR] = ACTIONS(145), - [anon_sym_Detector] = ACTIONS(145), - [anon_sym_DetectoR] = ACTIONS(145), - [anon_sym_DetectOr] = ACTIONS(145), - [anon_sym_DetectOR] = ACTIONS(145), - [anon_sym_DetecTor] = ACTIONS(145), - [anon_sym_DetecToR] = ACTIONS(145), - [anon_sym_DetecTOr] = ACTIONS(145), - [anon_sym_DetecTOR] = ACTIONS(145), - [anon_sym_DeteCtor] = ACTIONS(145), - [anon_sym_DeteCtoR] = ACTIONS(145), - [anon_sym_DeteCtOr] = ACTIONS(145), - [anon_sym_DeteCtOR] = ACTIONS(145), - [anon_sym_DeteCTor] = ACTIONS(145), - [anon_sym_DeteCToR] = ACTIONS(145), - [anon_sym_DeteCTOr] = ACTIONS(145), - [anon_sym_DeteCTOR] = ACTIONS(145), - [anon_sym_DetEctor] = ACTIONS(145), - [anon_sym_DetEctoR] = ACTIONS(145), - [anon_sym_DetEctOr] = ACTIONS(145), - [anon_sym_DetEctOR] = ACTIONS(145), - [anon_sym_DetEcTor] = ACTIONS(145), - [anon_sym_DetEcToR] = ACTIONS(145), - [anon_sym_DetEcTOr] = ACTIONS(145), - [anon_sym_DetEcTOR] = ACTIONS(145), - [anon_sym_DetECtor] = ACTIONS(145), - [anon_sym_DetECtoR] = ACTIONS(145), - [anon_sym_DetECtOr] = ACTIONS(145), - [anon_sym_DetECtOR] = ACTIONS(145), - [anon_sym_DetECTor] = ACTIONS(145), - [anon_sym_DetECToR] = ACTIONS(145), - [anon_sym_DetECTOr] = ACTIONS(145), - [anon_sym_DetECTOR] = ACTIONS(145), - [anon_sym_DeTector] = ACTIONS(145), - [anon_sym_DeTectoR] = ACTIONS(145), - [anon_sym_DeTectOr] = ACTIONS(145), - [anon_sym_DeTectOR] = ACTIONS(145), - [anon_sym_DeTecTor] = ACTIONS(145), - [anon_sym_DeTecToR] = ACTIONS(145), - [anon_sym_DeTecTOr] = ACTIONS(145), - [anon_sym_DeTecTOR] = ACTIONS(145), - [anon_sym_DeTeCtor] = ACTIONS(145), - [anon_sym_DeTeCtoR] = ACTIONS(145), - [anon_sym_DeTeCtOr] = ACTIONS(145), - [anon_sym_DeTeCtOR] = ACTIONS(145), - [anon_sym_DeTeCTor] = ACTIONS(145), - [anon_sym_DeTeCToR] = ACTIONS(145), - [anon_sym_DeTeCTOr] = ACTIONS(145), - [anon_sym_DeTeCTOR] = ACTIONS(145), - [anon_sym_DeTEctor] = ACTIONS(145), - [anon_sym_DeTEctoR] = ACTIONS(145), - [anon_sym_DeTEctOr] = ACTIONS(145), - [anon_sym_DeTEctOR] = ACTIONS(145), - [anon_sym_DeTEcTor] = ACTIONS(145), - [anon_sym_DeTEcToR] = ACTIONS(145), - [anon_sym_DeTEcTOr] = ACTIONS(145), - [anon_sym_DeTEcTOR] = ACTIONS(145), - [anon_sym_DeTECtor] = ACTIONS(145), - [anon_sym_DeTECtoR] = ACTIONS(145), - [anon_sym_DeTECtOr] = ACTIONS(145), - [anon_sym_DeTECtOR] = ACTIONS(145), - [anon_sym_DeTECTor] = ACTIONS(145), - [anon_sym_DeTECToR] = ACTIONS(145), - [anon_sym_DeTECTOr] = ACTIONS(145), - [anon_sym_DeTECTOR] = ACTIONS(145), - [anon_sym_DEtector] = ACTIONS(145), - [anon_sym_DEtectoR] = ACTIONS(145), - [anon_sym_DEtectOr] = ACTIONS(145), - [anon_sym_DEtectOR] = ACTIONS(145), - [anon_sym_DEtecTor] = ACTIONS(145), - [anon_sym_DEtecToR] = ACTIONS(145), - [anon_sym_DEtecTOr] = ACTIONS(145), - [anon_sym_DEtecTOR] = ACTIONS(145), - [anon_sym_DEteCtor] = ACTIONS(145), - [anon_sym_DEteCtoR] = ACTIONS(145), - [anon_sym_DEteCtOr] = ACTIONS(145), - [anon_sym_DEteCtOR] = ACTIONS(145), - [anon_sym_DEteCTor] = ACTIONS(145), - [anon_sym_DEteCToR] = ACTIONS(145), - [anon_sym_DEteCTOr] = ACTIONS(145), - [anon_sym_DEteCTOR] = ACTIONS(145), - [anon_sym_DEtEctor] = ACTIONS(145), - [anon_sym_DEtEctoR] = ACTIONS(145), - [anon_sym_DEtEctOr] = ACTIONS(145), - [anon_sym_DEtEctOR] = ACTIONS(145), - [anon_sym_DEtEcTor] = ACTIONS(145), - [anon_sym_DEtEcToR] = ACTIONS(145), - [anon_sym_DEtEcTOr] = ACTIONS(145), - [anon_sym_DEtEcTOR] = ACTIONS(145), - [anon_sym_DEtECtor] = ACTIONS(145), - [anon_sym_DEtECtoR] = ACTIONS(145), - [anon_sym_DEtECtOr] = ACTIONS(145), - [anon_sym_DEtECtOR] = ACTIONS(145), - [anon_sym_DEtECTor] = ACTIONS(145), - [anon_sym_DEtECToR] = ACTIONS(145), - [anon_sym_DEtECTOr] = ACTIONS(145), - [anon_sym_DEtECTOR] = ACTIONS(145), - [anon_sym_DETector] = ACTIONS(145), - [anon_sym_DETectoR] = ACTIONS(145), - [anon_sym_DETectOr] = ACTIONS(145), - [anon_sym_DETectOR] = ACTIONS(145), - [anon_sym_DETecTor] = ACTIONS(145), - [anon_sym_DETecToR] = ACTIONS(145), - [anon_sym_DETecTOr] = ACTIONS(145), - [anon_sym_DETecTOR] = ACTIONS(145), - [anon_sym_DETeCtor] = ACTIONS(145), - [anon_sym_DETeCtoR] = ACTIONS(145), - [anon_sym_DETeCtOr] = ACTIONS(145), - [anon_sym_DETeCtOR] = ACTIONS(145), - [anon_sym_DETeCTor] = ACTIONS(145), - [anon_sym_DETeCToR] = ACTIONS(145), - [anon_sym_DETeCTOr] = ACTIONS(145), - [anon_sym_DETeCTOR] = ACTIONS(145), - [anon_sym_DETEctor] = ACTIONS(145), - [anon_sym_DETEctoR] = ACTIONS(145), - [anon_sym_DETEctOr] = ACTIONS(145), - [anon_sym_DETEctOR] = ACTIONS(145), - [anon_sym_DETEcTor] = ACTIONS(145), - [anon_sym_DETEcToR] = ACTIONS(145), - [anon_sym_DETEcTOr] = ACTIONS(145), - [anon_sym_DETEcTOR] = ACTIONS(145), - [anon_sym_DETECtor] = ACTIONS(145), - [anon_sym_DETECtoR] = ACTIONS(145), - [anon_sym_DETECtOr] = ACTIONS(145), - [anon_sym_DETECtOR] = ACTIONS(145), - [anon_sym_DETECTor] = ACTIONS(145), - [anon_sym_DETECToR] = ACTIONS(145), - [anon_sym_DETECTOr] = ACTIONS(145), - [anon_sym_DETECTOR] = ACTIONS(145), - [anon_sym_invoke] = ACTIONS(148), - [anon_sym_invokE] = ACTIONS(148), - [anon_sym_invoKe] = ACTIONS(148), - [anon_sym_invoKE] = ACTIONS(148), - [anon_sym_invOke] = ACTIONS(148), - [anon_sym_invOkE] = ACTIONS(148), - [anon_sym_invOKe] = ACTIONS(148), - [anon_sym_invOKE] = ACTIONS(148), - [anon_sym_inVoke] = ACTIONS(148), - [anon_sym_inVokE] = ACTIONS(148), - [anon_sym_inVoKe] = ACTIONS(148), - [anon_sym_inVoKE] = ACTIONS(148), - [anon_sym_inVOke] = ACTIONS(148), - [anon_sym_inVOkE] = ACTIONS(148), - [anon_sym_inVOKe] = ACTIONS(148), - [anon_sym_inVOKE] = ACTIONS(148), - [anon_sym_iNvoke] = ACTIONS(148), - [anon_sym_iNvokE] = ACTIONS(148), - [anon_sym_iNvoKe] = ACTIONS(148), - [anon_sym_iNvoKE] = ACTIONS(148), - [anon_sym_iNvOke] = ACTIONS(148), - [anon_sym_iNvOkE] = ACTIONS(148), - [anon_sym_iNvOKe] = ACTIONS(148), - [anon_sym_iNvOKE] = ACTIONS(148), - [anon_sym_iNVoke] = ACTIONS(148), - [anon_sym_iNVokE] = ACTIONS(148), - [anon_sym_iNVoKe] = ACTIONS(148), - [anon_sym_iNVoKE] = ACTIONS(148), - [anon_sym_iNVOke] = ACTIONS(148), - [anon_sym_iNVOkE] = ACTIONS(148), - [anon_sym_iNVOKe] = ACTIONS(148), - [anon_sym_iNVOKE] = ACTIONS(148), - [anon_sym_Invoke] = ACTIONS(148), - [anon_sym_InvokE] = ACTIONS(148), - [anon_sym_InvoKe] = ACTIONS(148), - [anon_sym_InvoKE] = ACTIONS(148), - [anon_sym_InvOke] = ACTIONS(148), - [anon_sym_InvOkE] = ACTIONS(148), - [anon_sym_InvOKe] = ACTIONS(148), - [anon_sym_InvOKE] = ACTIONS(148), - [anon_sym_InVoke] = ACTIONS(148), - [anon_sym_InVokE] = ACTIONS(148), - [anon_sym_InVoKe] = ACTIONS(148), - [anon_sym_InVoKE] = ACTIONS(148), - [anon_sym_InVOke] = ACTIONS(148), - [anon_sym_InVOkE] = ACTIONS(148), - [anon_sym_InVOKe] = ACTIONS(148), - [anon_sym_InVOKE] = ACTIONS(148), - [anon_sym_INvoke] = ACTIONS(148), - [anon_sym_INvokE] = ACTIONS(148), - [anon_sym_INvoKe] = ACTIONS(148), - [anon_sym_INvoKE] = ACTIONS(148), - [anon_sym_INvOke] = ACTIONS(148), - [anon_sym_INvOkE] = ACTIONS(148), - [anon_sym_INvOKe] = ACTIONS(148), - [anon_sym_INvOKE] = ACTIONS(148), - [anon_sym_INVoke] = ACTIONS(148), - [anon_sym_INVokE] = ACTIONS(148), - [anon_sym_INVoKe] = ACTIONS(148), - [anon_sym_INVoKE] = ACTIONS(148), - [anon_sym_INVOke] = ACTIONS(148), - [anon_sym_INVOkE] = ACTIONS(148), - [anon_sym_INVOKe] = ACTIONS(148), - [anon_sym_INVOKE] = ACTIONS(148), - [anon_sym_select] = ACTIONS(151), - [anon_sym_selecT] = ACTIONS(151), - [anon_sym_seleCt] = ACTIONS(151), - [anon_sym_seleCT] = ACTIONS(151), - [anon_sym_selEct] = ACTIONS(151), - [anon_sym_selEcT] = ACTIONS(151), - [anon_sym_selECt] = ACTIONS(151), - [anon_sym_selECT] = ACTIONS(151), - [anon_sym_seLect] = ACTIONS(151), - [anon_sym_seLecT] = ACTIONS(151), - [anon_sym_seLeCt] = ACTIONS(151), - [anon_sym_seLeCT] = ACTIONS(151), - [anon_sym_seLEct] = ACTIONS(151), - [anon_sym_seLEcT] = ACTIONS(151), - [anon_sym_seLECt] = ACTIONS(151), - [anon_sym_seLECT] = ACTIONS(151), - [anon_sym_sElect] = ACTIONS(151), - [anon_sym_sElecT] = ACTIONS(151), - [anon_sym_sEleCt] = ACTIONS(151), - [anon_sym_sEleCT] = ACTIONS(151), - [anon_sym_sElEct] = ACTIONS(151), - [anon_sym_sElEcT] = ACTIONS(151), - [anon_sym_sElECt] = ACTIONS(151), - [anon_sym_sElECT] = ACTIONS(151), - [anon_sym_sELect] = ACTIONS(151), - [anon_sym_sELecT] = ACTIONS(151), - [anon_sym_sELeCt] = ACTIONS(151), - [anon_sym_sELeCT] = ACTIONS(151), - [anon_sym_sELEct] = ACTIONS(151), - [anon_sym_sELEcT] = ACTIONS(151), - [anon_sym_sELECt] = ACTIONS(151), - [anon_sym_sELECT] = ACTIONS(151), - [anon_sym_Select] = ACTIONS(151), - [anon_sym_SelecT] = ACTIONS(151), - [anon_sym_SeleCt] = ACTIONS(151), - [anon_sym_SeleCT] = ACTIONS(151), - [anon_sym_SelEct] = ACTIONS(151), - [anon_sym_SelEcT] = ACTIONS(151), - [anon_sym_SelECt] = ACTIONS(151), - [anon_sym_SelECT] = ACTIONS(151), - [anon_sym_SeLect] = ACTIONS(151), - [anon_sym_SeLecT] = ACTIONS(151), - [anon_sym_SeLeCt] = ACTIONS(151), - [anon_sym_SeLeCT] = ACTIONS(151), - [anon_sym_SeLEct] = ACTIONS(151), - [anon_sym_SeLEcT] = ACTIONS(151), - [anon_sym_SeLECt] = ACTIONS(151), - [anon_sym_SeLECT] = ACTIONS(151), - [anon_sym_SElect] = ACTIONS(151), - [anon_sym_SElecT] = ACTIONS(151), - [anon_sym_SEleCt] = ACTIONS(151), - [anon_sym_SEleCT] = ACTIONS(151), - [anon_sym_SElEct] = ACTIONS(151), - [anon_sym_SElEcT] = ACTIONS(151), - [anon_sym_SElECt] = ACTIONS(151), - [anon_sym_SElECT] = ACTIONS(151), - [anon_sym_SELect] = ACTIONS(151), - [anon_sym_SELecT] = ACTIONS(151), - [anon_sym_SELeCt] = ACTIONS(151), - [anon_sym_SELeCT] = ACTIONS(151), - [anon_sym_SELEct] = ACTIONS(151), - [anon_sym_SELEcT] = ACTIONS(151), - [anon_sym_SELECt] = ACTIONS(151), - [anon_sym_SELECT] = ACTIONS(151), + [anon_sym_complete] = ACTIONS(134), + [anon_sym_completE] = ACTIONS(134), + [anon_sym_compleTe] = ACTIONS(134), + [anon_sym_compleTE] = ACTIONS(134), + [anon_sym_complEte] = ACTIONS(134), + [anon_sym_complEtE] = ACTIONS(134), + [anon_sym_complETe] = ACTIONS(134), + [anon_sym_complETE] = ACTIONS(134), + [anon_sym_compLete] = ACTIONS(134), + [anon_sym_compLetE] = ACTIONS(134), + [anon_sym_compLeTe] = ACTIONS(134), + [anon_sym_compLeTE] = ACTIONS(134), + [anon_sym_compLEte] = ACTIONS(134), + [anon_sym_compLEtE] = ACTIONS(134), + [anon_sym_compLETe] = ACTIONS(134), + [anon_sym_compLETE] = ACTIONS(134), + [anon_sym_comPlete] = ACTIONS(134), + [anon_sym_comPletE] = ACTIONS(134), + [anon_sym_comPleTe] = ACTIONS(134), + [anon_sym_comPleTE] = ACTIONS(134), + [anon_sym_comPlEte] = ACTIONS(134), + [anon_sym_comPlEtE] = ACTIONS(134), + [anon_sym_comPlETe] = ACTIONS(134), + [anon_sym_comPlETE] = ACTIONS(134), + [anon_sym_comPLete] = ACTIONS(134), + [anon_sym_comPLetE] = ACTIONS(134), + [anon_sym_comPLeTe] = ACTIONS(134), + [anon_sym_comPLeTE] = ACTIONS(134), + [anon_sym_comPLEte] = ACTIONS(134), + [anon_sym_comPLEtE] = ACTIONS(134), + [anon_sym_comPLETe] = ACTIONS(134), + [anon_sym_comPLETE] = ACTIONS(134), + [anon_sym_coMplete] = ACTIONS(134), + [anon_sym_coMpletE] = ACTIONS(134), + [anon_sym_coMpleTe] = ACTIONS(134), + [anon_sym_coMpleTE] = ACTIONS(134), + [anon_sym_coMplEte] = ACTIONS(134), + [anon_sym_coMplEtE] = ACTIONS(134), + [anon_sym_coMplETe] = ACTIONS(134), + [anon_sym_coMplETE] = ACTIONS(134), + [anon_sym_coMpLete] = ACTIONS(134), + [anon_sym_coMpLetE] = ACTIONS(134), + [anon_sym_coMpLeTe] = ACTIONS(134), + [anon_sym_coMpLeTE] = ACTIONS(134), + [anon_sym_coMpLEte] = ACTIONS(134), + [anon_sym_coMpLEtE] = ACTIONS(134), + [anon_sym_coMpLETe] = ACTIONS(134), + [anon_sym_coMpLETE] = ACTIONS(134), + [anon_sym_coMPlete] = ACTIONS(134), + [anon_sym_coMPletE] = ACTIONS(134), + [anon_sym_coMPleTe] = ACTIONS(134), + [anon_sym_coMPleTE] = ACTIONS(134), + [anon_sym_coMPlEte] = ACTIONS(134), + [anon_sym_coMPlEtE] = ACTIONS(134), + [anon_sym_coMPlETe] = ACTIONS(134), + [anon_sym_coMPlETE] = ACTIONS(134), + [anon_sym_coMPLete] = ACTIONS(134), + [anon_sym_coMPLetE] = ACTIONS(134), + [anon_sym_coMPLeTe] = ACTIONS(134), + [anon_sym_coMPLeTE] = ACTIONS(134), + [anon_sym_coMPLEte] = ACTIONS(134), + [anon_sym_coMPLEtE] = ACTIONS(134), + [anon_sym_coMPLETe] = ACTIONS(134), + [anon_sym_coMPLETE] = ACTIONS(134), + [anon_sym_cOmplete] = ACTIONS(134), + [anon_sym_cOmpletE] = ACTIONS(134), + [anon_sym_cOmpleTe] = ACTIONS(134), + [anon_sym_cOmpleTE] = ACTIONS(134), + [anon_sym_cOmplEte] = ACTIONS(134), + [anon_sym_cOmplEtE] = ACTIONS(134), + [anon_sym_cOmplETe] = ACTIONS(134), + [anon_sym_cOmplETE] = ACTIONS(134), + [anon_sym_cOmpLete] = ACTIONS(134), + [anon_sym_cOmpLetE] = ACTIONS(134), + [anon_sym_cOmpLeTe] = ACTIONS(134), + [anon_sym_cOmpLeTE] = ACTIONS(134), + [anon_sym_cOmpLEte] = ACTIONS(134), + [anon_sym_cOmpLEtE] = ACTIONS(134), + [anon_sym_cOmpLETe] = ACTIONS(134), + [anon_sym_cOmpLETE] = ACTIONS(134), + [anon_sym_cOmPlete] = ACTIONS(134), + [anon_sym_cOmPletE] = ACTIONS(134), + [anon_sym_cOmPleTe] = ACTIONS(134), + [anon_sym_cOmPleTE] = ACTIONS(134), + [anon_sym_cOmPlEte] = ACTIONS(134), + [anon_sym_cOmPlEtE] = ACTIONS(134), + [anon_sym_cOmPlETe] = ACTIONS(134), + [anon_sym_cOmPlETE] = ACTIONS(134), + [anon_sym_cOmPLete] = ACTIONS(134), + [anon_sym_cOmPLetE] = ACTIONS(134), + [anon_sym_cOmPLeTe] = ACTIONS(134), + [anon_sym_cOmPLeTE] = ACTIONS(134), + [anon_sym_cOmPLEte] = ACTIONS(134), + [anon_sym_cOmPLEtE] = ACTIONS(134), + [anon_sym_cOmPLETe] = ACTIONS(134), + [anon_sym_cOmPLETE] = ACTIONS(134), + [anon_sym_cOMplete] = ACTIONS(134), + [anon_sym_cOMpletE] = ACTIONS(134), + [anon_sym_cOMpleTe] = ACTIONS(134), + [anon_sym_cOMpleTE] = ACTIONS(134), + [anon_sym_cOMplEte] = ACTIONS(134), + [anon_sym_cOMplEtE] = ACTIONS(134), + [anon_sym_cOMplETe] = ACTIONS(134), + [anon_sym_cOMplETE] = ACTIONS(134), + [anon_sym_cOMpLete] = ACTIONS(134), + [anon_sym_cOMpLetE] = ACTIONS(134), + [anon_sym_cOMpLeTe] = ACTIONS(134), + [anon_sym_cOMpLeTE] = ACTIONS(134), + [anon_sym_cOMpLEte] = ACTIONS(134), + [anon_sym_cOMpLEtE] = ACTIONS(134), + [anon_sym_cOMpLETe] = ACTIONS(134), + [anon_sym_cOMpLETE] = ACTIONS(134), + [anon_sym_cOMPlete] = ACTIONS(134), + [anon_sym_cOMPletE] = ACTIONS(134), + [anon_sym_cOMPleTe] = ACTIONS(134), + [anon_sym_cOMPleTE] = ACTIONS(134), + [anon_sym_cOMPlEte] = ACTIONS(134), + [anon_sym_cOMPlEtE] = ACTIONS(134), + [anon_sym_cOMPlETe] = ACTIONS(134), + [anon_sym_cOMPlETE] = ACTIONS(134), + [anon_sym_cOMPLete] = ACTIONS(134), + [anon_sym_cOMPLetE] = ACTIONS(134), + [anon_sym_cOMPLeTe] = ACTIONS(134), + [anon_sym_cOMPLeTE] = ACTIONS(134), + [anon_sym_cOMPLEte] = ACTIONS(134), + [anon_sym_cOMPLEtE] = ACTIONS(134), + [anon_sym_cOMPLETe] = ACTIONS(134), + [anon_sym_cOMPLETE] = ACTIONS(134), + [anon_sym_Complete] = ACTIONS(134), + [anon_sym_CompletE] = ACTIONS(134), + [anon_sym_CompleTe] = ACTIONS(134), + [anon_sym_CompleTE] = ACTIONS(134), + [anon_sym_ComplEte] = ACTIONS(134), + [anon_sym_ComplEtE] = ACTIONS(134), + [anon_sym_ComplETe] = ACTIONS(134), + [anon_sym_ComplETE] = ACTIONS(134), + [anon_sym_CompLete] = ACTIONS(134), + [anon_sym_CompLetE] = ACTIONS(134), + [anon_sym_CompLeTe] = ACTIONS(134), + [anon_sym_CompLeTE] = ACTIONS(134), + [anon_sym_CompLEte] = ACTIONS(134), + [anon_sym_CompLEtE] = ACTIONS(134), + [anon_sym_CompLETe] = ACTIONS(134), + [anon_sym_CompLETE] = ACTIONS(134), + [anon_sym_ComPlete] = ACTIONS(134), + [anon_sym_ComPletE] = ACTIONS(134), + [anon_sym_ComPleTe] = ACTIONS(134), + [anon_sym_ComPleTE] = ACTIONS(134), + [anon_sym_ComPlEte] = ACTIONS(134), + [anon_sym_ComPlEtE] = ACTIONS(134), + [anon_sym_ComPlETe] = ACTIONS(134), + [anon_sym_ComPlETE] = ACTIONS(134), + [anon_sym_ComPLete] = ACTIONS(134), + [anon_sym_ComPLetE] = ACTIONS(134), + [anon_sym_ComPLeTe] = ACTIONS(134), + [anon_sym_ComPLeTE] = ACTIONS(134), + [anon_sym_ComPLEte] = ACTIONS(134), + [anon_sym_ComPLEtE] = ACTIONS(134), + [anon_sym_ComPLETe] = ACTIONS(134), + [anon_sym_ComPLETE] = ACTIONS(134), + [anon_sym_CoMplete] = ACTIONS(134), + [anon_sym_CoMpletE] = ACTIONS(134), + [anon_sym_CoMpleTe] = ACTIONS(134), + [anon_sym_CoMpleTE] = ACTIONS(134), + [anon_sym_CoMplEte] = ACTIONS(134), + [anon_sym_CoMplEtE] = ACTIONS(134), + [anon_sym_CoMplETe] = ACTIONS(134), + [anon_sym_CoMplETE] = ACTIONS(134), + [anon_sym_CoMpLete] = ACTIONS(134), + [anon_sym_CoMpLetE] = ACTIONS(134), + [anon_sym_CoMpLeTe] = ACTIONS(134), + [anon_sym_CoMpLeTE] = ACTIONS(134), + [anon_sym_CoMpLEte] = ACTIONS(134), + [anon_sym_CoMpLEtE] = ACTIONS(134), + [anon_sym_CoMpLETe] = ACTIONS(134), + [anon_sym_CoMpLETE] = ACTIONS(134), + [anon_sym_CoMPlete] = ACTIONS(134), + [anon_sym_CoMPletE] = ACTIONS(134), + [anon_sym_CoMPleTe] = ACTIONS(134), + [anon_sym_CoMPleTE] = ACTIONS(134), + [anon_sym_CoMPlEte] = ACTIONS(134), + [anon_sym_CoMPlEtE] = ACTIONS(134), + [anon_sym_CoMPlETe] = ACTIONS(134), + [anon_sym_CoMPlETE] = ACTIONS(134), + [anon_sym_CoMPLete] = ACTIONS(134), + [anon_sym_CoMPLetE] = ACTIONS(134), + [anon_sym_CoMPLeTe] = ACTIONS(134), + [anon_sym_CoMPLeTE] = ACTIONS(134), + [anon_sym_CoMPLEte] = ACTIONS(134), + [anon_sym_CoMPLEtE] = ACTIONS(134), + [anon_sym_CoMPLETe] = ACTIONS(134), + [anon_sym_CoMPLETE] = ACTIONS(134), + [anon_sym_COmplete] = ACTIONS(134), + [anon_sym_COmpletE] = ACTIONS(134), + [anon_sym_COmpleTe] = ACTIONS(134), + [anon_sym_COmpleTE] = ACTIONS(134), + [anon_sym_COmplEte] = ACTIONS(134), + [anon_sym_COmplEtE] = ACTIONS(134), + [anon_sym_COmplETe] = ACTIONS(134), + [anon_sym_COmplETE] = ACTIONS(134), + [anon_sym_COmpLete] = ACTIONS(134), + [anon_sym_COmpLetE] = ACTIONS(134), + [anon_sym_COmpLeTe] = ACTIONS(134), + [anon_sym_COmpLeTE] = ACTIONS(134), + [anon_sym_COmpLEte] = ACTIONS(134), + [anon_sym_COmpLEtE] = ACTIONS(134), + [anon_sym_COmpLETe] = ACTIONS(134), + [anon_sym_COmpLETE] = ACTIONS(134), + [anon_sym_COmPlete] = ACTIONS(134), + [anon_sym_COmPletE] = ACTIONS(134), + [anon_sym_COmPleTe] = ACTIONS(134), + [anon_sym_COmPleTE] = ACTIONS(134), + [anon_sym_COmPlEte] = ACTIONS(134), + [anon_sym_COmPlEtE] = ACTIONS(134), + [anon_sym_COmPlETe] = ACTIONS(134), + [anon_sym_COmPlETE] = ACTIONS(134), + [anon_sym_COmPLete] = ACTIONS(134), + [anon_sym_COmPLetE] = ACTIONS(134), + [anon_sym_COmPLeTe] = ACTIONS(134), + [anon_sym_COmPLeTE] = ACTIONS(134), + [anon_sym_COmPLEte] = ACTIONS(134), + [anon_sym_COmPLEtE] = ACTIONS(134), + [anon_sym_COmPLETe] = ACTIONS(134), + [anon_sym_COmPLETE] = ACTIONS(134), + [anon_sym_COMplete] = ACTIONS(134), + [anon_sym_COMpletE] = ACTIONS(134), + [anon_sym_COMpleTe] = ACTIONS(134), + [anon_sym_COMpleTE] = ACTIONS(134), + [anon_sym_COMplEte] = ACTIONS(134), + [anon_sym_COMplEtE] = ACTIONS(134), + [anon_sym_COMplETe] = ACTIONS(134), + [anon_sym_COMplETE] = ACTIONS(134), + [anon_sym_COMpLete] = ACTIONS(134), + [anon_sym_COMpLetE] = ACTIONS(134), + [anon_sym_COMpLeTe] = ACTIONS(134), + [anon_sym_COMpLeTE] = ACTIONS(134), + [anon_sym_COMpLEte] = ACTIONS(134), + [anon_sym_COMpLEtE] = ACTIONS(134), + [anon_sym_COMpLETe] = ACTIONS(134), + [anon_sym_COMpLETE] = ACTIONS(134), + [anon_sym_COMPlete] = ACTIONS(134), + [anon_sym_COMPletE] = ACTIONS(134), + [anon_sym_COMPleTe] = ACTIONS(134), + [anon_sym_COMPleTE] = ACTIONS(134), + [anon_sym_COMPlEte] = ACTIONS(134), + [anon_sym_COMPlEtE] = ACTIONS(134), + [anon_sym_COMPlETe] = ACTIONS(134), + [anon_sym_COMPlETE] = ACTIONS(134), + [anon_sym_COMPLete] = ACTIONS(134), + [anon_sym_COMPLetE] = ACTIONS(134), + [anon_sym_COMPLeTe] = ACTIONS(134), + [anon_sym_COMPLeTE] = ACTIONS(134), + [anon_sym_COMPLEte] = ACTIONS(134), + [anon_sym_COMPLEtE] = ACTIONS(134), + [anon_sym_COMPLETe] = ACTIONS(134), + [anon_sym_COMPLETE] = ACTIONS(134), + [anon_sym_if] = ACTIONS(134), + [anon_sym_iF] = ACTIONS(134), + [anon_sym_If] = ACTIONS(134), + [anon_sym_IF] = ACTIONS(134), + [anon_sym_else] = ACTIONS(134), + [anon_sym_elsE] = ACTIONS(134), + [anon_sym_elSe] = ACTIONS(134), + [anon_sym_elSE] = ACTIONS(134), + [anon_sym_eLse] = ACTIONS(134), + [anon_sym_eLsE] = ACTIONS(134), + [anon_sym_eLSe] = ACTIONS(134), + [anon_sym_eLSE] = ACTIONS(134), + [anon_sym_Else] = ACTIONS(134), + [anon_sym_ElsE] = ACTIONS(134), + [anon_sym_ElSe] = ACTIONS(134), + [anon_sym_ElSE] = ACTIONS(134), + [anon_sym_ELse] = ACTIONS(134), + [anon_sym_ELsE] = ACTIONS(134), + [anon_sym_ELSe] = ACTIONS(134), + [anon_sym_ELSE] = ACTIONS(134), + [anon_sym_elseif] = ACTIONS(134), + [anon_sym_elseiF] = ACTIONS(134), + [anon_sym_elseIf] = ACTIONS(134), + [anon_sym_elseIF] = ACTIONS(134), + [anon_sym_elsEif] = ACTIONS(134), + [anon_sym_elsEiF] = ACTIONS(134), + [anon_sym_elsEIf] = ACTIONS(134), + [anon_sym_elsEIF] = ACTIONS(134), + [anon_sym_elSeif] = ACTIONS(134), + [anon_sym_elSeiF] = ACTIONS(134), + [anon_sym_elSeIf] = ACTIONS(134), + [anon_sym_elSeIF] = ACTIONS(134), + [anon_sym_elSEif] = ACTIONS(134), + [anon_sym_elSEiF] = ACTIONS(134), + [anon_sym_elSEIf] = ACTIONS(134), + [anon_sym_elSEIF] = ACTIONS(134), + [anon_sym_eLseif] = ACTIONS(134), + [anon_sym_eLseiF] = ACTIONS(134), + [anon_sym_eLseIf] = ACTIONS(134), + [anon_sym_eLseIF] = ACTIONS(134), + [anon_sym_eLsEif] = ACTIONS(134), + [anon_sym_eLsEiF] = ACTIONS(134), + [anon_sym_eLsEIf] = ACTIONS(134), + [anon_sym_eLsEIF] = ACTIONS(134), + [anon_sym_eLSeif] = ACTIONS(134), + [anon_sym_eLSeiF] = ACTIONS(134), + [anon_sym_eLSeIf] = ACTIONS(134), + [anon_sym_eLSeIF] = ACTIONS(134), + [anon_sym_eLSEif] = ACTIONS(134), + [anon_sym_eLSEiF] = ACTIONS(134), + [anon_sym_eLSEIf] = ACTIONS(134), + [anon_sym_eLSEIF] = ACTIONS(134), + [anon_sym_Elseif] = ACTIONS(134), + [anon_sym_ElseiF] = ACTIONS(134), + [anon_sym_ElseIf] = ACTIONS(134), + [anon_sym_ElseIF] = ACTIONS(134), + [anon_sym_ElsEif] = ACTIONS(134), + [anon_sym_ElsEiF] = ACTIONS(134), + [anon_sym_ElsEIf] = ACTIONS(134), + [anon_sym_ElsEIF] = ACTIONS(134), + [anon_sym_ElSeif] = ACTIONS(134), + [anon_sym_ElSeiF] = ACTIONS(134), + [anon_sym_ElSeIf] = ACTIONS(134), + [anon_sym_ElSeIF] = ACTIONS(134), + [anon_sym_ElSEif] = ACTIONS(134), + [anon_sym_ElSEiF] = ACTIONS(134), + [anon_sym_ElSEIf] = ACTIONS(134), + [anon_sym_ElSEIF] = ACTIONS(134), + [anon_sym_ELseif] = ACTIONS(134), + [anon_sym_ELseiF] = ACTIONS(134), + [anon_sym_ELseIf] = ACTIONS(134), + [anon_sym_ELseIF] = ACTIONS(134), + [anon_sym_ELsEif] = ACTIONS(134), + [anon_sym_ELsEiF] = ACTIONS(134), + [anon_sym_ELsEIf] = ACTIONS(134), + [anon_sym_ELsEIF] = ACTIONS(134), + [anon_sym_ELSeif] = ACTIONS(134), + [anon_sym_ELSeiF] = ACTIONS(134), + [anon_sym_ELSeIf] = ACTIONS(134), + [anon_sym_ELSeIF] = ACTIONS(134), + [anon_sym_ELSEif] = ACTIONS(134), + [anon_sym_ELSEiF] = ACTIONS(134), + [anon_sym_ELSEIf] = ACTIONS(134), + [anon_sym_ELSEIF] = ACTIONS(134), + [anon_sym_endif] = ACTIONS(134), + [anon_sym_endiF] = ACTIONS(134), + [anon_sym_endIf] = ACTIONS(134), + [anon_sym_endIF] = ACTIONS(134), + [anon_sym_enDif] = ACTIONS(134), + [anon_sym_enDiF] = ACTIONS(134), + [anon_sym_enDIf] = ACTIONS(134), + [anon_sym_enDIF] = ACTIONS(134), + [anon_sym_eNdif] = ACTIONS(134), + [anon_sym_eNdiF] = ACTIONS(134), + [anon_sym_eNdIf] = ACTIONS(134), + [anon_sym_eNdIF] = ACTIONS(134), + [anon_sym_eNDif] = ACTIONS(134), + [anon_sym_eNDiF] = ACTIONS(134), + [anon_sym_eNDIf] = ACTIONS(134), + [anon_sym_eNDIF] = ACTIONS(134), + [anon_sym_Endif] = ACTIONS(134), + [anon_sym_EndiF] = ACTIONS(134), + [anon_sym_EndIf] = ACTIONS(134), + [anon_sym_EndIF] = ACTIONS(134), + [anon_sym_EnDif] = ACTIONS(134), + [anon_sym_EnDiF] = ACTIONS(134), + [anon_sym_EnDIf] = ACTIONS(134), + [anon_sym_EnDIF] = ACTIONS(134), + [anon_sym_ENdif] = ACTIONS(134), + [anon_sym_ENdiF] = ACTIONS(134), + [anon_sym_ENdIf] = ACTIONS(134), + [anon_sym_ENdIF] = ACTIONS(134), + [anon_sym_ENDif] = ACTIONS(134), + [anon_sym_ENDiF] = ACTIONS(134), + [anon_sym_ENDIf] = ACTIONS(134), + [anon_sym_ENDIF] = ACTIONS(134), + [anon_sym_while] = ACTIONS(134), + [anon_sym_whilE] = ACTIONS(134), + [anon_sym_whiLe] = ACTIONS(134), + [anon_sym_whiLE] = ACTIONS(134), + [anon_sym_whIle] = ACTIONS(134), + [anon_sym_whIlE] = ACTIONS(134), + [anon_sym_whILe] = ACTIONS(134), + [anon_sym_whILE] = ACTIONS(134), + [anon_sym_wHile] = ACTIONS(134), + [anon_sym_wHilE] = ACTIONS(134), + [anon_sym_wHiLe] = ACTIONS(134), + [anon_sym_wHiLE] = ACTIONS(134), + [anon_sym_wHIle] = ACTIONS(134), + [anon_sym_wHIlE] = ACTIONS(134), + [anon_sym_wHILe] = ACTIONS(134), + [anon_sym_wHILE] = ACTIONS(134), + [anon_sym_While] = ACTIONS(134), + [anon_sym_WhilE] = ACTIONS(134), + [anon_sym_WhiLe] = ACTIONS(134), + [anon_sym_WhiLE] = ACTIONS(134), + [anon_sym_WhIle] = ACTIONS(134), + [anon_sym_WhIlE] = ACTIONS(134), + [anon_sym_WhILe] = ACTIONS(134), + [anon_sym_WhILE] = ACTIONS(134), + [anon_sym_WHile] = ACTIONS(134), + [anon_sym_WHilE] = ACTIONS(134), + [anon_sym_WHiLe] = ACTIONS(134), + [anon_sym_WHiLE] = ACTIONS(134), + [anon_sym_WHIle] = ACTIONS(134), + [anon_sym_WHIlE] = ACTIONS(134), + [anon_sym_WHILe] = ACTIONS(134), + [anon_sym_WHILE] = ACTIONS(134), + [anon_sym_endwhile] = ACTIONS(134), + [anon_sym_endwhilE] = ACTIONS(134), + [anon_sym_endwhiLe] = ACTIONS(134), + [anon_sym_endwhiLE] = ACTIONS(134), + [anon_sym_endwhIle] = ACTIONS(134), + [anon_sym_endwhIlE] = ACTIONS(134), + [anon_sym_endwhILe] = ACTIONS(134), + [anon_sym_endwhILE] = ACTIONS(134), + [anon_sym_endwHile] = ACTIONS(134), + [anon_sym_endwHilE] = ACTIONS(134), + [anon_sym_endwHiLe] = ACTIONS(134), + [anon_sym_endwHiLE] = ACTIONS(134), + [anon_sym_endwHIle] = ACTIONS(134), + [anon_sym_endwHIlE] = ACTIONS(134), + [anon_sym_endwHILe] = ACTIONS(134), + [anon_sym_endwHILE] = ACTIONS(134), + [anon_sym_endWhile] = ACTIONS(134), + [anon_sym_endWhilE] = ACTIONS(134), + [anon_sym_endWhiLe] = ACTIONS(134), + [anon_sym_endWhiLE] = ACTIONS(134), + [anon_sym_endWhIle] = ACTIONS(134), + [anon_sym_endWhIlE] = ACTIONS(134), + [anon_sym_endWhILe] = ACTIONS(134), + [anon_sym_endWhILE] = ACTIONS(134), + [anon_sym_endWHile] = ACTIONS(134), + [anon_sym_endWHilE] = ACTIONS(134), + [anon_sym_endWHiLe] = ACTIONS(134), + [anon_sym_endWHiLE] = ACTIONS(134), + [anon_sym_endWHIle] = ACTIONS(134), + [anon_sym_endWHIlE] = ACTIONS(134), + [anon_sym_endWHILe] = ACTIONS(134), + [anon_sym_endWHILE] = ACTIONS(134), + [anon_sym_enDwhile] = ACTIONS(134), + [anon_sym_enDwhilE] = ACTIONS(134), + [anon_sym_enDwhiLe] = ACTIONS(134), + [anon_sym_enDwhiLE] = ACTIONS(134), + [anon_sym_enDwhIle] = ACTIONS(134), + [anon_sym_enDwhIlE] = ACTIONS(134), + [anon_sym_enDwhILe] = ACTIONS(134), + [anon_sym_enDwhILE] = ACTIONS(134), + [anon_sym_enDwHile] = ACTIONS(134), + [anon_sym_enDwHilE] = ACTIONS(134), + [anon_sym_enDwHiLe] = ACTIONS(134), + [anon_sym_enDwHiLE] = ACTIONS(134), + [anon_sym_enDwHIle] = ACTIONS(134), + [anon_sym_enDwHIlE] = ACTIONS(134), + [anon_sym_enDwHILe] = ACTIONS(134), + [anon_sym_enDwHILE] = ACTIONS(134), + [anon_sym_enDWhile] = ACTIONS(134), + [anon_sym_enDWhilE] = ACTIONS(134), + [anon_sym_enDWhiLe] = ACTIONS(134), + [anon_sym_enDWhiLE] = ACTIONS(134), + [anon_sym_enDWhIle] = ACTIONS(134), + [anon_sym_enDWhIlE] = ACTIONS(134), + [anon_sym_enDWhILe] = ACTIONS(134), + [anon_sym_enDWhILE] = ACTIONS(134), + [anon_sym_enDWHile] = ACTIONS(134), + [anon_sym_enDWHilE] = ACTIONS(134), + [anon_sym_enDWHiLe] = ACTIONS(134), + [anon_sym_enDWHiLE] = ACTIONS(134), + [anon_sym_enDWHIle] = ACTIONS(134), + [anon_sym_enDWHIlE] = ACTIONS(134), + [anon_sym_enDWHILe] = ACTIONS(134), + [anon_sym_enDWHILE] = ACTIONS(134), + [anon_sym_eNdwhile] = ACTIONS(134), + [anon_sym_eNdwhilE] = ACTIONS(134), + [anon_sym_eNdwhiLe] = ACTIONS(134), + [anon_sym_eNdwhiLE] = ACTIONS(134), + [anon_sym_eNdwhIle] = ACTIONS(134), + [anon_sym_eNdwhIlE] = ACTIONS(134), + [anon_sym_eNdwhILe] = ACTIONS(134), + [anon_sym_eNdwhILE] = ACTIONS(134), + [anon_sym_eNdwHile] = ACTIONS(134), + [anon_sym_eNdwHilE] = ACTIONS(134), + [anon_sym_eNdwHiLe] = ACTIONS(134), + [anon_sym_eNdwHiLE] = ACTIONS(134), + [anon_sym_eNdwHIle] = ACTIONS(134), + [anon_sym_eNdwHIlE] = ACTIONS(134), + [anon_sym_eNdwHILe] = ACTIONS(134), + [anon_sym_eNdwHILE] = ACTIONS(134), + [anon_sym_eNdWhile] = ACTIONS(134), + [anon_sym_eNdWhilE] = ACTIONS(134), + [anon_sym_eNdWhiLe] = ACTIONS(134), + [anon_sym_eNdWhiLE] = ACTIONS(134), + [anon_sym_eNdWhIle] = ACTIONS(134), + [anon_sym_eNdWhIlE] = ACTIONS(134), + [anon_sym_eNdWhILe] = ACTIONS(134), + [anon_sym_eNdWhILE] = ACTIONS(134), + [anon_sym_eNdWHile] = ACTIONS(134), + [anon_sym_eNdWHilE] = ACTIONS(134), + [anon_sym_eNdWHiLe] = ACTIONS(134), + [anon_sym_eNdWHiLE] = ACTIONS(134), + [anon_sym_eNdWHIle] = ACTIONS(134), + [anon_sym_eNdWHIlE] = ACTIONS(134), + [anon_sym_eNdWHILe] = ACTIONS(134), + [anon_sym_eNdWHILE] = ACTIONS(134), + [anon_sym_eNDwhile] = ACTIONS(134), + [anon_sym_eNDwhilE] = ACTIONS(134), + [anon_sym_eNDwhiLe] = ACTIONS(134), + [anon_sym_eNDwhiLE] = ACTIONS(134), + [anon_sym_eNDwhIle] = ACTIONS(134), + [anon_sym_eNDwhIlE] = ACTIONS(134), + [anon_sym_eNDwhILe] = ACTIONS(134), + [anon_sym_eNDwhILE] = ACTIONS(134), + [anon_sym_eNDwHile] = ACTIONS(134), + [anon_sym_eNDwHilE] = ACTIONS(134), + [anon_sym_eNDwHiLe] = ACTIONS(134), + [anon_sym_eNDwHiLE] = ACTIONS(134), + [anon_sym_eNDwHIle] = ACTIONS(134), + [anon_sym_eNDwHIlE] = ACTIONS(134), + [anon_sym_eNDwHILe] = ACTIONS(134), + [anon_sym_eNDwHILE] = ACTIONS(134), + [anon_sym_eNDWhile] = ACTIONS(134), + [anon_sym_eNDWhilE] = ACTIONS(134), + [anon_sym_eNDWhiLe] = ACTIONS(134), + [anon_sym_eNDWhiLE] = ACTIONS(134), + [anon_sym_eNDWhIle] = ACTIONS(134), + [anon_sym_eNDWhIlE] = ACTIONS(134), + [anon_sym_eNDWhILe] = ACTIONS(134), + [anon_sym_eNDWhILE] = ACTIONS(134), + [anon_sym_eNDWHile] = ACTIONS(134), + [anon_sym_eNDWHilE] = ACTIONS(134), + [anon_sym_eNDWHiLe] = ACTIONS(134), + [anon_sym_eNDWHiLE] = ACTIONS(134), + [anon_sym_eNDWHIle] = ACTIONS(134), + [anon_sym_eNDWHIlE] = ACTIONS(134), + [anon_sym_eNDWHILe] = ACTIONS(134), + [anon_sym_eNDWHILE] = ACTIONS(134), + [anon_sym_Endwhile] = ACTIONS(134), + [anon_sym_EndwhilE] = ACTIONS(134), + [anon_sym_EndwhiLe] = ACTIONS(134), + [anon_sym_EndwhiLE] = ACTIONS(134), + [anon_sym_EndwhIle] = ACTIONS(134), + [anon_sym_EndwhIlE] = ACTIONS(134), + [anon_sym_EndwhILe] = ACTIONS(134), + [anon_sym_EndwhILE] = ACTIONS(134), + [anon_sym_EndwHile] = ACTIONS(134), + [anon_sym_EndwHilE] = ACTIONS(134), + [anon_sym_EndwHiLe] = ACTIONS(134), + [anon_sym_EndwHiLE] = ACTIONS(134), + [anon_sym_EndwHIle] = ACTIONS(134), + [anon_sym_EndwHIlE] = ACTIONS(134), + [anon_sym_EndwHILe] = ACTIONS(134), + [anon_sym_EndwHILE] = ACTIONS(134), + [anon_sym_EndWhile] = ACTIONS(134), + [anon_sym_EndWhilE] = ACTIONS(134), + [anon_sym_EndWhiLe] = ACTIONS(134), + [anon_sym_EndWhiLE] = ACTIONS(134), + [anon_sym_EndWhIle] = ACTIONS(134), + [anon_sym_EndWhIlE] = ACTIONS(134), + [anon_sym_EndWhILe] = ACTIONS(134), + [anon_sym_EndWhILE] = ACTIONS(134), + [anon_sym_EndWHile] = ACTIONS(134), + [anon_sym_EndWHilE] = ACTIONS(134), + [anon_sym_EndWHiLe] = ACTIONS(134), + [anon_sym_EndWHiLE] = ACTIONS(134), + [anon_sym_EndWHIle] = ACTIONS(134), + [anon_sym_EndWHIlE] = ACTIONS(134), + [anon_sym_EndWHILe] = ACTIONS(134), + [anon_sym_EndWHILE] = ACTIONS(134), + [anon_sym_EnDwhile] = ACTIONS(134), + [anon_sym_EnDwhilE] = ACTIONS(134), + [anon_sym_EnDwhiLe] = ACTIONS(134), + [anon_sym_EnDwhiLE] = ACTIONS(134), + [anon_sym_EnDwhIle] = ACTIONS(134), + [anon_sym_EnDwhIlE] = ACTIONS(134), + [anon_sym_EnDwhILe] = ACTIONS(134), + [anon_sym_EnDwhILE] = ACTIONS(134), + [anon_sym_EnDwHile] = ACTIONS(134), + [anon_sym_EnDwHilE] = ACTIONS(134), + [anon_sym_EnDwHiLe] = ACTIONS(134), + [anon_sym_EnDwHiLE] = ACTIONS(134), + [anon_sym_EnDwHIle] = ACTIONS(134), + [anon_sym_EnDwHIlE] = ACTIONS(134), + [anon_sym_EnDwHILe] = ACTIONS(134), + [anon_sym_EnDwHILE] = ACTIONS(134), + [anon_sym_EnDWhile] = ACTIONS(134), + [anon_sym_EnDWhilE] = ACTIONS(134), + [anon_sym_EnDWhiLe] = ACTIONS(134), + [anon_sym_EnDWhiLE] = ACTIONS(134), + [anon_sym_EnDWhIle] = ACTIONS(134), + [anon_sym_EnDWhIlE] = ACTIONS(134), + [anon_sym_EnDWhILe] = ACTIONS(134), + [anon_sym_EnDWhILE] = ACTIONS(134), + [anon_sym_EnDWHile] = ACTIONS(134), + [anon_sym_EnDWHilE] = ACTIONS(134), + [anon_sym_EnDWHiLe] = ACTIONS(134), + [anon_sym_EnDWHiLE] = ACTIONS(134), + [anon_sym_EnDWHIle] = ACTIONS(134), + [anon_sym_EnDWHIlE] = ACTIONS(134), + [anon_sym_EnDWHILe] = ACTIONS(134), + [anon_sym_EnDWHILE] = ACTIONS(134), + [anon_sym_ENdwhile] = ACTIONS(134), + [anon_sym_ENdwhilE] = ACTIONS(134), + [anon_sym_ENdwhiLe] = ACTIONS(134), + [anon_sym_ENdwhiLE] = ACTIONS(134), + [anon_sym_ENdwhIle] = ACTIONS(134), + [anon_sym_ENdwhIlE] = ACTIONS(134), + [anon_sym_ENdwhILe] = ACTIONS(134), + [anon_sym_ENdwhILE] = ACTIONS(134), + [anon_sym_ENdwHile] = ACTIONS(134), + [anon_sym_ENdwHilE] = ACTIONS(134), + [anon_sym_ENdwHiLe] = ACTIONS(134), + [anon_sym_ENdwHiLE] = ACTIONS(134), + [anon_sym_ENdwHIle] = ACTIONS(134), + [anon_sym_ENdwHIlE] = ACTIONS(134), + [anon_sym_ENdwHILe] = ACTIONS(134), + [anon_sym_ENdwHILE] = ACTIONS(134), + [anon_sym_ENdWhile] = ACTIONS(134), + [anon_sym_ENdWhilE] = ACTIONS(134), + [anon_sym_ENdWhiLe] = ACTIONS(134), + [anon_sym_ENdWhiLE] = ACTIONS(134), + [anon_sym_ENdWhIle] = ACTIONS(134), + [anon_sym_ENdWhIlE] = ACTIONS(134), + [anon_sym_ENdWhILe] = ACTIONS(134), + [anon_sym_ENdWhILE] = ACTIONS(134), + [anon_sym_ENdWHile] = ACTIONS(134), + [anon_sym_ENdWHilE] = ACTIONS(134), + [anon_sym_ENdWHiLe] = ACTIONS(134), + [anon_sym_ENdWHiLE] = ACTIONS(134), + [anon_sym_ENdWHIle] = ACTIONS(134), + [anon_sym_ENdWHIlE] = ACTIONS(134), + [anon_sym_ENdWHILe] = ACTIONS(134), + [anon_sym_ENdWHILE] = ACTIONS(134), + [anon_sym_ENDwhile] = ACTIONS(134), + [anon_sym_ENDwhilE] = ACTIONS(134), + [anon_sym_ENDwhiLe] = ACTIONS(134), + [anon_sym_ENDwhiLE] = ACTIONS(134), + [anon_sym_ENDwhIle] = ACTIONS(134), + [anon_sym_ENDwhIlE] = ACTIONS(134), + [anon_sym_ENDwhILe] = ACTIONS(134), + [anon_sym_ENDwhILE] = ACTIONS(134), + [anon_sym_ENDwHile] = ACTIONS(134), + [anon_sym_ENDwHilE] = ACTIONS(134), + [anon_sym_ENDwHiLe] = ACTIONS(134), + [anon_sym_ENDwHiLE] = ACTIONS(134), + [anon_sym_ENDwHIle] = ACTIONS(134), + [anon_sym_ENDwHIlE] = ACTIONS(134), + [anon_sym_ENDwHILe] = ACTIONS(134), + [anon_sym_ENDwHILE] = ACTIONS(134), + [anon_sym_ENDWhile] = ACTIONS(134), + [anon_sym_ENDWhilE] = ACTIONS(134), + [anon_sym_ENDWhiLe] = ACTIONS(134), + [anon_sym_ENDWhiLE] = ACTIONS(134), + [anon_sym_ENDWhIle] = ACTIONS(134), + [anon_sym_ENDWhIlE] = ACTIONS(134), + [anon_sym_ENDWhILe] = ACTIONS(134), + [anon_sym_ENDWhILE] = ACTIONS(134), + [anon_sym_ENDWHile] = ACTIONS(134), + [anon_sym_ENDWHilE] = ACTIONS(134), + [anon_sym_ENDWHiLe] = ACTIONS(134), + [anon_sym_ENDWHiLE] = ACTIONS(134), + [anon_sym_ENDWHIle] = ACTIONS(134), + [anon_sym_ENDWHIlE] = ACTIONS(134), + [anon_sym_ENDWHILe] = ACTIONS(134), + [anon_sym_ENDWHILE] = ACTIONS(134), + [anon_sym_detector] = ACTIONS(134), + [anon_sym_detectoR] = ACTIONS(134), + [anon_sym_detectOr] = ACTIONS(134), + [anon_sym_detectOR] = ACTIONS(134), + [anon_sym_detecTor] = ACTIONS(134), + [anon_sym_detecToR] = ACTIONS(134), + [anon_sym_detecTOr] = ACTIONS(134), + [anon_sym_detecTOR] = ACTIONS(134), + [anon_sym_deteCtor] = ACTIONS(134), + [anon_sym_deteCtoR] = ACTIONS(134), + [anon_sym_deteCtOr] = ACTIONS(134), + [anon_sym_deteCtOR] = ACTIONS(134), + [anon_sym_deteCTor] = ACTIONS(134), + [anon_sym_deteCToR] = ACTIONS(134), + [anon_sym_deteCTOr] = ACTIONS(134), + [anon_sym_deteCTOR] = ACTIONS(134), + [anon_sym_detEctor] = ACTIONS(134), + [anon_sym_detEctoR] = ACTIONS(134), + [anon_sym_detEctOr] = ACTIONS(134), + [anon_sym_detEctOR] = ACTIONS(134), + [anon_sym_detEcTor] = ACTIONS(134), + [anon_sym_detEcToR] = ACTIONS(134), + [anon_sym_detEcTOr] = ACTIONS(134), + [anon_sym_detEcTOR] = ACTIONS(134), + [anon_sym_detECtor] = ACTIONS(134), + [anon_sym_detECtoR] = ACTIONS(134), + [anon_sym_detECtOr] = ACTIONS(134), + [anon_sym_detECtOR] = ACTIONS(134), + [anon_sym_detECTor] = ACTIONS(134), + [anon_sym_detECToR] = ACTIONS(134), + [anon_sym_detECTOr] = ACTIONS(134), + [anon_sym_detECTOR] = ACTIONS(134), + [anon_sym_deTector] = ACTIONS(134), + [anon_sym_deTectoR] = ACTIONS(134), + [anon_sym_deTectOr] = ACTIONS(134), + [anon_sym_deTectOR] = ACTIONS(134), + [anon_sym_deTecTor] = ACTIONS(134), + [anon_sym_deTecToR] = ACTIONS(134), + [anon_sym_deTecTOr] = ACTIONS(134), + [anon_sym_deTecTOR] = ACTIONS(134), + [anon_sym_deTeCtor] = ACTIONS(134), + [anon_sym_deTeCtoR] = ACTIONS(134), + [anon_sym_deTeCtOr] = ACTIONS(134), + [anon_sym_deTeCtOR] = ACTIONS(134), + [anon_sym_deTeCTor] = ACTIONS(134), + [anon_sym_deTeCToR] = ACTIONS(134), + [anon_sym_deTeCTOr] = ACTIONS(134), + [anon_sym_deTeCTOR] = ACTIONS(134), + [anon_sym_deTEctor] = ACTIONS(134), + [anon_sym_deTEctoR] = ACTIONS(134), + [anon_sym_deTEctOr] = ACTIONS(134), + [anon_sym_deTEctOR] = ACTIONS(134), + [anon_sym_deTEcTor] = ACTIONS(134), + [anon_sym_deTEcToR] = ACTIONS(134), + [anon_sym_deTEcTOr] = ACTIONS(134), + [anon_sym_deTEcTOR] = ACTIONS(134), + [anon_sym_deTECtor] = ACTIONS(134), + [anon_sym_deTECtoR] = ACTIONS(134), + [anon_sym_deTECtOr] = ACTIONS(134), + [anon_sym_deTECtOR] = ACTIONS(134), + [anon_sym_deTECTor] = ACTIONS(134), + [anon_sym_deTECToR] = ACTIONS(134), + [anon_sym_deTECTOr] = ACTIONS(134), + [anon_sym_deTECTOR] = ACTIONS(134), + [anon_sym_dEtector] = ACTIONS(134), + [anon_sym_dEtectoR] = ACTIONS(134), + [anon_sym_dEtectOr] = ACTIONS(134), + [anon_sym_dEtectOR] = ACTIONS(134), + [anon_sym_dEtecTor] = ACTIONS(134), + [anon_sym_dEtecToR] = ACTIONS(134), + [anon_sym_dEtecTOr] = ACTIONS(134), + [anon_sym_dEtecTOR] = ACTIONS(134), + [anon_sym_dEteCtor] = ACTIONS(134), + [anon_sym_dEteCtoR] = ACTIONS(134), + [anon_sym_dEteCtOr] = ACTIONS(134), + [anon_sym_dEteCtOR] = ACTIONS(134), + [anon_sym_dEteCTor] = ACTIONS(134), + [anon_sym_dEteCToR] = ACTIONS(134), + [anon_sym_dEteCTOr] = ACTIONS(134), + [anon_sym_dEteCTOR] = ACTIONS(134), + [anon_sym_dEtEctor] = ACTIONS(134), + [anon_sym_dEtEctoR] = ACTIONS(134), + [anon_sym_dEtEctOr] = ACTIONS(134), + [anon_sym_dEtEctOR] = ACTIONS(134), + [anon_sym_dEtEcTor] = ACTIONS(134), + [anon_sym_dEtEcToR] = ACTIONS(134), + [anon_sym_dEtEcTOr] = ACTIONS(134), + [anon_sym_dEtEcTOR] = ACTIONS(134), + [anon_sym_dEtECtor] = ACTIONS(134), + [anon_sym_dEtECtoR] = ACTIONS(134), + [anon_sym_dEtECtOr] = ACTIONS(134), + [anon_sym_dEtECtOR] = ACTIONS(134), + [anon_sym_dEtECTor] = ACTIONS(134), + [anon_sym_dEtECToR] = ACTIONS(134), + [anon_sym_dEtECTOr] = ACTIONS(134), + [anon_sym_dEtECTOR] = ACTIONS(134), + [anon_sym_dETector] = ACTIONS(134), + [anon_sym_dETectoR] = ACTIONS(134), + [anon_sym_dETectOr] = ACTIONS(134), + [anon_sym_dETectOR] = ACTIONS(134), + [anon_sym_dETecTor] = ACTIONS(134), + [anon_sym_dETecToR] = ACTIONS(134), + [anon_sym_dETecTOr] = ACTIONS(134), + [anon_sym_dETecTOR] = ACTIONS(134), + [anon_sym_dETeCtor] = ACTIONS(134), + [anon_sym_dETeCtoR] = ACTIONS(134), + [anon_sym_dETeCtOr] = ACTIONS(134), + [anon_sym_dETeCtOR] = ACTIONS(134), + [anon_sym_dETeCTor] = ACTIONS(134), + [anon_sym_dETeCToR] = ACTIONS(134), + [anon_sym_dETeCTOr] = ACTIONS(134), + [anon_sym_dETeCTOR] = ACTIONS(134), + [anon_sym_dETEctor] = ACTIONS(134), + [anon_sym_dETEctoR] = ACTIONS(134), + [anon_sym_dETEctOr] = ACTIONS(134), + [anon_sym_dETEctOR] = ACTIONS(134), + [anon_sym_dETEcTor] = ACTIONS(134), + [anon_sym_dETEcToR] = ACTIONS(134), + [anon_sym_dETEcTOr] = ACTIONS(134), + [anon_sym_dETEcTOR] = ACTIONS(134), + [anon_sym_dETECtor] = ACTIONS(134), + [anon_sym_dETECtoR] = ACTIONS(134), + [anon_sym_dETECtOr] = ACTIONS(134), + [anon_sym_dETECtOR] = ACTIONS(134), + [anon_sym_dETECTor] = ACTIONS(134), + [anon_sym_dETECToR] = ACTIONS(134), + [anon_sym_dETECTOr] = ACTIONS(134), + [anon_sym_dETECTOR] = ACTIONS(134), + [anon_sym_Detector] = ACTIONS(134), + [anon_sym_DetectoR] = ACTIONS(134), + [anon_sym_DetectOr] = ACTIONS(134), + [anon_sym_DetectOR] = ACTIONS(134), + [anon_sym_DetecTor] = ACTIONS(134), + [anon_sym_DetecToR] = ACTIONS(134), + [anon_sym_DetecTOr] = ACTIONS(134), + [anon_sym_DetecTOR] = ACTIONS(134), + [anon_sym_DeteCtor] = ACTIONS(134), + [anon_sym_DeteCtoR] = ACTIONS(134), + [anon_sym_DeteCtOr] = ACTIONS(134), + [anon_sym_DeteCtOR] = ACTIONS(134), + [anon_sym_DeteCTor] = ACTIONS(134), + [anon_sym_DeteCToR] = ACTIONS(134), + [anon_sym_DeteCTOr] = ACTIONS(134), + [anon_sym_DeteCTOR] = ACTIONS(134), + [anon_sym_DetEctor] = ACTIONS(134), + [anon_sym_DetEctoR] = ACTIONS(134), + [anon_sym_DetEctOr] = ACTIONS(134), + [anon_sym_DetEctOR] = ACTIONS(134), + [anon_sym_DetEcTor] = ACTIONS(134), + [anon_sym_DetEcToR] = ACTIONS(134), + [anon_sym_DetEcTOr] = ACTIONS(134), + [anon_sym_DetEcTOR] = ACTIONS(134), + [anon_sym_DetECtor] = ACTIONS(134), + [anon_sym_DetECtoR] = ACTIONS(134), + [anon_sym_DetECtOr] = ACTIONS(134), + [anon_sym_DetECtOR] = ACTIONS(134), + [anon_sym_DetECTor] = ACTIONS(134), + [anon_sym_DetECToR] = ACTIONS(134), + [anon_sym_DetECTOr] = ACTIONS(134), + [anon_sym_DetECTOR] = ACTIONS(134), + [anon_sym_DeTector] = ACTIONS(134), + [anon_sym_DeTectoR] = ACTIONS(134), + [anon_sym_DeTectOr] = ACTIONS(134), + [anon_sym_DeTectOR] = ACTIONS(134), + [anon_sym_DeTecTor] = ACTIONS(134), + [anon_sym_DeTecToR] = ACTIONS(134), + [anon_sym_DeTecTOr] = ACTIONS(134), + [anon_sym_DeTecTOR] = ACTIONS(134), + [anon_sym_DeTeCtor] = ACTIONS(134), + [anon_sym_DeTeCtoR] = ACTIONS(134), + [anon_sym_DeTeCtOr] = ACTIONS(134), + [anon_sym_DeTeCtOR] = ACTIONS(134), + [anon_sym_DeTeCTor] = ACTIONS(134), + [anon_sym_DeTeCToR] = ACTIONS(134), + [anon_sym_DeTeCTOr] = ACTIONS(134), + [anon_sym_DeTeCTOR] = ACTIONS(134), + [anon_sym_DeTEctor] = ACTIONS(134), + [anon_sym_DeTEctoR] = ACTIONS(134), + [anon_sym_DeTEctOr] = ACTIONS(134), + [anon_sym_DeTEctOR] = ACTIONS(134), + [anon_sym_DeTEcTor] = ACTIONS(134), + [anon_sym_DeTEcToR] = ACTIONS(134), + [anon_sym_DeTEcTOr] = ACTIONS(134), + [anon_sym_DeTEcTOR] = ACTIONS(134), + [anon_sym_DeTECtor] = ACTIONS(134), + [anon_sym_DeTECtoR] = ACTIONS(134), + [anon_sym_DeTECtOr] = ACTIONS(134), + [anon_sym_DeTECtOR] = ACTIONS(134), + [anon_sym_DeTECTor] = ACTIONS(134), + [anon_sym_DeTECToR] = ACTIONS(134), + [anon_sym_DeTECTOr] = ACTIONS(134), + [anon_sym_DeTECTOR] = ACTIONS(134), + [anon_sym_DEtector] = ACTIONS(134), + [anon_sym_DEtectoR] = ACTIONS(134), + [anon_sym_DEtectOr] = ACTIONS(134), + [anon_sym_DEtectOR] = ACTIONS(134), + [anon_sym_DEtecTor] = ACTIONS(134), + [anon_sym_DEtecToR] = ACTIONS(134), + [anon_sym_DEtecTOr] = ACTIONS(134), + [anon_sym_DEtecTOR] = ACTIONS(134), + [anon_sym_DEteCtor] = ACTIONS(134), + [anon_sym_DEteCtoR] = ACTIONS(134), + [anon_sym_DEteCtOr] = ACTIONS(134), + [anon_sym_DEteCtOR] = ACTIONS(134), + [anon_sym_DEteCTor] = ACTIONS(134), + [anon_sym_DEteCToR] = ACTIONS(134), + [anon_sym_DEteCTOr] = ACTIONS(134), + [anon_sym_DEteCTOR] = ACTIONS(134), + [anon_sym_DEtEctor] = ACTIONS(134), + [anon_sym_DEtEctoR] = ACTIONS(134), + [anon_sym_DEtEctOr] = ACTIONS(134), + [anon_sym_DEtEctOR] = ACTIONS(134), + [anon_sym_DEtEcTor] = ACTIONS(134), + [anon_sym_DEtEcToR] = ACTIONS(134), + [anon_sym_DEtEcTOr] = ACTIONS(134), + [anon_sym_DEtEcTOR] = ACTIONS(134), + [anon_sym_DEtECtor] = ACTIONS(134), + [anon_sym_DEtECtoR] = ACTIONS(134), + [anon_sym_DEtECtOr] = ACTIONS(134), + [anon_sym_DEtECtOR] = ACTIONS(134), + [anon_sym_DEtECTor] = ACTIONS(134), + [anon_sym_DEtECToR] = ACTIONS(134), + [anon_sym_DEtECTOr] = ACTIONS(134), + [anon_sym_DEtECTOR] = ACTIONS(134), + [anon_sym_DETector] = ACTIONS(134), + [anon_sym_DETectoR] = ACTIONS(134), + [anon_sym_DETectOr] = ACTIONS(134), + [anon_sym_DETectOR] = ACTIONS(134), + [anon_sym_DETecTor] = ACTIONS(134), + [anon_sym_DETecToR] = ACTIONS(134), + [anon_sym_DETecTOr] = ACTIONS(134), + [anon_sym_DETecTOR] = ACTIONS(134), + [anon_sym_DETeCtor] = ACTIONS(134), + [anon_sym_DETeCtoR] = ACTIONS(134), + [anon_sym_DETeCtOr] = ACTIONS(134), + [anon_sym_DETeCtOR] = ACTIONS(134), + [anon_sym_DETeCTor] = ACTIONS(134), + [anon_sym_DETeCToR] = ACTIONS(134), + [anon_sym_DETeCTOr] = ACTIONS(134), + [anon_sym_DETeCTOR] = ACTIONS(134), + [anon_sym_DETEctor] = ACTIONS(134), + [anon_sym_DETEctoR] = ACTIONS(134), + [anon_sym_DETEctOr] = ACTIONS(134), + [anon_sym_DETEctOR] = ACTIONS(134), + [anon_sym_DETEcTor] = ACTIONS(134), + [anon_sym_DETEcToR] = ACTIONS(134), + [anon_sym_DETEcTOr] = ACTIONS(134), + [anon_sym_DETEcTOR] = ACTIONS(134), + [anon_sym_DETECtor] = ACTIONS(134), + [anon_sym_DETECtoR] = ACTIONS(134), + [anon_sym_DETECtOr] = ACTIONS(134), + [anon_sym_DETECtOR] = ACTIONS(134), + [anon_sym_DETECTor] = ACTIONS(134), + [anon_sym_DETECToR] = ACTIONS(134), + [anon_sym_DETECTOr] = ACTIONS(134), + [anon_sym_DETECTOR] = ACTIONS(134), + [anon_sym_invoke] = ACTIONS(134), + [anon_sym_invokE] = ACTIONS(134), + [anon_sym_invoKe] = ACTIONS(134), + [anon_sym_invoKE] = ACTIONS(134), + [anon_sym_invOke] = ACTIONS(134), + [anon_sym_invOkE] = ACTIONS(134), + [anon_sym_invOKe] = ACTIONS(134), + [anon_sym_invOKE] = ACTIONS(134), + [anon_sym_inVoke] = ACTIONS(134), + [anon_sym_inVokE] = ACTIONS(134), + [anon_sym_inVoKe] = ACTIONS(134), + [anon_sym_inVoKE] = ACTIONS(134), + [anon_sym_inVOke] = ACTIONS(134), + [anon_sym_inVOkE] = ACTIONS(134), + [anon_sym_inVOKe] = ACTIONS(134), + [anon_sym_inVOKE] = ACTIONS(134), + [anon_sym_iNvoke] = ACTIONS(134), + [anon_sym_iNvokE] = ACTIONS(134), + [anon_sym_iNvoKe] = ACTIONS(134), + [anon_sym_iNvoKE] = ACTIONS(134), + [anon_sym_iNvOke] = ACTIONS(134), + [anon_sym_iNvOkE] = ACTIONS(134), + [anon_sym_iNvOKe] = ACTIONS(134), + [anon_sym_iNvOKE] = ACTIONS(134), + [anon_sym_iNVoke] = ACTIONS(134), + [anon_sym_iNVokE] = ACTIONS(134), + [anon_sym_iNVoKe] = ACTIONS(134), + [anon_sym_iNVoKE] = ACTIONS(134), + [anon_sym_iNVOke] = ACTIONS(134), + [anon_sym_iNVOkE] = ACTIONS(134), + [anon_sym_iNVOKe] = ACTIONS(134), + [anon_sym_iNVOKE] = ACTIONS(134), + [anon_sym_Invoke] = ACTIONS(134), + [anon_sym_InvokE] = ACTIONS(134), + [anon_sym_InvoKe] = ACTIONS(134), + [anon_sym_InvoKE] = ACTIONS(134), + [anon_sym_InvOke] = ACTIONS(134), + [anon_sym_InvOkE] = ACTIONS(134), + [anon_sym_InvOKe] = ACTIONS(134), + [anon_sym_InvOKE] = ACTIONS(134), + [anon_sym_InVoke] = ACTIONS(134), + [anon_sym_InVokE] = ACTIONS(134), + [anon_sym_InVoKe] = ACTIONS(134), + [anon_sym_InVoKE] = ACTIONS(134), + [anon_sym_InVOke] = ACTIONS(134), + [anon_sym_InVOkE] = ACTIONS(134), + [anon_sym_InVOKe] = ACTIONS(134), + [anon_sym_InVOKE] = ACTIONS(134), + [anon_sym_INvoke] = ACTIONS(134), + [anon_sym_INvokE] = ACTIONS(134), + [anon_sym_INvoKe] = ACTIONS(134), + [anon_sym_INvoKE] = ACTIONS(134), + [anon_sym_INvOke] = ACTIONS(134), + [anon_sym_INvOkE] = ACTIONS(134), + [anon_sym_INvOKe] = ACTIONS(134), + [anon_sym_INvOKE] = ACTIONS(134), + [anon_sym_INVoke] = ACTIONS(134), + [anon_sym_INVokE] = ACTIONS(134), + [anon_sym_INVoKe] = ACTIONS(134), + [anon_sym_INVoKE] = ACTIONS(134), + [anon_sym_INVOke] = ACTIONS(134), + [anon_sym_INVOkE] = ACTIONS(134), + [anon_sym_INVOKe] = ACTIONS(134), + [anon_sym_INVOKE] = ACTIONS(134), + [anon_sym_select] = ACTIONS(134), + [anon_sym_selecT] = ACTIONS(134), + [anon_sym_seleCt] = ACTIONS(134), + [anon_sym_seleCT] = ACTIONS(134), + [anon_sym_selEct] = ACTIONS(134), + [anon_sym_selEcT] = ACTIONS(134), + [anon_sym_selECt] = ACTIONS(134), + [anon_sym_selECT] = ACTIONS(134), + [anon_sym_seLect] = ACTIONS(134), + [anon_sym_seLecT] = ACTIONS(134), + [anon_sym_seLeCt] = ACTIONS(134), + [anon_sym_seLeCT] = ACTIONS(134), + [anon_sym_seLEct] = ACTIONS(134), + [anon_sym_seLEcT] = ACTIONS(134), + [anon_sym_seLECt] = ACTIONS(134), + [anon_sym_seLECT] = ACTIONS(134), + [anon_sym_sElect] = ACTIONS(134), + [anon_sym_sElecT] = ACTIONS(134), + [anon_sym_sEleCt] = ACTIONS(134), + [anon_sym_sEleCT] = ACTIONS(134), + [anon_sym_sElEct] = ACTIONS(134), + [anon_sym_sElEcT] = ACTIONS(134), + [anon_sym_sElECt] = ACTIONS(134), + [anon_sym_sElECT] = ACTIONS(134), + [anon_sym_sELect] = ACTIONS(134), + [anon_sym_sELecT] = ACTIONS(134), + [anon_sym_sELeCt] = ACTIONS(134), + [anon_sym_sELeCT] = ACTIONS(134), + [anon_sym_sELEct] = ACTIONS(134), + [anon_sym_sELEcT] = ACTIONS(134), + [anon_sym_sELECt] = ACTIONS(134), + [anon_sym_sELECT] = ACTIONS(134), + [anon_sym_Select] = ACTIONS(134), + [anon_sym_SelecT] = ACTIONS(134), + [anon_sym_SeleCt] = ACTIONS(134), + [anon_sym_SeleCT] = ACTIONS(134), + [anon_sym_SelEct] = ACTIONS(134), + [anon_sym_SelEcT] = ACTIONS(134), + [anon_sym_SelECt] = ACTIONS(134), + [anon_sym_SelECT] = ACTIONS(134), + [anon_sym_SeLect] = ACTIONS(134), + [anon_sym_SeLecT] = ACTIONS(134), + [anon_sym_SeLeCt] = ACTIONS(134), + [anon_sym_SeLeCT] = ACTIONS(134), + [anon_sym_SeLEct] = ACTIONS(134), + [anon_sym_SeLEcT] = ACTIONS(134), + [anon_sym_SeLECt] = ACTIONS(134), + [anon_sym_SeLECT] = ACTIONS(134), + [anon_sym_SElect] = ACTIONS(134), + [anon_sym_SElecT] = ACTIONS(134), + [anon_sym_SEleCt] = ACTIONS(134), + [anon_sym_SEleCT] = ACTIONS(134), + [anon_sym_SElEct] = ACTIONS(134), + [anon_sym_SElEcT] = ACTIONS(134), + [anon_sym_SElECt] = ACTIONS(134), + [anon_sym_SElECT] = ACTIONS(134), + [anon_sym_SELect] = ACTIONS(134), + [anon_sym_SELecT] = ACTIONS(134), + [anon_sym_SELeCt] = ACTIONS(134), + [anon_sym_SELeCT] = ACTIONS(134), + [anon_sym_SELEct] = ACTIONS(134), + [anon_sym_SELEcT] = ACTIONS(134), + [anon_sym_SELECt] = ACTIONS(134), + [anon_sym_SELECT] = ACTIONS(134), }, - [28] = { - [sym__command] = STATE(29), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym__statement] = STATE(29), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), - [sym_comment] = STATE(28), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_block_repeat1] = STATE(27), + [29] = { + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), + [sym_comment] = STATE(29), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(30), [sym_identifier] = ACTIONS(7), [anon_sym_POUND] = ACTIONS(3), [sym_variable] = ACTIONS(9), @@ -54733,378 +56239,378 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ACTIoN] = ACTIONS(15), [anon_sym_ACTIOn] = ACTIONS(15), [anon_sym_ACTION] = ACTIONS(15), - [anon_sym_complete] = ACTIONS(154), - [anon_sym_completE] = ACTIONS(154), - [anon_sym_compleTe] = ACTIONS(154), - [anon_sym_compleTE] = ACTIONS(154), - [anon_sym_complEte] = ACTIONS(154), - [anon_sym_complEtE] = ACTIONS(154), - [anon_sym_complETe] = ACTIONS(154), - [anon_sym_complETE] = ACTIONS(154), - [anon_sym_compLete] = ACTIONS(154), - [anon_sym_compLetE] = ACTIONS(154), - [anon_sym_compLeTe] = ACTIONS(154), - [anon_sym_compLeTE] = ACTIONS(154), - [anon_sym_compLEte] = ACTIONS(154), - [anon_sym_compLEtE] = ACTIONS(154), - [anon_sym_compLETe] = ACTIONS(154), - [anon_sym_compLETE] = ACTIONS(154), - [anon_sym_comPlete] = ACTIONS(154), - [anon_sym_comPletE] = ACTIONS(154), - [anon_sym_comPleTe] = ACTIONS(154), - [anon_sym_comPleTE] = ACTIONS(154), - [anon_sym_comPlEte] = ACTIONS(154), - [anon_sym_comPlEtE] = ACTIONS(154), - [anon_sym_comPlETe] = ACTIONS(154), - [anon_sym_comPlETE] = ACTIONS(154), - [anon_sym_comPLete] = ACTIONS(154), - [anon_sym_comPLetE] = ACTIONS(154), - [anon_sym_comPLeTe] = ACTIONS(154), - [anon_sym_comPLeTE] = ACTIONS(154), - [anon_sym_comPLEte] = ACTIONS(154), - [anon_sym_comPLEtE] = ACTIONS(154), - [anon_sym_comPLETe] = ACTIONS(154), - [anon_sym_comPLETE] = ACTIONS(154), - [anon_sym_coMplete] = ACTIONS(154), - [anon_sym_coMpletE] = ACTIONS(154), - [anon_sym_coMpleTe] = ACTIONS(154), - [anon_sym_coMpleTE] = ACTIONS(154), - [anon_sym_coMplEte] = ACTIONS(154), - [anon_sym_coMplEtE] = ACTIONS(154), - [anon_sym_coMplETe] = ACTIONS(154), - [anon_sym_coMplETE] = ACTIONS(154), - [anon_sym_coMpLete] = ACTIONS(154), - [anon_sym_coMpLetE] = ACTIONS(154), - [anon_sym_coMpLeTe] = ACTIONS(154), - [anon_sym_coMpLeTE] = ACTIONS(154), - [anon_sym_coMpLEte] = ACTIONS(154), - [anon_sym_coMpLEtE] = ACTIONS(154), - [anon_sym_coMpLETe] = ACTIONS(154), - [anon_sym_coMpLETE] = ACTIONS(154), - [anon_sym_coMPlete] = ACTIONS(154), - [anon_sym_coMPletE] = ACTIONS(154), - [anon_sym_coMPleTe] = ACTIONS(154), - [anon_sym_coMPleTE] = ACTIONS(154), - [anon_sym_coMPlEte] = ACTIONS(154), - [anon_sym_coMPlEtE] = ACTIONS(154), - [anon_sym_coMPlETe] = ACTIONS(154), - [anon_sym_coMPlETE] = ACTIONS(154), - [anon_sym_coMPLete] = ACTIONS(154), - [anon_sym_coMPLetE] = ACTIONS(154), - [anon_sym_coMPLeTe] = ACTIONS(154), - [anon_sym_coMPLeTE] = ACTIONS(154), - [anon_sym_coMPLEte] = ACTIONS(154), - [anon_sym_coMPLEtE] = ACTIONS(154), - [anon_sym_coMPLETe] = ACTIONS(154), - [anon_sym_coMPLETE] = ACTIONS(154), - [anon_sym_cOmplete] = ACTIONS(154), - [anon_sym_cOmpletE] = ACTIONS(154), - [anon_sym_cOmpleTe] = ACTIONS(154), - [anon_sym_cOmpleTE] = ACTIONS(154), - [anon_sym_cOmplEte] = ACTIONS(154), - [anon_sym_cOmplEtE] = ACTIONS(154), - [anon_sym_cOmplETe] = ACTIONS(154), - [anon_sym_cOmplETE] = ACTIONS(154), - [anon_sym_cOmpLete] = ACTIONS(154), - [anon_sym_cOmpLetE] = ACTIONS(154), - [anon_sym_cOmpLeTe] = ACTIONS(154), - [anon_sym_cOmpLeTE] = ACTIONS(154), - [anon_sym_cOmpLEte] = ACTIONS(154), - [anon_sym_cOmpLEtE] = ACTIONS(154), - [anon_sym_cOmpLETe] = ACTIONS(154), - [anon_sym_cOmpLETE] = ACTIONS(154), - [anon_sym_cOmPlete] = ACTIONS(154), - [anon_sym_cOmPletE] = ACTIONS(154), - [anon_sym_cOmPleTe] = ACTIONS(154), - [anon_sym_cOmPleTE] = ACTIONS(154), - [anon_sym_cOmPlEte] = ACTIONS(154), - [anon_sym_cOmPlEtE] = ACTIONS(154), - [anon_sym_cOmPlETe] = ACTIONS(154), - [anon_sym_cOmPlETE] = ACTIONS(154), - [anon_sym_cOmPLete] = ACTIONS(154), - [anon_sym_cOmPLetE] = ACTIONS(154), - [anon_sym_cOmPLeTe] = ACTIONS(154), - [anon_sym_cOmPLeTE] = ACTIONS(154), - [anon_sym_cOmPLEte] = ACTIONS(154), - [anon_sym_cOmPLEtE] = ACTIONS(154), - [anon_sym_cOmPLETe] = ACTIONS(154), - [anon_sym_cOmPLETE] = ACTIONS(154), - [anon_sym_cOMplete] = ACTIONS(154), - [anon_sym_cOMpletE] = ACTIONS(154), - [anon_sym_cOMpleTe] = ACTIONS(154), - [anon_sym_cOMpleTE] = ACTIONS(154), - [anon_sym_cOMplEte] = ACTIONS(154), - [anon_sym_cOMplEtE] = ACTIONS(154), - [anon_sym_cOMplETe] = ACTIONS(154), - [anon_sym_cOMplETE] = ACTIONS(154), - [anon_sym_cOMpLete] = ACTIONS(154), - [anon_sym_cOMpLetE] = ACTIONS(154), - [anon_sym_cOMpLeTe] = ACTIONS(154), - [anon_sym_cOMpLeTE] = ACTIONS(154), - [anon_sym_cOMpLEte] = ACTIONS(154), - [anon_sym_cOMpLEtE] = ACTIONS(154), - [anon_sym_cOMpLETe] = ACTIONS(154), - [anon_sym_cOMpLETE] = ACTIONS(154), - [anon_sym_cOMPlete] = ACTIONS(154), - [anon_sym_cOMPletE] = ACTIONS(154), - [anon_sym_cOMPleTe] = ACTIONS(154), - [anon_sym_cOMPleTE] = ACTIONS(154), - [anon_sym_cOMPlEte] = ACTIONS(154), - [anon_sym_cOMPlEtE] = ACTIONS(154), - [anon_sym_cOMPlETe] = ACTIONS(154), - [anon_sym_cOMPlETE] = ACTIONS(154), - [anon_sym_cOMPLete] = ACTIONS(154), - [anon_sym_cOMPLetE] = ACTIONS(154), - [anon_sym_cOMPLeTe] = ACTIONS(154), - [anon_sym_cOMPLeTE] = ACTIONS(154), - [anon_sym_cOMPLEte] = ACTIONS(154), - [anon_sym_cOMPLEtE] = ACTIONS(154), - [anon_sym_cOMPLETe] = ACTIONS(154), - [anon_sym_cOMPLETE] = ACTIONS(154), - [anon_sym_Complete] = ACTIONS(154), - [anon_sym_CompletE] = ACTIONS(154), - [anon_sym_CompleTe] = ACTIONS(154), - [anon_sym_CompleTE] = ACTIONS(154), - [anon_sym_ComplEte] = ACTIONS(154), - [anon_sym_ComplEtE] = ACTIONS(154), - [anon_sym_ComplETe] = ACTIONS(154), - [anon_sym_ComplETE] = ACTIONS(154), - [anon_sym_CompLete] = ACTIONS(154), - [anon_sym_CompLetE] = ACTIONS(154), - [anon_sym_CompLeTe] = ACTIONS(154), - [anon_sym_CompLeTE] = ACTIONS(154), - [anon_sym_CompLEte] = ACTIONS(154), - [anon_sym_CompLEtE] = ACTIONS(154), - [anon_sym_CompLETe] = ACTIONS(154), - [anon_sym_CompLETE] = ACTIONS(154), - [anon_sym_ComPlete] = ACTIONS(154), - [anon_sym_ComPletE] = ACTIONS(154), - [anon_sym_ComPleTe] = ACTIONS(154), - [anon_sym_ComPleTE] = ACTIONS(154), - [anon_sym_ComPlEte] = ACTIONS(154), - [anon_sym_ComPlEtE] = ACTIONS(154), - [anon_sym_ComPlETe] = ACTIONS(154), - [anon_sym_ComPlETE] = ACTIONS(154), - [anon_sym_ComPLete] = ACTIONS(154), - [anon_sym_ComPLetE] = ACTIONS(154), - [anon_sym_ComPLeTe] = ACTIONS(154), - [anon_sym_ComPLeTE] = ACTIONS(154), - [anon_sym_ComPLEte] = ACTIONS(154), - [anon_sym_ComPLEtE] = ACTIONS(154), - [anon_sym_ComPLETe] = ACTIONS(154), - [anon_sym_ComPLETE] = ACTIONS(154), - [anon_sym_CoMplete] = ACTIONS(154), - [anon_sym_CoMpletE] = ACTIONS(154), - [anon_sym_CoMpleTe] = ACTIONS(154), - [anon_sym_CoMpleTE] = ACTIONS(154), - [anon_sym_CoMplEte] = ACTIONS(154), - [anon_sym_CoMplEtE] = ACTIONS(154), - [anon_sym_CoMplETe] = ACTIONS(154), - [anon_sym_CoMplETE] = ACTIONS(154), - [anon_sym_CoMpLete] = ACTIONS(154), - [anon_sym_CoMpLetE] = ACTIONS(154), - [anon_sym_CoMpLeTe] = ACTIONS(154), - [anon_sym_CoMpLeTE] = ACTIONS(154), - [anon_sym_CoMpLEte] = ACTIONS(154), - [anon_sym_CoMpLEtE] = ACTIONS(154), - [anon_sym_CoMpLETe] = ACTIONS(154), - [anon_sym_CoMpLETE] = ACTIONS(154), - [anon_sym_CoMPlete] = ACTIONS(154), - [anon_sym_CoMPletE] = ACTIONS(154), - [anon_sym_CoMPleTe] = ACTIONS(154), - [anon_sym_CoMPleTE] = ACTIONS(154), - [anon_sym_CoMPlEte] = ACTIONS(154), - [anon_sym_CoMPlEtE] = ACTIONS(154), - [anon_sym_CoMPlETe] = ACTIONS(154), - [anon_sym_CoMPlETE] = ACTIONS(154), - [anon_sym_CoMPLete] = ACTIONS(154), - [anon_sym_CoMPLetE] = ACTIONS(154), - [anon_sym_CoMPLeTe] = ACTIONS(154), - [anon_sym_CoMPLeTE] = ACTIONS(154), - [anon_sym_CoMPLEte] = ACTIONS(154), - [anon_sym_CoMPLEtE] = ACTIONS(154), - [anon_sym_CoMPLETe] = ACTIONS(154), - [anon_sym_CoMPLETE] = ACTIONS(154), - [anon_sym_COmplete] = ACTIONS(154), - [anon_sym_COmpletE] = ACTIONS(154), - [anon_sym_COmpleTe] = ACTIONS(154), - [anon_sym_COmpleTE] = ACTIONS(154), - [anon_sym_COmplEte] = ACTIONS(154), - [anon_sym_COmplEtE] = ACTIONS(154), - [anon_sym_COmplETe] = ACTIONS(154), - [anon_sym_COmplETE] = ACTIONS(154), - [anon_sym_COmpLete] = ACTIONS(154), - [anon_sym_COmpLetE] = ACTIONS(154), - [anon_sym_COmpLeTe] = ACTIONS(154), - [anon_sym_COmpLeTE] = ACTIONS(154), - [anon_sym_COmpLEte] = ACTIONS(154), - [anon_sym_COmpLEtE] = ACTIONS(154), - [anon_sym_COmpLETe] = ACTIONS(154), - [anon_sym_COmpLETE] = ACTIONS(154), - [anon_sym_COmPlete] = ACTIONS(154), - [anon_sym_COmPletE] = ACTIONS(154), - [anon_sym_COmPleTe] = ACTIONS(154), - [anon_sym_COmPleTE] = ACTIONS(154), - [anon_sym_COmPlEte] = ACTIONS(154), - [anon_sym_COmPlEtE] = ACTIONS(154), - [anon_sym_COmPlETe] = ACTIONS(154), - [anon_sym_COmPlETE] = ACTIONS(154), - [anon_sym_COmPLete] = ACTIONS(154), - [anon_sym_COmPLetE] = ACTIONS(154), - [anon_sym_COmPLeTe] = ACTIONS(154), - [anon_sym_COmPLeTE] = ACTIONS(154), - [anon_sym_COmPLEte] = ACTIONS(154), - [anon_sym_COmPLEtE] = ACTIONS(154), - [anon_sym_COmPLETe] = ACTIONS(154), - [anon_sym_COmPLETE] = ACTIONS(154), - [anon_sym_COMplete] = ACTIONS(154), - [anon_sym_COMpletE] = ACTIONS(154), - [anon_sym_COMpleTe] = ACTIONS(154), - [anon_sym_COMpleTE] = ACTIONS(154), - [anon_sym_COMplEte] = ACTIONS(154), - [anon_sym_COMplEtE] = ACTIONS(154), - [anon_sym_COMplETe] = ACTIONS(154), - [anon_sym_COMplETE] = ACTIONS(154), - [anon_sym_COMpLete] = ACTIONS(154), - [anon_sym_COMpLetE] = ACTIONS(154), - [anon_sym_COMpLeTe] = ACTIONS(154), - [anon_sym_COMpLeTE] = ACTIONS(154), - [anon_sym_COMpLEte] = ACTIONS(154), - [anon_sym_COMpLEtE] = ACTIONS(154), - [anon_sym_COMpLETe] = ACTIONS(154), - [anon_sym_COMpLETE] = ACTIONS(154), - [anon_sym_COMPlete] = ACTIONS(154), - [anon_sym_COMPletE] = ACTIONS(154), - [anon_sym_COMPleTe] = ACTIONS(154), - [anon_sym_COMPleTE] = ACTIONS(154), - [anon_sym_COMPlEte] = ACTIONS(154), - [anon_sym_COMPlEtE] = ACTIONS(154), - [anon_sym_COMPlETe] = ACTIONS(154), - [anon_sym_COMPlETE] = ACTIONS(154), - [anon_sym_COMPLete] = ACTIONS(154), - [anon_sym_COMPLetE] = ACTIONS(154), - [anon_sym_COMPLeTe] = ACTIONS(154), - [anon_sym_COMPLeTE] = ACTIONS(154), - [anon_sym_COMPLEte] = ACTIONS(154), - [anon_sym_COMPLEtE] = ACTIONS(154), - [anon_sym_COMPLETe] = ACTIONS(154), - [anon_sym_COMPLETE] = ACTIONS(154), + [anon_sym_complete] = ACTIONS(136), + [anon_sym_completE] = ACTIONS(136), + [anon_sym_compleTe] = ACTIONS(136), + [anon_sym_compleTE] = ACTIONS(136), + [anon_sym_complEte] = ACTIONS(136), + [anon_sym_complEtE] = ACTIONS(136), + [anon_sym_complETe] = ACTIONS(136), + [anon_sym_complETE] = ACTIONS(136), + [anon_sym_compLete] = ACTIONS(136), + [anon_sym_compLetE] = ACTIONS(136), + [anon_sym_compLeTe] = ACTIONS(136), + [anon_sym_compLeTE] = ACTIONS(136), + [anon_sym_compLEte] = ACTIONS(136), + [anon_sym_compLEtE] = ACTIONS(136), + [anon_sym_compLETe] = ACTIONS(136), + [anon_sym_compLETE] = ACTIONS(136), + [anon_sym_comPlete] = ACTIONS(136), + [anon_sym_comPletE] = ACTIONS(136), + [anon_sym_comPleTe] = ACTIONS(136), + [anon_sym_comPleTE] = ACTIONS(136), + [anon_sym_comPlEte] = ACTIONS(136), + [anon_sym_comPlEtE] = ACTIONS(136), + [anon_sym_comPlETe] = ACTIONS(136), + [anon_sym_comPlETE] = ACTIONS(136), + [anon_sym_comPLete] = ACTIONS(136), + [anon_sym_comPLetE] = ACTIONS(136), + [anon_sym_comPLeTe] = ACTIONS(136), + [anon_sym_comPLeTE] = ACTIONS(136), + [anon_sym_comPLEte] = ACTIONS(136), + [anon_sym_comPLEtE] = ACTIONS(136), + [anon_sym_comPLETe] = ACTIONS(136), + [anon_sym_comPLETE] = ACTIONS(136), + [anon_sym_coMplete] = ACTIONS(136), + [anon_sym_coMpletE] = ACTIONS(136), + [anon_sym_coMpleTe] = ACTIONS(136), + [anon_sym_coMpleTE] = ACTIONS(136), + [anon_sym_coMplEte] = ACTIONS(136), + [anon_sym_coMplEtE] = ACTIONS(136), + [anon_sym_coMplETe] = ACTIONS(136), + [anon_sym_coMplETE] = ACTIONS(136), + [anon_sym_coMpLete] = ACTIONS(136), + [anon_sym_coMpLetE] = ACTIONS(136), + [anon_sym_coMpLeTe] = ACTIONS(136), + [anon_sym_coMpLeTE] = ACTIONS(136), + [anon_sym_coMpLEte] = ACTIONS(136), + [anon_sym_coMpLEtE] = ACTIONS(136), + [anon_sym_coMpLETe] = ACTIONS(136), + [anon_sym_coMpLETE] = ACTIONS(136), + [anon_sym_coMPlete] = ACTIONS(136), + [anon_sym_coMPletE] = ACTIONS(136), + [anon_sym_coMPleTe] = ACTIONS(136), + [anon_sym_coMPleTE] = ACTIONS(136), + [anon_sym_coMPlEte] = ACTIONS(136), + [anon_sym_coMPlEtE] = ACTIONS(136), + [anon_sym_coMPlETe] = ACTIONS(136), + [anon_sym_coMPlETE] = ACTIONS(136), + [anon_sym_coMPLete] = ACTIONS(136), + [anon_sym_coMPLetE] = ACTIONS(136), + [anon_sym_coMPLeTe] = ACTIONS(136), + [anon_sym_coMPLeTE] = ACTIONS(136), + [anon_sym_coMPLEte] = ACTIONS(136), + [anon_sym_coMPLEtE] = ACTIONS(136), + [anon_sym_coMPLETe] = ACTIONS(136), + [anon_sym_coMPLETE] = ACTIONS(136), + [anon_sym_cOmplete] = ACTIONS(136), + [anon_sym_cOmpletE] = ACTIONS(136), + [anon_sym_cOmpleTe] = ACTIONS(136), + [anon_sym_cOmpleTE] = ACTIONS(136), + [anon_sym_cOmplEte] = ACTIONS(136), + [anon_sym_cOmplEtE] = ACTIONS(136), + [anon_sym_cOmplETe] = ACTIONS(136), + [anon_sym_cOmplETE] = ACTIONS(136), + [anon_sym_cOmpLete] = ACTIONS(136), + [anon_sym_cOmpLetE] = ACTIONS(136), + [anon_sym_cOmpLeTe] = ACTIONS(136), + [anon_sym_cOmpLeTE] = ACTIONS(136), + [anon_sym_cOmpLEte] = ACTIONS(136), + [anon_sym_cOmpLEtE] = ACTIONS(136), + [anon_sym_cOmpLETe] = ACTIONS(136), + [anon_sym_cOmpLETE] = ACTIONS(136), + [anon_sym_cOmPlete] = ACTIONS(136), + [anon_sym_cOmPletE] = ACTIONS(136), + [anon_sym_cOmPleTe] = ACTIONS(136), + [anon_sym_cOmPleTE] = ACTIONS(136), + [anon_sym_cOmPlEte] = ACTIONS(136), + [anon_sym_cOmPlEtE] = ACTIONS(136), + [anon_sym_cOmPlETe] = ACTIONS(136), + [anon_sym_cOmPlETE] = ACTIONS(136), + [anon_sym_cOmPLete] = ACTIONS(136), + [anon_sym_cOmPLetE] = ACTIONS(136), + [anon_sym_cOmPLeTe] = ACTIONS(136), + [anon_sym_cOmPLeTE] = ACTIONS(136), + [anon_sym_cOmPLEte] = ACTIONS(136), + [anon_sym_cOmPLEtE] = ACTIONS(136), + [anon_sym_cOmPLETe] = ACTIONS(136), + [anon_sym_cOmPLETE] = ACTIONS(136), + [anon_sym_cOMplete] = ACTIONS(136), + [anon_sym_cOMpletE] = ACTIONS(136), + [anon_sym_cOMpleTe] = ACTIONS(136), + [anon_sym_cOMpleTE] = ACTIONS(136), + [anon_sym_cOMplEte] = ACTIONS(136), + [anon_sym_cOMplEtE] = ACTIONS(136), + [anon_sym_cOMplETe] = ACTIONS(136), + [anon_sym_cOMplETE] = ACTIONS(136), + [anon_sym_cOMpLete] = ACTIONS(136), + [anon_sym_cOMpLetE] = ACTIONS(136), + [anon_sym_cOMpLeTe] = ACTIONS(136), + [anon_sym_cOMpLeTE] = ACTIONS(136), + [anon_sym_cOMpLEte] = ACTIONS(136), + [anon_sym_cOMpLEtE] = ACTIONS(136), + [anon_sym_cOMpLETe] = ACTIONS(136), + [anon_sym_cOMpLETE] = ACTIONS(136), + [anon_sym_cOMPlete] = ACTIONS(136), + [anon_sym_cOMPletE] = ACTIONS(136), + [anon_sym_cOMPleTe] = ACTIONS(136), + [anon_sym_cOMPleTE] = ACTIONS(136), + [anon_sym_cOMPlEte] = ACTIONS(136), + [anon_sym_cOMPlEtE] = ACTIONS(136), + [anon_sym_cOMPlETe] = ACTIONS(136), + [anon_sym_cOMPlETE] = ACTIONS(136), + [anon_sym_cOMPLete] = ACTIONS(136), + [anon_sym_cOMPLetE] = ACTIONS(136), + [anon_sym_cOMPLeTe] = ACTIONS(136), + [anon_sym_cOMPLeTE] = ACTIONS(136), + [anon_sym_cOMPLEte] = ACTIONS(136), + [anon_sym_cOMPLEtE] = ACTIONS(136), + [anon_sym_cOMPLETe] = ACTIONS(136), + [anon_sym_cOMPLETE] = ACTIONS(136), + [anon_sym_Complete] = ACTIONS(136), + [anon_sym_CompletE] = ACTIONS(136), + [anon_sym_CompleTe] = ACTIONS(136), + [anon_sym_CompleTE] = ACTIONS(136), + [anon_sym_ComplEte] = ACTIONS(136), + [anon_sym_ComplEtE] = ACTIONS(136), + [anon_sym_ComplETe] = ACTIONS(136), + [anon_sym_ComplETE] = ACTIONS(136), + [anon_sym_CompLete] = ACTIONS(136), + [anon_sym_CompLetE] = ACTIONS(136), + [anon_sym_CompLeTe] = ACTIONS(136), + [anon_sym_CompLeTE] = ACTIONS(136), + [anon_sym_CompLEte] = ACTIONS(136), + [anon_sym_CompLEtE] = ACTIONS(136), + [anon_sym_CompLETe] = ACTIONS(136), + [anon_sym_CompLETE] = ACTIONS(136), + [anon_sym_ComPlete] = ACTIONS(136), + [anon_sym_ComPletE] = ACTIONS(136), + [anon_sym_ComPleTe] = ACTIONS(136), + [anon_sym_ComPleTE] = ACTIONS(136), + [anon_sym_ComPlEte] = ACTIONS(136), + [anon_sym_ComPlEtE] = ACTIONS(136), + [anon_sym_ComPlETe] = ACTIONS(136), + [anon_sym_ComPlETE] = ACTIONS(136), + [anon_sym_ComPLete] = ACTIONS(136), + [anon_sym_ComPLetE] = ACTIONS(136), + [anon_sym_ComPLeTe] = ACTIONS(136), + [anon_sym_ComPLeTE] = ACTIONS(136), + [anon_sym_ComPLEte] = ACTIONS(136), + [anon_sym_ComPLEtE] = ACTIONS(136), + [anon_sym_ComPLETe] = ACTIONS(136), + [anon_sym_ComPLETE] = ACTIONS(136), + [anon_sym_CoMplete] = ACTIONS(136), + [anon_sym_CoMpletE] = ACTIONS(136), + [anon_sym_CoMpleTe] = ACTIONS(136), + [anon_sym_CoMpleTE] = ACTIONS(136), + [anon_sym_CoMplEte] = ACTIONS(136), + [anon_sym_CoMplEtE] = ACTIONS(136), + [anon_sym_CoMplETe] = ACTIONS(136), + [anon_sym_CoMplETE] = ACTIONS(136), + [anon_sym_CoMpLete] = ACTIONS(136), + [anon_sym_CoMpLetE] = ACTIONS(136), + [anon_sym_CoMpLeTe] = ACTIONS(136), + [anon_sym_CoMpLeTE] = ACTIONS(136), + [anon_sym_CoMpLEte] = ACTIONS(136), + [anon_sym_CoMpLEtE] = ACTIONS(136), + [anon_sym_CoMpLETe] = ACTIONS(136), + [anon_sym_CoMpLETE] = ACTIONS(136), + [anon_sym_CoMPlete] = ACTIONS(136), + [anon_sym_CoMPletE] = ACTIONS(136), + [anon_sym_CoMPleTe] = ACTIONS(136), + [anon_sym_CoMPleTE] = ACTIONS(136), + [anon_sym_CoMPlEte] = ACTIONS(136), + [anon_sym_CoMPlEtE] = ACTIONS(136), + [anon_sym_CoMPlETe] = ACTIONS(136), + [anon_sym_CoMPlETE] = ACTIONS(136), + [anon_sym_CoMPLete] = ACTIONS(136), + [anon_sym_CoMPLetE] = ACTIONS(136), + [anon_sym_CoMPLeTe] = ACTIONS(136), + [anon_sym_CoMPLeTE] = ACTIONS(136), + [anon_sym_CoMPLEte] = ACTIONS(136), + [anon_sym_CoMPLEtE] = ACTIONS(136), + [anon_sym_CoMPLETe] = ACTIONS(136), + [anon_sym_CoMPLETE] = ACTIONS(136), + [anon_sym_COmplete] = ACTIONS(136), + [anon_sym_COmpletE] = ACTIONS(136), + [anon_sym_COmpleTe] = ACTIONS(136), + [anon_sym_COmpleTE] = ACTIONS(136), + [anon_sym_COmplEte] = ACTIONS(136), + [anon_sym_COmplEtE] = ACTIONS(136), + [anon_sym_COmplETe] = ACTIONS(136), + [anon_sym_COmplETE] = ACTIONS(136), + [anon_sym_COmpLete] = ACTIONS(136), + [anon_sym_COmpLetE] = ACTIONS(136), + [anon_sym_COmpLeTe] = ACTIONS(136), + [anon_sym_COmpLeTE] = ACTIONS(136), + [anon_sym_COmpLEte] = ACTIONS(136), + [anon_sym_COmpLEtE] = ACTIONS(136), + [anon_sym_COmpLETe] = ACTIONS(136), + [anon_sym_COmpLETE] = ACTIONS(136), + [anon_sym_COmPlete] = ACTIONS(136), + [anon_sym_COmPletE] = ACTIONS(136), + [anon_sym_COmPleTe] = ACTIONS(136), + [anon_sym_COmPleTE] = ACTIONS(136), + [anon_sym_COmPlEte] = ACTIONS(136), + [anon_sym_COmPlEtE] = ACTIONS(136), + [anon_sym_COmPlETe] = ACTIONS(136), + [anon_sym_COmPlETE] = ACTIONS(136), + [anon_sym_COmPLete] = ACTIONS(136), + [anon_sym_COmPLetE] = ACTIONS(136), + [anon_sym_COmPLeTe] = ACTIONS(136), + [anon_sym_COmPLeTE] = ACTIONS(136), + [anon_sym_COmPLEte] = ACTIONS(136), + [anon_sym_COmPLEtE] = ACTIONS(136), + [anon_sym_COmPLETe] = ACTIONS(136), + [anon_sym_COmPLETE] = ACTIONS(136), + [anon_sym_COMplete] = ACTIONS(136), + [anon_sym_COMpletE] = ACTIONS(136), + [anon_sym_COMpleTe] = ACTIONS(136), + [anon_sym_COMpleTE] = ACTIONS(136), + [anon_sym_COMplEte] = ACTIONS(136), + [anon_sym_COMplEtE] = ACTIONS(136), + [anon_sym_COMplETe] = ACTIONS(136), + [anon_sym_COMplETE] = ACTIONS(136), + [anon_sym_COMpLete] = ACTIONS(136), + [anon_sym_COMpLetE] = ACTIONS(136), + [anon_sym_COMpLeTe] = ACTIONS(136), + [anon_sym_COMpLeTE] = ACTIONS(136), + [anon_sym_COMpLEte] = ACTIONS(136), + [anon_sym_COMpLEtE] = ACTIONS(136), + [anon_sym_COMpLETe] = ACTIONS(136), + [anon_sym_COMpLETE] = ACTIONS(136), + [anon_sym_COMPlete] = ACTIONS(136), + [anon_sym_COMPletE] = ACTIONS(136), + [anon_sym_COMPleTe] = ACTIONS(136), + [anon_sym_COMPleTE] = ACTIONS(136), + [anon_sym_COMPlEte] = ACTIONS(136), + [anon_sym_COMPlEtE] = ACTIONS(136), + [anon_sym_COMPlETe] = ACTIONS(136), + [anon_sym_COMPlETE] = ACTIONS(136), + [anon_sym_COMPLete] = ACTIONS(136), + [anon_sym_COMPLetE] = ACTIONS(136), + [anon_sym_COMPLeTe] = ACTIONS(136), + [anon_sym_COMPLeTE] = ACTIONS(136), + [anon_sym_COMPLEte] = ACTIONS(136), + [anon_sym_COMPLEtE] = ACTIONS(136), + [anon_sym_COMPLETe] = ACTIONS(136), + [anon_sym_COMPLETE] = ACTIONS(136), [anon_sym_if] = ACTIONS(17), [anon_sym_iF] = ACTIONS(17), [anon_sym_If] = ACTIONS(17), [anon_sym_IF] = ACTIONS(17), - [anon_sym_else] = ACTIONS(154), - [anon_sym_elsE] = ACTIONS(154), - [anon_sym_elSe] = ACTIONS(154), - [anon_sym_elSE] = ACTIONS(154), - [anon_sym_eLse] = ACTIONS(154), - [anon_sym_eLsE] = ACTIONS(154), - [anon_sym_eLSe] = ACTIONS(154), - [anon_sym_eLSE] = ACTIONS(154), - [anon_sym_Else] = ACTIONS(154), - [anon_sym_ElsE] = ACTIONS(154), - [anon_sym_ElSe] = ACTIONS(154), - [anon_sym_ElSE] = ACTIONS(154), - [anon_sym_ELse] = ACTIONS(154), - [anon_sym_ELsE] = ACTIONS(154), - [anon_sym_ELSe] = ACTIONS(154), - [anon_sym_ELSE] = ACTIONS(154), - [anon_sym_elseif] = ACTIONS(154), - [anon_sym_elseiF] = ACTIONS(154), - [anon_sym_elseIf] = ACTIONS(154), - [anon_sym_elseIF] = ACTIONS(154), - [anon_sym_elsEif] = ACTIONS(154), - [anon_sym_elsEiF] = ACTIONS(154), - [anon_sym_elsEIf] = ACTIONS(154), - [anon_sym_elsEIF] = ACTIONS(154), - [anon_sym_elSeif] = ACTIONS(154), - [anon_sym_elSeiF] = ACTIONS(154), - [anon_sym_elSeIf] = ACTIONS(154), - [anon_sym_elSeIF] = ACTIONS(154), - [anon_sym_elSEif] = ACTIONS(154), - [anon_sym_elSEiF] = ACTIONS(154), - [anon_sym_elSEIf] = ACTIONS(154), - [anon_sym_elSEIF] = ACTIONS(154), - [anon_sym_eLseif] = ACTIONS(154), - [anon_sym_eLseiF] = ACTIONS(154), - [anon_sym_eLseIf] = ACTIONS(154), - [anon_sym_eLseIF] = ACTIONS(154), - [anon_sym_eLsEif] = ACTIONS(154), - [anon_sym_eLsEiF] = ACTIONS(154), - [anon_sym_eLsEIf] = ACTIONS(154), - [anon_sym_eLsEIF] = ACTIONS(154), - [anon_sym_eLSeif] = ACTIONS(154), - [anon_sym_eLSeiF] = ACTIONS(154), - [anon_sym_eLSeIf] = ACTIONS(154), - [anon_sym_eLSeIF] = ACTIONS(154), - [anon_sym_eLSEif] = ACTIONS(154), - [anon_sym_eLSEiF] = ACTIONS(154), - [anon_sym_eLSEIf] = ACTIONS(154), - [anon_sym_eLSEIF] = ACTIONS(154), - [anon_sym_Elseif] = ACTIONS(154), - [anon_sym_ElseiF] = ACTIONS(154), - [anon_sym_ElseIf] = ACTIONS(154), - [anon_sym_ElseIF] = ACTIONS(154), - [anon_sym_ElsEif] = ACTIONS(154), - [anon_sym_ElsEiF] = ACTIONS(154), - [anon_sym_ElsEIf] = ACTIONS(154), - [anon_sym_ElsEIF] = ACTIONS(154), - [anon_sym_ElSeif] = ACTIONS(154), - [anon_sym_ElSeiF] = ACTIONS(154), - [anon_sym_ElSeIf] = ACTIONS(154), - [anon_sym_ElSeIF] = ACTIONS(154), - [anon_sym_ElSEif] = ACTIONS(154), - [anon_sym_ElSEiF] = ACTIONS(154), - [anon_sym_ElSEIf] = ACTIONS(154), - [anon_sym_ElSEIF] = ACTIONS(154), - [anon_sym_ELseif] = ACTIONS(154), - [anon_sym_ELseiF] = ACTIONS(154), - [anon_sym_ELseIf] = ACTIONS(154), - [anon_sym_ELseIF] = ACTIONS(154), - [anon_sym_ELsEif] = ACTIONS(154), - [anon_sym_ELsEiF] = ACTIONS(154), - [anon_sym_ELsEIf] = ACTIONS(154), - [anon_sym_ELsEIF] = ACTIONS(154), - [anon_sym_ELSeif] = ACTIONS(154), - [anon_sym_ELSeiF] = ACTIONS(154), - [anon_sym_ELSeIf] = ACTIONS(154), - [anon_sym_ELSeIF] = ACTIONS(154), - [anon_sym_ELSEif] = ACTIONS(154), - [anon_sym_ELSEiF] = ACTIONS(154), - [anon_sym_ELSEIf] = ACTIONS(154), - [anon_sym_ELSEIF] = ACTIONS(154), - [anon_sym_endif] = ACTIONS(154), - [anon_sym_endiF] = ACTIONS(154), - [anon_sym_endIf] = ACTIONS(154), - [anon_sym_endIF] = ACTIONS(154), - [anon_sym_enDif] = ACTIONS(154), - [anon_sym_enDiF] = ACTIONS(154), - [anon_sym_enDIf] = ACTIONS(154), - [anon_sym_enDIF] = ACTIONS(154), - [anon_sym_eNdif] = ACTIONS(154), - [anon_sym_eNdiF] = ACTIONS(154), - [anon_sym_eNdIf] = ACTIONS(154), - [anon_sym_eNdIF] = ACTIONS(154), - [anon_sym_eNDif] = ACTIONS(154), - [anon_sym_eNDiF] = ACTIONS(154), - [anon_sym_eNDIf] = ACTIONS(154), - [anon_sym_eNDIF] = ACTIONS(154), - [anon_sym_Endif] = ACTIONS(154), - [anon_sym_EndiF] = ACTIONS(154), - [anon_sym_EndIf] = ACTIONS(154), - [anon_sym_EndIF] = ACTIONS(154), - [anon_sym_EnDif] = ACTIONS(154), - [anon_sym_EnDiF] = ACTIONS(154), - [anon_sym_EnDIf] = ACTIONS(154), - [anon_sym_EnDIF] = ACTIONS(154), - [anon_sym_ENdif] = ACTIONS(154), - [anon_sym_ENdiF] = ACTIONS(154), - [anon_sym_ENdIf] = ACTIONS(154), - [anon_sym_ENdIF] = ACTIONS(154), - [anon_sym_ENDif] = ACTIONS(154), - [anon_sym_ENDiF] = ACTIONS(154), - [anon_sym_ENDIf] = ACTIONS(154), - [anon_sym_ENDIF] = ACTIONS(154), + [anon_sym_else] = ACTIONS(136), + [anon_sym_elsE] = ACTIONS(136), + [anon_sym_elSe] = ACTIONS(136), + [anon_sym_elSE] = ACTIONS(136), + [anon_sym_eLse] = ACTIONS(136), + [anon_sym_eLsE] = ACTIONS(136), + [anon_sym_eLSe] = ACTIONS(136), + [anon_sym_eLSE] = ACTIONS(136), + [anon_sym_Else] = ACTIONS(136), + [anon_sym_ElsE] = ACTIONS(136), + [anon_sym_ElSe] = ACTIONS(136), + [anon_sym_ElSE] = ACTIONS(136), + [anon_sym_ELse] = ACTIONS(136), + [anon_sym_ELsE] = ACTIONS(136), + [anon_sym_ELSe] = ACTIONS(136), + [anon_sym_ELSE] = ACTIONS(136), + [anon_sym_elseif] = ACTIONS(136), + [anon_sym_elseiF] = ACTIONS(136), + [anon_sym_elseIf] = ACTIONS(136), + [anon_sym_elseIF] = ACTIONS(136), + [anon_sym_elsEif] = ACTIONS(136), + [anon_sym_elsEiF] = ACTIONS(136), + [anon_sym_elsEIf] = ACTIONS(136), + [anon_sym_elsEIF] = ACTIONS(136), + [anon_sym_elSeif] = ACTIONS(136), + [anon_sym_elSeiF] = ACTIONS(136), + [anon_sym_elSeIf] = ACTIONS(136), + [anon_sym_elSeIF] = ACTIONS(136), + [anon_sym_elSEif] = ACTIONS(136), + [anon_sym_elSEiF] = ACTIONS(136), + [anon_sym_elSEIf] = ACTIONS(136), + [anon_sym_elSEIF] = ACTIONS(136), + [anon_sym_eLseif] = ACTIONS(136), + [anon_sym_eLseiF] = ACTIONS(136), + [anon_sym_eLseIf] = ACTIONS(136), + [anon_sym_eLseIF] = ACTIONS(136), + [anon_sym_eLsEif] = ACTIONS(136), + [anon_sym_eLsEiF] = ACTIONS(136), + [anon_sym_eLsEIf] = ACTIONS(136), + [anon_sym_eLsEIF] = ACTIONS(136), + [anon_sym_eLSeif] = ACTIONS(136), + [anon_sym_eLSeiF] = ACTIONS(136), + [anon_sym_eLSeIf] = ACTIONS(136), + [anon_sym_eLSeIF] = ACTIONS(136), + [anon_sym_eLSEif] = ACTIONS(136), + [anon_sym_eLSEiF] = ACTIONS(136), + [anon_sym_eLSEIf] = ACTIONS(136), + [anon_sym_eLSEIF] = ACTIONS(136), + [anon_sym_Elseif] = ACTIONS(136), + [anon_sym_ElseiF] = ACTIONS(136), + [anon_sym_ElseIf] = ACTIONS(136), + [anon_sym_ElseIF] = ACTIONS(136), + [anon_sym_ElsEif] = ACTIONS(136), + [anon_sym_ElsEiF] = ACTIONS(136), + [anon_sym_ElsEIf] = ACTIONS(136), + [anon_sym_ElsEIF] = ACTIONS(136), + [anon_sym_ElSeif] = ACTIONS(136), + [anon_sym_ElSeiF] = ACTIONS(136), + [anon_sym_ElSeIf] = ACTIONS(136), + [anon_sym_ElSeIF] = ACTIONS(136), + [anon_sym_ElSEif] = ACTIONS(136), + [anon_sym_ElSEiF] = ACTIONS(136), + [anon_sym_ElSEIf] = ACTIONS(136), + [anon_sym_ElSEIF] = ACTIONS(136), + [anon_sym_ELseif] = ACTIONS(136), + [anon_sym_ELseiF] = ACTIONS(136), + [anon_sym_ELseIf] = ACTIONS(136), + [anon_sym_ELseIF] = ACTIONS(136), + [anon_sym_ELsEif] = ACTIONS(136), + [anon_sym_ELsEiF] = ACTIONS(136), + [anon_sym_ELsEIf] = ACTIONS(136), + [anon_sym_ELsEIF] = ACTIONS(136), + [anon_sym_ELSeif] = ACTIONS(136), + [anon_sym_ELSeiF] = ACTIONS(136), + [anon_sym_ELSeIf] = ACTIONS(136), + [anon_sym_ELSeIF] = ACTIONS(136), + [anon_sym_ELSEif] = ACTIONS(136), + [anon_sym_ELSEiF] = ACTIONS(136), + [anon_sym_ELSEIf] = ACTIONS(136), + [anon_sym_ELSEIF] = ACTIONS(136), + [anon_sym_endif] = ACTIONS(136), + [anon_sym_endiF] = ACTIONS(136), + [anon_sym_endIf] = ACTIONS(136), + [anon_sym_endIF] = ACTIONS(136), + [anon_sym_enDif] = ACTIONS(136), + [anon_sym_enDiF] = ACTIONS(136), + [anon_sym_enDIf] = ACTIONS(136), + [anon_sym_enDIF] = ACTIONS(136), + [anon_sym_eNdif] = ACTIONS(136), + [anon_sym_eNdiF] = ACTIONS(136), + [anon_sym_eNdIf] = ACTIONS(136), + [anon_sym_eNdIF] = ACTIONS(136), + [anon_sym_eNDif] = ACTIONS(136), + [anon_sym_eNDiF] = ACTIONS(136), + [anon_sym_eNDIf] = ACTIONS(136), + [anon_sym_eNDIF] = ACTIONS(136), + [anon_sym_Endif] = ACTIONS(136), + [anon_sym_EndiF] = ACTIONS(136), + [anon_sym_EndIf] = ACTIONS(136), + [anon_sym_EndIF] = ACTIONS(136), + [anon_sym_EnDif] = ACTIONS(136), + [anon_sym_EnDiF] = ACTIONS(136), + [anon_sym_EnDIf] = ACTIONS(136), + [anon_sym_EnDIF] = ACTIONS(136), + [anon_sym_ENdif] = ACTIONS(136), + [anon_sym_ENdiF] = ACTIONS(136), + [anon_sym_ENdIf] = ACTIONS(136), + [anon_sym_ENdIF] = ACTIONS(136), + [anon_sym_ENDif] = ACTIONS(136), + [anon_sym_ENDiF] = ACTIONS(136), + [anon_sym_ENDIf] = ACTIONS(136), + [anon_sym_ENDIF] = ACTIONS(136), [anon_sym_while] = ACTIONS(19), [anon_sym_whilE] = ACTIONS(19), [anon_sym_whiLe] = ACTIONS(19), @@ -55137,262 +56643,262 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_WHIlE] = ACTIONS(19), [anon_sym_WHILe] = ACTIONS(19), [anon_sym_WHILE] = ACTIONS(19), - [anon_sym_endwhile] = ACTIONS(154), - [anon_sym_endwhilE] = ACTIONS(154), - [anon_sym_endwhiLe] = ACTIONS(154), - [anon_sym_endwhiLE] = ACTIONS(154), - [anon_sym_endwhIle] = ACTIONS(154), - [anon_sym_endwhIlE] = ACTIONS(154), - [anon_sym_endwhILe] = ACTIONS(154), - [anon_sym_endwhILE] = ACTIONS(154), - [anon_sym_endwHile] = ACTIONS(154), - [anon_sym_endwHilE] = ACTIONS(154), - [anon_sym_endwHiLe] = ACTIONS(154), - [anon_sym_endwHiLE] = ACTIONS(154), - [anon_sym_endwHIle] = ACTIONS(154), - [anon_sym_endwHIlE] = ACTIONS(154), - [anon_sym_endwHILe] = ACTIONS(154), - [anon_sym_endwHILE] = ACTIONS(154), - [anon_sym_endWhile] = ACTIONS(154), - [anon_sym_endWhilE] = ACTIONS(154), - [anon_sym_endWhiLe] = ACTIONS(154), - [anon_sym_endWhiLE] = ACTIONS(154), - [anon_sym_endWhIle] = ACTIONS(154), - [anon_sym_endWhIlE] = ACTIONS(154), - [anon_sym_endWhILe] = ACTIONS(154), - [anon_sym_endWhILE] = ACTIONS(154), - [anon_sym_endWHile] = ACTIONS(154), - [anon_sym_endWHilE] = ACTIONS(154), - [anon_sym_endWHiLe] = ACTIONS(154), - [anon_sym_endWHiLE] = ACTIONS(154), - [anon_sym_endWHIle] = ACTIONS(154), - [anon_sym_endWHIlE] = ACTIONS(154), - [anon_sym_endWHILe] = ACTIONS(154), - [anon_sym_endWHILE] = ACTIONS(154), - [anon_sym_enDwhile] = ACTIONS(154), - [anon_sym_enDwhilE] = ACTIONS(154), - [anon_sym_enDwhiLe] = ACTIONS(154), - [anon_sym_enDwhiLE] = ACTIONS(154), - [anon_sym_enDwhIle] = ACTIONS(154), - [anon_sym_enDwhIlE] = ACTIONS(154), - [anon_sym_enDwhILe] = ACTIONS(154), - [anon_sym_enDwhILE] = ACTIONS(154), - [anon_sym_enDwHile] = ACTIONS(154), - [anon_sym_enDwHilE] = ACTIONS(154), - [anon_sym_enDwHiLe] = ACTIONS(154), - [anon_sym_enDwHiLE] = ACTIONS(154), - [anon_sym_enDwHIle] = ACTIONS(154), - [anon_sym_enDwHIlE] = ACTIONS(154), - [anon_sym_enDwHILe] = ACTIONS(154), - [anon_sym_enDwHILE] = ACTIONS(154), - [anon_sym_enDWhile] = ACTIONS(154), - [anon_sym_enDWhilE] = ACTIONS(154), - [anon_sym_enDWhiLe] = ACTIONS(154), - [anon_sym_enDWhiLE] = ACTIONS(154), - [anon_sym_enDWhIle] = ACTIONS(154), - [anon_sym_enDWhIlE] = ACTIONS(154), - [anon_sym_enDWhILe] = ACTIONS(154), - [anon_sym_enDWhILE] = ACTIONS(154), - [anon_sym_enDWHile] = ACTIONS(154), - [anon_sym_enDWHilE] = ACTIONS(154), - [anon_sym_enDWHiLe] = ACTIONS(154), - [anon_sym_enDWHiLE] = ACTIONS(154), - [anon_sym_enDWHIle] = ACTIONS(154), - [anon_sym_enDWHIlE] = ACTIONS(154), - [anon_sym_enDWHILe] = ACTIONS(154), - [anon_sym_enDWHILE] = ACTIONS(154), - [anon_sym_eNdwhile] = ACTIONS(154), - [anon_sym_eNdwhilE] = ACTIONS(154), - [anon_sym_eNdwhiLe] = ACTIONS(154), - [anon_sym_eNdwhiLE] = ACTIONS(154), - [anon_sym_eNdwhIle] = ACTIONS(154), - [anon_sym_eNdwhIlE] = ACTIONS(154), - [anon_sym_eNdwhILe] = ACTIONS(154), - [anon_sym_eNdwhILE] = ACTIONS(154), - [anon_sym_eNdwHile] = ACTIONS(154), - [anon_sym_eNdwHilE] = ACTIONS(154), - [anon_sym_eNdwHiLe] = ACTIONS(154), - [anon_sym_eNdwHiLE] = ACTIONS(154), - [anon_sym_eNdwHIle] = ACTIONS(154), - [anon_sym_eNdwHIlE] = ACTIONS(154), - [anon_sym_eNdwHILe] = ACTIONS(154), - [anon_sym_eNdwHILE] = ACTIONS(154), - [anon_sym_eNdWhile] = ACTIONS(154), - [anon_sym_eNdWhilE] = ACTIONS(154), - [anon_sym_eNdWhiLe] = ACTIONS(154), - [anon_sym_eNdWhiLE] = ACTIONS(154), - [anon_sym_eNdWhIle] = ACTIONS(154), - [anon_sym_eNdWhIlE] = ACTIONS(154), - [anon_sym_eNdWhILe] = ACTIONS(154), - [anon_sym_eNdWhILE] = ACTIONS(154), - [anon_sym_eNdWHile] = ACTIONS(154), - [anon_sym_eNdWHilE] = ACTIONS(154), - [anon_sym_eNdWHiLe] = ACTIONS(154), - [anon_sym_eNdWHiLE] = ACTIONS(154), - [anon_sym_eNdWHIle] = ACTIONS(154), - [anon_sym_eNdWHIlE] = ACTIONS(154), - [anon_sym_eNdWHILe] = ACTIONS(154), - [anon_sym_eNdWHILE] = ACTIONS(154), - [anon_sym_eNDwhile] = ACTIONS(154), - [anon_sym_eNDwhilE] = ACTIONS(154), - [anon_sym_eNDwhiLe] = ACTIONS(154), - [anon_sym_eNDwhiLE] = ACTIONS(154), - [anon_sym_eNDwhIle] = ACTIONS(154), - [anon_sym_eNDwhIlE] = ACTIONS(154), - [anon_sym_eNDwhILe] = ACTIONS(154), - [anon_sym_eNDwhILE] = ACTIONS(154), - [anon_sym_eNDwHile] = ACTIONS(154), - [anon_sym_eNDwHilE] = ACTIONS(154), - [anon_sym_eNDwHiLe] = ACTIONS(154), - [anon_sym_eNDwHiLE] = ACTIONS(154), - [anon_sym_eNDwHIle] = ACTIONS(154), - [anon_sym_eNDwHIlE] = ACTIONS(154), - [anon_sym_eNDwHILe] = ACTIONS(154), - [anon_sym_eNDwHILE] = ACTIONS(154), - [anon_sym_eNDWhile] = ACTIONS(154), - [anon_sym_eNDWhilE] = ACTIONS(154), - [anon_sym_eNDWhiLe] = ACTIONS(154), - [anon_sym_eNDWhiLE] = ACTIONS(154), - [anon_sym_eNDWhIle] = ACTIONS(154), - [anon_sym_eNDWhIlE] = ACTIONS(154), - [anon_sym_eNDWhILe] = ACTIONS(154), - [anon_sym_eNDWhILE] = ACTIONS(154), - [anon_sym_eNDWHile] = ACTIONS(154), - [anon_sym_eNDWHilE] = ACTIONS(154), - [anon_sym_eNDWHiLe] = ACTIONS(154), - [anon_sym_eNDWHiLE] = ACTIONS(154), - [anon_sym_eNDWHIle] = ACTIONS(154), - [anon_sym_eNDWHIlE] = ACTIONS(154), - [anon_sym_eNDWHILe] = ACTIONS(154), - [anon_sym_eNDWHILE] = ACTIONS(154), - [anon_sym_Endwhile] = ACTIONS(154), - [anon_sym_EndwhilE] = ACTIONS(154), - [anon_sym_EndwhiLe] = ACTIONS(154), - [anon_sym_EndwhiLE] = ACTIONS(154), - [anon_sym_EndwhIle] = ACTIONS(154), - [anon_sym_EndwhIlE] = ACTIONS(154), - [anon_sym_EndwhILe] = ACTIONS(154), - [anon_sym_EndwhILE] = ACTIONS(154), - [anon_sym_EndwHile] = ACTIONS(154), - [anon_sym_EndwHilE] = ACTIONS(154), - [anon_sym_EndwHiLe] = ACTIONS(154), - [anon_sym_EndwHiLE] = ACTIONS(154), - [anon_sym_EndwHIle] = ACTIONS(154), - [anon_sym_EndwHIlE] = ACTIONS(154), - [anon_sym_EndwHILe] = ACTIONS(154), - [anon_sym_EndwHILE] = ACTIONS(154), - [anon_sym_EndWhile] = ACTIONS(154), - [anon_sym_EndWhilE] = ACTIONS(154), - [anon_sym_EndWhiLe] = ACTIONS(154), - [anon_sym_EndWhiLE] = ACTIONS(154), - [anon_sym_EndWhIle] = ACTIONS(154), - [anon_sym_EndWhIlE] = ACTIONS(154), - [anon_sym_EndWhILe] = ACTIONS(154), - [anon_sym_EndWhILE] = ACTIONS(154), - [anon_sym_EndWHile] = ACTIONS(154), - [anon_sym_EndWHilE] = ACTIONS(154), - [anon_sym_EndWHiLe] = ACTIONS(154), - [anon_sym_EndWHiLE] = ACTIONS(154), - [anon_sym_EndWHIle] = ACTIONS(154), - [anon_sym_EndWHIlE] = ACTIONS(154), - [anon_sym_EndWHILe] = ACTIONS(154), - [anon_sym_EndWHILE] = ACTIONS(154), - [anon_sym_EnDwhile] = ACTIONS(154), - [anon_sym_EnDwhilE] = ACTIONS(154), - [anon_sym_EnDwhiLe] = ACTIONS(154), - [anon_sym_EnDwhiLE] = ACTIONS(154), - [anon_sym_EnDwhIle] = ACTIONS(154), - [anon_sym_EnDwhIlE] = ACTIONS(154), - [anon_sym_EnDwhILe] = ACTIONS(154), - [anon_sym_EnDwhILE] = ACTIONS(154), - [anon_sym_EnDwHile] = ACTIONS(154), - [anon_sym_EnDwHilE] = ACTIONS(154), - [anon_sym_EnDwHiLe] = ACTIONS(154), - [anon_sym_EnDwHiLE] = ACTIONS(154), - [anon_sym_EnDwHIle] = ACTIONS(154), - [anon_sym_EnDwHIlE] = ACTIONS(154), - [anon_sym_EnDwHILe] = ACTIONS(154), - [anon_sym_EnDwHILE] = ACTIONS(154), - [anon_sym_EnDWhile] = ACTIONS(154), - [anon_sym_EnDWhilE] = ACTIONS(154), - [anon_sym_EnDWhiLe] = ACTIONS(154), - [anon_sym_EnDWhiLE] = ACTIONS(154), - [anon_sym_EnDWhIle] = ACTIONS(154), - [anon_sym_EnDWhIlE] = ACTIONS(154), - [anon_sym_EnDWhILe] = ACTIONS(154), - [anon_sym_EnDWhILE] = ACTIONS(154), - [anon_sym_EnDWHile] = ACTIONS(154), - [anon_sym_EnDWHilE] = ACTIONS(154), - [anon_sym_EnDWHiLe] = ACTIONS(154), - [anon_sym_EnDWHiLE] = ACTIONS(154), - [anon_sym_EnDWHIle] = ACTIONS(154), - [anon_sym_EnDWHIlE] = ACTIONS(154), - [anon_sym_EnDWHILe] = ACTIONS(154), - [anon_sym_EnDWHILE] = ACTIONS(154), - [anon_sym_ENdwhile] = ACTIONS(154), - [anon_sym_ENdwhilE] = ACTIONS(154), - [anon_sym_ENdwhiLe] = ACTIONS(154), - [anon_sym_ENdwhiLE] = ACTIONS(154), - [anon_sym_ENdwhIle] = ACTIONS(154), - [anon_sym_ENdwhIlE] = ACTIONS(154), - [anon_sym_ENdwhILe] = ACTIONS(154), - [anon_sym_ENdwhILE] = ACTIONS(154), - [anon_sym_ENdwHile] = ACTIONS(154), - [anon_sym_ENdwHilE] = ACTIONS(154), - [anon_sym_ENdwHiLe] = ACTIONS(154), - [anon_sym_ENdwHiLE] = ACTIONS(154), - [anon_sym_ENdwHIle] = ACTIONS(154), - [anon_sym_ENdwHIlE] = ACTIONS(154), - [anon_sym_ENdwHILe] = ACTIONS(154), - [anon_sym_ENdwHILE] = ACTIONS(154), - [anon_sym_ENdWhile] = ACTIONS(154), - [anon_sym_ENdWhilE] = ACTIONS(154), - [anon_sym_ENdWhiLe] = ACTIONS(154), - [anon_sym_ENdWhiLE] = ACTIONS(154), - [anon_sym_ENdWhIle] = ACTIONS(154), - [anon_sym_ENdWhIlE] = ACTIONS(154), - [anon_sym_ENdWhILe] = ACTIONS(154), - [anon_sym_ENdWhILE] = ACTIONS(154), - [anon_sym_ENdWHile] = ACTIONS(154), - [anon_sym_ENdWHilE] = ACTIONS(154), - [anon_sym_ENdWHiLe] = ACTIONS(154), - [anon_sym_ENdWHiLE] = ACTIONS(154), - [anon_sym_ENdWHIle] = ACTIONS(154), - [anon_sym_ENdWHIlE] = ACTIONS(154), - [anon_sym_ENdWHILe] = ACTIONS(154), - [anon_sym_ENdWHILE] = ACTIONS(154), - [anon_sym_ENDwhile] = ACTIONS(154), - [anon_sym_ENDwhilE] = ACTIONS(154), - [anon_sym_ENDwhiLe] = ACTIONS(154), - [anon_sym_ENDwhiLE] = ACTIONS(154), - [anon_sym_ENDwhIle] = ACTIONS(154), - [anon_sym_ENDwhIlE] = ACTIONS(154), - [anon_sym_ENDwhILe] = ACTIONS(154), - [anon_sym_ENDwhILE] = ACTIONS(154), - [anon_sym_ENDwHile] = ACTIONS(154), - [anon_sym_ENDwHilE] = ACTIONS(154), - [anon_sym_ENDwHiLe] = ACTIONS(154), - [anon_sym_ENDwHiLE] = ACTIONS(154), - [anon_sym_ENDwHIle] = ACTIONS(154), - [anon_sym_ENDwHIlE] = ACTIONS(154), - [anon_sym_ENDwHILe] = ACTIONS(154), - [anon_sym_ENDwHILE] = ACTIONS(154), - [anon_sym_ENDWhile] = ACTIONS(154), - [anon_sym_ENDWhilE] = ACTIONS(154), - [anon_sym_ENDWhiLe] = ACTIONS(154), - [anon_sym_ENDWhiLE] = ACTIONS(154), - [anon_sym_ENDWhIle] = ACTIONS(154), - [anon_sym_ENDWhIlE] = ACTIONS(154), - [anon_sym_ENDWhILe] = ACTIONS(154), - [anon_sym_ENDWhILE] = ACTIONS(154), - [anon_sym_ENDWHile] = ACTIONS(154), - [anon_sym_ENDWHilE] = ACTIONS(154), - [anon_sym_ENDWHiLe] = ACTIONS(154), - [anon_sym_ENDWHiLE] = ACTIONS(154), - [anon_sym_ENDWHIle] = ACTIONS(154), - [anon_sym_ENDWHIlE] = ACTIONS(154), - [anon_sym_ENDWHILe] = ACTIONS(154), - [anon_sym_ENDWHILE] = ACTIONS(154), + [anon_sym_endwhile] = ACTIONS(136), + [anon_sym_endwhilE] = ACTIONS(136), + [anon_sym_endwhiLe] = ACTIONS(136), + [anon_sym_endwhiLE] = ACTIONS(136), + [anon_sym_endwhIle] = ACTIONS(136), + [anon_sym_endwhIlE] = ACTIONS(136), + [anon_sym_endwhILe] = ACTIONS(136), + [anon_sym_endwhILE] = ACTIONS(136), + [anon_sym_endwHile] = ACTIONS(136), + [anon_sym_endwHilE] = ACTIONS(136), + [anon_sym_endwHiLe] = ACTIONS(136), + [anon_sym_endwHiLE] = ACTIONS(136), + [anon_sym_endwHIle] = ACTIONS(136), + [anon_sym_endwHIlE] = ACTIONS(136), + [anon_sym_endwHILe] = ACTIONS(136), + [anon_sym_endwHILE] = ACTIONS(136), + [anon_sym_endWhile] = ACTIONS(136), + [anon_sym_endWhilE] = ACTIONS(136), + [anon_sym_endWhiLe] = ACTIONS(136), + [anon_sym_endWhiLE] = ACTIONS(136), + [anon_sym_endWhIle] = ACTIONS(136), + [anon_sym_endWhIlE] = ACTIONS(136), + [anon_sym_endWhILe] = ACTIONS(136), + [anon_sym_endWhILE] = ACTIONS(136), + [anon_sym_endWHile] = ACTIONS(136), + [anon_sym_endWHilE] = ACTIONS(136), + [anon_sym_endWHiLe] = ACTIONS(136), + [anon_sym_endWHiLE] = ACTIONS(136), + [anon_sym_endWHIle] = ACTIONS(136), + [anon_sym_endWHIlE] = ACTIONS(136), + [anon_sym_endWHILe] = ACTIONS(136), + [anon_sym_endWHILE] = ACTIONS(136), + [anon_sym_enDwhile] = ACTIONS(136), + [anon_sym_enDwhilE] = ACTIONS(136), + [anon_sym_enDwhiLe] = ACTIONS(136), + [anon_sym_enDwhiLE] = ACTIONS(136), + [anon_sym_enDwhIle] = ACTIONS(136), + [anon_sym_enDwhIlE] = ACTIONS(136), + [anon_sym_enDwhILe] = ACTIONS(136), + [anon_sym_enDwhILE] = ACTIONS(136), + [anon_sym_enDwHile] = ACTIONS(136), + [anon_sym_enDwHilE] = ACTIONS(136), + [anon_sym_enDwHiLe] = ACTIONS(136), + [anon_sym_enDwHiLE] = ACTIONS(136), + [anon_sym_enDwHIle] = ACTIONS(136), + [anon_sym_enDwHIlE] = ACTIONS(136), + [anon_sym_enDwHILe] = ACTIONS(136), + [anon_sym_enDwHILE] = ACTIONS(136), + [anon_sym_enDWhile] = ACTIONS(136), + [anon_sym_enDWhilE] = ACTIONS(136), + [anon_sym_enDWhiLe] = ACTIONS(136), + [anon_sym_enDWhiLE] = ACTIONS(136), + [anon_sym_enDWhIle] = ACTIONS(136), + [anon_sym_enDWhIlE] = ACTIONS(136), + [anon_sym_enDWhILe] = ACTIONS(136), + [anon_sym_enDWhILE] = ACTIONS(136), + [anon_sym_enDWHile] = ACTIONS(136), + [anon_sym_enDWHilE] = ACTIONS(136), + [anon_sym_enDWHiLe] = ACTIONS(136), + [anon_sym_enDWHiLE] = ACTIONS(136), + [anon_sym_enDWHIle] = ACTIONS(136), + [anon_sym_enDWHIlE] = ACTIONS(136), + [anon_sym_enDWHILe] = ACTIONS(136), + [anon_sym_enDWHILE] = ACTIONS(136), + [anon_sym_eNdwhile] = ACTIONS(136), + [anon_sym_eNdwhilE] = ACTIONS(136), + [anon_sym_eNdwhiLe] = ACTIONS(136), + [anon_sym_eNdwhiLE] = ACTIONS(136), + [anon_sym_eNdwhIle] = ACTIONS(136), + [anon_sym_eNdwhIlE] = ACTIONS(136), + [anon_sym_eNdwhILe] = ACTIONS(136), + [anon_sym_eNdwhILE] = ACTIONS(136), + [anon_sym_eNdwHile] = ACTIONS(136), + [anon_sym_eNdwHilE] = ACTIONS(136), + [anon_sym_eNdwHiLe] = ACTIONS(136), + [anon_sym_eNdwHiLE] = ACTIONS(136), + [anon_sym_eNdwHIle] = ACTIONS(136), + [anon_sym_eNdwHIlE] = ACTIONS(136), + [anon_sym_eNdwHILe] = ACTIONS(136), + [anon_sym_eNdwHILE] = ACTIONS(136), + [anon_sym_eNdWhile] = ACTIONS(136), + [anon_sym_eNdWhilE] = ACTIONS(136), + [anon_sym_eNdWhiLe] = ACTIONS(136), + [anon_sym_eNdWhiLE] = ACTIONS(136), + [anon_sym_eNdWhIle] = ACTIONS(136), + [anon_sym_eNdWhIlE] = ACTIONS(136), + [anon_sym_eNdWhILe] = ACTIONS(136), + [anon_sym_eNdWhILE] = ACTIONS(136), + [anon_sym_eNdWHile] = ACTIONS(136), + [anon_sym_eNdWHilE] = ACTIONS(136), + [anon_sym_eNdWHiLe] = ACTIONS(136), + [anon_sym_eNdWHiLE] = ACTIONS(136), + [anon_sym_eNdWHIle] = ACTIONS(136), + [anon_sym_eNdWHIlE] = ACTIONS(136), + [anon_sym_eNdWHILe] = ACTIONS(136), + [anon_sym_eNdWHILE] = ACTIONS(136), + [anon_sym_eNDwhile] = ACTIONS(136), + [anon_sym_eNDwhilE] = ACTIONS(136), + [anon_sym_eNDwhiLe] = ACTIONS(136), + [anon_sym_eNDwhiLE] = ACTIONS(136), + [anon_sym_eNDwhIle] = ACTIONS(136), + [anon_sym_eNDwhIlE] = ACTIONS(136), + [anon_sym_eNDwhILe] = ACTIONS(136), + [anon_sym_eNDwhILE] = ACTIONS(136), + [anon_sym_eNDwHile] = ACTIONS(136), + [anon_sym_eNDwHilE] = ACTIONS(136), + [anon_sym_eNDwHiLe] = ACTIONS(136), + [anon_sym_eNDwHiLE] = ACTIONS(136), + [anon_sym_eNDwHIle] = ACTIONS(136), + [anon_sym_eNDwHIlE] = ACTIONS(136), + [anon_sym_eNDwHILe] = ACTIONS(136), + [anon_sym_eNDwHILE] = ACTIONS(136), + [anon_sym_eNDWhile] = ACTIONS(136), + [anon_sym_eNDWhilE] = ACTIONS(136), + [anon_sym_eNDWhiLe] = ACTIONS(136), + [anon_sym_eNDWhiLE] = ACTIONS(136), + [anon_sym_eNDWhIle] = ACTIONS(136), + [anon_sym_eNDWhIlE] = ACTIONS(136), + [anon_sym_eNDWhILe] = ACTIONS(136), + [anon_sym_eNDWhILE] = ACTIONS(136), + [anon_sym_eNDWHile] = ACTIONS(136), + [anon_sym_eNDWHilE] = ACTIONS(136), + [anon_sym_eNDWHiLe] = ACTIONS(136), + [anon_sym_eNDWHiLE] = ACTIONS(136), + [anon_sym_eNDWHIle] = ACTIONS(136), + [anon_sym_eNDWHIlE] = ACTIONS(136), + [anon_sym_eNDWHILe] = ACTIONS(136), + [anon_sym_eNDWHILE] = ACTIONS(136), + [anon_sym_Endwhile] = ACTIONS(136), + [anon_sym_EndwhilE] = ACTIONS(136), + [anon_sym_EndwhiLe] = ACTIONS(136), + [anon_sym_EndwhiLE] = ACTIONS(136), + [anon_sym_EndwhIle] = ACTIONS(136), + [anon_sym_EndwhIlE] = ACTIONS(136), + [anon_sym_EndwhILe] = ACTIONS(136), + [anon_sym_EndwhILE] = ACTIONS(136), + [anon_sym_EndwHile] = ACTIONS(136), + [anon_sym_EndwHilE] = ACTIONS(136), + [anon_sym_EndwHiLe] = ACTIONS(136), + [anon_sym_EndwHiLE] = ACTIONS(136), + [anon_sym_EndwHIle] = ACTIONS(136), + [anon_sym_EndwHIlE] = ACTIONS(136), + [anon_sym_EndwHILe] = ACTIONS(136), + [anon_sym_EndwHILE] = ACTIONS(136), + [anon_sym_EndWhile] = ACTIONS(136), + [anon_sym_EndWhilE] = ACTIONS(136), + [anon_sym_EndWhiLe] = ACTIONS(136), + [anon_sym_EndWhiLE] = ACTIONS(136), + [anon_sym_EndWhIle] = ACTIONS(136), + [anon_sym_EndWhIlE] = ACTIONS(136), + [anon_sym_EndWhILe] = ACTIONS(136), + [anon_sym_EndWhILE] = ACTIONS(136), + [anon_sym_EndWHile] = ACTIONS(136), + [anon_sym_EndWHilE] = ACTIONS(136), + [anon_sym_EndWHiLe] = ACTIONS(136), + [anon_sym_EndWHiLE] = ACTIONS(136), + [anon_sym_EndWHIle] = ACTIONS(136), + [anon_sym_EndWHIlE] = ACTIONS(136), + [anon_sym_EndWHILe] = ACTIONS(136), + [anon_sym_EndWHILE] = ACTIONS(136), + [anon_sym_EnDwhile] = ACTIONS(136), + [anon_sym_EnDwhilE] = ACTIONS(136), + [anon_sym_EnDwhiLe] = ACTIONS(136), + [anon_sym_EnDwhiLE] = ACTIONS(136), + [anon_sym_EnDwhIle] = ACTIONS(136), + [anon_sym_EnDwhIlE] = ACTIONS(136), + [anon_sym_EnDwhILe] = ACTIONS(136), + [anon_sym_EnDwhILE] = ACTIONS(136), + [anon_sym_EnDwHile] = ACTIONS(136), + [anon_sym_EnDwHilE] = ACTIONS(136), + [anon_sym_EnDwHiLe] = ACTIONS(136), + [anon_sym_EnDwHiLE] = ACTIONS(136), + [anon_sym_EnDwHIle] = ACTIONS(136), + [anon_sym_EnDwHIlE] = ACTIONS(136), + [anon_sym_EnDwHILe] = ACTIONS(136), + [anon_sym_EnDwHILE] = ACTIONS(136), + [anon_sym_EnDWhile] = ACTIONS(136), + [anon_sym_EnDWhilE] = ACTIONS(136), + [anon_sym_EnDWhiLe] = ACTIONS(136), + [anon_sym_EnDWhiLE] = ACTIONS(136), + [anon_sym_EnDWhIle] = ACTIONS(136), + [anon_sym_EnDWhIlE] = ACTIONS(136), + [anon_sym_EnDWhILe] = ACTIONS(136), + [anon_sym_EnDWhILE] = ACTIONS(136), + [anon_sym_EnDWHile] = ACTIONS(136), + [anon_sym_EnDWHilE] = ACTIONS(136), + [anon_sym_EnDWHiLe] = ACTIONS(136), + [anon_sym_EnDWHiLE] = ACTIONS(136), + [anon_sym_EnDWHIle] = ACTIONS(136), + [anon_sym_EnDWHIlE] = ACTIONS(136), + [anon_sym_EnDWHILe] = ACTIONS(136), + [anon_sym_EnDWHILE] = ACTIONS(136), + [anon_sym_ENdwhile] = ACTIONS(136), + [anon_sym_ENdwhilE] = ACTIONS(136), + [anon_sym_ENdwhiLe] = ACTIONS(136), + [anon_sym_ENdwhiLE] = ACTIONS(136), + [anon_sym_ENdwhIle] = ACTIONS(136), + [anon_sym_ENdwhIlE] = ACTIONS(136), + [anon_sym_ENdwhILe] = ACTIONS(136), + [anon_sym_ENdwhILE] = ACTIONS(136), + [anon_sym_ENdwHile] = ACTIONS(136), + [anon_sym_ENdwHilE] = ACTIONS(136), + [anon_sym_ENdwHiLe] = ACTIONS(136), + [anon_sym_ENdwHiLE] = ACTIONS(136), + [anon_sym_ENdwHIle] = ACTIONS(136), + [anon_sym_ENdwHIlE] = ACTIONS(136), + [anon_sym_ENdwHILe] = ACTIONS(136), + [anon_sym_ENdwHILE] = ACTIONS(136), + [anon_sym_ENdWhile] = ACTIONS(136), + [anon_sym_ENdWhilE] = ACTIONS(136), + [anon_sym_ENdWhiLe] = ACTIONS(136), + [anon_sym_ENdWhiLE] = ACTIONS(136), + [anon_sym_ENdWhIle] = ACTIONS(136), + [anon_sym_ENdWhIlE] = ACTIONS(136), + [anon_sym_ENdWhILe] = ACTIONS(136), + [anon_sym_ENdWhILE] = ACTIONS(136), + [anon_sym_ENdWHile] = ACTIONS(136), + [anon_sym_ENdWHilE] = ACTIONS(136), + [anon_sym_ENdWHiLe] = ACTIONS(136), + [anon_sym_ENdWHiLE] = ACTIONS(136), + [anon_sym_ENdWHIle] = ACTIONS(136), + [anon_sym_ENdWHIlE] = ACTIONS(136), + [anon_sym_ENdWHILe] = ACTIONS(136), + [anon_sym_ENdWHILE] = ACTIONS(136), + [anon_sym_ENDwhile] = ACTIONS(136), + [anon_sym_ENDwhilE] = ACTIONS(136), + [anon_sym_ENDwhiLe] = ACTIONS(136), + [anon_sym_ENDwhiLE] = ACTIONS(136), + [anon_sym_ENDwhIle] = ACTIONS(136), + [anon_sym_ENDwhIlE] = ACTIONS(136), + [anon_sym_ENDwhILe] = ACTIONS(136), + [anon_sym_ENDwhILE] = ACTIONS(136), + [anon_sym_ENDwHile] = ACTIONS(136), + [anon_sym_ENDwHilE] = ACTIONS(136), + [anon_sym_ENDwHiLe] = ACTIONS(136), + [anon_sym_ENDwHiLE] = ACTIONS(136), + [anon_sym_ENDwHIle] = ACTIONS(136), + [anon_sym_ENDwHIlE] = ACTIONS(136), + [anon_sym_ENDwHILe] = ACTIONS(136), + [anon_sym_ENDwHILE] = ACTIONS(136), + [anon_sym_ENDWhile] = ACTIONS(136), + [anon_sym_ENDWhilE] = ACTIONS(136), + [anon_sym_ENDWhiLe] = ACTIONS(136), + [anon_sym_ENDWhiLE] = ACTIONS(136), + [anon_sym_ENDWhIle] = ACTIONS(136), + [anon_sym_ENDWhIlE] = ACTIONS(136), + [anon_sym_ENDWhILe] = ACTIONS(136), + [anon_sym_ENDWhILE] = ACTIONS(136), + [anon_sym_ENDWHile] = ACTIONS(136), + [anon_sym_ENDWHilE] = ACTIONS(136), + [anon_sym_ENDWHiLe] = ACTIONS(136), + [anon_sym_ENDWHiLE] = ACTIONS(136), + [anon_sym_ENDWHIle] = ACTIONS(136), + [anon_sym_ENDWHIlE] = ACTIONS(136), + [anon_sym_ENDWHILe] = ACTIONS(136), + [anon_sym_ENDWHILE] = ACTIONS(136), [anon_sym_detector] = ACTIONS(21), [anon_sym_detectoR] = ACTIONS(21), [anon_sym_detectOr] = ACTIONS(21), @@ -55778,1148 +57284,2989 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECt] = ACTIONS(25), [anon_sym_SELECT] = ACTIONS(25), }, - [29] = { - [sym_comment] = STATE(29), - [sym_identifier] = ACTIONS(156), - [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(158), - [anon_sym_action] = ACTIONS(156), - [anon_sym_actioN] = ACTIONS(156), - [anon_sym_actiOn] = ACTIONS(156), - [anon_sym_actiON] = ACTIONS(156), - [anon_sym_actIon] = ACTIONS(156), - [anon_sym_actIoN] = ACTIONS(156), - [anon_sym_actIOn] = ACTIONS(156), - [anon_sym_actION] = ACTIONS(156), - [anon_sym_acTion] = ACTIONS(156), - [anon_sym_acTioN] = ACTIONS(156), - [anon_sym_acTiOn] = ACTIONS(156), - [anon_sym_acTiON] = ACTIONS(156), - [anon_sym_acTIon] = ACTIONS(156), - [anon_sym_acTIoN] = ACTIONS(156), - [anon_sym_acTIOn] = ACTIONS(156), - [anon_sym_acTION] = ACTIONS(156), - [anon_sym_aCtion] = ACTIONS(156), - [anon_sym_aCtioN] = ACTIONS(156), - [anon_sym_aCtiOn] = ACTIONS(156), - [anon_sym_aCtiON] = ACTIONS(156), - [anon_sym_aCtIon] = ACTIONS(156), - [anon_sym_aCtIoN] = ACTIONS(156), - [anon_sym_aCtIOn] = ACTIONS(156), - [anon_sym_aCtION] = ACTIONS(156), - [anon_sym_aCTion] = ACTIONS(156), - [anon_sym_aCTioN] = ACTIONS(156), - [anon_sym_aCTiOn] = ACTIONS(156), - [anon_sym_aCTiON] = ACTIONS(156), - [anon_sym_aCTIon] = ACTIONS(156), - [anon_sym_aCTIoN] = ACTIONS(156), - [anon_sym_aCTIOn] = ACTIONS(156), - [anon_sym_aCTION] = ACTIONS(156), - [anon_sym_Action] = ACTIONS(156), - [anon_sym_ActioN] = ACTIONS(156), - [anon_sym_ActiOn] = ACTIONS(156), - [anon_sym_ActiON] = ACTIONS(156), - [anon_sym_ActIon] = ACTIONS(156), - [anon_sym_ActIoN] = ACTIONS(156), - [anon_sym_ActIOn] = ACTIONS(156), - [anon_sym_ActION] = ACTIONS(156), - [anon_sym_AcTion] = ACTIONS(156), - [anon_sym_AcTioN] = ACTIONS(156), - [anon_sym_AcTiOn] = ACTIONS(156), - [anon_sym_AcTiON] = ACTIONS(156), - [anon_sym_AcTIon] = ACTIONS(156), - [anon_sym_AcTIoN] = ACTIONS(156), - [anon_sym_AcTIOn] = ACTIONS(156), - [anon_sym_AcTION] = ACTIONS(156), - [anon_sym_ACtion] = ACTIONS(156), - [anon_sym_ACtioN] = ACTIONS(156), - [anon_sym_ACtiOn] = ACTIONS(156), - [anon_sym_ACtiON] = ACTIONS(156), - [anon_sym_ACtIon] = ACTIONS(156), - [anon_sym_ACtIoN] = ACTIONS(156), - [anon_sym_ACtIOn] = ACTIONS(156), - [anon_sym_ACtION] = ACTIONS(156), - [anon_sym_ACTion] = ACTIONS(156), - [anon_sym_ACTioN] = ACTIONS(156), - [anon_sym_ACTiOn] = ACTIONS(156), - [anon_sym_ACTiON] = ACTIONS(156), - [anon_sym_ACTIon] = ACTIONS(156), - [anon_sym_ACTIoN] = ACTIONS(156), - [anon_sym_ACTIOn] = ACTIONS(156), - [anon_sym_ACTION] = ACTIONS(156), - [anon_sym_complete] = ACTIONS(156), - [anon_sym_completE] = ACTIONS(156), - [anon_sym_compleTe] = ACTIONS(156), - [anon_sym_compleTE] = ACTIONS(156), - [anon_sym_complEte] = ACTIONS(156), - [anon_sym_complEtE] = ACTIONS(156), - [anon_sym_complETe] = ACTIONS(156), - [anon_sym_complETE] = ACTIONS(156), - [anon_sym_compLete] = ACTIONS(156), - [anon_sym_compLetE] = ACTIONS(156), - [anon_sym_compLeTe] = ACTIONS(156), - [anon_sym_compLeTE] = ACTIONS(156), - [anon_sym_compLEte] = ACTIONS(156), - [anon_sym_compLEtE] = ACTIONS(156), - [anon_sym_compLETe] = ACTIONS(156), - [anon_sym_compLETE] = ACTIONS(156), - [anon_sym_comPlete] = ACTIONS(156), - [anon_sym_comPletE] = ACTIONS(156), - [anon_sym_comPleTe] = ACTIONS(156), - [anon_sym_comPleTE] = ACTIONS(156), - [anon_sym_comPlEte] = ACTIONS(156), - [anon_sym_comPlEtE] = ACTIONS(156), - [anon_sym_comPlETe] = ACTIONS(156), - [anon_sym_comPlETE] = ACTIONS(156), - [anon_sym_comPLete] = ACTIONS(156), - [anon_sym_comPLetE] = ACTIONS(156), - [anon_sym_comPLeTe] = ACTIONS(156), - [anon_sym_comPLeTE] = ACTIONS(156), - [anon_sym_comPLEte] = ACTIONS(156), - [anon_sym_comPLEtE] = ACTIONS(156), - [anon_sym_comPLETe] = ACTIONS(156), - [anon_sym_comPLETE] = ACTIONS(156), - [anon_sym_coMplete] = ACTIONS(156), - [anon_sym_coMpletE] = ACTIONS(156), - [anon_sym_coMpleTe] = ACTIONS(156), - [anon_sym_coMpleTE] = ACTIONS(156), - [anon_sym_coMplEte] = ACTIONS(156), - [anon_sym_coMplEtE] = ACTIONS(156), - [anon_sym_coMplETe] = ACTIONS(156), - [anon_sym_coMplETE] = ACTIONS(156), - [anon_sym_coMpLete] = ACTIONS(156), - [anon_sym_coMpLetE] = ACTIONS(156), - [anon_sym_coMpLeTe] = ACTIONS(156), - [anon_sym_coMpLeTE] = ACTIONS(156), - [anon_sym_coMpLEte] = ACTIONS(156), - [anon_sym_coMpLEtE] = ACTIONS(156), - [anon_sym_coMpLETe] = ACTIONS(156), - [anon_sym_coMpLETE] = ACTIONS(156), - [anon_sym_coMPlete] = ACTIONS(156), - [anon_sym_coMPletE] = ACTIONS(156), - [anon_sym_coMPleTe] = ACTIONS(156), - [anon_sym_coMPleTE] = ACTIONS(156), - [anon_sym_coMPlEte] = ACTIONS(156), - [anon_sym_coMPlEtE] = ACTIONS(156), - [anon_sym_coMPlETe] = ACTIONS(156), - [anon_sym_coMPlETE] = ACTIONS(156), - [anon_sym_coMPLete] = ACTIONS(156), - [anon_sym_coMPLetE] = ACTIONS(156), - [anon_sym_coMPLeTe] = ACTIONS(156), - [anon_sym_coMPLeTE] = ACTIONS(156), - [anon_sym_coMPLEte] = ACTIONS(156), - [anon_sym_coMPLEtE] = ACTIONS(156), - [anon_sym_coMPLETe] = ACTIONS(156), - [anon_sym_coMPLETE] = ACTIONS(156), - [anon_sym_cOmplete] = ACTIONS(156), - [anon_sym_cOmpletE] = ACTIONS(156), - [anon_sym_cOmpleTe] = ACTIONS(156), - [anon_sym_cOmpleTE] = ACTIONS(156), - [anon_sym_cOmplEte] = ACTIONS(156), - [anon_sym_cOmplEtE] = ACTIONS(156), - [anon_sym_cOmplETe] = ACTIONS(156), - [anon_sym_cOmplETE] = ACTIONS(156), - [anon_sym_cOmpLete] = ACTIONS(156), - [anon_sym_cOmpLetE] = ACTIONS(156), - [anon_sym_cOmpLeTe] = ACTIONS(156), - [anon_sym_cOmpLeTE] = ACTIONS(156), - [anon_sym_cOmpLEte] = ACTIONS(156), - [anon_sym_cOmpLEtE] = ACTIONS(156), - [anon_sym_cOmpLETe] = ACTIONS(156), - [anon_sym_cOmpLETE] = ACTIONS(156), - [anon_sym_cOmPlete] = ACTIONS(156), - [anon_sym_cOmPletE] = ACTIONS(156), - [anon_sym_cOmPleTe] = ACTIONS(156), - [anon_sym_cOmPleTE] = ACTIONS(156), - [anon_sym_cOmPlEte] = ACTIONS(156), - [anon_sym_cOmPlEtE] = ACTIONS(156), - [anon_sym_cOmPlETe] = ACTIONS(156), - [anon_sym_cOmPlETE] = ACTIONS(156), - [anon_sym_cOmPLete] = ACTIONS(156), - [anon_sym_cOmPLetE] = ACTIONS(156), - [anon_sym_cOmPLeTe] = ACTIONS(156), - [anon_sym_cOmPLeTE] = ACTIONS(156), - [anon_sym_cOmPLEte] = ACTIONS(156), - [anon_sym_cOmPLEtE] = ACTIONS(156), - [anon_sym_cOmPLETe] = ACTIONS(156), - [anon_sym_cOmPLETE] = ACTIONS(156), - [anon_sym_cOMplete] = ACTIONS(156), - [anon_sym_cOMpletE] = ACTIONS(156), - [anon_sym_cOMpleTe] = ACTIONS(156), - [anon_sym_cOMpleTE] = ACTIONS(156), - [anon_sym_cOMplEte] = ACTIONS(156), - [anon_sym_cOMplEtE] = ACTIONS(156), - [anon_sym_cOMplETe] = ACTIONS(156), - [anon_sym_cOMplETE] = ACTIONS(156), - [anon_sym_cOMpLete] = ACTIONS(156), - [anon_sym_cOMpLetE] = ACTIONS(156), - [anon_sym_cOMpLeTe] = ACTIONS(156), - [anon_sym_cOMpLeTE] = ACTIONS(156), - [anon_sym_cOMpLEte] = ACTIONS(156), - [anon_sym_cOMpLEtE] = ACTIONS(156), - [anon_sym_cOMpLETe] = ACTIONS(156), - [anon_sym_cOMpLETE] = ACTIONS(156), - [anon_sym_cOMPlete] = ACTIONS(156), - [anon_sym_cOMPletE] = ACTIONS(156), - [anon_sym_cOMPleTe] = ACTIONS(156), - [anon_sym_cOMPleTE] = ACTIONS(156), - [anon_sym_cOMPlEte] = ACTIONS(156), - [anon_sym_cOMPlEtE] = ACTIONS(156), - [anon_sym_cOMPlETe] = ACTIONS(156), - [anon_sym_cOMPlETE] = ACTIONS(156), - [anon_sym_cOMPLete] = ACTIONS(156), - [anon_sym_cOMPLetE] = ACTIONS(156), - [anon_sym_cOMPLeTe] = ACTIONS(156), - [anon_sym_cOMPLeTE] = ACTIONS(156), - [anon_sym_cOMPLEte] = ACTIONS(156), - [anon_sym_cOMPLEtE] = ACTIONS(156), - [anon_sym_cOMPLETe] = ACTIONS(156), - [anon_sym_cOMPLETE] = ACTIONS(156), - [anon_sym_Complete] = ACTIONS(156), - [anon_sym_CompletE] = ACTIONS(156), - [anon_sym_CompleTe] = ACTIONS(156), - [anon_sym_CompleTE] = ACTIONS(156), - [anon_sym_ComplEte] = ACTIONS(156), - [anon_sym_ComplEtE] = ACTIONS(156), - [anon_sym_ComplETe] = ACTIONS(156), - [anon_sym_ComplETE] = ACTIONS(156), - [anon_sym_CompLete] = ACTIONS(156), - [anon_sym_CompLetE] = ACTIONS(156), - [anon_sym_CompLeTe] = ACTIONS(156), - [anon_sym_CompLeTE] = ACTIONS(156), - [anon_sym_CompLEte] = ACTIONS(156), - [anon_sym_CompLEtE] = ACTIONS(156), - [anon_sym_CompLETe] = ACTIONS(156), - [anon_sym_CompLETE] = ACTIONS(156), - [anon_sym_ComPlete] = ACTIONS(156), - [anon_sym_ComPletE] = ACTIONS(156), - [anon_sym_ComPleTe] = ACTIONS(156), - [anon_sym_ComPleTE] = ACTIONS(156), - [anon_sym_ComPlEte] = ACTIONS(156), - [anon_sym_ComPlEtE] = ACTIONS(156), - [anon_sym_ComPlETe] = ACTIONS(156), - [anon_sym_ComPlETE] = ACTIONS(156), - [anon_sym_ComPLete] = ACTIONS(156), - [anon_sym_ComPLetE] = ACTIONS(156), - [anon_sym_ComPLeTe] = ACTIONS(156), - [anon_sym_ComPLeTE] = ACTIONS(156), - [anon_sym_ComPLEte] = ACTIONS(156), - [anon_sym_ComPLEtE] = ACTIONS(156), - [anon_sym_ComPLETe] = ACTIONS(156), - [anon_sym_ComPLETE] = ACTIONS(156), - [anon_sym_CoMplete] = ACTIONS(156), - [anon_sym_CoMpletE] = ACTIONS(156), - [anon_sym_CoMpleTe] = ACTIONS(156), - [anon_sym_CoMpleTE] = ACTIONS(156), - [anon_sym_CoMplEte] = ACTIONS(156), - [anon_sym_CoMplEtE] = ACTIONS(156), - [anon_sym_CoMplETe] = ACTIONS(156), - [anon_sym_CoMplETE] = ACTIONS(156), - [anon_sym_CoMpLete] = ACTIONS(156), - [anon_sym_CoMpLetE] = ACTIONS(156), - [anon_sym_CoMpLeTe] = ACTIONS(156), - [anon_sym_CoMpLeTE] = ACTIONS(156), - [anon_sym_CoMpLEte] = ACTIONS(156), - [anon_sym_CoMpLEtE] = ACTIONS(156), - [anon_sym_CoMpLETe] = ACTIONS(156), - [anon_sym_CoMpLETE] = ACTIONS(156), - [anon_sym_CoMPlete] = ACTIONS(156), - [anon_sym_CoMPletE] = ACTIONS(156), - [anon_sym_CoMPleTe] = ACTIONS(156), - [anon_sym_CoMPleTE] = ACTIONS(156), - [anon_sym_CoMPlEte] = ACTIONS(156), - [anon_sym_CoMPlEtE] = ACTIONS(156), - [anon_sym_CoMPlETe] = ACTIONS(156), - [anon_sym_CoMPlETE] = ACTIONS(156), - [anon_sym_CoMPLete] = ACTIONS(156), - [anon_sym_CoMPLetE] = ACTIONS(156), - [anon_sym_CoMPLeTe] = ACTIONS(156), - [anon_sym_CoMPLeTE] = ACTIONS(156), - [anon_sym_CoMPLEte] = ACTIONS(156), - [anon_sym_CoMPLEtE] = ACTIONS(156), - [anon_sym_CoMPLETe] = ACTIONS(156), - [anon_sym_CoMPLETE] = ACTIONS(156), - [anon_sym_COmplete] = ACTIONS(156), - [anon_sym_COmpletE] = ACTIONS(156), - [anon_sym_COmpleTe] = ACTIONS(156), - [anon_sym_COmpleTE] = ACTIONS(156), - [anon_sym_COmplEte] = ACTIONS(156), - [anon_sym_COmplEtE] = ACTIONS(156), - [anon_sym_COmplETe] = ACTIONS(156), - [anon_sym_COmplETE] = ACTIONS(156), - [anon_sym_COmpLete] = ACTIONS(156), - [anon_sym_COmpLetE] = ACTIONS(156), - [anon_sym_COmpLeTe] = ACTIONS(156), - [anon_sym_COmpLeTE] = ACTIONS(156), - [anon_sym_COmpLEte] = ACTIONS(156), - [anon_sym_COmpLEtE] = ACTIONS(156), - [anon_sym_COmpLETe] = ACTIONS(156), - [anon_sym_COmpLETE] = ACTIONS(156), - [anon_sym_COmPlete] = ACTIONS(156), - [anon_sym_COmPletE] = ACTIONS(156), - [anon_sym_COmPleTe] = ACTIONS(156), - [anon_sym_COmPleTE] = ACTIONS(156), - [anon_sym_COmPlEte] = ACTIONS(156), - [anon_sym_COmPlEtE] = ACTIONS(156), - [anon_sym_COmPlETe] = ACTIONS(156), - [anon_sym_COmPlETE] = ACTIONS(156), - [anon_sym_COmPLete] = ACTIONS(156), - [anon_sym_COmPLetE] = ACTIONS(156), - [anon_sym_COmPLeTe] = ACTIONS(156), - [anon_sym_COmPLeTE] = ACTIONS(156), - [anon_sym_COmPLEte] = ACTIONS(156), - [anon_sym_COmPLEtE] = ACTIONS(156), - [anon_sym_COmPLETe] = ACTIONS(156), - [anon_sym_COmPLETE] = ACTIONS(156), - [anon_sym_COMplete] = ACTIONS(156), - [anon_sym_COMpletE] = ACTIONS(156), - [anon_sym_COMpleTe] = ACTIONS(156), - [anon_sym_COMpleTE] = ACTIONS(156), - [anon_sym_COMplEte] = ACTIONS(156), - [anon_sym_COMplEtE] = ACTIONS(156), - [anon_sym_COMplETe] = ACTIONS(156), - [anon_sym_COMplETE] = ACTIONS(156), - [anon_sym_COMpLete] = ACTIONS(156), - [anon_sym_COMpLetE] = ACTIONS(156), - [anon_sym_COMpLeTe] = ACTIONS(156), - [anon_sym_COMpLeTE] = ACTIONS(156), - [anon_sym_COMpLEte] = ACTIONS(156), - [anon_sym_COMpLEtE] = ACTIONS(156), - [anon_sym_COMpLETe] = ACTIONS(156), - [anon_sym_COMpLETE] = ACTIONS(156), - [anon_sym_COMPlete] = ACTIONS(156), - [anon_sym_COMPletE] = ACTIONS(156), - [anon_sym_COMPleTe] = ACTIONS(156), - [anon_sym_COMPleTE] = ACTIONS(156), - [anon_sym_COMPlEte] = ACTIONS(156), - [anon_sym_COMPlEtE] = ACTIONS(156), - [anon_sym_COMPlETe] = ACTIONS(156), - [anon_sym_COMPlETE] = ACTIONS(156), - [anon_sym_COMPLete] = ACTIONS(156), - [anon_sym_COMPLetE] = ACTIONS(156), - [anon_sym_COMPLeTe] = ACTIONS(156), - [anon_sym_COMPLeTE] = ACTIONS(156), - [anon_sym_COMPLEte] = ACTIONS(156), - [anon_sym_COMPLEtE] = ACTIONS(156), - [anon_sym_COMPLETe] = ACTIONS(156), - [anon_sym_COMPLETE] = ACTIONS(156), - [anon_sym_if] = ACTIONS(156), - [anon_sym_iF] = ACTIONS(156), - [anon_sym_If] = ACTIONS(156), - [anon_sym_IF] = ACTIONS(156), - [anon_sym_else] = ACTIONS(156), - [anon_sym_elsE] = ACTIONS(156), - [anon_sym_elSe] = ACTIONS(156), - [anon_sym_elSE] = ACTIONS(156), - [anon_sym_eLse] = ACTIONS(156), - [anon_sym_eLsE] = ACTIONS(156), - [anon_sym_eLSe] = ACTIONS(156), - [anon_sym_eLSE] = ACTIONS(156), - [anon_sym_Else] = ACTIONS(156), - [anon_sym_ElsE] = ACTIONS(156), - [anon_sym_ElSe] = ACTIONS(156), - [anon_sym_ElSE] = ACTIONS(156), - [anon_sym_ELse] = ACTIONS(156), - [anon_sym_ELsE] = ACTIONS(156), - [anon_sym_ELSe] = ACTIONS(156), - [anon_sym_ELSE] = ACTIONS(156), - [anon_sym_elseif] = ACTIONS(156), - [anon_sym_elseiF] = ACTIONS(156), - [anon_sym_elseIf] = ACTIONS(156), - [anon_sym_elseIF] = ACTIONS(156), - [anon_sym_elsEif] = ACTIONS(156), - [anon_sym_elsEiF] = ACTIONS(156), - [anon_sym_elsEIf] = ACTIONS(156), - [anon_sym_elsEIF] = ACTIONS(156), - [anon_sym_elSeif] = ACTIONS(156), - [anon_sym_elSeiF] = ACTIONS(156), - [anon_sym_elSeIf] = ACTIONS(156), - [anon_sym_elSeIF] = ACTIONS(156), - [anon_sym_elSEif] = ACTIONS(156), - [anon_sym_elSEiF] = ACTIONS(156), - [anon_sym_elSEIf] = ACTIONS(156), - [anon_sym_elSEIF] = ACTIONS(156), - [anon_sym_eLseif] = ACTIONS(156), - [anon_sym_eLseiF] = ACTIONS(156), - [anon_sym_eLseIf] = ACTIONS(156), - [anon_sym_eLseIF] = ACTIONS(156), - [anon_sym_eLsEif] = ACTIONS(156), - [anon_sym_eLsEiF] = ACTIONS(156), - [anon_sym_eLsEIf] = ACTIONS(156), - [anon_sym_eLsEIF] = ACTIONS(156), - [anon_sym_eLSeif] = ACTIONS(156), - [anon_sym_eLSeiF] = ACTIONS(156), - [anon_sym_eLSeIf] = ACTIONS(156), - [anon_sym_eLSeIF] = ACTIONS(156), - [anon_sym_eLSEif] = ACTIONS(156), - [anon_sym_eLSEiF] = ACTIONS(156), - [anon_sym_eLSEIf] = ACTIONS(156), - [anon_sym_eLSEIF] = ACTIONS(156), - [anon_sym_Elseif] = ACTIONS(156), - [anon_sym_ElseiF] = ACTIONS(156), - [anon_sym_ElseIf] = ACTIONS(156), - [anon_sym_ElseIF] = ACTIONS(156), - [anon_sym_ElsEif] = ACTIONS(156), - [anon_sym_ElsEiF] = ACTIONS(156), - [anon_sym_ElsEIf] = ACTIONS(156), - [anon_sym_ElsEIF] = ACTIONS(156), - [anon_sym_ElSeif] = ACTIONS(156), - [anon_sym_ElSeiF] = ACTIONS(156), - [anon_sym_ElSeIf] = ACTIONS(156), - [anon_sym_ElSeIF] = ACTIONS(156), - [anon_sym_ElSEif] = ACTIONS(156), - [anon_sym_ElSEiF] = ACTIONS(156), - [anon_sym_ElSEIf] = ACTIONS(156), - [anon_sym_ElSEIF] = ACTIONS(156), - [anon_sym_ELseif] = ACTIONS(156), - [anon_sym_ELseiF] = ACTIONS(156), - [anon_sym_ELseIf] = ACTIONS(156), - [anon_sym_ELseIF] = ACTIONS(156), - [anon_sym_ELsEif] = ACTIONS(156), - [anon_sym_ELsEiF] = ACTIONS(156), - [anon_sym_ELsEIf] = ACTIONS(156), - [anon_sym_ELsEIF] = ACTIONS(156), - [anon_sym_ELSeif] = ACTIONS(156), - [anon_sym_ELSeiF] = ACTIONS(156), - [anon_sym_ELSeIf] = ACTIONS(156), - [anon_sym_ELSeIF] = ACTIONS(156), - [anon_sym_ELSEif] = ACTIONS(156), - [anon_sym_ELSEiF] = ACTIONS(156), - [anon_sym_ELSEIf] = ACTIONS(156), - [anon_sym_ELSEIF] = ACTIONS(156), - [anon_sym_endif] = ACTIONS(156), - [anon_sym_endiF] = ACTIONS(156), - [anon_sym_endIf] = ACTIONS(156), - [anon_sym_endIF] = ACTIONS(156), - [anon_sym_enDif] = ACTIONS(156), - [anon_sym_enDiF] = ACTIONS(156), - [anon_sym_enDIf] = ACTIONS(156), - [anon_sym_enDIF] = ACTIONS(156), - [anon_sym_eNdif] = ACTIONS(156), - [anon_sym_eNdiF] = ACTIONS(156), - [anon_sym_eNdIf] = ACTIONS(156), - [anon_sym_eNdIF] = ACTIONS(156), - [anon_sym_eNDif] = ACTIONS(156), - [anon_sym_eNDiF] = ACTIONS(156), - [anon_sym_eNDIf] = ACTIONS(156), - [anon_sym_eNDIF] = ACTIONS(156), - [anon_sym_Endif] = ACTIONS(156), - [anon_sym_EndiF] = ACTIONS(156), - [anon_sym_EndIf] = ACTIONS(156), - [anon_sym_EndIF] = ACTIONS(156), - [anon_sym_EnDif] = ACTIONS(156), - [anon_sym_EnDiF] = ACTIONS(156), - [anon_sym_EnDIf] = ACTIONS(156), - [anon_sym_EnDIF] = ACTIONS(156), - [anon_sym_ENdif] = ACTIONS(156), - [anon_sym_ENdiF] = ACTIONS(156), - [anon_sym_ENdIf] = ACTIONS(156), - [anon_sym_ENdIF] = ACTIONS(156), - [anon_sym_ENDif] = ACTIONS(156), - [anon_sym_ENDiF] = ACTIONS(156), - [anon_sym_ENDIf] = ACTIONS(156), - [anon_sym_ENDIF] = ACTIONS(156), - [anon_sym_while] = ACTIONS(156), - [anon_sym_whilE] = ACTIONS(156), - [anon_sym_whiLe] = ACTIONS(156), - [anon_sym_whiLE] = ACTIONS(156), - [anon_sym_whIle] = ACTIONS(156), - [anon_sym_whIlE] = ACTIONS(156), - [anon_sym_whILe] = ACTIONS(156), - [anon_sym_whILE] = ACTIONS(156), - [anon_sym_wHile] = ACTIONS(156), - [anon_sym_wHilE] = ACTIONS(156), - [anon_sym_wHiLe] = ACTIONS(156), - [anon_sym_wHiLE] = ACTIONS(156), - [anon_sym_wHIle] = ACTIONS(156), - [anon_sym_wHIlE] = ACTIONS(156), - [anon_sym_wHILe] = ACTIONS(156), - [anon_sym_wHILE] = ACTIONS(156), - [anon_sym_While] = ACTIONS(156), - [anon_sym_WhilE] = ACTIONS(156), - [anon_sym_WhiLe] = ACTIONS(156), - [anon_sym_WhiLE] = ACTIONS(156), - [anon_sym_WhIle] = ACTIONS(156), - [anon_sym_WhIlE] = ACTIONS(156), - [anon_sym_WhILe] = ACTIONS(156), - [anon_sym_WhILE] = ACTIONS(156), - [anon_sym_WHile] = ACTIONS(156), - [anon_sym_WHilE] = ACTIONS(156), - [anon_sym_WHiLe] = ACTIONS(156), - [anon_sym_WHiLE] = ACTIONS(156), - [anon_sym_WHIle] = ACTIONS(156), - [anon_sym_WHIlE] = ACTIONS(156), - [anon_sym_WHILe] = ACTIONS(156), - [anon_sym_WHILE] = ACTIONS(156), - [anon_sym_endwhile] = ACTIONS(156), - [anon_sym_endwhilE] = ACTIONS(156), - [anon_sym_endwhiLe] = ACTIONS(156), - [anon_sym_endwhiLE] = ACTIONS(156), - [anon_sym_endwhIle] = ACTIONS(156), - [anon_sym_endwhIlE] = ACTIONS(156), - [anon_sym_endwhILe] = ACTIONS(156), - [anon_sym_endwhILE] = ACTIONS(156), - [anon_sym_endwHile] = ACTIONS(156), - [anon_sym_endwHilE] = ACTIONS(156), - [anon_sym_endwHiLe] = ACTIONS(156), - [anon_sym_endwHiLE] = ACTIONS(156), - [anon_sym_endwHIle] = ACTIONS(156), - [anon_sym_endwHIlE] = ACTIONS(156), - [anon_sym_endwHILe] = ACTIONS(156), - [anon_sym_endwHILE] = ACTIONS(156), - [anon_sym_endWhile] = ACTIONS(156), - [anon_sym_endWhilE] = ACTIONS(156), - [anon_sym_endWhiLe] = ACTIONS(156), - [anon_sym_endWhiLE] = ACTIONS(156), - [anon_sym_endWhIle] = ACTIONS(156), - [anon_sym_endWhIlE] = ACTIONS(156), - [anon_sym_endWhILe] = ACTIONS(156), - [anon_sym_endWhILE] = ACTIONS(156), - [anon_sym_endWHile] = ACTIONS(156), - [anon_sym_endWHilE] = ACTIONS(156), - [anon_sym_endWHiLe] = ACTIONS(156), - [anon_sym_endWHiLE] = ACTIONS(156), - [anon_sym_endWHIle] = ACTIONS(156), - [anon_sym_endWHIlE] = ACTIONS(156), - [anon_sym_endWHILe] = ACTIONS(156), - [anon_sym_endWHILE] = ACTIONS(156), - [anon_sym_enDwhile] = ACTIONS(156), - [anon_sym_enDwhilE] = ACTIONS(156), - [anon_sym_enDwhiLe] = ACTIONS(156), - [anon_sym_enDwhiLE] = ACTIONS(156), - [anon_sym_enDwhIle] = ACTIONS(156), - [anon_sym_enDwhIlE] = ACTIONS(156), - [anon_sym_enDwhILe] = ACTIONS(156), - [anon_sym_enDwhILE] = ACTIONS(156), - [anon_sym_enDwHile] = ACTIONS(156), - [anon_sym_enDwHilE] = ACTIONS(156), - [anon_sym_enDwHiLe] = ACTIONS(156), - [anon_sym_enDwHiLE] = ACTIONS(156), - [anon_sym_enDwHIle] = ACTIONS(156), - [anon_sym_enDwHIlE] = ACTIONS(156), - [anon_sym_enDwHILe] = ACTIONS(156), - [anon_sym_enDwHILE] = ACTIONS(156), - [anon_sym_enDWhile] = ACTIONS(156), - [anon_sym_enDWhilE] = ACTIONS(156), - [anon_sym_enDWhiLe] = ACTIONS(156), - [anon_sym_enDWhiLE] = ACTIONS(156), - [anon_sym_enDWhIle] = ACTIONS(156), - [anon_sym_enDWhIlE] = ACTIONS(156), - [anon_sym_enDWhILe] = ACTIONS(156), - [anon_sym_enDWhILE] = ACTIONS(156), - [anon_sym_enDWHile] = ACTIONS(156), - [anon_sym_enDWHilE] = ACTIONS(156), - [anon_sym_enDWHiLe] = ACTIONS(156), - [anon_sym_enDWHiLE] = ACTIONS(156), - [anon_sym_enDWHIle] = ACTIONS(156), - [anon_sym_enDWHIlE] = ACTIONS(156), - [anon_sym_enDWHILe] = ACTIONS(156), - [anon_sym_enDWHILE] = ACTIONS(156), - [anon_sym_eNdwhile] = ACTIONS(156), - [anon_sym_eNdwhilE] = ACTIONS(156), - [anon_sym_eNdwhiLe] = ACTIONS(156), - [anon_sym_eNdwhiLE] = ACTIONS(156), - [anon_sym_eNdwhIle] = ACTIONS(156), - [anon_sym_eNdwhIlE] = ACTIONS(156), - [anon_sym_eNdwhILe] = ACTIONS(156), - [anon_sym_eNdwhILE] = ACTIONS(156), - [anon_sym_eNdwHile] = ACTIONS(156), - [anon_sym_eNdwHilE] = ACTIONS(156), - [anon_sym_eNdwHiLe] = ACTIONS(156), - [anon_sym_eNdwHiLE] = ACTIONS(156), - [anon_sym_eNdwHIle] = ACTIONS(156), - [anon_sym_eNdwHIlE] = ACTIONS(156), - [anon_sym_eNdwHILe] = ACTIONS(156), - [anon_sym_eNdwHILE] = ACTIONS(156), - [anon_sym_eNdWhile] = ACTIONS(156), - [anon_sym_eNdWhilE] = ACTIONS(156), - [anon_sym_eNdWhiLe] = ACTIONS(156), - [anon_sym_eNdWhiLE] = ACTIONS(156), - [anon_sym_eNdWhIle] = ACTIONS(156), - [anon_sym_eNdWhIlE] = ACTIONS(156), - [anon_sym_eNdWhILe] = ACTIONS(156), - [anon_sym_eNdWhILE] = ACTIONS(156), - [anon_sym_eNdWHile] = ACTIONS(156), - [anon_sym_eNdWHilE] = ACTIONS(156), - [anon_sym_eNdWHiLe] = ACTIONS(156), - [anon_sym_eNdWHiLE] = ACTIONS(156), - [anon_sym_eNdWHIle] = ACTIONS(156), - [anon_sym_eNdWHIlE] = ACTIONS(156), - [anon_sym_eNdWHILe] = ACTIONS(156), - [anon_sym_eNdWHILE] = ACTIONS(156), - [anon_sym_eNDwhile] = ACTIONS(156), - [anon_sym_eNDwhilE] = ACTIONS(156), - [anon_sym_eNDwhiLe] = ACTIONS(156), - [anon_sym_eNDwhiLE] = ACTIONS(156), - [anon_sym_eNDwhIle] = ACTIONS(156), - [anon_sym_eNDwhIlE] = ACTIONS(156), - [anon_sym_eNDwhILe] = ACTIONS(156), - [anon_sym_eNDwhILE] = ACTIONS(156), - [anon_sym_eNDwHile] = ACTIONS(156), - [anon_sym_eNDwHilE] = ACTIONS(156), - [anon_sym_eNDwHiLe] = ACTIONS(156), - [anon_sym_eNDwHiLE] = ACTIONS(156), - [anon_sym_eNDwHIle] = ACTIONS(156), - [anon_sym_eNDwHIlE] = ACTIONS(156), - [anon_sym_eNDwHILe] = ACTIONS(156), - [anon_sym_eNDwHILE] = ACTIONS(156), - [anon_sym_eNDWhile] = ACTIONS(156), - [anon_sym_eNDWhilE] = ACTIONS(156), - [anon_sym_eNDWhiLe] = ACTIONS(156), - [anon_sym_eNDWhiLE] = ACTIONS(156), - [anon_sym_eNDWhIle] = ACTIONS(156), - [anon_sym_eNDWhIlE] = ACTIONS(156), - [anon_sym_eNDWhILe] = ACTIONS(156), - [anon_sym_eNDWhILE] = ACTIONS(156), - [anon_sym_eNDWHile] = ACTIONS(156), - [anon_sym_eNDWHilE] = ACTIONS(156), - [anon_sym_eNDWHiLe] = ACTIONS(156), - [anon_sym_eNDWHiLE] = ACTIONS(156), - [anon_sym_eNDWHIle] = ACTIONS(156), - [anon_sym_eNDWHIlE] = ACTIONS(156), - [anon_sym_eNDWHILe] = ACTIONS(156), - [anon_sym_eNDWHILE] = ACTIONS(156), - [anon_sym_Endwhile] = ACTIONS(156), - [anon_sym_EndwhilE] = ACTIONS(156), - [anon_sym_EndwhiLe] = ACTIONS(156), - [anon_sym_EndwhiLE] = ACTIONS(156), - [anon_sym_EndwhIle] = ACTIONS(156), - [anon_sym_EndwhIlE] = ACTIONS(156), - [anon_sym_EndwhILe] = ACTIONS(156), - [anon_sym_EndwhILE] = ACTIONS(156), - [anon_sym_EndwHile] = ACTIONS(156), - [anon_sym_EndwHilE] = ACTIONS(156), - [anon_sym_EndwHiLe] = ACTIONS(156), - [anon_sym_EndwHiLE] = ACTIONS(156), - [anon_sym_EndwHIle] = ACTIONS(156), - [anon_sym_EndwHIlE] = ACTIONS(156), - [anon_sym_EndwHILe] = ACTIONS(156), - [anon_sym_EndwHILE] = ACTIONS(156), - [anon_sym_EndWhile] = ACTIONS(156), - [anon_sym_EndWhilE] = ACTIONS(156), - [anon_sym_EndWhiLe] = ACTIONS(156), - [anon_sym_EndWhiLE] = ACTIONS(156), - [anon_sym_EndWhIle] = ACTIONS(156), - [anon_sym_EndWhIlE] = ACTIONS(156), - [anon_sym_EndWhILe] = ACTIONS(156), - [anon_sym_EndWhILE] = ACTIONS(156), - [anon_sym_EndWHile] = ACTIONS(156), - [anon_sym_EndWHilE] = ACTIONS(156), - [anon_sym_EndWHiLe] = ACTIONS(156), - [anon_sym_EndWHiLE] = ACTIONS(156), - [anon_sym_EndWHIle] = ACTIONS(156), - [anon_sym_EndWHIlE] = ACTIONS(156), - [anon_sym_EndWHILe] = ACTIONS(156), - [anon_sym_EndWHILE] = ACTIONS(156), - [anon_sym_EnDwhile] = ACTIONS(156), - [anon_sym_EnDwhilE] = ACTIONS(156), - [anon_sym_EnDwhiLe] = ACTIONS(156), - [anon_sym_EnDwhiLE] = ACTIONS(156), - [anon_sym_EnDwhIle] = ACTIONS(156), - [anon_sym_EnDwhIlE] = ACTIONS(156), - [anon_sym_EnDwhILe] = ACTIONS(156), - [anon_sym_EnDwhILE] = ACTIONS(156), - [anon_sym_EnDwHile] = ACTIONS(156), - [anon_sym_EnDwHilE] = ACTIONS(156), - [anon_sym_EnDwHiLe] = ACTIONS(156), - [anon_sym_EnDwHiLE] = ACTIONS(156), - [anon_sym_EnDwHIle] = ACTIONS(156), - [anon_sym_EnDwHIlE] = ACTIONS(156), - [anon_sym_EnDwHILe] = ACTIONS(156), - [anon_sym_EnDwHILE] = ACTIONS(156), - [anon_sym_EnDWhile] = ACTIONS(156), - [anon_sym_EnDWhilE] = ACTIONS(156), - [anon_sym_EnDWhiLe] = ACTIONS(156), - [anon_sym_EnDWhiLE] = ACTIONS(156), - [anon_sym_EnDWhIle] = ACTIONS(156), - [anon_sym_EnDWhIlE] = ACTIONS(156), - [anon_sym_EnDWhILe] = ACTIONS(156), - [anon_sym_EnDWhILE] = ACTIONS(156), - [anon_sym_EnDWHile] = ACTIONS(156), - [anon_sym_EnDWHilE] = ACTIONS(156), - [anon_sym_EnDWHiLe] = ACTIONS(156), - [anon_sym_EnDWHiLE] = ACTIONS(156), - [anon_sym_EnDWHIle] = ACTIONS(156), - [anon_sym_EnDWHIlE] = ACTIONS(156), - [anon_sym_EnDWHILe] = ACTIONS(156), - [anon_sym_EnDWHILE] = ACTIONS(156), - [anon_sym_ENdwhile] = ACTIONS(156), - [anon_sym_ENdwhilE] = ACTIONS(156), - [anon_sym_ENdwhiLe] = ACTIONS(156), - [anon_sym_ENdwhiLE] = ACTIONS(156), - [anon_sym_ENdwhIle] = ACTIONS(156), - [anon_sym_ENdwhIlE] = ACTIONS(156), - [anon_sym_ENdwhILe] = ACTIONS(156), - [anon_sym_ENdwhILE] = ACTIONS(156), - [anon_sym_ENdwHile] = ACTIONS(156), - [anon_sym_ENdwHilE] = ACTIONS(156), - [anon_sym_ENdwHiLe] = ACTIONS(156), - [anon_sym_ENdwHiLE] = ACTIONS(156), - [anon_sym_ENdwHIle] = ACTIONS(156), - [anon_sym_ENdwHIlE] = ACTIONS(156), - [anon_sym_ENdwHILe] = ACTIONS(156), - [anon_sym_ENdwHILE] = ACTIONS(156), - [anon_sym_ENdWhile] = ACTIONS(156), - [anon_sym_ENdWhilE] = ACTIONS(156), - [anon_sym_ENdWhiLe] = ACTIONS(156), - [anon_sym_ENdWhiLE] = ACTIONS(156), - [anon_sym_ENdWhIle] = ACTIONS(156), - [anon_sym_ENdWhIlE] = ACTIONS(156), - [anon_sym_ENdWhILe] = ACTIONS(156), - [anon_sym_ENdWhILE] = ACTIONS(156), - [anon_sym_ENdWHile] = ACTIONS(156), - [anon_sym_ENdWHilE] = ACTIONS(156), - [anon_sym_ENdWHiLe] = ACTIONS(156), - [anon_sym_ENdWHiLE] = ACTIONS(156), - [anon_sym_ENdWHIle] = ACTIONS(156), - [anon_sym_ENdWHIlE] = ACTIONS(156), - [anon_sym_ENdWHILe] = ACTIONS(156), - [anon_sym_ENdWHILE] = ACTIONS(156), - [anon_sym_ENDwhile] = ACTIONS(156), - [anon_sym_ENDwhilE] = ACTIONS(156), - [anon_sym_ENDwhiLe] = ACTIONS(156), - [anon_sym_ENDwhiLE] = ACTIONS(156), - [anon_sym_ENDwhIle] = ACTIONS(156), - [anon_sym_ENDwhIlE] = ACTIONS(156), - [anon_sym_ENDwhILe] = ACTIONS(156), - [anon_sym_ENDwhILE] = ACTIONS(156), - [anon_sym_ENDwHile] = ACTIONS(156), - [anon_sym_ENDwHilE] = ACTIONS(156), - [anon_sym_ENDwHiLe] = ACTIONS(156), - [anon_sym_ENDwHiLE] = ACTIONS(156), - [anon_sym_ENDwHIle] = ACTIONS(156), - [anon_sym_ENDwHIlE] = ACTIONS(156), - [anon_sym_ENDwHILe] = ACTIONS(156), - [anon_sym_ENDwHILE] = ACTIONS(156), - [anon_sym_ENDWhile] = ACTIONS(156), - [anon_sym_ENDWhilE] = ACTIONS(156), - [anon_sym_ENDWhiLe] = ACTIONS(156), - [anon_sym_ENDWhiLE] = ACTIONS(156), - [anon_sym_ENDWhIle] = ACTIONS(156), - [anon_sym_ENDWhIlE] = ACTIONS(156), - [anon_sym_ENDWhILe] = ACTIONS(156), - [anon_sym_ENDWhILE] = ACTIONS(156), - [anon_sym_ENDWHile] = ACTIONS(156), - [anon_sym_ENDWHilE] = ACTIONS(156), - [anon_sym_ENDWHiLe] = ACTIONS(156), - [anon_sym_ENDWHiLE] = ACTIONS(156), - [anon_sym_ENDWHIle] = ACTIONS(156), - [anon_sym_ENDWHIlE] = ACTIONS(156), - [anon_sym_ENDWHILe] = ACTIONS(156), - [anon_sym_ENDWHILE] = ACTIONS(156), - [anon_sym_detector] = ACTIONS(156), - [anon_sym_detectoR] = ACTIONS(156), - [anon_sym_detectOr] = ACTIONS(156), - [anon_sym_detectOR] = ACTIONS(156), - [anon_sym_detecTor] = ACTIONS(156), - [anon_sym_detecToR] = ACTIONS(156), - [anon_sym_detecTOr] = ACTIONS(156), - [anon_sym_detecTOR] = ACTIONS(156), - [anon_sym_deteCtor] = ACTIONS(156), - [anon_sym_deteCtoR] = ACTIONS(156), - [anon_sym_deteCtOr] = ACTIONS(156), - [anon_sym_deteCtOR] = ACTIONS(156), - [anon_sym_deteCTor] = ACTIONS(156), - [anon_sym_deteCToR] = ACTIONS(156), - [anon_sym_deteCTOr] = ACTIONS(156), - [anon_sym_deteCTOR] = ACTIONS(156), - [anon_sym_detEctor] = ACTIONS(156), - [anon_sym_detEctoR] = ACTIONS(156), - [anon_sym_detEctOr] = ACTIONS(156), - [anon_sym_detEctOR] = ACTIONS(156), - [anon_sym_detEcTor] = ACTIONS(156), - [anon_sym_detEcToR] = ACTIONS(156), - [anon_sym_detEcTOr] = ACTIONS(156), - [anon_sym_detEcTOR] = ACTIONS(156), - [anon_sym_detECtor] = ACTIONS(156), - [anon_sym_detECtoR] = ACTIONS(156), - [anon_sym_detECtOr] = ACTIONS(156), - [anon_sym_detECtOR] = ACTIONS(156), - [anon_sym_detECTor] = ACTIONS(156), - [anon_sym_detECToR] = ACTIONS(156), - [anon_sym_detECTOr] = ACTIONS(156), - [anon_sym_detECTOR] = ACTIONS(156), - [anon_sym_deTector] = ACTIONS(156), - [anon_sym_deTectoR] = ACTIONS(156), - [anon_sym_deTectOr] = ACTIONS(156), - [anon_sym_deTectOR] = ACTIONS(156), - [anon_sym_deTecTor] = ACTIONS(156), - [anon_sym_deTecToR] = ACTIONS(156), - [anon_sym_deTecTOr] = ACTIONS(156), - [anon_sym_deTecTOR] = ACTIONS(156), - [anon_sym_deTeCtor] = ACTIONS(156), - [anon_sym_deTeCtoR] = ACTIONS(156), - [anon_sym_deTeCtOr] = ACTIONS(156), - [anon_sym_deTeCtOR] = ACTIONS(156), - [anon_sym_deTeCTor] = ACTIONS(156), - [anon_sym_deTeCToR] = ACTIONS(156), - [anon_sym_deTeCTOr] = ACTIONS(156), - [anon_sym_deTeCTOR] = ACTIONS(156), - [anon_sym_deTEctor] = ACTIONS(156), - [anon_sym_deTEctoR] = ACTIONS(156), - [anon_sym_deTEctOr] = ACTIONS(156), - [anon_sym_deTEctOR] = ACTIONS(156), - [anon_sym_deTEcTor] = ACTIONS(156), - [anon_sym_deTEcToR] = ACTIONS(156), - [anon_sym_deTEcTOr] = ACTIONS(156), - [anon_sym_deTEcTOR] = ACTIONS(156), - [anon_sym_deTECtor] = ACTIONS(156), - [anon_sym_deTECtoR] = ACTIONS(156), - [anon_sym_deTECtOr] = ACTIONS(156), - [anon_sym_deTECtOR] = ACTIONS(156), - [anon_sym_deTECTor] = ACTIONS(156), - [anon_sym_deTECToR] = ACTIONS(156), - [anon_sym_deTECTOr] = ACTIONS(156), - [anon_sym_deTECTOR] = ACTIONS(156), - [anon_sym_dEtector] = ACTIONS(156), - [anon_sym_dEtectoR] = ACTIONS(156), - [anon_sym_dEtectOr] = ACTIONS(156), - [anon_sym_dEtectOR] = ACTIONS(156), - [anon_sym_dEtecTor] = ACTIONS(156), - [anon_sym_dEtecToR] = ACTIONS(156), - [anon_sym_dEtecTOr] = ACTIONS(156), - [anon_sym_dEtecTOR] = ACTIONS(156), - [anon_sym_dEteCtor] = ACTIONS(156), - [anon_sym_dEteCtoR] = ACTIONS(156), - [anon_sym_dEteCtOr] = ACTIONS(156), - [anon_sym_dEteCtOR] = ACTIONS(156), - [anon_sym_dEteCTor] = ACTIONS(156), - [anon_sym_dEteCToR] = ACTIONS(156), - [anon_sym_dEteCTOr] = ACTIONS(156), - [anon_sym_dEteCTOR] = ACTIONS(156), - [anon_sym_dEtEctor] = ACTIONS(156), - [anon_sym_dEtEctoR] = ACTIONS(156), - [anon_sym_dEtEctOr] = ACTIONS(156), - [anon_sym_dEtEctOR] = ACTIONS(156), - [anon_sym_dEtEcTor] = ACTIONS(156), - [anon_sym_dEtEcToR] = ACTIONS(156), - [anon_sym_dEtEcTOr] = ACTIONS(156), - [anon_sym_dEtEcTOR] = ACTIONS(156), - [anon_sym_dEtECtor] = ACTIONS(156), - [anon_sym_dEtECtoR] = ACTIONS(156), - [anon_sym_dEtECtOr] = ACTIONS(156), - [anon_sym_dEtECtOR] = ACTIONS(156), - [anon_sym_dEtECTor] = ACTIONS(156), - [anon_sym_dEtECToR] = ACTIONS(156), - [anon_sym_dEtECTOr] = ACTIONS(156), - [anon_sym_dEtECTOR] = ACTIONS(156), - [anon_sym_dETector] = ACTIONS(156), - [anon_sym_dETectoR] = ACTIONS(156), - [anon_sym_dETectOr] = ACTIONS(156), - [anon_sym_dETectOR] = ACTIONS(156), - [anon_sym_dETecTor] = ACTIONS(156), - [anon_sym_dETecToR] = ACTIONS(156), - [anon_sym_dETecTOr] = ACTIONS(156), - [anon_sym_dETecTOR] = ACTIONS(156), - [anon_sym_dETeCtor] = ACTIONS(156), - [anon_sym_dETeCtoR] = ACTIONS(156), - [anon_sym_dETeCtOr] = ACTIONS(156), - [anon_sym_dETeCtOR] = ACTIONS(156), - [anon_sym_dETeCTor] = ACTIONS(156), - [anon_sym_dETeCToR] = ACTIONS(156), - [anon_sym_dETeCTOr] = ACTIONS(156), - [anon_sym_dETeCTOR] = ACTIONS(156), - [anon_sym_dETEctor] = ACTIONS(156), - [anon_sym_dETEctoR] = ACTIONS(156), - [anon_sym_dETEctOr] = ACTIONS(156), - [anon_sym_dETEctOR] = ACTIONS(156), - [anon_sym_dETEcTor] = ACTIONS(156), - [anon_sym_dETEcToR] = ACTIONS(156), - [anon_sym_dETEcTOr] = ACTIONS(156), - [anon_sym_dETEcTOR] = ACTIONS(156), - [anon_sym_dETECtor] = ACTIONS(156), - [anon_sym_dETECtoR] = ACTIONS(156), - [anon_sym_dETECtOr] = ACTIONS(156), - [anon_sym_dETECtOR] = ACTIONS(156), - [anon_sym_dETECTor] = ACTIONS(156), - [anon_sym_dETECToR] = ACTIONS(156), - [anon_sym_dETECTOr] = ACTIONS(156), - [anon_sym_dETECTOR] = ACTIONS(156), - [anon_sym_Detector] = ACTIONS(156), - [anon_sym_DetectoR] = ACTIONS(156), - [anon_sym_DetectOr] = ACTIONS(156), - [anon_sym_DetectOR] = ACTIONS(156), - [anon_sym_DetecTor] = ACTIONS(156), - [anon_sym_DetecToR] = ACTIONS(156), - [anon_sym_DetecTOr] = ACTIONS(156), - [anon_sym_DetecTOR] = ACTIONS(156), - [anon_sym_DeteCtor] = ACTIONS(156), - [anon_sym_DeteCtoR] = ACTIONS(156), - [anon_sym_DeteCtOr] = ACTIONS(156), - [anon_sym_DeteCtOR] = ACTIONS(156), - [anon_sym_DeteCTor] = ACTIONS(156), - [anon_sym_DeteCToR] = ACTIONS(156), - [anon_sym_DeteCTOr] = ACTIONS(156), - [anon_sym_DeteCTOR] = ACTIONS(156), - [anon_sym_DetEctor] = ACTIONS(156), - [anon_sym_DetEctoR] = ACTIONS(156), - [anon_sym_DetEctOr] = ACTIONS(156), - [anon_sym_DetEctOR] = ACTIONS(156), - [anon_sym_DetEcTor] = ACTIONS(156), - [anon_sym_DetEcToR] = ACTIONS(156), - [anon_sym_DetEcTOr] = ACTIONS(156), - [anon_sym_DetEcTOR] = ACTIONS(156), - [anon_sym_DetECtor] = ACTIONS(156), - [anon_sym_DetECtoR] = ACTIONS(156), - [anon_sym_DetECtOr] = ACTIONS(156), - [anon_sym_DetECtOR] = ACTIONS(156), - [anon_sym_DetECTor] = ACTIONS(156), - [anon_sym_DetECToR] = ACTIONS(156), - [anon_sym_DetECTOr] = ACTIONS(156), - [anon_sym_DetECTOR] = ACTIONS(156), - [anon_sym_DeTector] = ACTIONS(156), - [anon_sym_DeTectoR] = ACTIONS(156), - [anon_sym_DeTectOr] = ACTIONS(156), - [anon_sym_DeTectOR] = ACTIONS(156), - [anon_sym_DeTecTor] = ACTIONS(156), - [anon_sym_DeTecToR] = ACTIONS(156), - [anon_sym_DeTecTOr] = ACTIONS(156), - [anon_sym_DeTecTOR] = ACTIONS(156), - [anon_sym_DeTeCtor] = ACTIONS(156), - [anon_sym_DeTeCtoR] = ACTIONS(156), - [anon_sym_DeTeCtOr] = ACTIONS(156), - [anon_sym_DeTeCtOR] = ACTIONS(156), - [anon_sym_DeTeCTor] = ACTIONS(156), - [anon_sym_DeTeCToR] = ACTIONS(156), - [anon_sym_DeTeCTOr] = ACTIONS(156), - [anon_sym_DeTeCTOR] = ACTIONS(156), - [anon_sym_DeTEctor] = ACTIONS(156), - [anon_sym_DeTEctoR] = ACTIONS(156), - [anon_sym_DeTEctOr] = ACTIONS(156), - [anon_sym_DeTEctOR] = ACTIONS(156), - [anon_sym_DeTEcTor] = ACTIONS(156), - [anon_sym_DeTEcToR] = ACTIONS(156), - [anon_sym_DeTEcTOr] = ACTIONS(156), - [anon_sym_DeTEcTOR] = ACTIONS(156), - [anon_sym_DeTECtor] = ACTIONS(156), - [anon_sym_DeTECtoR] = ACTIONS(156), - [anon_sym_DeTECtOr] = ACTIONS(156), - [anon_sym_DeTECtOR] = ACTIONS(156), - [anon_sym_DeTECTor] = ACTIONS(156), - [anon_sym_DeTECToR] = ACTIONS(156), - [anon_sym_DeTECTOr] = ACTIONS(156), - [anon_sym_DeTECTOR] = ACTIONS(156), - [anon_sym_DEtector] = ACTIONS(156), - [anon_sym_DEtectoR] = ACTIONS(156), - [anon_sym_DEtectOr] = ACTIONS(156), - [anon_sym_DEtectOR] = ACTIONS(156), - [anon_sym_DEtecTor] = ACTIONS(156), - [anon_sym_DEtecToR] = ACTIONS(156), - [anon_sym_DEtecTOr] = ACTIONS(156), - [anon_sym_DEtecTOR] = ACTIONS(156), - [anon_sym_DEteCtor] = ACTIONS(156), - [anon_sym_DEteCtoR] = ACTIONS(156), - [anon_sym_DEteCtOr] = ACTIONS(156), - [anon_sym_DEteCtOR] = ACTIONS(156), - [anon_sym_DEteCTor] = ACTIONS(156), - [anon_sym_DEteCToR] = ACTIONS(156), - [anon_sym_DEteCTOr] = ACTIONS(156), - [anon_sym_DEteCTOR] = ACTIONS(156), - [anon_sym_DEtEctor] = ACTIONS(156), - [anon_sym_DEtEctoR] = ACTIONS(156), - [anon_sym_DEtEctOr] = ACTIONS(156), - [anon_sym_DEtEctOR] = ACTIONS(156), - [anon_sym_DEtEcTor] = ACTIONS(156), - [anon_sym_DEtEcToR] = ACTIONS(156), - [anon_sym_DEtEcTOr] = ACTIONS(156), - [anon_sym_DEtEcTOR] = ACTIONS(156), - [anon_sym_DEtECtor] = ACTIONS(156), - [anon_sym_DEtECtoR] = ACTIONS(156), - [anon_sym_DEtECtOr] = ACTIONS(156), - [anon_sym_DEtECtOR] = ACTIONS(156), - [anon_sym_DEtECTor] = ACTIONS(156), - [anon_sym_DEtECToR] = ACTIONS(156), - [anon_sym_DEtECTOr] = ACTIONS(156), - [anon_sym_DEtECTOR] = ACTIONS(156), - [anon_sym_DETector] = ACTIONS(156), - [anon_sym_DETectoR] = ACTIONS(156), - [anon_sym_DETectOr] = ACTIONS(156), - [anon_sym_DETectOR] = ACTIONS(156), - [anon_sym_DETecTor] = ACTIONS(156), - [anon_sym_DETecToR] = ACTIONS(156), - [anon_sym_DETecTOr] = ACTIONS(156), - [anon_sym_DETecTOR] = ACTIONS(156), - [anon_sym_DETeCtor] = ACTIONS(156), - [anon_sym_DETeCtoR] = ACTIONS(156), - [anon_sym_DETeCtOr] = ACTIONS(156), - [anon_sym_DETeCtOR] = ACTIONS(156), - [anon_sym_DETeCTor] = ACTIONS(156), - [anon_sym_DETeCToR] = ACTIONS(156), - [anon_sym_DETeCTOr] = ACTIONS(156), - [anon_sym_DETeCTOR] = ACTIONS(156), - [anon_sym_DETEctor] = ACTIONS(156), - [anon_sym_DETEctoR] = ACTIONS(156), - [anon_sym_DETEctOr] = ACTIONS(156), - [anon_sym_DETEctOR] = ACTIONS(156), - [anon_sym_DETEcTor] = ACTIONS(156), - [anon_sym_DETEcToR] = ACTIONS(156), - [anon_sym_DETEcTOr] = ACTIONS(156), - [anon_sym_DETEcTOR] = ACTIONS(156), - [anon_sym_DETECtor] = ACTIONS(156), - [anon_sym_DETECtoR] = ACTIONS(156), - [anon_sym_DETECtOr] = ACTIONS(156), - [anon_sym_DETECtOR] = ACTIONS(156), - [anon_sym_DETECTor] = ACTIONS(156), - [anon_sym_DETECToR] = ACTIONS(156), - [anon_sym_DETECTOr] = ACTIONS(156), - [anon_sym_DETECTOR] = ACTIONS(156), - [anon_sym_invoke] = ACTIONS(156), - [anon_sym_invokE] = ACTIONS(156), - [anon_sym_invoKe] = ACTIONS(156), - [anon_sym_invoKE] = ACTIONS(156), - [anon_sym_invOke] = ACTIONS(156), - [anon_sym_invOkE] = ACTIONS(156), - [anon_sym_invOKe] = ACTIONS(156), - [anon_sym_invOKE] = ACTIONS(156), - [anon_sym_inVoke] = ACTIONS(156), - [anon_sym_inVokE] = ACTIONS(156), - [anon_sym_inVoKe] = ACTIONS(156), - [anon_sym_inVoKE] = ACTIONS(156), - [anon_sym_inVOke] = ACTIONS(156), - [anon_sym_inVOkE] = ACTIONS(156), - [anon_sym_inVOKe] = ACTIONS(156), - [anon_sym_inVOKE] = ACTIONS(156), - [anon_sym_iNvoke] = ACTIONS(156), - [anon_sym_iNvokE] = ACTIONS(156), - [anon_sym_iNvoKe] = ACTIONS(156), - [anon_sym_iNvoKE] = ACTIONS(156), - [anon_sym_iNvOke] = ACTIONS(156), - [anon_sym_iNvOkE] = ACTIONS(156), - [anon_sym_iNvOKe] = ACTIONS(156), - [anon_sym_iNvOKE] = ACTIONS(156), - [anon_sym_iNVoke] = ACTIONS(156), - [anon_sym_iNVokE] = ACTIONS(156), - [anon_sym_iNVoKe] = ACTIONS(156), - [anon_sym_iNVoKE] = ACTIONS(156), - [anon_sym_iNVOke] = ACTIONS(156), - [anon_sym_iNVOkE] = ACTIONS(156), - [anon_sym_iNVOKe] = ACTIONS(156), - [anon_sym_iNVOKE] = ACTIONS(156), - [anon_sym_Invoke] = ACTIONS(156), - [anon_sym_InvokE] = ACTIONS(156), - [anon_sym_InvoKe] = ACTIONS(156), - [anon_sym_InvoKE] = ACTIONS(156), - [anon_sym_InvOke] = ACTIONS(156), - [anon_sym_InvOkE] = ACTIONS(156), - [anon_sym_InvOKe] = ACTIONS(156), - [anon_sym_InvOKE] = ACTIONS(156), - [anon_sym_InVoke] = ACTIONS(156), - [anon_sym_InVokE] = ACTIONS(156), - [anon_sym_InVoKe] = ACTIONS(156), - [anon_sym_InVoKE] = ACTIONS(156), - [anon_sym_InVOke] = ACTIONS(156), - [anon_sym_InVOkE] = ACTIONS(156), - [anon_sym_InVOKe] = ACTIONS(156), - [anon_sym_InVOKE] = ACTIONS(156), - [anon_sym_INvoke] = ACTIONS(156), - [anon_sym_INvokE] = ACTIONS(156), - [anon_sym_INvoKe] = ACTIONS(156), - [anon_sym_INvoKE] = ACTIONS(156), - [anon_sym_INvOke] = ACTIONS(156), - [anon_sym_INvOkE] = ACTIONS(156), - [anon_sym_INvOKe] = ACTIONS(156), - [anon_sym_INvOKE] = ACTIONS(156), - [anon_sym_INVoke] = ACTIONS(156), - [anon_sym_INVokE] = ACTIONS(156), - [anon_sym_INVoKe] = ACTIONS(156), - [anon_sym_INVoKE] = ACTIONS(156), - [anon_sym_INVOke] = ACTIONS(156), - [anon_sym_INVOkE] = ACTIONS(156), - [anon_sym_INVOKe] = ACTIONS(156), - [anon_sym_INVOKE] = ACTIONS(156), - [anon_sym_select] = ACTIONS(156), - [anon_sym_selecT] = ACTIONS(156), - [anon_sym_seleCt] = ACTIONS(156), - [anon_sym_seleCT] = ACTIONS(156), - [anon_sym_selEct] = ACTIONS(156), - [anon_sym_selEcT] = ACTIONS(156), - [anon_sym_selECt] = ACTIONS(156), - [anon_sym_selECT] = ACTIONS(156), - [anon_sym_seLect] = ACTIONS(156), - [anon_sym_seLecT] = ACTIONS(156), - [anon_sym_seLeCt] = ACTIONS(156), - [anon_sym_seLeCT] = ACTIONS(156), - [anon_sym_seLEct] = ACTIONS(156), - [anon_sym_seLEcT] = ACTIONS(156), - [anon_sym_seLECt] = ACTIONS(156), - [anon_sym_seLECT] = ACTIONS(156), - [anon_sym_sElect] = ACTIONS(156), - [anon_sym_sElecT] = ACTIONS(156), - [anon_sym_sEleCt] = ACTIONS(156), - [anon_sym_sEleCT] = ACTIONS(156), - [anon_sym_sElEct] = ACTIONS(156), - [anon_sym_sElEcT] = ACTIONS(156), - [anon_sym_sElECt] = ACTIONS(156), - [anon_sym_sElECT] = ACTIONS(156), - [anon_sym_sELect] = ACTIONS(156), - [anon_sym_sELecT] = ACTIONS(156), - [anon_sym_sELeCt] = ACTIONS(156), - [anon_sym_sELeCT] = ACTIONS(156), - [anon_sym_sELEct] = ACTIONS(156), - [anon_sym_sELEcT] = ACTIONS(156), - [anon_sym_sELECt] = ACTIONS(156), - [anon_sym_sELECT] = ACTIONS(156), - [anon_sym_Select] = ACTIONS(156), - [anon_sym_SelecT] = ACTIONS(156), - [anon_sym_SeleCt] = ACTIONS(156), - [anon_sym_SeleCT] = ACTIONS(156), - [anon_sym_SelEct] = ACTIONS(156), - [anon_sym_SelEcT] = ACTIONS(156), - [anon_sym_SelECt] = ACTIONS(156), - [anon_sym_SelECT] = ACTIONS(156), - [anon_sym_SeLect] = ACTIONS(156), - [anon_sym_SeLecT] = ACTIONS(156), - [anon_sym_SeLeCt] = ACTIONS(156), - [anon_sym_SeLeCT] = ACTIONS(156), - [anon_sym_SeLEct] = ACTIONS(156), - [anon_sym_SeLEcT] = ACTIONS(156), - [anon_sym_SeLECt] = ACTIONS(156), - [anon_sym_SeLECT] = ACTIONS(156), - [anon_sym_SElect] = ACTIONS(156), - [anon_sym_SElecT] = ACTIONS(156), - [anon_sym_SEleCt] = ACTIONS(156), - [anon_sym_SEleCT] = ACTIONS(156), - [anon_sym_SElEct] = ACTIONS(156), - [anon_sym_SElEcT] = ACTIONS(156), - [anon_sym_SElECt] = ACTIONS(156), - [anon_sym_SElECT] = ACTIONS(156), - [anon_sym_SELect] = ACTIONS(156), - [anon_sym_SELecT] = ACTIONS(156), - [anon_sym_SELeCt] = ACTIONS(156), - [anon_sym_SELeCT] = ACTIONS(156), - [anon_sym_SELEct] = ACTIONS(156), - [anon_sym_SELEcT] = ACTIONS(156), - [anon_sym_SELECt] = ACTIONS(156), - [anon_sym_SELECT] = ACTIONS(156), - }, [30] = { - [sym__top_level_item] = STATE(36), - [sym__directive] = STATE(34), - [sym_define] = STATE(33), - [sym_include] = STATE(33), - [sym__command] = STATE(34), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym__statement] = STATE(34), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), [sym_comment] = STATE(30), - [sym_define_insensitive] = STATE(93), - [sym_include_insensitive] = STATE(69), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_translation_unit_repeat1] = STATE(31), - [ts_builtin_sym_end] = ACTIONS(160), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(30), + [sym_identifier] = ACTIONS(138), + [anon_sym_POUND] = ACTIONS(3), + [sym_variable] = ACTIONS(141), + [anon_sym_action] = ACTIONS(144), + [anon_sym_actioN] = ACTIONS(144), + [anon_sym_actiOn] = ACTIONS(144), + [anon_sym_actiON] = ACTIONS(144), + [anon_sym_actIon] = ACTIONS(144), + [anon_sym_actIoN] = ACTIONS(144), + [anon_sym_actIOn] = ACTIONS(144), + [anon_sym_actION] = ACTIONS(144), + [anon_sym_acTion] = ACTIONS(144), + [anon_sym_acTioN] = ACTIONS(144), + [anon_sym_acTiOn] = ACTIONS(144), + [anon_sym_acTiON] = ACTIONS(144), + [anon_sym_acTIon] = ACTIONS(144), + [anon_sym_acTIoN] = ACTIONS(144), + [anon_sym_acTIOn] = ACTIONS(144), + [anon_sym_acTION] = ACTIONS(144), + [anon_sym_aCtion] = ACTIONS(144), + [anon_sym_aCtioN] = ACTIONS(144), + [anon_sym_aCtiOn] = ACTIONS(144), + [anon_sym_aCtiON] = ACTIONS(144), + [anon_sym_aCtIon] = ACTIONS(144), + [anon_sym_aCtIoN] = ACTIONS(144), + [anon_sym_aCtIOn] = ACTIONS(144), + [anon_sym_aCtION] = ACTIONS(144), + [anon_sym_aCTion] = ACTIONS(144), + [anon_sym_aCTioN] = ACTIONS(144), + [anon_sym_aCTiOn] = ACTIONS(144), + [anon_sym_aCTiON] = ACTIONS(144), + [anon_sym_aCTIon] = ACTIONS(144), + [anon_sym_aCTIoN] = ACTIONS(144), + [anon_sym_aCTIOn] = ACTIONS(144), + [anon_sym_aCTION] = ACTIONS(144), + [anon_sym_Action] = ACTIONS(144), + [anon_sym_ActioN] = ACTIONS(144), + [anon_sym_ActiOn] = ACTIONS(144), + [anon_sym_ActiON] = ACTIONS(144), + [anon_sym_ActIon] = ACTIONS(144), + [anon_sym_ActIoN] = ACTIONS(144), + [anon_sym_ActIOn] = ACTIONS(144), + [anon_sym_ActION] = ACTIONS(144), + [anon_sym_AcTion] = ACTIONS(144), + [anon_sym_AcTioN] = ACTIONS(144), + [anon_sym_AcTiOn] = ACTIONS(144), + [anon_sym_AcTiON] = ACTIONS(144), + [anon_sym_AcTIon] = ACTIONS(144), + [anon_sym_AcTIoN] = ACTIONS(144), + [anon_sym_AcTIOn] = ACTIONS(144), + [anon_sym_AcTION] = ACTIONS(144), + [anon_sym_ACtion] = ACTIONS(144), + [anon_sym_ACtioN] = ACTIONS(144), + [anon_sym_ACtiOn] = ACTIONS(144), + [anon_sym_ACtiON] = ACTIONS(144), + [anon_sym_ACtIon] = ACTIONS(144), + [anon_sym_ACtIoN] = ACTIONS(144), + [anon_sym_ACtIOn] = ACTIONS(144), + [anon_sym_ACtION] = ACTIONS(144), + [anon_sym_ACTion] = ACTIONS(144), + [anon_sym_ACTioN] = ACTIONS(144), + [anon_sym_ACTiOn] = ACTIONS(144), + [anon_sym_ACTiON] = ACTIONS(144), + [anon_sym_ACTIon] = ACTIONS(144), + [anon_sym_ACTIoN] = ACTIONS(144), + [anon_sym_ACTIOn] = ACTIONS(144), + [anon_sym_ACTION] = ACTIONS(144), + [anon_sym_complete] = ACTIONS(147), + [anon_sym_completE] = ACTIONS(147), + [anon_sym_compleTe] = ACTIONS(147), + [anon_sym_compleTE] = ACTIONS(147), + [anon_sym_complEte] = ACTIONS(147), + [anon_sym_complEtE] = ACTIONS(147), + [anon_sym_complETe] = ACTIONS(147), + [anon_sym_complETE] = ACTIONS(147), + [anon_sym_compLete] = ACTIONS(147), + [anon_sym_compLetE] = ACTIONS(147), + [anon_sym_compLeTe] = ACTIONS(147), + [anon_sym_compLeTE] = ACTIONS(147), + [anon_sym_compLEte] = ACTIONS(147), + [anon_sym_compLEtE] = ACTIONS(147), + [anon_sym_compLETe] = ACTIONS(147), + [anon_sym_compLETE] = ACTIONS(147), + [anon_sym_comPlete] = ACTIONS(147), + [anon_sym_comPletE] = ACTIONS(147), + [anon_sym_comPleTe] = ACTIONS(147), + [anon_sym_comPleTE] = ACTIONS(147), + [anon_sym_comPlEte] = ACTIONS(147), + [anon_sym_comPlEtE] = ACTIONS(147), + [anon_sym_comPlETe] = ACTIONS(147), + [anon_sym_comPlETE] = ACTIONS(147), + [anon_sym_comPLete] = ACTIONS(147), + [anon_sym_comPLetE] = ACTIONS(147), + [anon_sym_comPLeTe] = ACTIONS(147), + [anon_sym_comPLeTE] = ACTIONS(147), + [anon_sym_comPLEte] = ACTIONS(147), + [anon_sym_comPLEtE] = ACTIONS(147), + [anon_sym_comPLETe] = ACTIONS(147), + [anon_sym_comPLETE] = ACTIONS(147), + [anon_sym_coMplete] = ACTIONS(147), + [anon_sym_coMpletE] = ACTIONS(147), + [anon_sym_coMpleTe] = ACTIONS(147), + [anon_sym_coMpleTE] = ACTIONS(147), + [anon_sym_coMplEte] = ACTIONS(147), + [anon_sym_coMplEtE] = ACTIONS(147), + [anon_sym_coMplETe] = ACTIONS(147), + [anon_sym_coMplETE] = ACTIONS(147), + [anon_sym_coMpLete] = ACTIONS(147), + [anon_sym_coMpLetE] = ACTIONS(147), + [anon_sym_coMpLeTe] = ACTIONS(147), + [anon_sym_coMpLeTE] = ACTIONS(147), + [anon_sym_coMpLEte] = ACTIONS(147), + [anon_sym_coMpLEtE] = ACTIONS(147), + [anon_sym_coMpLETe] = ACTIONS(147), + [anon_sym_coMpLETE] = ACTIONS(147), + [anon_sym_coMPlete] = ACTIONS(147), + [anon_sym_coMPletE] = ACTIONS(147), + [anon_sym_coMPleTe] = ACTIONS(147), + [anon_sym_coMPleTE] = ACTIONS(147), + [anon_sym_coMPlEte] = ACTIONS(147), + [anon_sym_coMPlEtE] = ACTIONS(147), + [anon_sym_coMPlETe] = ACTIONS(147), + [anon_sym_coMPlETE] = ACTIONS(147), + [anon_sym_coMPLete] = ACTIONS(147), + [anon_sym_coMPLetE] = ACTIONS(147), + [anon_sym_coMPLeTe] = ACTIONS(147), + [anon_sym_coMPLeTE] = ACTIONS(147), + [anon_sym_coMPLEte] = ACTIONS(147), + [anon_sym_coMPLEtE] = ACTIONS(147), + [anon_sym_coMPLETe] = ACTIONS(147), + [anon_sym_coMPLETE] = ACTIONS(147), + [anon_sym_cOmplete] = ACTIONS(147), + [anon_sym_cOmpletE] = ACTIONS(147), + [anon_sym_cOmpleTe] = ACTIONS(147), + [anon_sym_cOmpleTE] = ACTIONS(147), + [anon_sym_cOmplEte] = ACTIONS(147), + [anon_sym_cOmplEtE] = ACTIONS(147), + [anon_sym_cOmplETe] = ACTIONS(147), + [anon_sym_cOmplETE] = ACTIONS(147), + [anon_sym_cOmpLete] = ACTIONS(147), + [anon_sym_cOmpLetE] = ACTIONS(147), + [anon_sym_cOmpLeTe] = ACTIONS(147), + [anon_sym_cOmpLeTE] = ACTIONS(147), + [anon_sym_cOmpLEte] = ACTIONS(147), + [anon_sym_cOmpLEtE] = ACTIONS(147), + [anon_sym_cOmpLETe] = ACTIONS(147), + [anon_sym_cOmpLETE] = ACTIONS(147), + [anon_sym_cOmPlete] = ACTIONS(147), + [anon_sym_cOmPletE] = ACTIONS(147), + [anon_sym_cOmPleTe] = ACTIONS(147), + [anon_sym_cOmPleTE] = ACTIONS(147), + [anon_sym_cOmPlEte] = ACTIONS(147), + [anon_sym_cOmPlEtE] = ACTIONS(147), + [anon_sym_cOmPlETe] = ACTIONS(147), + [anon_sym_cOmPlETE] = ACTIONS(147), + [anon_sym_cOmPLete] = ACTIONS(147), + [anon_sym_cOmPLetE] = ACTIONS(147), + [anon_sym_cOmPLeTe] = ACTIONS(147), + [anon_sym_cOmPLeTE] = ACTIONS(147), + [anon_sym_cOmPLEte] = ACTIONS(147), + [anon_sym_cOmPLEtE] = ACTIONS(147), + [anon_sym_cOmPLETe] = ACTIONS(147), + [anon_sym_cOmPLETE] = ACTIONS(147), + [anon_sym_cOMplete] = ACTIONS(147), + [anon_sym_cOMpletE] = ACTIONS(147), + [anon_sym_cOMpleTe] = ACTIONS(147), + [anon_sym_cOMpleTE] = ACTIONS(147), + [anon_sym_cOMplEte] = ACTIONS(147), + [anon_sym_cOMplEtE] = ACTIONS(147), + [anon_sym_cOMplETe] = ACTIONS(147), + [anon_sym_cOMplETE] = ACTIONS(147), + [anon_sym_cOMpLete] = ACTIONS(147), + [anon_sym_cOMpLetE] = ACTIONS(147), + [anon_sym_cOMpLeTe] = ACTIONS(147), + [anon_sym_cOMpLeTE] = ACTIONS(147), + [anon_sym_cOMpLEte] = ACTIONS(147), + [anon_sym_cOMpLEtE] = ACTIONS(147), + [anon_sym_cOMpLETe] = ACTIONS(147), + [anon_sym_cOMpLETE] = ACTIONS(147), + [anon_sym_cOMPlete] = ACTIONS(147), + [anon_sym_cOMPletE] = ACTIONS(147), + [anon_sym_cOMPleTe] = ACTIONS(147), + [anon_sym_cOMPleTE] = ACTIONS(147), + [anon_sym_cOMPlEte] = ACTIONS(147), + [anon_sym_cOMPlEtE] = ACTIONS(147), + [anon_sym_cOMPlETe] = ACTIONS(147), + [anon_sym_cOMPlETE] = ACTIONS(147), + [anon_sym_cOMPLete] = ACTIONS(147), + [anon_sym_cOMPLetE] = ACTIONS(147), + [anon_sym_cOMPLeTe] = ACTIONS(147), + [anon_sym_cOMPLeTE] = ACTIONS(147), + [anon_sym_cOMPLEte] = ACTIONS(147), + [anon_sym_cOMPLEtE] = ACTIONS(147), + [anon_sym_cOMPLETe] = ACTIONS(147), + [anon_sym_cOMPLETE] = ACTIONS(147), + [anon_sym_Complete] = ACTIONS(147), + [anon_sym_CompletE] = ACTIONS(147), + [anon_sym_CompleTe] = ACTIONS(147), + [anon_sym_CompleTE] = ACTIONS(147), + [anon_sym_ComplEte] = ACTIONS(147), + [anon_sym_ComplEtE] = ACTIONS(147), + [anon_sym_ComplETe] = ACTIONS(147), + [anon_sym_ComplETE] = ACTIONS(147), + [anon_sym_CompLete] = ACTIONS(147), + [anon_sym_CompLetE] = ACTIONS(147), + [anon_sym_CompLeTe] = ACTIONS(147), + [anon_sym_CompLeTE] = ACTIONS(147), + [anon_sym_CompLEte] = ACTIONS(147), + [anon_sym_CompLEtE] = ACTIONS(147), + [anon_sym_CompLETe] = ACTIONS(147), + [anon_sym_CompLETE] = ACTIONS(147), + [anon_sym_ComPlete] = ACTIONS(147), + [anon_sym_ComPletE] = ACTIONS(147), + [anon_sym_ComPleTe] = ACTIONS(147), + [anon_sym_ComPleTE] = ACTIONS(147), + [anon_sym_ComPlEte] = ACTIONS(147), + [anon_sym_ComPlEtE] = ACTIONS(147), + [anon_sym_ComPlETe] = ACTIONS(147), + [anon_sym_ComPlETE] = ACTIONS(147), + [anon_sym_ComPLete] = ACTIONS(147), + [anon_sym_ComPLetE] = ACTIONS(147), + [anon_sym_ComPLeTe] = ACTIONS(147), + [anon_sym_ComPLeTE] = ACTIONS(147), + [anon_sym_ComPLEte] = ACTIONS(147), + [anon_sym_ComPLEtE] = ACTIONS(147), + [anon_sym_ComPLETe] = ACTIONS(147), + [anon_sym_ComPLETE] = ACTIONS(147), + [anon_sym_CoMplete] = ACTIONS(147), + [anon_sym_CoMpletE] = ACTIONS(147), + [anon_sym_CoMpleTe] = ACTIONS(147), + [anon_sym_CoMpleTE] = ACTIONS(147), + [anon_sym_CoMplEte] = ACTIONS(147), + [anon_sym_CoMplEtE] = ACTIONS(147), + [anon_sym_CoMplETe] = ACTIONS(147), + [anon_sym_CoMplETE] = ACTIONS(147), + [anon_sym_CoMpLete] = ACTIONS(147), + [anon_sym_CoMpLetE] = ACTIONS(147), + [anon_sym_CoMpLeTe] = ACTIONS(147), + [anon_sym_CoMpLeTE] = ACTIONS(147), + [anon_sym_CoMpLEte] = ACTIONS(147), + [anon_sym_CoMpLEtE] = ACTIONS(147), + [anon_sym_CoMpLETe] = ACTIONS(147), + [anon_sym_CoMpLETE] = ACTIONS(147), + [anon_sym_CoMPlete] = ACTIONS(147), + [anon_sym_CoMPletE] = ACTIONS(147), + [anon_sym_CoMPleTe] = ACTIONS(147), + [anon_sym_CoMPleTE] = ACTIONS(147), + [anon_sym_CoMPlEte] = ACTIONS(147), + [anon_sym_CoMPlEtE] = ACTIONS(147), + [anon_sym_CoMPlETe] = ACTIONS(147), + [anon_sym_CoMPlETE] = ACTIONS(147), + [anon_sym_CoMPLete] = ACTIONS(147), + [anon_sym_CoMPLetE] = ACTIONS(147), + [anon_sym_CoMPLeTe] = ACTIONS(147), + [anon_sym_CoMPLeTE] = ACTIONS(147), + [anon_sym_CoMPLEte] = ACTIONS(147), + [anon_sym_CoMPLEtE] = ACTIONS(147), + [anon_sym_CoMPLETe] = ACTIONS(147), + [anon_sym_CoMPLETE] = ACTIONS(147), + [anon_sym_COmplete] = ACTIONS(147), + [anon_sym_COmpletE] = ACTIONS(147), + [anon_sym_COmpleTe] = ACTIONS(147), + [anon_sym_COmpleTE] = ACTIONS(147), + [anon_sym_COmplEte] = ACTIONS(147), + [anon_sym_COmplEtE] = ACTIONS(147), + [anon_sym_COmplETe] = ACTIONS(147), + [anon_sym_COmplETE] = ACTIONS(147), + [anon_sym_COmpLete] = ACTIONS(147), + [anon_sym_COmpLetE] = ACTIONS(147), + [anon_sym_COmpLeTe] = ACTIONS(147), + [anon_sym_COmpLeTE] = ACTIONS(147), + [anon_sym_COmpLEte] = ACTIONS(147), + [anon_sym_COmpLEtE] = ACTIONS(147), + [anon_sym_COmpLETe] = ACTIONS(147), + [anon_sym_COmpLETE] = ACTIONS(147), + [anon_sym_COmPlete] = ACTIONS(147), + [anon_sym_COmPletE] = ACTIONS(147), + [anon_sym_COmPleTe] = ACTIONS(147), + [anon_sym_COmPleTE] = ACTIONS(147), + [anon_sym_COmPlEte] = ACTIONS(147), + [anon_sym_COmPlEtE] = ACTIONS(147), + [anon_sym_COmPlETe] = ACTIONS(147), + [anon_sym_COmPlETE] = ACTIONS(147), + [anon_sym_COmPLete] = ACTIONS(147), + [anon_sym_COmPLetE] = ACTIONS(147), + [anon_sym_COmPLeTe] = ACTIONS(147), + [anon_sym_COmPLeTE] = ACTIONS(147), + [anon_sym_COmPLEte] = ACTIONS(147), + [anon_sym_COmPLEtE] = ACTIONS(147), + [anon_sym_COmPLETe] = ACTIONS(147), + [anon_sym_COmPLETE] = ACTIONS(147), + [anon_sym_COMplete] = ACTIONS(147), + [anon_sym_COMpletE] = ACTIONS(147), + [anon_sym_COMpleTe] = ACTIONS(147), + [anon_sym_COMpleTE] = ACTIONS(147), + [anon_sym_COMplEte] = ACTIONS(147), + [anon_sym_COMplEtE] = ACTIONS(147), + [anon_sym_COMplETe] = ACTIONS(147), + [anon_sym_COMplETE] = ACTIONS(147), + [anon_sym_COMpLete] = ACTIONS(147), + [anon_sym_COMpLetE] = ACTIONS(147), + [anon_sym_COMpLeTe] = ACTIONS(147), + [anon_sym_COMpLeTE] = ACTIONS(147), + [anon_sym_COMpLEte] = ACTIONS(147), + [anon_sym_COMpLEtE] = ACTIONS(147), + [anon_sym_COMpLETe] = ACTIONS(147), + [anon_sym_COMpLETE] = ACTIONS(147), + [anon_sym_COMPlete] = ACTIONS(147), + [anon_sym_COMPletE] = ACTIONS(147), + [anon_sym_COMPleTe] = ACTIONS(147), + [anon_sym_COMPleTE] = ACTIONS(147), + [anon_sym_COMPlEte] = ACTIONS(147), + [anon_sym_COMPlEtE] = ACTIONS(147), + [anon_sym_COMPlETe] = ACTIONS(147), + [anon_sym_COMPlETE] = ACTIONS(147), + [anon_sym_COMPLete] = ACTIONS(147), + [anon_sym_COMPLetE] = ACTIONS(147), + [anon_sym_COMPLeTe] = ACTIONS(147), + [anon_sym_COMPLeTE] = ACTIONS(147), + [anon_sym_COMPLEte] = ACTIONS(147), + [anon_sym_COMPLEtE] = ACTIONS(147), + [anon_sym_COMPLETe] = ACTIONS(147), + [anon_sym_COMPLETE] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_iF] = ACTIONS(149), + [anon_sym_If] = ACTIONS(149), + [anon_sym_IF] = ACTIONS(149), + [anon_sym_else] = ACTIONS(147), + [anon_sym_elsE] = ACTIONS(147), + [anon_sym_elSe] = ACTIONS(147), + [anon_sym_elSE] = ACTIONS(147), + [anon_sym_eLse] = ACTIONS(147), + [anon_sym_eLsE] = ACTIONS(147), + [anon_sym_eLSe] = ACTIONS(147), + [anon_sym_eLSE] = ACTIONS(147), + [anon_sym_Else] = ACTIONS(147), + [anon_sym_ElsE] = ACTIONS(147), + [anon_sym_ElSe] = ACTIONS(147), + [anon_sym_ElSE] = ACTIONS(147), + [anon_sym_ELse] = ACTIONS(147), + [anon_sym_ELsE] = ACTIONS(147), + [anon_sym_ELSe] = ACTIONS(147), + [anon_sym_ELSE] = ACTIONS(147), + [anon_sym_elseif] = ACTIONS(147), + [anon_sym_elseiF] = ACTIONS(147), + [anon_sym_elseIf] = ACTIONS(147), + [anon_sym_elseIF] = ACTIONS(147), + [anon_sym_elsEif] = ACTIONS(147), + [anon_sym_elsEiF] = ACTIONS(147), + [anon_sym_elsEIf] = ACTIONS(147), + [anon_sym_elsEIF] = ACTIONS(147), + [anon_sym_elSeif] = ACTIONS(147), + [anon_sym_elSeiF] = ACTIONS(147), + [anon_sym_elSeIf] = ACTIONS(147), + [anon_sym_elSeIF] = ACTIONS(147), + [anon_sym_elSEif] = ACTIONS(147), + [anon_sym_elSEiF] = ACTIONS(147), + [anon_sym_elSEIf] = ACTIONS(147), + [anon_sym_elSEIF] = ACTIONS(147), + [anon_sym_eLseif] = ACTIONS(147), + [anon_sym_eLseiF] = ACTIONS(147), + [anon_sym_eLseIf] = ACTIONS(147), + [anon_sym_eLseIF] = ACTIONS(147), + [anon_sym_eLsEif] = ACTIONS(147), + [anon_sym_eLsEiF] = ACTIONS(147), + [anon_sym_eLsEIf] = ACTIONS(147), + [anon_sym_eLsEIF] = ACTIONS(147), + [anon_sym_eLSeif] = ACTIONS(147), + [anon_sym_eLSeiF] = ACTIONS(147), + [anon_sym_eLSeIf] = ACTIONS(147), + [anon_sym_eLSeIF] = ACTIONS(147), + [anon_sym_eLSEif] = ACTIONS(147), + [anon_sym_eLSEiF] = ACTIONS(147), + [anon_sym_eLSEIf] = ACTIONS(147), + [anon_sym_eLSEIF] = ACTIONS(147), + [anon_sym_Elseif] = ACTIONS(147), + [anon_sym_ElseiF] = ACTIONS(147), + [anon_sym_ElseIf] = ACTIONS(147), + [anon_sym_ElseIF] = ACTIONS(147), + [anon_sym_ElsEif] = ACTIONS(147), + [anon_sym_ElsEiF] = ACTIONS(147), + [anon_sym_ElsEIf] = ACTIONS(147), + [anon_sym_ElsEIF] = ACTIONS(147), + [anon_sym_ElSeif] = ACTIONS(147), + [anon_sym_ElSeiF] = ACTIONS(147), + [anon_sym_ElSeIf] = ACTIONS(147), + [anon_sym_ElSeIF] = ACTIONS(147), + [anon_sym_ElSEif] = ACTIONS(147), + [anon_sym_ElSEiF] = ACTIONS(147), + [anon_sym_ElSEIf] = ACTIONS(147), + [anon_sym_ElSEIF] = ACTIONS(147), + [anon_sym_ELseif] = ACTIONS(147), + [anon_sym_ELseiF] = ACTIONS(147), + [anon_sym_ELseIf] = ACTIONS(147), + [anon_sym_ELseIF] = ACTIONS(147), + [anon_sym_ELsEif] = ACTIONS(147), + [anon_sym_ELsEiF] = ACTIONS(147), + [anon_sym_ELsEIf] = ACTIONS(147), + [anon_sym_ELsEIF] = ACTIONS(147), + [anon_sym_ELSeif] = ACTIONS(147), + [anon_sym_ELSeiF] = ACTIONS(147), + [anon_sym_ELSeIf] = ACTIONS(147), + [anon_sym_ELSeIF] = ACTIONS(147), + [anon_sym_ELSEif] = ACTIONS(147), + [anon_sym_ELSEiF] = ACTIONS(147), + [anon_sym_ELSEIf] = ACTIONS(147), + [anon_sym_ELSEIF] = ACTIONS(147), + [anon_sym_endif] = ACTIONS(147), + [anon_sym_endiF] = ACTIONS(147), + [anon_sym_endIf] = ACTIONS(147), + [anon_sym_endIF] = ACTIONS(147), + [anon_sym_enDif] = ACTIONS(147), + [anon_sym_enDiF] = ACTIONS(147), + [anon_sym_enDIf] = ACTIONS(147), + [anon_sym_enDIF] = ACTIONS(147), + [anon_sym_eNdif] = ACTIONS(147), + [anon_sym_eNdiF] = ACTIONS(147), + [anon_sym_eNdIf] = ACTIONS(147), + [anon_sym_eNdIF] = ACTIONS(147), + [anon_sym_eNDif] = ACTIONS(147), + [anon_sym_eNDiF] = ACTIONS(147), + [anon_sym_eNDIf] = ACTIONS(147), + [anon_sym_eNDIF] = ACTIONS(147), + [anon_sym_Endif] = ACTIONS(147), + [anon_sym_EndiF] = ACTIONS(147), + [anon_sym_EndIf] = ACTIONS(147), + [anon_sym_EndIF] = ACTIONS(147), + [anon_sym_EnDif] = ACTIONS(147), + [anon_sym_EnDiF] = ACTIONS(147), + [anon_sym_EnDIf] = ACTIONS(147), + [anon_sym_EnDIF] = ACTIONS(147), + [anon_sym_ENdif] = ACTIONS(147), + [anon_sym_ENdiF] = ACTIONS(147), + [anon_sym_ENdIf] = ACTIONS(147), + [anon_sym_ENdIF] = ACTIONS(147), + [anon_sym_ENDif] = ACTIONS(147), + [anon_sym_ENDiF] = ACTIONS(147), + [anon_sym_ENDIf] = ACTIONS(147), + [anon_sym_ENDIF] = ACTIONS(147), + [anon_sym_while] = ACTIONS(152), + [anon_sym_whilE] = ACTIONS(152), + [anon_sym_whiLe] = ACTIONS(152), + [anon_sym_whiLE] = ACTIONS(152), + [anon_sym_whIle] = ACTIONS(152), + [anon_sym_whIlE] = ACTIONS(152), + [anon_sym_whILe] = ACTIONS(152), + [anon_sym_whILE] = ACTIONS(152), + [anon_sym_wHile] = ACTIONS(152), + [anon_sym_wHilE] = ACTIONS(152), + [anon_sym_wHiLe] = ACTIONS(152), + [anon_sym_wHiLE] = ACTIONS(152), + [anon_sym_wHIle] = ACTIONS(152), + [anon_sym_wHIlE] = ACTIONS(152), + [anon_sym_wHILe] = ACTIONS(152), + [anon_sym_wHILE] = ACTIONS(152), + [anon_sym_While] = ACTIONS(152), + [anon_sym_WhilE] = ACTIONS(152), + [anon_sym_WhiLe] = ACTIONS(152), + [anon_sym_WhiLE] = ACTIONS(152), + [anon_sym_WhIle] = ACTIONS(152), + [anon_sym_WhIlE] = ACTIONS(152), + [anon_sym_WhILe] = ACTIONS(152), + [anon_sym_WhILE] = ACTIONS(152), + [anon_sym_WHile] = ACTIONS(152), + [anon_sym_WHilE] = ACTIONS(152), + [anon_sym_WHiLe] = ACTIONS(152), + [anon_sym_WHiLE] = ACTIONS(152), + [anon_sym_WHIle] = ACTIONS(152), + [anon_sym_WHIlE] = ACTIONS(152), + [anon_sym_WHILe] = ACTIONS(152), + [anon_sym_WHILE] = ACTIONS(152), + [anon_sym_endwhile] = ACTIONS(147), + [anon_sym_endwhilE] = ACTIONS(147), + [anon_sym_endwhiLe] = ACTIONS(147), + [anon_sym_endwhiLE] = ACTIONS(147), + [anon_sym_endwhIle] = ACTIONS(147), + [anon_sym_endwhIlE] = ACTIONS(147), + [anon_sym_endwhILe] = ACTIONS(147), + [anon_sym_endwhILE] = ACTIONS(147), + [anon_sym_endwHile] = ACTIONS(147), + [anon_sym_endwHilE] = ACTIONS(147), + [anon_sym_endwHiLe] = ACTIONS(147), + [anon_sym_endwHiLE] = ACTIONS(147), + [anon_sym_endwHIle] = ACTIONS(147), + [anon_sym_endwHIlE] = ACTIONS(147), + [anon_sym_endwHILe] = ACTIONS(147), + [anon_sym_endwHILE] = ACTIONS(147), + [anon_sym_endWhile] = ACTIONS(147), + [anon_sym_endWhilE] = ACTIONS(147), + [anon_sym_endWhiLe] = ACTIONS(147), + [anon_sym_endWhiLE] = ACTIONS(147), + [anon_sym_endWhIle] = ACTIONS(147), + [anon_sym_endWhIlE] = ACTIONS(147), + [anon_sym_endWhILe] = ACTIONS(147), + [anon_sym_endWhILE] = ACTIONS(147), + [anon_sym_endWHile] = ACTIONS(147), + [anon_sym_endWHilE] = ACTIONS(147), + [anon_sym_endWHiLe] = ACTIONS(147), + [anon_sym_endWHiLE] = ACTIONS(147), + [anon_sym_endWHIle] = ACTIONS(147), + [anon_sym_endWHIlE] = ACTIONS(147), + [anon_sym_endWHILe] = ACTIONS(147), + [anon_sym_endWHILE] = ACTIONS(147), + [anon_sym_enDwhile] = ACTIONS(147), + [anon_sym_enDwhilE] = ACTIONS(147), + [anon_sym_enDwhiLe] = ACTIONS(147), + [anon_sym_enDwhiLE] = ACTIONS(147), + [anon_sym_enDwhIle] = ACTIONS(147), + [anon_sym_enDwhIlE] = ACTIONS(147), + [anon_sym_enDwhILe] = ACTIONS(147), + [anon_sym_enDwhILE] = ACTIONS(147), + [anon_sym_enDwHile] = ACTIONS(147), + [anon_sym_enDwHilE] = ACTIONS(147), + [anon_sym_enDwHiLe] = ACTIONS(147), + [anon_sym_enDwHiLE] = ACTIONS(147), + [anon_sym_enDwHIle] = ACTIONS(147), + [anon_sym_enDwHIlE] = ACTIONS(147), + [anon_sym_enDwHILe] = ACTIONS(147), + [anon_sym_enDwHILE] = ACTIONS(147), + [anon_sym_enDWhile] = ACTIONS(147), + [anon_sym_enDWhilE] = ACTIONS(147), + [anon_sym_enDWhiLe] = ACTIONS(147), + [anon_sym_enDWhiLE] = ACTIONS(147), + [anon_sym_enDWhIle] = ACTIONS(147), + [anon_sym_enDWhIlE] = ACTIONS(147), + [anon_sym_enDWhILe] = ACTIONS(147), + [anon_sym_enDWhILE] = ACTIONS(147), + [anon_sym_enDWHile] = ACTIONS(147), + [anon_sym_enDWHilE] = ACTIONS(147), + [anon_sym_enDWHiLe] = ACTIONS(147), + [anon_sym_enDWHiLE] = ACTIONS(147), + [anon_sym_enDWHIle] = ACTIONS(147), + [anon_sym_enDWHIlE] = ACTIONS(147), + [anon_sym_enDWHILe] = ACTIONS(147), + [anon_sym_enDWHILE] = ACTIONS(147), + [anon_sym_eNdwhile] = ACTIONS(147), + [anon_sym_eNdwhilE] = ACTIONS(147), + [anon_sym_eNdwhiLe] = ACTIONS(147), + [anon_sym_eNdwhiLE] = ACTIONS(147), + [anon_sym_eNdwhIle] = ACTIONS(147), + [anon_sym_eNdwhIlE] = ACTIONS(147), + [anon_sym_eNdwhILe] = ACTIONS(147), + [anon_sym_eNdwhILE] = ACTIONS(147), + [anon_sym_eNdwHile] = ACTIONS(147), + [anon_sym_eNdwHilE] = ACTIONS(147), + [anon_sym_eNdwHiLe] = ACTIONS(147), + [anon_sym_eNdwHiLE] = ACTIONS(147), + [anon_sym_eNdwHIle] = ACTIONS(147), + [anon_sym_eNdwHIlE] = ACTIONS(147), + [anon_sym_eNdwHILe] = ACTIONS(147), + [anon_sym_eNdwHILE] = ACTIONS(147), + [anon_sym_eNdWhile] = ACTIONS(147), + [anon_sym_eNdWhilE] = ACTIONS(147), + [anon_sym_eNdWhiLe] = ACTIONS(147), + [anon_sym_eNdWhiLE] = ACTIONS(147), + [anon_sym_eNdWhIle] = ACTIONS(147), + [anon_sym_eNdWhIlE] = ACTIONS(147), + [anon_sym_eNdWhILe] = ACTIONS(147), + [anon_sym_eNdWhILE] = ACTIONS(147), + [anon_sym_eNdWHile] = ACTIONS(147), + [anon_sym_eNdWHilE] = ACTIONS(147), + [anon_sym_eNdWHiLe] = ACTIONS(147), + [anon_sym_eNdWHiLE] = ACTIONS(147), + [anon_sym_eNdWHIle] = ACTIONS(147), + [anon_sym_eNdWHIlE] = ACTIONS(147), + [anon_sym_eNdWHILe] = ACTIONS(147), + [anon_sym_eNdWHILE] = ACTIONS(147), + [anon_sym_eNDwhile] = ACTIONS(147), + [anon_sym_eNDwhilE] = ACTIONS(147), + [anon_sym_eNDwhiLe] = ACTIONS(147), + [anon_sym_eNDwhiLE] = ACTIONS(147), + [anon_sym_eNDwhIle] = ACTIONS(147), + [anon_sym_eNDwhIlE] = ACTIONS(147), + [anon_sym_eNDwhILe] = ACTIONS(147), + [anon_sym_eNDwhILE] = ACTIONS(147), + [anon_sym_eNDwHile] = ACTIONS(147), + [anon_sym_eNDwHilE] = ACTIONS(147), + [anon_sym_eNDwHiLe] = ACTIONS(147), + [anon_sym_eNDwHiLE] = ACTIONS(147), + [anon_sym_eNDwHIle] = ACTIONS(147), + [anon_sym_eNDwHIlE] = ACTIONS(147), + [anon_sym_eNDwHILe] = ACTIONS(147), + [anon_sym_eNDwHILE] = ACTIONS(147), + [anon_sym_eNDWhile] = ACTIONS(147), + [anon_sym_eNDWhilE] = ACTIONS(147), + [anon_sym_eNDWhiLe] = ACTIONS(147), + [anon_sym_eNDWhiLE] = ACTIONS(147), + [anon_sym_eNDWhIle] = ACTIONS(147), + [anon_sym_eNDWhIlE] = ACTIONS(147), + [anon_sym_eNDWhILe] = ACTIONS(147), + [anon_sym_eNDWhILE] = ACTIONS(147), + [anon_sym_eNDWHile] = ACTIONS(147), + [anon_sym_eNDWHilE] = ACTIONS(147), + [anon_sym_eNDWHiLe] = ACTIONS(147), + [anon_sym_eNDWHiLE] = ACTIONS(147), + [anon_sym_eNDWHIle] = ACTIONS(147), + [anon_sym_eNDWHIlE] = ACTIONS(147), + [anon_sym_eNDWHILe] = ACTIONS(147), + [anon_sym_eNDWHILE] = ACTIONS(147), + [anon_sym_Endwhile] = ACTIONS(147), + [anon_sym_EndwhilE] = ACTIONS(147), + [anon_sym_EndwhiLe] = ACTIONS(147), + [anon_sym_EndwhiLE] = ACTIONS(147), + [anon_sym_EndwhIle] = ACTIONS(147), + [anon_sym_EndwhIlE] = ACTIONS(147), + [anon_sym_EndwhILe] = ACTIONS(147), + [anon_sym_EndwhILE] = ACTIONS(147), + [anon_sym_EndwHile] = ACTIONS(147), + [anon_sym_EndwHilE] = ACTIONS(147), + [anon_sym_EndwHiLe] = ACTIONS(147), + [anon_sym_EndwHiLE] = ACTIONS(147), + [anon_sym_EndwHIle] = ACTIONS(147), + [anon_sym_EndwHIlE] = ACTIONS(147), + [anon_sym_EndwHILe] = ACTIONS(147), + [anon_sym_EndwHILE] = ACTIONS(147), + [anon_sym_EndWhile] = ACTIONS(147), + [anon_sym_EndWhilE] = ACTIONS(147), + [anon_sym_EndWhiLe] = ACTIONS(147), + [anon_sym_EndWhiLE] = ACTIONS(147), + [anon_sym_EndWhIle] = ACTIONS(147), + [anon_sym_EndWhIlE] = ACTIONS(147), + [anon_sym_EndWhILe] = ACTIONS(147), + [anon_sym_EndWhILE] = ACTIONS(147), + [anon_sym_EndWHile] = ACTIONS(147), + [anon_sym_EndWHilE] = ACTIONS(147), + [anon_sym_EndWHiLe] = ACTIONS(147), + [anon_sym_EndWHiLE] = ACTIONS(147), + [anon_sym_EndWHIle] = ACTIONS(147), + [anon_sym_EndWHIlE] = ACTIONS(147), + [anon_sym_EndWHILe] = ACTIONS(147), + [anon_sym_EndWHILE] = ACTIONS(147), + [anon_sym_EnDwhile] = ACTIONS(147), + [anon_sym_EnDwhilE] = ACTIONS(147), + [anon_sym_EnDwhiLe] = ACTIONS(147), + [anon_sym_EnDwhiLE] = ACTIONS(147), + [anon_sym_EnDwhIle] = ACTIONS(147), + [anon_sym_EnDwhIlE] = ACTIONS(147), + [anon_sym_EnDwhILe] = ACTIONS(147), + [anon_sym_EnDwhILE] = ACTIONS(147), + [anon_sym_EnDwHile] = ACTIONS(147), + [anon_sym_EnDwHilE] = ACTIONS(147), + [anon_sym_EnDwHiLe] = ACTIONS(147), + [anon_sym_EnDwHiLE] = ACTIONS(147), + [anon_sym_EnDwHIle] = ACTIONS(147), + [anon_sym_EnDwHIlE] = ACTIONS(147), + [anon_sym_EnDwHILe] = ACTIONS(147), + [anon_sym_EnDwHILE] = ACTIONS(147), + [anon_sym_EnDWhile] = ACTIONS(147), + [anon_sym_EnDWhilE] = ACTIONS(147), + [anon_sym_EnDWhiLe] = ACTIONS(147), + [anon_sym_EnDWhiLE] = ACTIONS(147), + [anon_sym_EnDWhIle] = ACTIONS(147), + [anon_sym_EnDWhIlE] = ACTIONS(147), + [anon_sym_EnDWhILe] = ACTIONS(147), + [anon_sym_EnDWhILE] = ACTIONS(147), + [anon_sym_EnDWHile] = ACTIONS(147), + [anon_sym_EnDWHilE] = ACTIONS(147), + [anon_sym_EnDWHiLe] = ACTIONS(147), + [anon_sym_EnDWHiLE] = ACTIONS(147), + [anon_sym_EnDWHIle] = ACTIONS(147), + [anon_sym_EnDWHIlE] = ACTIONS(147), + [anon_sym_EnDWHILe] = ACTIONS(147), + [anon_sym_EnDWHILE] = ACTIONS(147), + [anon_sym_ENdwhile] = ACTIONS(147), + [anon_sym_ENdwhilE] = ACTIONS(147), + [anon_sym_ENdwhiLe] = ACTIONS(147), + [anon_sym_ENdwhiLE] = ACTIONS(147), + [anon_sym_ENdwhIle] = ACTIONS(147), + [anon_sym_ENdwhIlE] = ACTIONS(147), + [anon_sym_ENdwhILe] = ACTIONS(147), + [anon_sym_ENdwhILE] = ACTIONS(147), + [anon_sym_ENdwHile] = ACTIONS(147), + [anon_sym_ENdwHilE] = ACTIONS(147), + [anon_sym_ENdwHiLe] = ACTIONS(147), + [anon_sym_ENdwHiLE] = ACTIONS(147), + [anon_sym_ENdwHIle] = ACTIONS(147), + [anon_sym_ENdwHIlE] = ACTIONS(147), + [anon_sym_ENdwHILe] = ACTIONS(147), + [anon_sym_ENdwHILE] = ACTIONS(147), + [anon_sym_ENdWhile] = ACTIONS(147), + [anon_sym_ENdWhilE] = ACTIONS(147), + [anon_sym_ENdWhiLe] = ACTIONS(147), + [anon_sym_ENdWhiLE] = ACTIONS(147), + [anon_sym_ENdWhIle] = ACTIONS(147), + [anon_sym_ENdWhIlE] = ACTIONS(147), + [anon_sym_ENdWhILe] = ACTIONS(147), + [anon_sym_ENdWhILE] = ACTIONS(147), + [anon_sym_ENdWHile] = ACTIONS(147), + [anon_sym_ENdWHilE] = ACTIONS(147), + [anon_sym_ENdWHiLe] = ACTIONS(147), + [anon_sym_ENdWHiLE] = ACTIONS(147), + [anon_sym_ENdWHIle] = ACTIONS(147), + [anon_sym_ENdWHIlE] = ACTIONS(147), + [anon_sym_ENdWHILe] = ACTIONS(147), + [anon_sym_ENdWHILE] = ACTIONS(147), + [anon_sym_ENDwhile] = ACTIONS(147), + [anon_sym_ENDwhilE] = ACTIONS(147), + [anon_sym_ENDwhiLe] = ACTIONS(147), + [anon_sym_ENDwhiLE] = ACTIONS(147), + [anon_sym_ENDwhIle] = ACTIONS(147), + [anon_sym_ENDwhIlE] = ACTIONS(147), + [anon_sym_ENDwhILe] = ACTIONS(147), + [anon_sym_ENDwhILE] = ACTIONS(147), + [anon_sym_ENDwHile] = ACTIONS(147), + [anon_sym_ENDwHilE] = ACTIONS(147), + [anon_sym_ENDwHiLe] = ACTIONS(147), + [anon_sym_ENDwHiLE] = ACTIONS(147), + [anon_sym_ENDwHIle] = ACTIONS(147), + [anon_sym_ENDwHIlE] = ACTIONS(147), + [anon_sym_ENDwHILe] = ACTIONS(147), + [anon_sym_ENDwHILE] = ACTIONS(147), + [anon_sym_ENDWhile] = ACTIONS(147), + [anon_sym_ENDWhilE] = ACTIONS(147), + [anon_sym_ENDWhiLe] = ACTIONS(147), + [anon_sym_ENDWhiLE] = ACTIONS(147), + [anon_sym_ENDWhIle] = ACTIONS(147), + [anon_sym_ENDWhIlE] = ACTIONS(147), + [anon_sym_ENDWhILe] = ACTIONS(147), + [anon_sym_ENDWhILE] = ACTIONS(147), + [anon_sym_ENDWHile] = ACTIONS(147), + [anon_sym_ENDWHilE] = ACTIONS(147), + [anon_sym_ENDWHiLe] = ACTIONS(147), + [anon_sym_ENDWHiLE] = ACTIONS(147), + [anon_sym_ENDWHIle] = ACTIONS(147), + [anon_sym_ENDWHIlE] = ACTIONS(147), + [anon_sym_ENDWHILe] = ACTIONS(147), + [anon_sym_ENDWHILE] = ACTIONS(147), + [anon_sym_detector] = ACTIONS(155), + [anon_sym_detectoR] = ACTIONS(155), + [anon_sym_detectOr] = ACTIONS(155), + [anon_sym_detectOR] = ACTIONS(155), + [anon_sym_detecTor] = ACTIONS(155), + [anon_sym_detecToR] = ACTIONS(155), + [anon_sym_detecTOr] = ACTIONS(155), + [anon_sym_detecTOR] = ACTIONS(155), + [anon_sym_deteCtor] = ACTIONS(155), + [anon_sym_deteCtoR] = ACTIONS(155), + [anon_sym_deteCtOr] = ACTIONS(155), + [anon_sym_deteCtOR] = ACTIONS(155), + [anon_sym_deteCTor] = ACTIONS(155), + [anon_sym_deteCToR] = ACTIONS(155), + [anon_sym_deteCTOr] = ACTIONS(155), + [anon_sym_deteCTOR] = ACTIONS(155), + [anon_sym_detEctor] = ACTIONS(155), + [anon_sym_detEctoR] = ACTIONS(155), + [anon_sym_detEctOr] = ACTIONS(155), + [anon_sym_detEctOR] = ACTIONS(155), + [anon_sym_detEcTor] = ACTIONS(155), + [anon_sym_detEcToR] = ACTIONS(155), + [anon_sym_detEcTOr] = ACTIONS(155), + [anon_sym_detEcTOR] = ACTIONS(155), + [anon_sym_detECtor] = ACTIONS(155), + [anon_sym_detECtoR] = ACTIONS(155), + [anon_sym_detECtOr] = ACTIONS(155), + [anon_sym_detECtOR] = ACTIONS(155), + [anon_sym_detECTor] = ACTIONS(155), + [anon_sym_detECToR] = ACTIONS(155), + [anon_sym_detECTOr] = ACTIONS(155), + [anon_sym_detECTOR] = ACTIONS(155), + [anon_sym_deTector] = ACTIONS(155), + [anon_sym_deTectoR] = ACTIONS(155), + [anon_sym_deTectOr] = ACTIONS(155), + [anon_sym_deTectOR] = ACTIONS(155), + [anon_sym_deTecTor] = ACTIONS(155), + [anon_sym_deTecToR] = ACTIONS(155), + [anon_sym_deTecTOr] = ACTIONS(155), + [anon_sym_deTecTOR] = ACTIONS(155), + [anon_sym_deTeCtor] = ACTIONS(155), + [anon_sym_deTeCtoR] = ACTIONS(155), + [anon_sym_deTeCtOr] = ACTIONS(155), + [anon_sym_deTeCtOR] = ACTIONS(155), + [anon_sym_deTeCTor] = ACTIONS(155), + [anon_sym_deTeCToR] = ACTIONS(155), + [anon_sym_deTeCTOr] = ACTIONS(155), + [anon_sym_deTeCTOR] = ACTIONS(155), + [anon_sym_deTEctor] = ACTIONS(155), + [anon_sym_deTEctoR] = ACTIONS(155), + [anon_sym_deTEctOr] = ACTIONS(155), + [anon_sym_deTEctOR] = ACTIONS(155), + [anon_sym_deTEcTor] = ACTIONS(155), + [anon_sym_deTEcToR] = ACTIONS(155), + [anon_sym_deTEcTOr] = ACTIONS(155), + [anon_sym_deTEcTOR] = ACTIONS(155), + [anon_sym_deTECtor] = ACTIONS(155), + [anon_sym_deTECtoR] = ACTIONS(155), + [anon_sym_deTECtOr] = ACTIONS(155), + [anon_sym_deTECtOR] = ACTIONS(155), + [anon_sym_deTECTor] = ACTIONS(155), + [anon_sym_deTECToR] = ACTIONS(155), + [anon_sym_deTECTOr] = ACTIONS(155), + [anon_sym_deTECTOR] = ACTIONS(155), + [anon_sym_dEtector] = ACTIONS(155), + [anon_sym_dEtectoR] = ACTIONS(155), + [anon_sym_dEtectOr] = ACTIONS(155), + [anon_sym_dEtectOR] = ACTIONS(155), + [anon_sym_dEtecTor] = ACTIONS(155), + [anon_sym_dEtecToR] = ACTIONS(155), + [anon_sym_dEtecTOr] = ACTIONS(155), + [anon_sym_dEtecTOR] = ACTIONS(155), + [anon_sym_dEteCtor] = ACTIONS(155), + [anon_sym_dEteCtoR] = ACTIONS(155), + [anon_sym_dEteCtOr] = ACTIONS(155), + [anon_sym_dEteCtOR] = ACTIONS(155), + [anon_sym_dEteCTor] = ACTIONS(155), + [anon_sym_dEteCToR] = ACTIONS(155), + [anon_sym_dEteCTOr] = ACTIONS(155), + [anon_sym_dEteCTOR] = ACTIONS(155), + [anon_sym_dEtEctor] = ACTIONS(155), + [anon_sym_dEtEctoR] = ACTIONS(155), + [anon_sym_dEtEctOr] = ACTIONS(155), + [anon_sym_dEtEctOR] = ACTIONS(155), + [anon_sym_dEtEcTor] = ACTIONS(155), + [anon_sym_dEtEcToR] = ACTIONS(155), + [anon_sym_dEtEcTOr] = ACTIONS(155), + [anon_sym_dEtEcTOR] = ACTIONS(155), + [anon_sym_dEtECtor] = ACTIONS(155), + [anon_sym_dEtECtoR] = ACTIONS(155), + [anon_sym_dEtECtOr] = ACTIONS(155), + [anon_sym_dEtECtOR] = ACTIONS(155), + [anon_sym_dEtECTor] = ACTIONS(155), + [anon_sym_dEtECToR] = ACTIONS(155), + [anon_sym_dEtECTOr] = ACTIONS(155), + [anon_sym_dEtECTOR] = ACTIONS(155), + [anon_sym_dETector] = ACTIONS(155), + [anon_sym_dETectoR] = ACTIONS(155), + [anon_sym_dETectOr] = ACTIONS(155), + [anon_sym_dETectOR] = ACTIONS(155), + [anon_sym_dETecTor] = ACTIONS(155), + [anon_sym_dETecToR] = ACTIONS(155), + [anon_sym_dETecTOr] = ACTIONS(155), + [anon_sym_dETecTOR] = ACTIONS(155), + [anon_sym_dETeCtor] = ACTIONS(155), + [anon_sym_dETeCtoR] = ACTIONS(155), + [anon_sym_dETeCtOr] = ACTIONS(155), + [anon_sym_dETeCtOR] = ACTIONS(155), + [anon_sym_dETeCTor] = ACTIONS(155), + [anon_sym_dETeCToR] = ACTIONS(155), + [anon_sym_dETeCTOr] = ACTIONS(155), + [anon_sym_dETeCTOR] = ACTIONS(155), + [anon_sym_dETEctor] = ACTIONS(155), + [anon_sym_dETEctoR] = ACTIONS(155), + [anon_sym_dETEctOr] = ACTIONS(155), + [anon_sym_dETEctOR] = ACTIONS(155), + [anon_sym_dETEcTor] = ACTIONS(155), + [anon_sym_dETEcToR] = ACTIONS(155), + [anon_sym_dETEcTOr] = ACTIONS(155), + [anon_sym_dETEcTOR] = ACTIONS(155), + [anon_sym_dETECtor] = ACTIONS(155), + [anon_sym_dETECtoR] = ACTIONS(155), + [anon_sym_dETECtOr] = ACTIONS(155), + [anon_sym_dETECtOR] = ACTIONS(155), + [anon_sym_dETECTor] = ACTIONS(155), + [anon_sym_dETECToR] = ACTIONS(155), + [anon_sym_dETECTOr] = ACTIONS(155), + [anon_sym_dETECTOR] = ACTIONS(155), + [anon_sym_Detector] = ACTIONS(155), + [anon_sym_DetectoR] = ACTIONS(155), + [anon_sym_DetectOr] = ACTIONS(155), + [anon_sym_DetectOR] = ACTIONS(155), + [anon_sym_DetecTor] = ACTIONS(155), + [anon_sym_DetecToR] = ACTIONS(155), + [anon_sym_DetecTOr] = ACTIONS(155), + [anon_sym_DetecTOR] = ACTIONS(155), + [anon_sym_DeteCtor] = ACTIONS(155), + [anon_sym_DeteCtoR] = ACTIONS(155), + [anon_sym_DeteCtOr] = ACTIONS(155), + [anon_sym_DeteCtOR] = ACTIONS(155), + [anon_sym_DeteCTor] = ACTIONS(155), + [anon_sym_DeteCToR] = ACTIONS(155), + [anon_sym_DeteCTOr] = ACTIONS(155), + [anon_sym_DeteCTOR] = ACTIONS(155), + [anon_sym_DetEctor] = ACTIONS(155), + [anon_sym_DetEctoR] = ACTIONS(155), + [anon_sym_DetEctOr] = ACTIONS(155), + [anon_sym_DetEctOR] = ACTIONS(155), + [anon_sym_DetEcTor] = ACTIONS(155), + [anon_sym_DetEcToR] = ACTIONS(155), + [anon_sym_DetEcTOr] = ACTIONS(155), + [anon_sym_DetEcTOR] = ACTIONS(155), + [anon_sym_DetECtor] = ACTIONS(155), + [anon_sym_DetECtoR] = ACTIONS(155), + [anon_sym_DetECtOr] = ACTIONS(155), + [anon_sym_DetECtOR] = ACTIONS(155), + [anon_sym_DetECTor] = ACTIONS(155), + [anon_sym_DetECToR] = ACTIONS(155), + [anon_sym_DetECTOr] = ACTIONS(155), + [anon_sym_DetECTOR] = ACTIONS(155), + [anon_sym_DeTector] = ACTIONS(155), + [anon_sym_DeTectoR] = ACTIONS(155), + [anon_sym_DeTectOr] = ACTIONS(155), + [anon_sym_DeTectOR] = ACTIONS(155), + [anon_sym_DeTecTor] = ACTIONS(155), + [anon_sym_DeTecToR] = ACTIONS(155), + [anon_sym_DeTecTOr] = ACTIONS(155), + [anon_sym_DeTecTOR] = ACTIONS(155), + [anon_sym_DeTeCtor] = ACTIONS(155), + [anon_sym_DeTeCtoR] = ACTIONS(155), + [anon_sym_DeTeCtOr] = ACTIONS(155), + [anon_sym_DeTeCtOR] = ACTIONS(155), + [anon_sym_DeTeCTor] = ACTIONS(155), + [anon_sym_DeTeCToR] = ACTIONS(155), + [anon_sym_DeTeCTOr] = ACTIONS(155), + [anon_sym_DeTeCTOR] = ACTIONS(155), + [anon_sym_DeTEctor] = ACTIONS(155), + [anon_sym_DeTEctoR] = ACTIONS(155), + [anon_sym_DeTEctOr] = ACTIONS(155), + [anon_sym_DeTEctOR] = ACTIONS(155), + [anon_sym_DeTEcTor] = ACTIONS(155), + [anon_sym_DeTEcToR] = ACTIONS(155), + [anon_sym_DeTEcTOr] = ACTIONS(155), + [anon_sym_DeTEcTOR] = ACTIONS(155), + [anon_sym_DeTECtor] = ACTIONS(155), + [anon_sym_DeTECtoR] = ACTIONS(155), + [anon_sym_DeTECtOr] = ACTIONS(155), + [anon_sym_DeTECtOR] = ACTIONS(155), + [anon_sym_DeTECTor] = ACTIONS(155), + [anon_sym_DeTECToR] = ACTIONS(155), + [anon_sym_DeTECTOr] = ACTIONS(155), + [anon_sym_DeTECTOR] = ACTIONS(155), + [anon_sym_DEtector] = ACTIONS(155), + [anon_sym_DEtectoR] = ACTIONS(155), + [anon_sym_DEtectOr] = ACTIONS(155), + [anon_sym_DEtectOR] = ACTIONS(155), + [anon_sym_DEtecTor] = ACTIONS(155), + [anon_sym_DEtecToR] = ACTIONS(155), + [anon_sym_DEtecTOr] = ACTIONS(155), + [anon_sym_DEtecTOR] = ACTIONS(155), + [anon_sym_DEteCtor] = ACTIONS(155), + [anon_sym_DEteCtoR] = ACTIONS(155), + [anon_sym_DEteCtOr] = ACTIONS(155), + [anon_sym_DEteCtOR] = ACTIONS(155), + [anon_sym_DEteCTor] = ACTIONS(155), + [anon_sym_DEteCToR] = ACTIONS(155), + [anon_sym_DEteCTOr] = ACTIONS(155), + [anon_sym_DEteCTOR] = ACTIONS(155), + [anon_sym_DEtEctor] = ACTIONS(155), + [anon_sym_DEtEctoR] = ACTIONS(155), + [anon_sym_DEtEctOr] = ACTIONS(155), + [anon_sym_DEtEctOR] = ACTIONS(155), + [anon_sym_DEtEcTor] = ACTIONS(155), + [anon_sym_DEtEcToR] = ACTIONS(155), + [anon_sym_DEtEcTOr] = ACTIONS(155), + [anon_sym_DEtEcTOR] = ACTIONS(155), + [anon_sym_DEtECtor] = ACTIONS(155), + [anon_sym_DEtECtoR] = ACTIONS(155), + [anon_sym_DEtECtOr] = ACTIONS(155), + [anon_sym_DEtECtOR] = ACTIONS(155), + [anon_sym_DEtECTor] = ACTIONS(155), + [anon_sym_DEtECToR] = ACTIONS(155), + [anon_sym_DEtECTOr] = ACTIONS(155), + [anon_sym_DEtECTOR] = ACTIONS(155), + [anon_sym_DETector] = ACTIONS(155), + [anon_sym_DETectoR] = ACTIONS(155), + [anon_sym_DETectOr] = ACTIONS(155), + [anon_sym_DETectOR] = ACTIONS(155), + [anon_sym_DETecTor] = ACTIONS(155), + [anon_sym_DETecToR] = ACTIONS(155), + [anon_sym_DETecTOr] = ACTIONS(155), + [anon_sym_DETecTOR] = ACTIONS(155), + [anon_sym_DETeCtor] = ACTIONS(155), + [anon_sym_DETeCtoR] = ACTIONS(155), + [anon_sym_DETeCtOr] = ACTIONS(155), + [anon_sym_DETeCtOR] = ACTIONS(155), + [anon_sym_DETeCTor] = ACTIONS(155), + [anon_sym_DETeCToR] = ACTIONS(155), + [anon_sym_DETeCTOr] = ACTIONS(155), + [anon_sym_DETeCTOR] = ACTIONS(155), + [anon_sym_DETEctor] = ACTIONS(155), + [anon_sym_DETEctoR] = ACTIONS(155), + [anon_sym_DETEctOr] = ACTIONS(155), + [anon_sym_DETEctOR] = ACTIONS(155), + [anon_sym_DETEcTor] = ACTIONS(155), + [anon_sym_DETEcToR] = ACTIONS(155), + [anon_sym_DETEcTOr] = ACTIONS(155), + [anon_sym_DETEcTOR] = ACTIONS(155), + [anon_sym_DETECtor] = ACTIONS(155), + [anon_sym_DETECtoR] = ACTIONS(155), + [anon_sym_DETECtOr] = ACTIONS(155), + [anon_sym_DETECtOR] = ACTIONS(155), + [anon_sym_DETECTor] = ACTIONS(155), + [anon_sym_DETECToR] = ACTIONS(155), + [anon_sym_DETECTOr] = ACTIONS(155), + [anon_sym_DETECTOR] = ACTIONS(155), + [anon_sym_invoke] = ACTIONS(158), + [anon_sym_invokE] = ACTIONS(158), + [anon_sym_invoKe] = ACTIONS(158), + [anon_sym_invoKE] = ACTIONS(158), + [anon_sym_invOke] = ACTIONS(158), + [anon_sym_invOkE] = ACTIONS(158), + [anon_sym_invOKe] = ACTIONS(158), + [anon_sym_invOKE] = ACTIONS(158), + [anon_sym_inVoke] = ACTIONS(158), + [anon_sym_inVokE] = ACTIONS(158), + [anon_sym_inVoKe] = ACTIONS(158), + [anon_sym_inVoKE] = ACTIONS(158), + [anon_sym_inVOke] = ACTIONS(158), + [anon_sym_inVOkE] = ACTIONS(158), + [anon_sym_inVOKe] = ACTIONS(158), + [anon_sym_inVOKE] = ACTIONS(158), + [anon_sym_iNvoke] = ACTIONS(158), + [anon_sym_iNvokE] = ACTIONS(158), + [anon_sym_iNvoKe] = ACTIONS(158), + [anon_sym_iNvoKE] = ACTIONS(158), + [anon_sym_iNvOke] = ACTIONS(158), + [anon_sym_iNvOkE] = ACTIONS(158), + [anon_sym_iNvOKe] = ACTIONS(158), + [anon_sym_iNvOKE] = ACTIONS(158), + [anon_sym_iNVoke] = ACTIONS(158), + [anon_sym_iNVokE] = ACTIONS(158), + [anon_sym_iNVoKe] = ACTIONS(158), + [anon_sym_iNVoKE] = ACTIONS(158), + [anon_sym_iNVOke] = ACTIONS(158), + [anon_sym_iNVOkE] = ACTIONS(158), + [anon_sym_iNVOKe] = ACTIONS(158), + [anon_sym_iNVOKE] = ACTIONS(158), + [anon_sym_Invoke] = ACTIONS(158), + [anon_sym_InvokE] = ACTIONS(158), + [anon_sym_InvoKe] = ACTIONS(158), + [anon_sym_InvoKE] = ACTIONS(158), + [anon_sym_InvOke] = ACTIONS(158), + [anon_sym_InvOkE] = ACTIONS(158), + [anon_sym_InvOKe] = ACTIONS(158), + [anon_sym_InvOKE] = ACTIONS(158), + [anon_sym_InVoke] = ACTIONS(158), + [anon_sym_InVokE] = ACTIONS(158), + [anon_sym_InVoKe] = ACTIONS(158), + [anon_sym_InVoKE] = ACTIONS(158), + [anon_sym_InVOke] = ACTIONS(158), + [anon_sym_InVOkE] = ACTIONS(158), + [anon_sym_InVOKe] = ACTIONS(158), + [anon_sym_InVOKE] = ACTIONS(158), + [anon_sym_INvoke] = ACTIONS(158), + [anon_sym_INvokE] = ACTIONS(158), + [anon_sym_INvoKe] = ACTIONS(158), + [anon_sym_INvoKE] = ACTIONS(158), + [anon_sym_INvOke] = ACTIONS(158), + [anon_sym_INvOkE] = ACTIONS(158), + [anon_sym_INvOKe] = ACTIONS(158), + [anon_sym_INvOKE] = ACTIONS(158), + [anon_sym_INVoke] = ACTIONS(158), + [anon_sym_INVokE] = ACTIONS(158), + [anon_sym_INVoKe] = ACTIONS(158), + [anon_sym_INVoKE] = ACTIONS(158), + [anon_sym_INVOke] = ACTIONS(158), + [anon_sym_INVOkE] = ACTIONS(158), + [anon_sym_INVOKe] = ACTIONS(158), + [anon_sym_INVOKE] = ACTIONS(158), + [anon_sym_select] = ACTIONS(161), + [anon_sym_selecT] = ACTIONS(161), + [anon_sym_seleCt] = ACTIONS(161), + [anon_sym_seleCT] = ACTIONS(161), + [anon_sym_selEct] = ACTIONS(161), + [anon_sym_selEcT] = ACTIONS(161), + [anon_sym_selECt] = ACTIONS(161), + [anon_sym_selECT] = ACTIONS(161), + [anon_sym_seLect] = ACTIONS(161), + [anon_sym_seLecT] = ACTIONS(161), + [anon_sym_seLeCt] = ACTIONS(161), + [anon_sym_seLeCT] = ACTIONS(161), + [anon_sym_seLEct] = ACTIONS(161), + [anon_sym_seLEcT] = ACTIONS(161), + [anon_sym_seLECt] = ACTIONS(161), + [anon_sym_seLECT] = ACTIONS(161), + [anon_sym_sElect] = ACTIONS(161), + [anon_sym_sElecT] = ACTIONS(161), + [anon_sym_sEleCt] = ACTIONS(161), + [anon_sym_sEleCT] = ACTIONS(161), + [anon_sym_sElEct] = ACTIONS(161), + [anon_sym_sElEcT] = ACTIONS(161), + [anon_sym_sElECt] = ACTIONS(161), + [anon_sym_sElECT] = ACTIONS(161), + [anon_sym_sELect] = ACTIONS(161), + [anon_sym_sELecT] = ACTIONS(161), + [anon_sym_sELeCt] = ACTIONS(161), + [anon_sym_sELeCT] = ACTIONS(161), + [anon_sym_sELEct] = ACTIONS(161), + [anon_sym_sELEcT] = ACTIONS(161), + [anon_sym_sELECt] = ACTIONS(161), + [anon_sym_sELECT] = ACTIONS(161), + [anon_sym_Select] = ACTIONS(161), + [anon_sym_SelecT] = ACTIONS(161), + [anon_sym_SeleCt] = ACTIONS(161), + [anon_sym_SeleCT] = ACTIONS(161), + [anon_sym_SelEct] = ACTIONS(161), + [anon_sym_SelEcT] = ACTIONS(161), + [anon_sym_SelECt] = ACTIONS(161), + [anon_sym_SelECT] = ACTIONS(161), + [anon_sym_SeLect] = ACTIONS(161), + [anon_sym_SeLecT] = ACTIONS(161), + [anon_sym_SeLeCt] = ACTIONS(161), + [anon_sym_SeLeCT] = ACTIONS(161), + [anon_sym_SeLEct] = ACTIONS(161), + [anon_sym_SeLEcT] = ACTIONS(161), + [anon_sym_SeLECt] = ACTIONS(161), + [anon_sym_SeLECT] = ACTIONS(161), + [anon_sym_SElect] = ACTIONS(161), + [anon_sym_SElecT] = ACTIONS(161), + [anon_sym_SEleCt] = ACTIONS(161), + [anon_sym_SEleCT] = ACTIONS(161), + [anon_sym_SElEct] = ACTIONS(161), + [anon_sym_SElEcT] = ACTIONS(161), + [anon_sym_SElECt] = ACTIONS(161), + [anon_sym_SElECT] = ACTIONS(161), + [anon_sym_SELect] = ACTIONS(161), + [anon_sym_SELecT] = ACTIONS(161), + [anon_sym_SELeCt] = ACTIONS(161), + [anon_sym_SELeCT] = ACTIONS(161), + [anon_sym_SELEct] = ACTIONS(161), + [anon_sym_SELEcT] = ACTIONS(161), + [anon_sym_SELECt] = ACTIONS(161), + [anon_sym_SELECT] = ACTIONS(161), + }, + [31] = { + [sym_comment] = STATE(31), + [sym_identifier] = ACTIONS(164), + [anon_sym_POUND] = ACTIONS(3), + [sym_variable] = ACTIONS(166), + [anon_sym_action] = ACTIONS(164), + [anon_sym_actioN] = ACTIONS(164), + [anon_sym_actiOn] = ACTIONS(164), + [anon_sym_actiON] = ACTIONS(164), + [anon_sym_actIon] = ACTIONS(164), + [anon_sym_actIoN] = ACTIONS(164), + [anon_sym_actIOn] = ACTIONS(164), + [anon_sym_actION] = ACTIONS(164), + [anon_sym_acTion] = ACTIONS(164), + [anon_sym_acTioN] = ACTIONS(164), + [anon_sym_acTiOn] = ACTIONS(164), + [anon_sym_acTiON] = ACTIONS(164), + [anon_sym_acTIon] = ACTIONS(164), + [anon_sym_acTIoN] = ACTIONS(164), + [anon_sym_acTIOn] = ACTIONS(164), + [anon_sym_acTION] = ACTIONS(164), + [anon_sym_aCtion] = ACTIONS(164), + [anon_sym_aCtioN] = ACTIONS(164), + [anon_sym_aCtiOn] = ACTIONS(164), + [anon_sym_aCtiON] = ACTIONS(164), + [anon_sym_aCtIon] = ACTIONS(164), + [anon_sym_aCtIoN] = ACTIONS(164), + [anon_sym_aCtIOn] = ACTIONS(164), + [anon_sym_aCtION] = ACTIONS(164), + [anon_sym_aCTion] = ACTIONS(164), + [anon_sym_aCTioN] = ACTIONS(164), + [anon_sym_aCTiOn] = ACTIONS(164), + [anon_sym_aCTiON] = ACTIONS(164), + [anon_sym_aCTIon] = ACTIONS(164), + [anon_sym_aCTIoN] = ACTIONS(164), + [anon_sym_aCTIOn] = ACTIONS(164), + [anon_sym_aCTION] = ACTIONS(164), + [anon_sym_Action] = ACTIONS(164), + [anon_sym_ActioN] = ACTIONS(164), + [anon_sym_ActiOn] = ACTIONS(164), + [anon_sym_ActiON] = ACTIONS(164), + [anon_sym_ActIon] = ACTIONS(164), + [anon_sym_ActIoN] = ACTIONS(164), + [anon_sym_ActIOn] = ACTIONS(164), + [anon_sym_ActION] = ACTIONS(164), + [anon_sym_AcTion] = ACTIONS(164), + [anon_sym_AcTioN] = ACTIONS(164), + [anon_sym_AcTiOn] = ACTIONS(164), + [anon_sym_AcTiON] = ACTIONS(164), + [anon_sym_AcTIon] = ACTIONS(164), + [anon_sym_AcTIoN] = ACTIONS(164), + [anon_sym_AcTIOn] = ACTIONS(164), + [anon_sym_AcTION] = ACTIONS(164), + [anon_sym_ACtion] = ACTIONS(164), + [anon_sym_ACtioN] = ACTIONS(164), + [anon_sym_ACtiOn] = ACTIONS(164), + [anon_sym_ACtiON] = ACTIONS(164), + [anon_sym_ACtIon] = ACTIONS(164), + [anon_sym_ACtIoN] = ACTIONS(164), + [anon_sym_ACtIOn] = ACTIONS(164), + [anon_sym_ACtION] = ACTIONS(164), + [anon_sym_ACTion] = ACTIONS(164), + [anon_sym_ACTioN] = ACTIONS(164), + [anon_sym_ACTiOn] = ACTIONS(164), + [anon_sym_ACTiON] = ACTIONS(164), + [anon_sym_ACTIon] = ACTIONS(164), + [anon_sym_ACTIoN] = ACTIONS(164), + [anon_sym_ACTIOn] = ACTIONS(164), + [anon_sym_ACTION] = ACTIONS(164), + [anon_sym_complete] = ACTIONS(164), + [anon_sym_completE] = ACTIONS(164), + [anon_sym_compleTe] = ACTIONS(164), + [anon_sym_compleTE] = ACTIONS(164), + [anon_sym_complEte] = ACTIONS(164), + [anon_sym_complEtE] = ACTIONS(164), + [anon_sym_complETe] = ACTIONS(164), + [anon_sym_complETE] = ACTIONS(164), + [anon_sym_compLete] = ACTIONS(164), + [anon_sym_compLetE] = ACTIONS(164), + [anon_sym_compLeTe] = ACTIONS(164), + [anon_sym_compLeTE] = ACTIONS(164), + [anon_sym_compLEte] = ACTIONS(164), + [anon_sym_compLEtE] = ACTIONS(164), + [anon_sym_compLETe] = ACTIONS(164), + [anon_sym_compLETE] = ACTIONS(164), + [anon_sym_comPlete] = ACTIONS(164), + [anon_sym_comPletE] = ACTIONS(164), + [anon_sym_comPleTe] = ACTIONS(164), + [anon_sym_comPleTE] = ACTIONS(164), + [anon_sym_comPlEte] = ACTIONS(164), + [anon_sym_comPlEtE] = ACTIONS(164), + [anon_sym_comPlETe] = ACTIONS(164), + [anon_sym_comPlETE] = ACTIONS(164), + [anon_sym_comPLete] = ACTIONS(164), + [anon_sym_comPLetE] = ACTIONS(164), + [anon_sym_comPLeTe] = ACTIONS(164), + [anon_sym_comPLeTE] = ACTIONS(164), + [anon_sym_comPLEte] = ACTIONS(164), + [anon_sym_comPLEtE] = ACTIONS(164), + [anon_sym_comPLETe] = ACTIONS(164), + [anon_sym_comPLETE] = ACTIONS(164), + [anon_sym_coMplete] = ACTIONS(164), + [anon_sym_coMpletE] = ACTIONS(164), + [anon_sym_coMpleTe] = ACTIONS(164), + [anon_sym_coMpleTE] = ACTIONS(164), + [anon_sym_coMplEte] = ACTIONS(164), + [anon_sym_coMplEtE] = ACTIONS(164), + [anon_sym_coMplETe] = ACTIONS(164), + [anon_sym_coMplETE] = ACTIONS(164), + [anon_sym_coMpLete] = ACTIONS(164), + [anon_sym_coMpLetE] = ACTIONS(164), + [anon_sym_coMpLeTe] = ACTIONS(164), + [anon_sym_coMpLeTE] = ACTIONS(164), + [anon_sym_coMpLEte] = ACTIONS(164), + [anon_sym_coMpLEtE] = ACTIONS(164), + [anon_sym_coMpLETe] = ACTIONS(164), + [anon_sym_coMpLETE] = ACTIONS(164), + [anon_sym_coMPlete] = ACTIONS(164), + [anon_sym_coMPletE] = ACTIONS(164), + [anon_sym_coMPleTe] = ACTIONS(164), + [anon_sym_coMPleTE] = ACTIONS(164), + [anon_sym_coMPlEte] = ACTIONS(164), + [anon_sym_coMPlEtE] = ACTIONS(164), + [anon_sym_coMPlETe] = ACTIONS(164), + [anon_sym_coMPlETE] = ACTIONS(164), + [anon_sym_coMPLete] = ACTIONS(164), + [anon_sym_coMPLetE] = ACTIONS(164), + [anon_sym_coMPLeTe] = ACTIONS(164), + [anon_sym_coMPLeTE] = ACTIONS(164), + [anon_sym_coMPLEte] = ACTIONS(164), + [anon_sym_coMPLEtE] = ACTIONS(164), + [anon_sym_coMPLETe] = ACTIONS(164), + [anon_sym_coMPLETE] = ACTIONS(164), + [anon_sym_cOmplete] = ACTIONS(164), + [anon_sym_cOmpletE] = ACTIONS(164), + [anon_sym_cOmpleTe] = ACTIONS(164), + [anon_sym_cOmpleTE] = ACTIONS(164), + [anon_sym_cOmplEte] = ACTIONS(164), + [anon_sym_cOmplEtE] = ACTIONS(164), + [anon_sym_cOmplETe] = ACTIONS(164), + [anon_sym_cOmplETE] = ACTIONS(164), + [anon_sym_cOmpLete] = ACTIONS(164), + [anon_sym_cOmpLetE] = ACTIONS(164), + [anon_sym_cOmpLeTe] = ACTIONS(164), + [anon_sym_cOmpLeTE] = ACTIONS(164), + [anon_sym_cOmpLEte] = ACTIONS(164), + [anon_sym_cOmpLEtE] = ACTIONS(164), + [anon_sym_cOmpLETe] = ACTIONS(164), + [anon_sym_cOmpLETE] = ACTIONS(164), + [anon_sym_cOmPlete] = ACTIONS(164), + [anon_sym_cOmPletE] = ACTIONS(164), + [anon_sym_cOmPleTe] = ACTIONS(164), + [anon_sym_cOmPleTE] = ACTIONS(164), + [anon_sym_cOmPlEte] = ACTIONS(164), + [anon_sym_cOmPlEtE] = ACTIONS(164), + [anon_sym_cOmPlETe] = ACTIONS(164), + [anon_sym_cOmPlETE] = ACTIONS(164), + [anon_sym_cOmPLete] = ACTIONS(164), + [anon_sym_cOmPLetE] = ACTIONS(164), + [anon_sym_cOmPLeTe] = ACTIONS(164), + [anon_sym_cOmPLeTE] = ACTIONS(164), + [anon_sym_cOmPLEte] = ACTIONS(164), + [anon_sym_cOmPLEtE] = ACTIONS(164), + [anon_sym_cOmPLETe] = ACTIONS(164), + [anon_sym_cOmPLETE] = ACTIONS(164), + [anon_sym_cOMplete] = ACTIONS(164), + [anon_sym_cOMpletE] = ACTIONS(164), + [anon_sym_cOMpleTe] = ACTIONS(164), + [anon_sym_cOMpleTE] = ACTIONS(164), + [anon_sym_cOMplEte] = ACTIONS(164), + [anon_sym_cOMplEtE] = ACTIONS(164), + [anon_sym_cOMplETe] = ACTIONS(164), + [anon_sym_cOMplETE] = ACTIONS(164), + [anon_sym_cOMpLete] = ACTIONS(164), + [anon_sym_cOMpLetE] = ACTIONS(164), + [anon_sym_cOMpLeTe] = ACTIONS(164), + [anon_sym_cOMpLeTE] = ACTIONS(164), + [anon_sym_cOMpLEte] = ACTIONS(164), + [anon_sym_cOMpLEtE] = ACTIONS(164), + [anon_sym_cOMpLETe] = ACTIONS(164), + [anon_sym_cOMpLETE] = ACTIONS(164), + [anon_sym_cOMPlete] = ACTIONS(164), + [anon_sym_cOMPletE] = ACTIONS(164), + [anon_sym_cOMPleTe] = ACTIONS(164), + [anon_sym_cOMPleTE] = ACTIONS(164), + [anon_sym_cOMPlEte] = ACTIONS(164), + [anon_sym_cOMPlEtE] = ACTIONS(164), + [anon_sym_cOMPlETe] = ACTIONS(164), + [anon_sym_cOMPlETE] = ACTIONS(164), + [anon_sym_cOMPLete] = ACTIONS(164), + [anon_sym_cOMPLetE] = ACTIONS(164), + [anon_sym_cOMPLeTe] = ACTIONS(164), + [anon_sym_cOMPLeTE] = ACTIONS(164), + [anon_sym_cOMPLEte] = ACTIONS(164), + [anon_sym_cOMPLEtE] = ACTIONS(164), + [anon_sym_cOMPLETe] = ACTIONS(164), + [anon_sym_cOMPLETE] = ACTIONS(164), + [anon_sym_Complete] = ACTIONS(164), + [anon_sym_CompletE] = ACTIONS(164), + [anon_sym_CompleTe] = ACTIONS(164), + [anon_sym_CompleTE] = ACTIONS(164), + [anon_sym_ComplEte] = ACTIONS(164), + [anon_sym_ComplEtE] = ACTIONS(164), + [anon_sym_ComplETe] = ACTIONS(164), + [anon_sym_ComplETE] = ACTIONS(164), + [anon_sym_CompLete] = ACTIONS(164), + [anon_sym_CompLetE] = ACTIONS(164), + [anon_sym_CompLeTe] = ACTIONS(164), + [anon_sym_CompLeTE] = ACTIONS(164), + [anon_sym_CompLEte] = ACTIONS(164), + [anon_sym_CompLEtE] = ACTIONS(164), + [anon_sym_CompLETe] = ACTIONS(164), + [anon_sym_CompLETE] = ACTIONS(164), + [anon_sym_ComPlete] = ACTIONS(164), + [anon_sym_ComPletE] = ACTIONS(164), + [anon_sym_ComPleTe] = ACTIONS(164), + [anon_sym_ComPleTE] = ACTIONS(164), + [anon_sym_ComPlEte] = ACTIONS(164), + [anon_sym_ComPlEtE] = ACTIONS(164), + [anon_sym_ComPlETe] = ACTIONS(164), + [anon_sym_ComPlETE] = ACTIONS(164), + [anon_sym_ComPLete] = ACTIONS(164), + [anon_sym_ComPLetE] = ACTIONS(164), + [anon_sym_ComPLeTe] = ACTIONS(164), + [anon_sym_ComPLeTE] = ACTIONS(164), + [anon_sym_ComPLEte] = ACTIONS(164), + [anon_sym_ComPLEtE] = ACTIONS(164), + [anon_sym_ComPLETe] = ACTIONS(164), + [anon_sym_ComPLETE] = ACTIONS(164), + [anon_sym_CoMplete] = ACTIONS(164), + [anon_sym_CoMpletE] = ACTIONS(164), + [anon_sym_CoMpleTe] = ACTIONS(164), + [anon_sym_CoMpleTE] = ACTIONS(164), + [anon_sym_CoMplEte] = ACTIONS(164), + [anon_sym_CoMplEtE] = ACTIONS(164), + [anon_sym_CoMplETe] = ACTIONS(164), + [anon_sym_CoMplETE] = ACTIONS(164), + [anon_sym_CoMpLete] = ACTIONS(164), + [anon_sym_CoMpLetE] = ACTIONS(164), + [anon_sym_CoMpLeTe] = ACTIONS(164), + [anon_sym_CoMpLeTE] = ACTIONS(164), + [anon_sym_CoMpLEte] = ACTIONS(164), + [anon_sym_CoMpLEtE] = ACTIONS(164), + [anon_sym_CoMpLETe] = ACTIONS(164), + [anon_sym_CoMpLETE] = ACTIONS(164), + [anon_sym_CoMPlete] = ACTIONS(164), + [anon_sym_CoMPletE] = ACTIONS(164), + [anon_sym_CoMPleTe] = ACTIONS(164), + [anon_sym_CoMPleTE] = ACTIONS(164), + [anon_sym_CoMPlEte] = ACTIONS(164), + [anon_sym_CoMPlEtE] = ACTIONS(164), + [anon_sym_CoMPlETe] = ACTIONS(164), + [anon_sym_CoMPlETE] = ACTIONS(164), + [anon_sym_CoMPLete] = ACTIONS(164), + [anon_sym_CoMPLetE] = ACTIONS(164), + [anon_sym_CoMPLeTe] = ACTIONS(164), + [anon_sym_CoMPLeTE] = ACTIONS(164), + [anon_sym_CoMPLEte] = ACTIONS(164), + [anon_sym_CoMPLEtE] = ACTIONS(164), + [anon_sym_CoMPLETe] = ACTIONS(164), + [anon_sym_CoMPLETE] = ACTIONS(164), + [anon_sym_COmplete] = ACTIONS(164), + [anon_sym_COmpletE] = ACTIONS(164), + [anon_sym_COmpleTe] = ACTIONS(164), + [anon_sym_COmpleTE] = ACTIONS(164), + [anon_sym_COmplEte] = ACTIONS(164), + [anon_sym_COmplEtE] = ACTIONS(164), + [anon_sym_COmplETe] = ACTIONS(164), + [anon_sym_COmplETE] = ACTIONS(164), + [anon_sym_COmpLete] = ACTIONS(164), + [anon_sym_COmpLetE] = ACTIONS(164), + [anon_sym_COmpLeTe] = ACTIONS(164), + [anon_sym_COmpLeTE] = ACTIONS(164), + [anon_sym_COmpLEte] = ACTIONS(164), + [anon_sym_COmpLEtE] = ACTIONS(164), + [anon_sym_COmpLETe] = ACTIONS(164), + [anon_sym_COmpLETE] = ACTIONS(164), + [anon_sym_COmPlete] = ACTIONS(164), + [anon_sym_COmPletE] = ACTIONS(164), + [anon_sym_COmPleTe] = ACTIONS(164), + [anon_sym_COmPleTE] = ACTIONS(164), + [anon_sym_COmPlEte] = ACTIONS(164), + [anon_sym_COmPlEtE] = ACTIONS(164), + [anon_sym_COmPlETe] = ACTIONS(164), + [anon_sym_COmPlETE] = ACTIONS(164), + [anon_sym_COmPLete] = ACTIONS(164), + [anon_sym_COmPLetE] = ACTIONS(164), + [anon_sym_COmPLeTe] = ACTIONS(164), + [anon_sym_COmPLeTE] = ACTIONS(164), + [anon_sym_COmPLEte] = ACTIONS(164), + [anon_sym_COmPLEtE] = ACTIONS(164), + [anon_sym_COmPLETe] = ACTIONS(164), + [anon_sym_COmPLETE] = ACTIONS(164), + [anon_sym_COMplete] = ACTIONS(164), + [anon_sym_COMpletE] = ACTIONS(164), + [anon_sym_COMpleTe] = ACTIONS(164), + [anon_sym_COMpleTE] = ACTIONS(164), + [anon_sym_COMplEte] = ACTIONS(164), + [anon_sym_COMplEtE] = ACTIONS(164), + [anon_sym_COMplETe] = ACTIONS(164), + [anon_sym_COMplETE] = ACTIONS(164), + [anon_sym_COMpLete] = ACTIONS(164), + [anon_sym_COMpLetE] = ACTIONS(164), + [anon_sym_COMpLeTe] = ACTIONS(164), + [anon_sym_COMpLeTE] = ACTIONS(164), + [anon_sym_COMpLEte] = ACTIONS(164), + [anon_sym_COMpLEtE] = ACTIONS(164), + [anon_sym_COMpLETe] = ACTIONS(164), + [anon_sym_COMpLETE] = ACTIONS(164), + [anon_sym_COMPlete] = ACTIONS(164), + [anon_sym_COMPletE] = ACTIONS(164), + [anon_sym_COMPleTe] = ACTIONS(164), + [anon_sym_COMPleTE] = ACTIONS(164), + [anon_sym_COMPlEte] = ACTIONS(164), + [anon_sym_COMPlEtE] = ACTIONS(164), + [anon_sym_COMPlETe] = ACTIONS(164), + [anon_sym_COMPlETE] = ACTIONS(164), + [anon_sym_COMPLete] = ACTIONS(164), + [anon_sym_COMPLetE] = ACTIONS(164), + [anon_sym_COMPLeTe] = ACTIONS(164), + [anon_sym_COMPLeTE] = ACTIONS(164), + [anon_sym_COMPLEte] = ACTIONS(164), + [anon_sym_COMPLEtE] = ACTIONS(164), + [anon_sym_COMPLETe] = ACTIONS(164), + [anon_sym_COMPLETE] = ACTIONS(164), + [anon_sym_if] = ACTIONS(164), + [anon_sym_iF] = ACTIONS(164), + [anon_sym_If] = ACTIONS(164), + [anon_sym_IF] = ACTIONS(164), + [anon_sym_else] = ACTIONS(164), + [anon_sym_elsE] = ACTIONS(164), + [anon_sym_elSe] = ACTIONS(164), + [anon_sym_elSE] = ACTIONS(164), + [anon_sym_eLse] = ACTIONS(164), + [anon_sym_eLsE] = ACTIONS(164), + [anon_sym_eLSe] = ACTIONS(164), + [anon_sym_eLSE] = ACTIONS(164), + [anon_sym_Else] = ACTIONS(164), + [anon_sym_ElsE] = ACTIONS(164), + [anon_sym_ElSe] = ACTIONS(164), + [anon_sym_ElSE] = ACTIONS(164), + [anon_sym_ELse] = ACTIONS(164), + [anon_sym_ELsE] = ACTIONS(164), + [anon_sym_ELSe] = ACTIONS(164), + [anon_sym_ELSE] = ACTIONS(164), + [anon_sym_elseif] = ACTIONS(164), + [anon_sym_elseiF] = ACTIONS(164), + [anon_sym_elseIf] = ACTIONS(164), + [anon_sym_elseIF] = ACTIONS(164), + [anon_sym_elsEif] = ACTIONS(164), + [anon_sym_elsEiF] = ACTIONS(164), + [anon_sym_elsEIf] = ACTIONS(164), + [anon_sym_elsEIF] = ACTIONS(164), + [anon_sym_elSeif] = ACTIONS(164), + [anon_sym_elSeiF] = ACTIONS(164), + [anon_sym_elSeIf] = ACTIONS(164), + [anon_sym_elSeIF] = ACTIONS(164), + [anon_sym_elSEif] = ACTIONS(164), + [anon_sym_elSEiF] = ACTIONS(164), + [anon_sym_elSEIf] = ACTIONS(164), + [anon_sym_elSEIF] = ACTIONS(164), + [anon_sym_eLseif] = ACTIONS(164), + [anon_sym_eLseiF] = ACTIONS(164), + [anon_sym_eLseIf] = ACTIONS(164), + [anon_sym_eLseIF] = ACTIONS(164), + [anon_sym_eLsEif] = ACTIONS(164), + [anon_sym_eLsEiF] = ACTIONS(164), + [anon_sym_eLsEIf] = ACTIONS(164), + [anon_sym_eLsEIF] = ACTIONS(164), + [anon_sym_eLSeif] = ACTIONS(164), + [anon_sym_eLSeiF] = ACTIONS(164), + [anon_sym_eLSeIf] = ACTIONS(164), + [anon_sym_eLSeIF] = ACTIONS(164), + [anon_sym_eLSEif] = ACTIONS(164), + [anon_sym_eLSEiF] = ACTIONS(164), + [anon_sym_eLSEIf] = ACTIONS(164), + [anon_sym_eLSEIF] = ACTIONS(164), + [anon_sym_Elseif] = ACTIONS(164), + [anon_sym_ElseiF] = ACTIONS(164), + [anon_sym_ElseIf] = ACTIONS(164), + [anon_sym_ElseIF] = ACTIONS(164), + [anon_sym_ElsEif] = ACTIONS(164), + [anon_sym_ElsEiF] = ACTIONS(164), + [anon_sym_ElsEIf] = ACTIONS(164), + [anon_sym_ElsEIF] = ACTIONS(164), + [anon_sym_ElSeif] = ACTIONS(164), + [anon_sym_ElSeiF] = ACTIONS(164), + [anon_sym_ElSeIf] = ACTIONS(164), + [anon_sym_ElSeIF] = ACTIONS(164), + [anon_sym_ElSEif] = ACTIONS(164), + [anon_sym_ElSEiF] = ACTIONS(164), + [anon_sym_ElSEIf] = ACTIONS(164), + [anon_sym_ElSEIF] = ACTIONS(164), + [anon_sym_ELseif] = ACTIONS(164), + [anon_sym_ELseiF] = ACTIONS(164), + [anon_sym_ELseIf] = ACTIONS(164), + [anon_sym_ELseIF] = ACTIONS(164), + [anon_sym_ELsEif] = ACTIONS(164), + [anon_sym_ELsEiF] = ACTIONS(164), + [anon_sym_ELsEIf] = ACTIONS(164), + [anon_sym_ELsEIF] = ACTIONS(164), + [anon_sym_ELSeif] = ACTIONS(164), + [anon_sym_ELSeiF] = ACTIONS(164), + [anon_sym_ELSeIf] = ACTIONS(164), + [anon_sym_ELSeIF] = ACTIONS(164), + [anon_sym_ELSEif] = ACTIONS(164), + [anon_sym_ELSEiF] = ACTIONS(164), + [anon_sym_ELSEIf] = ACTIONS(164), + [anon_sym_ELSEIF] = ACTIONS(164), + [anon_sym_endif] = ACTIONS(164), + [anon_sym_endiF] = ACTIONS(164), + [anon_sym_endIf] = ACTIONS(164), + [anon_sym_endIF] = ACTIONS(164), + [anon_sym_enDif] = ACTIONS(164), + [anon_sym_enDiF] = ACTIONS(164), + [anon_sym_enDIf] = ACTIONS(164), + [anon_sym_enDIF] = ACTIONS(164), + [anon_sym_eNdif] = ACTIONS(164), + [anon_sym_eNdiF] = ACTIONS(164), + [anon_sym_eNdIf] = ACTIONS(164), + [anon_sym_eNdIF] = ACTIONS(164), + [anon_sym_eNDif] = ACTIONS(164), + [anon_sym_eNDiF] = ACTIONS(164), + [anon_sym_eNDIf] = ACTIONS(164), + [anon_sym_eNDIF] = ACTIONS(164), + [anon_sym_Endif] = ACTIONS(164), + [anon_sym_EndiF] = ACTIONS(164), + [anon_sym_EndIf] = ACTIONS(164), + [anon_sym_EndIF] = ACTIONS(164), + [anon_sym_EnDif] = ACTIONS(164), + [anon_sym_EnDiF] = ACTIONS(164), + [anon_sym_EnDIf] = ACTIONS(164), + [anon_sym_EnDIF] = ACTIONS(164), + [anon_sym_ENdif] = ACTIONS(164), + [anon_sym_ENdiF] = ACTIONS(164), + [anon_sym_ENdIf] = ACTIONS(164), + [anon_sym_ENdIF] = ACTIONS(164), + [anon_sym_ENDif] = ACTIONS(164), + [anon_sym_ENDiF] = ACTIONS(164), + [anon_sym_ENDIf] = ACTIONS(164), + [anon_sym_ENDIF] = ACTIONS(164), + [anon_sym_while] = ACTIONS(164), + [anon_sym_whilE] = ACTIONS(164), + [anon_sym_whiLe] = ACTIONS(164), + [anon_sym_whiLE] = ACTIONS(164), + [anon_sym_whIle] = ACTIONS(164), + [anon_sym_whIlE] = ACTIONS(164), + [anon_sym_whILe] = ACTIONS(164), + [anon_sym_whILE] = ACTIONS(164), + [anon_sym_wHile] = ACTIONS(164), + [anon_sym_wHilE] = ACTIONS(164), + [anon_sym_wHiLe] = ACTIONS(164), + [anon_sym_wHiLE] = ACTIONS(164), + [anon_sym_wHIle] = ACTIONS(164), + [anon_sym_wHIlE] = ACTIONS(164), + [anon_sym_wHILe] = ACTIONS(164), + [anon_sym_wHILE] = ACTIONS(164), + [anon_sym_While] = ACTIONS(164), + [anon_sym_WhilE] = ACTIONS(164), + [anon_sym_WhiLe] = ACTIONS(164), + [anon_sym_WhiLE] = ACTIONS(164), + [anon_sym_WhIle] = ACTIONS(164), + [anon_sym_WhIlE] = ACTIONS(164), + [anon_sym_WhILe] = ACTIONS(164), + [anon_sym_WhILE] = ACTIONS(164), + [anon_sym_WHile] = ACTIONS(164), + [anon_sym_WHilE] = ACTIONS(164), + [anon_sym_WHiLe] = ACTIONS(164), + [anon_sym_WHiLE] = ACTIONS(164), + [anon_sym_WHIle] = ACTIONS(164), + [anon_sym_WHIlE] = ACTIONS(164), + [anon_sym_WHILe] = ACTIONS(164), + [anon_sym_WHILE] = ACTIONS(164), + [anon_sym_endwhile] = ACTIONS(164), + [anon_sym_endwhilE] = ACTIONS(164), + [anon_sym_endwhiLe] = ACTIONS(164), + [anon_sym_endwhiLE] = ACTIONS(164), + [anon_sym_endwhIle] = ACTIONS(164), + [anon_sym_endwhIlE] = ACTIONS(164), + [anon_sym_endwhILe] = ACTIONS(164), + [anon_sym_endwhILE] = ACTIONS(164), + [anon_sym_endwHile] = ACTIONS(164), + [anon_sym_endwHilE] = ACTIONS(164), + [anon_sym_endwHiLe] = ACTIONS(164), + [anon_sym_endwHiLE] = ACTIONS(164), + [anon_sym_endwHIle] = ACTIONS(164), + [anon_sym_endwHIlE] = ACTIONS(164), + [anon_sym_endwHILe] = ACTIONS(164), + [anon_sym_endwHILE] = ACTIONS(164), + [anon_sym_endWhile] = ACTIONS(164), + [anon_sym_endWhilE] = ACTIONS(164), + [anon_sym_endWhiLe] = ACTIONS(164), + [anon_sym_endWhiLE] = ACTIONS(164), + [anon_sym_endWhIle] = ACTIONS(164), + [anon_sym_endWhIlE] = ACTIONS(164), + [anon_sym_endWhILe] = ACTIONS(164), + [anon_sym_endWhILE] = ACTIONS(164), + [anon_sym_endWHile] = ACTIONS(164), + [anon_sym_endWHilE] = ACTIONS(164), + [anon_sym_endWHiLe] = ACTIONS(164), + [anon_sym_endWHiLE] = ACTIONS(164), + [anon_sym_endWHIle] = ACTIONS(164), + [anon_sym_endWHIlE] = ACTIONS(164), + [anon_sym_endWHILe] = ACTIONS(164), + [anon_sym_endWHILE] = ACTIONS(164), + [anon_sym_enDwhile] = ACTIONS(164), + [anon_sym_enDwhilE] = ACTIONS(164), + [anon_sym_enDwhiLe] = ACTIONS(164), + [anon_sym_enDwhiLE] = ACTIONS(164), + [anon_sym_enDwhIle] = ACTIONS(164), + [anon_sym_enDwhIlE] = ACTIONS(164), + [anon_sym_enDwhILe] = ACTIONS(164), + [anon_sym_enDwhILE] = ACTIONS(164), + [anon_sym_enDwHile] = ACTIONS(164), + [anon_sym_enDwHilE] = ACTIONS(164), + [anon_sym_enDwHiLe] = ACTIONS(164), + [anon_sym_enDwHiLE] = ACTIONS(164), + [anon_sym_enDwHIle] = ACTIONS(164), + [anon_sym_enDwHIlE] = ACTIONS(164), + [anon_sym_enDwHILe] = ACTIONS(164), + [anon_sym_enDwHILE] = ACTIONS(164), + [anon_sym_enDWhile] = ACTIONS(164), + [anon_sym_enDWhilE] = ACTIONS(164), + [anon_sym_enDWhiLe] = ACTIONS(164), + [anon_sym_enDWhiLE] = ACTIONS(164), + [anon_sym_enDWhIle] = ACTIONS(164), + [anon_sym_enDWhIlE] = ACTIONS(164), + [anon_sym_enDWhILe] = ACTIONS(164), + [anon_sym_enDWhILE] = ACTIONS(164), + [anon_sym_enDWHile] = ACTIONS(164), + [anon_sym_enDWHilE] = ACTIONS(164), + [anon_sym_enDWHiLe] = ACTIONS(164), + [anon_sym_enDWHiLE] = ACTIONS(164), + [anon_sym_enDWHIle] = ACTIONS(164), + [anon_sym_enDWHIlE] = ACTIONS(164), + [anon_sym_enDWHILe] = ACTIONS(164), + [anon_sym_enDWHILE] = ACTIONS(164), + [anon_sym_eNdwhile] = ACTIONS(164), + [anon_sym_eNdwhilE] = ACTIONS(164), + [anon_sym_eNdwhiLe] = ACTIONS(164), + [anon_sym_eNdwhiLE] = ACTIONS(164), + [anon_sym_eNdwhIle] = ACTIONS(164), + [anon_sym_eNdwhIlE] = ACTIONS(164), + [anon_sym_eNdwhILe] = ACTIONS(164), + [anon_sym_eNdwhILE] = ACTIONS(164), + [anon_sym_eNdwHile] = ACTIONS(164), + [anon_sym_eNdwHilE] = ACTIONS(164), + [anon_sym_eNdwHiLe] = ACTIONS(164), + [anon_sym_eNdwHiLE] = ACTIONS(164), + [anon_sym_eNdwHIle] = ACTIONS(164), + [anon_sym_eNdwHIlE] = ACTIONS(164), + [anon_sym_eNdwHILe] = ACTIONS(164), + [anon_sym_eNdwHILE] = ACTIONS(164), + [anon_sym_eNdWhile] = ACTIONS(164), + [anon_sym_eNdWhilE] = ACTIONS(164), + [anon_sym_eNdWhiLe] = ACTIONS(164), + [anon_sym_eNdWhiLE] = ACTIONS(164), + [anon_sym_eNdWhIle] = ACTIONS(164), + [anon_sym_eNdWhIlE] = ACTIONS(164), + [anon_sym_eNdWhILe] = ACTIONS(164), + [anon_sym_eNdWhILE] = ACTIONS(164), + [anon_sym_eNdWHile] = ACTIONS(164), + [anon_sym_eNdWHilE] = ACTIONS(164), + [anon_sym_eNdWHiLe] = ACTIONS(164), + [anon_sym_eNdWHiLE] = ACTIONS(164), + [anon_sym_eNdWHIle] = ACTIONS(164), + [anon_sym_eNdWHIlE] = ACTIONS(164), + [anon_sym_eNdWHILe] = ACTIONS(164), + [anon_sym_eNdWHILE] = ACTIONS(164), + [anon_sym_eNDwhile] = ACTIONS(164), + [anon_sym_eNDwhilE] = ACTIONS(164), + [anon_sym_eNDwhiLe] = ACTIONS(164), + [anon_sym_eNDwhiLE] = ACTIONS(164), + [anon_sym_eNDwhIle] = ACTIONS(164), + [anon_sym_eNDwhIlE] = ACTIONS(164), + [anon_sym_eNDwhILe] = ACTIONS(164), + [anon_sym_eNDwhILE] = ACTIONS(164), + [anon_sym_eNDwHile] = ACTIONS(164), + [anon_sym_eNDwHilE] = ACTIONS(164), + [anon_sym_eNDwHiLe] = ACTIONS(164), + [anon_sym_eNDwHiLE] = ACTIONS(164), + [anon_sym_eNDwHIle] = ACTIONS(164), + [anon_sym_eNDwHIlE] = ACTIONS(164), + [anon_sym_eNDwHILe] = ACTIONS(164), + [anon_sym_eNDwHILE] = ACTIONS(164), + [anon_sym_eNDWhile] = ACTIONS(164), + [anon_sym_eNDWhilE] = ACTIONS(164), + [anon_sym_eNDWhiLe] = ACTIONS(164), + [anon_sym_eNDWhiLE] = ACTIONS(164), + [anon_sym_eNDWhIle] = ACTIONS(164), + [anon_sym_eNDWhIlE] = ACTIONS(164), + [anon_sym_eNDWhILe] = ACTIONS(164), + [anon_sym_eNDWhILE] = ACTIONS(164), + [anon_sym_eNDWHile] = ACTIONS(164), + [anon_sym_eNDWHilE] = ACTIONS(164), + [anon_sym_eNDWHiLe] = ACTIONS(164), + [anon_sym_eNDWHiLE] = ACTIONS(164), + [anon_sym_eNDWHIle] = ACTIONS(164), + [anon_sym_eNDWHIlE] = ACTIONS(164), + [anon_sym_eNDWHILe] = ACTIONS(164), + [anon_sym_eNDWHILE] = ACTIONS(164), + [anon_sym_Endwhile] = ACTIONS(164), + [anon_sym_EndwhilE] = ACTIONS(164), + [anon_sym_EndwhiLe] = ACTIONS(164), + [anon_sym_EndwhiLE] = ACTIONS(164), + [anon_sym_EndwhIle] = ACTIONS(164), + [anon_sym_EndwhIlE] = ACTIONS(164), + [anon_sym_EndwhILe] = ACTIONS(164), + [anon_sym_EndwhILE] = ACTIONS(164), + [anon_sym_EndwHile] = ACTIONS(164), + [anon_sym_EndwHilE] = ACTIONS(164), + [anon_sym_EndwHiLe] = ACTIONS(164), + [anon_sym_EndwHiLE] = ACTIONS(164), + [anon_sym_EndwHIle] = ACTIONS(164), + [anon_sym_EndwHIlE] = ACTIONS(164), + [anon_sym_EndwHILe] = ACTIONS(164), + [anon_sym_EndwHILE] = ACTIONS(164), + [anon_sym_EndWhile] = ACTIONS(164), + [anon_sym_EndWhilE] = ACTIONS(164), + [anon_sym_EndWhiLe] = ACTIONS(164), + [anon_sym_EndWhiLE] = ACTIONS(164), + [anon_sym_EndWhIle] = ACTIONS(164), + [anon_sym_EndWhIlE] = ACTIONS(164), + [anon_sym_EndWhILe] = ACTIONS(164), + [anon_sym_EndWhILE] = ACTIONS(164), + [anon_sym_EndWHile] = ACTIONS(164), + [anon_sym_EndWHilE] = ACTIONS(164), + [anon_sym_EndWHiLe] = ACTIONS(164), + [anon_sym_EndWHiLE] = ACTIONS(164), + [anon_sym_EndWHIle] = ACTIONS(164), + [anon_sym_EndWHIlE] = ACTIONS(164), + [anon_sym_EndWHILe] = ACTIONS(164), + [anon_sym_EndWHILE] = ACTIONS(164), + [anon_sym_EnDwhile] = ACTIONS(164), + [anon_sym_EnDwhilE] = ACTIONS(164), + [anon_sym_EnDwhiLe] = ACTIONS(164), + [anon_sym_EnDwhiLE] = ACTIONS(164), + [anon_sym_EnDwhIle] = ACTIONS(164), + [anon_sym_EnDwhIlE] = ACTIONS(164), + [anon_sym_EnDwhILe] = ACTIONS(164), + [anon_sym_EnDwhILE] = ACTIONS(164), + [anon_sym_EnDwHile] = ACTIONS(164), + [anon_sym_EnDwHilE] = ACTIONS(164), + [anon_sym_EnDwHiLe] = ACTIONS(164), + [anon_sym_EnDwHiLE] = ACTIONS(164), + [anon_sym_EnDwHIle] = ACTIONS(164), + [anon_sym_EnDwHIlE] = ACTIONS(164), + [anon_sym_EnDwHILe] = ACTIONS(164), + [anon_sym_EnDwHILE] = ACTIONS(164), + [anon_sym_EnDWhile] = ACTIONS(164), + [anon_sym_EnDWhilE] = ACTIONS(164), + [anon_sym_EnDWhiLe] = ACTIONS(164), + [anon_sym_EnDWhiLE] = ACTIONS(164), + [anon_sym_EnDWhIle] = ACTIONS(164), + [anon_sym_EnDWhIlE] = ACTIONS(164), + [anon_sym_EnDWhILe] = ACTIONS(164), + [anon_sym_EnDWhILE] = ACTIONS(164), + [anon_sym_EnDWHile] = ACTIONS(164), + [anon_sym_EnDWHilE] = ACTIONS(164), + [anon_sym_EnDWHiLe] = ACTIONS(164), + [anon_sym_EnDWHiLE] = ACTIONS(164), + [anon_sym_EnDWHIle] = ACTIONS(164), + [anon_sym_EnDWHIlE] = ACTIONS(164), + [anon_sym_EnDWHILe] = ACTIONS(164), + [anon_sym_EnDWHILE] = ACTIONS(164), + [anon_sym_ENdwhile] = ACTIONS(164), + [anon_sym_ENdwhilE] = ACTIONS(164), + [anon_sym_ENdwhiLe] = ACTIONS(164), + [anon_sym_ENdwhiLE] = ACTIONS(164), + [anon_sym_ENdwhIle] = ACTIONS(164), + [anon_sym_ENdwhIlE] = ACTIONS(164), + [anon_sym_ENdwhILe] = ACTIONS(164), + [anon_sym_ENdwhILE] = ACTIONS(164), + [anon_sym_ENdwHile] = ACTIONS(164), + [anon_sym_ENdwHilE] = ACTIONS(164), + [anon_sym_ENdwHiLe] = ACTIONS(164), + [anon_sym_ENdwHiLE] = ACTIONS(164), + [anon_sym_ENdwHIle] = ACTIONS(164), + [anon_sym_ENdwHIlE] = ACTIONS(164), + [anon_sym_ENdwHILe] = ACTIONS(164), + [anon_sym_ENdwHILE] = ACTIONS(164), + [anon_sym_ENdWhile] = ACTIONS(164), + [anon_sym_ENdWhilE] = ACTIONS(164), + [anon_sym_ENdWhiLe] = ACTIONS(164), + [anon_sym_ENdWhiLE] = ACTIONS(164), + [anon_sym_ENdWhIle] = ACTIONS(164), + [anon_sym_ENdWhIlE] = ACTIONS(164), + [anon_sym_ENdWhILe] = ACTIONS(164), + [anon_sym_ENdWhILE] = ACTIONS(164), + [anon_sym_ENdWHile] = ACTIONS(164), + [anon_sym_ENdWHilE] = ACTIONS(164), + [anon_sym_ENdWHiLe] = ACTIONS(164), + [anon_sym_ENdWHiLE] = ACTIONS(164), + [anon_sym_ENdWHIle] = ACTIONS(164), + [anon_sym_ENdWHIlE] = ACTIONS(164), + [anon_sym_ENdWHILe] = ACTIONS(164), + [anon_sym_ENdWHILE] = ACTIONS(164), + [anon_sym_ENDwhile] = ACTIONS(164), + [anon_sym_ENDwhilE] = ACTIONS(164), + [anon_sym_ENDwhiLe] = ACTIONS(164), + [anon_sym_ENDwhiLE] = ACTIONS(164), + [anon_sym_ENDwhIle] = ACTIONS(164), + [anon_sym_ENDwhIlE] = ACTIONS(164), + [anon_sym_ENDwhILe] = ACTIONS(164), + [anon_sym_ENDwhILE] = ACTIONS(164), + [anon_sym_ENDwHile] = ACTIONS(164), + [anon_sym_ENDwHilE] = ACTIONS(164), + [anon_sym_ENDwHiLe] = ACTIONS(164), + [anon_sym_ENDwHiLE] = ACTIONS(164), + [anon_sym_ENDwHIle] = ACTIONS(164), + [anon_sym_ENDwHIlE] = ACTIONS(164), + [anon_sym_ENDwHILe] = ACTIONS(164), + [anon_sym_ENDwHILE] = ACTIONS(164), + [anon_sym_ENDWhile] = ACTIONS(164), + [anon_sym_ENDWhilE] = ACTIONS(164), + [anon_sym_ENDWhiLe] = ACTIONS(164), + [anon_sym_ENDWhiLE] = ACTIONS(164), + [anon_sym_ENDWhIle] = ACTIONS(164), + [anon_sym_ENDWhIlE] = ACTIONS(164), + [anon_sym_ENDWhILe] = ACTIONS(164), + [anon_sym_ENDWhILE] = ACTIONS(164), + [anon_sym_ENDWHile] = ACTIONS(164), + [anon_sym_ENDWHilE] = ACTIONS(164), + [anon_sym_ENDWHiLe] = ACTIONS(164), + [anon_sym_ENDWHiLE] = ACTIONS(164), + [anon_sym_ENDWHIle] = ACTIONS(164), + [anon_sym_ENDWHIlE] = ACTIONS(164), + [anon_sym_ENDWHILe] = ACTIONS(164), + [anon_sym_ENDWHILE] = ACTIONS(164), + [anon_sym_detector] = ACTIONS(164), + [anon_sym_detectoR] = ACTIONS(164), + [anon_sym_detectOr] = ACTIONS(164), + [anon_sym_detectOR] = ACTIONS(164), + [anon_sym_detecTor] = ACTIONS(164), + [anon_sym_detecToR] = ACTIONS(164), + [anon_sym_detecTOr] = ACTIONS(164), + [anon_sym_detecTOR] = ACTIONS(164), + [anon_sym_deteCtor] = ACTIONS(164), + [anon_sym_deteCtoR] = ACTIONS(164), + [anon_sym_deteCtOr] = ACTIONS(164), + [anon_sym_deteCtOR] = ACTIONS(164), + [anon_sym_deteCTor] = ACTIONS(164), + [anon_sym_deteCToR] = ACTIONS(164), + [anon_sym_deteCTOr] = ACTIONS(164), + [anon_sym_deteCTOR] = ACTIONS(164), + [anon_sym_detEctor] = ACTIONS(164), + [anon_sym_detEctoR] = ACTIONS(164), + [anon_sym_detEctOr] = ACTIONS(164), + [anon_sym_detEctOR] = ACTIONS(164), + [anon_sym_detEcTor] = ACTIONS(164), + [anon_sym_detEcToR] = ACTIONS(164), + [anon_sym_detEcTOr] = ACTIONS(164), + [anon_sym_detEcTOR] = ACTIONS(164), + [anon_sym_detECtor] = ACTIONS(164), + [anon_sym_detECtoR] = ACTIONS(164), + [anon_sym_detECtOr] = ACTIONS(164), + [anon_sym_detECtOR] = ACTIONS(164), + [anon_sym_detECTor] = ACTIONS(164), + [anon_sym_detECToR] = ACTIONS(164), + [anon_sym_detECTOr] = ACTIONS(164), + [anon_sym_detECTOR] = ACTIONS(164), + [anon_sym_deTector] = ACTIONS(164), + [anon_sym_deTectoR] = ACTIONS(164), + [anon_sym_deTectOr] = ACTIONS(164), + [anon_sym_deTectOR] = ACTIONS(164), + [anon_sym_deTecTor] = ACTIONS(164), + [anon_sym_deTecToR] = ACTIONS(164), + [anon_sym_deTecTOr] = ACTIONS(164), + [anon_sym_deTecTOR] = ACTIONS(164), + [anon_sym_deTeCtor] = ACTIONS(164), + [anon_sym_deTeCtoR] = ACTIONS(164), + [anon_sym_deTeCtOr] = ACTIONS(164), + [anon_sym_deTeCtOR] = ACTIONS(164), + [anon_sym_deTeCTor] = ACTIONS(164), + [anon_sym_deTeCToR] = ACTIONS(164), + [anon_sym_deTeCTOr] = ACTIONS(164), + [anon_sym_deTeCTOR] = ACTIONS(164), + [anon_sym_deTEctor] = ACTIONS(164), + [anon_sym_deTEctoR] = ACTIONS(164), + [anon_sym_deTEctOr] = ACTIONS(164), + [anon_sym_deTEctOR] = ACTIONS(164), + [anon_sym_deTEcTor] = ACTIONS(164), + [anon_sym_deTEcToR] = ACTIONS(164), + [anon_sym_deTEcTOr] = ACTIONS(164), + [anon_sym_deTEcTOR] = ACTIONS(164), + [anon_sym_deTECtor] = ACTIONS(164), + [anon_sym_deTECtoR] = ACTIONS(164), + [anon_sym_deTECtOr] = ACTIONS(164), + [anon_sym_deTECtOR] = ACTIONS(164), + [anon_sym_deTECTor] = ACTIONS(164), + [anon_sym_deTECToR] = ACTIONS(164), + [anon_sym_deTECTOr] = ACTIONS(164), + [anon_sym_deTECTOR] = ACTIONS(164), + [anon_sym_dEtector] = ACTIONS(164), + [anon_sym_dEtectoR] = ACTIONS(164), + [anon_sym_dEtectOr] = ACTIONS(164), + [anon_sym_dEtectOR] = ACTIONS(164), + [anon_sym_dEtecTor] = ACTIONS(164), + [anon_sym_dEtecToR] = ACTIONS(164), + [anon_sym_dEtecTOr] = ACTIONS(164), + [anon_sym_dEtecTOR] = ACTIONS(164), + [anon_sym_dEteCtor] = ACTIONS(164), + [anon_sym_dEteCtoR] = ACTIONS(164), + [anon_sym_dEteCtOr] = ACTIONS(164), + [anon_sym_dEteCtOR] = ACTIONS(164), + [anon_sym_dEteCTor] = ACTIONS(164), + [anon_sym_dEteCToR] = ACTIONS(164), + [anon_sym_dEteCTOr] = ACTIONS(164), + [anon_sym_dEteCTOR] = ACTIONS(164), + [anon_sym_dEtEctor] = ACTIONS(164), + [anon_sym_dEtEctoR] = ACTIONS(164), + [anon_sym_dEtEctOr] = ACTIONS(164), + [anon_sym_dEtEctOR] = ACTIONS(164), + [anon_sym_dEtEcTor] = ACTIONS(164), + [anon_sym_dEtEcToR] = ACTIONS(164), + [anon_sym_dEtEcTOr] = ACTIONS(164), + [anon_sym_dEtEcTOR] = ACTIONS(164), + [anon_sym_dEtECtor] = ACTIONS(164), + [anon_sym_dEtECtoR] = ACTIONS(164), + [anon_sym_dEtECtOr] = ACTIONS(164), + [anon_sym_dEtECtOR] = ACTIONS(164), + [anon_sym_dEtECTor] = ACTIONS(164), + [anon_sym_dEtECToR] = ACTIONS(164), + [anon_sym_dEtECTOr] = ACTIONS(164), + [anon_sym_dEtECTOR] = ACTIONS(164), + [anon_sym_dETector] = ACTIONS(164), + [anon_sym_dETectoR] = ACTIONS(164), + [anon_sym_dETectOr] = ACTIONS(164), + [anon_sym_dETectOR] = ACTIONS(164), + [anon_sym_dETecTor] = ACTIONS(164), + [anon_sym_dETecToR] = ACTIONS(164), + [anon_sym_dETecTOr] = ACTIONS(164), + [anon_sym_dETecTOR] = ACTIONS(164), + [anon_sym_dETeCtor] = ACTIONS(164), + [anon_sym_dETeCtoR] = ACTIONS(164), + [anon_sym_dETeCtOr] = ACTIONS(164), + [anon_sym_dETeCtOR] = ACTIONS(164), + [anon_sym_dETeCTor] = ACTIONS(164), + [anon_sym_dETeCToR] = ACTIONS(164), + [anon_sym_dETeCTOr] = ACTIONS(164), + [anon_sym_dETeCTOR] = ACTIONS(164), + [anon_sym_dETEctor] = ACTIONS(164), + [anon_sym_dETEctoR] = ACTIONS(164), + [anon_sym_dETEctOr] = ACTIONS(164), + [anon_sym_dETEctOR] = ACTIONS(164), + [anon_sym_dETEcTor] = ACTIONS(164), + [anon_sym_dETEcToR] = ACTIONS(164), + [anon_sym_dETEcTOr] = ACTIONS(164), + [anon_sym_dETEcTOR] = ACTIONS(164), + [anon_sym_dETECtor] = ACTIONS(164), + [anon_sym_dETECtoR] = ACTIONS(164), + [anon_sym_dETECtOr] = ACTIONS(164), + [anon_sym_dETECtOR] = ACTIONS(164), + [anon_sym_dETECTor] = ACTIONS(164), + [anon_sym_dETECToR] = ACTIONS(164), + [anon_sym_dETECTOr] = ACTIONS(164), + [anon_sym_dETECTOR] = ACTIONS(164), + [anon_sym_Detector] = ACTIONS(164), + [anon_sym_DetectoR] = ACTIONS(164), + [anon_sym_DetectOr] = ACTIONS(164), + [anon_sym_DetectOR] = ACTIONS(164), + [anon_sym_DetecTor] = ACTIONS(164), + [anon_sym_DetecToR] = ACTIONS(164), + [anon_sym_DetecTOr] = ACTIONS(164), + [anon_sym_DetecTOR] = ACTIONS(164), + [anon_sym_DeteCtor] = ACTIONS(164), + [anon_sym_DeteCtoR] = ACTIONS(164), + [anon_sym_DeteCtOr] = ACTIONS(164), + [anon_sym_DeteCtOR] = ACTIONS(164), + [anon_sym_DeteCTor] = ACTIONS(164), + [anon_sym_DeteCToR] = ACTIONS(164), + [anon_sym_DeteCTOr] = ACTIONS(164), + [anon_sym_DeteCTOR] = ACTIONS(164), + [anon_sym_DetEctor] = ACTIONS(164), + [anon_sym_DetEctoR] = ACTIONS(164), + [anon_sym_DetEctOr] = ACTIONS(164), + [anon_sym_DetEctOR] = ACTIONS(164), + [anon_sym_DetEcTor] = ACTIONS(164), + [anon_sym_DetEcToR] = ACTIONS(164), + [anon_sym_DetEcTOr] = ACTIONS(164), + [anon_sym_DetEcTOR] = ACTIONS(164), + [anon_sym_DetECtor] = ACTIONS(164), + [anon_sym_DetECtoR] = ACTIONS(164), + [anon_sym_DetECtOr] = ACTIONS(164), + [anon_sym_DetECtOR] = ACTIONS(164), + [anon_sym_DetECTor] = ACTIONS(164), + [anon_sym_DetECToR] = ACTIONS(164), + [anon_sym_DetECTOr] = ACTIONS(164), + [anon_sym_DetECTOR] = ACTIONS(164), + [anon_sym_DeTector] = ACTIONS(164), + [anon_sym_DeTectoR] = ACTIONS(164), + [anon_sym_DeTectOr] = ACTIONS(164), + [anon_sym_DeTectOR] = ACTIONS(164), + [anon_sym_DeTecTor] = ACTIONS(164), + [anon_sym_DeTecToR] = ACTIONS(164), + [anon_sym_DeTecTOr] = ACTIONS(164), + [anon_sym_DeTecTOR] = ACTIONS(164), + [anon_sym_DeTeCtor] = ACTIONS(164), + [anon_sym_DeTeCtoR] = ACTIONS(164), + [anon_sym_DeTeCtOr] = ACTIONS(164), + [anon_sym_DeTeCtOR] = ACTIONS(164), + [anon_sym_DeTeCTor] = ACTIONS(164), + [anon_sym_DeTeCToR] = ACTIONS(164), + [anon_sym_DeTeCTOr] = ACTIONS(164), + [anon_sym_DeTeCTOR] = ACTIONS(164), + [anon_sym_DeTEctor] = ACTIONS(164), + [anon_sym_DeTEctoR] = ACTIONS(164), + [anon_sym_DeTEctOr] = ACTIONS(164), + [anon_sym_DeTEctOR] = ACTIONS(164), + [anon_sym_DeTEcTor] = ACTIONS(164), + [anon_sym_DeTEcToR] = ACTIONS(164), + [anon_sym_DeTEcTOr] = ACTIONS(164), + [anon_sym_DeTEcTOR] = ACTIONS(164), + [anon_sym_DeTECtor] = ACTIONS(164), + [anon_sym_DeTECtoR] = ACTIONS(164), + [anon_sym_DeTECtOr] = ACTIONS(164), + [anon_sym_DeTECtOR] = ACTIONS(164), + [anon_sym_DeTECTor] = ACTIONS(164), + [anon_sym_DeTECToR] = ACTIONS(164), + [anon_sym_DeTECTOr] = ACTIONS(164), + [anon_sym_DeTECTOR] = ACTIONS(164), + [anon_sym_DEtector] = ACTIONS(164), + [anon_sym_DEtectoR] = ACTIONS(164), + [anon_sym_DEtectOr] = ACTIONS(164), + [anon_sym_DEtectOR] = ACTIONS(164), + [anon_sym_DEtecTor] = ACTIONS(164), + [anon_sym_DEtecToR] = ACTIONS(164), + [anon_sym_DEtecTOr] = ACTIONS(164), + [anon_sym_DEtecTOR] = ACTIONS(164), + [anon_sym_DEteCtor] = ACTIONS(164), + [anon_sym_DEteCtoR] = ACTIONS(164), + [anon_sym_DEteCtOr] = ACTIONS(164), + [anon_sym_DEteCtOR] = ACTIONS(164), + [anon_sym_DEteCTor] = ACTIONS(164), + [anon_sym_DEteCToR] = ACTIONS(164), + [anon_sym_DEteCTOr] = ACTIONS(164), + [anon_sym_DEteCTOR] = ACTIONS(164), + [anon_sym_DEtEctor] = ACTIONS(164), + [anon_sym_DEtEctoR] = ACTIONS(164), + [anon_sym_DEtEctOr] = ACTIONS(164), + [anon_sym_DEtEctOR] = ACTIONS(164), + [anon_sym_DEtEcTor] = ACTIONS(164), + [anon_sym_DEtEcToR] = ACTIONS(164), + [anon_sym_DEtEcTOr] = ACTIONS(164), + [anon_sym_DEtEcTOR] = ACTIONS(164), + [anon_sym_DEtECtor] = ACTIONS(164), + [anon_sym_DEtECtoR] = ACTIONS(164), + [anon_sym_DEtECtOr] = ACTIONS(164), + [anon_sym_DEtECtOR] = ACTIONS(164), + [anon_sym_DEtECTor] = ACTIONS(164), + [anon_sym_DEtECToR] = ACTIONS(164), + [anon_sym_DEtECTOr] = ACTIONS(164), + [anon_sym_DEtECTOR] = ACTIONS(164), + [anon_sym_DETector] = ACTIONS(164), + [anon_sym_DETectoR] = ACTIONS(164), + [anon_sym_DETectOr] = ACTIONS(164), + [anon_sym_DETectOR] = ACTIONS(164), + [anon_sym_DETecTor] = ACTIONS(164), + [anon_sym_DETecToR] = ACTIONS(164), + [anon_sym_DETecTOr] = ACTIONS(164), + [anon_sym_DETecTOR] = ACTIONS(164), + [anon_sym_DETeCtor] = ACTIONS(164), + [anon_sym_DETeCtoR] = ACTIONS(164), + [anon_sym_DETeCtOr] = ACTIONS(164), + [anon_sym_DETeCtOR] = ACTIONS(164), + [anon_sym_DETeCTor] = ACTIONS(164), + [anon_sym_DETeCToR] = ACTIONS(164), + [anon_sym_DETeCTOr] = ACTIONS(164), + [anon_sym_DETeCTOR] = ACTIONS(164), + [anon_sym_DETEctor] = ACTIONS(164), + [anon_sym_DETEctoR] = ACTIONS(164), + [anon_sym_DETEctOr] = ACTIONS(164), + [anon_sym_DETEctOR] = ACTIONS(164), + [anon_sym_DETEcTor] = ACTIONS(164), + [anon_sym_DETEcToR] = ACTIONS(164), + [anon_sym_DETEcTOr] = ACTIONS(164), + [anon_sym_DETEcTOR] = ACTIONS(164), + [anon_sym_DETECtor] = ACTIONS(164), + [anon_sym_DETECtoR] = ACTIONS(164), + [anon_sym_DETECtOr] = ACTIONS(164), + [anon_sym_DETECtOR] = ACTIONS(164), + [anon_sym_DETECTor] = ACTIONS(164), + [anon_sym_DETECToR] = ACTIONS(164), + [anon_sym_DETECTOr] = ACTIONS(164), + [anon_sym_DETECTOR] = ACTIONS(164), + [anon_sym_invoke] = ACTIONS(164), + [anon_sym_invokE] = ACTIONS(164), + [anon_sym_invoKe] = ACTIONS(164), + [anon_sym_invoKE] = ACTIONS(164), + [anon_sym_invOke] = ACTIONS(164), + [anon_sym_invOkE] = ACTIONS(164), + [anon_sym_invOKe] = ACTIONS(164), + [anon_sym_invOKE] = ACTIONS(164), + [anon_sym_inVoke] = ACTIONS(164), + [anon_sym_inVokE] = ACTIONS(164), + [anon_sym_inVoKe] = ACTIONS(164), + [anon_sym_inVoKE] = ACTIONS(164), + [anon_sym_inVOke] = ACTIONS(164), + [anon_sym_inVOkE] = ACTIONS(164), + [anon_sym_inVOKe] = ACTIONS(164), + [anon_sym_inVOKE] = ACTIONS(164), + [anon_sym_iNvoke] = ACTIONS(164), + [anon_sym_iNvokE] = ACTIONS(164), + [anon_sym_iNvoKe] = ACTIONS(164), + [anon_sym_iNvoKE] = ACTIONS(164), + [anon_sym_iNvOke] = ACTIONS(164), + [anon_sym_iNvOkE] = ACTIONS(164), + [anon_sym_iNvOKe] = ACTIONS(164), + [anon_sym_iNvOKE] = ACTIONS(164), + [anon_sym_iNVoke] = ACTIONS(164), + [anon_sym_iNVokE] = ACTIONS(164), + [anon_sym_iNVoKe] = ACTIONS(164), + [anon_sym_iNVoKE] = ACTIONS(164), + [anon_sym_iNVOke] = ACTIONS(164), + [anon_sym_iNVOkE] = ACTIONS(164), + [anon_sym_iNVOKe] = ACTIONS(164), + [anon_sym_iNVOKE] = ACTIONS(164), + [anon_sym_Invoke] = ACTIONS(164), + [anon_sym_InvokE] = ACTIONS(164), + [anon_sym_InvoKe] = ACTIONS(164), + [anon_sym_InvoKE] = ACTIONS(164), + [anon_sym_InvOke] = ACTIONS(164), + [anon_sym_InvOkE] = ACTIONS(164), + [anon_sym_InvOKe] = ACTIONS(164), + [anon_sym_InvOKE] = ACTIONS(164), + [anon_sym_InVoke] = ACTIONS(164), + [anon_sym_InVokE] = ACTIONS(164), + [anon_sym_InVoKe] = ACTIONS(164), + [anon_sym_InVoKE] = ACTIONS(164), + [anon_sym_InVOke] = ACTIONS(164), + [anon_sym_InVOkE] = ACTIONS(164), + [anon_sym_InVOKe] = ACTIONS(164), + [anon_sym_InVOKE] = ACTIONS(164), + [anon_sym_INvoke] = ACTIONS(164), + [anon_sym_INvokE] = ACTIONS(164), + [anon_sym_INvoKe] = ACTIONS(164), + [anon_sym_INvoKE] = ACTIONS(164), + [anon_sym_INvOke] = ACTIONS(164), + [anon_sym_INvOkE] = ACTIONS(164), + [anon_sym_INvOKe] = ACTIONS(164), + [anon_sym_INvOKE] = ACTIONS(164), + [anon_sym_INVoke] = ACTIONS(164), + [anon_sym_INVokE] = ACTIONS(164), + [anon_sym_INVoKe] = ACTIONS(164), + [anon_sym_INVoKE] = ACTIONS(164), + [anon_sym_INVOke] = ACTIONS(164), + [anon_sym_INVOkE] = ACTIONS(164), + [anon_sym_INVOKe] = ACTIONS(164), + [anon_sym_INVOKE] = ACTIONS(164), + [anon_sym_select] = ACTIONS(164), + [anon_sym_selecT] = ACTIONS(164), + [anon_sym_seleCt] = ACTIONS(164), + [anon_sym_seleCT] = ACTIONS(164), + [anon_sym_selEct] = ACTIONS(164), + [anon_sym_selEcT] = ACTIONS(164), + [anon_sym_selECt] = ACTIONS(164), + [anon_sym_selECT] = ACTIONS(164), + [anon_sym_seLect] = ACTIONS(164), + [anon_sym_seLecT] = ACTIONS(164), + [anon_sym_seLeCt] = ACTIONS(164), + [anon_sym_seLeCT] = ACTIONS(164), + [anon_sym_seLEct] = ACTIONS(164), + [anon_sym_seLEcT] = ACTIONS(164), + [anon_sym_seLECt] = ACTIONS(164), + [anon_sym_seLECT] = ACTIONS(164), + [anon_sym_sElect] = ACTIONS(164), + [anon_sym_sElecT] = ACTIONS(164), + [anon_sym_sEleCt] = ACTIONS(164), + [anon_sym_sEleCT] = ACTIONS(164), + [anon_sym_sElEct] = ACTIONS(164), + [anon_sym_sElEcT] = ACTIONS(164), + [anon_sym_sElECt] = ACTIONS(164), + [anon_sym_sElECT] = ACTIONS(164), + [anon_sym_sELect] = ACTIONS(164), + [anon_sym_sELecT] = ACTIONS(164), + [anon_sym_sELeCt] = ACTIONS(164), + [anon_sym_sELeCT] = ACTIONS(164), + [anon_sym_sELEct] = ACTIONS(164), + [anon_sym_sELEcT] = ACTIONS(164), + [anon_sym_sELECt] = ACTIONS(164), + [anon_sym_sELECT] = ACTIONS(164), + [anon_sym_Select] = ACTIONS(164), + [anon_sym_SelecT] = ACTIONS(164), + [anon_sym_SeleCt] = ACTIONS(164), + [anon_sym_SeleCT] = ACTIONS(164), + [anon_sym_SelEct] = ACTIONS(164), + [anon_sym_SelEcT] = ACTIONS(164), + [anon_sym_SelECt] = ACTIONS(164), + [anon_sym_SelECT] = ACTIONS(164), + [anon_sym_SeLect] = ACTIONS(164), + [anon_sym_SeLecT] = ACTIONS(164), + [anon_sym_SeLeCt] = ACTIONS(164), + [anon_sym_SeLeCT] = ACTIONS(164), + [anon_sym_SeLEct] = ACTIONS(164), + [anon_sym_SeLEcT] = ACTIONS(164), + [anon_sym_SeLECt] = ACTIONS(164), + [anon_sym_SeLECT] = ACTIONS(164), + [anon_sym_SElect] = ACTIONS(164), + [anon_sym_SElecT] = ACTIONS(164), + [anon_sym_SEleCt] = ACTIONS(164), + [anon_sym_SEleCT] = ACTIONS(164), + [anon_sym_SElEct] = ACTIONS(164), + [anon_sym_SElEcT] = ACTIONS(164), + [anon_sym_SElECt] = ACTIONS(164), + [anon_sym_SElECT] = ACTIONS(164), + [anon_sym_SELect] = ACTIONS(164), + [anon_sym_SELecT] = ACTIONS(164), + [anon_sym_SELeCt] = ACTIONS(164), + [anon_sym_SELeCT] = ACTIONS(164), + [anon_sym_SELEct] = ACTIONS(164), + [anon_sym_SELEcT] = ACTIONS(164), + [anon_sym_SELECt] = ACTIONS(164), + [anon_sym_SELECT] = ACTIONS(164), + }, + [32] = { + [sym__top_level_item] = STATE(38), + [sym__directive] = STATE(34), + [sym_define] = STATE(36), + [sym_include] = STATE(36), + [sym__command] = STATE(34), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym__statement] = STATE(34), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), + [sym_comment] = STATE(32), + [sym_define_insensitive] = STATE(77), + [sym_include_insensitive] = STATE(80), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_translation_unit_repeat1] = STATE(32), + [ts_builtin_sym_end] = ACTIONS(168), + [sym_identifier] = ACTIONS(170), + [anon_sym_POUND] = ACTIONS(3), + [sym_variable] = ACTIONS(173), + [anon_sym_define] = ACTIONS(176), + [anon_sym_definE] = ACTIONS(176), + [anon_sym_defiNe] = ACTIONS(176), + [anon_sym_defiNE] = ACTIONS(176), + [anon_sym_defIne] = ACTIONS(176), + [anon_sym_defInE] = ACTIONS(176), + [anon_sym_defINe] = ACTIONS(176), + [anon_sym_defINE] = ACTIONS(176), + [anon_sym_deFine] = ACTIONS(176), + [anon_sym_deFinE] = ACTIONS(176), + [anon_sym_deFiNe] = ACTIONS(176), + [anon_sym_deFiNE] = ACTIONS(176), + [anon_sym_deFIne] = ACTIONS(176), + [anon_sym_deFInE] = ACTIONS(176), + [anon_sym_deFINe] = ACTIONS(176), + [anon_sym_deFINE] = ACTIONS(176), + [anon_sym_dEfine] = ACTIONS(176), + [anon_sym_dEfinE] = ACTIONS(176), + [anon_sym_dEfiNe] = ACTIONS(176), + [anon_sym_dEfiNE] = ACTIONS(176), + [anon_sym_dEfIne] = ACTIONS(176), + [anon_sym_dEfInE] = ACTIONS(176), + [anon_sym_dEfINe] = ACTIONS(176), + [anon_sym_dEfINE] = ACTIONS(176), + [anon_sym_dEFine] = ACTIONS(176), + [anon_sym_dEFinE] = ACTIONS(176), + [anon_sym_dEFiNe] = ACTIONS(176), + [anon_sym_dEFiNE] = ACTIONS(176), + [anon_sym_dEFIne] = ACTIONS(176), + [anon_sym_dEFInE] = ACTIONS(176), + [anon_sym_dEFINe] = ACTIONS(176), + [anon_sym_dEFINE] = ACTIONS(176), + [anon_sym_Define] = ACTIONS(176), + [anon_sym_DefinE] = ACTIONS(176), + [anon_sym_DefiNe] = ACTIONS(176), + [anon_sym_DefiNE] = ACTIONS(176), + [anon_sym_DefIne] = ACTIONS(176), + [anon_sym_DefInE] = ACTIONS(176), + [anon_sym_DefINe] = ACTIONS(176), + [anon_sym_DefINE] = ACTIONS(176), + [anon_sym_DeFine] = ACTIONS(176), + [anon_sym_DeFinE] = ACTIONS(176), + [anon_sym_DeFiNe] = ACTIONS(176), + [anon_sym_DeFiNE] = ACTIONS(176), + [anon_sym_DeFIne] = ACTIONS(176), + [anon_sym_DeFInE] = ACTIONS(176), + [anon_sym_DeFINe] = ACTIONS(176), + [anon_sym_DeFINE] = ACTIONS(176), + [anon_sym_DEfine] = ACTIONS(176), + [anon_sym_DEfinE] = ACTIONS(176), + [anon_sym_DEfiNe] = ACTIONS(176), + [anon_sym_DEfiNE] = ACTIONS(176), + [anon_sym_DEfIne] = ACTIONS(176), + [anon_sym_DEfInE] = ACTIONS(176), + [anon_sym_DEfINe] = ACTIONS(176), + [anon_sym_DEfINE] = ACTIONS(176), + [anon_sym_DEFine] = ACTIONS(176), + [anon_sym_DEFinE] = ACTIONS(176), + [anon_sym_DEFiNe] = ACTIONS(176), + [anon_sym_DEFiNE] = ACTIONS(176), + [anon_sym_DEFIne] = ACTIONS(176), + [anon_sym_DEFInE] = ACTIONS(176), + [anon_sym_DEFINe] = ACTIONS(176), + [anon_sym_DEFINE] = ACTIONS(176), + [anon_sym_include] = ACTIONS(179), + [anon_sym_includE] = ACTIONS(179), + [anon_sym_incluDe] = ACTIONS(179), + [anon_sym_incluDE] = ACTIONS(179), + [anon_sym_inclUde] = ACTIONS(179), + [anon_sym_inclUdE] = ACTIONS(179), + [anon_sym_inclUDe] = ACTIONS(179), + [anon_sym_inclUDE] = ACTIONS(179), + [anon_sym_incLude] = ACTIONS(179), + [anon_sym_incLudE] = ACTIONS(179), + [anon_sym_incLuDe] = ACTIONS(179), + [anon_sym_incLuDE] = ACTIONS(179), + [anon_sym_incLUde] = ACTIONS(179), + [anon_sym_incLUdE] = ACTIONS(179), + [anon_sym_incLUDe] = ACTIONS(179), + [anon_sym_incLUDE] = ACTIONS(179), + [anon_sym_inClude] = ACTIONS(179), + [anon_sym_inCludE] = ACTIONS(179), + [anon_sym_inCluDe] = ACTIONS(179), + [anon_sym_inCluDE] = ACTIONS(179), + [anon_sym_inClUde] = ACTIONS(179), + [anon_sym_inClUdE] = ACTIONS(179), + [anon_sym_inClUDe] = ACTIONS(179), + [anon_sym_inClUDE] = ACTIONS(179), + [anon_sym_inCLude] = ACTIONS(179), + [anon_sym_inCLudE] = ACTIONS(179), + [anon_sym_inCLuDe] = ACTIONS(179), + [anon_sym_inCLuDE] = ACTIONS(179), + [anon_sym_inCLUde] = ACTIONS(179), + [anon_sym_inCLUdE] = ACTIONS(179), + [anon_sym_inCLUDe] = ACTIONS(179), + [anon_sym_inCLUDE] = ACTIONS(179), + [anon_sym_iNclude] = ACTIONS(179), + [anon_sym_iNcludE] = ACTIONS(179), + [anon_sym_iNcluDe] = ACTIONS(179), + [anon_sym_iNcluDE] = ACTIONS(179), + [anon_sym_iNclUde] = ACTIONS(179), + [anon_sym_iNclUdE] = ACTIONS(179), + [anon_sym_iNclUDe] = ACTIONS(179), + [anon_sym_iNclUDE] = ACTIONS(179), + [anon_sym_iNcLude] = ACTIONS(179), + [anon_sym_iNcLudE] = ACTIONS(179), + [anon_sym_iNcLuDe] = ACTIONS(179), + [anon_sym_iNcLuDE] = ACTIONS(179), + [anon_sym_iNcLUde] = ACTIONS(179), + [anon_sym_iNcLUdE] = ACTIONS(179), + [anon_sym_iNcLUDe] = ACTIONS(179), + [anon_sym_iNcLUDE] = ACTIONS(179), + [anon_sym_iNClude] = ACTIONS(179), + [anon_sym_iNCludE] = ACTIONS(179), + [anon_sym_iNCluDe] = ACTIONS(179), + [anon_sym_iNCluDE] = ACTIONS(179), + [anon_sym_iNClUde] = ACTIONS(179), + [anon_sym_iNClUdE] = ACTIONS(179), + [anon_sym_iNClUDe] = ACTIONS(179), + [anon_sym_iNClUDE] = ACTIONS(179), + [anon_sym_iNCLude] = ACTIONS(179), + [anon_sym_iNCLudE] = ACTIONS(179), + [anon_sym_iNCLuDe] = ACTIONS(179), + [anon_sym_iNCLuDE] = ACTIONS(179), + [anon_sym_iNCLUde] = ACTIONS(179), + [anon_sym_iNCLUdE] = ACTIONS(179), + [anon_sym_iNCLUDe] = ACTIONS(179), + [anon_sym_iNCLUDE] = ACTIONS(179), + [anon_sym_Include] = ACTIONS(179), + [anon_sym_IncludE] = ACTIONS(179), + [anon_sym_IncluDe] = ACTIONS(179), + [anon_sym_IncluDE] = ACTIONS(179), + [anon_sym_InclUde] = ACTIONS(179), + [anon_sym_InclUdE] = ACTIONS(179), + [anon_sym_InclUDe] = ACTIONS(179), + [anon_sym_InclUDE] = ACTIONS(179), + [anon_sym_IncLude] = ACTIONS(179), + [anon_sym_IncLudE] = ACTIONS(179), + [anon_sym_IncLuDe] = ACTIONS(179), + [anon_sym_IncLuDE] = ACTIONS(179), + [anon_sym_IncLUde] = ACTIONS(179), + [anon_sym_IncLUdE] = ACTIONS(179), + [anon_sym_IncLUDe] = ACTIONS(179), + [anon_sym_IncLUDE] = ACTIONS(179), + [anon_sym_InClude] = ACTIONS(179), + [anon_sym_InCludE] = ACTIONS(179), + [anon_sym_InCluDe] = ACTIONS(179), + [anon_sym_InCluDE] = ACTIONS(179), + [anon_sym_InClUde] = ACTIONS(179), + [anon_sym_InClUdE] = ACTIONS(179), + [anon_sym_InClUDe] = ACTIONS(179), + [anon_sym_InClUDE] = ACTIONS(179), + [anon_sym_InCLude] = ACTIONS(179), + [anon_sym_InCLudE] = ACTIONS(179), + [anon_sym_InCLuDe] = ACTIONS(179), + [anon_sym_InCLuDE] = ACTIONS(179), + [anon_sym_InCLUde] = ACTIONS(179), + [anon_sym_InCLUdE] = ACTIONS(179), + [anon_sym_InCLUDe] = ACTIONS(179), + [anon_sym_InCLUDE] = ACTIONS(179), + [anon_sym_INclude] = ACTIONS(179), + [anon_sym_INcludE] = ACTIONS(179), + [anon_sym_INcluDe] = ACTIONS(179), + [anon_sym_INcluDE] = ACTIONS(179), + [anon_sym_INclUde] = ACTIONS(179), + [anon_sym_INclUdE] = ACTIONS(179), + [anon_sym_INclUDe] = ACTIONS(179), + [anon_sym_INclUDE] = ACTIONS(179), + [anon_sym_INcLude] = ACTIONS(179), + [anon_sym_INcLudE] = ACTIONS(179), + [anon_sym_INcLuDe] = ACTIONS(179), + [anon_sym_INcLuDE] = ACTIONS(179), + [anon_sym_INcLUde] = ACTIONS(179), + [anon_sym_INcLUdE] = ACTIONS(179), + [anon_sym_INcLUDe] = ACTIONS(179), + [anon_sym_INcLUDE] = ACTIONS(179), + [anon_sym_INClude] = ACTIONS(179), + [anon_sym_INCludE] = ACTIONS(179), + [anon_sym_INCluDe] = ACTIONS(179), + [anon_sym_INCluDE] = ACTIONS(179), + [anon_sym_INClUde] = ACTIONS(179), + [anon_sym_INClUdE] = ACTIONS(179), + [anon_sym_INClUDe] = ACTIONS(179), + [anon_sym_INClUDE] = ACTIONS(179), + [anon_sym_INCLude] = ACTIONS(179), + [anon_sym_INCLudE] = ACTIONS(179), + [anon_sym_INCLuDe] = ACTIONS(179), + [anon_sym_INCLuDE] = ACTIONS(179), + [anon_sym_INCLUde] = ACTIONS(179), + [anon_sym_INCLUdE] = ACTIONS(179), + [anon_sym_INCLUDe] = ACTIONS(179), + [anon_sym_INCLUDE] = ACTIONS(179), + [anon_sym_action] = ACTIONS(182), + [anon_sym_actioN] = ACTIONS(182), + [anon_sym_actiOn] = ACTIONS(182), + [anon_sym_actiON] = ACTIONS(182), + [anon_sym_actIon] = ACTIONS(182), + [anon_sym_actIoN] = ACTIONS(182), + [anon_sym_actIOn] = ACTIONS(182), + [anon_sym_actION] = ACTIONS(182), + [anon_sym_acTion] = ACTIONS(182), + [anon_sym_acTioN] = ACTIONS(182), + [anon_sym_acTiOn] = ACTIONS(182), + [anon_sym_acTiON] = ACTIONS(182), + [anon_sym_acTIon] = ACTIONS(182), + [anon_sym_acTIoN] = ACTIONS(182), + [anon_sym_acTIOn] = ACTIONS(182), + [anon_sym_acTION] = ACTIONS(182), + [anon_sym_aCtion] = ACTIONS(182), + [anon_sym_aCtioN] = ACTIONS(182), + [anon_sym_aCtiOn] = ACTIONS(182), + [anon_sym_aCtiON] = ACTIONS(182), + [anon_sym_aCtIon] = ACTIONS(182), + [anon_sym_aCtIoN] = ACTIONS(182), + [anon_sym_aCtIOn] = ACTIONS(182), + [anon_sym_aCtION] = ACTIONS(182), + [anon_sym_aCTion] = ACTIONS(182), + [anon_sym_aCTioN] = ACTIONS(182), + [anon_sym_aCTiOn] = ACTIONS(182), + [anon_sym_aCTiON] = ACTIONS(182), + [anon_sym_aCTIon] = ACTIONS(182), + [anon_sym_aCTIoN] = ACTIONS(182), + [anon_sym_aCTIOn] = ACTIONS(182), + [anon_sym_aCTION] = ACTIONS(182), + [anon_sym_Action] = ACTIONS(182), + [anon_sym_ActioN] = ACTIONS(182), + [anon_sym_ActiOn] = ACTIONS(182), + [anon_sym_ActiON] = ACTIONS(182), + [anon_sym_ActIon] = ACTIONS(182), + [anon_sym_ActIoN] = ACTIONS(182), + [anon_sym_ActIOn] = ACTIONS(182), + [anon_sym_ActION] = ACTIONS(182), + [anon_sym_AcTion] = ACTIONS(182), + [anon_sym_AcTioN] = ACTIONS(182), + [anon_sym_AcTiOn] = ACTIONS(182), + [anon_sym_AcTiON] = ACTIONS(182), + [anon_sym_AcTIon] = ACTIONS(182), + [anon_sym_AcTIoN] = ACTIONS(182), + [anon_sym_AcTIOn] = ACTIONS(182), + [anon_sym_AcTION] = ACTIONS(182), + [anon_sym_ACtion] = ACTIONS(182), + [anon_sym_ACtioN] = ACTIONS(182), + [anon_sym_ACtiOn] = ACTIONS(182), + [anon_sym_ACtiON] = ACTIONS(182), + [anon_sym_ACtIon] = ACTIONS(182), + [anon_sym_ACtIoN] = ACTIONS(182), + [anon_sym_ACtIOn] = ACTIONS(182), + [anon_sym_ACtION] = ACTIONS(182), + [anon_sym_ACTion] = ACTIONS(182), + [anon_sym_ACTioN] = ACTIONS(182), + [anon_sym_ACTiOn] = ACTIONS(182), + [anon_sym_ACTiON] = ACTIONS(182), + [anon_sym_ACTIon] = ACTIONS(182), + [anon_sym_ACTIoN] = ACTIONS(182), + [anon_sym_ACTIOn] = ACTIONS(182), + [anon_sym_ACTION] = ACTIONS(182), + [anon_sym_if] = ACTIONS(185), + [anon_sym_iF] = ACTIONS(185), + [anon_sym_If] = ACTIONS(185), + [anon_sym_IF] = ACTIONS(185), + [anon_sym_while] = ACTIONS(188), + [anon_sym_whilE] = ACTIONS(188), + [anon_sym_whiLe] = ACTIONS(188), + [anon_sym_whiLE] = ACTIONS(188), + [anon_sym_whIle] = ACTIONS(188), + [anon_sym_whIlE] = ACTIONS(188), + [anon_sym_whILe] = ACTIONS(188), + [anon_sym_whILE] = ACTIONS(188), + [anon_sym_wHile] = ACTIONS(188), + [anon_sym_wHilE] = ACTIONS(188), + [anon_sym_wHiLe] = ACTIONS(188), + [anon_sym_wHiLE] = ACTIONS(188), + [anon_sym_wHIle] = ACTIONS(188), + [anon_sym_wHIlE] = ACTIONS(188), + [anon_sym_wHILe] = ACTIONS(188), + [anon_sym_wHILE] = ACTIONS(188), + [anon_sym_While] = ACTIONS(188), + [anon_sym_WhilE] = ACTIONS(188), + [anon_sym_WhiLe] = ACTIONS(188), + [anon_sym_WhiLE] = ACTIONS(188), + [anon_sym_WhIle] = ACTIONS(188), + [anon_sym_WhIlE] = ACTIONS(188), + [anon_sym_WhILe] = ACTIONS(188), + [anon_sym_WhILE] = ACTIONS(188), + [anon_sym_WHile] = ACTIONS(188), + [anon_sym_WHilE] = ACTIONS(188), + [anon_sym_WHiLe] = ACTIONS(188), + [anon_sym_WHiLE] = ACTIONS(188), + [anon_sym_WHIle] = ACTIONS(188), + [anon_sym_WHIlE] = ACTIONS(188), + [anon_sym_WHILe] = ACTIONS(188), + [anon_sym_WHILE] = ACTIONS(188), + [anon_sym_detector] = ACTIONS(191), + [anon_sym_detectoR] = ACTIONS(191), + [anon_sym_detectOr] = ACTIONS(191), + [anon_sym_detectOR] = ACTIONS(191), + [anon_sym_detecTor] = ACTIONS(191), + [anon_sym_detecToR] = ACTIONS(191), + [anon_sym_detecTOr] = ACTIONS(191), + [anon_sym_detecTOR] = ACTIONS(191), + [anon_sym_deteCtor] = ACTIONS(191), + [anon_sym_deteCtoR] = ACTIONS(191), + [anon_sym_deteCtOr] = ACTIONS(191), + [anon_sym_deteCtOR] = ACTIONS(191), + [anon_sym_deteCTor] = ACTIONS(191), + [anon_sym_deteCToR] = ACTIONS(191), + [anon_sym_deteCTOr] = ACTIONS(191), + [anon_sym_deteCTOR] = ACTIONS(191), + [anon_sym_detEctor] = ACTIONS(191), + [anon_sym_detEctoR] = ACTIONS(191), + [anon_sym_detEctOr] = ACTIONS(191), + [anon_sym_detEctOR] = ACTIONS(191), + [anon_sym_detEcTor] = ACTIONS(191), + [anon_sym_detEcToR] = ACTIONS(191), + [anon_sym_detEcTOr] = ACTIONS(191), + [anon_sym_detEcTOR] = ACTIONS(191), + [anon_sym_detECtor] = ACTIONS(191), + [anon_sym_detECtoR] = ACTIONS(191), + [anon_sym_detECtOr] = ACTIONS(191), + [anon_sym_detECtOR] = ACTIONS(191), + [anon_sym_detECTor] = ACTIONS(191), + [anon_sym_detECToR] = ACTIONS(191), + [anon_sym_detECTOr] = ACTIONS(191), + [anon_sym_detECTOR] = ACTIONS(191), + [anon_sym_deTector] = ACTIONS(191), + [anon_sym_deTectoR] = ACTIONS(191), + [anon_sym_deTectOr] = ACTIONS(191), + [anon_sym_deTectOR] = ACTIONS(191), + [anon_sym_deTecTor] = ACTIONS(191), + [anon_sym_deTecToR] = ACTIONS(191), + [anon_sym_deTecTOr] = ACTIONS(191), + [anon_sym_deTecTOR] = ACTIONS(191), + [anon_sym_deTeCtor] = ACTIONS(191), + [anon_sym_deTeCtoR] = ACTIONS(191), + [anon_sym_deTeCtOr] = ACTIONS(191), + [anon_sym_deTeCtOR] = ACTIONS(191), + [anon_sym_deTeCTor] = ACTIONS(191), + [anon_sym_deTeCToR] = ACTIONS(191), + [anon_sym_deTeCTOr] = ACTIONS(191), + [anon_sym_deTeCTOR] = ACTIONS(191), + [anon_sym_deTEctor] = ACTIONS(191), + [anon_sym_deTEctoR] = ACTIONS(191), + [anon_sym_deTEctOr] = ACTIONS(191), + [anon_sym_deTEctOR] = ACTIONS(191), + [anon_sym_deTEcTor] = ACTIONS(191), + [anon_sym_deTEcToR] = ACTIONS(191), + [anon_sym_deTEcTOr] = ACTIONS(191), + [anon_sym_deTEcTOR] = ACTIONS(191), + [anon_sym_deTECtor] = ACTIONS(191), + [anon_sym_deTECtoR] = ACTIONS(191), + [anon_sym_deTECtOr] = ACTIONS(191), + [anon_sym_deTECtOR] = ACTIONS(191), + [anon_sym_deTECTor] = ACTIONS(191), + [anon_sym_deTECToR] = ACTIONS(191), + [anon_sym_deTECTOr] = ACTIONS(191), + [anon_sym_deTECTOR] = ACTIONS(191), + [anon_sym_dEtector] = ACTIONS(191), + [anon_sym_dEtectoR] = ACTIONS(191), + [anon_sym_dEtectOr] = ACTIONS(191), + [anon_sym_dEtectOR] = ACTIONS(191), + [anon_sym_dEtecTor] = ACTIONS(191), + [anon_sym_dEtecToR] = ACTIONS(191), + [anon_sym_dEtecTOr] = ACTIONS(191), + [anon_sym_dEtecTOR] = ACTIONS(191), + [anon_sym_dEteCtor] = ACTIONS(191), + [anon_sym_dEteCtoR] = ACTIONS(191), + [anon_sym_dEteCtOr] = ACTIONS(191), + [anon_sym_dEteCtOR] = ACTIONS(191), + [anon_sym_dEteCTor] = ACTIONS(191), + [anon_sym_dEteCToR] = ACTIONS(191), + [anon_sym_dEteCTOr] = ACTIONS(191), + [anon_sym_dEteCTOR] = ACTIONS(191), + [anon_sym_dEtEctor] = ACTIONS(191), + [anon_sym_dEtEctoR] = ACTIONS(191), + [anon_sym_dEtEctOr] = ACTIONS(191), + [anon_sym_dEtEctOR] = ACTIONS(191), + [anon_sym_dEtEcTor] = ACTIONS(191), + [anon_sym_dEtEcToR] = ACTIONS(191), + [anon_sym_dEtEcTOr] = ACTIONS(191), + [anon_sym_dEtEcTOR] = ACTIONS(191), + [anon_sym_dEtECtor] = ACTIONS(191), + [anon_sym_dEtECtoR] = ACTIONS(191), + [anon_sym_dEtECtOr] = ACTIONS(191), + [anon_sym_dEtECtOR] = ACTIONS(191), + [anon_sym_dEtECTor] = ACTIONS(191), + [anon_sym_dEtECToR] = ACTIONS(191), + [anon_sym_dEtECTOr] = ACTIONS(191), + [anon_sym_dEtECTOR] = ACTIONS(191), + [anon_sym_dETector] = ACTIONS(191), + [anon_sym_dETectoR] = ACTIONS(191), + [anon_sym_dETectOr] = ACTIONS(191), + [anon_sym_dETectOR] = ACTIONS(191), + [anon_sym_dETecTor] = ACTIONS(191), + [anon_sym_dETecToR] = ACTIONS(191), + [anon_sym_dETecTOr] = ACTIONS(191), + [anon_sym_dETecTOR] = ACTIONS(191), + [anon_sym_dETeCtor] = ACTIONS(191), + [anon_sym_dETeCtoR] = ACTIONS(191), + [anon_sym_dETeCtOr] = ACTIONS(191), + [anon_sym_dETeCtOR] = ACTIONS(191), + [anon_sym_dETeCTor] = ACTIONS(191), + [anon_sym_dETeCToR] = ACTIONS(191), + [anon_sym_dETeCTOr] = ACTIONS(191), + [anon_sym_dETeCTOR] = ACTIONS(191), + [anon_sym_dETEctor] = ACTIONS(191), + [anon_sym_dETEctoR] = ACTIONS(191), + [anon_sym_dETEctOr] = ACTIONS(191), + [anon_sym_dETEctOR] = ACTIONS(191), + [anon_sym_dETEcTor] = ACTIONS(191), + [anon_sym_dETEcToR] = ACTIONS(191), + [anon_sym_dETEcTOr] = ACTIONS(191), + [anon_sym_dETEcTOR] = ACTIONS(191), + [anon_sym_dETECtor] = ACTIONS(191), + [anon_sym_dETECtoR] = ACTIONS(191), + [anon_sym_dETECtOr] = ACTIONS(191), + [anon_sym_dETECtOR] = ACTIONS(191), + [anon_sym_dETECTor] = ACTIONS(191), + [anon_sym_dETECToR] = ACTIONS(191), + [anon_sym_dETECTOr] = ACTIONS(191), + [anon_sym_dETECTOR] = ACTIONS(191), + [anon_sym_Detector] = ACTIONS(191), + [anon_sym_DetectoR] = ACTIONS(191), + [anon_sym_DetectOr] = ACTIONS(191), + [anon_sym_DetectOR] = ACTIONS(191), + [anon_sym_DetecTor] = ACTIONS(191), + [anon_sym_DetecToR] = ACTIONS(191), + [anon_sym_DetecTOr] = ACTIONS(191), + [anon_sym_DetecTOR] = ACTIONS(191), + [anon_sym_DeteCtor] = ACTIONS(191), + [anon_sym_DeteCtoR] = ACTIONS(191), + [anon_sym_DeteCtOr] = ACTIONS(191), + [anon_sym_DeteCtOR] = ACTIONS(191), + [anon_sym_DeteCTor] = ACTIONS(191), + [anon_sym_DeteCToR] = ACTIONS(191), + [anon_sym_DeteCTOr] = ACTIONS(191), + [anon_sym_DeteCTOR] = ACTIONS(191), + [anon_sym_DetEctor] = ACTIONS(191), + [anon_sym_DetEctoR] = ACTIONS(191), + [anon_sym_DetEctOr] = ACTIONS(191), + [anon_sym_DetEctOR] = ACTIONS(191), + [anon_sym_DetEcTor] = ACTIONS(191), + [anon_sym_DetEcToR] = ACTIONS(191), + [anon_sym_DetEcTOr] = ACTIONS(191), + [anon_sym_DetEcTOR] = ACTIONS(191), + [anon_sym_DetECtor] = ACTIONS(191), + [anon_sym_DetECtoR] = ACTIONS(191), + [anon_sym_DetECtOr] = ACTIONS(191), + [anon_sym_DetECtOR] = ACTIONS(191), + [anon_sym_DetECTor] = ACTIONS(191), + [anon_sym_DetECToR] = ACTIONS(191), + [anon_sym_DetECTOr] = ACTIONS(191), + [anon_sym_DetECTOR] = ACTIONS(191), + [anon_sym_DeTector] = ACTIONS(191), + [anon_sym_DeTectoR] = ACTIONS(191), + [anon_sym_DeTectOr] = ACTIONS(191), + [anon_sym_DeTectOR] = ACTIONS(191), + [anon_sym_DeTecTor] = ACTIONS(191), + [anon_sym_DeTecToR] = ACTIONS(191), + [anon_sym_DeTecTOr] = ACTIONS(191), + [anon_sym_DeTecTOR] = ACTIONS(191), + [anon_sym_DeTeCtor] = ACTIONS(191), + [anon_sym_DeTeCtoR] = ACTIONS(191), + [anon_sym_DeTeCtOr] = ACTIONS(191), + [anon_sym_DeTeCtOR] = ACTIONS(191), + [anon_sym_DeTeCTor] = ACTIONS(191), + [anon_sym_DeTeCToR] = ACTIONS(191), + [anon_sym_DeTeCTOr] = ACTIONS(191), + [anon_sym_DeTeCTOR] = ACTIONS(191), + [anon_sym_DeTEctor] = ACTIONS(191), + [anon_sym_DeTEctoR] = ACTIONS(191), + [anon_sym_DeTEctOr] = ACTIONS(191), + [anon_sym_DeTEctOR] = ACTIONS(191), + [anon_sym_DeTEcTor] = ACTIONS(191), + [anon_sym_DeTEcToR] = ACTIONS(191), + [anon_sym_DeTEcTOr] = ACTIONS(191), + [anon_sym_DeTEcTOR] = ACTIONS(191), + [anon_sym_DeTECtor] = ACTIONS(191), + [anon_sym_DeTECtoR] = ACTIONS(191), + [anon_sym_DeTECtOr] = ACTIONS(191), + [anon_sym_DeTECtOR] = ACTIONS(191), + [anon_sym_DeTECTor] = ACTIONS(191), + [anon_sym_DeTECToR] = ACTIONS(191), + [anon_sym_DeTECTOr] = ACTIONS(191), + [anon_sym_DeTECTOR] = ACTIONS(191), + [anon_sym_DEtector] = ACTIONS(191), + [anon_sym_DEtectoR] = ACTIONS(191), + [anon_sym_DEtectOr] = ACTIONS(191), + [anon_sym_DEtectOR] = ACTIONS(191), + [anon_sym_DEtecTor] = ACTIONS(191), + [anon_sym_DEtecToR] = ACTIONS(191), + [anon_sym_DEtecTOr] = ACTIONS(191), + [anon_sym_DEtecTOR] = ACTIONS(191), + [anon_sym_DEteCtor] = ACTIONS(191), + [anon_sym_DEteCtoR] = ACTIONS(191), + [anon_sym_DEteCtOr] = ACTIONS(191), + [anon_sym_DEteCtOR] = ACTIONS(191), + [anon_sym_DEteCTor] = ACTIONS(191), + [anon_sym_DEteCToR] = ACTIONS(191), + [anon_sym_DEteCTOr] = ACTIONS(191), + [anon_sym_DEteCTOR] = ACTIONS(191), + [anon_sym_DEtEctor] = ACTIONS(191), + [anon_sym_DEtEctoR] = ACTIONS(191), + [anon_sym_DEtEctOr] = ACTIONS(191), + [anon_sym_DEtEctOR] = ACTIONS(191), + [anon_sym_DEtEcTor] = ACTIONS(191), + [anon_sym_DEtEcToR] = ACTIONS(191), + [anon_sym_DEtEcTOr] = ACTIONS(191), + [anon_sym_DEtEcTOR] = ACTIONS(191), + [anon_sym_DEtECtor] = ACTIONS(191), + [anon_sym_DEtECtoR] = ACTIONS(191), + [anon_sym_DEtECtOr] = ACTIONS(191), + [anon_sym_DEtECtOR] = ACTIONS(191), + [anon_sym_DEtECTor] = ACTIONS(191), + [anon_sym_DEtECToR] = ACTIONS(191), + [anon_sym_DEtECTOr] = ACTIONS(191), + [anon_sym_DEtECTOR] = ACTIONS(191), + [anon_sym_DETector] = ACTIONS(191), + [anon_sym_DETectoR] = ACTIONS(191), + [anon_sym_DETectOr] = ACTIONS(191), + [anon_sym_DETectOR] = ACTIONS(191), + [anon_sym_DETecTor] = ACTIONS(191), + [anon_sym_DETecToR] = ACTIONS(191), + [anon_sym_DETecTOr] = ACTIONS(191), + [anon_sym_DETecTOR] = ACTIONS(191), + [anon_sym_DETeCtor] = ACTIONS(191), + [anon_sym_DETeCtoR] = ACTIONS(191), + [anon_sym_DETeCtOr] = ACTIONS(191), + [anon_sym_DETeCtOR] = ACTIONS(191), + [anon_sym_DETeCTor] = ACTIONS(191), + [anon_sym_DETeCToR] = ACTIONS(191), + [anon_sym_DETeCTOr] = ACTIONS(191), + [anon_sym_DETeCTOR] = ACTIONS(191), + [anon_sym_DETEctor] = ACTIONS(191), + [anon_sym_DETEctoR] = ACTIONS(191), + [anon_sym_DETEctOr] = ACTIONS(191), + [anon_sym_DETEctOR] = ACTIONS(191), + [anon_sym_DETEcTor] = ACTIONS(191), + [anon_sym_DETEcToR] = ACTIONS(191), + [anon_sym_DETEcTOr] = ACTIONS(191), + [anon_sym_DETEcTOR] = ACTIONS(191), + [anon_sym_DETECtor] = ACTIONS(191), + [anon_sym_DETECtoR] = ACTIONS(191), + [anon_sym_DETECtOr] = ACTIONS(191), + [anon_sym_DETECtOR] = ACTIONS(191), + [anon_sym_DETECTor] = ACTIONS(191), + [anon_sym_DETECToR] = ACTIONS(191), + [anon_sym_DETECTOr] = ACTIONS(191), + [anon_sym_DETECTOR] = ACTIONS(191), + [anon_sym_invoke] = ACTIONS(194), + [anon_sym_invokE] = ACTIONS(194), + [anon_sym_invoKe] = ACTIONS(194), + [anon_sym_invoKE] = ACTIONS(194), + [anon_sym_invOke] = ACTIONS(194), + [anon_sym_invOkE] = ACTIONS(194), + [anon_sym_invOKe] = ACTIONS(194), + [anon_sym_invOKE] = ACTIONS(194), + [anon_sym_inVoke] = ACTIONS(194), + [anon_sym_inVokE] = ACTIONS(194), + [anon_sym_inVoKe] = ACTIONS(194), + [anon_sym_inVoKE] = ACTIONS(194), + [anon_sym_inVOke] = ACTIONS(194), + [anon_sym_inVOkE] = ACTIONS(194), + [anon_sym_inVOKe] = ACTIONS(194), + [anon_sym_inVOKE] = ACTIONS(194), + [anon_sym_iNvoke] = ACTIONS(194), + [anon_sym_iNvokE] = ACTIONS(194), + [anon_sym_iNvoKe] = ACTIONS(194), + [anon_sym_iNvoKE] = ACTIONS(194), + [anon_sym_iNvOke] = ACTIONS(194), + [anon_sym_iNvOkE] = ACTIONS(194), + [anon_sym_iNvOKe] = ACTIONS(194), + [anon_sym_iNvOKE] = ACTIONS(194), + [anon_sym_iNVoke] = ACTIONS(194), + [anon_sym_iNVokE] = ACTIONS(194), + [anon_sym_iNVoKe] = ACTIONS(194), + [anon_sym_iNVoKE] = ACTIONS(194), + [anon_sym_iNVOke] = ACTIONS(194), + [anon_sym_iNVOkE] = ACTIONS(194), + [anon_sym_iNVOKe] = ACTIONS(194), + [anon_sym_iNVOKE] = ACTIONS(194), + [anon_sym_Invoke] = ACTIONS(194), + [anon_sym_InvokE] = ACTIONS(194), + [anon_sym_InvoKe] = ACTIONS(194), + [anon_sym_InvoKE] = ACTIONS(194), + [anon_sym_InvOke] = ACTIONS(194), + [anon_sym_InvOkE] = ACTIONS(194), + [anon_sym_InvOKe] = ACTIONS(194), + [anon_sym_InvOKE] = ACTIONS(194), + [anon_sym_InVoke] = ACTIONS(194), + [anon_sym_InVokE] = ACTIONS(194), + [anon_sym_InVoKe] = ACTIONS(194), + [anon_sym_InVoKE] = ACTIONS(194), + [anon_sym_InVOke] = ACTIONS(194), + [anon_sym_InVOkE] = ACTIONS(194), + [anon_sym_InVOKe] = ACTIONS(194), + [anon_sym_InVOKE] = ACTIONS(194), + [anon_sym_INvoke] = ACTIONS(194), + [anon_sym_INvokE] = ACTIONS(194), + [anon_sym_INvoKe] = ACTIONS(194), + [anon_sym_INvoKE] = ACTIONS(194), + [anon_sym_INvOke] = ACTIONS(194), + [anon_sym_INvOkE] = ACTIONS(194), + [anon_sym_INvOKe] = ACTIONS(194), + [anon_sym_INvOKE] = ACTIONS(194), + [anon_sym_INVoke] = ACTIONS(194), + [anon_sym_INVokE] = ACTIONS(194), + [anon_sym_INVoKe] = ACTIONS(194), + [anon_sym_INVoKE] = ACTIONS(194), + [anon_sym_INVOke] = ACTIONS(194), + [anon_sym_INVOkE] = ACTIONS(194), + [anon_sym_INVOKe] = ACTIONS(194), + [anon_sym_INVOKE] = ACTIONS(194), + [anon_sym_select] = ACTIONS(197), + [anon_sym_selecT] = ACTIONS(197), + [anon_sym_seleCt] = ACTIONS(197), + [anon_sym_seleCT] = ACTIONS(197), + [anon_sym_selEct] = ACTIONS(197), + [anon_sym_selEcT] = ACTIONS(197), + [anon_sym_selECt] = ACTIONS(197), + [anon_sym_selECT] = ACTIONS(197), + [anon_sym_seLect] = ACTIONS(197), + [anon_sym_seLecT] = ACTIONS(197), + [anon_sym_seLeCt] = ACTIONS(197), + [anon_sym_seLeCT] = ACTIONS(197), + [anon_sym_seLEct] = ACTIONS(197), + [anon_sym_seLEcT] = ACTIONS(197), + [anon_sym_seLECt] = ACTIONS(197), + [anon_sym_seLECT] = ACTIONS(197), + [anon_sym_sElect] = ACTIONS(197), + [anon_sym_sElecT] = ACTIONS(197), + [anon_sym_sEleCt] = ACTIONS(197), + [anon_sym_sEleCT] = ACTIONS(197), + [anon_sym_sElEct] = ACTIONS(197), + [anon_sym_sElEcT] = ACTIONS(197), + [anon_sym_sElECt] = ACTIONS(197), + [anon_sym_sElECT] = ACTIONS(197), + [anon_sym_sELect] = ACTIONS(197), + [anon_sym_sELecT] = ACTIONS(197), + [anon_sym_sELeCt] = ACTIONS(197), + [anon_sym_sELeCT] = ACTIONS(197), + [anon_sym_sELEct] = ACTIONS(197), + [anon_sym_sELEcT] = ACTIONS(197), + [anon_sym_sELECt] = ACTIONS(197), + [anon_sym_sELECT] = ACTIONS(197), + [anon_sym_Select] = ACTIONS(197), + [anon_sym_SelecT] = ACTIONS(197), + [anon_sym_SeleCt] = ACTIONS(197), + [anon_sym_SeleCT] = ACTIONS(197), + [anon_sym_SelEct] = ACTIONS(197), + [anon_sym_SelEcT] = ACTIONS(197), + [anon_sym_SelECt] = ACTIONS(197), + [anon_sym_SelECT] = ACTIONS(197), + [anon_sym_SeLect] = ACTIONS(197), + [anon_sym_SeLecT] = ACTIONS(197), + [anon_sym_SeLeCt] = ACTIONS(197), + [anon_sym_SeLeCT] = ACTIONS(197), + [anon_sym_SeLEct] = ACTIONS(197), + [anon_sym_SeLEcT] = ACTIONS(197), + [anon_sym_SeLECt] = ACTIONS(197), + [anon_sym_SeLECT] = ACTIONS(197), + [anon_sym_SElect] = ACTIONS(197), + [anon_sym_SElecT] = ACTIONS(197), + [anon_sym_SEleCt] = ACTIONS(197), + [anon_sym_SEleCT] = ACTIONS(197), + [anon_sym_SElEct] = ACTIONS(197), + [anon_sym_SElEcT] = ACTIONS(197), + [anon_sym_SElECt] = ACTIONS(197), + [anon_sym_SElECT] = ACTIONS(197), + [anon_sym_SELect] = ACTIONS(197), + [anon_sym_SELecT] = ACTIONS(197), + [anon_sym_SELeCt] = ACTIONS(197), + [anon_sym_SELeCT] = ACTIONS(197), + [anon_sym_SELEct] = ACTIONS(197), + [anon_sym_SELEcT] = ACTIONS(197), + [anon_sym_SELECt] = ACTIONS(197), + [anon_sym_SELECT] = ACTIONS(197), + }, + [33] = { + [sym__top_level_item] = STATE(38), + [sym__directive] = STATE(34), + [sym_define] = STATE(36), + [sym_include] = STATE(36), + [sym__command] = STATE(34), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym__statement] = STATE(34), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), + [sym_comment] = STATE(33), + [sym_define_insensitive] = STATE(77), + [sym_include_insensitive] = STATE(80), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_translation_unit_repeat1] = STATE(32), + [ts_builtin_sym_end] = ACTIONS(200), [sym_identifier] = ACTIONS(7), [anon_sym_POUND] = ACTIONS(3), [sym_variable] = ACTIONS(9), @@ -57600,2080 +60947,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECt] = ACTIONS(25), [anon_sym_SELECT] = ACTIONS(25), }, - [31] = { - [sym__top_level_item] = STATE(36), - [sym__directive] = STATE(34), - [sym_define] = STATE(33), - [sym_include] = STATE(33), - [sym__command] = STATE(34), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym__statement] = STATE(34), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), - [sym_comment] = STATE(31), - [sym_define_insensitive] = STATE(93), - [sym_include_insensitive] = STATE(69), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_translation_unit_repeat1] = STATE(31), - [ts_builtin_sym_end] = ACTIONS(162), - [sym_identifier] = ACTIONS(164), - [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(167), - [anon_sym_define] = ACTIONS(170), - [anon_sym_definE] = ACTIONS(170), - [anon_sym_defiNe] = ACTIONS(170), - [anon_sym_defiNE] = ACTIONS(170), - [anon_sym_defIne] = ACTIONS(170), - [anon_sym_defInE] = ACTIONS(170), - [anon_sym_defINe] = ACTIONS(170), - [anon_sym_defINE] = ACTIONS(170), - [anon_sym_deFine] = ACTIONS(170), - [anon_sym_deFinE] = ACTIONS(170), - [anon_sym_deFiNe] = ACTIONS(170), - [anon_sym_deFiNE] = ACTIONS(170), - [anon_sym_deFIne] = ACTIONS(170), - [anon_sym_deFInE] = ACTIONS(170), - [anon_sym_deFINe] = ACTIONS(170), - [anon_sym_deFINE] = ACTIONS(170), - [anon_sym_dEfine] = ACTIONS(170), - [anon_sym_dEfinE] = ACTIONS(170), - [anon_sym_dEfiNe] = ACTIONS(170), - [anon_sym_dEfiNE] = ACTIONS(170), - [anon_sym_dEfIne] = ACTIONS(170), - [anon_sym_dEfInE] = ACTIONS(170), - [anon_sym_dEfINe] = ACTIONS(170), - [anon_sym_dEfINE] = ACTIONS(170), - [anon_sym_dEFine] = ACTIONS(170), - [anon_sym_dEFinE] = ACTIONS(170), - [anon_sym_dEFiNe] = ACTIONS(170), - [anon_sym_dEFiNE] = ACTIONS(170), - [anon_sym_dEFIne] = ACTIONS(170), - [anon_sym_dEFInE] = ACTIONS(170), - [anon_sym_dEFINe] = ACTIONS(170), - [anon_sym_dEFINE] = ACTIONS(170), - [anon_sym_Define] = ACTIONS(170), - [anon_sym_DefinE] = ACTIONS(170), - [anon_sym_DefiNe] = ACTIONS(170), - [anon_sym_DefiNE] = ACTIONS(170), - [anon_sym_DefIne] = ACTIONS(170), - [anon_sym_DefInE] = ACTIONS(170), - [anon_sym_DefINe] = ACTIONS(170), - [anon_sym_DefINE] = ACTIONS(170), - [anon_sym_DeFine] = ACTIONS(170), - [anon_sym_DeFinE] = ACTIONS(170), - [anon_sym_DeFiNe] = ACTIONS(170), - [anon_sym_DeFiNE] = ACTIONS(170), - [anon_sym_DeFIne] = ACTIONS(170), - [anon_sym_DeFInE] = ACTIONS(170), - [anon_sym_DeFINe] = ACTIONS(170), - [anon_sym_DeFINE] = ACTIONS(170), - [anon_sym_DEfine] = ACTIONS(170), - [anon_sym_DEfinE] = ACTIONS(170), - [anon_sym_DEfiNe] = ACTIONS(170), - [anon_sym_DEfiNE] = ACTIONS(170), - [anon_sym_DEfIne] = ACTIONS(170), - [anon_sym_DEfInE] = ACTIONS(170), - [anon_sym_DEfINe] = ACTIONS(170), - [anon_sym_DEfINE] = ACTIONS(170), - [anon_sym_DEFine] = ACTIONS(170), - [anon_sym_DEFinE] = ACTIONS(170), - [anon_sym_DEFiNe] = ACTIONS(170), - [anon_sym_DEFiNE] = ACTIONS(170), - [anon_sym_DEFIne] = ACTIONS(170), - [anon_sym_DEFInE] = ACTIONS(170), - [anon_sym_DEFINe] = ACTIONS(170), - [anon_sym_DEFINE] = ACTIONS(170), - [anon_sym_include] = ACTIONS(173), - [anon_sym_includE] = ACTIONS(173), - [anon_sym_incluDe] = ACTIONS(173), - [anon_sym_incluDE] = ACTIONS(173), - [anon_sym_inclUde] = ACTIONS(173), - [anon_sym_inclUdE] = ACTIONS(173), - [anon_sym_inclUDe] = ACTIONS(173), - [anon_sym_inclUDE] = ACTIONS(173), - [anon_sym_incLude] = ACTIONS(173), - [anon_sym_incLudE] = ACTIONS(173), - [anon_sym_incLuDe] = ACTIONS(173), - [anon_sym_incLuDE] = ACTIONS(173), - [anon_sym_incLUde] = ACTIONS(173), - [anon_sym_incLUdE] = ACTIONS(173), - [anon_sym_incLUDe] = ACTIONS(173), - [anon_sym_incLUDE] = ACTIONS(173), - [anon_sym_inClude] = ACTIONS(173), - [anon_sym_inCludE] = ACTIONS(173), - [anon_sym_inCluDe] = ACTIONS(173), - [anon_sym_inCluDE] = ACTIONS(173), - [anon_sym_inClUde] = ACTIONS(173), - [anon_sym_inClUdE] = ACTIONS(173), - [anon_sym_inClUDe] = ACTIONS(173), - [anon_sym_inClUDE] = ACTIONS(173), - [anon_sym_inCLude] = ACTIONS(173), - [anon_sym_inCLudE] = ACTIONS(173), - [anon_sym_inCLuDe] = ACTIONS(173), - [anon_sym_inCLuDE] = ACTIONS(173), - [anon_sym_inCLUde] = ACTIONS(173), - [anon_sym_inCLUdE] = ACTIONS(173), - [anon_sym_inCLUDe] = ACTIONS(173), - [anon_sym_inCLUDE] = ACTIONS(173), - [anon_sym_iNclude] = ACTIONS(173), - [anon_sym_iNcludE] = ACTIONS(173), - [anon_sym_iNcluDe] = ACTIONS(173), - [anon_sym_iNcluDE] = ACTIONS(173), - [anon_sym_iNclUde] = ACTIONS(173), - [anon_sym_iNclUdE] = ACTIONS(173), - [anon_sym_iNclUDe] = ACTIONS(173), - [anon_sym_iNclUDE] = ACTIONS(173), - [anon_sym_iNcLude] = ACTIONS(173), - [anon_sym_iNcLudE] = ACTIONS(173), - [anon_sym_iNcLuDe] = ACTIONS(173), - [anon_sym_iNcLuDE] = ACTIONS(173), - [anon_sym_iNcLUde] = ACTIONS(173), - [anon_sym_iNcLUdE] = ACTIONS(173), - [anon_sym_iNcLUDe] = ACTIONS(173), - [anon_sym_iNcLUDE] = ACTIONS(173), - [anon_sym_iNClude] = ACTIONS(173), - [anon_sym_iNCludE] = ACTIONS(173), - [anon_sym_iNCluDe] = ACTIONS(173), - [anon_sym_iNCluDE] = ACTIONS(173), - [anon_sym_iNClUde] = ACTIONS(173), - [anon_sym_iNClUdE] = ACTIONS(173), - [anon_sym_iNClUDe] = ACTIONS(173), - [anon_sym_iNClUDE] = ACTIONS(173), - [anon_sym_iNCLude] = ACTIONS(173), - [anon_sym_iNCLudE] = ACTIONS(173), - [anon_sym_iNCLuDe] = ACTIONS(173), - [anon_sym_iNCLuDE] = ACTIONS(173), - [anon_sym_iNCLUde] = ACTIONS(173), - [anon_sym_iNCLUdE] = ACTIONS(173), - [anon_sym_iNCLUDe] = ACTIONS(173), - [anon_sym_iNCLUDE] = ACTIONS(173), - [anon_sym_Include] = ACTIONS(173), - [anon_sym_IncludE] = ACTIONS(173), - [anon_sym_IncluDe] = ACTIONS(173), - [anon_sym_IncluDE] = ACTIONS(173), - [anon_sym_InclUde] = ACTIONS(173), - [anon_sym_InclUdE] = ACTIONS(173), - [anon_sym_InclUDe] = ACTIONS(173), - [anon_sym_InclUDE] = ACTIONS(173), - [anon_sym_IncLude] = ACTIONS(173), - [anon_sym_IncLudE] = ACTIONS(173), - [anon_sym_IncLuDe] = ACTIONS(173), - [anon_sym_IncLuDE] = ACTIONS(173), - [anon_sym_IncLUde] = ACTIONS(173), - [anon_sym_IncLUdE] = ACTIONS(173), - [anon_sym_IncLUDe] = ACTIONS(173), - [anon_sym_IncLUDE] = ACTIONS(173), - [anon_sym_InClude] = ACTIONS(173), - [anon_sym_InCludE] = ACTIONS(173), - [anon_sym_InCluDe] = ACTIONS(173), - [anon_sym_InCluDE] = ACTIONS(173), - [anon_sym_InClUde] = ACTIONS(173), - [anon_sym_InClUdE] = ACTIONS(173), - [anon_sym_InClUDe] = ACTIONS(173), - [anon_sym_InClUDE] = ACTIONS(173), - [anon_sym_InCLude] = ACTIONS(173), - [anon_sym_InCLudE] = ACTIONS(173), - [anon_sym_InCLuDe] = ACTIONS(173), - [anon_sym_InCLuDE] = ACTIONS(173), - [anon_sym_InCLUde] = ACTIONS(173), - [anon_sym_InCLUdE] = ACTIONS(173), - [anon_sym_InCLUDe] = ACTIONS(173), - [anon_sym_InCLUDE] = ACTIONS(173), - [anon_sym_INclude] = ACTIONS(173), - [anon_sym_INcludE] = ACTIONS(173), - [anon_sym_INcluDe] = ACTIONS(173), - [anon_sym_INcluDE] = ACTIONS(173), - [anon_sym_INclUde] = ACTIONS(173), - [anon_sym_INclUdE] = ACTIONS(173), - [anon_sym_INclUDe] = ACTIONS(173), - [anon_sym_INclUDE] = ACTIONS(173), - [anon_sym_INcLude] = ACTIONS(173), - [anon_sym_INcLudE] = ACTIONS(173), - [anon_sym_INcLuDe] = ACTIONS(173), - [anon_sym_INcLuDE] = ACTIONS(173), - [anon_sym_INcLUde] = ACTIONS(173), - [anon_sym_INcLUdE] = ACTIONS(173), - [anon_sym_INcLUDe] = ACTIONS(173), - [anon_sym_INcLUDE] = ACTIONS(173), - [anon_sym_INClude] = ACTIONS(173), - [anon_sym_INCludE] = ACTIONS(173), - [anon_sym_INCluDe] = ACTIONS(173), - [anon_sym_INCluDE] = ACTIONS(173), - [anon_sym_INClUde] = ACTIONS(173), - [anon_sym_INClUdE] = ACTIONS(173), - [anon_sym_INClUDe] = ACTIONS(173), - [anon_sym_INClUDE] = ACTIONS(173), - [anon_sym_INCLude] = ACTIONS(173), - [anon_sym_INCLudE] = ACTIONS(173), - [anon_sym_INCLuDe] = ACTIONS(173), - [anon_sym_INCLuDE] = ACTIONS(173), - [anon_sym_INCLUde] = ACTIONS(173), - [anon_sym_INCLUdE] = ACTIONS(173), - [anon_sym_INCLUDe] = ACTIONS(173), - [anon_sym_INCLUDE] = ACTIONS(173), - [anon_sym_action] = ACTIONS(176), - [anon_sym_actioN] = ACTIONS(176), - [anon_sym_actiOn] = ACTIONS(176), - [anon_sym_actiON] = ACTIONS(176), - [anon_sym_actIon] = ACTIONS(176), - [anon_sym_actIoN] = ACTIONS(176), - [anon_sym_actIOn] = ACTIONS(176), - [anon_sym_actION] = ACTIONS(176), - [anon_sym_acTion] = ACTIONS(176), - [anon_sym_acTioN] = ACTIONS(176), - [anon_sym_acTiOn] = ACTIONS(176), - [anon_sym_acTiON] = ACTIONS(176), - [anon_sym_acTIon] = ACTIONS(176), - [anon_sym_acTIoN] = ACTIONS(176), - [anon_sym_acTIOn] = ACTIONS(176), - [anon_sym_acTION] = ACTIONS(176), - [anon_sym_aCtion] = ACTIONS(176), - [anon_sym_aCtioN] = ACTIONS(176), - [anon_sym_aCtiOn] = ACTIONS(176), - [anon_sym_aCtiON] = ACTIONS(176), - [anon_sym_aCtIon] = ACTIONS(176), - [anon_sym_aCtIoN] = ACTIONS(176), - [anon_sym_aCtIOn] = ACTIONS(176), - [anon_sym_aCtION] = ACTIONS(176), - [anon_sym_aCTion] = ACTIONS(176), - [anon_sym_aCTioN] = ACTIONS(176), - [anon_sym_aCTiOn] = ACTIONS(176), - [anon_sym_aCTiON] = ACTIONS(176), - [anon_sym_aCTIon] = ACTIONS(176), - [anon_sym_aCTIoN] = ACTIONS(176), - [anon_sym_aCTIOn] = ACTIONS(176), - [anon_sym_aCTION] = ACTIONS(176), - [anon_sym_Action] = ACTIONS(176), - [anon_sym_ActioN] = ACTIONS(176), - [anon_sym_ActiOn] = ACTIONS(176), - [anon_sym_ActiON] = ACTIONS(176), - [anon_sym_ActIon] = ACTIONS(176), - [anon_sym_ActIoN] = ACTIONS(176), - [anon_sym_ActIOn] = ACTIONS(176), - [anon_sym_ActION] = ACTIONS(176), - [anon_sym_AcTion] = ACTIONS(176), - [anon_sym_AcTioN] = ACTIONS(176), - [anon_sym_AcTiOn] = ACTIONS(176), - [anon_sym_AcTiON] = ACTIONS(176), - [anon_sym_AcTIon] = ACTIONS(176), - [anon_sym_AcTIoN] = ACTIONS(176), - [anon_sym_AcTIOn] = ACTIONS(176), - [anon_sym_AcTION] = ACTIONS(176), - [anon_sym_ACtion] = ACTIONS(176), - [anon_sym_ACtioN] = ACTIONS(176), - [anon_sym_ACtiOn] = ACTIONS(176), - [anon_sym_ACtiON] = ACTIONS(176), - [anon_sym_ACtIon] = ACTIONS(176), - [anon_sym_ACtIoN] = ACTIONS(176), - [anon_sym_ACtIOn] = ACTIONS(176), - [anon_sym_ACtION] = ACTIONS(176), - [anon_sym_ACTion] = ACTIONS(176), - [anon_sym_ACTioN] = ACTIONS(176), - [anon_sym_ACTiOn] = ACTIONS(176), - [anon_sym_ACTiON] = ACTIONS(176), - [anon_sym_ACTIon] = ACTIONS(176), - [anon_sym_ACTIoN] = ACTIONS(176), - [anon_sym_ACTIOn] = ACTIONS(176), - [anon_sym_ACTION] = ACTIONS(176), - [anon_sym_if] = ACTIONS(179), - [anon_sym_iF] = ACTIONS(179), - [anon_sym_If] = ACTIONS(179), - [anon_sym_IF] = ACTIONS(179), - [anon_sym_while] = ACTIONS(182), - [anon_sym_whilE] = ACTIONS(182), - [anon_sym_whiLe] = ACTIONS(182), - [anon_sym_whiLE] = ACTIONS(182), - [anon_sym_whIle] = ACTIONS(182), - [anon_sym_whIlE] = ACTIONS(182), - [anon_sym_whILe] = ACTIONS(182), - [anon_sym_whILE] = ACTIONS(182), - [anon_sym_wHile] = ACTIONS(182), - [anon_sym_wHilE] = ACTIONS(182), - [anon_sym_wHiLe] = ACTIONS(182), - [anon_sym_wHiLE] = ACTIONS(182), - [anon_sym_wHIle] = ACTIONS(182), - [anon_sym_wHIlE] = ACTIONS(182), - [anon_sym_wHILe] = ACTIONS(182), - [anon_sym_wHILE] = ACTIONS(182), - [anon_sym_While] = ACTIONS(182), - [anon_sym_WhilE] = ACTIONS(182), - [anon_sym_WhiLe] = ACTIONS(182), - [anon_sym_WhiLE] = ACTIONS(182), - [anon_sym_WhIle] = ACTIONS(182), - [anon_sym_WhIlE] = ACTIONS(182), - [anon_sym_WhILe] = ACTIONS(182), - [anon_sym_WhILE] = ACTIONS(182), - [anon_sym_WHile] = ACTIONS(182), - [anon_sym_WHilE] = ACTIONS(182), - [anon_sym_WHiLe] = ACTIONS(182), - [anon_sym_WHiLE] = ACTIONS(182), - [anon_sym_WHIle] = ACTIONS(182), - [anon_sym_WHIlE] = ACTIONS(182), - [anon_sym_WHILe] = ACTIONS(182), - [anon_sym_WHILE] = ACTIONS(182), - [anon_sym_detector] = ACTIONS(185), - [anon_sym_detectoR] = ACTIONS(185), - [anon_sym_detectOr] = ACTIONS(185), - [anon_sym_detectOR] = ACTIONS(185), - [anon_sym_detecTor] = ACTIONS(185), - [anon_sym_detecToR] = ACTIONS(185), - [anon_sym_detecTOr] = ACTIONS(185), - [anon_sym_detecTOR] = ACTIONS(185), - [anon_sym_deteCtor] = ACTIONS(185), - [anon_sym_deteCtoR] = ACTIONS(185), - [anon_sym_deteCtOr] = ACTIONS(185), - [anon_sym_deteCtOR] = ACTIONS(185), - [anon_sym_deteCTor] = ACTIONS(185), - [anon_sym_deteCToR] = ACTIONS(185), - [anon_sym_deteCTOr] = ACTIONS(185), - [anon_sym_deteCTOR] = ACTIONS(185), - [anon_sym_detEctor] = ACTIONS(185), - [anon_sym_detEctoR] = ACTIONS(185), - [anon_sym_detEctOr] = ACTIONS(185), - [anon_sym_detEctOR] = ACTIONS(185), - [anon_sym_detEcTor] = ACTIONS(185), - [anon_sym_detEcToR] = ACTIONS(185), - [anon_sym_detEcTOr] = ACTIONS(185), - [anon_sym_detEcTOR] = ACTIONS(185), - [anon_sym_detECtor] = ACTIONS(185), - [anon_sym_detECtoR] = ACTIONS(185), - [anon_sym_detECtOr] = ACTIONS(185), - [anon_sym_detECtOR] = ACTIONS(185), - [anon_sym_detECTor] = ACTIONS(185), - [anon_sym_detECToR] = ACTIONS(185), - [anon_sym_detECTOr] = ACTIONS(185), - [anon_sym_detECTOR] = ACTIONS(185), - [anon_sym_deTector] = ACTIONS(185), - [anon_sym_deTectoR] = ACTIONS(185), - [anon_sym_deTectOr] = ACTIONS(185), - [anon_sym_deTectOR] = ACTIONS(185), - [anon_sym_deTecTor] = ACTIONS(185), - [anon_sym_deTecToR] = ACTIONS(185), - [anon_sym_deTecTOr] = ACTIONS(185), - [anon_sym_deTecTOR] = ACTIONS(185), - [anon_sym_deTeCtor] = ACTIONS(185), - [anon_sym_deTeCtoR] = ACTIONS(185), - [anon_sym_deTeCtOr] = ACTIONS(185), - [anon_sym_deTeCtOR] = ACTIONS(185), - [anon_sym_deTeCTor] = ACTIONS(185), - [anon_sym_deTeCToR] = ACTIONS(185), - [anon_sym_deTeCTOr] = ACTIONS(185), - [anon_sym_deTeCTOR] = ACTIONS(185), - [anon_sym_deTEctor] = ACTIONS(185), - [anon_sym_deTEctoR] = ACTIONS(185), - [anon_sym_deTEctOr] = ACTIONS(185), - [anon_sym_deTEctOR] = ACTIONS(185), - [anon_sym_deTEcTor] = ACTIONS(185), - [anon_sym_deTEcToR] = ACTIONS(185), - [anon_sym_deTEcTOr] = ACTIONS(185), - [anon_sym_deTEcTOR] = ACTIONS(185), - [anon_sym_deTECtor] = ACTIONS(185), - [anon_sym_deTECtoR] = ACTIONS(185), - [anon_sym_deTECtOr] = ACTIONS(185), - [anon_sym_deTECtOR] = ACTIONS(185), - [anon_sym_deTECTor] = ACTIONS(185), - [anon_sym_deTECToR] = ACTIONS(185), - [anon_sym_deTECTOr] = ACTIONS(185), - [anon_sym_deTECTOR] = ACTIONS(185), - [anon_sym_dEtector] = ACTIONS(185), - [anon_sym_dEtectoR] = ACTIONS(185), - [anon_sym_dEtectOr] = ACTIONS(185), - [anon_sym_dEtectOR] = ACTIONS(185), - [anon_sym_dEtecTor] = ACTIONS(185), - [anon_sym_dEtecToR] = ACTIONS(185), - [anon_sym_dEtecTOr] = ACTIONS(185), - [anon_sym_dEtecTOR] = ACTIONS(185), - [anon_sym_dEteCtor] = ACTIONS(185), - [anon_sym_dEteCtoR] = ACTIONS(185), - [anon_sym_dEteCtOr] = ACTIONS(185), - [anon_sym_dEteCtOR] = ACTIONS(185), - [anon_sym_dEteCTor] = ACTIONS(185), - [anon_sym_dEteCToR] = ACTIONS(185), - [anon_sym_dEteCTOr] = ACTIONS(185), - [anon_sym_dEteCTOR] = ACTIONS(185), - [anon_sym_dEtEctor] = ACTIONS(185), - [anon_sym_dEtEctoR] = ACTIONS(185), - [anon_sym_dEtEctOr] = ACTIONS(185), - [anon_sym_dEtEctOR] = ACTIONS(185), - [anon_sym_dEtEcTor] = ACTIONS(185), - [anon_sym_dEtEcToR] = ACTIONS(185), - [anon_sym_dEtEcTOr] = ACTIONS(185), - [anon_sym_dEtEcTOR] = ACTIONS(185), - [anon_sym_dEtECtor] = ACTIONS(185), - [anon_sym_dEtECtoR] = ACTIONS(185), - [anon_sym_dEtECtOr] = ACTIONS(185), - [anon_sym_dEtECtOR] = ACTIONS(185), - [anon_sym_dEtECTor] = ACTIONS(185), - [anon_sym_dEtECToR] = ACTIONS(185), - [anon_sym_dEtECTOr] = ACTIONS(185), - [anon_sym_dEtECTOR] = ACTIONS(185), - [anon_sym_dETector] = ACTIONS(185), - [anon_sym_dETectoR] = ACTIONS(185), - [anon_sym_dETectOr] = ACTIONS(185), - [anon_sym_dETectOR] = ACTIONS(185), - [anon_sym_dETecTor] = ACTIONS(185), - [anon_sym_dETecToR] = ACTIONS(185), - [anon_sym_dETecTOr] = ACTIONS(185), - [anon_sym_dETecTOR] = ACTIONS(185), - [anon_sym_dETeCtor] = ACTIONS(185), - [anon_sym_dETeCtoR] = ACTIONS(185), - [anon_sym_dETeCtOr] = ACTIONS(185), - [anon_sym_dETeCtOR] = ACTIONS(185), - [anon_sym_dETeCTor] = ACTIONS(185), - [anon_sym_dETeCToR] = ACTIONS(185), - [anon_sym_dETeCTOr] = ACTIONS(185), - [anon_sym_dETeCTOR] = ACTIONS(185), - [anon_sym_dETEctor] = ACTIONS(185), - [anon_sym_dETEctoR] = ACTIONS(185), - [anon_sym_dETEctOr] = ACTIONS(185), - [anon_sym_dETEctOR] = ACTIONS(185), - [anon_sym_dETEcTor] = ACTIONS(185), - [anon_sym_dETEcToR] = ACTIONS(185), - [anon_sym_dETEcTOr] = ACTIONS(185), - [anon_sym_dETEcTOR] = ACTIONS(185), - [anon_sym_dETECtor] = ACTIONS(185), - [anon_sym_dETECtoR] = ACTIONS(185), - [anon_sym_dETECtOr] = ACTIONS(185), - [anon_sym_dETECtOR] = ACTIONS(185), - [anon_sym_dETECTor] = ACTIONS(185), - [anon_sym_dETECToR] = ACTIONS(185), - [anon_sym_dETECTOr] = ACTIONS(185), - [anon_sym_dETECTOR] = ACTIONS(185), - [anon_sym_Detector] = ACTIONS(185), - [anon_sym_DetectoR] = ACTIONS(185), - [anon_sym_DetectOr] = ACTIONS(185), - [anon_sym_DetectOR] = ACTIONS(185), - [anon_sym_DetecTor] = ACTIONS(185), - [anon_sym_DetecToR] = ACTIONS(185), - [anon_sym_DetecTOr] = ACTIONS(185), - [anon_sym_DetecTOR] = ACTIONS(185), - [anon_sym_DeteCtor] = ACTIONS(185), - [anon_sym_DeteCtoR] = ACTIONS(185), - [anon_sym_DeteCtOr] = ACTIONS(185), - [anon_sym_DeteCtOR] = ACTIONS(185), - [anon_sym_DeteCTor] = ACTIONS(185), - [anon_sym_DeteCToR] = ACTIONS(185), - [anon_sym_DeteCTOr] = ACTIONS(185), - [anon_sym_DeteCTOR] = ACTIONS(185), - [anon_sym_DetEctor] = ACTIONS(185), - [anon_sym_DetEctoR] = ACTIONS(185), - [anon_sym_DetEctOr] = ACTIONS(185), - [anon_sym_DetEctOR] = ACTIONS(185), - [anon_sym_DetEcTor] = ACTIONS(185), - [anon_sym_DetEcToR] = ACTIONS(185), - [anon_sym_DetEcTOr] = ACTIONS(185), - [anon_sym_DetEcTOR] = ACTIONS(185), - [anon_sym_DetECtor] = ACTIONS(185), - [anon_sym_DetECtoR] = ACTIONS(185), - [anon_sym_DetECtOr] = ACTIONS(185), - [anon_sym_DetECtOR] = ACTIONS(185), - [anon_sym_DetECTor] = ACTIONS(185), - [anon_sym_DetECToR] = ACTIONS(185), - [anon_sym_DetECTOr] = ACTIONS(185), - [anon_sym_DetECTOR] = ACTIONS(185), - [anon_sym_DeTector] = ACTIONS(185), - [anon_sym_DeTectoR] = ACTIONS(185), - [anon_sym_DeTectOr] = ACTIONS(185), - [anon_sym_DeTectOR] = ACTIONS(185), - [anon_sym_DeTecTor] = ACTIONS(185), - [anon_sym_DeTecToR] = ACTIONS(185), - [anon_sym_DeTecTOr] = ACTIONS(185), - [anon_sym_DeTecTOR] = ACTIONS(185), - [anon_sym_DeTeCtor] = ACTIONS(185), - [anon_sym_DeTeCtoR] = ACTIONS(185), - [anon_sym_DeTeCtOr] = ACTIONS(185), - [anon_sym_DeTeCtOR] = ACTIONS(185), - [anon_sym_DeTeCTor] = ACTIONS(185), - [anon_sym_DeTeCToR] = ACTIONS(185), - [anon_sym_DeTeCTOr] = ACTIONS(185), - [anon_sym_DeTeCTOR] = ACTIONS(185), - [anon_sym_DeTEctor] = ACTIONS(185), - [anon_sym_DeTEctoR] = ACTIONS(185), - [anon_sym_DeTEctOr] = ACTIONS(185), - [anon_sym_DeTEctOR] = ACTIONS(185), - [anon_sym_DeTEcTor] = ACTIONS(185), - [anon_sym_DeTEcToR] = ACTIONS(185), - [anon_sym_DeTEcTOr] = ACTIONS(185), - [anon_sym_DeTEcTOR] = ACTIONS(185), - [anon_sym_DeTECtor] = ACTIONS(185), - [anon_sym_DeTECtoR] = ACTIONS(185), - [anon_sym_DeTECtOr] = ACTIONS(185), - [anon_sym_DeTECtOR] = ACTIONS(185), - [anon_sym_DeTECTor] = ACTIONS(185), - [anon_sym_DeTECToR] = ACTIONS(185), - [anon_sym_DeTECTOr] = ACTIONS(185), - [anon_sym_DeTECTOR] = ACTIONS(185), - [anon_sym_DEtector] = ACTIONS(185), - [anon_sym_DEtectoR] = ACTIONS(185), - [anon_sym_DEtectOr] = ACTIONS(185), - [anon_sym_DEtectOR] = ACTIONS(185), - [anon_sym_DEtecTor] = ACTIONS(185), - [anon_sym_DEtecToR] = ACTIONS(185), - [anon_sym_DEtecTOr] = ACTIONS(185), - [anon_sym_DEtecTOR] = ACTIONS(185), - [anon_sym_DEteCtor] = ACTIONS(185), - [anon_sym_DEteCtoR] = ACTIONS(185), - [anon_sym_DEteCtOr] = ACTIONS(185), - [anon_sym_DEteCtOR] = ACTIONS(185), - [anon_sym_DEteCTor] = ACTIONS(185), - [anon_sym_DEteCToR] = ACTIONS(185), - [anon_sym_DEteCTOr] = ACTIONS(185), - [anon_sym_DEteCTOR] = ACTIONS(185), - [anon_sym_DEtEctor] = ACTIONS(185), - [anon_sym_DEtEctoR] = ACTIONS(185), - [anon_sym_DEtEctOr] = ACTIONS(185), - [anon_sym_DEtEctOR] = ACTIONS(185), - [anon_sym_DEtEcTor] = ACTIONS(185), - [anon_sym_DEtEcToR] = ACTIONS(185), - [anon_sym_DEtEcTOr] = ACTIONS(185), - [anon_sym_DEtEcTOR] = ACTIONS(185), - [anon_sym_DEtECtor] = ACTIONS(185), - [anon_sym_DEtECtoR] = ACTIONS(185), - [anon_sym_DEtECtOr] = ACTIONS(185), - [anon_sym_DEtECtOR] = ACTIONS(185), - [anon_sym_DEtECTor] = ACTIONS(185), - [anon_sym_DEtECToR] = ACTIONS(185), - [anon_sym_DEtECTOr] = ACTIONS(185), - [anon_sym_DEtECTOR] = ACTIONS(185), - [anon_sym_DETector] = ACTIONS(185), - [anon_sym_DETectoR] = ACTIONS(185), - [anon_sym_DETectOr] = ACTIONS(185), - [anon_sym_DETectOR] = ACTIONS(185), - [anon_sym_DETecTor] = ACTIONS(185), - [anon_sym_DETecToR] = ACTIONS(185), - [anon_sym_DETecTOr] = ACTIONS(185), - [anon_sym_DETecTOR] = ACTIONS(185), - [anon_sym_DETeCtor] = ACTIONS(185), - [anon_sym_DETeCtoR] = ACTIONS(185), - [anon_sym_DETeCtOr] = ACTIONS(185), - [anon_sym_DETeCtOR] = ACTIONS(185), - [anon_sym_DETeCTor] = ACTIONS(185), - [anon_sym_DETeCToR] = ACTIONS(185), - [anon_sym_DETeCTOr] = ACTIONS(185), - [anon_sym_DETeCTOR] = ACTIONS(185), - [anon_sym_DETEctor] = ACTIONS(185), - [anon_sym_DETEctoR] = ACTIONS(185), - [anon_sym_DETEctOr] = ACTIONS(185), - [anon_sym_DETEctOR] = ACTIONS(185), - [anon_sym_DETEcTor] = ACTIONS(185), - [anon_sym_DETEcToR] = ACTIONS(185), - [anon_sym_DETEcTOr] = ACTIONS(185), - [anon_sym_DETEcTOR] = ACTIONS(185), - [anon_sym_DETECtor] = ACTIONS(185), - [anon_sym_DETECtoR] = ACTIONS(185), - [anon_sym_DETECtOr] = ACTIONS(185), - [anon_sym_DETECtOR] = ACTIONS(185), - [anon_sym_DETECTor] = ACTIONS(185), - [anon_sym_DETECToR] = ACTIONS(185), - [anon_sym_DETECTOr] = ACTIONS(185), - [anon_sym_DETECTOR] = ACTIONS(185), - [anon_sym_invoke] = ACTIONS(188), - [anon_sym_invokE] = ACTIONS(188), - [anon_sym_invoKe] = ACTIONS(188), - [anon_sym_invoKE] = ACTIONS(188), - [anon_sym_invOke] = ACTIONS(188), - [anon_sym_invOkE] = ACTIONS(188), - [anon_sym_invOKe] = ACTIONS(188), - [anon_sym_invOKE] = ACTIONS(188), - [anon_sym_inVoke] = ACTIONS(188), - [anon_sym_inVokE] = ACTIONS(188), - [anon_sym_inVoKe] = ACTIONS(188), - [anon_sym_inVoKE] = ACTIONS(188), - [anon_sym_inVOke] = ACTIONS(188), - [anon_sym_inVOkE] = ACTIONS(188), - [anon_sym_inVOKe] = ACTIONS(188), - [anon_sym_inVOKE] = ACTIONS(188), - [anon_sym_iNvoke] = ACTIONS(188), - [anon_sym_iNvokE] = ACTIONS(188), - [anon_sym_iNvoKe] = ACTIONS(188), - [anon_sym_iNvoKE] = ACTIONS(188), - [anon_sym_iNvOke] = ACTIONS(188), - [anon_sym_iNvOkE] = ACTIONS(188), - [anon_sym_iNvOKe] = ACTIONS(188), - [anon_sym_iNvOKE] = ACTIONS(188), - [anon_sym_iNVoke] = ACTIONS(188), - [anon_sym_iNVokE] = ACTIONS(188), - [anon_sym_iNVoKe] = ACTIONS(188), - [anon_sym_iNVoKE] = ACTIONS(188), - [anon_sym_iNVOke] = ACTIONS(188), - [anon_sym_iNVOkE] = ACTIONS(188), - [anon_sym_iNVOKe] = ACTIONS(188), - [anon_sym_iNVOKE] = ACTIONS(188), - [anon_sym_Invoke] = ACTIONS(188), - [anon_sym_InvokE] = ACTIONS(188), - [anon_sym_InvoKe] = ACTIONS(188), - [anon_sym_InvoKE] = ACTIONS(188), - [anon_sym_InvOke] = ACTIONS(188), - [anon_sym_InvOkE] = ACTIONS(188), - [anon_sym_InvOKe] = ACTIONS(188), - [anon_sym_InvOKE] = ACTIONS(188), - [anon_sym_InVoke] = ACTIONS(188), - [anon_sym_InVokE] = ACTIONS(188), - [anon_sym_InVoKe] = ACTIONS(188), - [anon_sym_InVoKE] = ACTIONS(188), - [anon_sym_InVOke] = ACTIONS(188), - [anon_sym_InVOkE] = ACTIONS(188), - [anon_sym_InVOKe] = ACTIONS(188), - [anon_sym_InVOKE] = ACTIONS(188), - [anon_sym_INvoke] = ACTIONS(188), - [anon_sym_INvokE] = ACTIONS(188), - [anon_sym_INvoKe] = ACTIONS(188), - [anon_sym_INvoKE] = ACTIONS(188), - [anon_sym_INvOke] = ACTIONS(188), - [anon_sym_INvOkE] = ACTIONS(188), - [anon_sym_INvOKe] = ACTIONS(188), - [anon_sym_INvOKE] = ACTIONS(188), - [anon_sym_INVoke] = ACTIONS(188), - [anon_sym_INVokE] = ACTIONS(188), - [anon_sym_INVoKe] = ACTIONS(188), - [anon_sym_INVoKE] = ACTIONS(188), - [anon_sym_INVOke] = ACTIONS(188), - [anon_sym_INVOkE] = ACTIONS(188), - [anon_sym_INVOKe] = ACTIONS(188), - [anon_sym_INVOKE] = ACTIONS(188), - [anon_sym_select] = ACTIONS(191), - [anon_sym_selecT] = ACTIONS(191), - [anon_sym_seleCt] = ACTIONS(191), - [anon_sym_seleCT] = ACTIONS(191), - [anon_sym_selEct] = ACTIONS(191), - [anon_sym_selEcT] = ACTIONS(191), - [anon_sym_selECt] = ACTIONS(191), - [anon_sym_selECT] = ACTIONS(191), - [anon_sym_seLect] = ACTIONS(191), - [anon_sym_seLecT] = ACTIONS(191), - [anon_sym_seLeCt] = ACTIONS(191), - [anon_sym_seLeCT] = ACTIONS(191), - [anon_sym_seLEct] = ACTIONS(191), - [anon_sym_seLEcT] = ACTIONS(191), - [anon_sym_seLECt] = ACTIONS(191), - [anon_sym_seLECT] = ACTIONS(191), - [anon_sym_sElect] = ACTIONS(191), - [anon_sym_sElecT] = ACTIONS(191), - [anon_sym_sEleCt] = ACTIONS(191), - [anon_sym_sEleCT] = ACTIONS(191), - [anon_sym_sElEct] = ACTIONS(191), - [anon_sym_sElEcT] = ACTIONS(191), - [anon_sym_sElECt] = ACTIONS(191), - [anon_sym_sElECT] = ACTIONS(191), - [anon_sym_sELect] = ACTIONS(191), - [anon_sym_sELecT] = ACTIONS(191), - [anon_sym_sELeCt] = ACTIONS(191), - [anon_sym_sELeCT] = ACTIONS(191), - [anon_sym_sELEct] = ACTIONS(191), - [anon_sym_sELEcT] = ACTIONS(191), - [anon_sym_sELECt] = ACTIONS(191), - [anon_sym_sELECT] = ACTIONS(191), - [anon_sym_Select] = ACTIONS(191), - [anon_sym_SelecT] = ACTIONS(191), - [anon_sym_SeleCt] = ACTIONS(191), - [anon_sym_SeleCT] = ACTIONS(191), - [anon_sym_SelEct] = ACTIONS(191), - [anon_sym_SelEcT] = ACTIONS(191), - [anon_sym_SelECt] = ACTIONS(191), - [anon_sym_SelECT] = ACTIONS(191), - [anon_sym_SeLect] = ACTIONS(191), - [anon_sym_SeLecT] = ACTIONS(191), - [anon_sym_SeLeCt] = ACTIONS(191), - [anon_sym_SeLeCT] = ACTIONS(191), - [anon_sym_SeLEct] = ACTIONS(191), - [anon_sym_SeLEcT] = ACTIONS(191), - [anon_sym_SeLECt] = ACTIONS(191), - [anon_sym_SeLECT] = ACTIONS(191), - [anon_sym_SElect] = ACTIONS(191), - [anon_sym_SElecT] = ACTIONS(191), - [anon_sym_SEleCt] = ACTIONS(191), - [anon_sym_SEleCT] = ACTIONS(191), - [anon_sym_SElEct] = ACTIONS(191), - [anon_sym_SElEcT] = ACTIONS(191), - [anon_sym_SElECt] = ACTIONS(191), - [anon_sym_SElECT] = ACTIONS(191), - [anon_sym_SELect] = ACTIONS(191), - [anon_sym_SELecT] = ACTIONS(191), - [anon_sym_SELeCt] = ACTIONS(191), - [anon_sym_SELeCT] = ACTIONS(191), - [anon_sym_SELEct] = ACTIONS(191), - [anon_sym_SELEcT] = ACTIONS(191), - [anon_sym_SELECt] = ACTIONS(191), - [anon_sym_SELECT] = ACTIONS(191), - }, - [32] = { - [sym_comment] = STATE(32), - [ts_builtin_sym_end] = ACTIONS(194), - [sym_identifier] = ACTIONS(196), - [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(194), - [anon_sym_define] = ACTIONS(196), - [anon_sym_definE] = ACTIONS(196), - [anon_sym_defiNe] = ACTIONS(196), - [anon_sym_defiNE] = ACTIONS(196), - [anon_sym_defIne] = ACTIONS(196), - [anon_sym_defInE] = ACTIONS(196), - [anon_sym_defINe] = ACTIONS(196), - [anon_sym_defINE] = ACTIONS(196), - [anon_sym_deFine] = ACTIONS(196), - [anon_sym_deFinE] = ACTIONS(196), - [anon_sym_deFiNe] = ACTIONS(196), - [anon_sym_deFiNE] = ACTIONS(196), - [anon_sym_deFIne] = ACTIONS(196), - [anon_sym_deFInE] = ACTIONS(196), - [anon_sym_deFINe] = ACTIONS(196), - [anon_sym_deFINE] = ACTIONS(196), - [anon_sym_dEfine] = ACTIONS(196), - [anon_sym_dEfinE] = ACTIONS(196), - [anon_sym_dEfiNe] = ACTIONS(196), - [anon_sym_dEfiNE] = ACTIONS(196), - [anon_sym_dEfIne] = ACTIONS(196), - [anon_sym_dEfInE] = ACTIONS(196), - [anon_sym_dEfINe] = ACTIONS(196), - [anon_sym_dEfINE] = ACTIONS(196), - [anon_sym_dEFine] = ACTIONS(196), - [anon_sym_dEFinE] = ACTIONS(196), - [anon_sym_dEFiNe] = ACTIONS(196), - [anon_sym_dEFiNE] = ACTIONS(196), - [anon_sym_dEFIne] = ACTIONS(196), - [anon_sym_dEFInE] = ACTIONS(196), - [anon_sym_dEFINe] = ACTIONS(196), - [anon_sym_dEFINE] = ACTIONS(196), - [anon_sym_Define] = ACTIONS(196), - [anon_sym_DefinE] = ACTIONS(196), - [anon_sym_DefiNe] = ACTIONS(196), - [anon_sym_DefiNE] = ACTIONS(196), - [anon_sym_DefIne] = ACTIONS(196), - [anon_sym_DefInE] = ACTIONS(196), - [anon_sym_DefINe] = ACTIONS(196), - [anon_sym_DefINE] = ACTIONS(196), - [anon_sym_DeFine] = ACTIONS(196), - [anon_sym_DeFinE] = ACTIONS(196), - [anon_sym_DeFiNe] = ACTIONS(196), - [anon_sym_DeFiNE] = ACTIONS(196), - [anon_sym_DeFIne] = ACTIONS(196), - [anon_sym_DeFInE] = ACTIONS(196), - [anon_sym_DeFINe] = ACTIONS(196), - [anon_sym_DeFINE] = ACTIONS(196), - [anon_sym_DEfine] = ACTIONS(196), - [anon_sym_DEfinE] = ACTIONS(196), - [anon_sym_DEfiNe] = ACTIONS(196), - [anon_sym_DEfiNE] = ACTIONS(196), - [anon_sym_DEfIne] = ACTIONS(196), - [anon_sym_DEfInE] = ACTIONS(196), - [anon_sym_DEfINe] = ACTIONS(196), - [anon_sym_DEfINE] = ACTIONS(196), - [anon_sym_DEFine] = ACTIONS(196), - [anon_sym_DEFinE] = ACTIONS(196), - [anon_sym_DEFiNe] = ACTIONS(196), - [anon_sym_DEFiNE] = ACTIONS(196), - [anon_sym_DEFIne] = ACTIONS(196), - [anon_sym_DEFInE] = ACTIONS(196), - [anon_sym_DEFINe] = ACTIONS(196), - [anon_sym_DEFINE] = ACTIONS(196), - [anon_sym_include] = ACTIONS(196), - [anon_sym_includE] = ACTIONS(196), - [anon_sym_incluDe] = ACTIONS(196), - [anon_sym_incluDE] = ACTIONS(196), - [anon_sym_inclUde] = ACTIONS(196), - [anon_sym_inclUdE] = ACTIONS(196), - [anon_sym_inclUDe] = ACTIONS(196), - [anon_sym_inclUDE] = ACTIONS(196), - [anon_sym_incLude] = ACTIONS(196), - [anon_sym_incLudE] = ACTIONS(196), - [anon_sym_incLuDe] = ACTIONS(196), - [anon_sym_incLuDE] = ACTIONS(196), - [anon_sym_incLUde] = ACTIONS(196), - [anon_sym_incLUdE] = ACTIONS(196), - [anon_sym_incLUDe] = ACTIONS(196), - [anon_sym_incLUDE] = ACTIONS(196), - [anon_sym_inClude] = ACTIONS(196), - [anon_sym_inCludE] = ACTIONS(196), - [anon_sym_inCluDe] = ACTIONS(196), - [anon_sym_inCluDE] = ACTIONS(196), - [anon_sym_inClUde] = ACTIONS(196), - [anon_sym_inClUdE] = ACTIONS(196), - [anon_sym_inClUDe] = ACTIONS(196), - [anon_sym_inClUDE] = ACTIONS(196), - [anon_sym_inCLude] = ACTIONS(196), - [anon_sym_inCLudE] = ACTIONS(196), - [anon_sym_inCLuDe] = ACTIONS(196), - [anon_sym_inCLuDE] = ACTIONS(196), - [anon_sym_inCLUde] = ACTIONS(196), - [anon_sym_inCLUdE] = ACTIONS(196), - [anon_sym_inCLUDe] = ACTIONS(196), - [anon_sym_inCLUDE] = ACTIONS(196), - [anon_sym_iNclude] = ACTIONS(196), - [anon_sym_iNcludE] = ACTIONS(196), - [anon_sym_iNcluDe] = ACTIONS(196), - [anon_sym_iNcluDE] = ACTIONS(196), - [anon_sym_iNclUde] = ACTIONS(196), - [anon_sym_iNclUdE] = ACTIONS(196), - [anon_sym_iNclUDe] = ACTIONS(196), - [anon_sym_iNclUDE] = ACTIONS(196), - [anon_sym_iNcLude] = ACTIONS(196), - [anon_sym_iNcLudE] = ACTIONS(196), - [anon_sym_iNcLuDe] = ACTIONS(196), - [anon_sym_iNcLuDE] = ACTIONS(196), - [anon_sym_iNcLUde] = ACTIONS(196), - [anon_sym_iNcLUdE] = ACTIONS(196), - [anon_sym_iNcLUDe] = ACTIONS(196), - [anon_sym_iNcLUDE] = ACTIONS(196), - [anon_sym_iNClude] = ACTIONS(196), - [anon_sym_iNCludE] = ACTIONS(196), - [anon_sym_iNCluDe] = ACTIONS(196), - [anon_sym_iNCluDE] = ACTIONS(196), - [anon_sym_iNClUde] = ACTIONS(196), - [anon_sym_iNClUdE] = ACTIONS(196), - [anon_sym_iNClUDe] = ACTIONS(196), - [anon_sym_iNClUDE] = ACTIONS(196), - [anon_sym_iNCLude] = ACTIONS(196), - [anon_sym_iNCLudE] = ACTIONS(196), - [anon_sym_iNCLuDe] = ACTIONS(196), - [anon_sym_iNCLuDE] = ACTIONS(196), - [anon_sym_iNCLUde] = ACTIONS(196), - [anon_sym_iNCLUdE] = ACTIONS(196), - [anon_sym_iNCLUDe] = ACTIONS(196), - [anon_sym_iNCLUDE] = ACTIONS(196), - [anon_sym_Include] = ACTIONS(196), - [anon_sym_IncludE] = ACTIONS(196), - [anon_sym_IncluDe] = ACTIONS(196), - [anon_sym_IncluDE] = ACTIONS(196), - [anon_sym_InclUde] = ACTIONS(196), - [anon_sym_InclUdE] = ACTIONS(196), - [anon_sym_InclUDe] = ACTIONS(196), - [anon_sym_InclUDE] = ACTIONS(196), - [anon_sym_IncLude] = ACTIONS(196), - [anon_sym_IncLudE] = ACTIONS(196), - [anon_sym_IncLuDe] = ACTIONS(196), - [anon_sym_IncLuDE] = ACTIONS(196), - [anon_sym_IncLUde] = ACTIONS(196), - [anon_sym_IncLUdE] = ACTIONS(196), - [anon_sym_IncLUDe] = ACTIONS(196), - [anon_sym_IncLUDE] = ACTIONS(196), - [anon_sym_InClude] = ACTIONS(196), - [anon_sym_InCludE] = ACTIONS(196), - [anon_sym_InCluDe] = ACTIONS(196), - [anon_sym_InCluDE] = ACTIONS(196), - [anon_sym_InClUde] = ACTIONS(196), - [anon_sym_InClUdE] = ACTIONS(196), - [anon_sym_InClUDe] = ACTIONS(196), - [anon_sym_InClUDE] = ACTIONS(196), - [anon_sym_InCLude] = ACTIONS(196), - [anon_sym_InCLudE] = ACTIONS(196), - [anon_sym_InCLuDe] = ACTIONS(196), - [anon_sym_InCLuDE] = ACTIONS(196), - [anon_sym_InCLUde] = ACTIONS(196), - [anon_sym_InCLUdE] = ACTIONS(196), - [anon_sym_InCLUDe] = ACTIONS(196), - [anon_sym_InCLUDE] = ACTIONS(196), - [anon_sym_INclude] = ACTIONS(196), - [anon_sym_INcludE] = ACTIONS(196), - [anon_sym_INcluDe] = ACTIONS(196), - [anon_sym_INcluDE] = ACTIONS(196), - [anon_sym_INclUde] = ACTIONS(196), - [anon_sym_INclUdE] = ACTIONS(196), - [anon_sym_INclUDe] = ACTIONS(196), - [anon_sym_INclUDE] = ACTIONS(196), - [anon_sym_INcLude] = ACTIONS(196), - [anon_sym_INcLudE] = ACTIONS(196), - [anon_sym_INcLuDe] = ACTIONS(196), - [anon_sym_INcLuDE] = ACTIONS(196), - [anon_sym_INcLUde] = ACTIONS(196), - [anon_sym_INcLUdE] = ACTIONS(196), - [anon_sym_INcLUDe] = ACTIONS(196), - [anon_sym_INcLUDE] = ACTIONS(196), - [anon_sym_INClude] = ACTIONS(196), - [anon_sym_INCludE] = ACTIONS(196), - [anon_sym_INCluDe] = ACTIONS(196), - [anon_sym_INCluDE] = ACTIONS(196), - [anon_sym_INClUde] = ACTIONS(196), - [anon_sym_INClUdE] = ACTIONS(196), - [anon_sym_INClUDe] = ACTIONS(196), - [anon_sym_INClUDE] = ACTIONS(196), - [anon_sym_INCLude] = ACTIONS(196), - [anon_sym_INCLudE] = ACTIONS(196), - [anon_sym_INCLuDe] = ACTIONS(196), - [anon_sym_INCLuDE] = ACTIONS(196), - [anon_sym_INCLUde] = ACTIONS(196), - [anon_sym_INCLUdE] = ACTIONS(196), - [anon_sym_INCLUDe] = ACTIONS(196), - [anon_sym_INCLUDE] = ACTIONS(196), - [anon_sym_action] = ACTIONS(196), - [anon_sym_actioN] = ACTIONS(196), - [anon_sym_actiOn] = ACTIONS(196), - [anon_sym_actiON] = ACTIONS(196), - [anon_sym_actIon] = ACTIONS(196), - [anon_sym_actIoN] = ACTIONS(196), - [anon_sym_actIOn] = ACTIONS(196), - [anon_sym_actION] = ACTIONS(196), - [anon_sym_acTion] = ACTIONS(196), - [anon_sym_acTioN] = ACTIONS(196), - [anon_sym_acTiOn] = ACTIONS(196), - [anon_sym_acTiON] = ACTIONS(196), - [anon_sym_acTIon] = ACTIONS(196), - [anon_sym_acTIoN] = ACTIONS(196), - [anon_sym_acTIOn] = ACTIONS(196), - [anon_sym_acTION] = ACTIONS(196), - [anon_sym_aCtion] = ACTIONS(196), - [anon_sym_aCtioN] = ACTIONS(196), - [anon_sym_aCtiOn] = ACTIONS(196), - [anon_sym_aCtiON] = ACTIONS(196), - [anon_sym_aCtIon] = ACTIONS(196), - [anon_sym_aCtIoN] = ACTIONS(196), - [anon_sym_aCtIOn] = ACTIONS(196), - [anon_sym_aCtION] = ACTIONS(196), - [anon_sym_aCTion] = ACTIONS(196), - [anon_sym_aCTioN] = ACTIONS(196), - [anon_sym_aCTiOn] = ACTIONS(196), - [anon_sym_aCTiON] = ACTIONS(196), - [anon_sym_aCTIon] = ACTIONS(196), - [anon_sym_aCTIoN] = ACTIONS(196), - [anon_sym_aCTIOn] = ACTIONS(196), - [anon_sym_aCTION] = ACTIONS(196), - [anon_sym_Action] = ACTIONS(196), - [anon_sym_ActioN] = ACTIONS(196), - [anon_sym_ActiOn] = ACTIONS(196), - [anon_sym_ActiON] = ACTIONS(196), - [anon_sym_ActIon] = ACTIONS(196), - [anon_sym_ActIoN] = ACTIONS(196), - [anon_sym_ActIOn] = ACTIONS(196), - [anon_sym_ActION] = ACTIONS(196), - [anon_sym_AcTion] = ACTIONS(196), - [anon_sym_AcTioN] = ACTIONS(196), - [anon_sym_AcTiOn] = ACTIONS(196), - [anon_sym_AcTiON] = ACTIONS(196), - [anon_sym_AcTIon] = ACTIONS(196), - [anon_sym_AcTIoN] = ACTIONS(196), - [anon_sym_AcTIOn] = ACTIONS(196), - [anon_sym_AcTION] = ACTIONS(196), - [anon_sym_ACtion] = ACTIONS(196), - [anon_sym_ACtioN] = ACTIONS(196), - [anon_sym_ACtiOn] = ACTIONS(196), - [anon_sym_ACtiON] = ACTIONS(196), - [anon_sym_ACtIon] = ACTIONS(196), - [anon_sym_ACtIoN] = ACTIONS(196), - [anon_sym_ACtIOn] = ACTIONS(196), - [anon_sym_ACtION] = ACTIONS(196), - [anon_sym_ACTion] = ACTIONS(196), - [anon_sym_ACTioN] = ACTIONS(196), - [anon_sym_ACTiOn] = ACTIONS(196), - [anon_sym_ACTiON] = ACTIONS(196), - [anon_sym_ACTIon] = ACTIONS(196), - [anon_sym_ACTIoN] = ACTIONS(196), - [anon_sym_ACTIOn] = ACTIONS(196), - [anon_sym_ACTION] = ACTIONS(196), - [anon_sym_if] = ACTIONS(196), - [anon_sym_iF] = ACTIONS(196), - [anon_sym_If] = ACTIONS(196), - [anon_sym_IF] = ACTIONS(196), - [anon_sym_while] = ACTIONS(196), - [anon_sym_whilE] = ACTIONS(196), - [anon_sym_whiLe] = ACTIONS(196), - [anon_sym_whiLE] = ACTIONS(196), - [anon_sym_whIle] = ACTIONS(196), - [anon_sym_whIlE] = ACTIONS(196), - [anon_sym_whILe] = ACTIONS(196), - [anon_sym_whILE] = ACTIONS(196), - [anon_sym_wHile] = ACTIONS(196), - [anon_sym_wHilE] = ACTIONS(196), - [anon_sym_wHiLe] = ACTIONS(196), - [anon_sym_wHiLE] = ACTIONS(196), - [anon_sym_wHIle] = ACTIONS(196), - [anon_sym_wHIlE] = ACTIONS(196), - [anon_sym_wHILe] = ACTIONS(196), - [anon_sym_wHILE] = ACTIONS(196), - [anon_sym_While] = ACTIONS(196), - [anon_sym_WhilE] = ACTIONS(196), - [anon_sym_WhiLe] = ACTIONS(196), - [anon_sym_WhiLE] = ACTIONS(196), - [anon_sym_WhIle] = ACTIONS(196), - [anon_sym_WhIlE] = ACTIONS(196), - [anon_sym_WhILe] = ACTIONS(196), - [anon_sym_WhILE] = ACTIONS(196), - [anon_sym_WHile] = ACTIONS(196), - [anon_sym_WHilE] = ACTIONS(196), - [anon_sym_WHiLe] = ACTIONS(196), - [anon_sym_WHiLE] = ACTIONS(196), - [anon_sym_WHIle] = ACTIONS(196), - [anon_sym_WHIlE] = ACTIONS(196), - [anon_sym_WHILe] = ACTIONS(196), - [anon_sym_WHILE] = ACTIONS(196), - [anon_sym_detector] = ACTIONS(196), - [anon_sym_detectoR] = ACTIONS(196), - [anon_sym_detectOr] = ACTIONS(196), - [anon_sym_detectOR] = ACTIONS(196), - [anon_sym_detecTor] = ACTIONS(196), - [anon_sym_detecToR] = ACTIONS(196), - [anon_sym_detecTOr] = ACTIONS(196), - [anon_sym_detecTOR] = ACTIONS(196), - [anon_sym_deteCtor] = ACTIONS(196), - [anon_sym_deteCtoR] = ACTIONS(196), - [anon_sym_deteCtOr] = ACTIONS(196), - [anon_sym_deteCtOR] = ACTIONS(196), - [anon_sym_deteCTor] = ACTIONS(196), - [anon_sym_deteCToR] = ACTIONS(196), - [anon_sym_deteCTOr] = ACTIONS(196), - [anon_sym_deteCTOR] = ACTIONS(196), - [anon_sym_detEctor] = ACTIONS(196), - [anon_sym_detEctoR] = ACTIONS(196), - [anon_sym_detEctOr] = ACTIONS(196), - [anon_sym_detEctOR] = ACTIONS(196), - [anon_sym_detEcTor] = ACTIONS(196), - [anon_sym_detEcToR] = ACTIONS(196), - [anon_sym_detEcTOr] = ACTIONS(196), - [anon_sym_detEcTOR] = ACTIONS(196), - [anon_sym_detECtor] = ACTIONS(196), - [anon_sym_detECtoR] = ACTIONS(196), - [anon_sym_detECtOr] = ACTIONS(196), - [anon_sym_detECtOR] = ACTIONS(196), - [anon_sym_detECTor] = ACTIONS(196), - [anon_sym_detECToR] = ACTIONS(196), - [anon_sym_detECTOr] = ACTIONS(196), - [anon_sym_detECTOR] = ACTIONS(196), - [anon_sym_deTector] = ACTIONS(196), - [anon_sym_deTectoR] = ACTIONS(196), - [anon_sym_deTectOr] = ACTIONS(196), - [anon_sym_deTectOR] = ACTIONS(196), - [anon_sym_deTecTor] = ACTIONS(196), - [anon_sym_deTecToR] = ACTIONS(196), - [anon_sym_deTecTOr] = ACTIONS(196), - [anon_sym_deTecTOR] = ACTIONS(196), - [anon_sym_deTeCtor] = ACTIONS(196), - [anon_sym_deTeCtoR] = ACTIONS(196), - [anon_sym_deTeCtOr] = ACTIONS(196), - [anon_sym_deTeCtOR] = ACTIONS(196), - [anon_sym_deTeCTor] = ACTIONS(196), - [anon_sym_deTeCToR] = ACTIONS(196), - [anon_sym_deTeCTOr] = ACTIONS(196), - [anon_sym_deTeCTOR] = ACTIONS(196), - [anon_sym_deTEctor] = ACTIONS(196), - [anon_sym_deTEctoR] = ACTIONS(196), - [anon_sym_deTEctOr] = ACTIONS(196), - [anon_sym_deTEctOR] = ACTIONS(196), - [anon_sym_deTEcTor] = ACTIONS(196), - [anon_sym_deTEcToR] = ACTIONS(196), - [anon_sym_deTEcTOr] = ACTIONS(196), - [anon_sym_deTEcTOR] = ACTIONS(196), - [anon_sym_deTECtor] = ACTIONS(196), - [anon_sym_deTECtoR] = ACTIONS(196), - [anon_sym_deTECtOr] = ACTIONS(196), - [anon_sym_deTECtOR] = ACTIONS(196), - [anon_sym_deTECTor] = ACTIONS(196), - [anon_sym_deTECToR] = ACTIONS(196), - [anon_sym_deTECTOr] = ACTIONS(196), - [anon_sym_deTECTOR] = ACTIONS(196), - [anon_sym_dEtector] = ACTIONS(196), - [anon_sym_dEtectoR] = ACTIONS(196), - [anon_sym_dEtectOr] = ACTIONS(196), - [anon_sym_dEtectOR] = ACTIONS(196), - [anon_sym_dEtecTor] = ACTIONS(196), - [anon_sym_dEtecToR] = ACTIONS(196), - [anon_sym_dEtecTOr] = ACTIONS(196), - [anon_sym_dEtecTOR] = ACTIONS(196), - [anon_sym_dEteCtor] = ACTIONS(196), - [anon_sym_dEteCtoR] = ACTIONS(196), - [anon_sym_dEteCtOr] = ACTIONS(196), - [anon_sym_dEteCtOR] = ACTIONS(196), - [anon_sym_dEteCTor] = ACTIONS(196), - [anon_sym_dEteCToR] = ACTIONS(196), - [anon_sym_dEteCTOr] = ACTIONS(196), - [anon_sym_dEteCTOR] = ACTIONS(196), - [anon_sym_dEtEctor] = ACTIONS(196), - [anon_sym_dEtEctoR] = ACTIONS(196), - [anon_sym_dEtEctOr] = ACTIONS(196), - [anon_sym_dEtEctOR] = ACTIONS(196), - [anon_sym_dEtEcTor] = ACTIONS(196), - [anon_sym_dEtEcToR] = ACTIONS(196), - [anon_sym_dEtEcTOr] = ACTIONS(196), - [anon_sym_dEtEcTOR] = ACTIONS(196), - [anon_sym_dEtECtor] = ACTIONS(196), - [anon_sym_dEtECtoR] = ACTIONS(196), - [anon_sym_dEtECtOr] = ACTIONS(196), - [anon_sym_dEtECtOR] = ACTIONS(196), - [anon_sym_dEtECTor] = ACTIONS(196), - [anon_sym_dEtECToR] = ACTIONS(196), - [anon_sym_dEtECTOr] = ACTIONS(196), - [anon_sym_dEtECTOR] = ACTIONS(196), - [anon_sym_dETector] = ACTIONS(196), - [anon_sym_dETectoR] = ACTIONS(196), - [anon_sym_dETectOr] = ACTIONS(196), - [anon_sym_dETectOR] = ACTIONS(196), - [anon_sym_dETecTor] = ACTIONS(196), - [anon_sym_dETecToR] = ACTIONS(196), - [anon_sym_dETecTOr] = ACTIONS(196), - [anon_sym_dETecTOR] = ACTIONS(196), - [anon_sym_dETeCtor] = ACTIONS(196), - [anon_sym_dETeCtoR] = ACTIONS(196), - [anon_sym_dETeCtOr] = ACTIONS(196), - [anon_sym_dETeCtOR] = ACTIONS(196), - [anon_sym_dETeCTor] = ACTIONS(196), - [anon_sym_dETeCToR] = ACTIONS(196), - [anon_sym_dETeCTOr] = ACTIONS(196), - [anon_sym_dETeCTOR] = ACTIONS(196), - [anon_sym_dETEctor] = ACTIONS(196), - [anon_sym_dETEctoR] = ACTIONS(196), - [anon_sym_dETEctOr] = ACTIONS(196), - [anon_sym_dETEctOR] = ACTIONS(196), - [anon_sym_dETEcTor] = ACTIONS(196), - [anon_sym_dETEcToR] = ACTIONS(196), - [anon_sym_dETEcTOr] = ACTIONS(196), - [anon_sym_dETEcTOR] = ACTIONS(196), - [anon_sym_dETECtor] = ACTIONS(196), - [anon_sym_dETECtoR] = ACTIONS(196), - [anon_sym_dETECtOr] = ACTIONS(196), - [anon_sym_dETECtOR] = ACTIONS(196), - [anon_sym_dETECTor] = ACTIONS(196), - [anon_sym_dETECToR] = ACTIONS(196), - [anon_sym_dETECTOr] = ACTIONS(196), - [anon_sym_dETECTOR] = ACTIONS(196), - [anon_sym_Detector] = ACTIONS(196), - [anon_sym_DetectoR] = ACTIONS(196), - [anon_sym_DetectOr] = ACTIONS(196), - [anon_sym_DetectOR] = ACTIONS(196), - [anon_sym_DetecTor] = ACTIONS(196), - [anon_sym_DetecToR] = ACTIONS(196), - [anon_sym_DetecTOr] = ACTIONS(196), - [anon_sym_DetecTOR] = ACTIONS(196), - [anon_sym_DeteCtor] = ACTIONS(196), - [anon_sym_DeteCtoR] = ACTIONS(196), - [anon_sym_DeteCtOr] = ACTIONS(196), - [anon_sym_DeteCtOR] = ACTIONS(196), - [anon_sym_DeteCTor] = ACTIONS(196), - [anon_sym_DeteCToR] = ACTIONS(196), - [anon_sym_DeteCTOr] = ACTIONS(196), - [anon_sym_DeteCTOR] = ACTIONS(196), - [anon_sym_DetEctor] = ACTIONS(196), - [anon_sym_DetEctoR] = ACTIONS(196), - [anon_sym_DetEctOr] = ACTIONS(196), - [anon_sym_DetEctOR] = ACTIONS(196), - [anon_sym_DetEcTor] = ACTIONS(196), - [anon_sym_DetEcToR] = ACTIONS(196), - [anon_sym_DetEcTOr] = ACTIONS(196), - [anon_sym_DetEcTOR] = ACTIONS(196), - [anon_sym_DetECtor] = ACTIONS(196), - [anon_sym_DetECtoR] = ACTIONS(196), - [anon_sym_DetECtOr] = ACTIONS(196), - [anon_sym_DetECtOR] = ACTIONS(196), - [anon_sym_DetECTor] = ACTIONS(196), - [anon_sym_DetECToR] = ACTIONS(196), - [anon_sym_DetECTOr] = ACTIONS(196), - [anon_sym_DetECTOR] = ACTIONS(196), - [anon_sym_DeTector] = ACTIONS(196), - [anon_sym_DeTectoR] = ACTIONS(196), - [anon_sym_DeTectOr] = ACTIONS(196), - [anon_sym_DeTectOR] = ACTIONS(196), - [anon_sym_DeTecTor] = ACTIONS(196), - [anon_sym_DeTecToR] = ACTIONS(196), - [anon_sym_DeTecTOr] = ACTIONS(196), - [anon_sym_DeTecTOR] = ACTIONS(196), - [anon_sym_DeTeCtor] = ACTIONS(196), - [anon_sym_DeTeCtoR] = ACTIONS(196), - [anon_sym_DeTeCtOr] = ACTIONS(196), - [anon_sym_DeTeCtOR] = ACTIONS(196), - [anon_sym_DeTeCTor] = ACTIONS(196), - [anon_sym_DeTeCToR] = ACTIONS(196), - [anon_sym_DeTeCTOr] = ACTIONS(196), - [anon_sym_DeTeCTOR] = ACTIONS(196), - [anon_sym_DeTEctor] = ACTIONS(196), - [anon_sym_DeTEctoR] = ACTIONS(196), - [anon_sym_DeTEctOr] = ACTIONS(196), - [anon_sym_DeTEctOR] = ACTIONS(196), - [anon_sym_DeTEcTor] = ACTIONS(196), - [anon_sym_DeTEcToR] = ACTIONS(196), - [anon_sym_DeTEcTOr] = ACTIONS(196), - [anon_sym_DeTEcTOR] = ACTIONS(196), - [anon_sym_DeTECtor] = ACTIONS(196), - [anon_sym_DeTECtoR] = ACTIONS(196), - [anon_sym_DeTECtOr] = ACTIONS(196), - [anon_sym_DeTECtOR] = ACTIONS(196), - [anon_sym_DeTECTor] = ACTIONS(196), - [anon_sym_DeTECToR] = ACTIONS(196), - [anon_sym_DeTECTOr] = ACTIONS(196), - [anon_sym_DeTECTOR] = ACTIONS(196), - [anon_sym_DEtector] = ACTIONS(196), - [anon_sym_DEtectoR] = ACTIONS(196), - [anon_sym_DEtectOr] = ACTIONS(196), - [anon_sym_DEtectOR] = ACTIONS(196), - [anon_sym_DEtecTor] = ACTIONS(196), - [anon_sym_DEtecToR] = ACTIONS(196), - [anon_sym_DEtecTOr] = ACTIONS(196), - [anon_sym_DEtecTOR] = ACTIONS(196), - [anon_sym_DEteCtor] = ACTIONS(196), - [anon_sym_DEteCtoR] = ACTIONS(196), - [anon_sym_DEteCtOr] = ACTIONS(196), - [anon_sym_DEteCtOR] = ACTIONS(196), - [anon_sym_DEteCTor] = ACTIONS(196), - [anon_sym_DEteCToR] = ACTIONS(196), - [anon_sym_DEteCTOr] = ACTIONS(196), - [anon_sym_DEteCTOR] = ACTIONS(196), - [anon_sym_DEtEctor] = ACTIONS(196), - [anon_sym_DEtEctoR] = ACTIONS(196), - [anon_sym_DEtEctOr] = ACTIONS(196), - [anon_sym_DEtEctOR] = ACTIONS(196), - [anon_sym_DEtEcTor] = ACTIONS(196), - [anon_sym_DEtEcToR] = ACTIONS(196), - [anon_sym_DEtEcTOr] = ACTIONS(196), - [anon_sym_DEtEcTOR] = ACTIONS(196), - [anon_sym_DEtECtor] = ACTIONS(196), - [anon_sym_DEtECtoR] = ACTIONS(196), - [anon_sym_DEtECtOr] = ACTIONS(196), - [anon_sym_DEtECtOR] = ACTIONS(196), - [anon_sym_DEtECTor] = ACTIONS(196), - [anon_sym_DEtECToR] = ACTIONS(196), - [anon_sym_DEtECTOr] = ACTIONS(196), - [anon_sym_DEtECTOR] = ACTIONS(196), - [anon_sym_DETector] = ACTIONS(196), - [anon_sym_DETectoR] = ACTIONS(196), - [anon_sym_DETectOr] = ACTIONS(196), - [anon_sym_DETectOR] = ACTIONS(196), - [anon_sym_DETecTor] = ACTIONS(196), - [anon_sym_DETecToR] = ACTIONS(196), - [anon_sym_DETecTOr] = ACTIONS(196), - [anon_sym_DETecTOR] = ACTIONS(196), - [anon_sym_DETeCtor] = ACTIONS(196), - [anon_sym_DETeCtoR] = ACTIONS(196), - [anon_sym_DETeCtOr] = ACTIONS(196), - [anon_sym_DETeCtOR] = ACTIONS(196), - [anon_sym_DETeCTor] = ACTIONS(196), - [anon_sym_DETeCToR] = ACTIONS(196), - [anon_sym_DETeCTOr] = ACTIONS(196), - [anon_sym_DETeCTOR] = ACTIONS(196), - [anon_sym_DETEctor] = ACTIONS(196), - [anon_sym_DETEctoR] = ACTIONS(196), - [anon_sym_DETEctOr] = ACTIONS(196), - [anon_sym_DETEctOR] = ACTIONS(196), - [anon_sym_DETEcTor] = ACTIONS(196), - [anon_sym_DETEcToR] = ACTIONS(196), - [anon_sym_DETEcTOr] = ACTIONS(196), - [anon_sym_DETEcTOR] = ACTIONS(196), - [anon_sym_DETECtor] = ACTIONS(196), - [anon_sym_DETECtoR] = ACTIONS(196), - [anon_sym_DETECtOr] = ACTIONS(196), - [anon_sym_DETECtOR] = ACTIONS(196), - [anon_sym_DETECTor] = ACTIONS(196), - [anon_sym_DETECToR] = ACTIONS(196), - [anon_sym_DETECTOr] = ACTIONS(196), - [anon_sym_DETECTOR] = ACTIONS(196), - [anon_sym_invoke] = ACTIONS(196), - [anon_sym_invokE] = ACTIONS(196), - [anon_sym_invoKe] = ACTIONS(196), - [anon_sym_invoKE] = ACTIONS(196), - [anon_sym_invOke] = ACTIONS(196), - [anon_sym_invOkE] = ACTIONS(196), - [anon_sym_invOKe] = ACTIONS(196), - [anon_sym_invOKE] = ACTIONS(196), - [anon_sym_inVoke] = ACTIONS(196), - [anon_sym_inVokE] = ACTIONS(196), - [anon_sym_inVoKe] = ACTIONS(196), - [anon_sym_inVoKE] = ACTIONS(196), - [anon_sym_inVOke] = ACTIONS(196), - [anon_sym_inVOkE] = ACTIONS(196), - [anon_sym_inVOKe] = ACTIONS(196), - [anon_sym_inVOKE] = ACTIONS(196), - [anon_sym_iNvoke] = ACTIONS(196), - [anon_sym_iNvokE] = ACTIONS(196), - [anon_sym_iNvoKe] = ACTIONS(196), - [anon_sym_iNvoKE] = ACTIONS(196), - [anon_sym_iNvOke] = ACTIONS(196), - [anon_sym_iNvOkE] = ACTIONS(196), - [anon_sym_iNvOKe] = ACTIONS(196), - [anon_sym_iNvOKE] = ACTIONS(196), - [anon_sym_iNVoke] = ACTIONS(196), - [anon_sym_iNVokE] = ACTIONS(196), - [anon_sym_iNVoKe] = ACTIONS(196), - [anon_sym_iNVoKE] = ACTIONS(196), - [anon_sym_iNVOke] = ACTIONS(196), - [anon_sym_iNVOkE] = ACTIONS(196), - [anon_sym_iNVOKe] = ACTIONS(196), - [anon_sym_iNVOKE] = ACTIONS(196), - [anon_sym_Invoke] = ACTIONS(196), - [anon_sym_InvokE] = ACTIONS(196), - [anon_sym_InvoKe] = ACTIONS(196), - [anon_sym_InvoKE] = ACTIONS(196), - [anon_sym_InvOke] = ACTIONS(196), - [anon_sym_InvOkE] = ACTIONS(196), - [anon_sym_InvOKe] = ACTIONS(196), - [anon_sym_InvOKE] = ACTIONS(196), - [anon_sym_InVoke] = ACTIONS(196), - [anon_sym_InVokE] = ACTIONS(196), - [anon_sym_InVoKe] = ACTIONS(196), - [anon_sym_InVoKE] = ACTIONS(196), - [anon_sym_InVOke] = ACTIONS(196), - [anon_sym_InVOkE] = ACTIONS(196), - [anon_sym_InVOKe] = ACTIONS(196), - [anon_sym_InVOKE] = ACTIONS(196), - [anon_sym_INvoke] = ACTIONS(196), - [anon_sym_INvokE] = ACTIONS(196), - [anon_sym_INvoKe] = ACTIONS(196), - [anon_sym_INvoKE] = ACTIONS(196), - [anon_sym_INvOke] = ACTIONS(196), - [anon_sym_INvOkE] = ACTIONS(196), - [anon_sym_INvOKe] = ACTIONS(196), - [anon_sym_INvOKE] = ACTIONS(196), - [anon_sym_INVoke] = ACTIONS(196), - [anon_sym_INVokE] = ACTIONS(196), - [anon_sym_INVoKe] = ACTIONS(196), - [anon_sym_INVoKE] = ACTIONS(196), - [anon_sym_INVOke] = ACTIONS(196), - [anon_sym_INVOkE] = ACTIONS(196), - [anon_sym_INVOKe] = ACTIONS(196), - [anon_sym_INVOKE] = ACTIONS(196), - [anon_sym_select] = ACTIONS(196), - [anon_sym_selecT] = ACTIONS(196), - [anon_sym_seleCt] = ACTIONS(196), - [anon_sym_seleCT] = ACTIONS(196), - [anon_sym_selEct] = ACTIONS(196), - [anon_sym_selEcT] = ACTIONS(196), - [anon_sym_selECt] = ACTIONS(196), - [anon_sym_selECT] = ACTIONS(196), - [anon_sym_seLect] = ACTIONS(196), - [anon_sym_seLecT] = ACTIONS(196), - [anon_sym_seLeCt] = ACTIONS(196), - [anon_sym_seLeCT] = ACTIONS(196), - [anon_sym_seLEct] = ACTIONS(196), - [anon_sym_seLEcT] = ACTIONS(196), - [anon_sym_seLECt] = ACTIONS(196), - [anon_sym_seLECT] = ACTIONS(196), - [anon_sym_sElect] = ACTIONS(196), - [anon_sym_sElecT] = ACTIONS(196), - [anon_sym_sEleCt] = ACTIONS(196), - [anon_sym_sEleCT] = ACTIONS(196), - [anon_sym_sElEct] = ACTIONS(196), - [anon_sym_sElEcT] = ACTIONS(196), - [anon_sym_sElECt] = ACTIONS(196), - [anon_sym_sElECT] = ACTIONS(196), - [anon_sym_sELect] = ACTIONS(196), - [anon_sym_sELecT] = ACTIONS(196), - [anon_sym_sELeCt] = ACTIONS(196), - [anon_sym_sELeCT] = ACTIONS(196), - [anon_sym_sELEct] = ACTIONS(196), - [anon_sym_sELEcT] = ACTIONS(196), - [anon_sym_sELECt] = ACTIONS(196), - [anon_sym_sELECT] = ACTIONS(196), - [anon_sym_Select] = ACTIONS(196), - [anon_sym_SelecT] = ACTIONS(196), - [anon_sym_SeleCt] = ACTIONS(196), - [anon_sym_SeleCT] = ACTIONS(196), - [anon_sym_SelEct] = ACTIONS(196), - [anon_sym_SelEcT] = ACTIONS(196), - [anon_sym_SelECt] = ACTIONS(196), - [anon_sym_SelECT] = ACTIONS(196), - [anon_sym_SeLect] = ACTIONS(196), - [anon_sym_SeLecT] = ACTIONS(196), - [anon_sym_SeLeCt] = ACTIONS(196), - [anon_sym_SeLeCT] = ACTIONS(196), - [anon_sym_SeLEct] = ACTIONS(196), - [anon_sym_SeLEcT] = ACTIONS(196), - [anon_sym_SeLECt] = ACTIONS(196), - [anon_sym_SeLECT] = ACTIONS(196), - [anon_sym_SElect] = ACTIONS(196), - [anon_sym_SElecT] = ACTIONS(196), - [anon_sym_SEleCt] = ACTIONS(196), - [anon_sym_SEleCT] = ACTIONS(196), - [anon_sym_SElEct] = ACTIONS(196), - [anon_sym_SElEcT] = ACTIONS(196), - [anon_sym_SElECt] = ACTIONS(196), - [anon_sym_SElECT] = ACTIONS(196), - [anon_sym_SELect] = ACTIONS(196), - [anon_sym_SELecT] = ACTIONS(196), - [anon_sym_SELeCt] = ACTIONS(196), - [anon_sym_SELeCT] = ACTIONS(196), - [anon_sym_SELEct] = ACTIONS(196), - [anon_sym_SELEcT] = ACTIONS(196), - [anon_sym_SELECt] = ACTIONS(196), - [anon_sym_SELECT] = ACTIONS(196), - }, - [33] = { - [sym_comment] = STATE(33), - [ts_builtin_sym_end] = ACTIONS(198), - [sym_identifier] = ACTIONS(200), - [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(198), - [anon_sym_define] = ACTIONS(200), - [anon_sym_definE] = ACTIONS(200), - [anon_sym_defiNe] = ACTIONS(200), - [anon_sym_defiNE] = ACTIONS(200), - [anon_sym_defIne] = ACTIONS(200), - [anon_sym_defInE] = ACTIONS(200), - [anon_sym_defINe] = ACTIONS(200), - [anon_sym_defINE] = ACTIONS(200), - [anon_sym_deFine] = ACTIONS(200), - [anon_sym_deFinE] = ACTIONS(200), - [anon_sym_deFiNe] = ACTIONS(200), - [anon_sym_deFiNE] = ACTIONS(200), - [anon_sym_deFIne] = ACTIONS(200), - [anon_sym_deFInE] = ACTIONS(200), - [anon_sym_deFINe] = ACTIONS(200), - [anon_sym_deFINE] = ACTIONS(200), - [anon_sym_dEfine] = ACTIONS(200), - [anon_sym_dEfinE] = ACTIONS(200), - [anon_sym_dEfiNe] = ACTIONS(200), - [anon_sym_dEfiNE] = ACTIONS(200), - [anon_sym_dEfIne] = ACTIONS(200), - [anon_sym_dEfInE] = ACTIONS(200), - [anon_sym_dEfINe] = ACTIONS(200), - [anon_sym_dEfINE] = ACTIONS(200), - [anon_sym_dEFine] = ACTIONS(200), - [anon_sym_dEFinE] = ACTIONS(200), - [anon_sym_dEFiNe] = ACTIONS(200), - [anon_sym_dEFiNE] = ACTIONS(200), - [anon_sym_dEFIne] = ACTIONS(200), - [anon_sym_dEFInE] = ACTIONS(200), - [anon_sym_dEFINe] = ACTIONS(200), - [anon_sym_dEFINE] = ACTIONS(200), - [anon_sym_Define] = ACTIONS(200), - [anon_sym_DefinE] = ACTIONS(200), - [anon_sym_DefiNe] = ACTIONS(200), - [anon_sym_DefiNE] = ACTIONS(200), - [anon_sym_DefIne] = ACTIONS(200), - [anon_sym_DefInE] = ACTIONS(200), - [anon_sym_DefINe] = ACTIONS(200), - [anon_sym_DefINE] = ACTIONS(200), - [anon_sym_DeFine] = ACTIONS(200), - [anon_sym_DeFinE] = ACTIONS(200), - [anon_sym_DeFiNe] = ACTIONS(200), - [anon_sym_DeFiNE] = ACTIONS(200), - [anon_sym_DeFIne] = ACTIONS(200), - [anon_sym_DeFInE] = ACTIONS(200), - [anon_sym_DeFINe] = ACTIONS(200), - [anon_sym_DeFINE] = ACTIONS(200), - [anon_sym_DEfine] = ACTIONS(200), - [anon_sym_DEfinE] = ACTIONS(200), - [anon_sym_DEfiNe] = ACTIONS(200), - [anon_sym_DEfiNE] = ACTIONS(200), - [anon_sym_DEfIne] = ACTIONS(200), - [anon_sym_DEfInE] = ACTIONS(200), - [anon_sym_DEfINe] = ACTIONS(200), - [anon_sym_DEfINE] = ACTIONS(200), - [anon_sym_DEFine] = ACTIONS(200), - [anon_sym_DEFinE] = ACTIONS(200), - [anon_sym_DEFiNe] = ACTIONS(200), - [anon_sym_DEFiNE] = ACTIONS(200), - [anon_sym_DEFIne] = ACTIONS(200), - [anon_sym_DEFInE] = ACTIONS(200), - [anon_sym_DEFINe] = ACTIONS(200), - [anon_sym_DEFINE] = ACTIONS(200), - [anon_sym_include] = ACTIONS(200), - [anon_sym_includE] = ACTIONS(200), - [anon_sym_incluDe] = ACTIONS(200), - [anon_sym_incluDE] = ACTIONS(200), - [anon_sym_inclUde] = ACTIONS(200), - [anon_sym_inclUdE] = ACTIONS(200), - [anon_sym_inclUDe] = ACTIONS(200), - [anon_sym_inclUDE] = ACTIONS(200), - [anon_sym_incLude] = ACTIONS(200), - [anon_sym_incLudE] = ACTIONS(200), - [anon_sym_incLuDe] = ACTIONS(200), - [anon_sym_incLuDE] = ACTIONS(200), - [anon_sym_incLUde] = ACTIONS(200), - [anon_sym_incLUdE] = ACTIONS(200), - [anon_sym_incLUDe] = ACTIONS(200), - [anon_sym_incLUDE] = ACTIONS(200), - [anon_sym_inClude] = ACTIONS(200), - [anon_sym_inCludE] = ACTIONS(200), - [anon_sym_inCluDe] = ACTIONS(200), - [anon_sym_inCluDE] = ACTIONS(200), - [anon_sym_inClUde] = ACTIONS(200), - [anon_sym_inClUdE] = ACTIONS(200), - [anon_sym_inClUDe] = ACTIONS(200), - [anon_sym_inClUDE] = ACTIONS(200), - [anon_sym_inCLude] = ACTIONS(200), - [anon_sym_inCLudE] = ACTIONS(200), - [anon_sym_inCLuDe] = ACTIONS(200), - [anon_sym_inCLuDE] = ACTIONS(200), - [anon_sym_inCLUde] = ACTIONS(200), - [anon_sym_inCLUdE] = ACTIONS(200), - [anon_sym_inCLUDe] = ACTIONS(200), - [anon_sym_inCLUDE] = ACTIONS(200), - [anon_sym_iNclude] = ACTIONS(200), - [anon_sym_iNcludE] = ACTIONS(200), - [anon_sym_iNcluDe] = ACTIONS(200), - [anon_sym_iNcluDE] = ACTIONS(200), - [anon_sym_iNclUde] = ACTIONS(200), - [anon_sym_iNclUdE] = ACTIONS(200), - [anon_sym_iNclUDe] = ACTIONS(200), - [anon_sym_iNclUDE] = ACTIONS(200), - [anon_sym_iNcLude] = ACTIONS(200), - [anon_sym_iNcLudE] = ACTIONS(200), - [anon_sym_iNcLuDe] = ACTIONS(200), - [anon_sym_iNcLuDE] = ACTIONS(200), - [anon_sym_iNcLUde] = ACTIONS(200), - [anon_sym_iNcLUdE] = ACTIONS(200), - [anon_sym_iNcLUDe] = ACTIONS(200), - [anon_sym_iNcLUDE] = ACTIONS(200), - [anon_sym_iNClude] = ACTIONS(200), - [anon_sym_iNCludE] = ACTIONS(200), - [anon_sym_iNCluDe] = ACTIONS(200), - [anon_sym_iNCluDE] = ACTIONS(200), - [anon_sym_iNClUde] = ACTIONS(200), - [anon_sym_iNClUdE] = ACTIONS(200), - [anon_sym_iNClUDe] = ACTIONS(200), - [anon_sym_iNClUDE] = ACTIONS(200), - [anon_sym_iNCLude] = ACTIONS(200), - [anon_sym_iNCLudE] = ACTIONS(200), - [anon_sym_iNCLuDe] = ACTIONS(200), - [anon_sym_iNCLuDE] = ACTIONS(200), - [anon_sym_iNCLUde] = ACTIONS(200), - [anon_sym_iNCLUdE] = ACTIONS(200), - [anon_sym_iNCLUDe] = ACTIONS(200), - [anon_sym_iNCLUDE] = ACTIONS(200), - [anon_sym_Include] = ACTIONS(200), - [anon_sym_IncludE] = ACTIONS(200), - [anon_sym_IncluDe] = ACTIONS(200), - [anon_sym_IncluDE] = ACTIONS(200), - [anon_sym_InclUde] = ACTIONS(200), - [anon_sym_InclUdE] = ACTIONS(200), - [anon_sym_InclUDe] = ACTIONS(200), - [anon_sym_InclUDE] = ACTIONS(200), - [anon_sym_IncLude] = ACTIONS(200), - [anon_sym_IncLudE] = ACTIONS(200), - [anon_sym_IncLuDe] = ACTIONS(200), - [anon_sym_IncLuDE] = ACTIONS(200), - [anon_sym_IncLUde] = ACTIONS(200), - [anon_sym_IncLUdE] = ACTIONS(200), - [anon_sym_IncLUDe] = ACTIONS(200), - [anon_sym_IncLUDE] = ACTIONS(200), - [anon_sym_InClude] = ACTIONS(200), - [anon_sym_InCludE] = ACTIONS(200), - [anon_sym_InCluDe] = ACTIONS(200), - [anon_sym_InCluDE] = ACTIONS(200), - [anon_sym_InClUde] = ACTIONS(200), - [anon_sym_InClUdE] = ACTIONS(200), - [anon_sym_InClUDe] = ACTIONS(200), - [anon_sym_InClUDE] = ACTIONS(200), - [anon_sym_InCLude] = ACTIONS(200), - [anon_sym_InCLudE] = ACTIONS(200), - [anon_sym_InCLuDe] = ACTIONS(200), - [anon_sym_InCLuDE] = ACTIONS(200), - [anon_sym_InCLUde] = ACTIONS(200), - [anon_sym_InCLUdE] = ACTIONS(200), - [anon_sym_InCLUDe] = ACTIONS(200), - [anon_sym_InCLUDE] = ACTIONS(200), - [anon_sym_INclude] = ACTIONS(200), - [anon_sym_INcludE] = ACTIONS(200), - [anon_sym_INcluDe] = ACTIONS(200), - [anon_sym_INcluDE] = ACTIONS(200), - [anon_sym_INclUde] = ACTIONS(200), - [anon_sym_INclUdE] = ACTIONS(200), - [anon_sym_INclUDe] = ACTIONS(200), - [anon_sym_INclUDE] = ACTIONS(200), - [anon_sym_INcLude] = ACTIONS(200), - [anon_sym_INcLudE] = ACTIONS(200), - [anon_sym_INcLuDe] = ACTIONS(200), - [anon_sym_INcLuDE] = ACTIONS(200), - [anon_sym_INcLUde] = ACTIONS(200), - [anon_sym_INcLUdE] = ACTIONS(200), - [anon_sym_INcLUDe] = ACTIONS(200), - [anon_sym_INcLUDE] = ACTIONS(200), - [anon_sym_INClude] = ACTIONS(200), - [anon_sym_INCludE] = ACTIONS(200), - [anon_sym_INCluDe] = ACTIONS(200), - [anon_sym_INCluDE] = ACTIONS(200), - [anon_sym_INClUde] = ACTIONS(200), - [anon_sym_INClUdE] = ACTIONS(200), - [anon_sym_INClUDe] = ACTIONS(200), - [anon_sym_INClUDE] = ACTIONS(200), - [anon_sym_INCLude] = ACTIONS(200), - [anon_sym_INCLudE] = ACTIONS(200), - [anon_sym_INCLuDe] = ACTIONS(200), - [anon_sym_INCLuDE] = ACTIONS(200), - [anon_sym_INCLUde] = ACTIONS(200), - [anon_sym_INCLUdE] = ACTIONS(200), - [anon_sym_INCLUDe] = ACTIONS(200), - [anon_sym_INCLUDE] = ACTIONS(200), - [anon_sym_action] = ACTIONS(200), - [anon_sym_actioN] = ACTIONS(200), - [anon_sym_actiOn] = ACTIONS(200), - [anon_sym_actiON] = ACTIONS(200), - [anon_sym_actIon] = ACTIONS(200), - [anon_sym_actIoN] = ACTIONS(200), - [anon_sym_actIOn] = ACTIONS(200), - [anon_sym_actION] = ACTIONS(200), - [anon_sym_acTion] = ACTIONS(200), - [anon_sym_acTioN] = ACTIONS(200), - [anon_sym_acTiOn] = ACTIONS(200), - [anon_sym_acTiON] = ACTIONS(200), - [anon_sym_acTIon] = ACTIONS(200), - [anon_sym_acTIoN] = ACTIONS(200), - [anon_sym_acTIOn] = ACTIONS(200), - [anon_sym_acTION] = ACTIONS(200), - [anon_sym_aCtion] = ACTIONS(200), - [anon_sym_aCtioN] = ACTIONS(200), - [anon_sym_aCtiOn] = ACTIONS(200), - [anon_sym_aCtiON] = ACTIONS(200), - [anon_sym_aCtIon] = ACTIONS(200), - [anon_sym_aCtIoN] = ACTIONS(200), - [anon_sym_aCtIOn] = ACTIONS(200), - [anon_sym_aCtION] = ACTIONS(200), - [anon_sym_aCTion] = ACTIONS(200), - [anon_sym_aCTioN] = ACTIONS(200), - [anon_sym_aCTiOn] = ACTIONS(200), - [anon_sym_aCTiON] = ACTIONS(200), - [anon_sym_aCTIon] = ACTIONS(200), - [anon_sym_aCTIoN] = ACTIONS(200), - [anon_sym_aCTIOn] = ACTIONS(200), - [anon_sym_aCTION] = ACTIONS(200), - [anon_sym_Action] = ACTIONS(200), - [anon_sym_ActioN] = ACTIONS(200), - [anon_sym_ActiOn] = ACTIONS(200), - [anon_sym_ActiON] = ACTIONS(200), - [anon_sym_ActIon] = ACTIONS(200), - [anon_sym_ActIoN] = ACTIONS(200), - [anon_sym_ActIOn] = ACTIONS(200), - [anon_sym_ActION] = ACTIONS(200), - [anon_sym_AcTion] = ACTIONS(200), - [anon_sym_AcTioN] = ACTIONS(200), - [anon_sym_AcTiOn] = ACTIONS(200), - [anon_sym_AcTiON] = ACTIONS(200), - [anon_sym_AcTIon] = ACTIONS(200), - [anon_sym_AcTIoN] = ACTIONS(200), - [anon_sym_AcTIOn] = ACTIONS(200), - [anon_sym_AcTION] = ACTIONS(200), - [anon_sym_ACtion] = ACTIONS(200), - [anon_sym_ACtioN] = ACTIONS(200), - [anon_sym_ACtiOn] = ACTIONS(200), - [anon_sym_ACtiON] = ACTIONS(200), - [anon_sym_ACtIon] = ACTIONS(200), - [anon_sym_ACtIoN] = ACTIONS(200), - [anon_sym_ACtIOn] = ACTIONS(200), - [anon_sym_ACtION] = ACTIONS(200), - [anon_sym_ACTion] = ACTIONS(200), - [anon_sym_ACTioN] = ACTIONS(200), - [anon_sym_ACTiOn] = ACTIONS(200), - [anon_sym_ACTiON] = ACTIONS(200), - [anon_sym_ACTIon] = ACTIONS(200), - [anon_sym_ACTIoN] = ACTIONS(200), - [anon_sym_ACTIOn] = ACTIONS(200), - [anon_sym_ACTION] = ACTIONS(200), - [anon_sym_if] = ACTIONS(200), - [anon_sym_iF] = ACTIONS(200), - [anon_sym_If] = ACTIONS(200), - [anon_sym_IF] = ACTIONS(200), - [anon_sym_while] = ACTIONS(200), - [anon_sym_whilE] = ACTIONS(200), - [anon_sym_whiLe] = ACTIONS(200), - [anon_sym_whiLE] = ACTIONS(200), - [anon_sym_whIle] = ACTIONS(200), - [anon_sym_whIlE] = ACTIONS(200), - [anon_sym_whILe] = ACTIONS(200), - [anon_sym_whILE] = ACTIONS(200), - [anon_sym_wHile] = ACTIONS(200), - [anon_sym_wHilE] = ACTIONS(200), - [anon_sym_wHiLe] = ACTIONS(200), - [anon_sym_wHiLE] = ACTIONS(200), - [anon_sym_wHIle] = ACTIONS(200), - [anon_sym_wHIlE] = ACTIONS(200), - [anon_sym_wHILe] = ACTIONS(200), - [anon_sym_wHILE] = ACTIONS(200), - [anon_sym_While] = ACTIONS(200), - [anon_sym_WhilE] = ACTIONS(200), - [anon_sym_WhiLe] = ACTIONS(200), - [anon_sym_WhiLE] = ACTIONS(200), - [anon_sym_WhIle] = ACTIONS(200), - [anon_sym_WhIlE] = ACTIONS(200), - [anon_sym_WhILe] = ACTIONS(200), - [anon_sym_WhILE] = ACTIONS(200), - [anon_sym_WHile] = ACTIONS(200), - [anon_sym_WHilE] = ACTIONS(200), - [anon_sym_WHiLe] = ACTIONS(200), - [anon_sym_WHiLE] = ACTIONS(200), - [anon_sym_WHIle] = ACTIONS(200), - [anon_sym_WHIlE] = ACTIONS(200), - [anon_sym_WHILe] = ACTIONS(200), - [anon_sym_WHILE] = ACTIONS(200), - [anon_sym_detector] = ACTIONS(200), - [anon_sym_detectoR] = ACTIONS(200), - [anon_sym_detectOr] = ACTIONS(200), - [anon_sym_detectOR] = ACTIONS(200), - [anon_sym_detecTor] = ACTIONS(200), - [anon_sym_detecToR] = ACTIONS(200), - [anon_sym_detecTOr] = ACTIONS(200), - [anon_sym_detecTOR] = ACTIONS(200), - [anon_sym_deteCtor] = ACTIONS(200), - [anon_sym_deteCtoR] = ACTIONS(200), - [anon_sym_deteCtOr] = ACTIONS(200), - [anon_sym_deteCtOR] = ACTIONS(200), - [anon_sym_deteCTor] = ACTIONS(200), - [anon_sym_deteCToR] = ACTIONS(200), - [anon_sym_deteCTOr] = ACTIONS(200), - [anon_sym_deteCTOR] = ACTIONS(200), - [anon_sym_detEctor] = ACTIONS(200), - [anon_sym_detEctoR] = ACTIONS(200), - [anon_sym_detEctOr] = ACTIONS(200), - [anon_sym_detEctOR] = ACTIONS(200), - [anon_sym_detEcTor] = ACTIONS(200), - [anon_sym_detEcToR] = ACTIONS(200), - [anon_sym_detEcTOr] = ACTIONS(200), - [anon_sym_detEcTOR] = ACTIONS(200), - [anon_sym_detECtor] = ACTIONS(200), - [anon_sym_detECtoR] = ACTIONS(200), - [anon_sym_detECtOr] = ACTIONS(200), - [anon_sym_detECtOR] = ACTIONS(200), - [anon_sym_detECTor] = ACTIONS(200), - [anon_sym_detECToR] = ACTIONS(200), - [anon_sym_detECTOr] = ACTIONS(200), - [anon_sym_detECTOR] = ACTIONS(200), - [anon_sym_deTector] = ACTIONS(200), - [anon_sym_deTectoR] = ACTIONS(200), - [anon_sym_deTectOr] = ACTIONS(200), - [anon_sym_deTectOR] = ACTIONS(200), - [anon_sym_deTecTor] = ACTIONS(200), - [anon_sym_deTecToR] = ACTIONS(200), - [anon_sym_deTecTOr] = ACTIONS(200), - [anon_sym_deTecTOR] = ACTIONS(200), - [anon_sym_deTeCtor] = ACTIONS(200), - [anon_sym_deTeCtoR] = ACTIONS(200), - [anon_sym_deTeCtOr] = ACTIONS(200), - [anon_sym_deTeCtOR] = ACTIONS(200), - [anon_sym_deTeCTor] = ACTIONS(200), - [anon_sym_deTeCToR] = ACTIONS(200), - [anon_sym_deTeCTOr] = ACTIONS(200), - [anon_sym_deTeCTOR] = ACTIONS(200), - [anon_sym_deTEctor] = ACTIONS(200), - [anon_sym_deTEctoR] = ACTIONS(200), - [anon_sym_deTEctOr] = ACTIONS(200), - [anon_sym_deTEctOR] = ACTIONS(200), - [anon_sym_deTEcTor] = ACTIONS(200), - [anon_sym_deTEcToR] = ACTIONS(200), - [anon_sym_deTEcTOr] = ACTIONS(200), - [anon_sym_deTEcTOR] = ACTIONS(200), - [anon_sym_deTECtor] = ACTIONS(200), - [anon_sym_deTECtoR] = ACTIONS(200), - [anon_sym_deTECtOr] = ACTIONS(200), - [anon_sym_deTECtOR] = ACTIONS(200), - [anon_sym_deTECTor] = ACTIONS(200), - [anon_sym_deTECToR] = ACTIONS(200), - [anon_sym_deTECTOr] = ACTIONS(200), - [anon_sym_deTECTOR] = ACTIONS(200), - [anon_sym_dEtector] = ACTIONS(200), - [anon_sym_dEtectoR] = ACTIONS(200), - [anon_sym_dEtectOr] = ACTIONS(200), - [anon_sym_dEtectOR] = ACTIONS(200), - [anon_sym_dEtecTor] = ACTIONS(200), - [anon_sym_dEtecToR] = ACTIONS(200), - [anon_sym_dEtecTOr] = ACTIONS(200), - [anon_sym_dEtecTOR] = ACTIONS(200), - [anon_sym_dEteCtor] = ACTIONS(200), - [anon_sym_dEteCtoR] = ACTIONS(200), - [anon_sym_dEteCtOr] = ACTIONS(200), - [anon_sym_dEteCtOR] = ACTIONS(200), - [anon_sym_dEteCTor] = ACTIONS(200), - [anon_sym_dEteCToR] = ACTIONS(200), - [anon_sym_dEteCTOr] = ACTIONS(200), - [anon_sym_dEteCTOR] = ACTIONS(200), - [anon_sym_dEtEctor] = ACTIONS(200), - [anon_sym_dEtEctoR] = ACTIONS(200), - [anon_sym_dEtEctOr] = ACTIONS(200), - [anon_sym_dEtEctOR] = ACTIONS(200), - [anon_sym_dEtEcTor] = ACTIONS(200), - [anon_sym_dEtEcToR] = ACTIONS(200), - [anon_sym_dEtEcTOr] = ACTIONS(200), - [anon_sym_dEtEcTOR] = ACTIONS(200), - [anon_sym_dEtECtor] = ACTIONS(200), - [anon_sym_dEtECtoR] = ACTIONS(200), - [anon_sym_dEtECtOr] = ACTIONS(200), - [anon_sym_dEtECtOR] = ACTIONS(200), - [anon_sym_dEtECTor] = ACTIONS(200), - [anon_sym_dEtECToR] = ACTIONS(200), - [anon_sym_dEtECTOr] = ACTIONS(200), - [anon_sym_dEtECTOR] = ACTIONS(200), - [anon_sym_dETector] = ACTIONS(200), - [anon_sym_dETectoR] = ACTIONS(200), - [anon_sym_dETectOr] = ACTIONS(200), - [anon_sym_dETectOR] = ACTIONS(200), - [anon_sym_dETecTor] = ACTIONS(200), - [anon_sym_dETecToR] = ACTIONS(200), - [anon_sym_dETecTOr] = ACTIONS(200), - [anon_sym_dETecTOR] = ACTIONS(200), - [anon_sym_dETeCtor] = ACTIONS(200), - [anon_sym_dETeCtoR] = ACTIONS(200), - [anon_sym_dETeCtOr] = ACTIONS(200), - [anon_sym_dETeCtOR] = ACTIONS(200), - [anon_sym_dETeCTor] = ACTIONS(200), - [anon_sym_dETeCToR] = ACTIONS(200), - [anon_sym_dETeCTOr] = ACTIONS(200), - [anon_sym_dETeCTOR] = ACTIONS(200), - [anon_sym_dETEctor] = ACTIONS(200), - [anon_sym_dETEctoR] = ACTIONS(200), - [anon_sym_dETEctOr] = ACTIONS(200), - [anon_sym_dETEctOR] = ACTIONS(200), - [anon_sym_dETEcTor] = ACTIONS(200), - [anon_sym_dETEcToR] = ACTIONS(200), - [anon_sym_dETEcTOr] = ACTIONS(200), - [anon_sym_dETEcTOR] = ACTIONS(200), - [anon_sym_dETECtor] = ACTIONS(200), - [anon_sym_dETECtoR] = ACTIONS(200), - [anon_sym_dETECtOr] = ACTIONS(200), - [anon_sym_dETECtOR] = ACTIONS(200), - [anon_sym_dETECTor] = ACTIONS(200), - [anon_sym_dETECToR] = ACTIONS(200), - [anon_sym_dETECTOr] = ACTIONS(200), - [anon_sym_dETECTOR] = ACTIONS(200), - [anon_sym_Detector] = ACTIONS(200), - [anon_sym_DetectoR] = ACTIONS(200), - [anon_sym_DetectOr] = ACTIONS(200), - [anon_sym_DetectOR] = ACTIONS(200), - [anon_sym_DetecTor] = ACTIONS(200), - [anon_sym_DetecToR] = ACTIONS(200), - [anon_sym_DetecTOr] = ACTIONS(200), - [anon_sym_DetecTOR] = ACTIONS(200), - [anon_sym_DeteCtor] = ACTIONS(200), - [anon_sym_DeteCtoR] = ACTIONS(200), - [anon_sym_DeteCtOr] = ACTIONS(200), - [anon_sym_DeteCtOR] = ACTIONS(200), - [anon_sym_DeteCTor] = ACTIONS(200), - [anon_sym_DeteCToR] = ACTIONS(200), - [anon_sym_DeteCTOr] = ACTIONS(200), - [anon_sym_DeteCTOR] = ACTIONS(200), - [anon_sym_DetEctor] = ACTIONS(200), - [anon_sym_DetEctoR] = ACTIONS(200), - [anon_sym_DetEctOr] = ACTIONS(200), - [anon_sym_DetEctOR] = ACTIONS(200), - [anon_sym_DetEcTor] = ACTIONS(200), - [anon_sym_DetEcToR] = ACTIONS(200), - [anon_sym_DetEcTOr] = ACTIONS(200), - [anon_sym_DetEcTOR] = ACTIONS(200), - [anon_sym_DetECtor] = ACTIONS(200), - [anon_sym_DetECtoR] = ACTIONS(200), - [anon_sym_DetECtOr] = ACTIONS(200), - [anon_sym_DetECtOR] = ACTIONS(200), - [anon_sym_DetECTor] = ACTIONS(200), - [anon_sym_DetECToR] = ACTIONS(200), - [anon_sym_DetECTOr] = ACTIONS(200), - [anon_sym_DetECTOR] = ACTIONS(200), - [anon_sym_DeTector] = ACTIONS(200), - [anon_sym_DeTectoR] = ACTIONS(200), - [anon_sym_DeTectOr] = ACTIONS(200), - [anon_sym_DeTectOR] = ACTIONS(200), - [anon_sym_DeTecTor] = ACTIONS(200), - [anon_sym_DeTecToR] = ACTIONS(200), - [anon_sym_DeTecTOr] = ACTIONS(200), - [anon_sym_DeTecTOR] = ACTIONS(200), - [anon_sym_DeTeCtor] = ACTIONS(200), - [anon_sym_DeTeCtoR] = ACTIONS(200), - [anon_sym_DeTeCtOr] = ACTIONS(200), - [anon_sym_DeTeCtOR] = ACTIONS(200), - [anon_sym_DeTeCTor] = ACTIONS(200), - [anon_sym_DeTeCToR] = ACTIONS(200), - [anon_sym_DeTeCTOr] = ACTIONS(200), - [anon_sym_DeTeCTOR] = ACTIONS(200), - [anon_sym_DeTEctor] = ACTIONS(200), - [anon_sym_DeTEctoR] = ACTIONS(200), - [anon_sym_DeTEctOr] = ACTIONS(200), - [anon_sym_DeTEctOR] = ACTIONS(200), - [anon_sym_DeTEcTor] = ACTIONS(200), - [anon_sym_DeTEcToR] = ACTIONS(200), - [anon_sym_DeTEcTOr] = ACTIONS(200), - [anon_sym_DeTEcTOR] = ACTIONS(200), - [anon_sym_DeTECtor] = ACTIONS(200), - [anon_sym_DeTECtoR] = ACTIONS(200), - [anon_sym_DeTECtOr] = ACTIONS(200), - [anon_sym_DeTECtOR] = ACTIONS(200), - [anon_sym_DeTECTor] = ACTIONS(200), - [anon_sym_DeTECToR] = ACTIONS(200), - [anon_sym_DeTECTOr] = ACTIONS(200), - [anon_sym_DeTECTOR] = ACTIONS(200), - [anon_sym_DEtector] = ACTIONS(200), - [anon_sym_DEtectoR] = ACTIONS(200), - [anon_sym_DEtectOr] = ACTIONS(200), - [anon_sym_DEtectOR] = ACTIONS(200), - [anon_sym_DEtecTor] = ACTIONS(200), - [anon_sym_DEtecToR] = ACTIONS(200), - [anon_sym_DEtecTOr] = ACTIONS(200), - [anon_sym_DEtecTOR] = ACTIONS(200), - [anon_sym_DEteCtor] = ACTIONS(200), - [anon_sym_DEteCtoR] = ACTIONS(200), - [anon_sym_DEteCtOr] = ACTIONS(200), - [anon_sym_DEteCtOR] = ACTIONS(200), - [anon_sym_DEteCTor] = ACTIONS(200), - [anon_sym_DEteCToR] = ACTIONS(200), - [anon_sym_DEteCTOr] = ACTIONS(200), - [anon_sym_DEteCTOR] = ACTIONS(200), - [anon_sym_DEtEctor] = ACTIONS(200), - [anon_sym_DEtEctoR] = ACTIONS(200), - [anon_sym_DEtEctOr] = ACTIONS(200), - [anon_sym_DEtEctOR] = ACTIONS(200), - [anon_sym_DEtEcTor] = ACTIONS(200), - [anon_sym_DEtEcToR] = ACTIONS(200), - [anon_sym_DEtEcTOr] = ACTIONS(200), - [anon_sym_DEtEcTOR] = ACTIONS(200), - [anon_sym_DEtECtor] = ACTIONS(200), - [anon_sym_DEtECtoR] = ACTIONS(200), - [anon_sym_DEtECtOr] = ACTIONS(200), - [anon_sym_DEtECtOR] = ACTIONS(200), - [anon_sym_DEtECTor] = ACTIONS(200), - [anon_sym_DEtECToR] = ACTIONS(200), - [anon_sym_DEtECTOr] = ACTIONS(200), - [anon_sym_DEtECTOR] = ACTIONS(200), - [anon_sym_DETector] = ACTIONS(200), - [anon_sym_DETectoR] = ACTIONS(200), - [anon_sym_DETectOr] = ACTIONS(200), - [anon_sym_DETectOR] = ACTIONS(200), - [anon_sym_DETecTor] = ACTIONS(200), - [anon_sym_DETecToR] = ACTIONS(200), - [anon_sym_DETecTOr] = ACTIONS(200), - [anon_sym_DETecTOR] = ACTIONS(200), - [anon_sym_DETeCtor] = ACTIONS(200), - [anon_sym_DETeCtoR] = ACTIONS(200), - [anon_sym_DETeCtOr] = ACTIONS(200), - [anon_sym_DETeCtOR] = ACTIONS(200), - [anon_sym_DETeCTor] = ACTIONS(200), - [anon_sym_DETeCToR] = ACTIONS(200), - [anon_sym_DETeCTOr] = ACTIONS(200), - [anon_sym_DETeCTOR] = ACTIONS(200), - [anon_sym_DETEctor] = ACTIONS(200), - [anon_sym_DETEctoR] = ACTIONS(200), - [anon_sym_DETEctOr] = ACTIONS(200), - [anon_sym_DETEctOR] = ACTIONS(200), - [anon_sym_DETEcTor] = ACTIONS(200), - [anon_sym_DETEcToR] = ACTIONS(200), - [anon_sym_DETEcTOr] = ACTIONS(200), - [anon_sym_DETEcTOR] = ACTIONS(200), - [anon_sym_DETECtor] = ACTIONS(200), - [anon_sym_DETECtoR] = ACTIONS(200), - [anon_sym_DETECtOr] = ACTIONS(200), - [anon_sym_DETECtOR] = ACTIONS(200), - [anon_sym_DETECTor] = ACTIONS(200), - [anon_sym_DETECToR] = ACTIONS(200), - [anon_sym_DETECTOr] = ACTIONS(200), - [anon_sym_DETECTOR] = ACTIONS(200), - [anon_sym_invoke] = ACTIONS(200), - [anon_sym_invokE] = ACTIONS(200), - [anon_sym_invoKe] = ACTIONS(200), - [anon_sym_invoKE] = ACTIONS(200), - [anon_sym_invOke] = ACTIONS(200), - [anon_sym_invOkE] = ACTIONS(200), - [anon_sym_invOKe] = ACTIONS(200), - [anon_sym_invOKE] = ACTIONS(200), - [anon_sym_inVoke] = ACTIONS(200), - [anon_sym_inVokE] = ACTIONS(200), - [anon_sym_inVoKe] = ACTIONS(200), - [anon_sym_inVoKE] = ACTIONS(200), - [anon_sym_inVOke] = ACTIONS(200), - [anon_sym_inVOkE] = ACTIONS(200), - [anon_sym_inVOKe] = ACTIONS(200), - [anon_sym_inVOKE] = ACTIONS(200), - [anon_sym_iNvoke] = ACTIONS(200), - [anon_sym_iNvokE] = ACTIONS(200), - [anon_sym_iNvoKe] = ACTIONS(200), - [anon_sym_iNvoKE] = ACTIONS(200), - [anon_sym_iNvOke] = ACTIONS(200), - [anon_sym_iNvOkE] = ACTIONS(200), - [anon_sym_iNvOKe] = ACTIONS(200), - [anon_sym_iNvOKE] = ACTIONS(200), - [anon_sym_iNVoke] = ACTIONS(200), - [anon_sym_iNVokE] = ACTIONS(200), - [anon_sym_iNVoKe] = ACTIONS(200), - [anon_sym_iNVoKE] = ACTIONS(200), - [anon_sym_iNVOke] = ACTIONS(200), - [anon_sym_iNVOkE] = ACTIONS(200), - [anon_sym_iNVOKe] = ACTIONS(200), - [anon_sym_iNVOKE] = ACTIONS(200), - [anon_sym_Invoke] = ACTIONS(200), - [anon_sym_InvokE] = ACTIONS(200), - [anon_sym_InvoKe] = ACTIONS(200), - [anon_sym_InvoKE] = ACTIONS(200), - [anon_sym_InvOke] = ACTIONS(200), - [anon_sym_InvOkE] = ACTIONS(200), - [anon_sym_InvOKe] = ACTIONS(200), - [anon_sym_InvOKE] = ACTIONS(200), - [anon_sym_InVoke] = ACTIONS(200), - [anon_sym_InVokE] = ACTIONS(200), - [anon_sym_InVoKe] = ACTIONS(200), - [anon_sym_InVoKE] = ACTIONS(200), - [anon_sym_InVOke] = ACTIONS(200), - [anon_sym_InVOkE] = ACTIONS(200), - [anon_sym_InVOKe] = ACTIONS(200), - [anon_sym_InVOKE] = ACTIONS(200), - [anon_sym_INvoke] = ACTIONS(200), - [anon_sym_INvokE] = ACTIONS(200), - [anon_sym_INvoKe] = ACTIONS(200), - [anon_sym_INvoKE] = ACTIONS(200), - [anon_sym_INvOke] = ACTIONS(200), - [anon_sym_INvOkE] = ACTIONS(200), - [anon_sym_INvOKe] = ACTIONS(200), - [anon_sym_INvOKE] = ACTIONS(200), - [anon_sym_INVoke] = ACTIONS(200), - [anon_sym_INVokE] = ACTIONS(200), - [anon_sym_INVoKe] = ACTIONS(200), - [anon_sym_INVoKE] = ACTIONS(200), - [anon_sym_INVOke] = ACTIONS(200), - [anon_sym_INVOkE] = ACTIONS(200), - [anon_sym_INVOKe] = ACTIONS(200), - [anon_sym_INVOKE] = ACTIONS(200), - [anon_sym_select] = ACTIONS(200), - [anon_sym_selecT] = ACTIONS(200), - [anon_sym_seleCt] = ACTIONS(200), - [anon_sym_seleCT] = ACTIONS(200), - [anon_sym_selEct] = ACTIONS(200), - [anon_sym_selEcT] = ACTIONS(200), - [anon_sym_selECt] = ACTIONS(200), - [anon_sym_selECT] = ACTIONS(200), - [anon_sym_seLect] = ACTIONS(200), - [anon_sym_seLecT] = ACTIONS(200), - [anon_sym_seLeCt] = ACTIONS(200), - [anon_sym_seLeCT] = ACTIONS(200), - [anon_sym_seLEct] = ACTIONS(200), - [anon_sym_seLEcT] = ACTIONS(200), - [anon_sym_seLECt] = ACTIONS(200), - [anon_sym_seLECT] = ACTIONS(200), - [anon_sym_sElect] = ACTIONS(200), - [anon_sym_sElecT] = ACTIONS(200), - [anon_sym_sEleCt] = ACTIONS(200), - [anon_sym_sEleCT] = ACTIONS(200), - [anon_sym_sElEct] = ACTIONS(200), - [anon_sym_sElEcT] = ACTIONS(200), - [anon_sym_sElECt] = ACTIONS(200), - [anon_sym_sElECT] = ACTIONS(200), - [anon_sym_sELect] = ACTIONS(200), - [anon_sym_sELecT] = ACTIONS(200), - [anon_sym_sELeCt] = ACTIONS(200), - [anon_sym_sELeCT] = ACTIONS(200), - [anon_sym_sELEct] = ACTIONS(200), - [anon_sym_sELEcT] = ACTIONS(200), - [anon_sym_sELECt] = ACTIONS(200), - [anon_sym_sELECT] = ACTIONS(200), - [anon_sym_Select] = ACTIONS(200), - [anon_sym_SelecT] = ACTIONS(200), - [anon_sym_SeleCt] = ACTIONS(200), - [anon_sym_SeleCT] = ACTIONS(200), - [anon_sym_SelEct] = ACTIONS(200), - [anon_sym_SelEcT] = ACTIONS(200), - [anon_sym_SelECt] = ACTIONS(200), - [anon_sym_SelECT] = ACTIONS(200), - [anon_sym_SeLect] = ACTIONS(200), - [anon_sym_SeLecT] = ACTIONS(200), - [anon_sym_SeLeCt] = ACTIONS(200), - [anon_sym_SeLeCT] = ACTIONS(200), - [anon_sym_SeLEct] = ACTIONS(200), - [anon_sym_SeLEcT] = ACTIONS(200), - [anon_sym_SeLECt] = ACTIONS(200), - [anon_sym_SeLECT] = ACTIONS(200), - [anon_sym_SElect] = ACTIONS(200), - [anon_sym_SElecT] = ACTIONS(200), - [anon_sym_SEleCt] = ACTIONS(200), - [anon_sym_SEleCT] = ACTIONS(200), - [anon_sym_SElEct] = ACTIONS(200), - [anon_sym_SElEcT] = ACTIONS(200), - [anon_sym_SElECt] = ACTIONS(200), - [anon_sym_SElECT] = ACTIONS(200), - [anon_sym_SELect] = ACTIONS(200), - [anon_sym_SELecT] = ACTIONS(200), - [anon_sym_SELeCt] = ACTIONS(200), - [anon_sym_SELeCT] = ACTIONS(200), - [anon_sym_SELEct] = ACTIONS(200), - [anon_sym_SELEcT] = ACTIONS(200), - [anon_sym_SELECt] = ACTIONS(200), - [anon_sym_SELECT] = ACTIONS(200), - }, [34] = { [sym_comment] = STATE(34), [ts_builtin_sym_end] = ACTIONS(202), @@ -61724,1047 +62997,1393 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECT] = ACTIONS(212), }, [37] = { - [sym__command] = STATE(29), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym_block] = STATE(47), - [sym__statement] = STATE(29), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), [sym_comment] = STATE(37), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_block_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(7), + [ts_builtin_sym_end] = ACTIONS(214), + [sym_identifier] = ACTIONS(216), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(9), - [anon_sym_action] = ACTIONS(15), - [anon_sym_actioN] = ACTIONS(15), - [anon_sym_actiOn] = ACTIONS(15), - [anon_sym_actiON] = ACTIONS(15), - [anon_sym_actIon] = ACTIONS(15), - [anon_sym_actIoN] = ACTIONS(15), - [anon_sym_actIOn] = ACTIONS(15), - [anon_sym_actION] = ACTIONS(15), - [anon_sym_acTion] = ACTIONS(15), - [anon_sym_acTioN] = ACTIONS(15), - [anon_sym_acTiOn] = ACTIONS(15), - [anon_sym_acTiON] = ACTIONS(15), - [anon_sym_acTIon] = ACTIONS(15), - [anon_sym_acTIoN] = ACTIONS(15), - [anon_sym_acTIOn] = ACTIONS(15), - [anon_sym_acTION] = ACTIONS(15), - [anon_sym_aCtion] = ACTIONS(15), - [anon_sym_aCtioN] = ACTIONS(15), - [anon_sym_aCtiOn] = ACTIONS(15), - [anon_sym_aCtiON] = ACTIONS(15), - [anon_sym_aCtIon] = ACTIONS(15), - [anon_sym_aCtIoN] = ACTIONS(15), - [anon_sym_aCtIOn] = ACTIONS(15), - [anon_sym_aCtION] = ACTIONS(15), - [anon_sym_aCTion] = ACTIONS(15), - [anon_sym_aCTioN] = ACTIONS(15), - [anon_sym_aCTiOn] = ACTIONS(15), - [anon_sym_aCTiON] = ACTIONS(15), - [anon_sym_aCTIon] = ACTIONS(15), - [anon_sym_aCTIoN] = ACTIONS(15), - [anon_sym_aCTIOn] = ACTIONS(15), - [anon_sym_aCTION] = ACTIONS(15), - [anon_sym_Action] = ACTIONS(15), - [anon_sym_ActioN] = ACTIONS(15), - [anon_sym_ActiOn] = ACTIONS(15), - [anon_sym_ActiON] = ACTIONS(15), - [anon_sym_ActIon] = ACTIONS(15), - [anon_sym_ActIoN] = ACTIONS(15), - [anon_sym_ActIOn] = ACTIONS(15), - [anon_sym_ActION] = ACTIONS(15), - [anon_sym_AcTion] = ACTIONS(15), - [anon_sym_AcTioN] = ACTIONS(15), - [anon_sym_AcTiOn] = ACTIONS(15), - [anon_sym_AcTiON] = ACTIONS(15), - [anon_sym_AcTIon] = ACTIONS(15), - [anon_sym_AcTIoN] = ACTIONS(15), - [anon_sym_AcTIOn] = ACTIONS(15), - [anon_sym_AcTION] = ACTIONS(15), - [anon_sym_ACtion] = ACTIONS(15), - [anon_sym_ACtioN] = ACTIONS(15), - [anon_sym_ACtiOn] = ACTIONS(15), - [anon_sym_ACtiON] = ACTIONS(15), - [anon_sym_ACtIon] = ACTIONS(15), - [anon_sym_ACtIoN] = ACTIONS(15), - [anon_sym_ACtIOn] = ACTIONS(15), - [anon_sym_ACtION] = ACTIONS(15), - [anon_sym_ACTion] = ACTIONS(15), - [anon_sym_ACTioN] = ACTIONS(15), - [anon_sym_ACTiOn] = ACTIONS(15), - [anon_sym_ACTiON] = ACTIONS(15), - [anon_sym_ACTIon] = ACTIONS(15), - [anon_sym_ACTIoN] = ACTIONS(15), - [anon_sym_ACTIOn] = ACTIONS(15), - [anon_sym_ACTION] = ACTIONS(15), - [anon_sym_if] = ACTIONS(17), - [anon_sym_iF] = ACTIONS(17), - [anon_sym_If] = ACTIONS(17), - [anon_sym_IF] = ACTIONS(17), - [anon_sym_while] = ACTIONS(19), - [anon_sym_whilE] = ACTIONS(19), - [anon_sym_whiLe] = ACTIONS(19), - [anon_sym_whiLE] = ACTIONS(19), - [anon_sym_whIle] = ACTIONS(19), - [anon_sym_whIlE] = ACTIONS(19), - [anon_sym_whILe] = ACTIONS(19), - [anon_sym_whILE] = ACTIONS(19), - [anon_sym_wHile] = ACTIONS(19), - [anon_sym_wHilE] = ACTIONS(19), - [anon_sym_wHiLe] = ACTIONS(19), - [anon_sym_wHiLE] = ACTIONS(19), - [anon_sym_wHIle] = ACTIONS(19), - [anon_sym_wHIlE] = ACTIONS(19), - [anon_sym_wHILe] = ACTIONS(19), - [anon_sym_wHILE] = ACTIONS(19), - [anon_sym_While] = ACTIONS(19), - [anon_sym_WhilE] = ACTIONS(19), - [anon_sym_WhiLe] = ACTIONS(19), - [anon_sym_WhiLE] = ACTIONS(19), - [anon_sym_WhIle] = ACTIONS(19), - [anon_sym_WhIlE] = ACTIONS(19), - [anon_sym_WhILe] = ACTIONS(19), - [anon_sym_WhILE] = ACTIONS(19), - [anon_sym_WHile] = ACTIONS(19), - [anon_sym_WHilE] = ACTIONS(19), - [anon_sym_WHiLe] = ACTIONS(19), - [anon_sym_WHiLE] = ACTIONS(19), - [anon_sym_WHIle] = ACTIONS(19), - [anon_sym_WHIlE] = ACTIONS(19), - [anon_sym_WHILe] = ACTIONS(19), - [anon_sym_WHILE] = ACTIONS(19), - [anon_sym_detector] = ACTIONS(21), - [anon_sym_detectoR] = ACTIONS(21), - [anon_sym_detectOr] = ACTIONS(21), - [anon_sym_detectOR] = ACTIONS(21), - [anon_sym_detecTor] = ACTIONS(21), - [anon_sym_detecToR] = ACTIONS(21), - [anon_sym_detecTOr] = ACTIONS(21), - [anon_sym_detecTOR] = ACTIONS(21), - [anon_sym_deteCtor] = ACTIONS(21), - [anon_sym_deteCtoR] = ACTIONS(21), - [anon_sym_deteCtOr] = ACTIONS(21), - [anon_sym_deteCtOR] = ACTIONS(21), - [anon_sym_deteCTor] = ACTIONS(21), - [anon_sym_deteCToR] = ACTIONS(21), - [anon_sym_deteCTOr] = ACTIONS(21), - [anon_sym_deteCTOR] = ACTIONS(21), - [anon_sym_detEctor] = ACTIONS(21), - [anon_sym_detEctoR] = ACTIONS(21), - [anon_sym_detEctOr] = ACTIONS(21), - [anon_sym_detEctOR] = ACTIONS(21), - [anon_sym_detEcTor] = ACTIONS(21), - [anon_sym_detEcToR] = ACTIONS(21), - [anon_sym_detEcTOr] = ACTIONS(21), - [anon_sym_detEcTOR] = ACTIONS(21), - [anon_sym_detECtor] = ACTIONS(21), - [anon_sym_detECtoR] = ACTIONS(21), - [anon_sym_detECtOr] = ACTIONS(21), - [anon_sym_detECtOR] = ACTIONS(21), - [anon_sym_detECTor] = ACTIONS(21), - [anon_sym_detECToR] = ACTIONS(21), - [anon_sym_detECTOr] = ACTIONS(21), - [anon_sym_detECTOR] = ACTIONS(21), - [anon_sym_deTector] = ACTIONS(21), - [anon_sym_deTectoR] = ACTIONS(21), - [anon_sym_deTectOr] = ACTIONS(21), - [anon_sym_deTectOR] = ACTIONS(21), - [anon_sym_deTecTor] = ACTIONS(21), - [anon_sym_deTecToR] = ACTIONS(21), - [anon_sym_deTecTOr] = ACTIONS(21), - [anon_sym_deTecTOR] = ACTIONS(21), - [anon_sym_deTeCtor] = ACTIONS(21), - [anon_sym_deTeCtoR] = ACTIONS(21), - [anon_sym_deTeCtOr] = ACTIONS(21), - [anon_sym_deTeCtOR] = ACTIONS(21), - [anon_sym_deTeCTor] = ACTIONS(21), - [anon_sym_deTeCToR] = ACTIONS(21), - [anon_sym_deTeCTOr] = ACTIONS(21), - [anon_sym_deTeCTOR] = ACTIONS(21), - [anon_sym_deTEctor] = ACTIONS(21), - [anon_sym_deTEctoR] = ACTIONS(21), - [anon_sym_deTEctOr] = ACTIONS(21), - [anon_sym_deTEctOR] = ACTIONS(21), - [anon_sym_deTEcTor] = ACTIONS(21), - [anon_sym_deTEcToR] = ACTIONS(21), - [anon_sym_deTEcTOr] = ACTIONS(21), - [anon_sym_deTEcTOR] = ACTIONS(21), - [anon_sym_deTECtor] = ACTIONS(21), - [anon_sym_deTECtoR] = ACTIONS(21), - [anon_sym_deTECtOr] = ACTIONS(21), - [anon_sym_deTECtOR] = ACTIONS(21), - [anon_sym_deTECTor] = ACTIONS(21), - [anon_sym_deTECToR] = ACTIONS(21), - [anon_sym_deTECTOr] = ACTIONS(21), - [anon_sym_deTECTOR] = ACTIONS(21), - [anon_sym_dEtector] = ACTIONS(21), - [anon_sym_dEtectoR] = ACTIONS(21), - [anon_sym_dEtectOr] = ACTIONS(21), - [anon_sym_dEtectOR] = ACTIONS(21), - [anon_sym_dEtecTor] = ACTIONS(21), - [anon_sym_dEtecToR] = ACTIONS(21), - [anon_sym_dEtecTOr] = ACTIONS(21), - [anon_sym_dEtecTOR] = ACTIONS(21), - [anon_sym_dEteCtor] = ACTIONS(21), - [anon_sym_dEteCtoR] = ACTIONS(21), - [anon_sym_dEteCtOr] = ACTIONS(21), - [anon_sym_dEteCtOR] = ACTIONS(21), - [anon_sym_dEteCTor] = ACTIONS(21), - [anon_sym_dEteCToR] = ACTIONS(21), - [anon_sym_dEteCTOr] = ACTIONS(21), - [anon_sym_dEteCTOR] = ACTIONS(21), - [anon_sym_dEtEctor] = ACTIONS(21), - [anon_sym_dEtEctoR] = ACTIONS(21), - [anon_sym_dEtEctOr] = ACTIONS(21), - [anon_sym_dEtEctOR] = ACTIONS(21), - [anon_sym_dEtEcTor] = ACTIONS(21), - [anon_sym_dEtEcToR] = ACTIONS(21), - [anon_sym_dEtEcTOr] = ACTIONS(21), - [anon_sym_dEtEcTOR] = ACTIONS(21), - [anon_sym_dEtECtor] = ACTIONS(21), - [anon_sym_dEtECtoR] = ACTIONS(21), - [anon_sym_dEtECtOr] = ACTIONS(21), - [anon_sym_dEtECtOR] = ACTIONS(21), - [anon_sym_dEtECTor] = ACTIONS(21), - [anon_sym_dEtECToR] = ACTIONS(21), - [anon_sym_dEtECTOr] = ACTIONS(21), - [anon_sym_dEtECTOR] = ACTIONS(21), - [anon_sym_dETector] = ACTIONS(21), - [anon_sym_dETectoR] = ACTIONS(21), - [anon_sym_dETectOr] = ACTIONS(21), - [anon_sym_dETectOR] = ACTIONS(21), - [anon_sym_dETecTor] = ACTIONS(21), - [anon_sym_dETecToR] = ACTIONS(21), - [anon_sym_dETecTOr] = ACTIONS(21), - [anon_sym_dETecTOR] = ACTIONS(21), - [anon_sym_dETeCtor] = ACTIONS(21), - [anon_sym_dETeCtoR] = ACTIONS(21), - [anon_sym_dETeCtOr] = ACTIONS(21), - [anon_sym_dETeCtOR] = ACTIONS(21), - [anon_sym_dETeCTor] = ACTIONS(21), - [anon_sym_dETeCToR] = ACTIONS(21), - [anon_sym_dETeCTOr] = ACTIONS(21), - [anon_sym_dETeCTOR] = ACTIONS(21), - [anon_sym_dETEctor] = ACTIONS(21), - [anon_sym_dETEctoR] = ACTIONS(21), - [anon_sym_dETEctOr] = ACTIONS(21), - [anon_sym_dETEctOR] = ACTIONS(21), - [anon_sym_dETEcTor] = ACTIONS(21), - [anon_sym_dETEcToR] = ACTIONS(21), - [anon_sym_dETEcTOr] = ACTIONS(21), - [anon_sym_dETEcTOR] = ACTIONS(21), - [anon_sym_dETECtor] = ACTIONS(21), - [anon_sym_dETECtoR] = ACTIONS(21), - [anon_sym_dETECtOr] = ACTIONS(21), - [anon_sym_dETECtOR] = ACTIONS(21), - [anon_sym_dETECTor] = ACTIONS(21), - [anon_sym_dETECToR] = ACTIONS(21), - [anon_sym_dETECTOr] = ACTIONS(21), - [anon_sym_dETECTOR] = ACTIONS(21), - [anon_sym_Detector] = ACTIONS(21), - [anon_sym_DetectoR] = ACTIONS(21), - [anon_sym_DetectOr] = ACTIONS(21), - [anon_sym_DetectOR] = ACTIONS(21), - [anon_sym_DetecTor] = ACTIONS(21), - [anon_sym_DetecToR] = ACTIONS(21), - [anon_sym_DetecTOr] = ACTIONS(21), - [anon_sym_DetecTOR] = ACTIONS(21), - [anon_sym_DeteCtor] = ACTIONS(21), - [anon_sym_DeteCtoR] = ACTIONS(21), - [anon_sym_DeteCtOr] = ACTIONS(21), - [anon_sym_DeteCtOR] = ACTIONS(21), - [anon_sym_DeteCTor] = ACTIONS(21), - [anon_sym_DeteCToR] = ACTIONS(21), - [anon_sym_DeteCTOr] = ACTIONS(21), - [anon_sym_DeteCTOR] = ACTIONS(21), - [anon_sym_DetEctor] = ACTIONS(21), - [anon_sym_DetEctoR] = ACTIONS(21), - [anon_sym_DetEctOr] = ACTIONS(21), - [anon_sym_DetEctOR] = ACTIONS(21), - [anon_sym_DetEcTor] = ACTIONS(21), - [anon_sym_DetEcToR] = ACTIONS(21), - [anon_sym_DetEcTOr] = ACTIONS(21), - [anon_sym_DetEcTOR] = ACTIONS(21), - [anon_sym_DetECtor] = ACTIONS(21), - [anon_sym_DetECtoR] = ACTIONS(21), - [anon_sym_DetECtOr] = ACTIONS(21), - [anon_sym_DetECtOR] = ACTIONS(21), - [anon_sym_DetECTor] = ACTIONS(21), - [anon_sym_DetECToR] = ACTIONS(21), - [anon_sym_DetECTOr] = ACTIONS(21), - [anon_sym_DetECTOR] = ACTIONS(21), - [anon_sym_DeTector] = ACTIONS(21), - [anon_sym_DeTectoR] = ACTIONS(21), - [anon_sym_DeTectOr] = ACTIONS(21), - [anon_sym_DeTectOR] = ACTIONS(21), - [anon_sym_DeTecTor] = ACTIONS(21), - [anon_sym_DeTecToR] = ACTIONS(21), - [anon_sym_DeTecTOr] = ACTIONS(21), - [anon_sym_DeTecTOR] = ACTIONS(21), - [anon_sym_DeTeCtor] = ACTIONS(21), - [anon_sym_DeTeCtoR] = ACTIONS(21), - [anon_sym_DeTeCtOr] = ACTIONS(21), - [anon_sym_DeTeCtOR] = ACTIONS(21), - [anon_sym_DeTeCTor] = ACTIONS(21), - [anon_sym_DeTeCToR] = ACTIONS(21), - [anon_sym_DeTeCTOr] = ACTIONS(21), - [anon_sym_DeTeCTOR] = ACTIONS(21), - [anon_sym_DeTEctor] = ACTIONS(21), - [anon_sym_DeTEctoR] = ACTIONS(21), - [anon_sym_DeTEctOr] = ACTIONS(21), - [anon_sym_DeTEctOR] = ACTIONS(21), - [anon_sym_DeTEcTor] = ACTIONS(21), - [anon_sym_DeTEcToR] = ACTIONS(21), - [anon_sym_DeTEcTOr] = ACTIONS(21), - [anon_sym_DeTEcTOR] = ACTIONS(21), - [anon_sym_DeTECtor] = ACTIONS(21), - [anon_sym_DeTECtoR] = ACTIONS(21), - [anon_sym_DeTECtOr] = ACTIONS(21), - [anon_sym_DeTECtOR] = ACTIONS(21), - [anon_sym_DeTECTor] = ACTIONS(21), - [anon_sym_DeTECToR] = ACTIONS(21), - [anon_sym_DeTECTOr] = ACTIONS(21), - [anon_sym_DeTECTOR] = ACTIONS(21), - [anon_sym_DEtector] = ACTIONS(21), - [anon_sym_DEtectoR] = ACTIONS(21), - [anon_sym_DEtectOr] = ACTIONS(21), - [anon_sym_DEtectOR] = ACTIONS(21), - [anon_sym_DEtecTor] = ACTIONS(21), - [anon_sym_DEtecToR] = ACTIONS(21), - [anon_sym_DEtecTOr] = ACTIONS(21), - [anon_sym_DEtecTOR] = ACTIONS(21), - [anon_sym_DEteCtor] = ACTIONS(21), - [anon_sym_DEteCtoR] = ACTIONS(21), - [anon_sym_DEteCtOr] = ACTIONS(21), - [anon_sym_DEteCtOR] = ACTIONS(21), - [anon_sym_DEteCTor] = ACTIONS(21), - [anon_sym_DEteCToR] = ACTIONS(21), - [anon_sym_DEteCTOr] = ACTIONS(21), - [anon_sym_DEteCTOR] = ACTIONS(21), - [anon_sym_DEtEctor] = ACTIONS(21), - [anon_sym_DEtEctoR] = ACTIONS(21), - [anon_sym_DEtEctOr] = ACTIONS(21), - [anon_sym_DEtEctOR] = ACTIONS(21), - [anon_sym_DEtEcTor] = ACTIONS(21), - [anon_sym_DEtEcToR] = ACTIONS(21), - [anon_sym_DEtEcTOr] = ACTIONS(21), - [anon_sym_DEtEcTOR] = ACTIONS(21), - [anon_sym_DEtECtor] = ACTIONS(21), - [anon_sym_DEtECtoR] = ACTIONS(21), - [anon_sym_DEtECtOr] = ACTIONS(21), - [anon_sym_DEtECtOR] = ACTIONS(21), - [anon_sym_DEtECTor] = ACTIONS(21), - [anon_sym_DEtECToR] = ACTIONS(21), - [anon_sym_DEtECTOr] = ACTIONS(21), - [anon_sym_DEtECTOR] = ACTIONS(21), - [anon_sym_DETector] = ACTIONS(21), - [anon_sym_DETectoR] = ACTIONS(21), - [anon_sym_DETectOr] = ACTIONS(21), - [anon_sym_DETectOR] = ACTIONS(21), - [anon_sym_DETecTor] = ACTIONS(21), - [anon_sym_DETecToR] = ACTIONS(21), - [anon_sym_DETecTOr] = ACTIONS(21), - [anon_sym_DETecTOR] = ACTIONS(21), - [anon_sym_DETeCtor] = ACTIONS(21), - [anon_sym_DETeCtoR] = ACTIONS(21), - [anon_sym_DETeCtOr] = ACTIONS(21), - [anon_sym_DETeCtOR] = ACTIONS(21), - [anon_sym_DETeCTor] = ACTIONS(21), - [anon_sym_DETeCToR] = ACTIONS(21), - [anon_sym_DETeCTOr] = ACTIONS(21), - [anon_sym_DETeCTOR] = ACTIONS(21), - [anon_sym_DETEctor] = ACTIONS(21), - [anon_sym_DETEctoR] = ACTIONS(21), - [anon_sym_DETEctOr] = ACTIONS(21), - [anon_sym_DETEctOR] = ACTIONS(21), - [anon_sym_DETEcTor] = ACTIONS(21), - [anon_sym_DETEcToR] = ACTIONS(21), - [anon_sym_DETEcTOr] = ACTIONS(21), - [anon_sym_DETEcTOR] = ACTIONS(21), - [anon_sym_DETECtor] = ACTIONS(21), - [anon_sym_DETECtoR] = ACTIONS(21), - [anon_sym_DETECtOr] = ACTIONS(21), - [anon_sym_DETECtOR] = ACTIONS(21), - [anon_sym_DETECTor] = ACTIONS(21), - [anon_sym_DETECToR] = ACTIONS(21), - [anon_sym_DETECTOr] = ACTIONS(21), - [anon_sym_DETECTOR] = ACTIONS(21), - [anon_sym_invoke] = ACTIONS(23), - [anon_sym_invokE] = ACTIONS(23), - [anon_sym_invoKe] = ACTIONS(23), - [anon_sym_invoKE] = ACTIONS(23), - [anon_sym_invOke] = ACTIONS(23), - [anon_sym_invOkE] = ACTIONS(23), - [anon_sym_invOKe] = ACTIONS(23), - [anon_sym_invOKE] = ACTIONS(23), - [anon_sym_inVoke] = ACTIONS(23), - [anon_sym_inVokE] = ACTIONS(23), - [anon_sym_inVoKe] = ACTIONS(23), - [anon_sym_inVoKE] = ACTIONS(23), - [anon_sym_inVOke] = ACTIONS(23), - [anon_sym_inVOkE] = ACTIONS(23), - [anon_sym_inVOKe] = ACTIONS(23), - [anon_sym_inVOKE] = ACTIONS(23), - [anon_sym_iNvoke] = ACTIONS(23), - [anon_sym_iNvokE] = ACTIONS(23), - [anon_sym_iNvoKe] = ACTIONS(23), - [anon_sym_iNvoKE] = ACTIONS(23), - [anon_sym_iNvOke] = ACTIONS(23), - [anon_sym_iNvOkE] = ACTIONS(23), - [anon_sym_iNvOKe] = ACTIONS(23), - [anon_sym_iNvOKE] = ACTIONS(23), - [anon_sym_iNVoke] = ACTIONS(23), - [anon_sym_iNVokE] = ACTIONS(23), - [anon_sym_iNVoKe] = ACTIONS(23), - [anon_sym_iNVoKE] = ACTIONS(23), - [anon_sym_iNVOke] = ACTIONS(23), - [anon_sym_iNVOkE] = ACTIONS(23), - [anon_sym_iNVOKe] = ACTIONS(23), - [anon_sym_iNVOKE] = ACTIONS(23), - [anon_sym_Invoke] = ACTIONS(23), - [anon_sym_InvokE] = ACTIONS(23), - [anon_sym_InvoKe] = ACTIONS(23), - [anon_sym_InvoKE] = ACTIONS(23), - [anon_sym_InvOke] = ACTIONS(23), - [anon_sym_InvOkE] = ACTIONS(23), - [anon_sym_InvOKe] = ACTIONS(23), - [anon_sym_InvOKE] = ACTIONS(23), - [anon_sym_InVoke] = ACTIONS(23), - [anon_sym_InVokE] = ACTIONS(23), - [anon_sym_InVoKe] = ACTIONS(23), - [anon_sym_InVoKE] = ACTIONS(23), - [anon_sym_InVOke] = ACTIONS(23), - [anon_sym_InVOkE] = ACTIONS(23), - [anon_sym_InVOKe] = ACTIONS(23), - [anon_sym_InVOKE] = ACTIONS(23), - [anon_sym_INvoke] = ACTIONS(23), - [anon_sym_INvokE] = ACTIONS(23), - [anon_sym_INvoKe] = ACTIONS(23), - [anon_sym_INvoKE] = ACTIONS(23), - [anon_sym_INvOke] = ACTIONS(23), - [anon_sym_INvOkE] = ACTIONS(23), - [anon_sym_INvOKe] = ACTIONS(23), - [anon_sym_INvOKE] = ACTIONS(23), - [anon_sym_INVoke] = ACTIONS(23), - [anon_sym_INVokE] = ACTIONS(23), - [anon_sym_INVoKe] = ACTIONS(23), - [anon_sym_INVoKE] = ACTIONS(23), - [anon_sym_INVOke] = ACTIONS(23), - [anon_sym_INVOkE] = ACTIONS(23), - [anon_sym_INVOKe] = ACTIONS(23), - [anon_sym_INVOKE] = ACTIONS(23), - [anon_sym_select] = ACTIONS(25), - [anon_sym_selecT] = ACTIONS(25), - [anon_sym_seleCt] = ACTIONS(25), - [anon_sym_seleCT] = ACTIONS(25), - [anon_sym_selEct] = ACTIONS(25), - [anon_sym_selEcT] = ACTIONS(25), - [anon_sym_selECt] = ACTIONS(25), - [anon_sym_selECT] = ACTIONS(25), - [anon_sym_seLect] = ACTIONS(25), - [anon_sym_seLecT] = ACTIONS(25), - [anon_sym_seLeCt] = ACTIONS(25), - [anon_sym_seLeCT] = ACTIONS(25), - [anon_sym_seLEct] = ACTIONS(25), - [anon_sym_seLEcT] = ACTIONS(25), - [anon_sym_seLECt] = ACTIONS(25), - [anon_sym_seLECT] = ACTIONS(25), - [anon_sym_sElect] = ACTIONS(25), - [anon_sym_sElecT] = ACTIONS(25), - [anon_sym_sEleCt] = ACTIONS(25), - [anon_sym_sEleCT] = ACTIONS(25), - [anon_sym_sElEct] = ACTIONS(25), - [anon_sym_sElEcT] = ACTIONS(25), - [anon_sym_sElECt] = ACTIONS(25), - [anon_sym_sElECT] = ACTIONS(25), - [anon_sym_sELect] = ACTIONS(25), - [anon_sym_sELecT] = ACTIONS(25), - [anon_sym_sELeCt] = ACTIONS(25), - [anon_sym_sELeCT] = ACTIONS(25), - [anon_sym_sELEct] = ACTIONS(25), - [anon_sym_sELEcT] = ACTIONS(25), - [anon_sym_sELECt] = ACTIONS(25), - [anon_sym_sELECT] = ACTIONS(25), - [anon_sym_Select] = ACTIONS(25), - [anon_sym_SelecT] = ACTIONS(25), - [anon_sym_SeleCt] = ACTIONS(25), - [anon_sym_SeleCT] = ACTIONS(25), - [anon_sym_SelEct] = ACTIONS(25), - [anon_sym_SelEcT] = ACTIONS(25), - [anon_sym_SelECt] = ACTIONS(25), - [anon_sym_SelECT] = ACTIONS(25), - [anon_sym_SeLect] = ACTIONS(25), - [anon_sym_SeLecT] = ACTIONS(25), - [anon_sym_SeLeCt] = ACTIONS(25), - [anon_sym_SeLeCT] = ACTIONS(25), - [anon_sym_SeLEct] = ACTIONS(25), - [anon_sym_SeLEcT] = ACTIONS(25), - [anon_sym_SeLECt] = ACTIONS(25), - [anon_sym_SeLECT] = ACTIONS(25), - [anon_sym_SElect] = ACTIONS(25), - [anon_sym_SElecT] = ACTIONS(25), - [anon_sym_SEleCt] = ACTIONS(25), - [anon_sym_SEleCT] = ACTIONS(25), - [anon_sym_SElEct] = ACTIONS(25), - [anon_sym_SElEcT] = ACTIONS(25), - [anon_sym_SElECt] = ACTIONS(25), - [anon_sym_SElECT] = ACTIONS(25), - [anon_sym_SELect] = ACTIONS(25), - [anon_sym_SELecT] = ACTIONS(25), - [anon_sym_SELeCt] = ACTIONS(25), - [anon_sym_SELeCT] = ACTIONS(25), - [anon_sym_SELEct] = ACTIONS(25), - [anon_sym_SELEcT] = ACTIONS(25), - [anon_sym_SELECt] = ACTIONS(25), - [anon_sym_SELECT] = ACTIONS(25), + [sym_variable] = ACTIONS(214), + [anon_sym_define] = ACTIONS(216), + [anon_sym_definE] = ACTIONS(216), + [anon_sym_defiNe] = ACTIONS(216), + [anon_sym_defiNE] = ACTIONS(216), + [anon_sym_defIne] = ACTIONS(216), + [anon_sym_defInE] = ACTIONS(216), + [anon_sym_defINe] = ACTIONS(216), + [anon_sym_defINE] = ACTIONS(216), + [anon_sym_deFine] = ACTIONS(216), + [anon_sym_deFinE] = ACTIONS(216), + [anon_sym_deFiNe] = ACTIONS(216), + [anon_sym_deFiNE] = ACTIONS(216), + [anon_sym_deFIne] = ACTIONS(216), + [anon_sym_deFInE] = ACTIONS(216), + [anon_sym_deFINe] = ACTIONS(216), + [anon_sym_deFINE] = ACTIONS(216), + [anon_sym_dEfine] = ACTIONS(216), + [anon_sym_dEfinE] = ACTIONS(216), + [anon_sym_dEfiNe] = ACTIONS(216), + [anon_sym_dEfiNE] = ACTIONS(216), + [anon_sym_dEfIne] = ACTIONS(216), + [anon_sym_dEfInE] = ACTIONS(216), + [anon_sym_dEfINe] = ACTIONS(216), + [anon_sym_dEfINE] = ACTIONS(216), + [anon_sym_dEFine] = ACTIONS(216), + [anon_sym_dEFinE] = ACTIONS(216), + [anon_sym_dEFiNe] = ACTIONS(216), + [anon_sym_dEFiNE] = ACTIONS(216), + [anon_sym_dEFIne] = ACTIONS(216), + [anon_sym_dEFInE] = ACTIONS(216), + [anon_sym_dEFINe] = ACTIONS(216), + [anon_sym_dEFINE] = ACTIONS(216), + [anon_sym_Define] = ACTIONS(216), + [anon_sym_DefinE] = ACTIONS(216), + [anon_sym_DefiNe] = ACTIONS(216), + [anon_sym_DefiNE] = ACTIONS(216), + [anon_sym_DefIne] = ACTIONS(216), + [anon_sym_DefInE] = ACTIONS(216), + [anon_sym_DefINe] = ACTIONS(216), + [anon_sym_DefINE] = ACTIONS(216), + [anon_sym_DeFine] = ACTIONS(216), + [anon_sym_DeFinE] = ACTIONS(216), + [anon_sym_DeFiNe] = ACTIONS(216), + [anon_sym_DeFiNE] = ACTIONS(216), + [anon_sym_DeFIne] = ACTIONS(216), + [anon_sym_DeFInE] = ACTIONS(216), + [anon_sym_DeFINe] = ACTIONS(216), + [anon_sym_DeFINE] = ACTIONS(216), + [anon_sym_DEfine] = ACTIONS(216), + [anon_sym_DEfinE] = ACTIONS(216), + [anon_sym_DEfiNe] = ACTIONS(216), + [anon_sym_DEfiNE] = ACTIONS(216), + [anon_sym_DEfIne] = ACTIONS(216), + [anon_sym_DEfInE] = ACTIONS(216), + [anon_sym_DEfINe] = ACTIONS(216), + [anon_sym_DEfINE] = ACTIONS(216), + [anon_sym_DEFine] = ACTIONS(216), + [anon_sym_DEFinE] = ACTIONS(216), + [anon_sym_DEFiNe] = ACTIONS(216), + [anon_sym_DEFiNE] = ACTIONS(216), + [anon_sym_DEFIne] = ACTIONS(216), + [anon_sym_DEFInE] = ACTIONS(216), + [anon_sym_DEFINe] = ACTIONS(216), + [anon_sym_DEFINE] = ACTIONS(216), + [anon_sym_include] = ACTIONS(216), + [anon_sym_includE] = ACTIONS(216), + [anon_sym_incluDe] = ACTIONS(216), + [anon_sym_incluDE] = ACTIONS(216), + [anon_sym_inclUde] = ACTIONS(216), + [anon_sym_inclUdE] = ACTIONS(216), + [anon_sym_inclUDe] = ACTIONS(216), + [anon_sym_inclUDE] = ACTIONS(216), + [anon_sym_incLude] = ACTIONS(216), + [anon_sym_incLudE] = ACTIONS(216), + [anon_sym_incLuDe] = ACTIONS(216), + [anon_sym_incLuDE] = ACTIONS(216), + [anon_sym_incLUde] = ACTIONS(216), + [anon_sym_incLUdE] = ACTIONS(216), + [anon_sym_incLUDe] = ACTIONS(216), + [anon_sym_incLUDE] = ACTIONS(216), + [anon_sym_inClude] = ACTIONS(216), + [anon_sym_inCludE] = ACTIONS(216), + [anon_sym_inCluDe] = ACTIONS(216), + [anon_sym_inCluDE] = ACTIONS(216), + [anon_sym_inClUde] = ACTIONS(216), + [anon_sym_inClUdE] = ACTIONS(216), + [anon_sym_inClUDe] = ACTIONS(216), + [anon_sym_inClUDE] = ACTIONS(216), + [anon_sym_inCLude] = ACTIONS(216), + [anon_sym_inCLudE] = ACTIONS(216), + [anon_sym_inCLuDe] = ACTIONS(216), + [anon_sym_inCLuDE] = ACTIONS(216), + [anon_sym_inCLUde] = ACTIONS(216), + [anon_sym_inCLUdE] = ACTIONS(216), + [anon_sym_inCLUDe] = ACTIONS(216), + [anon_sym_inCLUDE] = ACTIONS(216), + [anon_sym_iNclude] = ACTIONS(216), + [anon_sym_iNcludE] = ACTIONS(216), + [anon_sym_iNcluDe] = ACTIONS(216), + [anon_sym_iNcluDE] = ACTIONS(216), + [anon_sym_iNclUde] = ACTIONS(216), + [anon_sym_iNclUdE] = ACTIONS(216), + [anon_sym_iNclUDe] = ACTIONS(216), + [anon_sym_iNclUDE] = ACTIONS(216), + [anon_sym_iNcLude] = ACTIONS(216), + [anon_sym_iNcLudE] = ACTIONS(216), + [anon_sym_iNcLuDe] = ACTIONS(216), + [anon_sym_iNcLuDE] = ACTIONS(216), + [anon_sym_iNcLUde] = ACTIONS(216), + [anon_sym_iNcLUdE] = ACTIONS(216), + [anon_sym_iNcLUDe] = ACTIONS(216), + [anon_sym_iNcLUDE] = ACTIONS(216), + [anon_sym_iNClude] = ACTIONS(216), + [anon_sym_iNCludE] = ACTIONS(216), + [anon_sym_iNCluDe] = ACTIONS(216), + [anon_sym_iNCluDE] = ACTIONS(216), + [anon_sym_iNClUde] = ACTIONS(216), + [anon_sym_iNClUdE] = ACTIONS(216), + [anon_sym_iNClUDe] = ACTIONS(216), + [anon_sym_iNClUDE] = ACTIONS(216), + [anon_sym_iNCLude] = ACTIONS(216), + [anon_sym_iNCLudE] = ACTIONS(216), + [anon_sym_iNCLuDe] = ACTIONS(216), + [anon_sym_iNCLuDE] = ACTIONS(216), + [anon_sym_iNCLUde] = ACTIONS(216), + [anon_sym_iNCLUdE] = ACTIONS(216), + [anon_sym_iNCLUDe] = ACTIONS(216), + [anon_sym_iNCLUDE] = ACTIONS(216), + [anon_sym_Include] = ACTIONS(216), + [anon_sym_IncludE] = ACTIONS(216), + [anon_sym_IncluDe] = ACTIONS(216), + [anon_sym_IncluDE] = ACTIONS(216), + [anon_sym_InclUde] = ACTIONS(216), + [anon_sym_InclUdE] = ACTIONS(216), + [anon_sym_InclUDe] = ACTIONS(216), + [anon_sym_InclUDE] = ACTIONS(216), + [anon_sym_IncLude] = ACTIONS(216), + [anon_sym_IncLudE] = ACTIONS(216), + [anon_sym_IncLuDe] = ACTIONS(216), + [anon_sym_IncLuDE] = ACTIONS(216), + [anon_sym_IncLUde] = ACTIONS(216), + [anon_sym_IncLUdE] = ACTIONS(216), + [anon_sym_IncLUDe] = ACTIONS(216), + [anon_sym_IncLUDE] = ACTIONS(216), + [anon_sym_InClude] = ACTIONS(216), + [anon_sym_InCludE] = ACTIONS(216), + [anon_sym_InCluDe] = ACTIONS(216), + [anon_sym_InCluDE] = ACTIONS(216), + [anon_sym_InClUde] = ACTIONS(216), + [anon_sym_InClUdE] = ACTIONS(216), + [anon_sym_InClUDe] = ACTIONS(216), + [anon_sym_InClUDE] = ACTIONS(216), + [anon_sym_InCLude] = ACTIONS(216), + [anon_sym_InCLudE] = ACTIONS(216), + [anon_sym_InCLuDe] = ACTIONS(216), + [anon_sym_InCLuDE] = ACTIONS(216), + [anon_sym_InCLUde] = ACTIONS(216), + [anon_sym_InCLUdE] = ACTIONS(216), + [anon_sym_InCLUDe] = ACTIONS(216), + [anon_sym_InCLUDE] = ACTIONS(216), + [anon_sym_INclude] = ACTIONS(216), + [anon_sym_INcludE] = ACTIONS(216), + [anon_sym_INcluDe] = ACTIONS(216), + [anon_sym_INcluDE] = ACTIONS(216), + [anon_sym_INclUde] = ACTIONS(216), + [anon_sym_INclUdE] = ACTIONS(216), + [anon_sym_INclUDe] = ACTIONS(216), + [anon_sym_INclUDE] = ACTIONS(216), + [anon_sym_INcLude] = ACTIONS(216), + [anon_sym_INcLudE] = ACTIONS(216), + [anon_sym_INcLuDe] = ACTIONS(216), + [anon_sym_INcLuDE] = ACTIONS(216), + [anon_sym_INcLUde] = ACTIONS(216), + [anon_sym_INcLUdE] = ACTIONS(216), + [anon_sym_INcLUDe] = ACTIONS(216), + [anon_sym_INcLUDE] = ACTIONS(216), + [anon_sym_INClude] = ACTIONS(216), + [anon_sym_INCludE] = ACTIONS(216), + [anon_sym_INCluDe] = ACTIONS(216), + [anon_sym_INCluDE] = ACTIONS(216), + [anon_sym_INClUde] = ACTIONS(216), + [anon_sym_INClUdE] = ACTIONS(216), + [anon_sym_INClUDe] = ACTIONS(216), + [anon_sym_INClUDE] = ACTIONS(216), + [anon_sym_INCLude] = ACTIONS(216), + [anon_sym_INCLudE] = ACTIONS(216), + [anon_sym_INCLuDe] = ACTIONS(216), + [anon_sym_INCLuDE] = ACTIONS(216), + [anon_sym_INCLUde] = ACTIONS(216), + [anon_sym_INCLUdE] = ACTIONS(216), + [anon_sym_INCLUDe] = ACTIONS(216), + [anon_sym_INCLUDE] = ACTIONS(216), + [anon_sym_action] = ACTIONS(216), + [anon_sym_actioN] = ACTIONS(216), + [anon_sym_actiOn] = ACTIONS(216), + [anon_sym_actiON] = ACTIONS(216), + [anon_sym_actIon] = ACTIONS(216), + [anon_sym_actIoN] = ACTIONS(216), + [anon_sym_actIOn] = ACTIONS(216), + [anon_sym_actION] = ACTIONS(216), + [anon_sym_acTion] = ACTIONS(216), + [anon_sym_acTioN] = ACTIONS(216), + [anon_sym_acTiOn] = ACTIONS(216), + [anon_sym_acTiON] = ACTIONS(216), + [anon_sym_acTIon] = ACTIONS(216), + [anon_sym_acTIoN] = ACTIONS(216), + [anon_sym_acTIOn] = ACTIONS(216), + [anon_sym_acTION] = ACTIONS(216), + [anon_sym_aCtion] = ACTIONS(216), + [anon_sym_aCtioN] = ACTIONS(216), + [anon_sym_aCtiOn] = ACTIONS(216), + [anon_sym_aCtiON] = ACTIONS(216), + [anon_sym_aCtIon] = ACTIONS(216), + [anon_sym_aCtIoN] = ACTIONS(216), + [anon_sym_aCtIOn] = ACTIONS(216), + [anon_sym_aCtION] = ACTIONS(216), + [anon_sym_aCTion] = ACTIONS(216), + [anon_sym_aCTioN] = ACTIONS(216), + [anon_sym_aCTiOn] = ACTIONS(216), + [anon_sym_aCTiON] = ACTIONS(216), + [anon_sym_aCTIon] = ACTIONS(216), + [anon_sym_aCTIoN] = ACTIONS(216), + [anon_sym_aCTIOn] = ACTIONS(216), + [anon_sym_aCTION] = ACTIONS(216), + [anon_sym_Action] = ACTIONS(216), + [anon_sym_ActioN] = ACTIONS(216), + [anon_sym_ActiOn] = ACTIONS(216), + [anon_sym_ActiON] = ACTIONS(216), + [anon_sym_ActIon] = ACTIONS(216), + [anon_sym_ActIoN] = ACTIONS(216), + [anon_sym_ActIOn] = ACTIONS(216), + [anon_sym_ActION] = ACTIONS(216), + [anon_sym_AcTion] = ACTIONS(216), + [anon_sym_AcTioN] = ACTIONS(216), + [anon_sym_AcTiOn] = ACTIONS(216), + [anon_sym_AcTiON] = ACTIONS(216), + [anon_sym_AcTIon] = ACTIONS(216), + [anon_sym_AcTIoN] = ACTIONS(216), + [anon_sym_AcTIOn] = ACTIONS(216), + [anon_sym_AcTION] = ACTIONS(216), + [anon_sym_ACtion] = ACTIONS(216), + [anon_sym_ACtioN] = ACTIONS(216), + [anon_sym_ACtiOn] = ACTIONS(216), + [anon_sym_ACtiON] = ACTIONS(216), + [anon_sym_ACtIon] = ACTIONS(216), + [anon_sym_ACtIoN] = ACTIONS(216), + [anon_sym_ACtIOn] = ACTIONS(216), + [anon_sym_ACtION] = ACTIONS(216), + [anon_sym_ACTion] = ACTIONS(216), + [anon_sym_ACTioN] = ACTIONS(216), + [anon_sym_ACTiOn] = ACTIONS(216), + [anon_sym_ACTiON] = ACTIONS(216), + [anon_sym_ACTIon] = ACTIONS(216), + [anon_sym_ACTIoN] = ACTIONS(216), + [anon_sym_ACTIOn] = ACTIONS(216), + [anon_sym_ACTION] = ACTIONS(216), + [anon_sym_if] = ACTIONS(216), + [anon_sym_iF] = ACTIONS(216), + [anon_sym_If] = ACTIONS(216), + [anon_sym_IF] = ACTIONS(216), + [anon_sym_while] = ACTIONS(216), + [anon_sym_whilE] = ACTIONS(216), + [anon_sym_whiLe] = ACTIONS(216), + [anon_sym_whiLE] = ACTIONS(216), + [anon_sym_whIle] = ACTIONS(216), + [anon_sym_whIlE] = ACTIONS(216), + [anon_sym_whILe] = ACTIONS(216), + [anon_sym_whILE] = ACTIONS(216), + [anon_sym_wHile] = ACTIONS(216), + [anon_sym_wHilE] = ACTIONS(216), + [anon_sym_wHiLe] = ACTIONS(216), + [anon_sym_wHiLE] = ACTIONS(216), + [anon_sym_wHIle] = ACTIONS(216), + [anon_sym_wHIlE] = ACTIONS(216), + [anon_sym_wHILe] = ACTIONS(216), + [anon_sym_wHILE] = ACTIONS(216), + [anon_sym_While] = ACTIONS(216), + [anon_sym_WhilE] = ACTIONS(216), + [anon_sym_WhiLe] = ACTIONS(216), + [anon_sym_WhiLE] = ACTIONS(216), + [anon_sym_WhIle] = ACTIONS(216), + [anon_sym_WhIlE] = ACTIONS(216), + [anon_sym_WhILe] = ACTIONS(216), + [anon_sym_WhILE] = ACTIONS(216), + [anon_sym_WHile] = ACTIONS(216), + [anon_sym_WHilE] = ACTIONS(216), + [anon_sym_WHiLe] = ACTIONS(216), + [anon_sym_WHiLE] = ACTIONS(216), + [anon_sym_WHIle] = ACTIONS(216), + [anon_sym_WHIlE] = ACTIONS(216), + [anon_sym_WHILe] = ACTIONS(216), + [anon_sym_WHILE] = ACTIONS(216), + [anon_sym_detector] = ACTIONS(216), + [anon_sym_detectoR] = ACTIONS(216), + [anon_sym_detectOr] = ACTIONS(216), + [anon_sym_detectOR] = ACTIONS(216), + [anon_sym_detecTor] = ACTIONS(216), + [anon_sym_detecToR] = ACTIONS(216), + [anon_sym_detecTOr] = ACTIONS(216), + [anon_sym_detecTOR] = ACTIONS(216), + [anon_sym_deteCtor] = ACTIONS(216), + [anon_sym_deteCtoR] = ACTIONS(216), + [anon_sym_deteCtOr] = ACTIONS(216), + [anon_sym_deteCtOR] = ACTIONS(216), + [anon_sym_deteCTor] = ACTIONS(216), + [anon_sym_deteCToR] = ACTIONS(216), + [anon_sym_deteCTOr] = ACTIONS(216), + [anon_sym_deteCTOR] = ACTIONS(216), + [anon_sym_detEctor] = ACTIONS(216), + [anon_sym_detEctoR] = ACTIONS(216), + [anon_sym_detEctOr] = ACTIONS(216), + [anon_sym_detEctOR] = ACTIONS(216), + [anon_sym_detEcTor] = ACTIONS(216), + [anon_sym_detEcToR] = ACTIONS(216), + [anon_sym_detEcTOr] = ACTIONS(216), + [anon_sym_detEcTOR] = ACTIONS(216), + [anon_sym_detECtor] = ACTIONS(216), + [anon_sym_detECtoR] = ACTIONS(216), + [anon_sym_detECtOr] = ACTIONS(216), + [anon_sym_detECtOR] = ACTIONS(216), + [anon_sym_detECTor] = ACTIONS(216), + [anon_sym_detECToR] = ACTIONS(216), + [anon_sym_detECTOr] = ACTIONS(216), + [anon_sym_detECTOR] = ACTIONS(216), + [anon_sym_deTector] = ACTIONS(216), + [anon_sym_deTectoR] = ACTIONS(216), + [anon_sym_deTectOr] = ACTIONS(216), + [anon_sym_deTectOR] = ACTIONS(216), + [anon_sym_deTecTor] = ACTIONS(216), + [anon_sym_deTecToR] = ACTIONS(216), + [anon_sym_deTecTOr] = ACTIONS(216), + [anon_sym_deTecTOR] = ACTIONS(216), + [anon_sym_deTeCtor] = ACTIONS(216), + [anon_sym_deTeCtoR] = ACTIONS(216), + [anon_sym_deTeCtOr] = ACTIONS(216), + [anon_sym_deTeCtOR] = ACTIONS(216), + [anon_sym_deTeCTor] = ACTIONS(216), + [anon_sym_deTeCToR] = ACTIONS(216), + [anon_sym_deTeCTOr] = ACTIONS(216), + [anon_sym_deTeCTOR] = ACTIONS(216), + [anon_sym_deTEctor] = ACTIONS(216), + [anon_sym_deTEctoR] = ACTIONS(216), + [anon_sym_deTEctOr] = ACTIONS(216), + [anon_sym_deTEctOR] = ACTIONS(216), + [anon_sym_deTEcTor] = ACTIONS(216), + [anon_sym_deTEcToR] = ACTIONS(216), + [anon_sym_deTEcTOr] = ACTIONS(216), + [anon_sym_deTEcTOR] = ACTIONS(216), + [anon_sym_deTECtor] = ACTIONS(216), + [anon_sym_deTECtoR] = ACTIONS(216), + [anon_sym_deTECtOr] = ACTIONS(216), + [anon_sym_deTECtOR] = ACTIONS(216), + [anon_sym_deTECTor] = ACTIONS(216), + [anon_sym_deTECToR] = ACTIONS(216), + [anon_sym_deTECTOr] = ACTIONS(216), + [anon_sym_deTECTOR] = ACTIONS(216), + [anon_sym_dEtector] = ACTIONS(216), + [anon_sym_dEtectoR] = ACTIONS(216), + [anon_sym_dEtectOr] = ACTIONS(216), + [anon_sym_dEtectOR] = ACTIONS(216), + [anon_sym_dEtecTor] = ACTIONS(216), + [anon_sym_dEtecToR] = ACTIONS(216), + [anon_sym_dEtecTOr] = ACTIONS(216), + [anon_sym_dEtecTOR] = ACTIONS(216), + [anon_sym_dEteCtor] = ACTIONS(216), + [anon_sym_dEteCtoR] = ACTIONS(216), + [anon_sym_dEteCtOr] = ACTIONS(216), + [anon_sym_dEteCtOR] = ACTIONS(216), + [anon_sym_dEteCTor] = ACTIONS(216), + [anon_sym_dEteCToR] = ACTIONS(216), + [anon_sym_dEteCTOr] = ACTIONS(216), + [anon_sym_dEteCTOR] = ACTIONS(216), + [anon_sym_dEtEctor] = ACTIONS(216), + [anon_sym_dEtEctoR] = ACTIONS(216), + [anon_sym_dEtEctOr] = ACTIONS(216), + [anon_sym_dEtEctOR] = ACTIONS(216), + [anon_sym_dEtEcTor] = ACTIONS(216), + [anon_sym_dEtEcToR] = ACTIONS(216), + [anon_sym_dEtEcTOr] = ACTIONS(216), + [anon_sym_dEtEcTOR] = ACTIONS(216), + [anon_sym_dEtECtor] = ACTIONS(216), + [anon_sym_dEtECtoR] = ACTIONS(216), + [anon_sym_dEtECtOr] = ACTIONS(216), + [anon_sym_dEtECtOR] = ACTIONS(216), + [anon_sym_dEtECTor] = ACTIONS(216), + [anon_sym_dEtECToR] = ACTIONS(216), + [anon_sym_dEtECTOr] = ACTIONS(216), + [anon_sym_dEtECTOR] = ACTIONS(216), + [anon_sym_dETector] = ACTIONS(216), + [anon_sym_dETectoR] = ACTIONS(216), + [anon_sym_dETectOr] = ACTIONS(216), + [anon_sym_dETectOR] = ACTIONS(216), + [anon_sym_dETecTor] = ACTIONS(216), + [anon_sym_dETecToR] = ACTIONS(216), + [anon_sym_dETecTOr] = ACTIONS(216), + [anon_sym_dETecTOR] = ACTIONS(216), + [anon_sym_dETeCtor] = ACTIONS(216), + [anon_sym_dETeCtoR] = ACTIONS(216), + [anon_sym_dETeCtOr] = ACTIONS(216), + [anon_sym_dETeCtOR] = ACTIONS(216), + [anon_sym_dETeCTor] = ACTIONS(216), + [anon_sym_dETeCToR] = ACTIONS(216), + [anon_sym_dETeCTOr] = ACTIONS(216), + [anon_sym_dETeCTOR] = ACTIONS(216), + [anon_sym_dETEctor] = ACTIONS(216), + [anon_sym_dETEctoR] = ACTIONS(216), + [anon_sym_dETEctOr] = ACTIONS(216), + [anon_sym_dETEctOR] = ACTIONS(216), + [anon_sym_dETEcTor] = ACTIONS(216), + [anon_sym_dETEcToR] = ACTIONS(216), + [anon_sym_dETEcTOr] = ACTIONS(216), + [anon_sym_dETEcTOR] = ACTIONS(216), + [anon_sym_dETECtor] = ACTIONS(216), + [anon_sym_dETECtoR] = ACTIONS(216), + [anon_sym_dETECtOr] = ACTIONS(216), + [anon_sym_dETECtOR] = ACTIONS(216), + [anon_sym_dETECTor] = ACTIONS(216), + [anon_sym_dETECToR] = ACTIONS(216), + [anon_sym_dETECTOr] = ACTIONS(216), + [anon_sym_dETECTOR] = ACTIONS(216), + [anon_sym_Detector] = ACTIONS(216), + [anon_sym_DetectoR] = ACTIONS(216), + [anon_sym_DetectOr] = ACTIONS(216), + [anon_sym_DetectOR] = ACTIONS(216), + [anon_sym_DetecTor] = ACTIONS(216), + [anon_sym_DetecToR] = ACTIONS(216), + [anon_sym_DetecTOr] = ACTIONS(216), + [anon_sym_DetecTOR] = ACTIONS(216), + [anon_sym_DeteCtor] = ACTIONS(216), + [anon_sym_DeteCtoR] = ACTIONS(216), + [anon_sym_DeteCtOr] = ACTIONS(216), + [anon_sym_DeteCtOR] = ACTIONS(216), + [anon_sym_DeteCTor] = ACTIONS(216), + [anon_sym_DeteCToR] = ACTIONS(216), + [anon_sym_DeteCTOr] = ACTIONS(216), + [anon_sym_DeteCTOR] = ACTIONS(216), + [anon_sym_DetEctor] = ACTIONS(216), + [anon_sym_DetEctoR] = ACTIONS(216), + [anon_sym_DetEctOr] = ACTIONS(216), + [anon_sym_DetEctOR] = ACTIONS(216), + [anon_sym_DetEcTor] = ACTIONS(216), + [anon_sym_DetEcToR] = ACTIONS(216), + [anon_sym_DetEcTOr] = ACTIONS(216), + [anon_sym_DetEcTOR] = ACTIONS(216), + [anon_sym_DetECtor] = ACTIONS(216), + [anon_sym_DetECtoR] = ACTIONS(216), + [anon_sym_DetECtOr] = ACTIONS(216), + [anon_sym_DetECtOR] = ACTIONS(216), + [anon_sym_DetECTor] = ACTIONS(216), + [anon_sym_DetECToR] = ACTIONS(216), + [anon_sym_DetECTOr] = ACTIONS(216), + [anon_sym_DetECTOR] = ACTIONS(216), + [anon_sym_DeTector] = ACTIONS(216), + [anon_sym_DeTectoR] = ACTIONS(216), + [anon_sym_DeTectOr] = ACTIONS(216), + [anon_sym_DeTectOR] = ACTIONS(216), + [anon_sym_DeTecTor] = ACTIONS(216), + [anon_sym_DeTecToR] = ACTIONS(216), + [anon_sym_DeTecTOr] = ACTIONS(216), + [anon_sym_DeTecTOR] = ACTIONS(216), + [anon_sym_DeTeCtor] = ACTIONS(216), + [anon_sym_DeTeCtoR] = ACTIONS(216), + [anon_sym_DeTeCtOr] = ACTIONS(216), + [anon_sym_DeTeCtOR] = ACTIONS(216), + [anon_sym_DeTeCTor] = ACTIONS(216), + [anon_sym_DeTeCToR] = ACTIONS(216), + [anon_sym_DeTeCTOr] = ACTIONS(216), + [anon_sym_DeTeCTOR] = ACTIONS(216), + [anon_sym_DeTEctor] = ACTIONS(216), + [anon_sym_DeTEctoR] = ACTIONS(216), + [anon_sym_DeTEctOr] = ACTIONS(216), + [anon_sym_DeTEctOR] = ACTIONS(216), + [anon_sym_DeTEcTor] = ACTIONS(216), + [anon_sym_DeTEcToR] = ACTIONS(216), + [anon_sym_DeTEcTOr] = ACTIONS(216), + [anon_sym_DeTEcTOR] = ACTIONS(216), + [anon_sym_DeTECtor] = ACTIONS(216), + [anon_sym_DeTECtoR] = ACTIONS(216), + [anon_sym_DeTECtOr] = ACTIONS(216), + [anon_sym_DeTECtOR] = ACTIONS(216), + [anon_sym_DeTECTor] = ACTIONS(216), + [anon_sym_DeTECToR] = ACTIONS(216), + [anon_sym_DeTECTOr] = ACTIONS(216), + [anon_sym_DeTECTOR] = ACTIONS(216), + [anon_sym_DEtector] = ACTIONS(216), + [anon_sym_DEtectoR] = ACTIONS(216), + [anon_sym_DEtectOr] = ACTIONS(216), + [anon_sym_DEtectOR] = ACTIONS(216), + [anon_sym_DEtecTor] = ACTIONS(216), + [anon_sym_DEtecToR] = ACTIONS(216), + [anon_sym_DEtecTOr] = ACTIONS(216), + [anon_sym_DEtecTOR] = ACTIONS(216), + [anon_sym_DEteCtor] = ACTIONS(216), + [anon_sym_DEteCtoR] = ACTIONS(216), + [anon_sym_DEteCtOr] = ACTIONS(216), + [anon_sym_DEteCtOR] = ACTIONS(216), + [anon_sym_DEteCTor] = ACTIONS(216), + [anon_sym_DEteCToR] = ACTIONS(216), + [anon_sym_DEteCTOr] = ACTIONS(216), + [anon_sym_DEteCTOR] = ACTIONS(216), + [anon_sym_DEtEctor] = ACTIONS(216), + [anon_sym_DEtEctoR] = ACTIONS(216), + [anon_sym_DEtEctOr] = ACTIONS(216), + [anon_sym_DEtEctOR] = ACTIONS(216), + [anon_sym_DEtEcTor] = ACTIONS(216), + [anon_sym_DEtEcToR] = ACTIONS(216), + [anon_sym_DEtEcTOr] = ACTIONS(216), + [anon_sym_DEtEcTOR] = ACTIONS(216), + [anon_sym_DEtECtor] = ACTIONS(216), + [anon_sym_DEtECtoR] = ACTIONS(216), + [anon_sym_DEtECtOr] = ACTIONS(216), + [anon_sym_DEtECtOR] = ACTIONS(216), + [anon_sym_DEtECTor] = ACTIONS(216), + [anon_sym_DEtECToR] = ACTIONS(216), + [anon_sym_DEtECTOr] = ACTIONS(216), + [anon_sym_DEtECTOR] = ACTIONS(216), + [anon_sym_DETector] = ACTIONS(216), + [anon_sym_DETectoR] = ACTIONS(216), + [anon_sym_DETectOr] = ACTIONS(216), + [anon_sym_DETectOR] = ACTIONS(216), + [anon_sym_DETecTor] = ACTIONS(216), + [anon_sym_DETecToR] = ACTIONS(216), + [anon_sym_DETecTOr] = ACTIONS(216), + [anon_sym_DETecTOR] = ACTIONS(216), + [anon_sym_DETeCtor] = ACTIONS(216), + [anon_sym_DETeCtoR] = ACTIONS(216), + [anon_sym_DETeCtOr] = ACTIONS(216), + [anon_sym_DETeCtOR] = ACTIONS(216), + [anon_sym_DETeCTor] = ACTIONS(216), + [anon_sym_DETeCToR] = ACTIONS(216), + [anon_sym_DETeCTOr] = ACTIONS(216), + [anon_sym_DETeCTOR] = ACTIONS(216), + [anon_sym_DETEctor] = ACTIONS(216), + [anon_sym_DETEctoR] = ACTIONS(216), + [anon_sym_DETEctOr] = ACTIONS(216), + [anon_sym_DETEctOR] = ACTIONS(216), + [anon_sym_DETEcTor] = ACTIONS(216), + [anon_sym_DETEcToR] = ACTIONS(216), + [anon_sym_DETEcTOr] = ACTIONS(216), + [anon_sym_DETEcTOR] = ACTIONS(216), + [anon_sym_DETECtor] = ACTIONS(216), + [anon_sym_DETECtoR] = ACTIONS(216), + [anon_sym_DETECtOr] = ACTIONS(216), + [anon_sym_DETECtOR] = ACTIONS(216), + [anon_sym_DETECTor] = ACTIONS(216), + [anon_sym_DETECToR] = ACTIONS(216), + [anon_sym_DETECTOr] = ACTIONS(216), + [anon_sym_DETECTOR] = ACTIONS(216), + [anon_sym_invoke] = ACTIONS(216), + [anon_sym_invokE] = ACTIONS(216), + [anon_sym_invoKe] = ACTIONS(216), + [anon_sym_invoKE] = ACTIONS(216), + [anon_sym_invOke] = ACTIONS(216), + [anon_sym_invOkE] = ACTIONS(216), + [anon_sym_invOKe] = ACTIONS(216), + [anon_sym_invOKE] = ACTIONS(216), + [anon_sym_inVoke] = ACTIONS(216), + [anon_sym_inVokE] = ACTIONS(216), + [anon_sym_inVoKe] = ACTIONS(216), + [anon_sym_inVoKE] = ACTIONS(216), + [anon_sym_inVOke] = ACTIONS(216), + [anon_sym_inVOkE] = ACTIONS(216), + [anon_sym_inVOKe] = ACTIONS(216), + [anon_sym_inVOKE] = ACTIONS(216), + [anon_sym_iNvoke] = ACTIONS(216), + [anon_sym_iNvokE] = ACTIONS(216), + [anon_sym_iNvoKe] = ACTIONS(216), + [anon_sym_iNvoKE] = ACTIONS(216), + [anon_sym_iNvOke] = ACTIONS(216), + [anon_sym_iNvOkE] = ACTIONS(216), + [anon_sym_iNvOKe] = ACTIONS(216), + [anon_sym_iNvOKE] = ACTIONS(216), + [anon_sym_iNVoke] = ACTIONS(216), + [anon_sym_iNVokE] = ACTIONS(216), + [anon_sym_iNVoKe] = ACTIONS(216), + [anon_sym_iNVoKE] = ACTIONS(216), + [anon_sym_iNVOke] = ACTIONS(216), + [anon_sym_iNVOkE] = ACTIONS(216), + [anon_sym_iNVOKe] = ACTIONS(216), + [anon_sym_iNVOKE] = ACTIONS(216), + [anon_sym_Invoke] = ACTIONS(216), + [anon_sym_InvokE] = ACTIONS(216), + [anon_sym_InvoKe] = ACTIONS(216), + [anon_sym_InvoKE] = ACTIONS(216), + [anon_sym_InvOke] = ACTIONS(216), + [anon_sym_InvOkE] = ACTIONS(216), + [anon_sym_InvOKe] = ACTIONS(216), + [anon_sym_InvOKE] = ACTIONS(216), + [anon_sym_InVoke] = ACTIONS(216), + [anon_sym_InVokE] = ACTIONS(216), + [anon_sym_InVoKe] = ACTIONS(216), + [anon_sym_InVoKE] = ACTIONS(216), + [anon_sym_InVOke] = ACTIONS(216), + [anon_sym_InVOkE] = ACTIONS(216), + [anon_sym_InVOKe] = ACTIONS(216), + [anon_sym_InVOKE] = ACTIONS(216), + [anon_sym_INvoke] = ACTIONS(216), + [anon_sym_INvokE] = ACTIONS(216), + [anon_sym_INvoKe] = ACTIONS(216), + [anon_sym_INvoKE] = ACTIONS(216), + [anon_sym_INvOke] = ACTIONS(216), + [anon_sym_INvOkE] = ACTIONS(216), + [anon_sym_INvOKe] = ACTIONS(216), + [anon_sym_INvOKE] = ACTIONS(216), + [anon_sym_INVoke] = ACTIONS(216), + [anon_sym_INVokE] = ACTIONS(216), + [anon_sym_INVoKe] = ACTIONS(216), + [anon_sym_INVoKE] = ACTIONS(216), + [anon_sym_INVOke] = ACTIONS(216), + [anon_sym_INVOkE] = ACTIONS(216), + [anon_sym_INVOKe] = ACTIONS(216), + [anon_sym_INVOKE] = ACTIONS(216), + [anon_sym_select] = ACTIONS(216), + [anon_sym_selecT] = ACTIONS(216), + [anon_sym_seleCt] = ACTIONS(216), + [anon_sym_seleCT] = ACTIONS(216), + [anon_sym_selEct] = ACTIONS(216), + [anon_sym_selEcT] = ACTIONS(216), + [anon_sym_selECt] = ACTIONS(216), + [anon_sym_selECT] = ACTIONS(216), + [anon_sym_seLect] = ACTIONS(216), + [anon_sym_seLecT] = ACTIONS(216), + [anon_sym_seLeCt] = ACTIONS(216), + [anon_sym_seLeCT] = ACTIONS(216), + [anon_sym_seLEct] = ACTIONS(216), + [anon_sym_seLEcT] = ACTIONS(216), + [anon_sym_seLECt] = ACTIONS(216), + [anon_sym_seLECT] = ACTIONS(216), + [anon_sym_sElect] = ACTIONS(216), + [anon_sym_sElecT] = ACTIONS(216), + [anon_sym_sEleCt] = ACTIONS(216), + [anon_sym_sEleCT] = ACTIONS(216), + [anon_sym_sElEct] = ACTIONS(216), + [anon_sym_sElEcT] = ACTIONS(216), + [anon_sym_sElECt] = ACTIONS(216), + [anon_sym_sElECT] = ACTIONS(216), + [anon_sym_sELect] = ACTIONS(216), + [anon_sym_sELecT] = ACTIONS(216), + [anon_sym_sELeCt] = ACTIONS(216), + [anon_sym_sELeCT] = ACTIONS(216), + [anon_sym_sELEct] = ACTIONS(216), + [anon_sym_sELEcT] = ACTIONS(216), + [anon_sym_sELECt] = ACTIONS(216), + [anon_sym_sELECT] = ACTIONS(216), + [anon_sym_Select] = ACTIONS(216), + [anon_sym_SelecT] = ACTIONS(216), + [anon_sym_SeleCt] = ACTIONS(216), + [anon_sym_SeleCT] = ACTIONS(216), + [anon_sym_SelEct] = ACTIONS(216), + [anon_sym_SelEcT] = ACTIONS(216), + [anon_sym_SelECt] = ACTIONS(216), + [anon_sym_SelECT] = ACTIONS(216), + [anon_sym_SeLect] = ACTIONS(216), + [anon_sym_SeLecT] = ACTIONS(216), + [anon_sym_SeLeCt] = ACTIONS(216), + [anon_sym_SeLeCT] = ACTIONS(216), + [anon_sym_SeLEct] = ACTIONS(216), + [anon_sym_SeLEcT] = ACTIONS(216), + [anon_sym_SeLECt] = ACTIONS(216), + [anon_sym_SeLECT] = ACTIONS(216), + [anon_sym_SElect] = ACTIONS(216), + [anon_sym_SElecT] = ACTIONS(216), + [anon_sym_SEleCt] = ACTIONS(216), + [anon_sym_SEleCT] = ACTIONS(216), + [anon_sym_SElEct] = ACTIONS(216), + [anon_sym_SElEcT] = ACTIONS(216), + [anon_sym_SElECt] = ACTIONS(216), + [anon_sym_SElECT] = ACTIONS(216), + [anon_sym_SELect] = ACTIONS(216), + [anon_sym_SELecT] = ACTIONS(216), + [anon_sym_SELeCt] = ACTIONS(216), + [anon_sym_SELeCT] = ACTIONS(216), + [anon_sym_SELEct] = ACTIONS(216), + [anon_sym_SELEcT] = ACTIONS(216), + [anon_sym_SELECt] = ACTIONS(216), + [anon_sym_SELECT] = ACTIONS(216), }, [38] = { - [sym__command] = STATE(29), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym_block] = STATE(45), - [sym__statement] = STATE(29), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), [sym_comment] = STATE(38), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_block_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(7), + [ts_builtin_sym_end] = ACTIONS(218), + [sym_identifier] = ACTIONS(220), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(9), - [anon_sym_action] = ACTIONS(15), - [anon_sym_actioN] = ACTIONS(15), - [anon_sym_actiOn] = ACTIONS(15), - [anon_sym_actiON] = ACTIONS(15), - [anon_sym_actIon] = ACTIONS(15), - [anon_sym_actIoN] = ACTIONS(15), - [anon_sym_actIOn] = ACTIONS(15), - [anon_sym_actION] = ACTIONS(15), - [anon_sym_acTion] = ACTIONS(15), - [anon_sym_acTioN] = ACTIONS(15), - [anon_sym_acTiOn] = ACTIONS(15), - [anon_sym_acTiON] = ACTIONS(15), - [anon_sym_acTIon] = ACTIONS(15), - [anon_sym_acTIoN] = ACTIONS(15), - [anon_sym_acTIOn] = ACTIONS(15), - [anon_sym_acTION] = ACTIONS(15), - [anon_sym_aCtion] = ACTIONS(15), - [anon_sym_aCtioN] = ACTIONS(15), - [anon_sym_aCtiOn] = ACTIONS(15), - [anon_sym_aCtiON] = ACTIONS(15), - [anon_sym_aCtIon] = ACTIONS(15), - [anon_sym_aCtIoN] = ACTIONS(15), - [anon_sym_aCtIOn] = ACTIONS(15), - [anon_sym_aCtION] = ACTIONS(15), - [anon_sym_aCTion] = ACTIONS(15), - [anon_sym_aCTioN] = ACTIONS(15), - [anon_sym_aCTiOn] = ACTIONS(15), - [anon_sym_aCTiON] = ACTIONS(15), - [anon_sym_aCTIon] = ACTIONS(15), - [anon_sym_aCTIoN] = ACTIONS(15), - [anon_sym_aCTIOn] = ACTIONS(15), - [anon_sym_aCTION] = ACTIONS(15), - [anon_sym_Action] = ACTIONS(15), - [anon_sym_ActioN] = ACTIONS(15), - [anon_sym_ActiOn] = ACTIONS(15), - [anon_sym_ActiON] = ACTIONS(15), - [anon_sym_ActIon] = ACTIONS(15), - [anon_sym_ActIoN] = ACTIONS(15), - [anon_sym_ActIOn] = ACTIONS(15), - [anon_sym_ActION] = ACTIONS(15), - [anon_sym_AcTion] = ACTIONS(15), - [anon_sym_AcTioN] = ACTIONS(15), - [anon_sym_AcTiOn] = ACTIONS(15), - [anon_sym_AcTiON] = ACTIONS(15), - [anon_sym_AcTIon] = ACTIONS(15), - [anon_sym_AcTIoN] = ACTIONS(15), - [anon_sym_AcTIOn] = ACTIONS(15), - [anon_sym_AcTION] = ACTIONS(15), - [anon_sym_ACtion] = ACTIONS(15), - [anon_sym_ACtioN] = ACTIONS(15), - [anon_sym_ACtiOn] = ACTIONS(15), - [anon_sym_ACtiON] = ACTIONS(15), - [anon_sym_ACtIon] = ACTIONS(15), - [anon_sym_ACtIoN] = ACTIONS(15), - [anon_sym_ACtIOn] = ACTIONS(15), - [anon_sym_ACtION] = ACTIONS(15), - [anon_sym_ACTion] = ACTIONS(15), - [anon_sym_ACTioN] = ACTIONS(15), - [anon_sym_ACTiOn] = ACTIONS(15), - [anon_sym_ACTiON] = ACTIONS(15), - [anon_sym_ACTIon] = ACTIONS(15), - [anon_sym_ACTIoN] = ACTIONS(15), - [anon_sym_ACTIOn] = ACTIONS(15), - [anon_sym_ACTION] = ACTIONS(15), - [anon_sym_if] = ACTIONS(17), - [anon_sym_iF] = ACTIONS(17), - [anon_sym_If] = ACTIONS(17), - [anon_sym_IF] = ACTIONS(17), - [anon_sym_while] = ACTIONS(19), - [anon_sym_whilE] = ACTIONS(19), - [anon_sym_whiLe] = ACTIONS(19), - [anon_sym_whiLE] = ACTIONS(19), - [anon_sym_whIle] = ACTIONS(19), - [anon_sym_whIlE] = ACTIONS(19), - [anon_sym_whILe] = ACTIONS(19), - [anon_sym_whILE] = ACTIONS(19), - [anon_sym_wHile] = ACTIONS(19), - [anon_sym_wHilE] = ACTIONS(19), - [anon_sym_wHiLe] = ACTIONS(19), - [anon_sym_wHiLE] = ACTIONS(19), - [anon_sym_wHIle] = ACTIONS(19), - [anon_sym_wHIlE] = ACTIONS(19), - [anon_sym_wHILe] = ACTIONS(19), - [anon_sym_wHILE] = ACTIONS(19), - [anon_sym_While] = ACTIONS(19), - [anon_sym_WhilE] = ACTIONS(19), - [anon_sym_WhiLe] = ACTIONS(19), - [anon_sym_WhiLE] = ACTIONS(19), - [anon_sym_WhIle] = ACTIONS(19), - [anon_sym_WhIlE] = ACTIONS(19), - [anon_sym_WhILe] = ACTIONS(19), - [anon_sym_WhILE] = ACTIONS(19), - [anon_sym_WHile] = ACTIONS(19), - [anon_sym_WHilE] = ACTIONS(19), - [anon_sym_WHiLe] = ACTIONS(19), - [anon_sym_WHiLE] = ACTIONS(19), - [anon_sym_WHIle] = ACTIONS(19), - [anon_sym_WHIlE] = ACTIONS(19), - [anon_sym_WHILe] = ACTIONS(19), - [anon_sym_WHILE] = ACTIONS(19), - [anon_sym_detector] = ACTIONS(21), - [anon_sym_detectoR] = ACTIONS(21), - [anon_sym_detectOr] = ACTIONS(21), - [anon_sym_detectOR] = ACTIONS(21), - [anon_sym_detecTor] = ACTIONS(21), - [anon_sym_detecToR] = ACTIONS(21), - [anon_sym_detecTOr] = ACTIONS(21), - [anon_sym_detecTOR] = ACTIONS(21), - [anon_sym_deteCtor] = ACTIONS(21), - [anon_sym_deteCtoR] = ACTIONS(21), - [anon_sym_deteCtOr] = ACTIONS(21), - [anon_sym_deteCtOR] = ACTIONS(21), - [anon_sym_deteCTor] = ACTIONS(21), - [anon_sym_deteCToR] = ACTIONS(21), - [anon_sym_deteCTOr] = ACTIONS(21), - [anon_sym_deteCTOR] = ACTIONS(21), - [anon_sym_detEctor] = ACTIONS(21), - [anon_sym_detEctoR] = ACTIONS(21), - [anon_sym_detEctOr] = ACTIONS(21), - [anon_sym_detEctOR] = ACTIONS(21), - [anon_sym_detEcTor] = ACTIONS(21), - [anon_sym_detEcToR] = ACTIONS(21), - [anon_sym_detEcTOr] = ACTIONS(21), - [anon_sym_detEcTOR] = ACTIONS(21), - [anon_sym_detECtor] = ACTIONS(21), - [anon_sym_detECtoR] = ACTIONS(21), - [anon_sym_detECtOr] = ACTIONS(21), - [anon_sym_detECtOR] = ACTIONS(21), - [anon_sym_detECTor] = ACTIONS(21), - [anon_sym_detECToR] = ACTIONS(21), - [anon_sym_detECTOr] = ACTIONS(21), - [anon_sym_detECTOR] = ACTIONS(21), - [anon_sym_deTector] = ACTIONS(21), - [anon_sym_deTectoR] = ACTIONS(21), - [anon_sym_deTectOr] = ACTIONS(21), - [anon_sym_deTectOR] = ACTIONS(21), - [anon_sym_deTecTor] = ACTIONS(21), - [anon_sym_deTecToR] = ACTIONS(21), - [anon_sym_deTecTOr] = ACTIONS(21), - [anon_sym_deTecTOR] = ACTIONS(21), - [anon_sym_deTeCtor] = ACTIONS(21), - [anon_sym_deTeCtoR] = ACTIONS(21), - [anon_sym_deTeCtOr] = ACTIONS(21), - [anon_sym_deTeCtOR] = ACTIONS(21), - [anon_sym_deTeCTor] = ACTIONS(21), - [anon_sym_deTeCToR] = ACTIONS(21), - [anon_sym_deTeCTOr] = ACTIONS(21), - [anon_sym_deTeCTOR] = ACTIONS(21), - [anon_sym_deTEctor] = ACTIONS(21), - [anon_sym_deTEctoR] = ACTIONS(21), - [anon_sym_deTEctOr] = ACTIONS(21), - [anon_sym_deTEctOR] = ACTIONS(21), - [anon_sym_deTEcTor] = ACTIONS(21), - [anon_sym_deTEcToR] = ACTIONS(21), - [anon_sym_deTEcTOr] = ACTIONS(21), - [anon_sym_deTEcTOR] = ACTIONS(21), - [anon_sym_deTECtor] = ACTIONS(21), - [anon_sym_deTECtoR] = ACTIONS(21), - [anon_sym_deTECtOr] = ACTIONS(21), - [anon_sym_deTECtOR] = ACTIONS(21), - [anon_sym_deTECTor] = ACTIONS(21), - [anon_sym_deTECToR] = ACTIONS(21), - [anon_sym_deTECTOr] = ACTIONS(21), - [anon_sym_deTECTOR] = ACTIONS(21), - [anon_sym_dEtector] = ACTIONS(21), - [anon_sym_dEtectoR] = ACTIONS(21), - [anon_sym_dEtectOr] = ACTIONS(21), - [anon_sym_dEtectOR] = ACTIONS(21), - [anon_sym_dEtecTor] = ACTIONS(21), - [anon_sym_dEtecToR] = ACTIONS(21), - [anon_sym_dEtecTOr] = ACTIONS(21), - [anon_sym_dEtecTOR] = ACTIONS(21), - [anon_sym_dEteCtor] = ACTIONS(21), - [anon_sym_dEteCtoR] = ACTIONS(21), - [anon_sym_dEteCtOr] = ACTIONS(21), - [anon_sym_dEteCtOR] = ACTIONS(21), - [anon_sym_dEteCTor] = ACTIONS(21), - [anon_sym_dEteCToR] = ACTIONS(21), - [anon_sym_dEteCTOr] = ACTIONS(21), - [anon_sym_dEteCTOR] = ACTIONS(21), - [anon_sym_dEtEctor] = ACTIONS(21), - [anon_sym_dEtEctoR] = ACTIONS(21), - [anon_sym_dEtEctOr] = ACTIONS(21), - [anon_sym_dEtEctOR] = ACTIONS(21), - [anon_sym_dEtEcTor] = ACTIONS(21), - [anon_sym_dEtEcToR] = ACTIONS(21), - [anon_sym_dEtEcTOr] = ACTIONS(21), - [anon_sym_dEtEcTOR] = ACTIONS(21), - [anon_sym_dEtECtor] = ACTIONS(21), - [anon_sym_dEtECtoR] = ACTIONS(21), - [anon_sym_dEtECtOr] = ACTIONS(21), - [anon_sym_dEtECtOR] = ACTIONS(21), - [anon_sym_dEtECTor] = ACTIONS(21), - [anon_sym_dEtECToR] = ACTIONS(21), - [anon_sym_dEtECTOr] = ACTIONS(21), - [anon_sym_dEtECTOR] = ACTIONS(21), - [anon_sym_dETector] = ACTIONS(21), - [anon_sym_dETectoR] = ACTIONS(21), - [anon_sym_dETectOr] = ACTIONS(21), - [anon_sym_dETectOR] = ACTIONS(21), - [anon_sym_dETecTor] = ACTIONS(21), - [anon_sym_dETecToR] = ACTIONS(21), - [anon_sym_dETecTOr] = ACTIONS(21), - [anon_sym_dETecTOR] = ACTIONS(21), - [anon_sym_dETeCtor] = ACTIONS(21), - [anon_sym_dETeCtoR] = ACTIONS(21), - [anon_sym_dETeCtOr] = ACTIONS(21), - [anon_sym_dETeCtOR] = ACTIONS(21), - [anon_sym_dETeCTor] = ACTIONS(21), - [anon_sym_dETeCToR] = ACTIONS(21), - [anon_sym_dETeCTOr] = ACTIONS(21), - [anon_sym_dETeCTOR] = ACTIONS(21), - [anon_sym_dETEctor] = ACTIONS(21), - [anon_sym_dETEctoR] = ACTIONS(21), - [anon_sym_dETEctOr] = ACTIONS(21), - [anon_sym_dETEctOR] = ACTIONS(21), - [anon_sym_dETEcTor] = ACTIONS(21), - [anon_sym_dETEcToR] = ACTIONS(21), - [anon_sym_dETEcTOr] = ACTIONS(21), - [anon_sym_dETEcTOR] = ACTIONS(21), - [anon_sym_dETECtor] = ACTIONS(21), - [anon_sym_dETECtoR] = ACTIONS(21), - [anon_sym_dETECtOr] = ACTIONS(21), - [anon_sym_dETECtOR] = ACTIONS(21), - [anon_sym_dETECTor] = ACTIONS(21), - [anon_sym_dETECToR] = ACTIONS(21), - [anon_sym_dETECTOr] = ACTIONS(21), - [anon_sym_dETECTOR] = ACTIONS(21), - [anon_sym_Detector] = ACTIONS(21), - [anon_sym_DetectoR] = ACTIONS(21), - [anon_sym_DetectOr] = ACTIONS(21), - [anon_sym_DetectOR] = ACTIONS(21), - [anon_sym_DetecTor] = ACTIONS(21), - [anon_sym_DetecToR] = ACTIONS(21), - [anon_sym_DetecTOr] = ACTIONS(21), - [anon_sym_DetecTOR] = ACTIONS(21), - [anon_sym_DeteCtor] = ACTIONS(21), - [anon_sym_DeteCtoR] = ACTIONS(21), - [anon_sym_DeteCtOr] = ACTIONS(21), - [anon_sym_DeteCtOR] = ACTIONS(21), - [anon_sym_DeteCTor] = ACTIONS(21), - [anon_sym_DeteCToR] = ACTIONS(21), - [anon_sym_DeteCTOr] = ACTIONS(21), - [anon_sym_DeteCTOR] = ACTIONS(21), - [anon_sym_DetEctor] = ACTIONS(21), - [anon_sym_DetEctoR] = ACTIONS(21), - [anon_sym_DetEctOr] = ACTIONS(21), - [anon_sym_DetEctOR] = ACTIONS(21), - [anon_sym_DetEcTor] = ACTIONS(21), - [anon_sym_DetEcToR] = ACTIONS(21), - [anon_sym_DetEcTOr] = ACTIONS(21), - [anon_sym_DetEcTOR] = ACTIONS(21), - [anon_sym_DetECtor] = ACTIONS(21), - [anon_sym_DetECtoR] = ACTIONS(21), - [anon_sym_DetECtOr] = ACTIONS(21), - [anon_sym_DetECtOR] = ACTIONS(21), - [anon_sym_DetECTor] = ACTIONS(21), - [anon_sym_DetECToR] = ACTIONS(21), - [anon_sym_DetECTOr] = ACTIONS(21), - [anon_sym_DetECTOR] = ACTIONS(21), - [anon_sym_DeTector] = ACTIONS(21), - [anon_sym_DeTectoR] = ACTIONS(21), - [anon_sym_DeTectOr] = ACTIONS(21), - [anon_sym_DeTectOR] = ACTIONS(21), - [anon_sym_DeTecTor] = ACTIONS(21), - [anon_sym_DeTecToR] = ACTIONS(21), - [anon_sym_DeTecTOr] = ACTIONS(21), - [anon_sym_DeTecTOR] = ACTIONS(21), - [anon_sym_DeTeCtor] = ACTIONS(21), - [anon_sym_DeTeCtoR] = ACTIONS(21), - [anon_sym_DeTeCtOr] = ACTIONS(21), - [anon_sym_DeTeCtOR] = ACTIONS(21), - [anon_sym_DeTeCTor] = ACTIONS(21), - [anon_sym_DeTeCToR] = ACTIONS(21), - [anon_sym_DeTeCTOr] = ACTIONS(21), - [anon_sym_DeTeCTOR] = ACTIONS(21), - [anon_sym_DeTEctor] = ACTIONS(21), - [anon_sym_DeTEctoR] = ACTIONS(21), - [anon_sym_DeTEctOr] = ACTIONS(21), - [anon_sym_DeTEctOR] = ACTIONS(21), - [anon_sym_DeTEcTor] = ACTIONS(21), - [anon_sym_DeTEcToR] = ACTIONS(21), - [anon_sym_DeTEcTOr] = ACTIONS(21), - [anon_sym_DeTEcTOR] = ACTIONS(21), - [anon_sym_DeTECtor] = ACTIONS(21), - [anon_sym_DeTECtoR] = ACTIONS(21), - [anon_sym_DeTECtOr] = ACTIONS(21), - [anon_sym_DeTECtOR] = ACTIONS(21), - [anon_sym_DeTECTor] = ACTIONS(21), - [anon_sym_DeTECToR] = ACTIONS(21), - [anon_sym_DeTECTOr] = ACTIONS(21), - [anon_sym_DeTECTOR] = ACTIONS(21), - [anon_sym_DEtector] = ACTIONS(21), - [anon_sym_DEtectoR] = ACTIONS(21), - [anon_sym_DEtectOr] = ACTIONS(21), - [anon_sym_DEtectOR] = ACTIONS(21), - [anon_sym_DEtecTor] = ACTIONS(21), - [anon_sym_DEtecToR] = ACTIONS(21), - [anon_sym_DEtecTOr] = ACTIONS(21), - [anon_sym_DEtecTOR] = ACTIONS(21), - [anon_sym_DEteCtor] = ACTIONS(21), - [anon_sym_DEteCtoR] = ACTIONS(21), - [anon_sym_DEteCtOr] = ACTIONS(21), - [anon_sym_DEteCtOR] = ACTIONS(21), - [anon_sym_DEteCTor] = ACTIONS(21), - [anon_sym_DEteCToR] = ACTIONS(21), - [anon_sym_DEteCTOr] = ACTIONS(21), - [anon_sym_DEteCTOR] = ACTIONS(21), - [anon_sym_DEtEctor] = ACTIONS(21), - [anon_sym_DEtEctoR] = ACTIONS(21), - [anon_sym_DEtEctOr] = ACTIONS(21), - [anon_sym_DEtEctOR] = ACTIONS(21), - [anon_sym_DEtEcTor] = ACTIONS(21), - [anon_sym_DEtEcToR] = ACTIONS(21), - [anon_sym_DEtEcTOr] = ACTIONS(21), - [anon_sym_DEtEcTOR] = ACTIONS(21), - [anon_sym_DEtECtor] = ACTIONS(21), - [anon_sym_DEtECtoR] = ACTIONS(21), - [anon_sym_DEtECtOr] = ACTIONS(21), - [anon_sym_DEtECtOR] = ACTIONS(21), - [anon_sym_DEtECTor] = ACTIONS(21), - [anon_sym_DEtECToR] = ACTIONS(21), - [anon_sym_DEtECTOr] = ACTIONS(21), - [anon_sym_DEtECTOR] = ACTIONS(21), - [anon_sym_DETector] = ACTIONS(21), - [anon_sym_DETectoR] = ACTIONS(21), - [anon_sym_DETectOr] = ACTIONS(21), - [anon_sym_DETectOR] = ACTIONS(21), - [anon_sym_DETecTor] = ACTIONS(21), - [anon_sym_DETecToR] = ACTIONS(21), - [anon_sym_DETecTOr] = ACTIONS(21), - [anon_sym_DETecTOR] = ACTIONS(21), - [anon_sym_DETeCtor] = ACTIONS(21), - [anon_sym_DETeCtoR] = ACTIONS(21), - [anon_sym_DETeCtOr] = ACTIONS(21), - [anon_sym_DETeCtOR] = ACTIONS(21), - [anon_sym_DETeCTor] = ACTIONS(21), - [anon_sym_DETeCToR] = ACTIONS(21), - [anon_sym_DETeCTOr] = ACTIONS(21), - [anon_sym_DETeCTOR] = ACTIONS(21), - [anon_sym_DETEctor] = ACTIONS(21), - [anon_sym_DETEctoR] = ACTIONS(21), - [anon_sym_DETEctOr] = ACTIONS(21), - [anon_sym_DETEctOR] = ACTIONS(21), - [anon_sym_DETEcTor] = ACTIONS(21), - [anon_sym_DETEcToR] = ACTIONS(21), - [anon_sym_DETEcTOr] = ACTIONS(21), - [anon_sym_DETEcTOR] = ACTIONS(21), - [anon_sym_DETECtor] = ACTIONS(21), - [anon_sym_DETECtoR] = ACTIONS(21), - [anon_sym_DETECtOr] = ACTIONS(21), - [anon_sym_DETECtOR] = ACTIONS(21), - [anon_sym_DETECTor] = ACTIONS(21), - [anon_sym_DETECToR] = ACTIONS(21), - [anon_sym_DETECTOr] = ACTIONS(21), - [anon_sym_DETECTOR] = ACTIONS(21), - [anon_sym_invoke] = ACTIONS(23), - [anon_sym_invokE] = ACTIONS(23), - [anon_sym_invoKe] = ACTIONS(23), - [anon_sym_invoKE] = ACTIONS(23), - [anon_sym_invOke] = ACTIONS(23), - [anon_sym_invOkE] = ACTIONS(23), - [anon_sym_invOKe] = ACTIONS(23), - [anon_sym_invOKE] = ACTIONS(23), - [anon_sym_inVoke] = ACTIONS(23), - [anon_sym_inVokE] = ACTIONS(23), - [anon_sym_inVoKe] = ACTIONS(23), - [anon_sym_inVoKE] = ACTIONS(23), - [anon_sym_inVOke] = ACTIONS(23), - [anon_sym_inVOkE] = ACTIONS(23), - [anon_sym_inVOKe] = ACTIONS(23), - [anon_sym_inVOKE] = ACTIONS(23), - [anon_sym_iNvoke] = ACTIONS(23), - [anon_sym_iNvokE] = ACTIONS(23), - [anon_sym_iNvoKe] = ACTIONS(23), - [anon_sym_iNvoKE] = ACTIONS(23), - [anon_sym_iNvOke] = ACTIONS(23), - [anon_sym_iNvOkE] = ACTIONS(23), - [anon_sym_iNvOKe] = ACTIONS(23), - [anon_sym_iNvOKE] = ACTIONS(23), - [anon_sym_iNVoke] = ACTIONS(23), - [anon_sym_iNVokE] = ACTIONS(23), - [anon_sym_iNVoKe] = ACTIONS(23), - [anon_sym_iNVoKE] = ACTIONS(23), - [anon_sym_iNVOke] = ACTIONS(23), - [anon_sym_iNVOkE] = ACTIONS(23), - [anon_sym_iNVOKe] = ACTIONS(23), - [anon_sym_iNVOKE] = ACTIONS(23), - [anon_sym_Invoke] = ACTIONS(23), - [anon_sym_InvokE] = ACTIONS(23), - [anon_sym_InvoKe] = ACTIONS(23), - [anon_sym_InvoKE] = ACTIONS(23), - [anon_sym_InvOke] = ACTIONS(23), - [anon_sym_InvOkE] = ACTIONS(23), - [anon_sym_InvOKe] = ACTIONS(23), - [anon_sym_InvOKE] = ACTIONS(23), - [anon_sym_InVoke] = ACTIONS(23), - [anon_sym_InVokE] = ACTIONS(23), - [anon_sym_InVoKe] = ACTIONS(23), - [anon_sym_InVoKE] = ACTIONS(23), - [anon_sym_InVOke] = ACTIONS(23), - [anon_sym_InVOkE] = ACTIONS(23), - [anon_sym_InVOKe] = ACTIONS(23), - [anon_sym_InVOKE] = ACTIONS(23), - [anon_sym_INvoke] = ACTIONS(23), - [anon_sym_INvokE] = ACTIONS(23), - [anon_sym_INvoKe] = ACTIONS(23), - [anon_sym_INvoKE] = ACTIONS(23), - [anon_sym_INvOke] = ACTIONS(23), - [anon_sym_INvOkE] = ACTIONS(23), - [anon_sym_INvOKe] = ACTIONS(23), - [anon_sym_INvOKE] = ACTIONS(23), - [anon_sym_INVoke] = ACTIONS(23), - [anon_sym_INVokE] = ACTIONS(23), - [anon_sym_INVoKe] = ACTIONS(23), - [anon_sym_INVoKE] = ACTIONS(23), - [anon_sym_INVOke] = ACTIONS(23), - [anon_sym_INVOkE] = ACTIONS(23), - [anon_sym_INVOKe] = ACTIONS(23), - [anon_sym_INVOKE] = ACTIONS(23), - [anon_sym_select] = ACTIONS(25), - [anon_sym_selecT] = ACTIONS(25), - [anon_sym_seleCt] = ACTIONS(25), - [anon_sym_seleCT] = ACTIONS(25), - [anon_sym_selEct] = ACTIONS(25), - [anon_sym_selEcT] = ACTIONS(25), - [anon_sym_selECt] = ACTIONS(25), - [anon_sym_selECT] = ACTIONS(25), - [anon_sym_seLect] = ACTIONS(25), - [anon_sym_seLecT] = ACTIONS(25), - [anon_sym_seLeCt] = ACTIONS(25), - [anon_sym_seLeCT] = ACTIONS(25), - [anon_sym_seLEct] = ACTIONS(25), - [anon_sym_seLEcT] = ACTIONS(25), - [anon_sym_seLECt] = ACTIONS(25), - [anon_sym_seLECT] = ACTIONS(25), - [anon_sym_sElect] = ACTIONS(25), - [anon_sym_sElecT] = ACTIONS(25), - [anon_sym_sEleCt] = ACTIONS(25), - [anon_sym_sEleCT] = ACTIONS(25), - [anon_sym_sElEct] = ACTIONS(25), - [anon_sym_sElEcT] = ACTIONS(25), - [anon_sym_sElECt] = ACTIONS(25), - [anon_sym_sElECT] = ACTIONS(25), - [anon_sym_sELect] = ACTIONS(25), - [anon_sym_sELecT] = ACTIONS(25), - [anon_sym_sELeCt] = ACTIONS(25), - [anon_sym_sELeCT] = ACTIONS(25), - [anon_sym_sELEct] = ACTIONS(25), - [anon_sym_sELEcT] = ACTIONS(25), - [anon_sym_sELECt] = ACTIONS(25), - [anon_sym_sELECT] = ACTIONS(25), - [anon_sym_Select] = ACTIONS(25), - [anon_sym_SelecT] = ACTIONS(25), - [anon_sym_SeleCt] = ACTIONS(25), - [anon_sym_SeleCT] = ACTIONS(25), - [anon_sym_SelEct] = ACTIONS(25), - [anon_sym_SelEcT] = ACTIONS(25), - [anon_sym_SelECt] = ACTIONS(25), - [anon_sym_SelECT] = ACTIONS(25), - [anon_sym_SeLect] = ACTIONS(25), - [anon_sym_SeLecT] = ACTIONS(25), - [anon_sym_SeLeCt] = ACTIONS(25), - [anon_sym_SeLeCT] = ACTIONS(25), - [anon_sym_SeLEct] = ACTIONS(25), - [anon_sym_SeLEcT] = ACTIONS(25), - [anon_sym_SeLECt] = ACTIONS(25), - [anon_sym_SeLECT] = ACTIONS(25), - [anon_sym_SElect] = ACTIONS(25), - [anon_sym_SElecT] = ACTIONS(25), - [anon_sym_SEleCt] = ACTIONS(25), - [anon_sym_SEleCT] = ACTIONS(25), - [anon_sym_SElEct] = ACTIONS(25), - [anon_sym_SElEcT] = ACTIONS(25), - [anon_sym_SElECt] = ACTIONS(25), - [anon_sym_SElECT] = ACTIONS(25), - [anon_sym_SELect] = ACTIONS(25), - [anon_sym_SELecT] = ACTIONS(25), - [anon_sym_SELeCt] = ACTIONS(25), - [anon_sym_SELeCT] = ACTIONS(25), - [anon_sym_SELEct] = ACTIONS(25), - [anon_sym_SELEcT] = ACTIONS(25), - [anon_sym_SELECt] = ACTIONS(25), - [anon_sym_SELECT] = ACTIONS(25), + [sym_variable] = ACTIONS(218), + [anon_sym_define] = ACTIONS(220), + [anon_sym_definE] = ACTIONS(220), + [anon_sym_defiNe] = ACTIONS(220), + [anon_sym_defiNE] = ACTIONS(220), + [anon_sym_defIne] = ACTIONS(220), + [anon_sym_defInE] = ACTIONS(220), + [anon_sym_defINe] = ACTIONS(220), + [anon_sym_defINE] = ACTIONS(220), + [anon_sym_deFine] = ACTIONS(220), + [anon_sym_deFinE] = ACTIONS(220), + [anon_sym_deFiNe] = ACTIONS(220), + [anon_sym_deFiNE] = ACTIONS(220), + [anon_sym_deFIne] = ACTIONS(220), + [anon_sym_deFInE] = ACTIONS(220), + [anon_sym_deFINe] = ACTIONS(220), + [anon_sym_deFINE] = ACTIONS(220), + [anon_sym_dEfine] = ACTIONS(220), + [anon_sym_dEfinE] = ACTIONS(220), + [anon_sym_dEfiNe] = ACTIONS(220), + [anon_sym_dEfiNE] = ACTIONS(220), + [anon_sym_dEfIne] = ACTIONS(220), + [anon_sym_dEfInE] = ACTIONS(220), + [anon_sym_dEfINe] = ACTIONS(220), + [anon_sym_dEfINE] = ACTIONS(220), + [anon_sym_dEFine] = ACTIONS(220), + [anon_sym_dEFinE] = ACTIONS(220), + [anon_sym_dEFiNe] = ACTIONS(220), + [anon_sym_dEFiNE] = ACTIONS(220), + [anon_sym_dEFIne] = ACTIONS(220), + [anon_sym_dEFInE] = ACTIONS(220), + [anon_sym_dEFINe] = ACTIONS(220), + [anon_sym_dEFINE] = ACTIONS(220), + [anon_sym_Define] = ACTIONS(220), + [anon_sym_DefinE] = ACTIONS(220), + [anon_sym_DefiNe] = ACTIONS(220), + [anon_sym_DefiNE] = ACTIONS(220), + [anon_sym_DefIne] = ACTIONS(220), + [anon_sym_DefInE] = ACTIONS(220), + [anon_sym_DefINe] = ACTIONS(220), + [anon_sym_DefINE] = ACTIONS(220), + [anon_sym_DeFine] = ACTIONS(220), + [anon_sym_DeFinE] = ACTIONS(220), + [anon_sym_DeFiNe] = ACTIONS(220), + [anon_sym_DeFiNE] = ACTIONS(220), + [anon_sym_DeFIne] = ACTIONS(220), + [anon_sym_DeFInE] = ACTIONS(220), + [anon_sym_DeFINe] = ACTIONS(220), + [anon_sym_DeFINE] = ACTIONS(220), + [anon_sym_DEfine] = ACTIONS(220), + [anon_sym_DEfinE] = ACTIONS(220), + [anon_sym_DEfiNe] = ACTIONS(220), + [anon_sym_DEfiNE] = ACTIONS(220), + [anon_sym_DEfIne] = ACTIONS(220), + [anon_sym_DEfInE] = ACTIONS(220), + [anon_sym_DEfINe] = ACTIONS(220), + [anon_sym_DEfINE] = ACTIONS(220), + [anon_sym_DEFine] = ACTIONS(220), + [anon_sym_DEFinE] = ACTIONS(220), + [anon_sym_DEFiNe] = ACTIONS(220), + [anon_sym_DEFiNE] = ACTIONS(220), + [anon_sym_DEFIne] = ACTIONS(220), + [anon_sym_DEFInE] = ACTIONS(220), + [anon_sym_DEFINe] = ACTIONS(220), + [anon_sym_DEFINE] = ACTIONS(220), + [anon_sym_include] = ACTIONS(220), + [anon_sym_includE] = ACTIONS(220), + [anon_sym_incluDe] = ACTIONS(220), + [anon_sym_incluDE] = ACTIONS(220), + [anon_sym_inclUde] = ACTIONS(220), + [anon_sym_inclUdE] = ACTIONS(220), + [anon_sym_inclUDe] = ACTIONS(220), + [anon_sym_inclUDE] = ACTIONS(220), + [anon_sym_incLude] = ACTIONS(220), + [anon_sym_incLudE] = ACTIONS(220), + [anon_sym_incLuDe] = ACTIONS(220), + [anon_sym_incLuDE] = ACTIONS(220), + [anon_sym_incLUde] = ACTIONS(220), + [anon_sym_incLUdE] = ACTIONS(220), + [anon_sym_incLUDe] = ACTIONS(220), + [anon_sym_incLUDE] = ACTIONS(220), + [anon_sym_inClude] = ACTIONS(220), + [anon_sym_inCludE] = ACTIONS(220), + [anon_sym_inCluDe] = ACTIONS(220), + [anon_sym_inCluDE] = ACTIONS(220), + [anon_sym_inClUde] = ACTIONS(220), + [anon_sym_inClUdE] = ACTIONS(220), + [anon_sym_inClUDe] = ACTIONS(220), + [anon_sym_inClUDE] = ACTIONS(220), + [anon_sym_inCLude] = ACTIONS(220), + [anon_sym_inCLudE] = ACTIONS(220), + [anon_sym_inCLuDe] = ACTIONS(220), + [anon_sym_inCLuDE] = ACTIONS(220), + [anon_sym_inCLUde] = ACTIONS(220), + [anon_sym_inCLUdE] = ACTIONS(220), + [anon_sym_inCLUDe] = ACTIONS(220), + [anon_sym_inCLUDE] = ACTIONS(220), + [anon_sym_iNclude] = ACTIONS(220), + [anon_sym_iNcludE] = ACTIONS(220), + [anon_sym_iNcluDe] = ACTIONS(220), + [anon_sym_iNcluDE] = ACTIONS(220), + [anon_sym_iNclUde] = ACTIONS(220), + [anon_sym_iNclUdE] = ACTIONS(220), + [anon_sym_iNclUDe] = ACTIONS(220), + [anon_sym_iNclUDE] = ACTIONS(220), + [anon_sym_iNcLude] = ACTIONS(220), + [anon_sym_iNcLudE] = ACTIONS(220), + [anon_sym_iNcLuDe] = ACTIONS(220), + [anon_sym_iNcLuDE] = ACTIONS(220), + [anon_sym_iNcLUde] = ACTIONS(220), + [anon_sym_iNcLUdE] = ACTIONS(220), + [anon_sym_iNcLUDe] = ACTIONS(220), + [anon_sym_iNcLUDE] = ACTIONS(220), + [anon_sym_iNClude] = ACTIONS(220), + [anon_sym_iNCludE] = ACTIONS(220), + [anon_sym_iNCluDe] = ACTIONS(220), + [anon_sym_iNCluDE] = ACTIONS(220), + [anon_sym_iNClUde] = ACTIONS(220), + [anon_sym_iNClUdE] = ACTIONS(220), + [anon_sym_iNClUDe] = ACTIONS(220), + [anon_sym_iNClUDE] = ACTIONS(220), + [anon_sym_iNCLude] = ACTIONS(220), + [anon_sym_iNCLudE] = ACTIONS(220), + [anon_sym_iNCLuDe] = ACTIONS(220), + [anon_sym_iNCLuDE] = ACTIONS(220), + [anon_sym_iNCLUde] = ACTIONS(220), + [anon_sym_iNCLUdE] = ACTIONS(220), + [anon_sym_iNCLUDe] = ACTIONS(220), + [anon_sym_iNCLUDE] = ACTIONS(220), + [anon_sym_Include] = ACTIONS(220), + [anon_sym_IncludE] = ACTIONS(220), + [anon_sym_IncluDe] = ACTIONS(220), + [anon_sym_IncluDE] = ACTIONS(220), + [anon_sym_InclUde] = ACTIONS(220), + [anon_sym_InclUdE] = ACTIONS(220), + [anon_sym_InclUDe] = ACTIONS(220), + [anon_sym_InclUDE] = ACTIONS(220), + [anon_sym_IncLude] = ACTIONS(220), + [anon_sym_IncLudE] = ACTIONS(220), + [anon_sym_IncLuDe] = ACTIONS(220), + [anon_sym_IncLuDE] = ACTIONS(220), + [anon_sym_IncLUde] = ACTIONS(220), + [anon_sym_IncLUdE] = ACTIONS(220), + [anon_sym_IncLUDe] = ACTIONS(220), + [anon_sym_IncLUDE] = ACTIONS(220), + [anon_sym_InClude] = ACTIONS(220), + [anon_sym_InCludE] = ACTIONS(220), + [anon_sym_InCluDe] = ACTIONS(220), + [anon_sym_InCluDE] = ACTIONS(220), + [anon_sym_InClUde] = ACTIONS(220), + [anon_sym_InClUdE] = ACTIONS(220), + [anon_sym_InClUDe] = ACTIONS(220), + [anon_sym_InClUDE] = ACTIONS(220), + [anon_sym_InCLude] = ACTIONS(220), + [anon_sym_InCLudE] = ACTIONS(220), + [anon_sym_InCLuDe] = ACTIONS(220), + [anon_sym_InCLuDE] = ACTIONS(220), + [anon_sym_InCLUde] = ACTIONS(220), + [anon_sym_InCLUdE] = ACTIONS(220), + [anon_sym_InCLUDe] = ACTIONS(220), + [anon_sym_InCLUDE] = ACTIONS(220), + [anon_sym_INclude] = ACTIONS(220), + [anon_sym_INcludE] = ACTIONS(220), + [anon_sym_INcluDe] = ACTIONS(220), + [anon_sym_INcluDE] = ACTIONS(220), + [anon_sym_INclUde] = ACTIONS(220), + [anon_sym_INclUdE] = ACTIONS(220), + [anon_sym_INclUDe] = ACTIONS(220), + [anon_sym_INclUDE] = ACTIONS(220), + [anon_sym_INcLude] = ACTIONS(220), + [anon_sym_INcLudE] = ACTIONS(220), + [anon_sym_INcLuDe] = ACTIONS(220), + [anon_sym_INcLuDE] = ACTIONS(220), + [anon_sym_INcLUde] = ACTIONS(220), + [anon_sym_INcLUdE] = ACTIONS(220), + [anon_sym_INcLUDe] = ACTIONS(220), + [anon_sym_INcLUDE] = ACTIONS(220), + [anon_sym_INClude] = ACTIONS(220), + [anon_sym_INCludE] = ACTIONS(220), + [anon_sym_INCluDe] = ACTIONS(220), + [anon_sym_INCluDE] = ACTIONS(220), + [anon_sym_INClUde] = ACTIONS(220), + [anon_sym_INClUdE] = ACTIONS(220), + [anon_sym_INClUDe] = ACTIONS(220), + [anon_sym_INClUDE] = ACTIONS(220), + [anon_sym_INCLude] = ACTIONS(220), + [anon_sym_INCLudE] = ACTIONS(220), + [anon_sym_INCLuDe] = ACTIONS(220), + [anon_sym_INCLuDE] = ACTIONS(220), + [anon_sym_INCLUde] = ACTIONS(220), + [anon_sym_INCLUdE] = ACTIONS(220), + [anon_sym_INCLUDe] = ACTIONS(220), + [anon_sym_INCLUDE] = ACTIONS(220), + [anon_sym_action] = ACTIONS(220), + [anon_sym_actioN] = ACTIONS(220), + [anon_sym_actiOn] = ACTIONS(220), + [anon_sym_actiON] = ACTIONS(220), + [anon_sym_actIon] = ACTIONS(220), + [anon_sym_actIoN] = ACTIONS(220), + [anon_sym_actIOn] = ACTIONS(220), + [anon_sym_actION] = ACTIONS(220), + [anon_sym_acTion] = ACTIONS(220), + [anon_sym_acTioN] = ACTIONS(220), + [anon_sym_acTiOn] = ACTIONS(220), + [anon_sym_acTiON] = ACTIONS(220), + [anon_sym_acTIon] = ACTIONS(220), + [anon_sym_acTIoN] = ACTIONS(220), + [anon_sym_acTIOn] = ACTIONS(220), + [anon_sym_acTION] = ACTIONS(220), + [anon_sym_aCtion] = ACTIONS(220), + [anon_sym_aCtioN] = ACTIONS(220), + [anon_sym_aCtiOn] = ACTIONS(220), + [anon_sym_aCtiON] = ACTIONS(220), + [anon_sym_aCtIon] = ACTIONS(220), + [anon_sym_aCtIoN] = ACTIONS(220), + [anon_sym_aCtIOn] = ACTIONS(220), + [anon_sym_aCtION] = ACTIONS(220), + [anon_sym_aCTion] = ACTIONS(220), + [anon_sym_aCTioN] = ACTIONS(220), + [anon_sym_aCTiOn] = ACTIONS(220), + [anon_sym_aCTiON] = ACTIONS(220), + [anon_sym_aCTIon] = ACTIONS(220), + [anon_sym_aCTIoN] = ACTIONS(220), + [anon_sym_aCTIOn] = ACTIONS(220), + [anon_sym_aCTION] = ACTIONS(220), + [anon_sym_Action] = ACTIONS(220), + [anon_sym_ActioN] = ACTIONS(220), + [anon_sym_ActiOn] = ACTIONS(220), + [anon_sym_ActiON] = ACTIONS(220), + [anon_sym_ActIon] = ACTIONS(220), + [anon_sym_ActIoN] = ACTIONS(220), + [anon_sym_ActIOn] = ACTIONS(220), + [anon_sym_ActION] = ACTIONS(220), + [anon_sym_AcTion] = ACTIONS(220), + [anon_sym_AcTioN] = ACTIONS(220), + [anon_sym_AcTiOn] = ACTIONS(220), + [anon_sym_AcTiON] = ACTIONS(220), + [anon_sym_AcTIon] = ACTIONS(220), + [anon_sym_AcTIoN] = ACTIONS(220), + [anon_sym_AcTIOn] = ACTIONS(220), + [anon_sym_AcTION] = ACTIONS(220), + [anon_sym_ACtion] = ACTIONS(220), + [anon_sym_ACtioN] = ACTIONS(220), + [anon_sym_ACtiOn] = ACTIONS(220), + [anon_sym_ACtiON] = ACTIONS(220), + [anon_sym_ACtIon] = ACTIONS(220), + [anon_sym_ACtIoN] = ACTIONS(220), + [anon_sym_ACtIOn] = ACTIONS(220), + [anon_sym_ACtION] = ACTIONS(220), + [anon_sym_ACTion] = ACTIONS(220), + [anon_sym_ACTioN] = ACTIONS(220), + [anon_sym_ACTiOn] = ACTIONS(220), + [anon_sym_ACTiON] = ACTIONS(220), + [anon_sym_ACTIon] = ACTIONS(220), + [anon_sym_ACTIoN] = ACTIONS(220), + [anon_sym_ACTIOn] = ACTIONS(220), + [anon_sym_ACTION] = ACTIONS(220), + [anon_sym_if] = ACTIONS(220), + [anon_sym_iF] = ACTIONS(220), + [anon_sym_If] = ACTIONS(220), + [anon_sym_IF] = ACTIONS(220), + [anon_sym_while] = ACTIONS(220), + [anon_sym_whilE] = ACTIONS(220), + [anon_sym_whiLe] = ACTIONS(220), + [anon_sym_whiLE] = ACTIONS(220), + [anon_sym_whIle] = ACTIONS(220), + [anon_sym_whIlE] = ACTIONS(220), + [anon_sym_whILe] = ACTIONS(220), + [anon_sym_whILE] = ACTIONS(220), + [anon_sym_wHile] = ACTIONS(220), + [anon_sym_wHilE] = ACTIONS(220), + [anon_sym_wHiLe] = ACTIONS(220), + [anon_sym_wHiLE] = ACTIONS(220), + [anon_sym_wHIle] = ACTIONS(220), + [anon_sym_wHIlE] = ACTIONS(220), + [anon_sym_wHILe] = ACTIONS(220), + [anon_sym_wHILE] = ACTIONS(220), + [anon_sym_While] = ACTIONS(220), + [anon_sym_WhilE] = ACTIONS(220), + [anon_sym_WhiLe] = ACTIONS(220), + [anon_sym_WhiLE] = ACTIONS(220), + [anon_sym_WhIle] = ACTIONS(220), + [anon_sym_WhIlE] = ACTIONS(220), + [anon_sym_WhILe] = ACTIONS(220), + [anon_sym_WhILE] = ACTIONS(220), + [anon_sym_WHile] = ACTIONS(220), + [anon_sym_WHilE] = ACTIONS(220), + [anon_sym_WHiLe] = ACTIONS(220), + [anon_sym_WHiLE] = ACTIONS(220), + [anon_sym_WHIle] = ACTIONS(220), + [anon_sym_WHIlE] = ACTIONS(220), + [anon_sym_WHILe] = ACTIONS(220), + [anon_sym_WHILE] = ACTIONS(220), + [anon_sym_detector] = ACTIONS(220), + [anon_sym_detectoR] = ACTIONS(220), + [anon_sym_detectOr] = ACTIONS(220), + [anon_sym_detectOR] = ACTIONS(220), + [anon_sym_detecTor] = ACTIONS(220), + [anon_sym_detecToR] = ACTIONS(220), + [anon_sym_detecTOr] = ACTIONS(220), + [anon_sym_detecTOR] = ACTIONS(220), + [anon_sym_deteCtor] = ACTIONS(220), + [anon_sym_deteCtoR] = ACTIONS(220), + [anon_sym_deteCtOr] = ACTIONS(220), + [anon_sym_deteCtOR] = ACTIONS(220), + [anon_sym_deteCTor] = ACTIONS(220), + [anon_sym_deteCToR] = ACTIONS(220), + [anon_sym_deteCTOr] = ACTIONS(220), + [anon_sym_deteCTOR] = ACTIONS(220), + [anon_sym_detEctor] = ACTIONS(220), + [anon_sym_detEctoR] = ACTIONS(220), + [anon_sym_detEctOr] = ACTIONS(220), + [anon_sym_detEctOR] = ACTIONS(220), + [anon_sym_detEcTor] = ACTIONS(220), + [anon_sym_detEcToR] = ACTIONS(220), + [anon_sym_detEcTOr] = ACTIONS(220), + [anon_sym_detEcTOR] = ACTIONS(220), + [anon_sym_detECtor] = ACTIONS(220), + [anon_sym_detECtoR] = ACTIONS(220), + [anon_sym_detECtOr] = ACTIONS(220), + [anon_sym_detECtOR] = ACTIONS(220), + [anon_sym_detECTor] = ACTIONS(220), + [anon_sym_detECToR] = ACTIONS(220), + [anon_sym_detECTOr] = ACTIONS(220), + [anon_sym_detECTOR] = ACTIONS(220), + [anon_sym_deTector] = ACTIONS(220), + [anon_sym_deTectoR] = ACTIONS(220), + [anon_sym_deTectOr] = ACTIONS(220), + [anon_sym_deTectOR] = ACTIONS(220), + [anon_sym_deTecTor] = ACTIONS(220), + [anon_sym_deTecToR] = ACTIONS(220), + [anon_sym_deTecTOr] = ACTIONS(220), + [anon_sym_deTecTOR] = ACTIONS(220), + [anon_sym_deTeCtor] = ACTIONS(220), + [anon_sym_deTeCtoR] = ACTIONS(220), + [anon_sym_deTeCtOr] = ACTIONS(220), + [anon_sym_deTeCtOR] = ACTIONS(220), + [anon_sym_deTeCTor] = ACTIONS(220), + [anon_sym_deTeCToR] = ACTIONS(220), + [anon_sym_deTeCTOr] = ACTIONS(220), + [anon_sym_deTeCTOR] = ACTIONS(220), + [anon_sym_deTEctor] = ACTIONS(220), + [anon_sym_deTEctoR] = ACTIONS(220), + [anon_sym_deTEctOr] = ACTIONS(220), + [anon_sym_deTEctOR] = ACTIONS(220), + [anon_sym_deTEcTor] = ACTIONS(220), + [anon_sym_deTEcToR] = ACTIONS(220), + [anon_sym_deTEcTOr] = ACTIONS(220), + [anon_sym_deTEcTOR] = ACTIONS(220), + [anon_sym_deTECtor] = ACTIONS(220), + [anon_sym_deTECtoR] = ACTIONS(220), + [anon_sym_deTECtOr] = ACTIONS(220), + [anon_sym_deTECtOR] = ACTIONS(220), + [anon_sym_deTECTor] = ACTIONS(220), + [anon_sym_deTECToR] = ACTIONS(220), + [anon_sym_deTECTOr] = ACTIONS(220), + [anon_sym_deTECTOR] = ACTIONS(220), + [anon_sym_dEtector] = ACTIONS(220), + [anon_sym_dEtectoR] = ACTIONS(220), + [anon_sym_dEtectOr] = ACTIONS(220), + [anon_sym_dEtectOR] = ACTIONS(220), + [anon_sym_dEtecTor] = ACTIONS(220), + [anon_sym_dEtecToR] = ACTIONS(220), + [anon_sym_dEtecTOr] = ACTIONS(220), + [anon_sym_dEtecTOR] = ACTIONS(220), + [anon_sym_dEteCtor] = ACTIONS(220), + [anon_sym_dEteCtoR] = ACTIONS(220), + [anon_sym_dEteCtOr] = ACTIONS(220), + [anon_sym_dEteCtOR] = ACTIONS(220), + [anon_sym_dEteCTor] = ACTIONS(220), + [anon_sym_dEteCToR] = ACTIONS(220), + [anon_sym_dEteCTOr] = ACTIONS(220), + [anon_sym_dEteCTOR] = ACTIONS(220), + [anon_sym_dEtEctor] = ACTIONS(220), + [anon_sym_dEtEctoR] = ACTIONS(220), + [anon_sym_dEtEctOr] = ACTIONS(220), + [anon_sym_dEtEctOR] = ACTIONS(220), + [anon_sym_dEtEcTor] = ACTIONS(220), + [anon_sym_dEtEcToR] = ACTIONS(220), + [anon_sym_dEtEcTOr] = ACTIONS(220), + [anon_sym_dEtEcTOR] = ACTIONS(220), + [anon_sym_dEtECtor] = ACTIONS(220), + [anon_sym_dEtECtoR] = ACTIONS(220), + [anon_sym_dEtECtOr] = ACTIONS(220), + [anon_sym_dEtECtOR] = ACTIONS(220), + [anon_sym_dEtECTor] = ACTIONS(220), + [anon_sym_dEtECToR] = ACTIONS(220), + [anon_sym_dEtECTOr] = ACTIONS(220), + [anon_sym_dEtECTOR] = ACTIONS(220), + [anon_sym_dETector] = ACTIONS(220), + [anon_sym_dETectoR] = ACTIONS(220), + [anon_sym_dETectOr] = ACTIONS(220), + [anon_sym_dETectOR] = ACTIONS(220), + [anon_sym_dETecTor] = ACTIONS(220), + [anon_sym_dETecToR] = ACTIONS(220), + [anon_sym_dETecTOr] = ACTIONS(220), + [anon_sym_dETecTOR] = ACTIONS(220), + [anon_sym_dETeCtor] = ACTIONS(220), + [anon_sym_dETeCtoR] = ACTIONS(220), + [anon_sym_dETeCtOr] = ACTIONS(220), + [anon_sym_dETeCtOR] = ACTIONS(220), + [anon_sym_dETeCTor] = ACTIONS(220), + [anon_sym_dETeCToR] = ACTIONS(220), + [anon_sym_dETeCTOr] = ACTIONS(220), + [anon_sym_dETeCTOR] = ACTIONS(220), + [anon_sym_dETEctor] = ACTIONS(220), + [anon_sym_dETEctoR] = ACTIONS(220), + [anon_sym_dETEctOr] = ACTIONS(220), + [anon_sym_dETEctOR] = ACTIONS(220), + [anon_sym_dETEcTor] = ACTIONS(220), + [anon_sym_dETEcToR] = ACTIONS(220), + [anon_sym_dETEcTOr] = ACTIONS(220), + [anon_sym_dETEcTOR] = ACTIONS(220), + [anon_sym_dETECtor] = ACTIONS(220), + [anon_sym_dETECtoR] = ACTIONS(220), + [anon_sym_dETECtOr] = ACTIONS(220), + [anon_sym_dETECtOR] = ACTIONS(220), + [anon_sym_dETECTor] = ACTIONS(220), + [anon_sym_dETECToR] = ACTIONS(220), + [anon_sym_dETECTOr] = ACTIONS(220), + [anon_sym_dETECTOR] = ACTIONS(220), + [anon_sym_Detector] = ACTIONS(220), + [anon_sym_DetectoR] = ACTIONS(220), + [anon_sym_DetectOr] = ACTIONS(220), + [anon_sym_DetectOR] = ACTIONS(220), + [anon_sym_DetecTor] = ACTIONS(220), + [anon_sym_DetecToR] = ACTIONS(220), + [anon_sym_DetecTOr] = ACTIONS(220), + [anon_sym_DetecTOR] = ACTIONS(220), + [anon_sym_DeteCtor] = ACTIONS(220), + [anon_sym_DeteCtoR] = ACTIONS(220), + [anon_sym_DeteCtOr] = ACTIONS(220), + [anon_sym_DeteCtOR] = ACTIONS(220), + [anon_sym_DeteCTor] = ACTIONS(220), + [anon_sym_DeteCToR] = ACTIONS(220), + [anon_sym_DeteCTOr] = ACTIONS(220), + [anon_sym_DeteCTOR] = ACTIONS(220), + [anon_sym_DetEctor] = ACTIONS(220), + [anon_sym_DetEctoR] = ACTIONS(220), + [anon_sym_DetEctOr] = ACTIONS(220), + [anon_sym_DetEctOR] = ACTIONS(220), + [anon_sym_DetEcTor] = ACTIONS(220), + [anon_sym_DetEcToR] = ACTIONS(220), + [anon_sym_DetEcTOr] = ACTIONS(220), + [anon_sym_DetEcTOR] = ACTIONS(220), + [anon_sym_DetECtor] = ACTIONS(220), + [anon_sym_DetECtoR] = ACTIONS(220), + [anon_sym_DetECtOr] = ACTIONS(220), + [anon_sym_DetECtOR] = ACTIONS(220), + [anon_sym_DetECTor] = ACTIONS(220), + [anon_sym_DetECToR] = ACTIONS(220), + [anon_sym_DetECTOr] = ACTIONS(220), + [anon_sym_DetECTOR] = ACTIONS(220), + [anon_sym_DeTector] = ACTIONS(220), + [anon_sym_DeTectoR] = ACTIONS(220), + [anon_sym_DeTectOr] = ACTIONS(220), + [anon_sym_DeTectOR] = ACTIONS(220), + [anon_sym_DeTecTor] = ACTIONS(220), + [anon_sym_DeTecToR] = ACTIONS(220), + [anon_sym_DeTecTOr] = ACTIONS(220), + [anon_sym_DeTecTOR] = ACTIONS(220), + [anon_sym_DeTeCtor] = ACTIONS(220), + [anon_sym_DeTeCtoR] = ACTIONS(220), + [anon_sym_DeTeCtOr] = ACTIONS(220), + [anon_sym_DeTeCtOR] = ACTIONS(220), + [anon_sym_DeTeCTor] = ACTIONS(220), + [anon_sym_DeTeCToR] = ACTIONS(220), + [anon_sym_DeTeCTOr] = ACTIONS(220), + [anon_sym_DeTeCTOR] = ACTIONS(220), + [anon_sym_DeTEctor] = ACTIONS(220), + [anon_sym_DeTEctoR] = ACTIONS(220), + [anon_sym_DeTEctOr] = ACTIONS(220), + [anon_sym_DeTEctOR] = ACTIONS(220), + [anon_sym_DeTEcTor] = ACTIONS(220), + [anon_sym_DeTEcToR] = ACTIONS(220), + [anon_sym_DeTEcTOr] = ACTIONS(220), + [anon_sym_DeTEcTOR] = ACTIONS(220), + [anon_sym_DeTECtor] = ACTIONS(220), + [anon_sym_DeTECtoR] = ACTIONS(220), + [anon_sym_DeTECtOr] = ACTIONS(220), + [anon_sym_DeTECtOR] = ACTIONS(220), + [anon_sym_DeTECTor] = ACTIONS(220), + [anon_sym_DeTECToR] = ACTIONS(220), + [anon_sym_DeTECTOr] = ACTIONS(220), + [anon_sym_DeTECTOR] = ACTIONS(220), + [anon_sym_DEtector] = ACTIONS(220), + [anon_sym_DEtectoR] = ACTIONS(220), + [anon_sym_DEtectOr] = ACTIONS(220), + [anon_sym_DEtectOR] = ACTIONS(220), + [anon_sym_DEtecTor] = ACTIONS(220), + [anon_sym_DEtecToR] = ACTIONS(220), + [anon_sym_DEtecTOr] = ACTIONS(220), + [anon_sym_DEtecTOR] = ACTIONS(220), + [anon_sym_DEteCtor] = ACTIONS(220), + [anon_sym_DEteCtoR] = ACTIONS(220), + [anon_sym_DEteCtOr] = ACTIONS(220), + [anon_sym_DEteCtOR] = ACTIONS(220), + [anon_sym_DEteCTor] = ACTIONS(220), + [anon_sym_DEteCToR] = ACTIONS(220), + [anon_sym_DEteCTOr] = ACTIONS(220), + [anon_sym_DEteCTOR] = ACTIONS(220), + [anon_sym_DEtEctor] = ACTIONS(220), + [anon_sym_DEtEctoR] = ACTIONS(220), + [anon_sym_DEtEctOr] = ACTIONS(220), + [anon_sym_DEtEctOR] = ACTIONS(220), + [anon_sym_DEtEcTor] = ACTIONS(220), + [anon_sym_DEtEcToR] = ACTIONS(220), + [anon_sym_DEtEcTOr] = ACTIONS(220), + [anon_sym_DEtEcTOR] = ACTIONS(220), + [anon_sym_DEtECtor] = ACTIONS(220), + [anon_sym_DEtECtoR] = ACTIONS(220), + [anon_sym_DEtECtOr] = ACTIONS(220), + [anon_sym_DEtECtOR] = ACTIONS(220), + [anon_sym_DEtECTor] = ACTIONS(220), + [anon_sym_DEtECToR] = ACTIONS(220), + [anon_sym_DEtECTOr] = ACTIONS(220), + [anon_sym_DEtECTOR] = ACTIONS(220), + [anon_sym_DETector] = ACTIONS(220), + [anon_sym_DETectoR] = ACTIONS(220), + [anon_sym_DETectOr] = ACTIONS(220), + [anon_sym_DETectOR] = ACTIONS(220), + [anon_sym_DETecTor] = ACTIONS(220), + [anon_sym_DETecToR] = ACTIONS(220), + [anon_sym_DETecTOr] = ACTIONS(220), + [anon_sym_DETecTOR] = ACTIONS(220), + [anon_sym_DETeCtor] = ACTIONS(220), + [anon_sym_DETeCtoR] = ACTIONS(220), + [anon_sym_DETeCtOr] = ACTIONS(220), + [anon_sym_DETeCtOR] = ACTIONS(220), + [anon_sym_DETeCTor] = ACTIONS(220), + [anon_sym_DETeCToR] = ACTIONS(220), + [anon_sym_DETeCTOr] = ACTIONS(220), + [anon_sym_DETeCTOR] = ACTIONS(220), + [anon_sym_DETEctor] = ACTIONS(220), + [anon_sym_DETEctoR] = ACTIONS(220), + [anon_sym_DETEctOr] = ACTIONS(220), + [anon_sym_DETEctOR] = ACTIONS(220), + [anon_sym_DETEcTor] = ACTIONS(220), + [anon_sym_DETEcToR] = ACTIONS(220), + [anon_sym_DETEcTOr] = ACTIONS(220), + [anon_sym_DETEcTOR] = ACTIONS(220), + [anon_sym_DETECtor] = ACTIONS(220), + [anon_sym_DETECtoR] = ACTIONS(220), + [anon_sym_DETECtOr] = ACTIONS(220), + [anon_sym_DETECtOR] = ACTIONS(220), + [anon_sym_DETECTor] = ACTIONS(220), + [anon_sym_DETECToR] = ACTIONS(220), + [anon_sym_DETECTOr] = ACTIONS(220), + [anon_sym_DETECTOR] = ACTIONS(220), + [anon_sym_invoke] = ACTIONS(220), + [anon_sym_invokE] = ACTIONS(220), + [anon_sym_invoKe] = ACTIONS(220), + [anon_sym_invoKE] = ACTIONS(220), + [anon_sym_invOke] = ACTIONS(220), + [anon_sym_invOkE] = ACTIONS(220), + [anon_sym_invOKe] = ACTIONS(220), + [anon_sym_invOKE] = ACTIONS(220), + [anon_sym_inVoke] = ACTIONS(220), + [anon_sym_inVokE] = ACTIONS(220), + [anon_sym_inVoKe] = ACTIONS(220), + [anon_sym_inVoKE] = ACTIONS(220), + [anon_sym_inVOke] = ACTIONS(220), + [anon_sym_inVOkE] = ACTIONS(220), + [anon_sym_inVOKe] = ACTIONS(220), + [anon_sym_inVOKE] = ACTIONS(220), + [anon_sym_iNvoke] = ACTIONS(220), + [anon_sym_iNvokE] = ACTIONS(220), + [anon_sym_iNvoKe] = ACTIONS(220), + [anon_sym_iNvoKE] = ACTIONS(220), + [anon_sym_iNvOke] = ACTIONS(220), + [anon_sym_iNvOkE] = ACTIONS(220), + [anon_sym_iNvOKe] = ACTIONS(220), + [anon_sym_iNvOKE] = ACTIONS(220), + [anon_sym_iNVoke] = ACTIONS(220), + [anon_sym_iNVokE] = ACTIONS(220), + [anon_sym_iNVoKe] = ACTIONS(220), + [anon_sym_iNVoKE] = ACTIONS(220), + [anon_sym_iNVOke] = ACTIONS(220), + [anon_sym_iNVOkE] = ACTIONS(220), + [anon_sym_iNVOKe] = ACTIONS(220), + [anon_sym_iNVOKE] = ACTIONS(220), + [anon_sym_Invoke] = ACTIONS(220), + [anon_sym_InvokE] = ACTIONS(220), + [anon_sym_InvoKe] = ACTIONS(220), + [anon_sym_InvoKE] = ACTIONS(220), + [anon_sym_InvOke] = ACTIONS(220), + [anon_sym_InvOkE] = ACTIONS(220), + [anon_sym_InvOKe] = ACTIONS(220), + [anon_sym_InvOKE] = ACTIONS(220), + [anon_sym_InVoke] = ACTIONS(220), + [anon_sym_InVokE] = ACTIONS(220), + [anon_sym_InVoKe] = ACTIONS(220), + [anon_sym_InVoKE] = ACTIONS(220), + [anon_sym_InVOke] = ACTIONS(220), + [anon_sym_InVOkE] = ACTIONS(220), + [anon_sym_InVOKe] = ACTIONS(220), + [anon_sym_InVOKE] = ACTIONS(220), + [anon_sym_INvoke] = ACTIONS(220), + [anon_sym_INvokE] = ACTIONS(220), + [anon_sym_INvoKe] = ACTIONS(220), + [anon_sym_INvoKE] = ACTIONS(220), + [anon_sym_INvOke] = ACTIONS(220), + [anon_sym_INvOkE] = ACTIONS(220), + [anon_sym_INvOKe] = ACTIONS(220), + [anon_sym_INvOKE] = ACTIONS(220), + [anon_sym_INVoke] = ACTIONS(220), + [anon_sym_INVokE] = ACTIONS(220), + [anon_sym_INVoKe] = ACTIONS(220), + [anon_sym_INVoKE] = ACTIONS(220), + [anon_sym_INVOke] = ACTIONS(220), + [anon_sym_INVOkE] = ACTIONS(220), + [anon_sym_INVOKe] = ACTIONS(220), + [anon_sym_INVOKE] = ACTIONS(220), + [anon_sym_select] = ACTIONS(220), + [anon_sym_selecT] = ACTIONS(220), + [anon_sym_seleCt] = ACTIONS(220), + [anon_sym_seleCT] = ACTIONS(220), + [anon_sym_selEct] = ACTIONS(220), + [anon_sym_selEcT] = ACTIONS(220), + [anon_sym_selECt] = ACTIONS(220), + [anon_sym_selECT] = ACTIONS(220), + [anon_sym_seLect] = ACTIONS(220), + [anon_sym_seLecT] = ACTIONS(220), + [anon_sym_seLeCt] = ACTIONS(220), + [anon_sym_seLeCT] = ACTIONS(220), + [anon_sym_seLEct] = ACTIONS(220), + [anon_sym_seLEcT] = ACTIONS(220), + [anon_sym_seLECt] = ACTIONS(220), + [anon_sym_seLECT] = ACTIONS(220), + [anon_sym_sElect] = ACTIONS(220), + [anon_sym_sElecT] = ACTIONS(220), + [anon_sym_sEleCt] = ACTIONS(220), + [anon_sym_sEleCT] = ACTIONS(220), + [anon_sym_sElEct] = ACTIONS(220), + [anon_sym_sElEcT] = ACTIONS(220), + [anon_sym_sElECt] = ACTIONS(220), + [anon_sym_sElECT] = ACTIONS(220), + [anon_sym_sELect] = ACTIONS(220), + [anon_sym_sELecT] = ACTIONS(220), + [anon_sym_sELeCt] = ACTIONS(220), + [anon_sym_sELeCT] = ACTIONS(220), + [anon_sym_sELEct] = ACTIONS(220), + [anon_sym_sELEcT] = ACTIONS(220), + [anon_sym_sELECt] = ACTIONS(220), + [anon_sym_sELECT] = ACTIONS(220), + [anon_sym_Select] = ACTIONS(220), + [anon_sym_SelecT] = ACTIONS(220), + [anon_sym_SeleCt] = ACTIONS(220), + [anon_sym_SeleCT] = ACTIONS(220), + [anon_sym_SelEct] = ACTIONS(220), + [anon_sym_SelEcT] = ACTIONS(220), + [anon_sym_SelECt] = ACTIONS(220), + [anon_sym_SelECT] = ACTIONS(220), + [anon_sym_SeLect] = ACTIONS(220), + [anon_sym_SeLecT] = ACTIONS(220), + [anon_sym_SeLeCt] = ACTIONS(220), + [anon_sym_SeLeCT] = ACTIONS(220), + [anon_sym_SeLEct] = ACTIONS(220), + [anon_sym_SeLEcT] = ACTIONS(220), + [anon_sym_SeLECt] = ACTIONS(220), + [anon_sym_SeLECT] = ACTIONS(220), + [anon_sym_SElect] = ACTIONS(220), + [anon_sym_SElecT] = ACTIONS(220), + [anon_sym_SEleCt] = ACTIONS(220), + [anon_sym_SEleCT] = ACTIONS(220), + [anon_sym_SElEct] = ACTIONS(220), + [anon_sym_SElEcT] = ACTIONS(220), + [anon_sym_SElECt] = ACTIONS(220), + [anon_sym_SElECT] = ACTIONS(220), + [anon_sym_SELect] = ACTIONS(220), + [anon_sym_SELecT] = ACTIONS(220), + [anon_sym_SELeCt] = ACTIONS(220), + [anon_sym_SELeCT] = ACTIONS(220), + [anon_sym_SELEct] = ACTIONS(220), + [anon_sym_SELEcT] = ACTIONS(220), + [anon_sym_SELECt] = ACTIONS(220), + [anon_sym_SELECT] = ACTIONS(220), }, [39] = { - [sym__command] = STATE(29), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym_block] = STATE(46), - [sym__statement] = STATE(29), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym_block] = STATE(48), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), [sym_comment] = STATE(39), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_block_repeat1] = STATE(28), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(29), [sym_identifier] = ACTIONS(7), [anon_sym_POUND] = ACTIONS(3), [sym_variable] = ACTIONS(9), @@ -63254,27 +64873,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECT] = ACTIONS(25), }, [40] = { - [sym__command] = STATE(29), - [sym_action] = STATE(26), - [sym__control] = STATE(26), - [sym_branch] = STATE(16), - [sym_loop] = STATE(16), - [sym_block] = STATE(44), - [sym__statement] = STATE(29), - [sym__higher_order_function] = STATE(19), - [sym_detector] = STATE(20), - [sym_invoke] = STATE(20), - [sym_select] = STATE(20), - [sym_function] = STATE(19), - [sym_assignment] = STATE(19), + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym_block] = STATE(52), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), [sym_comment] = STATE(40), - [sym_action_insensitive] = STATE(78), - [sym_if_insensitive] = STATE(51), - [sym_while_insensitive] = STATE(52), - [sym_detector_insensitive] = STATE(68), - [sym_invoke_insensitive] = STATE(86), - [sym_select_insensitive] = STATE(90), - [aux_sym_block_repeat1] = STATE(28), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(29), [sym_identifier] = ACTIONS(7), [anon_sym_POUND] = ACTIONS(3), [sym_variable] = ACTIONS(9), @@ -63764,987 +65383,2047 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECT] = ACTIONS(25), }, [41] = { + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym_block] = STATE(54), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), [sym_comment] = STATE(41), - [sym_identifier] = ACTIONS(214), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(29), + [sym_identifier] = ACTIONS(7), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(216), - [anon_sym_action] = ACTIONS(214), - [anon_sym_actioN] = ACTIONS(214), - [anon_sym_actiOn] = ACTIONS(214), - [anon_sym_actiON] = ACTIONS(214), - [anon_sym_actIon] = ACTIONS(214), - [anon_sym_actIoN] = ACTIONS(214), - [anon_sym_actIOn] = ACTIONS(214), - [anon_sym_actION] = ACTIONS(214), - [anon_sym_acTion] = ACTIONS(214), - [anon_sym_acTioN] = ACTIONS(214), - [anon_sym_acTiOn] = ACTIONS(214), - [anon_sym_acTiON] = ACTIONS(214), - [anon_sym_acTIon] = ACTIONS(214), - [anon_sym_acTIoN] = ACTIONS(214), - [anon_sym_acTIOn] = ACTIONS(214), - [anon_sym_acTION] = ACTIONS(214), - [anon_sym_aCtion] = ACTIONS(214), - [anon_sym_aCtioN] = ACTIONS(214), - [anon_sym_aCtiOn] = ACTIONS(214), - [anon_sym_aCtiON] = ACTIONS(214), - [anon_sym_aCtIon] = ACTIONS(214), - [anon_sym_aCtIoN] = ACTIONS(214), - [anon_sym_aCtIOn] = ACTIONS(214), - [anon_sym_aCtION] = ACTIONS(214), - [anon_sym_aCTion] = ACTIONS(214), - [anon_sym_aCTioN] = ACTIONS(214), - [anon_sym_aCTiOn] = ACTIONS(214), - [anon_sym_aCTiON] = ACTIONS(214), - [anon_sym_aCTIon] = ACTIONS(214), - [anon_sym_aCTIoN] = ACTIONS(214), - [anon_sym_aCTIOn] = ACTIONS(214), - [anon_sym_aCTION] = ACTIONS(214), - [anon_sym_Action] = ACTIONS(214), - [anon_sym_ActioN] = ACTIONS(214), - [anon_sym_ActiOn] = ACTIONS(214), - [anon_sym_ActiON] = ACTIONS(214), - [anon_sym_ActIon] = ACTIONS(214), - [anon_sym_ActIoN] = ACTIONS(214), - [anon_sym_ActIOn] = ACTIONS(214), - [anon_sym_ActION] = ACTIONS(214), - [anon_sym_AcTion] = ACTIONS(214), - [anon_sym_AcTioN] = ACTIONS(214), - [anon_sym_AcTiOn] = ACTIONS(214), - [anon_sym_AcTiON] = ACTIONS(214), - [anon_sym_AcTIon] = ACTIONS(214), - [anon_sym_AcTIoN] = ACTIONS(214), - [anon_sym_AcTIOn] = ACTIONS(214), - [anon_sym_AcTION] = ACTIONS(214), - [anon_sym_ACtion] = ACTIONS(214), - [anon_sym_ACtioN] = ACTIONS(214), - [anon_sym_ACtiOn] = ACTIONS(214), - [anon_sym_ACtiON] = ACTIONS(214), - [anon_sym_ACtIon] = ACTIONS(214), - [anon_sym_ACtIoN] = ACTIONS(214), - [anon_sym_ACtIOn] = ACTIONS(214), - [anon_sym_ACtION] = ACTIONS(214), - [anon_sym_ACTion] = ACTIONS(214), - [anon_sym_ACTioN] = ACTIONS(214), - [anon_sym_ACTiOn] = ACTIONS(214), - [anon_sym_ACTiON] = ACTIONS(214), - [anon_sym_ACTIon] = ACTIONS(214), - [anon_sym_ACTIoN] = ACTIONS(214), - [anon_sym_ACTIOn] = ACTIONS(214), - [anon_sym_ACTION] = ACTIONS(214), - [anon_sym_if] = ACTIONS(214), - [anon_sym_iF] = ACTIONS(214), - [anon_sym_If] = ACTIONS(214), - [anon_sym_IF] = ACTIONS(214), - [anon_sym_while] = ACTIONS(214), - [anon_sym_whilE] = ACTIONS(214), - [anon_sym_whiLe] = ACTIONS(214), - [anon_sym_whiLE] = ACTIONS(214), - [anon_sym_whIle] = ACTIONS(214), - [anon_sym_whIlE] = ACTIONS(214), - [anon_sym_whILe] = ACTIONS(214), - [anon_sym_whILE] = ACTIONS(214), - [anon_sym_wHile] = ACTIONS(214), - [anon_sym_wHilE] = ACTIONS(214), - [anon_sym_wHiLe] = ACTIONS(214), - [anon_sym_wHiLE] = ACTIONS(214), - [anon_sym_wHIle] = ACTIONS(214), - [anon_sym_wHIlE] = ACTIONS(214), - [anon_sym_wHILe] = ACTIONS(214), - [anon_sym_wHILE] = ACTIONS(214), - [anon_sym_While] = ACTIONS(214), - [anon_sym_WhilE] = ACTIONS(214), - [anon_sym_WhiLe] = ACTIONS(214), - [anon_sym_WhiLE] = ACTIONS(214), - [anon_sym_WhIle] = ACTIONS(214), - [anon_sym_WhIlE] = ACTIONS(214), - [anon_sym_WhILe] = ACTIONS(214), - [anon_sym_WhILE] = ACTIONS(214), - [anon_sym_WHile] = ACTIONS(214), - [anon_sym_WHilE] = ACTIONS(214), - [anon_sym_WHiLe] = ACTIONS(214), - [anon_sym_WHiLE] = ACTIONS(214), - [anon_sym_WHIle] = ACTIONS(214), - [anon_sym_WHIlE] = ACTIONS(214), - [anon_sym_WHILe] = ACTIONS(214), - [anon_sym_WHILE] = ACTIONS(214), - [anon_sym_detector] = ACTIONS(214), - [anon_sym_detectoR] = ACTIONS(214), - [anon_sym_detectOr] = ACTIONS(214), - [anon_sym_detectOR] = ACTIONS(214), - [anon_sym_detecTor] = ACTIONS(214), - [anon_sym_detecToR] = ACTIONS(214), - [anon_sym_detecTOr] = ACTIONS(214), - [anon_sym_detecTOR] = ACTIONS(214), - [anon_sym_deteCtor] = ACTIONS(214), - [anon_sym_deteCtoR] = ACTIONS(214), - [anon_sym_deteCtOr] = ACTIONS(214), - [anon_sym_deteCtOR] = ACTIONS(214), - [anon_sym_deteCTor] = ACTIONS(214), - [anon_sym_deteCToR] = ACTIONS(214), - [anon_sym_deteCTOr] = ACTIONS(214), - [anon_sym_deteCTOR] = ACTIONS(214), - [anon_sym_detEctor] = ACTIONS(214), - [anon_sym_detEctoR] = ACTIONS(214), - [anon_sym_detEctOr] = ACTIONS(214), - [anon_sym_detEctOR] = ACTIONS(214), - [anon_sym_detEcTor] = ACTIONS(214), - [anon_sym_detEcToR] = ACTIONS(214), - [anon_sym_detEcTOr] = ACTIONS(214), - [anon_sym_detEcTOR] = ACTIONS(214), - [anon_sym_detECtor] = ACTIONS(214), - [anon_sym_detECtoR] = ACTIONS(214), - [anon_sym_detECtOr] = ACTIONS(214), - [anon_sym_detECtOR] = ACTIONS(214), - [anon_sym_detECTor] = ACTIONS(214), - [anon_sym_detECToR] = ACTIONS(214), - [anon_sym_detECTOr] = ACTIONS(214), - [anon_sym_detECTOR] = ACTIONS(214), - [anon_sym_deTector] = ACTIONS(214), - [anon_sym_deTectoR] = ACTIONS(214), - [anon_sym_deTectOr] = ACTIONS(214), - [anon_sym_deTectOR] = ACTIONS(214), - [anon_sym_deTecTor] = ACTIONS(214), - [anon_sym_deTecToR] = ACTIONS(214), - [anon_sym_deTecTOr] = ACTIONS(214), - [anon_sym_deTecTOR] = ACTIONS(214), - [anon_sym_deTeCtor] = ACTIONS(214), - [anon_sym_deTeCtoR] = ACTIONS(214), - [anon_sym_deTeCtOr] = ACTIONS(214), - [anon_sym_deTeCtOR] = ACTIONS(214), - [anon_sym_deTeCTor] = ACTIONS(214), - [anon_sym_deTeCToR] = ACTIONS(214), - [anon_sym_deTeCTOr] = ACTIONS(214), - [anon_sym_deTeCTOR] = ACTIONS(214), - [anon_sym_deTEctor] = ACTIONS(214), - [anon_sym_deTEctoR] = ACTIONS(214), - [anon_sym_deTEctOr] = ACTIONS(214), - [anon_sym_deTEctOR] = ACTIONS(214), - [anon_sym_deTEcTor] = ACTIONS(214), - [anon_sym_deTEcToR] = ACTIONS(214), - [anon_sym_deTEcTOr] = ACTIONS(214), - [anon_sym_deTEcTOR] = ACTIONS(214), - [anon_sym_deTECtor] = ACTIONS(214), - [anon_sym_deTECtoR] = ACTIONS(214), - [anon_sym_deTECtOr] = ACTIONS(214), - [anon_sym_deTECtOR] = ACTIONS(214), - [anon_sym_deTECTor] = ACTIONS(214), - [anon_sym_deTECToR] = ACTIONS(214), - [anon_sym_deTECTOr] = ACTIONS(214), - [anon_sym_deTECTOR] = ACTIONS(214), - [anon_sym_dEtector] = ACTIONS(214), - [anon_sym_dEtectoR] = ACTIONS(214), - [anon_sym_dEtectOr] = ACTIONS(214), - [anon_sym_dEtectOR] = ACTIONS(214), - [anon_sym_dEtecTor] = ACTIONS(214), - [anon_sym_dEtecToR] = ACTIONS(214), - [anon_sym_dEtecTOr] = ACTIONS(214), - [anon_sym_dEtecTOR] = ACTIONS(214), - [anon_sym_dEteCtor] = ACTIONS(214), - [anon_sym_dEteCtoR] = ACTIONS(214), - [anon_sym_dEteCtOr] = ACTIONS(214), - [anon_sym_dEteCtOR] = ACTIONS(214), - [anon_sym_dEteCTor] = ACTIONS(214), - [anon_sym_dEteCToR] = ACTIONS(214), - [anon_sym_dEteCTOr] = ACTIONS(214), - [anon_sym_dEteCTOR] = ACTIONS(214), - [anon_sym_dEtEctor] = ACTIONS(214), - [anon_sym_dEtEctoR] = ACTIONS(214), - [anon_sym_dEtEctOr] = ACTIONS(214), - [anon_sym_dEtEctOR] = ACTIONS(214), - [anon_sym_dEtEcTor] = ACTIONS(214), - [anon_sym_dEtEcToR] = ACTIONS(214), - [anon_sym_dEtEcTOr] = ACTIONS(214), - [anon_sym_dEtEcTOR] = ACTIONS(214), - [anon_sym_dEtECtor] = ACTIONS(214), - [anon_sym_dEtECtoR] = ACTIONS(214), - [anon_sym_dEtECtOr] = ACTIONS(214), - [anon_sym_dEtECtOR] = ACTIONS(214), - [anon_sym_dEtECTor] = ACTIONS(214), - [anon_sym_dEtECToR] = ACTIONS(214), - [anon_sym_dEtECTOr] = ACTIONS(214), - [anon_sym_dEtECTOR] = ACTIONS(214), - [anon_sym_dETector] = ACTIONS(214), - [anon_sym_dETectoR] = ACTIONS(214), - [anon_sym_dETectOr] = ACTIONS(214), - [anon_sym_dETectOR] = ACTIONS(214), - [anon_sym_dETecTor] = ACTIONS(214), - [anon_sym_dETecToR] = ACTIONS(214), - [anon_sym_dETecTOr] = ACTIONS(214), - [anon_sym_dETecTOR] = ACTIONS(214), - [anon_sym_dETeCtor] = ACTIONS(214), - [anon_sym_dETeCtoR] = ACTIONS(214), - [anon_sym_dETeCtOr] = ACTIONS(214), - [anon_sym_dETeCtOR] = ACTIONS(214), - [anon_sym_dETeCTor] = ACTIONS(214), - [anon_sym_dETeCToR] = ACTIONS(214), - [anon_sym_dETeCTOr] = ACTIONS(214), - [anon_sym_dETeCTOR] = ACTIONS(214), - [anon_sym_dETEctor] = ACTIONS(214), - [anon_sym_dETEctoR] = ACTIONS(214), - [anon_sym_dETEctOr] = ACTIONS(214), - [anon_sym_dETEctOR] = ACTIONS(214), - [anon_sym_dETEcTor] = ACTIONS(214), - [anon_sym_dETEcToR] = ACTIONS(214), - [anon_sym_dETEcTOr] = ACTIONS(214), - [anon_sym_dETEcTOR] = ACTIONS(214), - [anon_sym_dETECtor] = ACTIONS(214), - [anon_sym_dETECtoR] = ACTIONS(214), - [anon_sym_dETECtOr] = ACTIONS(214), - [anon_sym_dETECtOR] = ACTIONS(214), - [anon_sym_dETECTor] = ACTIONS(214), - [anon_sym_dETECToR] = ACTIONS(214), - [anon_sym_dETECTOr] = ACTIONS(214), - [anon_sym_dETECTOR] = ACTIONS(214), - [anon_sym_Detector] = ACTIONS(214), - [anon_sym_DetectoR] = ACTIONS(214), - [anon_sym_DetectOr] = ACTIONS(214), - [anon_sym_DetectOR] = ACTIONS(214), - [anon_sym_DetecTor] = ACTIONS(214), - [anon_sym_DetecToR] = ACTIONS(214), - [anon_sym_DetecTOr] = ACTIONS(214), - [anon_sym_DetecTOR] = ACTIONS(214), - [anon_sym_DeteCtor] = ACTIONS(214), - [anon_sym_DeteCtoR] = ACTIONS(214), - [anon_sym_DeteCtOr] = ACTIONS(214), - [anon_sym_DeteCtOR] = ACTIONS(214), - [anon_sym_DeteCTor] = ACTIONS(214), - [anon_sym_DeteCToR] = ACTIONS(214), - [anon_sym_DeteCTOr] = ACTIONS(214), - [anon_sym_DeteCTOR] = ACTIONS(214), - [anon_sym_DetEctor] = ACTIONS(214), - [anon_sym_DetEctoR] = ACTIONS(214), - [anon_sym_DetEctOr] = ACTIONS(214), - [anon_sym_DetEctOR] = ACTIONS(214), - [anon_sym_DetEcTor] = ACTIONS(214), - [anon_sym_DetEcToR] = ACTIONS(214), - [anon_sym_DetEcTOr] = ACTIONS(214), - [anon_sym_DetEcTOR] = ACTIONS(214), - [anon_sym_DetECtor] = ACTIONS(214), - [anon_sym_DetECtoR] = ACTIONS(214), - [anon_sym_DetECtOr] = ACTIONS(214), - [anon_sym_DetECtOR] = ACTIONS(214), - [anon_sym_DetECTor] = ACTIONS(214), - [anon_sym_DetECToR] = ACTIONS(214), - [anon_sym_DetECTOr] = ACTIONS(214), - [anon_sym_DetECTOR] = ACTIONS(214), - [anon_sym_DeTector] = ACTIONS(214), - [anon_sym_DeTectoR] = ACTIONS(214), - [anon_sym_DeTectOr] = ACTIONS(214), - [anon_sym_DeTectOR] = ACTIONS(214), - [anon_sym_DeTecTor] = ACTIONS(214), - [anon_sym_DeTecToR] = ACTIONS(214), - [anon_sym_DeTecTOr] = ACTIONS(214), - [anon_sym_DeTecTOR] = ACTIONS(214), - [anon_sym_DeTeCtor] = ACTIONS(214), - [anon_sym_DeTeCtoR] = ACTIONS(214), - [anon_sym_DeTeCtOr] = ACTIONS(214), - [anon_sym_DeTeCtOR] = ACTIONS(214), - [anon_sym_DeTeCTor] = ACTIONS(214), - [anon_sym_DeTeCToR] = ACTIONS(214), - [anon_sym_DeTeCTOr] = ACTIONS(214), - [anon_sym_DeTeCTOR] = ACTIONS(214), - [anon_sym_DeTEctor] = ACTIONS(214), - [anon_sym_DeTEctoR] = ACTIONS(214), - [anon_sym_DeTEctOr] = ACTIONS(214), - [anon_sym_DeTEctOR] = ACTIONS(214), - [anon_sym_DeTEcTor] = ACTIONS(214), - [anon_sym_DeTEcToR] = ACTIONS(214), - [anon_sym_DeTEcTOr] = ACTIONS(214), - [anon_sym_DeTEcTOR] = ACTIONS(214), - [anon_sym_DeTECtor] = ACTIONS(214), - [anon_sym_DeTECtoR] = ACTIONS(214), - [anon_sym_DeTECtOr] = ACTIONS(214), - [anon_sym_DeTECtOR] = ACTIONS(214), - [anon_sym_DeTECTor] = ACTIONS(214), - [anon_sym_DeTECToR] = ACTIONS(214), - [anon_sym_DeTECTOr] = ACTIONS(214), - [anon_sym_DeTECTOR] = ACTIONS(214), - [anon_sym_DEtector] = ACTIONS(214), - [anon_sym_DEtectoR] = ACTIONS(214), - [anon_sym_DEtectOr] = ACTIONS(214), - [anon_sym_DEtectOR] = ACTIONS(214), - [anon_sym_DEtecTor] = ACTIONS(214), - [anon_sym_DEtecToR] = ACTIONS(214), - [anon_sym_DEtecTOr] = ACTIONS(214), - [anon_sym_DEtecTOR] = ACTIONS(214), - [anon_sym_DEteCtor] = ACTIONS(214), - [anon_sym_DEteCtoR] = ACTIONS(214), - [anon_sym_DEteCtOr] = ACTIONS(214), - [anon_sym_DEteCtOR] = ACTIONS(214), - [anon_sym_DEteCTor] = ACTIONS(214), - [anon_sym_DEteCToR] = ACTIONS(214), - [anon_sym_DEteCTOr] = ACTIONS(214), - [anon_sym_DEteCTOR] = ACTIONS(214), - [anon_sym_DEtEctor] = ACTIONS(214), - [anon_sym_DEtEctoR] = ACTIONS(214), - [anon_sym_DEtEctOr] = ACTIONS(214), - [anon_sym_DEtEctOR] = ACTIONS(214), - [anon_sym_DEtEcTor] = ACTIONS(214), - [anon_sym_DEtEcToR] = ACTIONS(214), - [anon_sym_DEtEcTOr] = ACTIONS(214), - [anon_sym_DEtEcTOR] = ACTIONS(214), - [anon_sym_DEtECtor] = ACTIONS(214), - [anon_sym_DEtECtoR] = ACTIONS(214), - [anon_sym_DEtECtOr] = ACTIONS(214), - [anon_sym_DEtECtOR] = ACTIONS(214), - [anon_sym_DEtECTor] = ACTIONS(214), - [anon_sym_DEtECToR] = ACTIONS(214), - [anon_sym_DEtECTOr] = ACTIONS(214), - [anon_sym_DEtECTOR] = ACTIONS(214), - [anon_sym_DETector] = ACTIONS(214), - [anon_sym_DETectoR] = ACTIONS(214), - [anon_sym_DETectOr] = ACTIONS(214), - [anon_sym_DETectOR] = ACTIONS(214), - [anon_sym_DETecTor] = ACTIONS(214), - [anon_sym_DETecToR] = ACTIONS(214), - [anon_sym_DETecTOr] = ACTIONS(214), - [anon_sym_DETecTOR] = ACTIONS(214), - [anon_sym_DETeCtor] = ACTIONS(214), - [anon_sym_DETeCtoR] = ACTIONS(214), - [anon_sym_DETeCtOr] = ACTIONS(214), - [anon_sym_DETeCtOR] = ACTIONS(214), - [anon_sym_DETeCTor] = ACTIONS(214), - [anon_sym_DETeCToR] = ACTIONS(214), - [anon_sym_DETeCTOr] = ACTIONS(214), - [anon_sym_DETeCTOR] = ACTIONS(214), - [anon_sym_DETEctor] = ACTIONS(214), - [anon_sym_DETEctoR] = ACTIONS(214), - [anon_sym_DETEctOr] = ACTIONS(214), - [anon_sym_DETEctOR] = ACTIONS(214), - [anon_sym_DETEcTor] = ACTIONS(214), - [anon_sym_DETEcToR] = ACTIONS(214), - [anon_sym_DETEcTOr] = ACTIONS(214), - [anon_sym_DETEcTOR] = ACTIONS(214), - [anon_sym_DETECtor] = ACTIONS(214), - [anon_sym_DETECtoR] = ACTIONS(214), - [anon_sym_DETECtOr] = ACTIONS(214), - [anon_sym_DETECtOR] = ACTIONS(214), - [anon_sym_DETECTor] = ACTIONS(214), - [anon_sym_DETECToR] = ACTIONS(214), - [anon_sym_DETECTOr] = ACTIONS(214), - [anon_sym_DETECTOR] = ACTIONS(214), - [anon_sym_invoke] = ACTIONS(214), - [anon_sym_invokE] = ACTIONS(214), - [anon_sym_invoKe] = ACTIONS(214), - [anon_sym_invoKE] = ACTIONS(214), - [anon_sym_invOke] = ACTIONS(214), - [anon_sym_invOkE] = ACTIONS(214), - [anon_sym_invOKe] = ACTIONS(214), - [anon_sym_invOKE] = ACTIONS(214), - [anon_sym_inVoke] = ACTIONS(214), - [anon_sym_inVokE] = ACTIONS(214), - [anon_sym_inVoKe] = ACTIONS(214), - [anon_sym_inVoKE] = ACTIONS(214), - [anon_sym_inVOke] = ACTIONS(214), - [anon_sym_inVOkE] = ACTIONS(214), - [anon_sym_inVOKe] = ACTIONS(214), - [anon_sym_inVOKE] = ACTIONS(214), - [anon_sym_iNvoke] = ACTIONS(214), - [anon_sym_iNvokE] = ACTIONS(214), - [anon_sym_iNvoKe] = ACTIONS(214), - [anon_sym_iNvoKE] = ACTIONS(214), - [anon_sym_iNvOke] = ACTIONS(214), - [anon_sym_iNvOkE] = ACTIONS(214), - [anon_sym_iNvOKe] = ACTIONS(214), - [anon_sym_iNvOKE] = ACTIONS(214), - [anon_sym_iNVoke] = ACTIONS(214), - [anon_sym_iNVokE] = ACTIONS(214), - [anon_sym_iNVoKe] = ACTIONS(214), - [anon_sym_iNVoKE] = ACTIONS(214), - [anon_sym_iNVOke] = ACTIONS(214), - [anon_sym_iNVOkE] = ACTIONS(214), - [anon_sym_iNVOKe] = ACTIONS(214), - [anon_sym_iNVOKE] = ACTIONS(214), - [anon_sym_Invoke] = ACTIONS(214), - [anon_sym_InvokE] = ACTIONS(214), - [anon_sym_InvoKe] = ACTIONS(214), - [anon_sym_InvoKE] = ACTIONS(214), - [anon_sym_InvOke] = ACTIONS(214), - [anon_sym_InvOkE] = ACTIONS(214), - [anon_sym_InvOKe] = ACTIONS(214), - [anon_sym_InvOKE] = ACTIONS(214), - [anon_sym_InVoke] = ACTIONS(214), - [anon_sym_InVokE] = ACTIONS(214), - [anon_sym_InVoKe] = ACTIONS(214), - [anon_sym_InVoKE] = ACTIONS(214), - [anon_sym_InVOke] = ACTIONS(214), - [anon_sym_InVOkE] = ACTIONS(214), - [anon_sym_InVOKe] = ACTIONS(214), - [anon_sym_InVOKE] = ACTIONS(214), - [anon_sym_INvoke] = ACTIONS(214), - [anon_sym_INvokE] = ACTIONS(214), - [anon_sym_INvoKe] = ACTIONS(214), - [anon_sym_INvoKE] = ACTIONS(214), - [anon_sym_INvOke] = ACTIONS(214), - [anon_sym_INvOkE] = ACTIONS(214), - [anon_sym_INvOKe] = ACTIONS(214), - [anon_sym_INvOKE] = ACTIONS(214), - [anon_sym_INVoke] = ACTIONS(214), - [anon_sym_INVokE] = ACTIONS(214), - [anon_sym_INVoKe] = ACTIONS(214), - [anon_sym_INVoKE] = ACTIONS(214), - [anon_sym_INVOke] = ACTIONS(214), - [anon_sym_INVOkE] = ACTIONS(214), - [anon_sym_INVOKe] = ACTIONS(214), - [anon_sym_INVOKE] = ACTIONS(214), - [anon_sym_select] = ACTIONS(214), - [anon_sym_selecT] = ACTIONS(214), - [anon_sym_seleCt] = ACTIONS(214), - [anon_sym_seleCT] = ACTIONS(214), - [anon_sym_selEct] = ACTIONS(214), - [anon_sym_selEcT] = ACTIONS(214), - [anon_sym_selECt] = ACTIONS(214), - [anon_sym_selECT] = ACTIONS(214), - [anon_sym_seLect] = ACTIONS(214), - [anon_sym_seLecT] = ACTIONS(214), - [anon_sym_seLeCt] = ACTIONS(214), - [anon_sym_seLeCT] = ACTIONS(214), - [anon_sym_seLEct] = ACTIONS(214), - [anon_sym_seLEcT] = ACTIONS(214), - [anon_sym_seLECt] = ACTIONS(214), - [anon_sym_seLECT] = ACTIONS(214), - [anon_sym_sElect] = ACTIONS(214), - [anon_sym_sElecT] = ACTIONS(214), - [anon_sym_sEleCt] = ACTIONS(214), - [anon_sym_sEleCT] = ACTIONS(214), - [anon_sym_sElEct] = ACTIONS(214), - [anon_sym_sElEcT] = ACTIONS(214), - [anon_sym_sElECt] = ACTIONS(214), - [anon_sym_sElECT] = ACTIONS(214), - [anon_sym_sELect] = ACTIONS(214), - [anon_sym_sELecT] = ACTIONS(214), - [anon_sym_sELeCt] = ACTIONS(214), - [anon_sym_sELeCT] = ACTIONS(214), - [anon_sym_sELEct] = ACTIONS(214), - [anon_sym_sELEcT] = ACTIONS(214), - [anon_sym_sELECt] = ACTIONS(214), - [anon_sym_sELECT] = ACTIONS(214), - [anon_sym_Select] = ACTIONS(214), - [anon_sym_SelecT] = ACTIONS(214), - [anon_sym_SeleCt] = ACTIONS(214), - [anon_sym_SeleCT] = ACTIONS(214), - [anon_sym_SelEct] = ACTIONS(214), - [anon_sym_SelEcT] = ACTIONS(214), - [anon_sym_SelECt] = ACTIONS(214), - [anon_sym_SelECT] = ACTIONS(214), - [anon_sym_SeLect] = ACTIONS(214), - [anon_sym_SeLecT] = ACTIONS(214), - [anon_sym_SeLeCt] = ACTIONS(214), - [anon_sym_SeLeCT] = ACTIONS(214), - [anon_sym_SeLEct] = ACTIONS(214), - [anon_sym_SeLEcT] = ACTIONS(214), - [anon_sym_SeLECt] = ACTIONS(214), - [anon_sym_SeLECT] = ACTIONS(214), - [anon_sym_SElect] = ACTIONS(214), - [anon_sym_SElecT] = ACTIONS(214), - [anon_sym_SEleCt] = ACTIONS(214), - [anon_sym_SEleCT] = ACTIONS(214), - [anon_sym_SElEct] = ACTIONS(214), - [anon_sym_SElEcT] = ACTIONS(214), - [anon_sym_SElECt] = ACTIONS(214), - [anon_sym_SElECT] = ACTIONS(214), - [anon_sym_SELect] = ACTIONS(214), - [anon_sym_SELecT] = ACTIONS(214), - [anon_sym_SELeCt] = ACTIONS(214), - [anon_sym_SELeCT] = ACTIONS(214), - [anon_sym_SELEct] = ACTIONS(214), - [anon_sym_SELEcT] = ACTIONS(214), - [anon_sym_SELECt] = ACTIONS(214), - [anon_sym_SELECT] = ACTIONS(214), + [sym_variable] = ACTIONS(9), + [anon_sym_action] = ACTIONS(15), + [anon_sym_actioN] = ACTIONS(15), + [anon_sym_actiOn] = ACTIONS(15), + [anon_sym_actiON] = ACTIONS(15), + [anon_sym_actIon] = ACTIONS(15), + [anon_sym_actIoN] = ACTIONS(15), + [anon_sym_actIOn] = ACTIONS(15), + [anon_sym_actION] = ACTIONS(15), + [anon_sym_acTion] = ACTIONS(15), + [anon_sym_acTioN] = ACTIONS(15), + [anon_sym_acTiOn] = ACTIONS(15), + [anon_sym_acTiON] = ACTIONS(15), + [anon_sym_acTIon] = ACTIONS(15), + [anon_sym_acTIoN] = ACTIONS(15), + [anon_sym_acTIOn] = ACTIONS(15), + [anon_sym_acTION] = ACTIONS(15), + [anon_sym_aCtion] = ACTIONS(15), + [anon_sym_aCtioN] = ACTIONS(15), + [anon_sym_aCtiOn] = ACTIONS(15), + [anon_sym_aCtiON] = ACTIONS(15), + [anon_sym_aCtIon] = ACTIONS(15), + [anon_sym_aCtIoN] = ACTIONS(15), + [anon_sym_aCtIOn] = ACTIONS(15), + [anon_sym_aCtION] = ACTIONS(15), + [anon_sym_aCTion] = ACTIONS(15), + [anon_sym_aCTioN] = ACTIONS(15), + [anon_sym_aCTiOn] = ACTIONS(15), + [anon_sym_aCTiON] = ACTIONS(15), + [anon_sym_aCTIon] = ACTIONS(15), + [anon_sym_aCTIoN] = ACTIONS(15), + [anon_sym_aCTIOn] = ACTIONS(15), + [anon_sym_aCTION] = ACTIONS(15), + [anon_sym_Action] = ACTIONS(15), + [anon_sym_ActioN] = ACTIONS(15), + [anon_sym_ActiOn] = ACTIONS(15), + [anon_sym_ActiON] = ACTIONS(15), + [anon_sym_ActIon] = ACTIONS(15), + [anon_sym_ActIoN] = ACTIONS(15), + [anon_sym_ActIOn] = ACTIONS(15), + [anon_sym_ActION] = ACTIONS(15), + [anon_sym_AcTion] = ACTIONS(15), + [anon_sym_AcTioN] = ACTIONS(15), + [anon_sym_AcTiOn] = ACTIONS(15), + [anon_sym_AcTiON] = ACTIONS(15), + [anon_sym_AcTIon] = ACTIONS(15), + [anon_sym_AcTIoN] = ACTIONS(15), + [anon_sym_AcTIOn] = ACTIONS(15), + [anon_sym_AcTION] = ACTIONS(15), + [anon_sym_ACtion] = ACTIONS(15), + [anon_sym_ACtioN] = ACTIONS(15), + [anon_sym_ACtiOn] = ACTIONS(15), + [anon_sym_ACtiON] = ACTIONS(15), + [anon_sym_ACtIon] = ACTIONS(15), + [anon_sym_ACtIoN] = ACTIONS(15), + [anon_sym_ACtIOn] = ACTIONS(15), + [anon_sym_ACtION] = ACTIONS(15), + [anon_sym_ACTion] = ACTIONS(15), + [anon_sym_ACTioN] = ACTIONS(15), + [anon_sym_ACTiOn] = ACTIONS(15), + [anon_sym_ACTiON] = ACTIONS(15), + [anon_sym_ACTIon] = ACTIONS(15), + [anon_sym_ACTIoN] = ACTIONS(15), + [anon_sym_ACTIOn] = ACTIONS(15), + [anon_sym_ACTION] = ACTIONS(15), + [anon_sym_if] = ACTIONS(17), + [anon_sym_iF] = ACTIONS(17), + [anon_sym_If] = ACTIONS(17), + [anon_sym_IF] = ACTIONS(17), + [anon_sym_while] = ACTIONS(19), + [anon_sym_whilE] = ACTIONS(19), + [anon_sym_whiLe] = ACTIONS(19), + [anon_sym_whiLE] = ACTIONS(19), + [anon_sym_whIle] = ACTIONS(19), + [anon_sym_whIlE] = ACTIONS(19), + [anon_sym_whILe] = ACTIONS(19), + [anon_sym_whILE] = ACTIONS(19), + [anon_sym_wHile] = ACTIONS(19), + [anon_sym_wHilE] = ACTIONS(19), + [anon_sym_wHiLe] = ACTIONS(19), + [anon_sym_wHiLE] = ACTIONS(19), + [anon_sym_wHIle] = ACTIONS(19), + [anon_sym_wHIlE] = ACTIONS(19), + [anon_sym_wHILe] = ACTIONS(19), + [anon_sym_wHILE] = ACTIONS(19), + [anon_sym_While] = ACTIONS(19), + [anon_sym_WhilE] = ACTIONS(19), + [anon_sym_WhiLe] = ACTIONS(19), + [anon_sym_WhiLE] = ACTIONS(19), + [anon_sym_WhIle] = ACTIONS(19), + [anon_sym_WhIlE] = ACTIONS(19), + [anon_sym_WhILe] = ACTIONS(19), + [anon_sym_WhILE] = ACTIONS(19), + [anon_sym_WHile] = ACTIONS(19), + [anon_sym_WHilE] = ACTIONS(19), + [anon_sym_WHiLe] = ACTIONS(19), + [anon_sym_WHiLE] = ACTIONS(19), + [anon_sym_WHIle] = ACTIONS(19), + [anon_sym_WHIlE] = ACTIONS(19), + [anon_sym_WHILe] = ACTIONS(19), + [anon_sym_WHILE] = ACTIONS(19), + [anon_sym_detector] = ACTIONS(21), + [anon_sym_detectoR] = ACTIONS(21), + [anon_sym_detectOr] = ACTIONS(21), + [anon_sym_detectOR] = ACTIONS(21), + [anon_sym_detecTor] = ACTIONS(21), + [anon_sym_detecToR] = ACTIONS(21), + [anon_sym_detecTOr] = ACTIONS(21), + [anon_sym_detecTOR] = ACTIONS(21), + [anon_sym_deteCtor] = ACTIONS(21), + [anon_sym_deteCtoR] = ACTIONS(21), + [anon_sym_deteCtOr] = ACTIONS(21), + [anon_sym_deteCtOR] = ACTIONS(21), + [anon_sym_deteCTor] = ACTIONS(21), + [anon_sym_deteCToR] = ACTIONS(21), + [anon_sym_deteCTOr] = ACTIONS(21), + [anon_sym_deteCTOR] = ACTIONS(21), + [anon_sym_detEctor] = ACTIONS(21), + [anon_sym_detEctoR] = ACTIONS(21), + [anon_sym_detEctOr] = ACTIONS(21), + [anon_sym_detEctOR] = ACTIONS(21), + [anon_sym_detEcTor] = ACTIONS(21), + [anon_sym_detEcToR] = ACTIONS(21), + [anon_sym_detEcTOr] = ACTIONS(21), + [anon_sym_detEcTOR] = ACTIONS(21), + [anon_sym_detECtor] = ACTIONS(21), + [anon_sym_detECtoR] = ACTIONS(21), + [anon_sym_detECtOr] = ACTIONS(21), + [anon_sym_detECtOR] = ACTIONS(21), + [anon_sym_detECTor] = ACTIONS(21), + [anon_sym_detECToR] = ACTIONS(21), + [anon_sym_detECTOr] = ACTIONS(21), + [anon_sym_detECTOR] = ACTIONS(21), + [anon_sym_deTector] = ACTIONS(21), + [anon_sym_deTectoR] = ACTIONS(21), + [anon_sym_deTectOr] = ACTIONS(21), + [anon_sym_deTectOR] = ACTIONS(21), + [anon_sym_deTecTor] = ACTIONS(21), + [anon_sym_deTecToR] = ACTIONS(21), + [anon_sym_deTecTOr] = ACTIONS(21), + [anon_sym_deTecTOR] = ACTIONS(21), + [anon_sym_deTeCtor] = ACTIONS(21), + [anon_sym_deTeCtoR] = ACTIONS(21), + [anon_sym_deTeCtOr] = ACTIONS(21), + [anon_sym_deTeCtOR] = ACTIONS(21), + [anon_sym_deTeCTor] = ACTIONS(21), + [anon_sym_deTeCToR] = ACTIONS(21), + [anon_sym_deTeCTOr] = ACTIONS(21), + [anon_sym_deTeCTOR] = ACTIONS(21), + [anon_sym_deTEctor] = ACTIONS(21), + [anon_sym_deTEctoR] = ACTIONS(21), + [anon_sym_deTEctOr] = ACTIONS(21), + [anon_sym_deTEctOR] = ACTIONS(21), + [anon_sym_deTEcTor] = ACTIONS(21), + [anon_sym_deTEcToR] = ACTIONS(21), + [anon_sym_deTEcTOr] = ACTIONS(21), + [anon_sym_deTEcTOR] = ACTIONS(21), + [anon_sym_deTECtor] = ACTIONS(21), + [anon_sym_deTECtoR] = ACTIONS(21), + [anon_sym_deTECtOr] = ACTIONS(21), + [anon_sym_deTECtOR] = ACTIONS(21), + [anon_sym_deTECTor] = ACTIONS(21), + [anon_sym_deTECToR] = ACTIONS(21), + [anon_sym_deTECTOr] = ACTIONS(21), + [anon_sym_deTECTOR] = ACTIONS(21), + [anon_sym_dEtector] = ACTIONS(21), + [anon_sym_dEtectoR] = ACTIONS(21), + [anon_sym_dEtectOr] = ACTIONS(21), + [anon_sym_dEtectOR] = ACTIONS(21), + [anon_sym_dEtecTor] = ACTIONS(21), + [anon_sym_dEtecToR] = ACTIONS(21), + [anon_sym_dEtecTOr] = ACTIONS(21), + [anon_sym_dEtecTOR] = ACTIONS(21), + [anon_sym_dEteCtor] = ACTIONS(21), + [anon_sym_dEteCtoR] = ACTIONS(21), + [anon_sym_dEteCtOr] = ACTIONS(21), + [anon_sym_dEteCtOR] = ACTIONS(21), + [anon_sym_dEteCTor] = ACTIONS(21), + [anon_sym_dEteCToR] = ACTIONS(21), + [anon_sym_dEteCTOr] = ACTIONS(21), + [anon_sym_dEteCTOR] = ACTIONS(21), + [anon_sym_dEtEctor] = ACTIONS(21), + [anon_sym_dEtEctoR] = ACTIONS(21), + [anon_sym_dEtEctOr] = ACTIONS(21), + [anon_sym_dEtEctOR] = ACTIONS(21), + [anon_sym_dEtEcTor] = ACTIONS(21), + [anon_sym_dEtEcToR] = ACTIONS(21), + [anon_sym_dEtEcTOr] = ACTIONS(21), + [anon_sym_dEtEcTOR] = ACTIONS(21), + [anon_sym_dEtECtor] = ACTIONS(21), + [anon_sym_dEtECtoR] = ACTIONS(21), + [anon_sym_dEtECtOr] = ACTIONS(21), + [anon_sym_dEtECtOR] = ACTIONS(21), + [anon_sym_dEtECTor] = ACTIONS(21), + [anon_sym_dEtECToR] = ACTIONS(21), + [anon_sym_dEtECTOr] = ACTIONS(21), + [anon_sym_dEtECTOR] = ACTIONS(21), + [anon_sym_dETector] = ACTIONS(21), + [anon_sym_dETectoR] = ACTIONS(21), + [anon_sym_dETectOr] = ACTIONS(21), + [anon_sym_dETectOR] = ACTIONS(21), + [anon_sym_dETecTor] = ACTIONS(21), + [anon_sym_dETecToR] = ACTIONS(21), + [anon_sym_dETecTOr] = ACTIONS(21), + [anon_sym_dETecTOR] = ACTIONS(21), + [anon_sym_dETeCtor] = ACTIONS(21), + [anon_sym_dETeCtoR] = ACTIONS(21), + [anon_sym_dETeCtOr] = ACTIONS(21), + [anon_sym_dETeCtOR] = ACTIONS(21), + [anon_sym_dETeCTor] = ACTIONS(21), + [anon_sym_dETeCToR] = ACTIONS(21), + [anon_sym_dETeCTOr] = ACTIONS(21), + [anon_sym_dETeCTOR] = ACTIONS(21), + [anon_sym_dETEctor] = ACTIONS(21), + [anon_sym_dETEctoR] = ACTIONS(21), + [anon_sym_dETEctOr] = ACTIONS(21), + [anon_sym_dETEctOR] = ACTIONS(21), + [anon_sym_dETEcTor] = ACTIONS(21), + [anon_sym_dETEcToR] = ACTIONS(21), + [anon_sym_dETEcTOr] = ACTIONS(21), + [anon_sym_dETEcTOR] = ACTIONS(21), + [anon_sym_dETECtor] = ACTIONS(21), + [anon_sym_dETECtoR] = ACTIONS(21), + [anon_sym_dETECtOr] = ACTIONS(21), + [anon_sym_dETECtOR] = ACTIONS(21), + [anon_sym_dETECTor] = ACTIONS(21), + [anon_sym_dETECToR] = ACTIONS(21), + [anon_sym_dETECTOr] = ACTIONS(21), + [anon_sym_dETECTOR] = ACTIONS(21), + [anon_sym_Detector] = ACTIONS(21), + [anon_sym_DetectoR] = ACTIONS(21), + [anon_sym_DetectOr] = ACTIONS(21), + [anon_sym_DetectOR] = ACTIONS(21), + [anon_sym_DetecTor] = ACTIONS(21), + [anon_sym_DetecToR] = ACTIONS(21), + [anon_sym_DetecTOr] = ACTIONS(21), + [anon_sym_DetecTOR] = ACTIONS(21), + [anon_sym_DeteCtor] = ACTIONS(21), + [anon_sym_DeteCtoR] = ACTIONS(21), + [anon_sym_DeteCtOr] = ACTIONS(21), + [anon_sym_DeteCtOR] = ACTIONS(21), + [anon_sym_DeteCTor] = ACTIONS(21), + [anon_sym_DeteCToR] = ACTIONS(21), + [anon_sym_DeteCTOr] = ACTIONS(21), + [anon_sym_DeteCTOR] = ACTIONS(21), + [anon_sym_DetEctor] = ACTIONS(21), + [anon_sym_DetEctoR] = ACTIONS(21), + [anon_sym_DetEctOr] = ACTIONS(21), + [anon_sym_DetEctOR] = ACTIONS(21), + [anon_sym_DetEcTor] = ACTIONS(21), + [anon_sym_DetEcToR] = ACTIONS(21), + [anon_sym_DetEcTOr] = ACTIONS(21), + [anon_sym_DetEcTOR] = ACTIONS(21), + [anon_sym_DetECtor] = ACTIONS(21), + [anon_sym_DetECtoR] = ACTIONS(21), + [anon_sym_DetECtOr] = ACTIONS(21), + [anon_sym_DetECtOR] = ACTIONS(21), + [anon_sym_DetECTor] = ACTIONS(21), + [anon_sym_DetECToR] = ACTIONS(21), + [anon_sym_DetECTOr] = ACTIONS(21), + [anon_sym_DetECTOR] = ACTIONS(21), + [anon_sym_DeTector] = ACTIONS(21), + [anon_sym_DeTectoR] = ACTIONS(21), + [anon_sym_DeTectOr] = ACTIONS(21), + [anon_sym_DeTectOR] = ACTIONS(21), + [anon_sym_DeTecTor] = ACTIONS(21), + [anon_sym_DeTecToR] = ACTIONS(21), + [anon_sym_DeTecTOr] = ACTIONS(21), + [anon_sym_DeTecTOR] = ACTIONS(21), + [anon_sym_DeTeCtor] = ACTIONS(21), + [anon_sym_DeTeCtoR] = ACTIONS(21), + [anon_sym_DeTeCtOr] = ACTIONS(21), + [anon_sym_DeTeCtOR] = ACTIONS(21), + [anon_sym_DeTeCTor] = ACTIONS(21), + [anon_sym_DeTeCToR] = ACTIONS(21), + [anon_sym_DeTeCTOr] = ACTIONS(21), + [anon_sym_DeTeCTOR] = ACTIONS(21), + [anon_sym_DeTEctor] = ACTIONS(21), + [anon_sym_DeTEctoR] = ACTIONS(21), + [anon_sym_DeTEctOr] = ACTIONS(21), + [anon_sym_DeTEctOR] = ACTIONS(21), + [anon_sym_DeTEcTor] = ACTIONS(21), + [anon_sym_DeTEcToR] = ACTIONS(21), + [anon_sym_DeTEcTOr] = ACTIONS(21), + [anon_sym_DeTEcTOR] = ACTIONS(21), + [anon_sym_DeTECtor] = ACTIONS(21), + [anon_sym_DeTECtoR] = ACTIONS(21), + [anon_sym_DeTECtOr] = ACTIONS(21), + [anon_sym_DeTECtOR] = ACTIONS(21), + [anon_sym_DeTECTor] = ACTIONS(21), + [anon_sym_DeTECToR] = ACTIONS(21), + [anon_sym_DeTECTOr] = ACTIONS(21), + [anon_sym_DeTECTOR] = ACTIONS(21), + [anon_sym_DEtector] = ACTIONS(21), + [anon_sym_DEtectoR] = ACTIONS(21), + [anon_sym_DEtectOr] = ACTIONS(21), + [anon_sym_DEtectOR] = ACTIONS(21), + [anon_sym_DEtecTor] = ACTIONS(21), + [anon_sym_DEtecToR] = ACTIONS(21), + [anon_sym_DEtecTOr] = ACTIONS(21), + [anon_sym_DEtecTOR] = ACTIONS(21), + [anon_sym_DEteCtor] = ACTIONS(21), + [anon_sym_DEteCtoR] = ACTIONS(21), + [anon_sym_DEteCtOr] = ACTIONS(21), + [anon_sym_DEteCtOR] = ACTIONS(21), + [anon_sym_DEteCTor] = ACTIONS(21), + [anon_sym_DEteCToR] = ACTIONS(21), + [anon_sym_DEteCTOr] = ACTIONS(21), + [anon_sym_DEteCTOR] = ACTIONS(21), + [anon_sym_DEtEctor] = ACTIONS(21), + [anon_sym_DEtEctoR] = ACTIONS(21), + [anon_sym_DEtEctOr] = ACTIONS(21), + [anon_sym_DEtEctOR] = ACTIONS(21), + [anon_sym_DEtEcTor] = ACTIONS(21), + [anon_sym_DEtEcToR] = ACTIONS(21), + [anon_sym_DEtEcTOr] = ACTIONS(21), + [anon_sym_DEtEcTOR] = ACTIONS(21), + [anon_sym_DEtECtor] = ACTIONS(21), + [anon_sym_DEtECtoR] = ACTIONS(21), + [anon_sym_DEtECtOr] = ACTIONS(21), + [anon_sym_DEtECtOR] = ACTIONS(21), + [anon_sym_DEtECTor] = ACTIONS(21), + [anon_sym_DEtECToR] = ACTIONS(21), + [anon_sym_DEtECTOr] = ACTIONS(21), + [anon_sym_DEtECTOR] = ACTIONS(21), + [anon_sym_DETector] = ACTIONS(21), + [anon_sym_DETectoR] = ACTIONS(21), + [anon_sym_DETectOr] = ACTIONS(21), + [anon_sym_DETectOR] = ACTIONS(21), + [anon_sym_DETecTor] = ACTIONS(21), + [anon_sym_DETecToR] = ACTIONS(21), + [anon_sym_DETecTOr] = ACTIONS(21), + [anon_sym_DETecTOR] = ACTIONS(21), + [anon_sym_DETeCtor] = ACTIONS(21), + [anon_sym_DETeCtoR] = ACTIONS(21), + [anon_sym_DETeCtOr] = ACTIONS(21), + [anon_sym_DETeCtOR] = ACTIONS(21), + [anon_sym_DETeCTor] = ACTIONS(21), + [anon_sym_DETeCToR] = ACTIONS(21), + [anon_sym_DETeCTOr] = ACTIONS(21), + [anon_sym_DETeCTOR] = ACTIONS(21), + [anon_sym_DETEctor] = ACTIONS(21), + [anon_sym_DETEctoR] = ACTIONS(21), + [anon_sym_DETEctOr] = ACTIONS(21), + [anon_sym_DETEctOR] = ACTIONS(21), + [anon_sym_DETEcTor] = ACTIONS(21), + [anon_sym_DETEcToR] = ACTIONS(21), + [anon_sym_DETEcTOr] = ACTIONS(21), + [anon_sym_DETEcTOR] = ACTIONS(21), + [anon_sym_DETECtor] = ACTIONS(21), + [anon_sym_DETECtoR] = ACTIONS(21), + [anon_sym_DETECtOr] = ACTIONS(21), + [anon_sym_DETECtOR] = ACTIONS(21), + [anon_sym_DETECTor] = ACTIONS(21), + [anon_sym_DETECToR] = ACTIONS(21), + [anon_sym_DETECTOr] = ACTIONS(21), + [anon_sym_DETECTOR] = ACTIONS(21), + [anon_sym_invoke] = ACTIONS(23), + [anon_sym_invokE] = ACTIONS(23), + [anon_sym_invoKe] = ACTIONS(23), + [anon_sym_invoKE] = ACTIONS(23), + [anon_sym_invOke] = ACTIONS(23), + [anon_sym_invOkE] = ACTIONS(23), + [anon_sym_invOKe] = ACTIONS(23), + [anon_sym_invOKE] = ACTIONS(23), + [anon_sym_inVoke] = ACTIONS(23), + [anon_sym_inVokE] = ACTIONS(23), + [anon_sym_inVoKe] = ACTIONS(23), + [anon_sym_inVoKE] = ACTIONS(23), + [anon_sym_inVOke] = ACTIONS(23), + [anon_sym_inVOkE] = ACTIONS(23), + [anon_sym_inVOKe] = ACTIONS(23), + [anon_sym_inVOKE] = ACTIONS(23), + [anon_sym_iNvoke] = ACTIONS(23), + [anon_sym_iNvokE] = ACTIONS(23), + [anon_sym_iNvoKe] = ACTIONS(23), + [anon_sym_iNvoKE] = ACTIONS(23), + [anon_sym_iNvOke] = ACTIONS(23), + [anon_sym_iNvOkE] = ACTIONS(23), + [anon_sym_iNvOKe] = ACTIONS(23), + [anon_sym_iNvOKE] = ACTIONS(23), + [anon_sym_iNVoke] = ACTIONS(23), + [anon_sym_iNVokE] = ACTIONS(23), + [anon_sym_iNVoKe] = ACTIONS(23), + [anon_sym_iNVoKE] = ACTIONS(23), + [anon_sym_iNVOke] = ACTIONS(23), + [anon_sym_iNVOkE] = ACTIONS(23), + [anon_sym_iNVOKe] = ACTIONS(23), + [anon_sym_iNVOKE] = ACTIONS(23), + [anon_sym_Invoke] = ACTIONS(23), + [anon_sym_InvokE] = ACTIONS(23), + [anon_sym_InvoKe] = ACTIONS(23), + [anon_sym_InvoKE] = ACTIONS(23), + [anon_sym_InvOke] = ACTIONS(23), + [anon_sym_InvOkE] = ACTIONS(23), + [anon_sym_InvOKe] = ACTIONS(23), + [anon_sym_InvOKE] = ACTIONS(23), + [anon_sym_InVoke] = ACTIONS(23), + [anon_sym_InVokE] = ACTIONS(23), + [anon_sym_InVoKe] = ACTIONS(23), + [anon_sym_InVoKE] = ACTIONS(23), + [anon_sym_InVOke] = ACTIONS(23), + [anon_sym_InVOkE] = ACTIONS(23), + [anon_sym_InVOKe] = ACTIONS(23), + [anon_sym_InVOKE] = ACTIONS(23), + [anon_sym_INvoke] = ACTIONS(23), + [anon_sym_INvokE] = ACTIONS(23), + [anon_sym_INvoKe] = ACTIONS(23), + [anon_sym_INvoKE] = ACTIONS(23), + [anon_sym_INvOke] = ACTIONS(23), + [anon_sym_INvOkE] = ACTIONS(23), + [anon_sym_INvOKe] = ACTIONS(23), + [anon_sym_INvOKE] = ACTIONS(23), + [anon_sym_INVoke] = ACTIONS(23), + [anon_sym_INVokE] = ACTIONS(23), + [anon_sym_INVoKe] = ACTIONS(23), + [anon_sym_INVoKE] = ACTIONS(23), + [anon_sym_INVOke] = ACTIONS(23), + [anon_sym_INVOkE] = ACTIONS(23), + [anon_sym_INVOKe] = ACTIONS(23), + [anon_sym_INVOKE] = ACTIONS(23), + [anon_sym_select] = ACTIONS(25), + [anon_sym_selecT] = ACTIONS(25), + [anon_sym_seleCt] = ACTIONS(25), + [anon_sym_seleCT] = ACTIONS(25), + [anon_sym_selEct] = ACTIONS(25), + [anon_sym_selEcT] = ACTIONS(25), + [anon_sym_selECt] = ACTIONS(25), + [anon_sym_selECT] = ACTIONS(25), + [anon_sym_seLect] = ACTIONS(25), + [anon_sym_seLecT] = ACTIONS(25), + [anon_sym_seLeCt] = ACTIONS(25), + [anon_sym_seLeCT] = ACTIONS(25), + [anon_sym_seLEct] = ACTIONS(25), + [anon_sym_seLEcT] = ACTIONS(25), + [anon_sym_seLECt] = ACTIONS(25), + [anon_sym_seLECT] = ACTIONS(25), + [anon_sym_sElect] = ACTIONS(25), + [anon_sym_sElecT] = ACTIONS(25), + [anon_sym_sEleCt] = ACTIONS(25), + [anon_sym_sEleCT] = ACTIONS(25), + [anon_sym_sElEct] = ACTIONS(25), + [anon_sym_sElEcT] = ACTIONS(25), + [anon_sym_sElECt] = ACTIONS(25), + [anon_sym_sElECT] = ACTIONS(25), + [anon_sym_sELect] = ACTIONS(25), + [anon_sym_sELecT] = ACTIONS(25), + [anon_sym_sELeCt] = ACTIONS(25), + [anon_sym_sELeCT] = ACTIONS(25), + [anon_sym_sELEct] = ACTIONS(25), + [anon_sym_sELEcT] = ACTIONS(25), + [anon_sym_sELECt] = ACTIONS(25), + [anon_sym_sELECT] = ACTIONS(25), + [anon_sym_Select] = ACTIONS(25), + [anon_sym_SelecT] = ACTIONS(25), + [anon_sym_SeleCt] = ACTIONS(25), + [anon_sym_SeleCT] = ACTIONS(25), + [anon_sym_SelEct] = ACTIONS(25), + [anon_sym_SelEcT] = ACTIONS(25), + [anon_sym_SelECt] = ACTIONS(25), + [anon_sym_SelECT] = ACTIONS(25), + [anon_sym_SeLect] = ACTIONS(25), + [anon_sym_SeLecT] = ACTIONS(25), + [anon_sym_SeLeCt] = ACTIONS(25), + [anon_sym_SeLeCT] = ACTIONS(25), + [anon_sym_SeLEct] = ACTIONS(25), + [anon_sym_SeLEcT] = ACTIONS(25), + [anon_sym_SeLECt] = ACTIONS(25), + [anon_sym_SeLECT] = ACTIONS(25), + [anon_sym_SElect] = ACTIONS(25), + [anon_sym_SElecT] = ACTIONS(25), + [anon_sym_SEleCt] = ACTIONS(25), + [anon_sym_SEleCT] = ACTIONS(25), + [anon_sym_SElEct] = ACTIONS(25), + [anon_sym_SElEcT] = ACTIONS(25), + [anon_sym_SElECt] = ACTIONS(25), + [anon_sym_SElECT] = ACTIONS(25), + [anon_sym_SELect] = ACTIONS(25), + [anon_sym_SELecT] = ACTIONS(25), + [anon_sym_SELeCt] = ACTIONS(25), + [anon_sym_SELeCT] = ACTIONS(25), + [anon_sym_SELEct] = ACTIONS(25), + [anon_sym_SELEcT] = ACTIONS(25), + [anon_sym_SELECt] = ACTIONS(25), + [anon_sym_SELECT] = ACTIONS(25), }, [42] = { + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym_block] = STATE(53), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), [sym_comment] = STATE(42), - [sym_identifier] = ACTIONS(218), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(29), + [sym_identifier] = ACTIONS(7), [anon_sym_POUND] = ACTIONS(3), - [sym_variable] = ACTIONS(220), - [anon_sym_action] = ACTIONS(218), - [anon_sym_actioN] = ACTIONS(218), - [anon_sym_actiOn] = ACTIONS(218), - [anon_sym_actiON] = ACTIONS(218), - [anon_sym_actIon] = ACTIONS(218), - [anon_sym_actIoN] = ACTIONS(218), - [anon_sym_actIOn] = ACTIONS(218), - [anon_sym_actION] = ACTIONS(218), - [anon_sym_acTion] = ACTIONS(218), - [anon_sym_acTioN] = ACTIONS(218), - [anon_sym_acTiOn] = ACTIONS(218), - [anon_sym_acTiON] = ACTIONS(218), - [anon_sym_acTIon] = ACTIONS(218), - [anon_sym_acTIoN] = ACTIONS(218), - [anon_sym_acTIOn] = ACTIONS(218), - [anon_sym_acTION] = ACTIONS(218), - [anon_sym_aCtion] = ACTIONS(218), - [anon_sym_aCtioN] = ACTIONS(218), - [anon_sym_aCtiOn] = ACTIONS(218), - [anon_sym_aCtiON] = ACTIONS(218), - [anon_sym_aCtIon] = ACTIONS(218), - [anon_sym_aCtIoN] = ACTIONS(218), - [anon_sym_aCtIOn] = ACTIONS(218), - [anon_sym_aCtION] = ACTIONS(218), - [anon_sym_aCTion] = ACTIONS(218), - [anon_sym_aCTioN] = ACTIONS(218), - [anon_sym_aCTiOn] = ACTIONS(218), - [anon_sym_aCTiON] = ACTIONS(218), - [anon_sym_aCTIon] = ACTIONS(218), - [anon_sym_aCTIoN] = ACTIONS(218), - [anon_sym_aCTIOn] = ACTIONS(218), - [anon_sym_aCTION] = ACTIONS(218), - [anon_sym_Action] = ACTIONS(218), - [anon_sym_ActioN] = ACTIONS(218), - [anon_sym_ActiOn] = ACTIONS(218), - [anon_sym_ActiON] = ACTIONS(218), - [anon_sym_ActIon] = ACTIONS(218), - [anon_sym_ActIoN] = ACTIONS(218), - [anon_sym_ActIOn] = ACTIONS(218), - [anon_sym_ActION] = ACTIONS(218), - [anon_sym_AcTion] = ACTIONS(218), - [anon_sym_AcTioN] = ACTIONS(218), - [anon_sym_AcTiOn] = ACTIONS(218), - [anon_sym_AcTiON] = ACTIONS(218), - [anon_sym_AcTIon] = ACTIONS(218), - [anon_sym_AcTIoN] = ACTIONS(218), - [anon_sym_AcTIOn] = ACTIONS(218), - [anon_sym_AcTION] = ACTIONS(218), - [anon_sym_ACtion] = ACTIONS(218), - [anon_sym_ACtioN] = ACTIONS(218), - [anon_sym_ACtiOn] = ACTIONS(218), - [anon_sym_ACtiON] = ACTIONS(218), - [anon_sym_ACtIon] = ACTIONS(218), - [anon_sym_ACtIoN] = ACTIONS(218), - [anon_sym_ACtIOn] = ACTIONS(218), - [anon_sym_ACtION] = ACTIONS(218), - [anon_sym_ACTion] = ACTIONS(218), - [anon_sym_ACTioN] = ACTIONS(218), - [anon_sym_ACTiOn] = ACTIONS(218), - [anon_sym_ACTiON] = ACTIONS(218), - [anon_sym_ACTIon] = ACTIONS(218), - [anon_sym_ACTIoN] = ACTIONS(218), - [anon_sym_ACTIOn] = ACTIONS(218), - [anon_sym_ACTION] = ACTIONS(218), - [anon_sym_if] = ACTIONS(218), - [anon_sym_iF] = ACTIONS(218), - [anon_sym_If] = ACTIONS(218), - [anon_sym_IF] = ACTIONS(218), - [anon_sym_while] = ACTIONS(218), - [anon_sym_whilE] = ACTIONS(218), - [anon_sym_whiLe] = ACTIONS(218), - [anon_sym_whiLE] = ACTIONS(218), - [anon_sym_whIle] = ACTIONS(218), - [anon_sym_whIlE] = ACTIONS(218), - [anon_sym_whILe] = ACTIONS(218), - [anon_sym_whILE] = ACTIONS(218), - [anon_sym_wHile] = ACTIONS(218), - [anon_sym_wHilE] = ACTIONS(218), - [anon_sym_wHiLe] = ACTIONS(218), - [anon_sym_wHiLE] = ACTIONS(218), - [anon_sym_wHIle] = ACTIONS(218), - [anon_sym_wHIlE] = ACTIONS(218), - [anon_sym_wHILe] = ACTIONS(218), - [anon_sym_wHILE] = ACTIONS(218), - [anon_sym_While] = ACTIONS(218), - [anon_sym_WhilE] = ACTIONS(218), - [anon_sym_WhiLe] = ACTIONS(218), - [anon_sym_WhiLE] = ACTIONS(218), - [anon_sym_WhIle] = ACTIONS(218), - [anon_sym_WhIlE] = ACTIONS(218), - [anon_sym_WhILe] = ACTIONS(218), - [anon_sym_WhILE] = ACTIONS(218), - [anon_sym_WHile] = ACTIONS(218), - [anon_sym_WHilE] = ACTIONS(218), - [anon_sym_WHiLe] = ACTIONS(218), - [anon_sym_WHiLE] = ACTIONS(218), - [anon_sym_WHIle] = ACTIONS(218), - [anon_sym_WHIlE] = ACTIONS(218), - [anon_sym_WHILe] = ACTIONS(218), - [anon_sym_WHILE] = ACTIONS(218), - [anon_sym_detector] = ACTIONS(218), - [anon_sym_detectoR] = ACTIONS(218), - [anon_sym_detectOr] = ACTIONS(218), - [anon_sym_detectOR] = ACTIONS(218), - [anon_sym_detecTor] = ACTIONS(218), - [anon_sym_detecToR] = ACTIONS(218), - [anon_sym_detecTOr] = ACTIONS(218), - [anon_sym_detecTOR] = ACTIONS(218), - [anon_sym_deteCtor] = ACTIONS(218), - [anon_sym_deteCtoR] = ACTIONS(218), - [anon_sym_deteCtOr] = ACTIONS(218), - [anon_sym_deteCtOR] = ACTIONS(218), - [anon_sym_deteCTor] = ACTIONS(218), - [anon_sym_deteCToR] = ACTIONS(218), - [anon_sym_deteCTOr] = ACTIONS(218), - [anon_sym_deteCTOR] = ACTIONS(218), - [anon_sym_detEctor] = ACTIONS(218), - [anon_sym_detEctoR] = ACTIONS(218), - [anon_sym_detEctOr] = ACTIONS(218), - [anon_sym_detEctOR] = ACTIONS(218), - [anon_sym_detEcTor] = ACTIONS(218), - [anon_sym_detEcToR] = ACTIONS(218), - [anon_sym_detEcTOr] = ACTIONS(218), - [anon_sym_detEcTOR] = ACTIONS(218), - [anon_sym_detECtor] = ACTIONS(218), - [anon_sym_detECtoR] = ACTIONS(218), - [anon_sym_detECtOr] = ACTIONS(218), - [anon_sym_detECtOR] = ACTIONS(218), - [anon_sym_detECTor] = ACTIONS(218), - [anon_sym_detECToR] = ACTIONS(218), - [anon_sym_detECTOr] = ACTIONS(218), - [anon_sym_detECTOR] = ACTIONS(218), - [anon_sym_deTector] = ACTIONS(218), - [anon_sym_deTectoR] = ACTIONS(218), - [anon_sym_deTectOr] = ACTIONS(218), - [anon_sym_deTectOR] = ACTIONS(218), - [anon_sym_deTecTor] = ACTIONS(218), - [anon_sym_deTecToR] = ACTIONS(218), - [anon_sym_deTecTOr] = ACTIONS(218), - [anon_sym_deTecTOR] = ACTIONS(218), - [anon_sym_deTeCtor] = ACTIONS(218), - [anon_sym_deTeCtoR] = ACTIONS(218), - [anon_sym_deTeCtOr] = ACTIONS(218), - [anon_sym_deTeCtOR] = ACTIONS(218), - [anon_sym_deTeCTor] = ACTIONS(218), - [anon_sym_deTeCToR] = ACTIONS(218), - [anon_sym_deTeCTOr] = ACTIONS(218), - [anon_sym_deTeCTOR] = ACTIONS(218), - [anon_sym_deTEctor] = ACTIONS(218), - [anon_sym_deTEctoR] = ACTIONS(218), - [anon_sym_deTEctOr] = ACTIONS(218), - [anon_sym_deTEctOR] = ACTIONS(218), - [anon_sym_deTEcTor] = ACTIONS(218), - [anon_sym_deTEcToR] = ACTIONS(218), - [anon_sym_deTEcTOr] = ACTIONS(218), - [anon_sym_deTEcTOR] = ACTIONS(218), - [anon_sym_deTECtor] = ACTIONS(218), - [anon_sym_deTECtoR] = ACTIONS(218), - [anon_sym_deTECtOr] = ACTIONS(218), - [anon_sym_deTECtOR] = ACTIONS(218), - [anon_sym_deTECTor] = ACTIONS(218), - [anon_sym_deTECToR] = ACTIONS(218), - [anon_sym_deTECTOr] = ACTIONS(218), - [anon_sym_deTECTOR] = ACTIONS(218), - [anon_sym_dEtector] = ACTIONS(218), - [anon_sym_dEtectoR] = ACTIONS(218), - [anon_sym_dEtectOr] = ACTIONS(218), - [anon_sym_dEtectOR] = ACTIONS(218), - [anon_sym_dEtecTor] = ACTIONS(218), - [anon_sym_dEtecToR] = ACTIONS(218), - [anon_sym_dEtecTOr] = ACTIONS(218), - [anon_sym_dEtecTOR] = ACTIONS(218), - [anon_sym_dEteCtor] = ACTIONS(218), - [anon_sym_dEteCtoR] = ACTIONS(218), - [anon_sym_dEteCtOr] = ACTIONS(218), - [anon_sym_dEteCtOR] = ACTIONS(218), - [anon_sym_dEteCTor] = ACTIONS(218), - [anon_sym_dEteCToR] = ACTIONS(218), - [anon_sym_dEteCTOr] = ACTIONS(218), - [anon_sym_dEteCTOR] = ACTIONS(218), - [anon_sym_dEtEctor] = ACTIONS(218), - [anon_sym_dEtEctoR] = ACTIONS(218), - [anon_sym_dEtEctOr] = ACTIONS(218), - [anon_sym_dEtEctOR] = ACTIONS(218), - [anon_sym_dEtEcTor] = ACTIONS(218), - [anon_sym_dEtEcToR] = ACTIONS(218), - [anon_sym_dEtEcTOr] = ACTIONS(218), - [anon_sym_dEtEcTOR] = ACTIONS(218), - [anon_sym_dEtECtor] = ACTIONS(218), - [anon_sym_dEtECtoR] = ACTIONS(218), - [anon_sym_dEtECtOr] = ACTIONS(218), - [anon_sym_dEtECtOR] = ACTIONS(218), - [anon_sym_dEtECTor] = ACTIONS(218), - [anon_sym_dEtECToR] = ACTIONS(218), - [anon_sym_dEtECTOr] = ACTIONS(218), - [anon_sym_dEtECTOR] = ACTIONS(218), - [anon_sym_dETector] = ACTIONS(218), - [anon_sym_dETectoR] = ACTIONS(218), - [anon_sym_dETectOr] = ACTIONS(218), - [anon_sym_dETectOR] = ACTIONS(218), - [anon_sym_dETecTor] = ACTIONS(218), - [anon_sym_dETecToR] = ACTIONS(218), - [anon_sym_dETecTOr] = ACTIONS(218), - [anon_sym_dETecTOR] = ACTIONS(218), - [anon_sym_dETeCtor] = ACTIONS(218), - [anon_sym_dETeCtoR] = ACTIONS(218), - [anon_sym_dETeCtOr] = ACTIONS(218), - [anon_sym_dETeCtOR] = ACTIONS(218), - [anon_sym_dETeCTor] = ACTIONS(218), - [anon_sym_dETeCToR] = ACTIONS(218), - [anon_sym_dETeCTOr] = ACTIONS(218), - [anon_sym_dETeCTOR] = ACTIONS(218), - [anon_sym_dETEctor] = ACTIONS(218), - [anon_sym_dETEctoR] = ACTIONS(218), - [anon_sym_dETEctOr] = ACTIONS(218), - [anon_sym_dETEctOR] = ACTIONS(218), - [anon_sym_dETEcTor] = ACTIONS(218), - [anon_sym_dETEcToR] = ACTIONS(218), - [anon_sym_dETEcTOr] = ACTIONS(218), - [anon_sym_dETEcTOR] = ACTIONS(218), - [anon_sym_dETECtor] = ACTIONS(218), - [anon_sym_dETECtoR] = ACTIONS(218), - [anon_sym_dETECtOr] = ACTIONS(218), - [anon_sym_dETECtOR] = ACTIONS(218), - [anon_sym_dETECTor] = ACTIONS(218), - [anon_sym_dETECToR] = ACTIONS(218), - [anon_sym_dETECTOr] = ACTIONS(218), - [anon_sym_dETECTOR] = ACTIONS(218), - [anon_sym_Detector] = ACTIONS(218), - [anon_sym_DetectoR] = ACTIONS(218), - [anon_sym_DetectOr] = ACTIONS(218), - [anon_sym_DetectOR] = ACTIONS(218), - [anon_sym_DetecTor] = ACTIONS(218), - [anon_sym_DetecToR] = ACTIONS(218), - [anon_sym_DetecTOr] = ACTIONS(218), - [anon_sym_DetecTOR] = ACTIONS(218), - [anon_sym_DeteCtor] = ACTIONS(218), - [anon_sym_DeteCtoR] = ACTIONS(218), - [anon_sym_DeteCtOr] = ACTIONS(218), - [anon_sym_DeteCtOR] = ACTIONS(218), - [anon_sym_DeteCTor] = ACTIONS(218), - [anon_sym_DeteCToR] = ACTIONS(218), - [anon_sym_DeteCTOr] = ACTIONS(218), - [anon_sym_DeteCTOR] = ACTIONS(218), - [anon_sym_DetEctor] = ACTIONS(218), - [anon_sym_DetEctoR] = ACTIONS(218), - [anon_sym_DetEctOr] = ACTIONS(218), - [anon_sym_DetEctOR] = ACTIONS(218), - [anon_sym_DetEcTor] = ACTIONS(218), - [anon_sym_DetEcToR] = ACTIONS(218), - [anon_sym_DetEcTOr] = ACTIONS(218), - [anon_sym_DetEcTOR] = ACTIONS(218), - [anon_sym_DetECtor] = ACTIONS(218), - [anon_sym_DetECtoR] = ACTIONS(218), - [anon_sym_DetECtOr] = ACTIONS(218), - [anon_sym_DetECtOR] = ACTIONS(218), - [anon_sym_DetECTor] = ACTIONS(218), - [anon_sym_DetECToR] = ACTIONS(218), - [anon_sym_DetECTOr] = ACTIONS(218), - [anon_sym_DetECTOR] = ACTIONS(218), - [anon_sym_DeTector] = ACTIONS(218), - [anon_sym_DeTectoR] = ACTIONS(218), - [anon_sym_DeTectOr] = ACTIONS(218), - [anon_sym_DeTectOR] = ACTIONS(218), - [anon_sym_DeTecTor] = ACTIONS(218), - [anon_sym_DeTecToR] = ACTIONS(218), - [anon_sym_DeTecTOr] = ACTIONS(218), - [anon_sym_DeTecTOR] = ACTIONS(218), - [anon_sym_DeTeCtor] = ACTIONS(218), - [anon_sym_DeTeCtoR] = ACTIONS(218), - [anon_sym_DeTeCtOr] = ACTIONS(218), - [anon_sym_DeTeCtOR] = ACTIONS(218), - [anon_sym_DeTeCTor] = ACTIONS(218), - [anon_sym_DeTeCToR] = ACTIONS(218), - [anon_sym_DeTeCTOr] = ACTIONS(218), - [anon_sym_DeTeCTOR] = ACTIONS(218), - [anon_sym_DeTEctor] = ACTIONS(218), - [anon_sym_DeTEctoR] = ACTIONS(218), - [anon_sym_DeTEctOr] = ACTIONS(218), - [anon_sym_DeTEctOR] = ACTIONS(218), - [anon_sym_DeTEcTor] = ACTIONS(218), - [anon_sym_DeTEcToR] = ACTIONS(218), - [anon_sym_DeTEcTOr] = ACTIONS(218), - [anon_sym_DeTEcTOR] = ACTIONS(218), - [anon_sym_DeTECtor] = ACTIONS(218), - [anon_sym_DeTECtoR] = ACTIONS(218), - [anon_sym_DeTECtOr] = ACTIONS(218), - [anon_sym_DeTECtOR] = ACTIONS(218), - [anon_sym_DeTECTor] = ACTIONS(218), - [anon_sym_DeTECToR] = ACTIONS(218), - [anon_sym_DeTECTOr] = ACTIONS(218), - [anon_sym_DeTECTOR] = ACTIONS(218), - [anon_sym_DEtector] = ACTIONS(218), - [anon_sym_DEtectoR] = ACTIONS(218), - [anon_sym_DEtectOr] = ACTIONS(218), - [anon_sym_DEtectOR] = ACTIONS(218), - [anon_sym_DEtecTor] = ACTIONS(218), - [anon_sym_DEtecToR] = ACTIONS(218), - [anon_sym_DEtecTOr] = ACTIONS(218), - [anon_sym_DEtecTOR] = ACTIONS(218), - [anon_sym_DEteCtor] = ACTIONS(218), - [anon_sym_DEteCtoR] = ACTIONS(218), - [anon_sym_DEteCtOr] = ACTIONS(218), - [anon_sym_DEteCtOR] = ACTIONS(218), - [anon_sym_DEteCTor] = ACTIONS(218), - [anon_sym_DEteCToR] = ACTIONS(218), - [anon_sym_DEteCTOr] = ACTIONS(218), - [anon_sym_DEteCTOR] = ACTIONS(218), - [anon_sym_DEtEctor] = ACTIONS(218), - [anon_sym_DEtEctoR] = ACTIONS(218), - [anon_sym_DEtEctOr] = ACTIONS(218), - [anon_sym_DEtEctOR] = ACTIONS(218), - [anon_sym_DEtEcTor] = ACTIONS(218), - [anon_sym_DEtEcToR] = ACTIONS(218), - [anon_sym_DEtEcTOr] = ACTIONS(218), - [anon_sym_DEtEcTOR] = ACTIONS(218), - [anon_sym_DEtECtor] = ACTIONS(218), - [anon_sym_DEtECtoR] = ACTIONS(218), - [anon_sym_DEtECtOr] = ACTIONS(218), - [anon_sym_DEtECtOR] = ACTIONS(218), - [anon_sym_DEtECTor] = ACTIONS(218), - [anon_sym_DEtECToR] = ACTIONS(218), - [anon_sym_DEtECTOr] = ACTIONS(218), - [anon_sym_DEtECTOR] = ACTIONS(218), - [anon_sym_DETector] = ACTIONS(218), - [anon_sym_DETectoR] = ACTIONS(218), - [anon_sym_DETectOr] = ACTIONS(218), - [anon_sym_DETectOR] = ACTIONS(218), - [anon_sym_DETecTor] = ACTIONS(218), - [anon_sym_DETecToR] = ACTIONS(218), - [anon_sym_DETecTOr] = ACTIONS(218), - [anon_sym_DETecTOR] = ACTIONS(218), - [anon_sym_DETeCtor] = ACTIONS(218), - [anon_sym_DETeCtoR] = ACTIONS(218), - [anon_sym_DETeCtOr] = ACTIONS(218), - [anon_sym_DETeCtOR] = ACTIONS(218), - [anon_sym_DETeCTor] = ACTIONS(218), - [anon_sym_DETeCToR] = ACTIONS(218), - [anon_sym_DETeCTOr] = ACTIONS(218), - [anon_sym_DETeCTOR] = ACTIONS(218), - [anon_sym_DETEctor] = ACTIONS(218), - [anon_sym_DETEctoR] = ACTIONS(218), - [anon_sym_DETEctOr] = ACTIONS(218), - [anon_sym_DETEctOR] = ACTIONS(218), - [anon_sym_DETEcTor] = ACTIONS(218), - [anon_sym_DETEcToR] = ACTIONS(218), - [anon_sym_DETEcTOr] = ACTIONS(218), - [anon_sym_DETEcTOR] = ACTIONS(218), - [anon_sym_DETECtor] = ACTIONS(218), - [anon_sym_DETECtoR] = ACTIONS(218), - [anon_sym_DETECtOr] = ACTIONS(218), - [anon_sym_DETECtOR] = ACTIONS(218), - [anon_sym_DETECTor] = ACTIONS(218), - [anon_sym_DETECToR] = ACTIONS(218), - [anon_sym_DETECTOr] = ACTIONS(218), - [anon_sym_DETECTOR] = ACTIONS(218), - [anon_sym_invoke] = ACTIONS(218), - [anon_sym_invokE] = ACTIONS(218), - [anon_sym_invoKe] = ACTIONS(218), - [anon_sym_invoKE] = ACTIONS(218), - [anon_sym_invOke] = ACTIONS(218), - [anon_sym_invOkE] = ACTIONS(218), - [anon_sym_invOKe] = ACTIONS(218), - [anon_sym_invOKE] = ACTIONS(218), - [anon_sym_inVoke] = ACTIONS(218), - [anon_sym_inVokE] = ACTIONS(218), - [anon_sym_inVoKe] = ACTIONS(218), - [anon_sym_inVoKE] = ACTIONS(218), - [anon_sym_inVOke] = ACTIONS(218), - [anon_sym_inVOkE] = ACTIONS(218), - [anon_sym_inVOKe] = ACTIONS(218), - [anon_sym_inVOKE] = ACTIONS(218), - [anon_sym_iNvoke] = ACTIONS(218), - [anon_sym_iNvokE] = ACTIONS(218), - [anon_sym_iNvoKe] = ACTIONS(218), - [anon_sym_iNvoKE] = ACTIONS(218), - [anon_sym_iNvOke] = ACTIONS(218), - [anon_sym_iNvOkE] = ACTIONS(218), - [anon_sym_iNvOKe] = ACTIONS(218), - [anon_sym_iNvOKE] = ACTIONS(218), - [anon_sym_iNVoke] = ACTIONS(218), - [anon_sym_iNVokE] = ACTIONS(218), - [anon_sym_iNVoKe] = ACTIONS(218), - [anon_sym_iNVoKE] = ACTIONS(218), - [anon_sym_iNVOke] = ACTIONS(218), - [anon_sym_iNVOkE] = ACTIONS(218), - [anon_sym_iNVOKe] = ACTIONS(218), - [anon_sym_iNVOKE] = ACTIONS(218), - [anon_sym_Invoke] = ACTIONS(218), - [anon_sym_InvokE] = ACTIONS(218), - [anon_sym_InvoKe] = ACTIONS(218), - [anon_sym_InvoKE] = ACTIONS(218), - [anon_sym_InvOke] = ACTIONS(218), - [anon_sym_InvOkE] = ACTIONS(218), - [anon_sym_InvOKe] = ACTIONS(218), - [anon_sym_InvOKE] = ACTIONS(218), - [anon_sym_InVoke] = ACTIONS(218), - [anon_sym_InVokE] = ACTIONS(218), - [anon_sym_InVoKe] = ACTIONS(218), - [anon_sym_InVoKE] = ACTIONS(218), - [anon_sym_InVOke] = ACTIONS(218), - [anon_sym_InVOkE] = ACTIONS(218), - [anon_sym_InVOKe] = ACTIONS(218), - [anon_sym_InVOKE] = ACTIONS(218), - [anon_sym_INvoke] = ACTIONS(218), - [anon_sym_INvokE] = ACTIONS(218), - [anon_sym_INvoKe] = ACTIONS(218), - [anon_sym_INvoKE] = ACTIONS(218), - [anon_sym_INvOke] = ACTIONS(218), - [anon_sym_INvOkE] = ACTIONS(218), - [anon_sym_INvOKe] = ACTIONS(218), - [anon_sym_INvOKE] = ACTIONS(218), - [anon_sym_INVoke] = ACTIONS(218), - [anon_sym_INVokE] = ACTIONS(218), - [anon_sym_INVoKe] = ACTIONS(218), - [anon_sym_INVoKE] = ACTIONS(218), - [anon_sym_INVOke] = ACTIONS(218), - [anon_sym_INVOkE] = ACTIONS(218), - [anon_sym_INVOKe] = ACTIONS(218), - [anon_sym_INVOKE] = ACTIONS(218), - [anon_sym_select] = ACTIONS(218), - [anon_sym_selecT] = ACTIONS(218), - [anon_sym_seleCt] = ACTIONS(218), - [anon_sym_seleCT] = ACTIONS(218), - [anon_sym_selEct] = ACTIONS(218), - [anon_sym_selEcT] = ACTIONS(218), - [anon_sym_selECt] = ACTIONS(218), - [anon_sym_selECT] = ACTIONS(218), - [anon_sym_seLect] = ACTIONS(218), - [anon_sym_seLecT] = ACTIONS(218), - [anon_sym_seLeCt] = ACTIONS(218), - [anon_sym_seLeCT] = ACTIONS(218), - [anon_sym_seLEct] = ACTIONS(218), - [anon_sym_seLEcT] = ACTIONS(218), - [anon_sym_seLECt] = ACTIONS(218), - [anon_sym_seLECT] = ACTIONS(218), - [anon_sym_sElect] = ACTIONS(218), - [anon_sym_sElecT] = ACTIONS(218), - [anon_sym_sEleCt] = ACTIONS(218), - [anon_sym_sEleCT] = ACTIONS(218), - [anon_sym_sElEct] = ACTIONS(218), - [anon_sym_sElEcT] = ACTIONS(218), - [anon_sym_sElECt] = ACTIONS(218), - [anon_sym_sElECT] = ACTIONS(218), - [anon_sym_sELect] = ACTIONS(218), - [anon_sym_sELecT] = ACTIONS(218), - [anon_sym_sELeCt] = ACTIONS(218), - [anon_sym_sELeCT] = ACTIONS(218), - [anon_sym_sELEct] = ACTIONS(218), - [anon_sym_sELEcT] = ACTIONS(218), - [anon_sym_sELECt] = ACTIONS(218), - [anon_sym_sELECT] = ACTIONS(218), - [anon_sym_Select] = ACTIONS(218), - [anon_sym_SelecT] = ACTIONS(218), - [anon_sym_SeleCt] = ACTIONS(218), - [anon_sym_SeleCT] = ACTIONS(218), - [anon_sym_SelEct] = ACTIONS(218), - [anon_sym_SelEcT] = ACTIONS(218), - [anon_sym_SelECt] = ACTIONS(218), - [anon_sym_SelECT] = ACTIONS(218), - [anon_sym_SeLect] = ACTIONS(218), - [anon_sym_SeLecT] = ACTIONS(218), - [anon_sym_SeLeCt] = ACTIONS(218), - [anon_sym_SeLeCT] = ACTIONS(218), - [anon_sym_SeLEct] = ACTIONS(218), - [anon_sym_SeLEcT] = ACTIONS(218), - [anon_sym_SeLECt] = ACTIONS(218), - [anon_sym_SeLECT] = ACTIONS(218), - [anon_sym_SElect] = ACTIONS(218), - [anon_sym_SElecT] = ACTIONS(218), - [anon_sym_SEleCt] = ACTIONS(218), - [anon_sym_SEleCT] = ACTIONS(218), - [anon_sym_SElEct] = ACTIONS(218), - [anon_sym_SElEcT] = ACTIONS(218), - [anon_sym_SElECt] = ACTIONS(218), - [anon_sym_SElECT] = ACTIONS(218), - [anon_sym_SELect] = ACTIONS(218), - [anon_sym_SELecT] = ACTIONS(218), - [anon_sym_SELeCt] = ACTIONS(218), - [anon_sym_SELeCT] = ACTIONS(218), - [anon_sym_SELEct] = ACTIONS(218), - [anon_sym_SELEcT] = ACTIONS(218), - [anon_sym_SELECt] = ACTIONS(218), - [anon_sym_SELECT] = ACTIONS(218), + [sym_variable] = ACTIONS(9), + [anon_sym_action] = ACTIONS(15), + [anon_sym_actioN] = ACTIONS(15), + [anon_sym_actiOn] = ACTIONS(15), + [anon_sym_actiON] = ACTIONS(15), + [anon_sym_actIon] = ACTIONS(15), + [anon_sym_actIoN] = ACTIONS(15), + [anon_sym_actIOn] = ACTIONS(15), + [anon_sym_actION] = ACTIONS(15), + [anon_sym_acTion] = ACTIONS(15), + [anon_sym_acTioN] = ACTIONS(15), + [anon_sym_acTiOn] = ACTIONS(15), + [anon_sym_acTiON] = ACTIONS(15), + [anon_sym_acTIon] = ACTIONS(15), + [anon_sym_acTIoN] = ACTIONS(15), + [anon_sym_acTIOn] = ACTIONS(15), + [anon_sym_acTION] = ACTIONS(15), + [anon_sym_aCtion] = ACTIONS(15), + [anon_sym_aCtioN] = ACTIONS(15), + [anon_sym_aCtiOn] = ACTIONS(15), + [anon_sym_aCtiON] = ACTIONS(15), + [anon_sym_aCtIon] = ACTIONS(15), + [anon_sym_aCtIoN] = ACTIONS(15), + [anon_sym_aCtIOn] = ACTIONS(15), + [anon_sym_aCtION] = ACTIONS(15), + [anon_sym_aCTion] = ACTIONS(15), + [anon_sym_aCTioN] = ACTIONS(15), + [anon_sym_aCTiOn] = ACTIONS(15), + [anon_sym_aCTiON] = ACTIONS(15), + [anon_sym_aCTIon] = ACTIONS(15), + [anon_sym_aCTIoN] = ACTIONS(15), + [anon_sym_aCTIOn] = ACTIONS(15), + [anon_sym_aCTION] = ACTIONS(15), + [anon_sym_Action] = ACTIONS(15), + [anon_sym_ActioN] = ACTIONS(15), + [anon_sym_ActiOn] = ACTIONS(15), + [anon_sym_ActiON] = ACTIONS(15), + [anon_sym_ActIon] = ACTIONS(15), + [anon_sym_ActIoN] = ACTIONS(15), + [anon_sym_ActIOn] = ACTIONS(15), + [anon_sym_ActION] = ACTIONS(15), + [anon_sym_AcTion] = ACTIONS(15), + [anon_sym_AcTioN] = ACTIONS(15), + [anon_sym_AcTiOn] = ACTIONS(15), + [anon_sym_AcTiON] = ACTIONS(15), + [anon_sym_AcTIon] = ACTIONS(15), + [anon_sym_AcTIoN] = ACTIONS(15), + [anon_sym_AcTIOn] = ACTIONS(15), + [anon_sym_AcTION] = ACTIONS(15), + [anon_sym_ACtion] = ACTIONS(15), + [anon_sym_ACtioN] = ACTIONS(15), + [anon_sym_ACtiOn] = ACTIONS(15), + [anon_sym_ACtiON] = ACTIONS(15), + [anon_sym_ACtIon] = ACTIONS(15), + [anon_sym_ACtIoN] = ACTIONS(15), + [anon_sym_ACtIOn] = ACTIONS(15), + [anon_sym_ACtION] = ACTIONS(15), + [anon_sym_ACTion] = ACTIONS(15), + [anon_sym_ACTioN] = ACTIONS(15), + [anon_sym_ACTiOn] = ACTIONS(15), + [anon_sym_ACTiON] = ACTIONS(15), + [anon_sym_ACTIon] = ACTIONS(15), + [anon_sym_ACTIoN] = ACTIONS(15), + [anon_sym_ACTIOn] = ACTIONS(15), + [anon_sym_ACTION] = ACTIONS(15), + [anon_sym_if] = ACTIONS(17), + [anon_sym_iF] = ACTIONS(17), + [anon_sym_If] = ACTIONS(17), + [anon_sym_IF] = ACTIONS(17), + [anon_sym_while] = ACTIONS(19), + [anon_sym_whilE] = ACTIONS(19), + [anon_sym_whiLe] = ACTIONS(19), + [anon_sym_whiLE] = ACTIONS(19), + [anon_sym_whIle] = ACTIONS(19), + [anon_sym_whIlE] = ACTIONS(19), + [anon_sym_whILe] = ACTIONS(19), + [anon_sym_whILE] = ACTIONS(19), + [anon_sym_wHile] = ACTIONS(19), + [anon_sym_wHilE] = ACTIONS(19), + [anon_sym_wHiLe] = ACTIONS(19), + [anon_sym_wHiLE] = ACTIONS(19), + [anon_sym_wHIle] = ACTIONS(19), + [anon_sym_wHIlE] = ACTIONS(19), + [anon_sym_wHILe] = ACTIONS(19), + [anon_sym_wHILE] = ACTIONS(19), + [anon_sym_While] = ACTIONS(19), + [anon_sym_WhilE] = ACTIONS(19), + [anon_sym_WhiLe] = ACTIONS(19), + [anon_sym_WhiLE] = ACTIONS(19), + [anon_sym_WhIle] = ACTIONS(19), + [anon_sym_WhIlE] = ACTIONS(19), + [anon_sym_WhILe] = ACTIONS(19), + [anon_sym_WhILE] = ACTIONS(19), + [anon_sym_WHile] = ACTIONS(19), + [anon_sym_WHilE] = ACTIONS(19), + [anon_sym_WHiLe] = ACTIONS(19), + [anon_sym_WHiLE] = ACTIONS(19), + [anon_sym_WHIle] = ACTIONS(19), + [anon_sym_WHIlE] = ACTIONS(19), + [anon_sym_WHILe] = ACTIONS(19), + [anon_sym_WHILE] = ACTIONS(19), + [anon_sym_detector] = ACTIONS(21), + [anon_sym_detectoR] = ACTIONS(21), + [anon_sym_detectOr] = ACTIONS(21), + [anon_sym_detectOR] = ACTIONS(21), + [anon_sym_detecTor] = ACTIONS(21), + [anon_sym_detecToR] = ACTIONS(21), + [anon_sym_detecTOr] = ACTIONS(21), + [anon_sym_detecTOR] = ACTIONS(21), + [anon_sym_deteCtor] = ACTIONS(21), + [anon_sym_deteCtoR] = ACTIONS(21), + [anon_sym_deteCtOr] = ACTIONS(21), + [anon_sym_deteCtOR] = ACTIONS(21), + [anon_sym_deteCTor] = ACTIONS(21), + [anon_sym_deteCToR] = ACTIONS(21), + [anon_sym_deteCTOr] = ACTIONS(21), + [anon_sym_deteCTOR] = ACTIONS(21), + [anon_sym_detEctor] = ACTIONS(21), + [anon_sym_detEctoR] = ACTIONS(21), + [anon_sym_detEctOr] = ACTIONS(21), + [anon_sym_detEctOR] = ACTIONS(21), + [anon_sym_detEcTor] = ACTIONS(21), + [anon_sym_detEcToR] = ACTIONS(21), + [anon_sym_detEcTOr] = ACTIONS(21), + [anon_sym_detEcTOR] = ACTIONS(21), + [anon_sym_detECtor] = ACTIONS(21), + [anon_sym_detECtoR] = ACTIONS(21), + [anon_sym_detECtOr] = ACTIONS(21), + [anon_sym_detECtOR] = ACTIONS(21), + [anon_sym_detECTor] = ACTIONS(21), + [anon_sym_detECToR] = ACTIONS(21), + [anon_sym_detECTOr] = ACTIONS(21), + [anon_sym_detECTOR] = ACTIONS(21), + [anon_sym_deTector] = ACTIONS(21), + [anon_sym_deTectoR] = ACTIONS(21), + [anon_sym_deTectOr] = ACTIONS(21), + [anon_sym_deTectOR] = ACTIONS(21), + [anon_sym_deTecTor] = ACTIONS(21), + [anon_sym_deTecToR] = ACTIONS(21), + [anon_sym_deTecTOr] = ACTIONS(21), + [anon_sym_deTecTOR] = ACTIONS(21), + [anon_sym_deTeCtor] = ACTIONS(21), + [anon_sym_deTeCtoR] = ACTIONS(21), + [anon_sym_deTeCtOr] = ACTIONS(21), + [anon_sym_deTeCtOR] = ACTIONS(21), + [anon_sym_deTeCTor] = ACTIONS(21), + [anon_sym_deTeCToR] = ACTIONS(21), + [anon_sym_deTeCTOr] = ACTIONS(21), + [anon_sym_deTeCTOR] = ACTIONS(21), + [anon_sym_deTEctor] = ACTIONS(21), + [anon_sym_deTEctoR] = ACTIONS(21), + [anon_sym_deTEctOr] = ACTIONS(21), + [anon_sym_deTEctOR] = ACTIONS(21), + [anon_sym_deTEcTor] = ACTIONS(21), + [anon_sym_deTEcToR] = ACTIONS(21), + [anon_sym_deTEcTOr] = ACTIONS(21), + [anon_sym_deTEcTOR] = ACTIONS(21), + [anon_sym_deTECtor] = ACTIONS(21), + [anon_sym_deTECtoR] = ACTIONS(21), + [anon_sym_deTECtOr] = ACTIONS(21), + [anon_sym_deTECtOR] = ACTIONS(21), + [anon_sym_deTECTor] = ACTIONS(21), + [anon_sym_deTECToR] = ACTIONS(21), + [anon_sym_deTECTOr] = ACTIONS(21), + [anon_sym_deTECTOR] = ACTIONS(21), + [anon_sym_dEtector] = ACTIONS(21), + [anon_sym_dEtectoR] = ACTIONS(21), + [anon_sym_dEtectOr] = ACTIONS(21), + [anon_sym_dEtectOR] = ACTIONS(21), + [anon_sym_dEtecTor] = ACTIONS(21), + [anon_sym_dEtecToR] = ACTIONS(21), + [anon_sym_dEtecTOr] = ACTIONS(21), + [anon_sym_dEtecTOR] = ACTIONS(21), + [anon_sym_dEteCtor] = ACTIONS(21), + [anon_sym_dEteCtoR] = ACTIONS(21), + [anon_sym_dEteCtOr] = ACTIONS(21), + [anon_sym_dEteCtOR] = ACTIONS(21), + [anon_sym_dEteCTor] = ACTIONS(21), + [anon_sym_dEteCToR] = ACTIONS(21), + [anon_sym_dEteCTOr] = ACTIONS(21), + [anon_sym_dEteCTOR] = ACTIONS(21), + [anon_sym_dEtEctor] = ACTIONS(21), + [anon_sym_dEtEctoR] = ACTIONS(21), + [anon_sym_dEtEctOr] = ACTIONS(21), + [anon_sym_dEtEctOR] = ACTIONS(21), + [anon_sym_dEtEcTor] = ACTIONS(21), + [anon_sym_dEtEcToR] = ACTIONS(21), + [anon_sym_dEtEcTOr] = ACTIONS(21), + [anon_sym_dEtEcTOR] = ACTIONS(21), + [anon_sym_dEtECtor] = ACTIONS(21), + [anon_sym_dEtECtoR] = ACTIONS(21), + [anon_sym_dEtECtOr] = ACTIONS(21), + [anon_sym_dEtECtOR] = ACTIONS(21), + [anon_sym_dEtECTor] = ACTIONS(21), + [anon_sym_dEtECToR] = ACTIONS(21), + [anon_sym_dEtECTOr] = ACTIONS(21), + [anon_sym_dEtECTOR] = ACTIONS(21), + [anon_sym_dETector] = ACTIONS(21), + [anon_sym_dETectoR] = ACTIONS(21), + [anon_sym_dETectOr] = ACTIONS(21), + [anon_sym_dETectOR] = ACTIONS(21), + [anon_sym_dETecTor] = ACTIONS(21), + [anon_sym_dETecToR] = ACTIONS(21), + [anon_sym_dETecTOr] = ACTIONS(21), + [anon_sym_dETecTOR] = ACTIONS(21), + [anon_sym_dETeCtor] = ACTIONS(21), + [anon_sym_dETeCtoR] = ACTIONS(21), + [anon_sym_dETeCtOr] = ACTIONS(21), + [anon_sym_dETeCtOR] = ACTIONS(21), + [anon_sym_dETeCTor] = ACTIONS(21), + [anon_sym_dETeCToR] = ACTIONS(21), + [anon_sym_dETeCTOr] = ACTIONS(21), + [anon_sym_dETeCTOR] = ACTIONS(21), + [anon_sym_dETEctor] = ACTIONS(21), + [anon_sym_dETEctoR] = ACTIONS(21), + [anon_sym_dETEctOr] = ACTIONS(21), + [anon_sym_dETEctOR] = ACTIONS(21), + [anon_sym_dETEcTor] = ACTIONS(21), + [anon_sym_dETEcToR] = ACTIONS(21), + [anon_sym_dETEcTOr] = ACTIONS(21), + [anon_sym_dETEcTOR] = ACTIONS(21), + [anon_sym_dETECtor] = ACTIONS(21), + [anon_sym_dETECtoR] = ACTIONS(21), + [anon_sym_dETECtOr] = ACTIONS(21), + [anon_sym_dETECtOR] = ACTIONS(21), + [anon_sym_dETECTor] = ACTIONS(21), + [anon_sym_dETECToR] = ACTIONS(21), + [anon_sym_dETECTOr] = ACTIONS(21), + [anon_sym_dETECTOR] = ACTIONS(21), + [anon_sym_Detector] = ACTIONS(21), + [anon_sym_DetectoR] = ACTIONS(21), + [anon_sym_DetectOr] = ACTIONS(21), + [anon_sym_DetectOR] = ACTIONS(21), + [anon_sym_DetecTor] = ACTIONS(21), + [anon_sym_DetecToR] = ACTIONS(21), + [anon_sym_DetecTOr] = ACTIONS(21), + [anon_sym_DetecTOR] = ACTIONS(21), + [anon_sym_DeteCtor] = ACTIONS(21), + [anon_sym_DeteCtoR] = ACTIONS(21), + [anon_sym_DeteCtOr] = ACTIONS(21), + [anon_sym_DeteCtOR] = ACTIONS(21), + [anon_sym_DeteCTor] = ACTIONS(21), + [anon_sym_DeteCToR] = ACTIONS(21), + [anon_sym_DeteCTOr] = ACTIONS(21), + [anon_sym_DeteCTOR] = ACTIONS(21), + [anon_sym_DetEctor] = ACTIONS(21), + [anon_sym_DetEctoR] = ACTIONS(21), + [anon_sym_DetEctOr] = ACTIONS(21), + [anon_sym_DetEctOR] = ACTIONS(21), + [anon_sym_DetEcTor] = ACTIONS(21), + [anon_sym_DetEcToR] = ACTIONS(21), + [anon_sym_DetEcTOr] = ACTIONS(21), + [anon_sym_DetEcTOR] = ACTIONS(21), + [anon_sym_DetECtor] = ACTIONS(21), + [anon_sym_DetECtoR] = ACTIONS(21), + [anon_sym_DetECtOr] = ACTIONS(21), + [anon_sym_DetECtOR] = ACTIONS(21), + [anon_sym_DetECTor] = ACTIONS(21), + [anon_sym_DetECToR] = ACTIONS(21), + [anon_sym_DetECTOr] = ACTIONS(21), + [anon_sym_DetECTOR] = ACTIONS(21), + [anon_sym_DeTector] = ACTIONS(21), + [anon_sym_DeTectoR] = ACTIONS(21), + [anon_sym_DeTectOr] = ACTIONS(21), + [anon_sym_DeTectOR] = ACTIONS(21), + [anon_sym_DeTecTor] = ACTIONS(21), + [anon_sym_DeTecToR] = ACTIONS(21), + [anon_sym_DeTecTOr] = ACTIONS(21), + [anon_sym_DeTecTOR] = ACTIONS(21), + [anon_sym_DeTeCtor] = ACTIONS(21), + [anon_sym_DeTeCtoR] = ACTIONS(21), + [anon_sym_DeTeCtOr] = ACTIONS(21), + [anon_sym_DeTeCtOR] = ACTIONS(21), + [anon_sym_DeTeCTor] = ACTIONS(21), + [anon_sym_DeTeCToR] = ACTIONS(21), + [anon_sym_DeTeCTOr] = ACTIONS(21), + [anon_sym_DeTeCTOR] = ACTIONS(21), + [anon_sym_DeTEctor] = ACTIONS(21), + [anon_sym_DeTEctoR] = ACTIONS(21), + [anon_sym_DeTEctOr] = ACTIONS(21), + [anon_sym_DeTEctOR] = ACTIONS(21), + [anon_sym_DeTEcTor] = ACTIONS(21), + [anon_sym_DeTEcToR] = ACTIONS(21), + [anon_sym_DeTEcTOr] = ACTIONS(21), + [anon_sym_DeTEcTOR] = ACTIONS(21), + [anon_sym_DeTECtor] = ACTIONS(21), + [anon_sym_DeTECtoR] = ACTIONS(21), + [anon_sym_DeTECtOr] = ACTIONS(21), + [anon_sym_DeTECtOR] = ACTIONS(21), + [anon_sym_DeTECTor] = ACTIONS(21), + [anon_sym_DeTECToR] = ACTIONS(21), + [anon_sym_DeTECTOr] = ACTIONS(21), + [anon_sym_DeTECTOR] = ACTIONS(21), + [anon_sym_DEtector] = ACTIONS(21), + [anon_sym_DEtectoR] = ACTIONS(21), + [anon_sym_DEtectOr] = ACTIONS(21), + [anon_sym_DEtectOR] = ACTIONS(21), + [anon_sym_DEtecTor] = ACTIONS(21), + [anon_sym_DEtecToR] = ACTIONS(21), + [anon_sym_DEtecTOr] = ACTIONS(21), + [anon_sym_DEtecTOR] = ACTIONS(21), + [anon_sym_DEteCtor] = ACTIONS(21), + [anon_sym_DEteCtoR] = ACTIONS(21), + [anon_sym_DEteCtOr] = ACTIONS(21), + [anon_sym_DEteCtOR] = ACTIONS(21), + [anon_sym_DEteCTor] = ACTIONS(21), + [anon_sym_DEteCToR] = ACTIONS(21), + [anon_sym_DEteCTOr] = ACTIONS(21), + [anon_sym_DEteCTOR] = ACTIONS(21), + [anon_sym_DEtEctor] = ACTIONS(21), + [anon_sym_DEtEctoR] = ACTIONS(21), + [anon_sym_DEtEctOr] = ACTIONS(21), + [anon_sym_DEtEctOR] = ACTIONS(21), + [anon_sym_DEtEcTor] = ACTIONS(21), + [anon_sym_DEtEcToR] = ACTIONS(21), + [anon_sym_DEtEcTOr] = ACTIONS(21), + [anon_sym_DEtEcTOR] = ACTIONS(21), + [anon_sym_DEtECtor] = ACTIONS(21), + [anon_sym_DEtECtoR] = ACTIONS(21), + [anon_sym_DEtECtOr] = ACTIONS(21), + [anon_sym_DEtECtOR] = ACTIONS(21), + [anon_sym_DEtECTor] = ACTIONS(21), + [anon_sym_DEtECToR] = ACTIONS(21), + [anon_sym_DEtECTOr] = ACTIONS(21), + [anon_sym_DEtECTOR] = ACTIONS(21), + [anon_sym_DETector] = ACTIONS(21), + [anon_sym_DETectoR] = ACTIONS(21), + [anon_sym_DETectOr] = ACTIONS(21), + [anon_sym_DETectOR] = ACTIONS(21), + [anon_sym_DETecTor] = ACTIONS(21), + [anon_sym_DETecToR] = ACTIONS(21), + [anon_sym_DETecTOr] = ACTIONS(21), + [anon_sym_DETecTOR] = ACTIONS(21), + [anon_sym_DETeCtor] = ACTIONS(21), + [anon_sym_DETeCtoR] = ACTIONS(21), + [anon_sym_DETeCtOr] = ACTIONS(21), + [anon_sym_DETeCtOR] = ACTIONS(21), + [anon_sym_DETeCTor] = ACTIONS(21), + [anon_sym_DETeCToR] = ACTIONS(21), + [anon_sym_DETeCTOr] = ACTIONS(21), + [anon_sym_DETeCTOR] = ACTIONS(21), + [anon_sym_DETEctor] = ACTIONS(21), + [anon_sym_DETEctoR] = ACTIONS(21), + [anon_sym_DETEctOr] = ACTIONS(21), + [anon_sym_DETEctOR] = ACTIONS(21), + [anon_sym_DETEcTor] = ACTIONS(21), + [anon_sym_DETEcToR] = ACTIONS(21), + [anon_sym_DETEcTOr] = ACTIONS(21), + [anon_sym_DETEcTOR] = ACTIONS(21), + [anon_sym_DETECtor] = ACTIONS(21), + [anon_sym_DETECtoR] = ACTIONS(21), + [anon_sym_DETECtOr] = ACTIONS(21), + [anon_sym_DETECtOR] = ACTIONS(21), + [anon_sym_DETECTor] = ACTIONS(21), + [anon_sym_DETECToR] = ACTIONS(21), + [anon_sym_DETECTOr] = ACTIONS(21), + [anon_sym_DETECTOR] = ACTIONS(21), + [anon_sym_invoke] = ACTIONS(23), + [anon_sym_invokE] = ACTIONS(23), + [anon_sym_invoKe] = ACTIONS(23), + [anon_sym_invoKE] = ACTIONS(23), + [anon_sym_invOke] = ACTIONS(23), + [anon_sym_invOkE] = ACTIONS(23), + [anon_sym_invOKe] = ACTIONS(23), + [anon_sym_invOKE] = ACTIONS(23), + [anon_sym_inVoke] = ACTIONS(23), + [anon_sym_inVokE] = ACTIONS(23), + [anon_sym_inVoKe] = ACTIONS(23), + [anon_sym_inVoKE] = ACTIONS(23), + [anon_sym_inVOke] = ACTIONS(23), + [anon_sym_inVOkE] = ACTIONS(23), + [anon_sym_inVOKe] = ACTIONS(23), + [anon_sym_inVOKE] = ACTIONS(23), + [anon_sym_iNvoke] = ACTIONS(23), + [anon_sym_iNvokE] = ACTIONS(23), + [anon_sym_iNvoKe] = ACTIONS(23), + [anon_sym_iNvoKE] = ACTIONS(23), + [anon_sym_iNvOke] = ACTIONS(23), + [anon_sym_iNvOkE] = ACTIONS(23), + [anon_sym_iNvOKe] = ACTIONS(23), + [anon_sym_iNvOKE] = ACTIONS(23), + [anon_sym_iNVoke] = ACTIONS(23), + [anon_sym_iNVokE] = ACTIONS(23), + [anon_sym_iNVoKe] = ACTIONS(23), + [anon_sym_iNVoKE] = ACTIONS(23), + [anon_sym_iNVOke] = ACTIONS(23), + [anon_sym_iNVOkE] = ACTIONS(23), + [anon_sym_iNVOKe] = ACTIONS(23), + [anon_sym_iNVOKE] = ACTIONS(23), + [anon_sym_Invoke] = ACTIONS(23), + [anon_sym_InvokE] = ACTIONS(23), + [anon_sym_InvoKe] = ACTIONS(23), + [anon_sym_InvoKE] = ACTIONS(23), + [anon_sym_InvOke] = ACTIONS(23), + [anon_sym_InvOkE] = ACTIONS(23), + [anon_sym_InvOKe] = ACTIONS(23), + [anon_sym_InvOKE] = ACTIONS(23), + [anon_sym_InVoke] = ACTIONS(23), + [anon_sym_InVokE] = ACTIONS(23), + [anon_sym_InVoKe] = ACTIONS(23), + [anon_sym_InVoKE] = ACTIONS(23), + [anon_sym_InVOke] = ACTIONS(23), + [anon_sym_InVOkE] = ACTIONS(23), + [anon_sym_InVOKe] = ACTIONS(23), + [anon_sym_InVOKE] = ACTIONS(23), + [anon_sym_INvoke] = ACTIONS(23), + [anon_sym_INvokE] = ACTIONS(23), + [anon_sym_INvoKe] = ACTIONS(23), + [anon_sym_INvoKE] = ACTIONS(23), + [anon_sym_INvOke] = ACTIONS(23), + [anon_sym_INvOkE] = ACTIONS(23), + [anon_sym_INvOKe] = ACTIONS(23), + [anon_sym_INvOKE] = ACTIONS(23), + [anon_sym_INVoke] = ACTIONS(23), + [anon_sym_INVokE] = ACTIONS(23), + [anon_sym_INVoKe] = ACTIONS(23), + [anon_sym_INVoKE] = ACTIONS(23), + [anon_sym_INVOke] = ACTIONS(23), + [anon_sym_INVOkE] = ACTIONS(23), + [anon_sym_INVOKe] = ACTIONS(23), + [anon_sym_INVOKE] = ACTIONS(23), + [anon_sym_select] = ACTIONS(25), + [anon_sym_selecT] = ACTIONS(25), + [anon_sym_seleCt] = ACTIONS(25), + [anon_sym_seleCT] = ACTIONS(25), + [anon_sym_selEct] = ACTIONS(25), + [anon_sym_selEcT] = ACTIONS(25), + [anon_sym_selECt] = ACTIONS(25), + [anon_sym_selECT] = ACTIONS(25), + [anon_sym_seLect] = ACTIONS(25), + [anon_sym_seLecT] = ACTIONS(25), + [anon_sym_seLeCt] = ACTIONS(25), + [anon_sym_seLeCT] = ACTIONS(25), + [anon_sym_seLEct] = ACTIONS(25), + [anon_sym_seLEcT] = ACTIONS(25), + [anon_sym_seLECt] = ACTIONS(25), + [anon_sym_seLECT] = ACTIONS(25), + [anon_sym_sElect] = ACTIONS(25), + [anon_sym_sElecT] = ACTIONS(25), + [anon_sym_sEleCt] = ACTIONS(25), + [anon_sym_sEleCT] = ACTIONS(25), + [anon_sym_sElEct] = ACTIONS(25), + [anon_sym_sElEcT] = ACTIONS(25), + [anon_sym_sElECt] = ACTIONS(25), + [anon_sym_sElECT] = ACTIONS(25), + [anon_sym_sELect] = ACTIONS(25), + [anon_sym_sELecT] = ACTIONS(25), + [anon_sym_sELeCt] = ACTIONS(25), + [anon_sym_sELeCT] = ACTIONS(25), + [anon_sym_sELEct] = ACTIONS(25), + [anon_sym_sELEcT] = ACTIONS(25), + [anon_sym_sELECt] = ACTIONS(25), + [anon_sym_sELECT] = ACTIONS(25), + [anon_sym_Select] = ACTIONS(25), + [anon_sym_SelecT] = ACTIONS(25), + [anon_sym_SeleCt] = ACTIONS(25), + [anon_sym_SeleCT] = ACTIONS(25), + [anon_sym_SelEct] = ACTIONS(25), + [anon_sym_SelEcT] = ACTIONS(25), + [anon_sym_SelECt] = ACTIONS(25), + [anon_sym_SelECT] = ACTIONS(25), + [anon_sym_SeLect] = ACTIONS(25), + [anon_sym_SeLecT] = ACTIONS(25), + [anon_sym_SeLeCt] = ACTIONS(25), + [anon_sym_SeLeCT] = ACTIONS(25), + [anon_sym_SeLEct] = ACTIONS(25), + [anon_sym_SeLEcT] = ACTIONS(25), + [anon_sym_SeLECt] = ACTIONS(25), + [anon_sym_SeLECT] = ACTIONS(25), + [anon_sym_SElect] = ACTIONS(25), + [anon_sym_SElecT] = ACTIONS(25), + [anon_sym_SEleCt] = ACTIONS(25), + [anon_sym_SEleCT] = ACTIONS(25), + [anon_sym_SElEct] = ACTIONS(25), + [anon_sym_SElEcT] = ACTIONS(25), + [anon_sym_SElECt] = ACTIONS(25), + [anon_sym_SElECT] = ACTIONS(25), + [anon_sym_SELect] = ACTIONS(25), + [anon_sym_SELecT] = ACTIONS(25), + [anon_sym_SELeCt] = ACTIONS(25), + [anon_sym_SELeCT] = ACTIONS(25), + [anon_sym_SELEct] = ACTIONS(25), + [anon_sym_SELEcT] = ACTIONS(25), + [anon_sym_SELECt] = ACTIONS(25), + [anon_sym_SELECT] = ACTIONS(25), }, [43] = { + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym_block] = STATE(50), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), [sym_comment] = STATE(43), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(29), + [sym_identifier] = ACTIONS(7), + [anon_sym_POUND] = ACTIONS(3), + [sym_variable] = ACTIONS(9), + [anon_sym_action] = ACTIONS(15), + [anon_sym_actioN] = ACTIONS(15), + [anon_sym_actiOn] = ACTIONS(15), + [anon_sym_actiON] = ACTIONS(15), + [anon_sym_actIon] = ACTIONS(15), + [anon_sym_actIoN] = ACTIONS(15), + [anon_sym_actIOn] = ACTIONS(15), + [anon_sym_actION] = ACTIONS(15), + [anon_sym_acTion] = ACTIONS(15), + [anon_sym_acTioN] = ACTIONS(15), + [anon_sym_acTiOn] = ACTIONS(15), + [anon_sym_acTiON] = ACTIONS(15), + [anon_sym_acTIon] = ACTIONS(15), + [anon_sym_acTIoN] = ACTIONS(15), + [anon_sym_acTIOn] = ACTIONS(15), + [anon_sym_acTION] = ACTIONS(15), + [anon_sym_aCtion] = ACTIONS(15), + [anon_sym_aCtioN] = ACTIONS(15), + [anon_sym_aCtiOn] = ACTIONS(15), + [anon_sym_aCtiON] = ACTIONS(15), + [anon_sym_aCtIon] = ACTIONS(15), + [anon_sym_aCtIoN] = ACTIONS(15), + [anon_sym_aCtIOn] = ACTIONS(15), + [anon_sym_aCtION] = ACTIONS(15), + [anon_sym_aCTion] = ACTIONS(15), + [anon_sym_aCTioN] = ACTIONS(15), + [anon_sym_aCTiOn] = ACTIONS(15), + [anon_sym_aCTiON] = ACTIONS(15), + [anon_sym_aCTIon] = ACTIONS(15), + [anon_sym_aCTIoN] = ACTIONS(15), + [anon_sym_aCTIOn] = ACTIONS(15), + [anon_sym_aCTION] = ACTIONS(15), + [anon_sym_Action] = ACTIONS(15), + [anon_sym_ActioN] = ACTIONS(15), + [anon_sym_ActiOn] = ACTIONS(15), + [anon_sym_ActiON] = ACTIONS(15), + [anon_sym_ActIon] = ACTIONS(15), + [anon_sym_ActIoN] = ACTIONS(15), + [anon_sym_ActIOn] = ACTIONS(15), + [anon_sym_ActION] = ACTIONS(15), + [anon_sym_AcTion] = ACTIONS(15), + [anon_sym_AcTioN] = ACTIONS(15), + [anon_sym_AcTiOn] = ACTIONS(15), + [anon_sym_AcTiON] = ACTIONS(15), + [anon_sym_AcTIon] = ACTIONS(15), + [anon_sym_AcTIoN] = ACTIONS(15), + [anon_sym_AcTIOn] = ACTIONS(15), + [anon_sym_AcTION] = ACTIONS(15), + [anon_sym_ACtion] = ACTIONS(15), + [anon_sym_ACtioN] = ACTIONS(15), + [anon_sym_ACtiOn] = ACTIONS(15), + [anon_sym_ACtiON] = ACTIONS(15), + [anon_sym_ACtIon] = ACTIONS(15), + [anon_sym_ACtIoN] = ACTIONS(15), + [anon_sym_ACtIOn] = ACTIONS(15), + [anon_sym_ACtION] = ACTIONS(15), + [anon_sym_ACTion] = ACTIONS(15), + [anon_sym_ACTioN] = ACTIONS(15), + [anon_sym_ACTiOn] = ACTIONS(15), + [anon_sym_ACTiON] = ACTIONS(15), + [anon_sym_ACTIon] = ACTIONS(15), + [anon_sym_ACTIoN] = ACTIONS(15), + [anon_sym_ACTIOn] = ACTIONS(15), + [anon_sym_ACTION] = ACTIONS(15), + [anon_sym_if] = ACTIONS(17), + [anon_sym_iF] = ACTIONS(17), + [anon_sym_If] = ACTIONS(17), + [anon_sym_IF] = ACTIONS(17), + [anon_sym_while] = ACTIONS(19), + [anon_sym_whilE] = ACTIONS(19), + [anon_sym_whiLe] = ACTIONS(19), + [anon_sym_whiLE] = ACTIONS(19), + [anon_sym_whIle] = ACTIONS(19), + [anon_sym_whIlE] = ACTIONS(19), + [anon_sym_whILe] = ACTIONS(19), + [anon_sym_whILE] = ACTIONS(19), + [anon_sym_wHile] = ACTIONS(19), + [anon_sym_wHilE] = ACTIONS(19), + [anon_sym_wHiLe] = ACTIONS(19), + [anon_sym_wHiLE] = ACTIONS(19), + [anon_sym_wHIle] = ACTIONS(19), + [anon_sym_wHIlE] = ACTIONS(19), + [anon_sym_wHILe] = ACTIONS(19), + [anon_sym_wHILE] = ACTIONS(19), + [anon_sym_While] = ACTIONS(19), + [anon_sym_WhilE] = ACTIONS(19), + [anon_sym_WhiLe] = ACTIONS(19), + [anon_sym_WhiLE] = ACTIONS(19), + [anon_sym_WhIle] = ACTIONS(19), + [anon_sym_WhIlE] = ACTIONS(19), + [anon_sym_WhILe] = ACTIONS(19), + [anon_sym_WhILE] = ACTIONS(19), + [anon_sym_WHile] = ACTIONS(19), + [anon_sym_WHilE] = ACTIONS(19), + [anon_sym_WHiLe] = ACTIONS(19), + [anon_sym_WHiLE] = ACTIONS(19), + [anon_sym_WHIle] = ACTIONS(19), + [anon_sym_WHIlE] = ACTIONS(19), + [anon_sym_WHILe] = ACTIONS(19), + [anon_sym_WHILE] = ACTIONS(19), + [anon_sym_detector] = ACTIONS(21), + [anon_sym_detectoR] = ACTIONS(21), + [anon_sym_detectOr] = ACTIONS(21), + [anon_sym_detectOR] = ACTIONS(21), + [anon_sym_detecTor] = ACTIONS(21), + [anon_sym_detecToR] = ACTIONS(21), + [anon_sym_detecTOr] = ACTIONS(21), + [anon_sym_detecTOR] = ACTIONS(21), + [anon_sym_deteCtor] = ACTIONS(21), + [anon_sym_deteCtoR] = ACTIONS(21), + [anon_sym_deteCtOr] = ACTIONS(21), + [anon_sym_deteCtOR] = ACTIONS(21), + [anon_sym_deteCTor] = ACTIONS(21), + [anon_sym_deteCToR] = ACTIONS(21), + [anon_sym_deteCTOr] = ACTIONS(21), + [anon_sym_deteCTOR] = ACTIONS(21), + [anon_sym_detEctor] = ACTIONS(21), + [anon_sym_detEctoR] = ACTIONS(21), + [anon_sym_detEctOr] = ACTIONS(21), + [anon_sym_detEctOR] = ACTIONS(21), + [anon_sym_detEcTor] = ACTIONS(21), + [anon_sym_detEcToR] = ACTIONS(21), + [anon_sym_detEcTOr] = ACTIONS(21), + [anon_sym_detEcTOR] = ACTIONS(21), + [anon_sym_detECtor] = ACTIONS(21), + [anon_sym_detECtoR] = ACTIONS(21), + [anon_sym_detECtOr] = ACTIONS(21), + [anon_sym_detECtOR] = ACTIONS(21), + [anon_sym_detECTor] = ACTIONS(21), + [anon_sym_detECToR] = ACTIONS(21), + [anon_sym_detECTOr] = ACTIONS(21), + [anon_sym_detECTOR] = ACTIONS(21), + [anon_sym_deTector] = ACTIONS(21), + [anon_sym_deTectoR] = ACTIONS(21), + [anon_sym_deTectOr] = ACTIONS(21), + [anon_sym_deTectOR] = ACTIONS(21), + [anon_sym_deTecTor] = ACTIONS(21), + [anon_sym_deTecToR] = ACTIONS(21), + [anon_sym_deTecTOr] = ACTIONS(21), + [anon_sym_deTecTOR] = ACTIONS(21), + [anon_sym_deTeCtor] = ACTIONS(21), + [anon_sym_deTeCtoR] = ACTIONS(21), + [anon_sym_deTeCtOr] = ACTIONS(21), + [anon_sym_deTeCtOR] = ACTIONS(21), + [anon_sym_deTeCTor] = ACTIONS(21), + [anon_sym_deTeCToR] = ACTIONS(21), + [anon_sym_deTeCTOr] = ACTIONS(21), + [anon_sym_deTeCTOR] = ACTIONS(21), + [anon_sym_deTEctor] = ACTIONS(21), + [anon_sym_deTEctoR] = ACTIONS(21), + [anon_sym_deTEctOr] = ACTIONS(21), + [anon_sym_deTEctOR] = ACTIONS(21), + [anon_sym_deTEcTor] = ACTIONS(21), + [anon_sym_deTEcToR] = ACTIONS(21), + [anon_sym_deTEcTOr] = ACTIONS(21), + [anon_sym_deTEcTOR] = ACTIONS(21), + [anon_sym_deTECtor] = ACTIONS(21), + [anon_sym_deTECtoR] = ACTIONS(21), + [anon_sym_deTECtOr] = ACTIONS(21), + [anon_sym_deTECtOR] = ACTIONS(21), + [anon_sym_deTECTor] = ACTIONS(21), + [anon_sym_deTECToR] = ACTIONS(21), + [anon_sym_deTECTOr] = ACTIONS(21), + [anon_sym_deTECTOR] = ACTIONS(21), + [anon_sym_dEtector] = ACTIONS(21), + [anon_sym_dEtectoR] = ACTIONS(21), + [anon_sym_dEtectOr] = ACTIONS(21), + [anon_sym_dEtectOR] = ACTIONS(21), + [anon_sym_dEtecTor] = ACTIONS(21), + [anon_sym_dEtecToR] = ACTIONS(21), + [anon_sym_dEtecTOr] = ACTIONS(21), + [anon_sym_dEtecTOR] = ACTIONS(21), + [anon_sym_dEteCtor] = ACTIONS(21), + [anon_sym_dEteCtoR] = ACTIONS(21), + [anon_sym_dEteCtOr] = ACTIONS(21), + [anon_sym_dEteCtOR] = ACTIONS(21), + [anon_sym_dEteCTor] = ACTIONS(21), + [anon_sym_dEteCToR] = ACTIONS(21), + [anon_sym_dEteCTOr] = ACTIONS(21), + [anon_sym_dEteCTOR] = ACTIONS(21), + [anon_sym_dEtEctor] = ACTIONS(21), + [anon_sym_dEtEctoR] = ACTIONS(21), + [anon_sym_dEtEctOr] = ACTIONS(21), + [anon_sym_dEtEctOR] = ACTIONS(21), + [anon_sym_dEtEcTor] = ACTIONS(21), + [anon_sym_dEtEcToR] = ACTIONS(21), + [anon_sym_dEtEcTOr] = ACTIONS(21), + [anon_sym_dEtEcTOR] = ACTIONS(21), + [anon_sym_dEtECtor] = ACTIONS(21), + [anon_sym_dEtECtoR] = ACTIONS(21), + [anon_sym_dEtECtOr] = ACTIONS(21), + [anon_sym_dEtECtOR] = ACTIONS(21), + [anon_sym_dEtECTor] = ACTIONS(21), + [anon_sym_dEtECToR] = ACTIONS(21), + [anon_sym_dEtECTOr] = ACTIONS(21), + [anon_sym_dEtECTOR] = ACTIONS(21), + [anon_sym_dETector] = ACTIONS(21), + [anon_sym_dETectoR] = ACTIONS(21), + [anon_sym_dETectOr] = ACTIONS(21), + [anon_sym_dETectOR] = ACTIONS(21), + [anon_sym_dETecTor] = ACTIONS(21), + [anon_sym_dETecToR] = ACTIONS(21), + [anon_sym_dETecTOr] = ACTIONS(21), + [anon_sym_dETecTOR] = ACTIONS(21), + [anon_sym_dETeCtor] = ACTIONS(21), + [anon_sym_dETeCtoR] = ACTIONS(21), + [anon_sym_dETeCtOr] = ACTIONS(21), + [anon_sym_dETeCtOR] = ACTIONS(21), + [anon_sym_dETeCTor] = ACTIONS(21), + [anon_sym_dETeCToR] = ACTIONS(21), + [anon_sym_dETeCTOr] = ACTIONS(21), + [anon_sym_dETeCTOR] = ACTIONS(21), + [anon_sym_dETEctor] = ACTIONS(21), + [anon_sym_dETEctoR] = ACTIONS(21), + [anon_sym_dETEctOr] = ACTIONS(21), + [anon_sym_dETEctOR] = ACTIONS(21), + [anon_sym_dETEcTor] = ACTIONS(21), + [anon_sym_dETEcToR] = ACTIONS(21), + [anon_sym_dETEcTOr] = ACTIONS(21), + [anon_sym_dETEcTOR] = ACTIONS(21), + [anon_sym_dETECtor] = ACTIONS(21), + [anon_sym_dETECtoR] = ACTIONS(21), + [anon_sym_dETECtOr] = ACTIONS(21), + [anon_sym_dETECtOR] = ACTIONS(21), + [anon_sym_dETECTor] = ACTIONS(21), + [anon_sym_dETECToR] = ACTIONS(21), + [anon_sym_dETECTOr] = ACTIONS(21), + [anon_sym_dETECTOR] = ACTIONS(21), + [anon_sym_Detector] = ACTIONS(21), + [anon_sym_DetectoR] = ACTIONS(21), + [anon_sym_DetectOr] = ACTIONS(21), + [anon_sym_DetectOR] = ACTIONS(21), + [anon_sym_DetecTor] = ACTIONS(21), + [anon_sym_DetecToR] = ACTIONS(21), + [anon_sym_DetecTOr] = ACTIONS(21), + [anon_sym_DetecTOR] = ACTIONS(21), + [anon_sym_DeteCtor] = ACTIONS(21), + [anon_sym_DeteCtoR] = ACTIONS(21), + [anon_sym_DeteCtOr] = ACTIONS(21), + [anon_sym_DeteCtOR] = ACTIONS(21), + [anon_sym_DeteCTor] = ACTIONS(21), + [anon_sym_DeteCToR] = ACTIONS(21), + [anon_sym_DeteCTOr] = ACTIONS(21), + [anon_sym_DeteCTOR] = ACTIONS(21), + [anon_sym_DetEctor] = ACTIONS(21), + [anon_sym_DetEctoR] = ACTIONS(21), + [anon_sym_DetEctOr] = ACTIONS(21), + [anon_sym_DetEctOR] = ACTIONS(21), + [anon_sym_DetEcTor] = ACTIONS(21), + [anon_sym_DetEcToR] = ACTIONS(21), + [anon_sym_DetEcTOr] = ACTIONS(21), + [anon_sym_DetEcTOR] = ACTIONS(21), + [anon_sym_DetECtor] = ACTIONS(21), + [anon_sym_DetECtoR] = ACTIONS(21), + [anon_sym_DetECtOr] = ACTIONS(21), + [anon_sym_DetECtOR] = ACTIONS(21), + [anon_sym_DetECTor] = ACTIONS(21), + [anon_sym_DetECToR] = ACTIONS(21), + [anon_sym_DetECTOr] = ACTIONS(21), + [anon_sym_DetECTOR] = ACTIONS(21), + [anon_sym_DeTector] = ACTIONS(21), + [anon_sym_DeTectoR] = ACTIONS(21), + [anon_sym_DeTectOr] = ACTIONS(21), + [anon_sym_DeTectOR] = ACTIONS(21), + [anon_sym_DeTecTor] = ACTIONS(21), + [anon_sym_DeTecToR] = ACTIONS(21), + [anon_sym_DeTecTOr] = ACTIONS(21), + [anon_sym_DeTecTOR] = ACTIONS(21), + [anon_sym_DeTeCtor] = ACTIONS(21), + [anon_sym_DeTeCtoR] = ACTIONS(21), + [anon_sym_DeTeCtOr] = ACTIONS(21), + [anon_sym_DeTeCtOR] = ACTIONS(21), + [anon_sym_DeTeCTor] = ACTIONS(21), + [anon_sym_DeTeCToR] = ACTIONS(21), + [anon_sym_DeTeCTOr] = ACTIONS(21), + [anon_sym_DeTeCTOR] = ACTIONS(21), + [anon_sym_DeTEctor] = ACTIONS(21), + [anon_sym_DeTEctoR] = ACTIONS(21), + [anon_sym_DeTEctOr] = ACTIONS(21), + [anon_sym_DeTEctOR] = ACTIONS(21), + [anon_sym_DeTEcTor] = ACTIONS(21), + [anon_sym_DeTEcToR] = ACTIONS(21), + [anon_sym_DeTEcTOr] = ACTIONS(21), + [anon_sym_DeTEcTOR] = ACTIONS(21), + [anon_sym_DeTECtor] = ACTIONS(21), + [anon_sym_DeTECtoR] = ACTIONS(21), + [anon_sym_DeTECtOr] = ACTIONS(21), + [anon_sym_DeTECtOR] = ACTIONS(21), + [anon_sym_DeTECTor] = ACTIONS(21), + [anon_sym_DeTECToR] = ACTIONS(21), + [anon_sym_DeTECTOr] = ACTIONS(21), + [anon_sym_DeTECTOR] = ACTIONS(21), + [anon_sym_DEtector] = ACTIONS(21), + [anon_sym_DEtectoR] = ACTIONS(21), + [anon_sym_DEtectOr] = ACTIONS(21), + [anon_sym_DEtectOR] = ACTIONS(21), + [anon_sym_DEtecTor] = ACTIONS(21), + [anon_sym_DEtecToR] = ACTIONS(21), + [anon_sym_DEtecTOr] = ACTIONS(21), + [anon_sym_DEtecTOR] = ACTIONS(21), + [anon_sym_DEteCtor] = ACTIONS(21), + [anon_sym_DEteCtoR] = ACTIONS(21), + [anon_sym_DEteCtOr] = ACTIONS(21), + [anon_sym_DEteCtOR] = ACTIONS(21), + [anon_sym_DEteCTor] = ACTIONS(21), + [anon_sym_DEteCToR] = ACTIONS(21), + [anon_sym_DEteCTOr] = ACTIONS(21), + [anon_sym_DEteCTOR] = ACTIONS(21), + [anon_sym_DEtEctor] = ACTIONS(21), + [anon_sym_DEtEctoR] = ACTIONS(21), + [anon_sym_DEtEctOr] = ACTIONS(21), + [anon_sym_DEtEctOR] = ACTIONS(21), + [anon_sym_DEtEcTor] = ACTIONS(21), + [anon_sym_DEtEcToR] = ACTIONS(21), + [anon_sym_DEtEcTOr] = ACTIONS(21), + [anon_sym_DEtEcTOR] = ACTIONS(21), + [anon_sym_DEtECtor] = ACTIONS(21), + [anon_sym_DEtECtoR] = ACTIONS(21), + [anon_sym_DEtECtOr] = ACTIONS(21), + [anon_sym_DEtECtOR] = ACTIONS(21), + [anon_sym_DEtECTor] = ACTIONS(21), + [anon_sym_DEtECToR] = ACTIONS(21), + [anon_sym_DEtECTOr] = ACTIONS(21), + [anon_sym_DEtECTOR] = ACTIONS(21), + [anon_sym_DETector] = ACTIONS(21), + [anon_sym_DETectoR] = ACTIONS(21), + [anon_sym_DETectOr] = ACTIONS(21), + [anon_sym_DETectOR] = ACTIONS(21), + [anon_sym_DETecTor] = ACTIONS(21), + [anon_sym_DETecToR] = ACTIONS(21), + [anon_sym_DETecTOr] = ACTIONS(21), + [anon_sym_DETecTOR] = ACTIONS(21), + [anon_sym_DETeCtor] = ACTIONS(21), + [anon_sym_DETeCtoR] = ACTIONS(21), + [anon_sym_DETeCtOr] = ACTIONS(21), + [anon_sym_DETeCtOR] = ACTIONS(21), + [anon_sym_DETeCTor] = ACTIONS(21), + [anon_sym_DETeCToR] = ACTIONS(21), + [anon_sym_DETeCTOr] = ACTIONS(21), + [anon_sym_DETeCTOR] = ACTIONS(21), + [anon_sym_DETEctor] = ACTIONS(21), + [anon_sym_DETEctoR] = ACTIONS(21), + [anon_sym_DETEctOr] = ACTIONS(21), + [anon_sym_DETEctOR] = ACTIONS(21), + [anon_sym_DETEcTor] = ACTIONS(21), + [anon_sym_DETEcToR] = ACTIONS(21), + [anon_sym_DETEcTOr] = ACTIONS(21), + [anon_sym_DETEcTOR] = ACTIONS(21), + [anon_sym_DETECtor] = ACTIONS(21), + [anon_sym_DETECtoR] = ACTIONS(21), + [anon_sym_DETECtOr] = ACTIONS(21), + [anon_sym_DETECtOR] = ACTIONS(21), + [anon_sym_DETECTor] = ACTIONS(21), + [anon_sym_DETECToR] = ACTIONS(21), + [anon_sym_DETECTOr] = ACTIONS(21), + [anon_sym_DETECTOR] = ACTIONS(21), + [anon_sym_invoke] = ACTIONS(23), + [anon_sym_invokE] = ACTIONS(23), + [anon_sym_invoKe] = ACTIONS(23), + [anon_sym_invoKE] = ACTIONS(23), + [anon_sym_invOke] = ACTIONS(23), + [anon_sym_invOkE] = ACTIONS(23), + [anon_sym_invOKe] = ACTIONS(23), + [anon_sym_invOKE] = ACTIONS(23), + [anon_sym_inVoke] = ACTIONS(23), + [anon_sym_inVokE] = ACTIONS(23), + [anon_sym_inVoKe] = ACTIONS(23), + [anon_sym_inVoKE] = ACTIONS(23), + [anon_sym_inVOke] = ACTIONS(23), + [anon_sym_inVOkE] = ACTIONS(23), + [anon_sym_inVOKe] = ACTIONS(23), + [anon_sym_inVOKE] = ACTIONS(23), + [anon_sym_iNvoke] = ACTIONS(23), + [anon_sym_iNvokE] = ACTIONS(23), + [anon_sym_iNvoKe] = ACTIONS(23), + [anon_sym_iNvoKE] = ACTIONS(23), + [anon_sym_iNvOke] = ACTIONS(23), + [anon_sym_iNvOkE] = ACTIONS(23), + [anon_sym_iNvOKe] = ACTIONS(23), + [anon_sym_iNvOKE] = ACTIONS(23), + [anon_sym_iNVoke] = ACTIONS(23), + [anon_sym_iNVokE] = ACTIONS(23), + [anon_sym_iNVoKe] = ACTIONS(23), + [anon_sym_iNVoKE] = ACTIONS(23), + [anon_sym_iNVOke] = ACTIONS(23), + [anon_sym_iNVOkE] = ACTIONS(23), + [anon_sym_iNVOKe] = ACTIONS(23), + [anon_sym_iNVOKE] = ACTIONS(23), + [anon_sym_Invoke] = ACTIONS(23), + [anon_sym_InvokE] = ACTIONS(23), + [anon_sym_InvoKe] = ACTIONS(23), + [anon_sym_InvoKE] = ACTIONS(23), + [anon_sym_InvOke] = ACTIONS(23), + [anon_sym_InvOkE] = ACTIONS(23), + [anon_sym_InvOKe] = ACTIONS(23), + [anon_sym_InvOKE] = ACTIONS(23), + [anon_sym_InVoke] = ACTIONS(23), + [anon_sym_InVokE] = ACTIONS(23), + [anon_sym_InVoKe] = ACTIONS(23), + [anon_sym_InVoKE] = ACTIONS(23), + [anon_sym_InVOke] = ACTIONS(23), + [anon_sym_InVOkE] = ACTIONS(23), + [anon_sym_InVOKe] = ACTIONS(23), + [anon_sym_InVOKE] = ACTIONS(23), + [anon_sym_INvoke] = ACTIONS(23), + [anon_sym_INvokE] = ACTIONS(23), + [anon_sym_INvoKe] = ACTIONS(23), + [anon_sym_INvoKE] = ACTIONS(23), + [anon_sym_INvOke] = ACTIONS(23), + [anon_sym_INvOkE] = ACTIONS(23), + [anon_sym_INvOKe] = ACTIONS(23), + [anon_sym_INvOKE] = ACTIONS(23), + [anon_sym_INVoke] = ACTIONS(23), + [anon_sym_INVokE] = ACTIONS(23), + [anon_sym_INVoKe] = ACTIONS(23), + [anon_sym_INVoKE] = ACTIONS(23), + [anon_sym_INVOke] = ACTIONS(23), + [anon_sym_INVOkE] = ACTIONS(23), + [anon_sym_INVOKe] = ACTIONS(23), + [anon_sym_INVOKE] = ACTIONS(23), + [anon_sym_select] = ACTIONS(25), + [anon_sym_selecT] = ACTIONS(25), + [anon_sym_seleCt] = ACTIONS(25), + [anon_sym_seleCT] = ACTIONS(25), + [anon_sym_selEct] = ACTIONS(25), + [anon_sym_selEcT] = ACTIONS(25), + [anon_sym_selECt] = ACTIONS(25), + [anon_sym_selECT] = ACTIONS(25), + [anon_sym_seLect] = ACTIONS(25), + [anon_sym_seLecT] = ACTIONS(25), + [anon_sym_seLeCt] = ACTIONS(25), + [anon_sym_seLeCT] = ACTIONS(25), + [anon_sym_seLEct] = ACTIONS(25), + [anon_sym_seLEcT] = ACTIONS(25), + [anon_sym_seLECt] = ACTIONS(25), + [anon_sym_seLECT] = ACTIONS(25), + [anon_sym_sElect] = ACTIONS(25), + [anon_sym_sElecT] = ACTIONS(25), + [anon_sym_sEleCt] = ACTIONS(25), + [anon_sym_sEleCT] = ACTIONS(25), + [anon_sym_sElEct] = ACTIONS(25), + [anon_sym_sElEcT] = ACTIONS(25), + [anon_sym_sElECt] = ACTIONS(25), + [anon_sym_sElECT] = ACTIONS(25), + [anon_sym_sELect] = ACTIONS(25), + [anon_sym_sELecT] = ACTIONS(25), + [anon_sym_sELeCt] = ACTIONS(25), + [anon_sym_sELeCT] = ACTIONS(25), + [anon_sym_sELEct] = ACTIONS(25), + [anon_sym_sELEcT] = ACTIONS(25), + [anon_sym_sELECt] = ACTIONS(25), + [anon_sym_sELECT] = ACTIONS(25), + [anon_sym_Select] = ACTIONS(25), + [anon_sym_SelecT] = ACTIONS(25), + [anon_sym_SeleCt] = ACTIONS(25), + [anon_sym_SeleCT] = ACTIONS(25), + [anon_sym_SelEct] = ACTIONS(25), + [anon_sym_SelEcT] = ACTIONS(25), + [anon_sym_SelECt] = ACTIONS(25), + [anon_sym_SelECT] = ACTIONS(25), + [anon_sym_SeLect] = ACTIONS(25), + [anon_sym_SeLecT] = ACTIONS(25), + [anon_sym_SeLeCt] = ACTIONS(25), + [anon_sym_SeLeCT] = ACTIONS(25), + [anon_sym_SeLEct] = ACTIONS(25), + [anon_sym_SeLEcT] = ACTIONS(25), + [anon_sym_SeLECt] = ACTIONS(25), + [anon_sym_SeLECT] = ACTIONS(25), + [anon_sym_SElect] = ACTIONS(25), + [anon_sym_SElecT] = ACTIONS(25), + [anon_sym_SEleCt] = ACTIONS(25), + [anon_sym_SEleCT] = ACTIONS(25), + [anon_sym_SElEct] = ACTIONS(25), + [anon_sym_SElEcT] = ACTIONS(25), + [anon_sym_SElECt] = ACTIONS(25), + [anon_sym_SElECT] = ACTIONS(25), + [anon_sym_SELect] = ACTIONS(25), + [anon_sym_SELecT] = ACTIONS(25), + [anon_sym_SELeCt] = ACTIONS(25), + [anon_sym_SELeCT] = ACTIONS(25), + [anon_sym_SELEct] = ACTIONS(25), + [anon_sym_SELEcT] = ACTIONS(25), + [anon_sym_SELECt] = ACTIONS(25), + [anon_sym_SELECT] = ACTIONS(25), + }, + [44] = { + [sym__command] = STATE(31), + [sym_action] = STATE(9), + [sym__control] = STATE(9), + [sym_branch] = STATE(14), + [sym_loop] = STATE(14), + [sym_block] = STATE(47), + [sym__statement] = STATE(31), + [sym__higher_order_function] = STATE(13), + [sym_detector] = STATE(16), + [sym_invoke] = STATE(16), + [sym_select] = STATE(16), + [sym_function] = STATE(13), + [sym_assignment] = STATE(13), + [sym_comment] = STATE(44), + [sym_action_insensitive] = STATE(75), + [sym_if_insensitive] = STATE(58), + [sym_while_insensitive] = STATE(61), + [sym_detector_insensitive] = STATE(87), + [sym_invoke_insensitive] = STATE(88), + [sym_select_insensitive] = STATE(89), + [aux_sym_block_repeat1] = STATE(29), + [sym_identifier] = ACTIONS(7), + [anon_sym_POUND] = ACTIONS(3), + [sym_variable] = ACTIONS(9), + [anon_sym_action] = ACTIONS(15), + [anon_sym_actioN] = ACTIONS(15), + [anon_sym_actiOn] = ACTIONS(15), + [anon_sym_actiON] = ACTIONS(15), + [anon_sym_actIon] = ACTIONS(15), + [anon_sym_actIoN] = ACTIONS(15), + [anon_sym_actIOn] = ACTIONS(15), + [anon_sym_actION] = ACTIONS(15), + [anon_sym_acTion] = ACTIONS(15), + [anon_sym_acTioN] = ACTIONS(15), + [anon_sym_acTiOn] = ACTIONS(15), + [anon_sym_acTiON] = ACTIONS(15), + [anon_sym_acTIon] = ACTIONS(15), + [anon_sym_acTIoN] = ACTIONS(15), + [anon_sym_acTIOn] = ACTIONS(15), + [anon_sym_acTION] = ACTIONS(15), + [anon_sym_aCtion] = ACTIONS(15), + [anon_sym_aCtioN] = ACTIONS(15), + [anon_sym_aCtiOn] = ACTIONS(15), + [anon_sym_aCtiON] = ACTIONS(15), + [anon_sym_aCtIon] = ACTIONS(15), + [anon_sym_aCtIoN] = ACTIONS(15), + [anon_sym_aCtIOn] = ACTIONS(15), + [anon_sym_aCtION] = ACTIONS(15), + [anon_sym_aCTion] = ACTIONS(15), + [anon_sym_aCTioN] = ACTIONS(15), + [anon_sym_aCTiOn] = ACTIONS(15), + [anon_sym_aCTiON] = ACTIONS(15), + [anon_sym_aCTIon] = ACTIONS(15), + [anon_sym_aCTIoN] = ACTIONS(15), + [anon_sym_aCTIOn] = ACTIONS(15), + [anon_sym_aCTION] = ACTIONS(15), + [anon_sym_Action] = ACTIONS(15), + [anon_sym_ActioN] = ACTIONS(15), + [anon_sym_ActiOn] = ACTIONS(15), + [anon_sym_ActiON] = ACTIONS(15), + [anon_sym_ActIon] = ACTIONS(15), + [anon_sym_ActIoN] = ACTIONS(15), + [anon_sym_ActIOn] = ACTIONS(15), + [anon_sym_ActION] = ACTIONS(15), + [anon_sym_AcTion] = ACTIONS(15), + [anon_sym_AcTioN] = ACTIONS(15), + [anon_sym_AcTiOn] = ACTIONS(15), + [anon_sym_AcTiON] = ACTIONS(15), + [anon_sym_AcTIon] = ACTIONS(15), + [anon_sym_AcTIoN] = ACTIONS(15), + [anon_sym_AcTIOn] = ACTIONS(15), + [anon_sym_AcTION] = ACTIONS(15), + [anon_sym_ACtion] = ACTIONS(15), + [anon_sym_ACtioN] = ACTIONS(15), + [anon_sym_ACtiOn] = ACTIONS(15), + [anon_sym_ACtiON] = ACTIONS(15), + [anon_sym_ACtIon] = ACTIONS(15), + [anon_sym_ACtIoN] = ACTIONS(15), + [anon_sym_ACtIOn] = ACTIONS(15), + [anon_sym_ACtION] = ACTIONS(15), + [anon_sym_ACTion] = ACTIONS(15), + [anon_sym_ACTioN] = ACTIONS(15), + [anon_sym_ACTiOn] = ACTIONS(15), + [anon_sym_ACTiON] = ACTIONS(15), + [anon_sym_ACTIon] = ACTIONS(15), + [anon_sym_ACTIoN] = ACTIONS(15), + [anon_sym_ACTIOn] = ACTIONS(15), + [anon_sym_ACTION] = ACTIONS(15), + [anon_sym_if] = ACTIONS(17), + [anon_sym_iF] = ACTIONS(17), + [anon_sym_If] = ACTIONS(17), + [anon_sym_IF] = ACTIONS(17), + [anon_sym_while] = ACTIONS(19), + [anon_sym_whilE] = ACTIONS(19), + [anon_sym_whiLe] = ACTIONS(19), + [anon_sym_whiLE] = ACTIONS(19), + [anon_sym_whIle] = ACTIONS(19), + [anon_sym_whIlE] = ACTIONS(19), + [anon_sym_whILe] = ACTIONS(19), + [anon_sym_whILE] = ACTIONS(19), + [anon_sym_wHile] = ACTIONS(19), + [anon_sym_wHilE] = ACTIONS(19), + [anon_sym_wHiLe] = ACTIONS(19), + [anon_sym_wHiLE] = ACTIONS(19), + [anon_sym_wHIle] = ACTIONS(19), + [anon_sym_wHIlE] = ACTIONS(19), + [anon_sym_wHILe] = ACTIONS(19), + [anon_sym_wHILE] = ACTIONS(19), + [anon_sym_While] = ACTIONS(19), + [anon_sym_WhilE] = ACTIONS(19), + [anon_sym_WhiLe] = ACTIONS(19), + [anon_sym_WhiLE] = ACTIONS(19), + [anon_sym_WhIle] = ACTIONS(19), + [anon_sym_WhIlE] = ACTIONS(19), + [anon_sym_WhILe] = ACTIONS(19), + [anon_sym_WhILE] = ACTIONS(19), + [anon_sym_WHile] = ACTIONS(19), + [anon_sym_WHilE] = ACTIONS(19), + [anon_sym_WHiLe] = ACTIONS(19), + [anon_sym_WHiLE] = ACTIONS(19), + [anon_sym_WHIle] = ACTIONS(19), + [anon_sym_WHIlE] = ACTIONS(19), + [anon_sym_WHILe] = ACTIONS(19), + [anon_sym_WHILE] = ACTIONS(19), + [anon_sym_detector] = ACTIONS(21), + [anon_sym_detectoR] = ACTIONS(21), + [anon_sym_detectOr] = ACTIONS(21), + [anon_sym_detectOR] = ACTIONS(21), + [anon_sym_detecTor] = ACTIONS(21), + [anon_sym_detecToR] = ACTIONS(21), + [anon_sym_detecTOr] = ACTIONS(21), + [anon_sym_detecTOR] = ACTIONS(21), + [anon_sym_deteCtor] = ACTIONS(21), + [anon_sym_deteCtoR] = ACTIONS(21), + [anon_sym_deteCtOr] = ACTIONS(21), + [anon_sym_deteCtOR] = ACTIONS(21), + [anon_sym_deteCTor] = ACTIONS(21), + [anon_sym_deteCToR] = ACTIONS(21), + [anon_sym_deteCTOr] = ACTIONS(21), + [anon_sym_deteCTOR] = ACTIONS(21), + [anon_sym_detEctor] = ACTIONS(21), + [anon_sym_detEctoR] = ACTIONS(21), + [anon_sym_detEctOr] = ACTIONS(21), + [anon_sym_detEctOR] = ACTIONS(21), + [anon_sym_detEcTor] = ACTIONS(21), + [anon_sym_detEcToR] = ACTIONS(21), + [anon_sym_detEcTOr] = ACTIONS(21), + [anon_sym_detEcTOR] = ACTIONS(21), + [anon_sym_detECtor] = ACTIONS(21), + [anon_sym_detECtoR] = ACTIONS(21), + [anon_sym_detECtOr] = ACTIONS(21), + [anon_sym_detECtOR] = ACTIONS(21), + [anon_sym_detECTor] = ACTIONS(21), + [anon_sym_detECToR] = ACTIONS(21), + [anon_sym_detECTOr] = ACTIONS(21), + [anon_sym_detECTOR] = ACTIONS(21), + [anon_sym_deTector] = ACTIONS(21), + [anon_sym_deTectoR] = ACTIONS(21), + [anon_sym_deTectOr] = ACTIONS(21), + [anon_sym_deTectOR] = ACTIONS(21), + [anon_sym_deTecTor] = ACTIONS(21), + [anon_sym_deTecToR] = ACTIONS(21), + [anon_sym_deTecTOr] = ACTIONS(21), + [anon_sym_deTecTOR] = ACTIONS(21), + [anon_sym_deTeCtor] = ACTIONS(21), + [anon_sym_deTeCtoR] = ACTIONS(21), + [anon_sym_deTeCtOr] = ACTIONS(21), + [anon_sym_deTeCtOR] = ACTIONS(21), + [anon_sym_deTeCTor] = ACTIONS(21), + [anon_sym_deTeCToR] = ACTIONS(21), + [anon_sym_deTeCTOr] = ACTIONS(21), + [anon_sym_deTeCTOR] = ACTIONS(21), + [anon_sym_deTEctor] = ACTIONS(21), + [anon_sym_deTEctoR] = ACTIONS(21), + [anon_sym_deTEctOr] = ACTIONS(21), + [anon_sym_deTEctOR] = ACTIONS(21), + [anon_sym_deTEcTor] = ACTIONS(21), + [anon_sym_deTEcToR] = ACTIONS(21), + [anon_sym_deTEcTOr] = ACTIONS(21), + [anon_sym_deTEcTOR] = ACTIONS(21), + [anon_sym_deTECtor] = ACTIONS(21), + [anon_sym_deTECtoR] = ACTIONS(21), + [anon_sym_deTECtOr] = ACTIONS(21), + [anon_sym_deTECtOR] = ACTIONS(21), + [anon_sym_deTECTor] = ACTIONS(21), + [anon_sym_deTECToR] = ACTIONS(21), + [anon_sym_deTECTOr] = ACTIONS(21), + [anon_sym_deTECTOR] = ACTIONS(21), + [anon_sym_dEtector] = ACTIONS(21), + [anon_sym_dEtectoR] = ACTIONS(21), + [anon_sym_dEtectOr] = ACTIONS(21), + [anon_sym_dEtectOR] = ACTIONS(21), + [anon_sym_dEtecTor] = ACTIONS(21), + [anon_sym_dEtecToR] = ACTIONS(21), + [anon_sym_dEtecTOr] = ACTIONS(21), + [anon_sym_dEtecTOR] = ACTIONS(21), + [anon_sym_dEteCtor] = ACTIONS(21), + [anon_sym_dEteCtoR] = ACTIONS(21), + [anon_sym_dEteCtOr] = ACTIONS(21), + [anon_sym_dEteCtOR] = ACTIONS(21), + [anon_sym_dEteCTor] = ACTIONS(21), + [anon_sym_dEteCToR] = ACTIONS(21), + [anon_sym_dEteCTOr] = ACTIONS(21), + [anon_sym_dEteCTOR] = ACTIONS(21), + [anon_sym_dEtEctor] = ACTIONS(21), + [anon_sym_dEtEctoR] = ACTIONS(21), + [anon_sym_dEtEctOr] = ACTIONS(21), + [anon_sym_dEtEctOR] = ACTIONS(21), + [anon_sym_dEtEcTor] = ACTIONS(21), + [anon_sym_dEtEcToR] = ACTIONS(21), + [anon_sym_dEtEcTOr] = ACTIONS(21), + [anon_sym_dEtEcTOR] = ACTIONS(21), + [anon_sym_dEtECtor] = ACTIONS(21), + [anon_sym_dEtECtoR] = ACTIONS(21), + [anon_sym_dEtECtOr] = ACTIONS(21), + [anon_sym_dEtECtOR] = ACTIONS(21), + [anon_sym_dEtECTor] = ACTIONS(21), + [anon_sym_dEtECToR] = ACTIONS(21), + [anon_sym_dEtECTOr] = ACTIONS(21), + [anon_sym_dEtECTOR] = ACTIONS(21), + [anon_sym_dETector] = ACTIONS(21), + [anon_sym_dETectoR] = ACTIONS(21), + [anon_sym_dETectOr] = ACTIONS(21), + [anon_sym_dETectOR] = ACTIONS(21), + [anon_sym_dETecTor] = ACTIONS(21), + [anon_sym_dETecToR] = ACTIONS(21), + [anon_sym_dETecTOr] = ACTIONS(21), + [anon_sym_dETecTOR] = ACTIONS(21), + [anon_sym_dETeCtor] = ACTIONS(21), + [anon_sym_dETeCtoR] = ACTIONS(21), + [anon_sym_dETeCtOr] = ACTIONS(21), + [anon_sym_dETeCtOR] = ACTIONS(21), + [anon_sym_dETeCTor] = ACTIONS(21), + [anon_sym_dETeCToR] = ACTIONS(21), + [anon_sym_dETeCTOr] = ACTIONS(21), + [anon_sym_dETeCTOR] = ACTIONS(21), + [anon_sym_dETEctor] = ACTIONS(21), + [anon_sym_dETEctoR] = ACTIONS(21), + [anon_sym_dETEctOr] = ACTIONS(21), + [anon_sym_dETEctOR] = ACTIONS(21), + [anon_sym_dETEcTor] = ACTIONS(21), + [anon_sym_dETEcToR] = ACTIONS(21), + [anon_sym_dETEcTOr] = ACTIONS(21), + [anon_sym_dETEcTOR] = ACTIONS(21), + [anon_sym_dETECtor] = ACTIONS(21), + [anon_sym_dETECtoR] = ACTIONS(21), + [anon_sym_dETECtOr] = ACTIONS(21), + [anon_sym_dETECtOR] = ACTIONS(21), + [anon_sym_dETECTor] = ACTIONS(21), + [anon_sym_dETECToR] = ACTIONS(21), + [anon_sym_dETECTOr] = ACTIONS(21), + [anon_sym_dETECTOR] = ACTIONS(21), + [anon_sym_Detector] = ACTIONS(21), + [anon_sym_DetectoR] = ACTIONS(21), + [anon_sym_DetectOr] = ACTIONS(21), + [anon_sym_DetectOR] = ACTIONS(21), + [anon_sym_DetecTor] = ACTIONS(21), + [anon_sym_DetecToR] = ACTIONS(21), + [anon_sym_DetecTOr] = ACTIONS(21), + [anon_sym_DetecTOR] = ACTIONS(21), + [anon_sym_DeteCtor] = ACTIONS(21), + [anon_sym_DeteCtoR] = ACTIONS(21), + [anon_sym_DeteCtOr] = ACTIONS(21), + [anon_sym_DeteCtOR] = ACTIONS(21), + [anon_sym_DeteCTor] = ACTIONS(21), + [anon_sym_DeteCToR] = ACTIONS(21), + [anon_sym_DeteCTOr] = ACTIONS(21), + [anon_sym_DeteCTOR] = ACTIONS(21), + [anon_sym_DetEctor] = ACTIONS(21), + [anon_sym_DetEctoR] = ACTIONS(21), + [anon_sym_DetEctOr] = ACTIONS(21), + [anon_sym_DetEctOR] = ACTIONS(21), + [anon_sym_DetEcTor] = ACTIONS(21), + [anon_sym_DetEcToR] = ACTIONS(21), + [anon_sym_DetEcTOr] = ACTIONS(21), + [anon_sym_DetEcTOR] = ACTIONS(21), + [anon_sym_DetECtor] = ACTIONS(21), + [anon_sym_DetECtoR] = ACTIONS(21), + [anon_sym_DetECtOr] = ACTIONS(21), + [anon_sym_DetECtOR] = ACTIONS(21), + [anon_sym_DetECTor] = ACTIONS(21), + [anon_sym_DetECToR] = ACTIONS(21), + [anon_sym_DetECTOr] = ACTIONS(21), + [anon_sym_DetECTOR] = ACTIONS(21), + [anon_sym_DeTector] = ACTIONS(21), + [anon_sym_DeTectoR] = ACTIONS(21), + [anon_sym_DeTectOr] = ACTIONS(21), + [anon_sym_DeTectOR] = ACTIONS(21), + [anon_sym_DeTecTor] = ACTIONS(21), + [anon_sym_DeTecToR] = ACTIONS(21), + [anon_sym_DeTecTOr] = ACTIONS(21), + [anon_sym_DeTecTOR] = ACTIONS(21), + [anon_sym_DeTeCtor] = ACTIONS(21), + [anon_sym_DeTeCtoR] = ACTIONS(21), + [anon_sym_DeTeCtOr] = ACTIONS(21), + [anon_sym_DeTeCtOR] = ACTIONS(21), + [anon_sym_DeTeCTor] = ACTIONS(21), + [anon_sym_DeTeCToR] = ACTIONS(21), + [anon_sym_DeTeCTOr] = ACTIONS(21), + [anon_sym_DeTeCTOR] = ACTIONS(21), + [anon_sym_DeTEctor] = ACTIONS(21), + [anon_sym_DeTEctoR] = ACTIONS(21), + [anon_sym_DeTEctOr] = ACTIONS(21), + [anon_sym_DeTEctOR] = ACTIONS(21), + [anon_sym_DeTEcTor] = ACTIONS(21), + [anon_sym_DeTEcToR] = ACTIONS(21), + [anon_sym_DeTEcTOr] = ACTIONS(21), + [anon_sym_DeTEcTOR] = ACTIONS(21), + [anon_sym_DeTECtor] = ACTIONS(21), + [anon_sym_DeTECtoR] = ACTIONS(21), + [anon_sym_DeTECtOr] = ACTIONS(21), + [anon_sym_DeTECtOR] = ACTIONS(21), + [anon_sym_DeTECTor] = ACTIONS(21), + [anon_sym_DeTECToR] = ACTIONS(21), + [anon_sym_DeTECTOr] = ACTIONS(21), + [anon_sym_DeTECTOR] = ACTIONS(21), + [anon_sym_DEtector] = ACTIONS(21), + [anon_sym_DEtectoR] = ACTIONS(21), + [anon_sym_DEtectOr] = ACTIONS(21), + [anon_sym_DEtectOR] = ACTIONS(21), + [anon_sym_DEtecTor] = ACTIONS(21), + [anon_sym_DEtecToR] = ACTIONS(21), + [anon_sym_DEtecTOr] = ACTIONS(21), + [anon_sym_DEtecTOR] = ACTIONS(21), + [anon_sym_DEteCtor] = ACTIONS(21), + [anon_sym_DEteCtoR] = ACTIONS(21), + [anon_sym_DEteCtOr] = ACTIONS(21), + [anon_sym_DEteCtOR] = ACTIONS(21), + [anon_sym_DEteCTor] = ACTIONS(21), + [anon_sym_DEteCToR] = ACTIONS(21), + [anon_sym_DEteCTOr] = ACTIONS(21), + [anon_sym_DEteCTOR] = ACTIONS(21), + [anon_sym_DEtEctor] = ACTIONS(21), + [anon_sym_DEtEctoR] = ACTIONS(21), + [anon_sym_DEtEctOr] = ACTIONS(21), + [anon_sym_DEtEctOR] = ACTIONS(21), + [anon_sym_DEtEcTor] = ACTIONS(21), + [anon_sym_DEtEcToR] = ACTIONS(21), + [anon_sym_DEtEcTOr] = ACTIONS(21), + [anon_sym_DEtEcTOR] = ACTIONS(21), + [anon_sym_DEtECtor] = ACTIONS(21), + [anon_sym_DEtECtoR] = ACTIONS(21), + [anon_sym_DEtECtOr] = ACTIONS(21), + [anon_sym_DEtECtOR] = ACTIONS(21), + [anon_sym_DEtECTor] = ACTIONS(21), + [anon_sym_DEtECToR] = ACTIONS(21), + [anon_sym_DEtECTOr] = ACTIONS(21), + [anon_sym_DEtECTOR] = ACTIONS(21), + [anon_sym_DETector] = ACTIONS(21), + [anon_sym_DETectoR] = ACTIONS(21), + [anon_sym_DETectOr] = ACTIONS(21), + [anon_sym_DETectOR] = ACTIONS(21), + [anon_sym_DETecTor] = ACTIONS(21), + [anon_sym_DETecToR] = ACTIONS(21), + [anon_sym_DETecTOr] = ACTIONS(21), + [anon_sym_DETecTOR] = ACTIONS(21), + [anon_sym_DETeCtor] = ACTIONS(21), + [anon_sym_DETeCtoR] = ACTIONS(21), + [anon_sym_DETeCtOr] = ACTIONS(21), + [anon_sym_DETeCtOR] = ACTIONS(21), + [anon_sym_DETeCTor] = ACTIONS(21), + [anon_sym_DETeCToR] = ACTIONS(21), + [anon_sym_DETeCTOr] = ACTIONS(21), + [anon_sym_DETeCTOR] = ACTIONS(21), + [anon_sym_DETEctor] = ACTIONS(21), + [anon_sym_DETEctoR] = ACTIONS(21), + [anon_sym_DETEctOr] = ACTIONS(21), + [anon_sym_DETEctOR] = ACTIONS(21), + [anon_sym_DETEcTor] = ACTIONS(21), + [anon_sym_DETEcToR] = ACTIONS(21), + [anon_sym_DETEcTOr] = ACTIONS(21), + [anon_sym_DETEcTOR] = ACTIONS(21), + [anon_sym_DETECtor] = ACTIONS(21), + [anon_sym_DETECtoR] = ACTIONS(21), + [anon_sym_DETECtOr] = ACTIONS(21), + [anon_sym_DETECtOR] = ACTIONS(21), + [anon_sym_DETECTor] = ACTIONS(21), + [anon_sym_DETECToR] = ACTIONS(21), + [anon_sym_DETECTOr] = ACTIONS(21), + [anon_sym_DETECTOR] = ACTIONS(21), + [anon_sym_invoke] = ACTIONS(23), + [anon_sym_invokE] = ACTIONS(23), + [anon_sym_invoKe] = ACTIONS(23), + [anon_sym_invoKE] = ACTIONS(23), + [anon_sym_invOke] = ACTIONS(23), + [anon_sym_invOkE] = ACTIONS(23), + [anon_sym_invOKe] = ACTIONS(23), + [anon_sym_invOKE] = ACTIONS(23), + [anon_sym_inVoke] = ACTIONS(23), + [anon_sym_inVokE] = ACTIONS(23), + [anon_sym_inVoKe] = ACTIONS(23), + [anon_sym_inVoKE] = ACTIONS(23), + [anon_sym_inVOke] = ACTIONS(23), + [anon_sym_inVOkE] = ACTIONS(23), + [anon_sym_inVOKe] = ACTIONS(23), + [anon_sym_inVOKE] = ACTIONS(23), + [anon_sym_iNvoke] = ACTIONS(23), + [anon_sym_iNvokE] = ACTIONS(23), + [anon_sym_iNvoKe] = ACTIONS(23), + [anon_sym_iNvoKE] = ACTIONS(23), + [anon_sym_iNvOke] = ACTIONS(23), + [anon_sym_iNvOkE] = ACTIONS(23), + [anon_sym_iNvOKe] = ACTIONS(23), + [anon_sym_iNvOKE] = ACTIONS(23), + [anon_sym_iNVoke] = ACTIONS(23), + [anon_sym_iNVokE] = ACTIONS(23), + [anon_sym_iNVoKe] = ACTIONS(23), + [anon_sym_iNVoKE] = ACTIONS(23), + [anon_sym_iNVOke] = ACTIONS(23), + [anon_sym_iNVOkE] = ACTIONS(23), + [anon_sym_iNVOKe] = ACTIONS(23), + [anon_sym_iNVOKE] = ACTIONS(23), + [anon_sym_Invoke] = ACTIONS(23), + [anon_sym_InvokE] = ACTIONS(23), + [anon_sym_InvoKe] = ACTIONS(23), + [anon_sym_InvoKE] = ACTIONS(23), + [anon_sym_InvOke] = ACTIONS(23), + [anon_sym_InvOkE] = ACTIONS(23), + [anon_sym_InvOKe] = ACTIONS(23), + [anon_sym_InvOKE] = ACTIONS(23), + [anon_sym_InVoke] = ACTIONS(23), + [anon_sym_InVokE] = ACTIONS(23), + [anon_sym_InVoKe] = ACTIONS(23), + [anon_sym_InVoKE] = ACTIONS(23), + [anon_sym_InVOke] = ACTIONS(23), + [anon_sym_InVOkE] = ACTIONS(23), + [anon_sym_InVOKe] = ACTIONS(23), + [anon_sym_InVOKE] = ACTIONS(23), + [anon_sym_INvoke] = ACTIONS(23), + [anon_sym_INvokE] = ACTIONS(23), + [anon_sym_INvoKe] = ACTIONS(23), + [anon_sym_INvoKE] = ACTIONS(23), + [anon_sym_INvOke] = ACTIONS(23), + [anon_sym_INvOkE] = ACTIONS(23), + [anon_sym_INvOKe] = ACTIONS(23), + [anon_sym_INvOKE] = ACTIONS(23), + [anon_sym_INVoke] = ACTIONS(23), + [anon_sym_INVokE] = ACTIONS(23), + [anon_sym_INVoKe] = ACTIONS(23), + [anon_sym_INVoKE] = ACTIONS(23), + [anon_sym_INVOke] = ACTIONS(23), + [anon_sym_INVOkE] = ACTIONS(23), + [anon_sym_INVOKe] = ACTIONS(23), + [anon_sym_INVOKE] = ACTIONS(23), + [anon_sym_select] = ACTIONS(25), + [anon_sym_selecT] = ACTIONS(25), + [anon_sym_seleCt] = ACTIONS(25), + [anon_sym_seleCT] = ACTIONS(25), + [anon_sym_selEct] = ACTIONS(25), + [anon_sym_selEcT] = ACTIONS(25), + [anon_sym_selECt] = ACTIONS(25), + [anon_sym_selECT] = ACTIONS(25), + [anon_sym_seLect] = ACTIONS(25), + [anon_sym_seLecT] = ACTIONS(25), + [anon_sym_seLeCt] = ACTIONS(25), + [anon_sym_seLeCT] = ACTIONS(25), + [anon_sym_seLEct] = ACTIONS(25), + [anon_sym_seLEcT] = ACTIONS(25), + [anon_sym_seLECt] = ACTIONS(25), + [anon_sym_seLECT] = ACTIONS(25), + [anon_sym_sElect] = ACTIONS(25), + [anon_sym_sElecT] = ACTIONS(25), + [anon_sym_sEleCt] = ACTIONS(25), + [anon_sym_sEleCT] = ACTIONS(25), + [anon_sym_sElEct] = ACTIONS(25), + [anon_sym_sElEcT] = ACTIONS(25), + [anon_sym_sElECt] = ACTIONS(25), + [anon_sym_sElECT] = ACTIONS(25), + [anon_sym_sELect] = ACTIONS(25), + [anon_sym_sELecT] = ACTIONS(25), + [anon_sym_sELeCt] = ACTIONS(25), + [anon_sym_sELeCT] = ACTIONS(25), + [anon_sym_sELEct] = ACTIONS(25), + [anon_sym_sELEcT] = ACTIONS(25), + [anon_sym_sELECt] = ACTIONS(25), + [anon_sym_sELECT] = ACTIONS(25), + [anon_sym_Select] = ACTIONS(25), + [anon_sym_SelecT] = ACTIONS(25), + [anon_sym_SeleCt] = ACTIONS(25), + [anon_sym_SeleCT] = ACTIONS(25), + [anon_sym_SelEct] = ACTIONS(25), + [anon_sym_SelEcT] = ACTIONS(25), + [anon_sym_SelECt] = ACTIONS(25), + [anon_sym_SelECT] = ACTIONS(25), + [anon_sym_SeLect] = ACTIONS(25), + [anon_sym_SeLecT] = ACTIONS(25), + [anon_sym_SeLeCt] = ACTIONS(25), + [anon_sym_SeLeCT] = ACTIONS(25), + [anon_sym_SeLEct] = ACTIONS(25), + [anon_sym_SeLEcT] = ACTIONS(25), + [anon_sym_SeLECt] = ACTIONS(25), + [anon_sym_SeLECT] = ACTIONS(25), + [anon_sym_SElect] = ACTIONS(25), + [anon_sym_SElecT] = ACTIONS(25), + [anon_sym_SEleCt] = ACTIONS(25), + [anon_sym_SEleCT] = ACTIONS(25), + [anon_sym_SElEct] = ACTIONS(25), + [anon_sym_SElEcT] = ACTIONS(25), + [anon_sym_SElECt] = ACTIONS(25), + [anon_sym_SElECT] = ACTIONS(25), + [anon_sym_SELect] = ACTIONS(25), + [anon_sym_SELecT] = ACTIONS(25), + [anon_sym_SELeCt] = ACTIONS(25), + [anon_sym_SELeCT] = ACTIONS(25), + [anon_sym_SELEct] = ACTIONS(25), + [anon_sym_SELEcT] = ACTIONS(25), + [anon_sym_SELECt] = ACTIONS(25), + [anon_sym_SELECT] = ACTIONS(25), + }, + [45] = { + [sym_comment] = STATE(45), [sym_identifier] = ACTIONS(222), [anon_sym_POUND] = ACTIONS(3), [sym_variable] = ACTIONS(224), @@ -65233,646 +67912,1491 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SELECt] = ACTIONS(222), [anon_sym_SELECT] = ACTIONS(222), }, - [44] = { - [sym_comment] = STATE(44), - [sym_endwhile_insensitive] = STATE(17), - [anon_sym_POUND] = ACTIONS(3), - [anon_sym_endwhile] = ACTIONS(226), - [anon_sym_endwhilE] = ACTIONS(226), - [anon_sym_endwhiLe] = ACTIONS(226), - [anon_sym_endwhiLE] = ACTIONS(226), - [anon_sym_endwhIle] = ACTIONS(226), - [anon_sym_endwhIlE] = ACTIONS(226), - [anon_sym_endwhILe] = ACTIONS(226), - [anon_sym_endwhILE] = ACTIONS(226), - [anon_sym_endwHile] = ACTIONS(226), - [anon_sym_endwHilE] = ACTIONS(226), - [anon_sym_endwHiLe] = ACTIONS(226), - [anon_sym_endwHiLE] = ACTIONS(226), - [anon_sym_endwHIle] = ACTIONS(226), - [anon_sym_endwHIlE] = ACTIONS(226), - [anon_sym_endwHILe] = ACTIONS(226), - [anon_sym_endwHILE] = ACTIONS(226), - [anon_sym_endWhile] = ACTIONS(226), - [anon_sym_endWhilE] = ACTIONS(226), - [anon_sym_endWhiLe] = ACTIONS(226), - [anon_sym_endWhiLE] = ACTIONS(226), - [anon_sym_endWhIle] = ACTIONS(226), - [anon_sym_endWhIlE] = ACTIONS(226), - [anon_sym_endWhILe] = ACTIONS(226), - [anon_sym_endWhILE] = ACTIONS(226), - [anon_sym_endWHile] = ACTIONS(226), - [anon_sym_endWHilE] = ACTIONS(226), - [anon_sym_endWHiLe] = ACTIONS(226), - [anon_sym_endWHiLE] = ACTIONS(226), - [anon_sym_endWHIle] = ACTIONS(226), - [anon_sym_endWHIlE] = ACTIONS(226), - [anon_sym_endWHILe] = ACTIONS(226), - [anon_sym_endWHILE] = ACTIONS(226), - [anon_sym_enDwhile] = ACTIONS(226), - [anon_sym_enDwhilE] = ACTIONS(226), - [anon_sym_enDwhiLe] = ACTIONS(226), - [anon_sym_enDwhiLE] = ACTIONS(226), - [anon_sym_enDwhIle] = ACTIONS(226), - [anon_sym_enDwhIlE] = ACTIONS(226), - [anon_sym_enDwhILe] = ACTIONS(226), - [anon_sym_enDwhILE] = ACTIONS(226), - [anon_sym_enDwHile] = ACTIONS(226), - [anon_sym_enDwHilE] = ACTIONS(226), - [anon_sym_enDwHiLe] = ACTIONS(226), - [anon_sym_enDwHiLE] = ACTIONS(226), - [anon_sym_enDwHIle] = ACTIONS(226), - [anon_sym_enDwHIlE] = ACTIONS(226), - [anon_sym_enDwHILe] = ACTIONS(226), - [anon_sym_enDwHILE] = ACTIONS(226), - [anon_sym_enDWhile] = ACTIONS(226), - [anon_sym_enDWhilE] = ACTIONS(226), - [anon_sym_enDWhiLe] = ACTIONS(226), - [anon_sym_enDWhiLE] = ACTIONS(226), - [anon_sym_enDWhIle] = ACTIONS(226), - [anon_sym_enDWhIlE] = ACTIONS(226), - [anon_sym_enDWhILe] = ACTIONS(226), - [anon_sym_enDWhILE] = ACTIONS(226), - [anon_sym_enDWHile] = ACTIONS(226), - [anon_sym_enDWHilE] = ACTIONS(226), - [anon_sym_enDWHiLe] = ACTIONS(226), - [anon_sym_enDWHiLE] = ACTIONS(226), - [anon_sym_enDWHIle] = ACTIONS(226), - [anon_sym_enDWHIlE] = ACTIONS(226), - [anon_sym_enDWHILe] = ACTIONS(226), - [anon_sym_enDWHILE] = ACTIONS(226), - [anon_sym_eNdwhile] = ACTIONS(226), - [anon_sym_eNdwhilE] = ACTIONS(226), - [anon_sym_eNdwhiLe] = ACTIONS(226), - [anon_sym_eNdwhiLE] = ACTIONS(226), - [anon_sym_eNdwhIle] = ACTIONS(226), - [anon_sym_eNdwhIlE] = ACTIONS(226), - [anon_sym_eNdwhILe] = ACTIONS(226), - [anon_sym_eNdwhILE] = ACTIONS(226), - [anon_sym_eNdwHile] = ACTIONS(226), - [anon_sym_eNdwHilE] = ACTIONS(226), - [anon_sym_eNdwHiLe] = ACTIONS(226), - [anon_sym_eNdwHiLE] = ACTIONS(226), - [anon_sym_eNdwHIle] = ACTIONS(226), - [anon_sym_eNdwHIlE] = ACTIONS(226), - [anon_sym_eNdwHILe] = ACTIONS(226), - [anon_sym_eNdwHILE] = ACTIONS(226), - [anon_sym_eNdWhile] = ACTIONS(226), - [anon_sym_eNdWhilE] = ACTIONS(226), - [anon_sym_eNdWhiLe] = ACTIONS(226), - [anon_sym_eNdWhiLE] = ACTIONS(226), - [anon_sym_eNdWhIle] = ACTIONS(226), - [anon_sym_eNdWhIlE] = ACTIONS(226), - [anon_sym_eNdWhILe] = ACTIONS(226), - [anon_sym_eNdWhILE] = ACTIONS(226), - [anon_sym_eNdWHile] = ACTIONS(226), - [anon_sym_eNdWHilE] = ACTIONS(226), - [anon_sym_eNdWHiLe] = ACTIONS(226), - [anon_sym_eNdWHiLE] = ACTIONS(226), - [anon_sym_eNdWHIle] = ACTIONS(226), - [anon_sym_eNdWHIlE] = ACTIONS(226), - [anon_sym_eNdWHILe] = ACTIONS(226), - [anon_sym_eNdWHILE] = ACTIONS(226), - [anon_sym_eNDwhile] = ACTIONS(226), - [anon_sym_eNDwhilE] = ACTIONS(226), - [anon_sym_eNDwhiLe] = ACTIONS(226), - [anon_sym_eNDwhiLE] = ACTIONS(226), - [anon_sym_eNDwhIle] = ACTIONS(226), - [anon_sym_eNDwhIlE] = ACTIONS(226), - [anon_sym_eNDwhILe] = ACTIONS(226), - [anon_sym_eNDwhILE] = ACTIONS(226), - [anon_sym_eNDwHile] = ACTIONS(226), - [anon_sym_eNDwHilE] = ACTIONS(226), - [anon_sym_eNDwHiLe] = ACTIONS(226), - [anon_sym_eNDwHiLE] = ACTIONS(226), - [anon_sym_eNDwHIle] = ACTIONS(226), - [anon_sym_eNDwHIlE] = ACTIONS(226), - [anon_sym_eNDwHILe] = ACTIONS(226), - [anon_sym_eNDwHILE] = ACTIONS(226), - [anon_sym_eNDWhile] = ACTIONS(226), - [anon_sym_eNDWhilE] = ACTIONS(226), - [anon_sym_eNDWhiLe] = ACTIONS(226), - [anon_sym_eNDWhiLE] = ACTIONS(226), - [anon_sym_eNDWhIle] = ACTIONS(226), - [anon_sym_eNDWhIlE] = ACTIONS(226), - [anon_sym_eNDWhILe] = ACTIONS(226), - [anon_sym_eNDWhILE] = ACTIONS(226), - [anon_sym_eNDWHile] = ACTIONS(226), - [anon_sym_eNDWHilE] = ACTIONS(226), - [anon_sym_eNDWHiLe] = ACTIONS(226), - [anon_sym_eNDWHiLE] = ACTIONS(226), - [anon_sym_eNDWHIle] = ACTIONS(226), - [anon_sym_eNDWHIlE] = ACTIONS(226), - [anon_sym_eNDWHILe] = ACTIONS(226), - [anon_sym_eNDWHILE] = ACTIONS(226), - [anon_sym_Endwhile] = ACTIONS(226), - [anon_sym_EndwhilE] = ACTIONS(226), - [anon_sym_EndwhiLe] = ACTIONS(226), - [anon_sym_EndwhiLE] = ACTIONS(226), - [anon_sym_EndwhIle] = ACTIONS(226), - [anon_sym_EndwhIlE] = ACTIONS(226), - [anon_sym_EndwhILe] = ACTIONS(226), - [anon_sym_EndwhILE] = ACTIONS(226), - [anon_sym_EndwHile] = ACTIONS(226), - [anon_sym_EndwHilE] = ACTIONS(226), - [anon_sym_EndwHiLe] = ACTIONS(226), - [anon_sym_EndwHiLE] = ACTIONS(226), - [anon_sym_EndwHIle] = ACTIONS(226), - [anon_sym_EndwHIlE] = ACTIONS(226), - [anon_sym_EndwHILe] = ACTIONS(226), - [anon_sym_EndwHILE] = ACTIONS(226), - [anon_sym_EndWhile] = ACTIONS(226), - [anon_sym_EndWhilE] = ACTIONS(226), - [anon_sym_EndWhiLe] = ACTIONS(226), - [anon_sym_EndWhiLE] = ACTIONS(226), - [anon_sym_EndWhIle] = ACTIONS(226), - [anon_sym_EndWhIlE] = ACTIONS(226), - [anon_sym_EndWhILe] = ACTIONS(226), - [anon_sym_EndWhILE] = ACTIONS(226), - [anon_sym_EndWHile] = ACTIONS(226), - [anon_sym_EndWHilE] = ACTIONS(226), - [anon_sym_EndWHiLe] = ACTIONS(226), - [anon_sym_EndWHiLE] = ACTIONS(226), - [anon_sym_EndWHIle] = ACTIONS(226), - [anon_sym_EndWHIlE] = ACTIONS(226), - [anon_sym_EndWHILe] = ACTIONS(226), - [anon_sym_EndWHILE] = ACTIONS(226), - [anon_sym_EnDwhile] = ACTIONS(226), - [anon_sym_EnDwhilE] = ACTIONS(226), - [anon_sym_EnDwhiLe] = ACTIONS(226), - [anon_sym_EnDwhiLE] = ACTIONS(226), - [anon_sym_EnDwhIle] = ACTIONS(226), - [anon_sym_EnDwhIlE] = ACTIONS(226), - [anon_sym_EnDwhILe] = ACTIONS(226), - [anon_sym_EnDwhILE] = ACTIONS(226), - [anon_sym_EnDwHile] = ACTIONS(226), - [anon_sym_EnDwHilE] = ACTIONS(226), - [anon_sym_EnDwHiLe] = ACTIONS(226), - [anon_sym_EnDwHiLE] = ACTIONS(226), - [anon_sym_EnDwHIle] = ACTIONS(226), - [anon_sym_EnDwHIlE] = ACTIONS(226), - [anon_sym_EnDwHILe] = ACTIONS(226), - [anon_sym_EnDwHILE] = ACTIONS(226), - [anon_sym_EnDWhile] = ACTIONS(226), - [anon_sym_EnDWhilE] = ACTIONS(226), - [anon_sym_EnDWhiLe] = ACTIONS(226), - [anon_sym_EnDWhiLE] = ACTIONS(226), - [anon_sym_EnDWhIle] = ACTIONS(226), - [anon_sym_EnDWhIlE] = ACTIONS(226), - [anon_sym_EnDWhILe] = ACTIONS(226), - [anon_sym_EnDWhILE] = ACTIONS(226), - [anon_sym_EnDWHile] = ACTIONS(226), - [anon_sym_EnDWHilE] = ACTIONS(226), - [anon_sym_EnDWHiLe] = ACTIONS(226), - [anon_sym_EnDWHiLE] = ACTIONS(226), - [anon_sym_EnDWHIle] = ACTIONS(226), - [anon_sym_EnDWHIlE] = ACTIONS(226), - [anon_sym_EnDWHILe] = ACTIONS(226), - [anon_sym_EnDWHILE] = ACTIONS(226), - [anon_sym_ENdwhile] = ACTIONS(226), - [anon_sym_ENdwhilE] = ACTIONS(226), - [anon_sym_ENdwhiLe] = ACTIONS(226), - [anon_sym_ENdwhiLE] = ACTIONS(226), - [anon_sym_ENdwhIle] = ACTIONS(226), - [anon_sym_ENdwhIlE] = ACTIONS(226), - [anon_sym_ENdwhILe] = ACTIONS(226), - [anon_sym_ENdwhILE] = ACTIONS(226), - [anon_sym_ENdwHile] = ACTIONS(226), - [anon_sym_ENdwHilE] = ACTIONS(226), - [anon_sym_ENdwHiLe] = ACTIONS(226), - [anon_sym_ENdwHiLE] = ACTIONS(226), - [anon_sym_ENdwHIle] = ACTIONS(226), - [anon_sym_ENdwHIlE] = ACTIONS(226), - [anon_sym_ENdwHILe] = ACTIONS(226), - [anon_sym_ENdwHILE] = ACTIONS(226), - [anon_sym_ENdWhile] = ACTIONS(226), - [anon_sym_ENdWhilE] = ACTIONS(226), - [anon_sym_ENdWhiLe] = ACTIONS(226), - [anon_sym_ENdWhiLE] = ACTIONS(226), - [anon_sym_ENdWhIle] = ACTIONS(226), - [anon_sym_ENdWhIlE] = ACTIONS(226), - [anon_sym_ENdWhILe] = ACTIONS(226), - [anon_sym_ENdWhILE] = ACTIONS(226), - [anon_sym_ENdWHile] = ACTIONS(226), - [anon_sym_ENdWHilE] = ACTIONS(226), - [anon_sym_ENdWHiLe] = ACTIONS(226), - [anon_sym_ENdWHiLE] = ACTIONS(226), - [anon_sym_ENdWHIle] = ACTIONS(226), - [anon_sym_ENdWHIlE] = ACTIONS(226), - [anon_sym_ENdWHILe] = ACTIONS(226), - [anon_sym_ENdWHILE] = ACTIONS(226), - [anon_sym_ENDwhile] = ACTIONS(226), - [anon_sym_ENDwhilE] = ACTIONS(226), - [anon_sym_ENDwhiLe] = ACTIONS(226), - [anon_sym_ENDwhiLE] = ACTIONS(226), - [anon_sym_ENDwhIle] = ACTIONS(226), - [anon_sym_ENDwhIlE] = ACTIONS(226), - [anon_sym_ENDwhILe] = ACTIONS(226), - [anon_sym_ENDwhILE] = ACTIONS(226), - [anon_sym_ENDwHile] = ACTIONS(226), - [anon_sym_ENDwHilE] = ACTIONS(226), - [anon_sym_ENDwHiLe] = ACTIONS(226), - [anon_sym_ENDwHiLE] = ACTIONS(226), - [anon_sym_ENDwHIle] = ACTIONS(226), - [anon_sym_ENDwHIlE] = ACTIONS(226), - [anon_sym_ENDwHILe] = ACTIONS(226), - [anon_sym_ENDwHILE] = ACTIONS(226), - [anon_sym_ENDWhile] = ACTIONS(226), - [anon_sym_ENDWhilE] = ACTIONS(226), - [anon_sym_ENDWhiLe] = ACTIONS(226), - [anon_sym_ENDWhiLE] = ACTIONS(226), - [anon_sym_ENDWhIle] = ACTIONS(226), - [anon_sym_ENDWhIlE] = ACTIONS(226), - [anon_sym_ENDWhILe] = ACTIONS(226), - [anon_sym_ENDWhILE] = ACTIONS(226), - [anon_sym_ENDWHile] = ACTIONS(226), - [anon_sym_ENDWHilE] = ACTIONS(226), - [anon_sym_ENDWHiLe] = ACTIONS(226), - [anon_sym_ENDWHiLE] = ACTIONS(226), - [anon_sym_ENDWHIle] = ACTIONS(226), - [anon_sym_ENDWHIlE] = ACTIONS(226), - [anon_sym_ENDWHILe] = ACTIONS(226), - [anon_sym_ENDWHILE] = ACTIONS(226), - }, - [45] = { - [sym_comment] = STATE(45), - [sym_complete_insensitive] = STATE(13), - [anon_sym_POUND] = ACTIONS(3), - [anon_sym_complete] = ACTIONS(228), - [anon_sym_completE] = ACTIONS(228), - [anon_sym_compleTe] = ACTIONS(228), - [anon_sym_compleTE] = ACTIONS(228), - [anon_sym_complEte] = ACTIONS(228), - [anon_sym_complEtE] = ACTIONS(228), - [anon_sym_complETe] = ACTIONS(228), - [anon_sym_complETE] = ACTIONS(228), - [anon_sym_compLete] = ACTIONS(228), - [anon_sym_compLetE] = ACTIONS(228), - [anon_sym_compLeTe] = ACTIONS(228), - [anon_sym_compLeTE] = ACTIONS(228), - [anon_sym_compLEte] = ACTIONS(228), - [anon_sym_compLEtE] = ACTIONS(228), - [anon_sym_compLETe] = ACTIONS(228), - [anon_sym_compLETE] = ACTIONS(228), - [anon_sym_comPlete] = ACTIONS(228), - [anon_sym_comPletE] = ACTIONS(228), - [anon_sym_comPleTe] = ACTIONS(228), - [anon_sym_comPleTE] = ACTIONS(228), - [anon_sym_comPlEte] = ACTIONS(228), - [anon_sym_comPlEtE] = ACTIONS(228), - [anon_sym_comPlETe] = ACTIONS(228), - [anon_sym_comPlETE] = ACTIONS(228), - [anon_sym_comPLete] = ACTIONS(228), - [anon_sym_comPLetE] = ACTIONS(228), - [anon_sym_comPLeTe] = ACTIONS(228), - [anon_sym_comPLeTE] = ACTIONS(228), - [anon_sym_comPLEte] = ACTIONS(228), - [anon_sym_comPLEtE] = ACTIONS(228), - [anon_sym_comPLETe] = ACTIONS(228), - [anon_sym_comPLETE] = ACTIONS(228), - [anon_sym_coMplete] = ACTIONS(228), - [anon_sym_coMpletE] = ACTIONS(228), - [anon_sym_coMpleTe] = ACTIONS(228), - [anon_sym_coMpleTE] = ACTIONS(228), - [anon_sym_coMplEte] = ACTIONS(228), - [anon_sym_coMplEtE] = ACTIONS(228), - [anon_sym_coMplETe] = ACTIONS(228), - [anon_sym_coMplETE] = ACTIONS(228), - [anon_sym_coMpLete] = ACTIONS(228), - [anon_sym_coMpLetE] = ACTIONS(228), - [anon_sym_coMpLeTe] = ACTIONS(228), - [anon_sym_coMpLeTE] = ACTIONS(228), - [anon_sym_coMpLEte] = ACTIONS(228), - [anon_sym_coMpLEtE] = ACTIONS(228), - [anon_sym_coMpLETe] = ACTIONS(228), - [anon_sym_coMpLETE] = ACTIONS(228), - [anon_sym_coMPlete] = ACTIONS(228), - [anon_sym_coMPletE] = ACTIONS(228), - [anon_sym_coMPleTe] = ACTIONS(228), - [anon_sym_coMPleTE] = ACTIONS(228), - [anon_sym_coMPlEte] = ACTIONS(228), - [anon_sym_coMPlEtE] = ACTIONS(228), - [anon_sym_coMPlETe] = ACTIONS(228), - [anon_sym_coMPlETE] = ACTIONS(228), - [anon_sym_coMPLete] = ACTIONS(228), - [anon_sym_coMPLetE] = ACTIONS(228), - [anon_sym_coMPLeTe] = ACTIONS(228), - [anon_sym_coMPLeTE] = ACTIONS(228), - [anon_sym_coMPLEte] = ACTIONS(228), - [anon_sym_coMPLEtE] = ACTIONS(228), - [anon_sym_coMPLETe] = ACTIONS(228), - [anon_sym_coMPLETE] = ACTIONS(228), - [anon_sym_cOmplete] = ACTIONS(228), - [anon_sym_cOmpletE] = ACTIONS(228), - [anon_sym_cOmpleTe] = ACTIONS(228), - [anon_sym_cOmpleTE] = ACTIONS(228), - [anon_sym_cOmplEte] = ACTIONS(228), - [anon_sym_cOmplEtE] = ACTIONS(228), - [anon_sym_cOmplETe] = ACTIONS(228), - [anon_sym_cOmplETE] = ACTIONS(228), - [anon_sym_cOmpLete] = ACTIONS(228), - [anon_sym_cOmpLetE] = ACTIONS(228), - [anon_sym_cOmpLeTe] = ACTIONS(228), - [anon_sym_cOmpLeTE] = ACTIONS(228), - [anon_sym_cOmpLEte] = ACTIONS(228), - [anon_sym_cOmpLEtE] = ACTIONS(228), - [anon_sym_cOmpLETe] = ACTIONS(228), - [anon_sym_cOmpLETE] = ACTIONS(228), - [anon_sym_cOmPlete] = ACTIONS(228), - [anon_sym_cOmPletE] = ACTIONS(228), - [anon_sym_cOmPleTe] = ACTIONS(228), - [anon_sym_cOmPleTE] = ACTIONS(228), - [anon_sym_cOmPlEte] = ACTIONS(228), - [anon_sym_cOmPlEtE] = ACTIONS(228), - [anon_sym_cOmPlETe] = ACTIONS(228), - [anon_sym_cOmPlETE] = ACTIONS(228), - [anon_sym_cOmPLete] = ACTIONS(228), - [anon_sym_cOmPLetE] = ACTIONS(228), - [anon_sym_cOmPLeTe] = ACTIONS(228), - [anon_sym_cOmPLeTE] = ACTIONS(228), - [anon_sym_cOmPLEte] = ACTIONS(228), - [anon_sym_cOmPLEtE] = ACTIONS(228), - [anon_sym_cOmPLETe] = ACTIONS(228), - [anon_sym_cOmPLETE] = ACTIONS(228), - [anon_sym_cOMplete] = ACTIONS(228), - [anon_sym_cOMpletE] = ACTIONS(228), - [anon_sym_cOMpleTe] = ACTIONS(228), - [anon_sym_cOMpleTE] = ACTIONS(228), - [anon_sym_cOMplEte] = ACTIONS(228), - [anon_sym_cOMplEtE] = ACTIONS(228), - [anon_sym_cOMplETe] = ACTIONS(228), - [anon_sym_cOMplETE] = ACTIONS(228), - [anon_sym_cOMpLete] = ACTIONS(228), - [anon_sym_cOMpLetE] = ACTIONS(228), - [anon_sym_cOMpLeTe] = ACTIONS(228), - [anon_sym_cOMpLeTE] = ACTIONS(228), - [anon_sym_cOMpLEte] = ACTIONS(228), - [anon_sym_cOMpLEtE] = ACTIONS(228), - [anon_sym_cOMpLETe] = ACTIONS(228), - [anon_sym_cOMpLETE] = ACTIONS(228), - [anon_sym_cOMPlete] = ACTIONS(228), - [anon_sym_cOMPletE] = ACTIONS(228), - [anon_sym_cOMPleTe] = ACTIONS(228), - [anon_sym_cOMPleTE] = ACTIONS(228), - [anon_sym_cOMPlEte] = ACTIONS(228), - [anon_sym_cOMPlEtE] = ACTIONS(228), - [anon_sym_cOMPlETe] = ACTIONS(228), - [anon_sym_cOMPlETE] = ACTIONS(228), - [anon_sym_cOMPLete] = ACTIONS(228), - [anon_sym_cOMPLetE] = ACTIONS(228), - [anon_sym_cOMPLeTe] = ACTIONS(228), - [anon_sym_cOMPLeTE] = ACTIONS(228), - [anon_sym_cOMPLEte] = ACTIONS(228), - [anon_sym_cOMPLEtE] = ACTIONS(228), - [anon_sym_cOMPLETe] = ACTIONS(228), - [anon_sym_cOMPLETE] = ACTIONS(228), - [anon_sym_Complete] = ACTIONS(228), - [anon_sym_CompletE] = ACTIONS(228), - [anon_sym_CompleTe] = ACTIONS(228), - [anon_sym_CompleTE] = ACTIONS(228), - [anon_sym_ComplEte] = ACTIONS(228), - [anon_sym_ComplEtE] = ACTIONS(228), - [anon_sym_ComplETe] = ACTIONS(228), - [anon_sym_ComplETE] = ACTIONS(228), - [anon_sym_CompLete] = ACTIONS(228), - [anon_sym_CompLetE] = ACTIONS(228), - [anon_sym_CompLeTe] = ACTIONS(228), - [anon_sym_CompLeTE] = ACTIONS(228), - [anon_sym_CompLEte] = ACTIONS(228), - [anon_sym_CompLEtE] = ACTIONS(228), - [anon_sym_CompLETe] = ACTIONS(228), - [anon_sym_CompLETE] = ACTIONS(228), - [anon_sym_ComPlete] = ACTIONS(228), - [anon_sym_ComPletE] = ACTIONS(228), - [anon_sym_ComPleTe] = ACTIONS(228), - [anon_sym_ComPleTE] = ACTIONS(228), - [anon_sym_ComPlEte] = ACTIONS(228), - [anon_sym_ComPlEtE] = ACTIONS(228), - [anon_sym_ComPlETe] = ACTIONS(228), - [anon_sym_ComPlETE] = ACTIONS(228), - [anon_sym_ComPLete] = ACTIONS(228), - [anon_sym_ComPLetE] = ACTIONS(228), - [anon_sym_ComPLeTe] = ACTIONS(228), - [anon_sym_ComPLeTE] = ACTIONS(228), - [anon_sym_ComPLEte] = ACTIONS(228), - [anon_sym_ComPLEtE] = ACTIONS(228), - [anon_sym_ComPLETe] = ACTIONS(228), - [anon_sym_ComPLETE] = ACTIONS(228), - [anon_sym_CoMplete] = ACTIONS(228), - [anon_sym_CoMpletE] = ACTIONS(228), - [anon_sym_CoMpleTe] = ACTIONS(228), - [anon_sym_CoMpleTE] = ACTIONS(228), - [anon_sym_CoMplEte] = ACTIONS(228), - [anon_sym_CoMplEtE] = ACTIONS(228), - [anon_sym_CoMplETe] = ACTIONS(228), - [anon_sym_CoMplETE] = ACTIONS(228), - [anon_sym_CoMpLete] = ACTIONS(228), - [anon_sym_CoMpLetE] = ACTIONS(228), - [anon_sym_CoMpLeTe] = ACTIONS(228), - [anon_sym_CoMpLeTE] = ACTIONS(228), - [anon_sym_CoMpLEte] = ACTIONS(228), - [anon_sym_CoMpLEtE] = ACTIONS(228), - [anon_sym_CoMpLETe] = ACTIONS(228), - [anon_sym_CoMpLETE] = ACTIONS(228), - [anon_sym_CoMPlete] = ACTIONS(228), - [anon_sym_CoMPletE] = ACTIONS(228), - [anon_sym_CoMPleTe] = ACTIONS(228), - [anon_sym_CoMPleTE] = ACTIONS(228), - [anon_sym_CoMPlEte] = ACTIONS(228), - [anon_sym_CoMPlEtE] = ACTIONS(228), - [anon_sym_CoMPlETe] = ACTIONS(228), - [anon_sym_CoMPlETE] = ACTIONS(228), - [anon_sym_CoMPLete] = ACTIONS(228), - [anon_sym_CoMPLetE] = ACTIONS(228), - [anon_sym_CoMPLeTe] = ACTIONS(228), - [anon_sym_CoMPLeTE] = ACTIONS(228), - [anon_sym_CoMPLEte] = ACTIONS(228), - [anon_sym_CoMPLEtE] = ACTIONS(228), - [anon_sym_CoMPLETe] = ACTIONS(228), - [anon_sym_CoMPLETE] = ACTIONS(228), - [anon_sym_COmplete] = ACTIONS(228), - [anon_sym_COmpletE] = ACTIONS(228), - [anon_sym_COmpleTe] = ACTIONS(228), - [anon_sym_COmpleTE] = ACTIONS(228), - [anon_sym_COmplEte] = ACTIONS(228), - [anon_sym_COmplEtE] = ACTIONS(228), - [anon_sym_COmplETe] = ACTIONS(228), - [anon_sym_COmplETE] = ACTIONS(228), - [anon_sym_COmpLete] = ACTIONS(228), - [anon_sym_COmpLetE] = ACTIONS(228), - [anon_sym_COmpLeTe] = ACTIONS(228), - [anon_sym_COmpLeTE] = ACTIONS(228), - [anon_sym_COmpLEte] = ACTIONS(228), - [anon_sym_COmpLEtE] = ACTIONS(228), - [anon_sym_COmpLETe] = ACTIONS(228), - [anon_sym_COmpLETE] = ACTIONS(228), - [anon_sym_COmPlete] = ACTIONS(228), - [anon_sym_COmPletE] = ACTIONS(228), - [anon_sym_COmPleTe] = ACTIONS(228), - [anon_sym_COmPleTE] = ACTIONS(228), - [anon_sym_COmPlEte] = ACTIONS(228), - [anon_sym_COmPlEtE] = ACTIONS(228), - [anon_sym_COmPlETe] = ACTIONS(228), - [anon_sym_COmPlETE] = ACTIONS(228), - [anon_sym_COmPLete] = ACTIONS(228), - [anon_sym_COmPLetE] = ACTIONS(228), - [anon_sym_COmPLeTe] = ACTIONS(228), - [anon_sym_COmPLeTE] = ACTIONS(228), - [anon_sym_COmPLEte] = ACTIONS(228), - [anon_sym_COmPLEtE] = ACTIONS(228), - [anon_sym_COmPLETe] = ACTIONS(228), - [anon_sym_COmPLETE] = ACTIONS(228), - [anon_sym_COMplete] = ACTIONS(228), - [anon_sym_COMpletE] = ACTIONS(228), - [anon_sym_COMpleTe] = ACTIONS(228), - [anon_sym_COMpleTE] = ACTIONS(228), - [anon_sym_COMplEte] = ACTIONS(228), - [anon_sym_COMplEtE] = ACTIONS(228), - [anon_sym_COMplETe] = ACTIONS(228), - [anon_sym_COMplETE] = ACTIONS(228), - [anon_sym_COMpLete] = ACTIONS(228), - [anon_sym_COMpLetE] = ACTIONS(228), - [anon_sym_COMpLeTe] = ACTIONS(228), - [anon_sym_COMpLeTE] = ACTIONS(228), - [anon_sym_COMpLEte] = ACTIONS(228), - [anon_sym_COMpLEtE] = ACTIONS(228), - [anon_sym_COMpLETe] = ACTIONS(228), - [anon_sym_COMpLETE] = ACTIONS(228), - [anon_sym_COMPlete] = ACTIONS(228), - [anon_sym_COMPletE] = ACTIONS(228), - [anon_sym_COMPleTe] = ACTIONS(228), - [anon_sym_COMPleTE] = ACTIONS(228), - [anon_sym_COMPlEte] = ACTIONS(228), - [anon_sym_COMPlEtE] = ACTIONS(228), - [anon_sym_COMPlETe] = ACTIONS(228), - [anon_sym_COMPlETE] = ACTIONS(228), - [anon_sym_COMPLete] = ACTIONS(228), - [anon_sym_COMPLetE] = ACTIONS(228), - [anon_sym_COMPLeTe] = ACTIONS(228), - [anon_sym_COMPLeTE] = ACTIONS(228), - [anon_sym_COMPLEte] = ACTIONS(228), - [anon_sym_COMPLEtE] = ACTIONS(228), - [anon_sym_COMPLETe] = ACTIONS(228), - [anon_sym_COMPLETE] = ACTIONS(228), - }, [46] = { [sym_comment] = STATE(46), - [sym_else_insensitive] = STATE(37), - [sym_elseif_insensitive] = STATE(37), - [sym_endif_insensitive] = STATE(15), + [sym_identifier] = ACTIONS(226), [anon_sym_POUND] = ACTIONS(3), - [anon_sym_else] = ACTIONS(230), - [anon_sym_elsE] = ACTIONS(230), - [anon_sym_elSe] = ACTIONS(230), - [anon_sym_elSE] = ACTIONS(230), - [anon_sym_eLse] = ACTIONS(230), - [anon_sym_eLsE] = ACTIONS(230), - [anon_sym_eLSe] = ACTIONS(230), - [anon_sym_eLSE] = ACTIONS(230), - [anon_sym_Else] = ACTIONS(230), - [anon_sym_ElsE] = ACTIONS(230), - [anon_sym_ElSe] = ACTIONS(230), - [anon_sym_ElSE] = ACTIONS(230), - [anon_sym_ELse] = ACTIONS(230), - [anon_sym_ELsE] = ACTIONS(230), - [anon_sym_ELSe] = ACTIONS(230), - [anon_sym_ELSE] = ACTIONS(230), - [anon_sym_elseif] = ACTIONS(232), - [anon_sym_elseiF] = ACTIONS(232), - [anon_sym_elseIf] = ACTIONS(232), - [anon_sym_elseIF] = ACTIONS(232), - [anon_sym_elsEif] = ACTIONS(232), - [anon_sym_elsEiF] = ACTIONS(232), - [anon_sym_elsEIf] = ACTIONS(232), - [anon_sym_elsEIF] = ACTIONS(232), - [anon_sym_elSeif] = ACTIONS(232), - [anon_sym_elSeiF] = ACTIONS(232), - [anon_sym_elSeIf] = ACTIONS(232), - [anon_sym_elSeIF] = ACTIONS(232), - [anon_sym_elSEif] = ACTIONS(232), - [anon_sym_elSEiF] = ACTIONS(232), - [anon_sym_elSEIf] = ACTIONS(232), - [anon_sym_elSEIF] = ACTIONS(232), - [anon_sym_eLseif] = ACTIONS(232), - [anon_sym_eLseiF] = ACTIONS(232), - [anon_sym_eLseIf] = ACTIONS(232), - [anon_sym_eLseIF] = ACTIONS(232), - [anon_sym_eLsEif] = ACTIONS(232), - [anon_sym_eLsEiF] = ACTIONS(232), - [anon_sym_eLsEIf] = ACTIONS(232), - [anon_sym_eLsEIF] = ACTIONS(232), - [anon_sym_eLSeif] = ACTIONS(232), - [anon_sym_eLSeiF] = ACTIONS(232), - [anon_sym_eLSeIf] = ACTIONS(232), - [anon_sym_eLSeIF] = ACTIONS(232), - [anon_sym_eLSEif] = ACTIONS(232), - [anon_sym_eLSEiF] = ACTIONS(232), - [anon_sym_eLSEIf] = ACTIONS(232), - [anon_sym_eLSEIF] = ACTIONS(232), - [anon_sym_Elseif] = ACTIONS(232), - [anon_sym_ElseiF] = ACTIONS(232), - [anon_sym_ElseIf] = ACTIONS(232), - [anon_sym_ElseIF] = ACTIONS(232), - [anon_sym_ElsEif] = ACTIONS(232), - [anon_sym_ElsEiF] = ACTIONS(232), - [anon_sym_ElsEIf] = ACTIONS(232), - [anon_sym_ElsEIF] = ACTIONS(232), - [anon_sym_ElSeif] = ACTIONS(232), - [anon_sym_ElSeiF] = ACTIONS(232), - [anon_sym_ElSeIf] = ACTIONS(232), - [anon_sym_ElSeIF] = ACTIONS(232), - [anon_sym_ElSEif] = ACTIONS(232), - [anon_sym_ElSEiF] = ACTIONS(232), - [anon_sym_ElSEIf] = ACTIONS(232), - [anon_sym_ElSEIF] = ACTIONS(232), - [anon_sym_ELseif] = ACTIONS(232), - [anon_sym_ELseiF] = ACTIONS(232), - [anon_sym_ELseIf] = ACTIONS(232), - [anon_sym_ELseIF] = ACTIONS(232), - [anon_sym_ELsEif] = ACTIONS(232), - [anon_sym_ELsEiF] = ACTIONS(232), - [anon_sym_ELsEIf] = ACTIONS(232), - [anon_sym_ELsEIF] = ACTIONS(232), - [anon_sym_ELSeif] = ACTIONS(232), - [anon_sym_ELSeiF] = ACTIONS(232), - [anon_sym_ELSeIf] = ACTIONS(232), - [anon_sym_ELSeIF] = ACTIONS(232), - [anon_sym_ELSEif] = ACTIONS(232), - [anon_sym_ELSEiF] = ACTIONS(232), - [anon_sym_ELSEIf] = ACTIONS(232), - [anon_sym_ELSEIF] = ACTIONS(232), - [anon_sym_endif] = ACTIONS(234), - [anon_sym_endiF] = ACTIONS(234), - [anon_sym_endIf] = ACTIONS(234), - [anon_sym_endIF] = ACTIONS(234), - [anon_sym_enDif] = ACTIONS(234), - [anon_sym_enDiF] = ACTIONS(234), - [anon_sym_enDIf] = ACTIONS(234), - [anon_sym_enDIF] = ACTIONS(234), - [anon_sym_eNdif] = ACTIONS(234), - [anon_sym_eNdiF] = ACTIONS(234), - [anon_sym_eNdIf] = ACTIONS(234), - [anon_sym_eNdIF] = ACTIONS(234), - [anon_sym_eNDif] = ACTIONS(234), - [anon_sym_eNDiF] = ACTIONS(234), - [anon_sym_eNDIf] = ACTIONS(234), - [anon_sym_eNDIF] = ACTIONS(234), - [anon_sym_Endif] = ACTIONS(234), - [anon_sym_EndiF] = ACTIONS(234), - [anon_sym_EndIf] = ACTIONS(234), - [anon_sym_EndIF] = ACTIONS(234), - [anon_sym_EnDif] = ACTIONS(234), - [anon_sym_EnDiF] = ACTIONS(234), - [anon_sym_EnDIf] = ACTIONS(234), - [anon_sym_EnDIF] = ACTIONS(234), - [anon_sym_ENdif] = ACTIONS(234), - [anon_sym_ENdiF] = ACTIONS(234), - [anon_sym_ENdIf] = ACTIONS(234), - [anon_sym_ENdIF] = ACTIONS(234), - [anon_sym_ENDif] = ACTIONS(234), - [anon_sym_ENDiF] = ACTIONS(234), - [anon_sym_ENDIf] = ACTIONS(234), - [anon_sym_ENDIF] = ACTIONS(234), + [sym_variable] = ACTIONS(228), + [anon_sym_action] = ACTIONS(226), + [anon_sym_actioN] = ACTIONS(226), + [anon_sym_actiOn] = ACTIONS(226), + [anon_sym_actiON] = ACTIONS(226), + [anon_sym_actIon] = ACTIONS(226), + [anon_sym_actIoN] = ACTIONS(226), + [anon_sym_actIOn] = ACTIONS(226), + [anon_sym_actION] = ACTIONS(226), + [anon_sym_acTion] = ACTIONS(226), + [anon_sym_acTioN] = ACTIONS(226), + [anon_sym_acTiOn] = ACTIONS(226), + [anon_sym_acTiON] = ACTIONS(226), + [anon_sym_acTIon] = ACTIONS(226), + [anon_sym_acTIoN] = ACTIONS(226), + [anon_sym_acTIOn] = ACTIONS(226), + [anon_sym_acTION] = ACTIONS(226), + [anon_sym_aCtion] = ACTIONS(226), + [anon_sym_aCtioN] = ACTIONS(226), + [anon_sym_aCtiOn] = ACTIONS(226), + [anon_sym_aCtiON] = ACTIONS(226), + [anon_sym_aCtIon] = ACTIONS(226), + [anon_sym_aCtIoN] = ACTIONS(226), + [anon_sym_aCtIOn] = ACTIONS(226), + [anon_sym_aCtION] = ACTIONS(226), + [anon_sym_aCTion] = ACTIONS(226), + [anon_sym_aCTioN] = ACTIONS(226), + [anon_sym_aCTiOn] = ACTIONS(226), + [anon_sym_aCTiON] = ACTIONS(226), + [anon_sym_aCTIon] = ACTIONS(226), + [anon_sym_aCTIoN] = ACTIONS(226), + [anon_sym_aCTIOn] = ACTIONS(226), + [anon_sym_aCTION] = ACTIONS(226), + [anon_sym_Action] = ACTIONS(226), + [anon_sym_ActioN] = ACTIONS(226), + [anon_sym_ActiOn] = ACTIONS(226), + [anon_sym_ActiON] = ACTIONS(226), + [anon_sym_ActIon] = ACTIONS(226), + [anon_sym_ActIoN] = ACTIONS(226), + [anon_sym_ActIOn] = ACTIONS(226), + [anon_sym_ActION] = ACTIONS(226), + [anon_sym_AcTion] = ACTIONS(226), + [anon_sym_AcTioN] = ACTIONS(226), + [anon_sym_AcTiOn] = ACTIONS(226), + [anon_sym_AcTiON] = ACTIONS(226), + [anon_sym_AcTIon] = ACTIONS(226), + [anon_sym_AcTIoN] = ACTIONS(226), + [anon_sym_AcTIOn] = ACTIONS(226), + [anon_sym_AcTION] = ACTIONS(226), + [anon_sym_ACtion] = ACTIONS(226), + [anon_sym_ACtioN] = ACTIONS(226), + [anon_sym_ACtiOn] = ACTIONS(226), + [anon_sym_ACtiON] = ACTIONS(226), + [anon_sym_ACtIon] = ACTIONS(226), + [anon_sym_ACtIoN] = ACTIONS(226), + [anon_sym_ACtIOn] = ACTIONS(226), + [anon_sym_ACtION] = ACTIONS(226), + [anon_sym_ACTion] = ACTIONS(226), + [anon_sym_ACTioN] = ACTIONS(226), + [anon_sym_ACTiOn] = ACTIONS(226), + [anon_sym_ACTiON] = ACTIONS(226), + [anon_sym_ACTIon] = ACTIONS(226), + [anon_sym_ACTIoN] = ACTIONS(226), + [anon_sym_ACTIOn] = ACTIONS(226), + [anon_sym_ACTION] = ACTIONS(226), + [anon_sym_if] = ACTIONS(226), + [anon_sym_iF] = ACTIONS(226), + [anon_sym_If] = ACTIONS(226), + [anon_sym_IF] = ACTIONS(226), + [anon_sym_while] = ACTIONS(226), + [anon_sym_whilE] = ACTIONS(226), + [anon_sym_whiLe] = ACTIONS(226), + [anon_sym_whiLE] = ACTIONS(226), + [anon_sym_whIle] = ACTIONS(226), + [anon_sym_whIlE] = ACTIONS(226), + [anon_sym_whILe] = ACTIONS(226), + [anon_sym_whILE] = ACTIONS(226), + [anon_sym_wHile] = ACTIONS(226), + [anon_sym_wHilE] = ACTIONS(226), + [anon_sym_wHiLe] = ACTIONS(226), + [anon_sym_wHiLE] = ACTIONS(226), + [anon_sym_wHIle] = ACTIONS(226), + [anon_sym_wHIlE] = ACTIONS(226), + [anon_sym_wHILe] = ACTIONS(226), + [anon_sym_wHILE] = ACTIONS(226), + [anon_sym_While] = ACTIONS(226), + [anon_sym_WhilE] = ACTIONS(226), + [anon_sym_WhiLe] = ACTIONS(226), + [anon_sym_WhiLE] = ACTIONS(226), + [anon_sym_WhIle] = ACTIONS(226), + [anon_sym_WhIlE] = ACTIONS(226), + [anon_sym_WhILe] = ACTIONS(226), + [anon_sym_WhILE] = ACTIONS(226), + [anon_sym_WHile] = ACTIONS(226), + [anon_sym_WHilE] = ACTIONS(226), + [anon_sym_WHiLe] = ACTIONS(226), + [anon_sym_WHiLE] = ACTIONS(226), + [anon_sym_WHIle] = ACTIONS(226), + [anon_sym_WHIlE] = ACTIONS(226), + [anon_sym_WHILe] = ACTIONS(226), + [anon_sym_WHILE] = ACTIONS(226), + [anon_sym_detector] = ACTIONS(226), + [anon_sym_detectoR] = ACTIONS(226), + [anon_sym_detectOr] = ACTIONS(226), + [anon_sym_detectOR] = ACTIONS(226), + [anon_sym_detecTor] = ACTIONS(226), + [anon_sym_detecToR] = ACTIONS(226), + [anon_sym_detecTOr] = ACTIONS(226), + [anon_sym_detecTOR] = ACTIONS(226), + [anon_sym_deteCtor] = ACTIONS(226), + [anon_sym_deteCtoR] = ACTIONS(226), + [anon_sym_deteCtOr] = ACTIONS(226), + [anon_sym_deteCtOR] = ACTIONS(226), + [anon_sym_deteCTor] = ACTIONS(226), + [anon_sym_deteCToR] = ACTIONS(226), + [anon_sym_deteCTOr] = ACTIONS(226), + [anon_sym_deteCTOR] = ACTIONS(226), + [anon_sym_detEctor] = ACTIONS(226), + [anon_sym_detEctoR] = ACTIONS(226), + [anon_sym_detEctOr] = ACTIONS(226), + [anon_sym_detEctOR] = ACTIONS(226), + [anon_sym_detEcTor] = ACTIONS(226), + [anon_sym_detEcToR] = ACTIONS(226), + [anon_sym_detEcTOr] = ACTIONS(226), + [anon_sym_detEcTOR] = ACTIONS(226), + [anon_sym_detECtor] = ACTIONS(226), + [anon_sym_detECtoR] = ACTIONS(226), + [anon_sym_detECtOr] = ACTIONS(226), + [anon_sym_detECtOR] = ACTIONS(226), + [anon_sym_detECTor] = ACTIONS(226), + [anon_sym_detECToR] = ACTIONS(226), + [anon_sym_detECTOr] = ACTIONS(226), + [anon_sym_detECTOR] = ACTIONS(226), + [anon_sym_deTector] = ACTIONS(226), + [anon_sym_deTectoR] = ACTIONS(226), + [anon_sym_deTectOr] = ACTIONS(226), + [anon_sym_deTectOR] = ACTIONS(226), + [anon_sym_deTecTor] = ACTIONS(226), + [anon_sym_deTecToR] = ACTIONS(226), + [anon_sym_deTecTOr] = ACTIONS(226), + [anon_sym_deTecTOR] = ACTIONS(226), + [anon_sym_deTeCtor] = ACTIONS(226), + [anon_sym_deTeCtoR] = ACTIONS(226), + [anon_sym_deTeCtOr] = ACTIONS(226), + [anon_sym_deTeCtOR] = ACTIONS(226), + [anon_sym_deTeCTor] = ACTIONS(226), + [anon_sym_deTeCToR] = ACTIONS(226), + [anon_sym_deTeCTOr] = ACTIONS(226), + [anon_sym_deTeCTOR] = ACTIONS(226), + [anon_sym_deTEctor] = ACTIONS(226), + [anon_sym_deTEctoR] = ACTIONS(226), + [anon_sym_deTEctOr] = ACTIONS(226), + [anon_sym_deTEctOR] = ACTIONS(226), + [anon_sym_deTEcTor] = ACTIONS(226), + [anon_sym_deTEcToR] = ACTIONS(226), + [anon_sym_deTEcTOr] = ACTIONS(226), + [anon_sym_deTEcTOR] = ACTIONS(226), + [anon_sym_deTECtor] = ACTIONS(226), + [anon_sym_deTECtoR] = ACTIONS(226), + [anon_sym_deTECtOr] = ACTIONS(226), + [anon_sym_deTECtOR] = ACTIONS(226), + [anon_sym_deTECTor] = ACTIONS(226), + [anon_sym_deTECToR] = ACTIONS(226), + [anon_sym_deTECTOr] = ACTIONS(226), + [anon_sym_deTECTOR] = ACTIONS(226), + [anon_sym_dEtector] = ACTIONS(226), + [anon_sym_dEtectoR] = ACTIONS(226), + [anon_sym_dEtectOr] = ACTIONS(226), + [anon_sym_dEtectOR] = ACTIONS(226), + [anon_sym_dEtecTor] = ACTIONS(226), + [anon_sym_dEtecToR] = ACTIONS(226), + [anon_sym_dEtecTOr] = ACTIONS(226), + [anon_sym_dEtecTOR] = ACTIONS(226), + [anon_sym_dEteCtor] = ACTIONS(226), + [anon_sym_dEteCtoR] = ACTIONS(226), + [anon_sym_dEteCtOr] = ACTIONS(226), + [anon_sym_dEteCtOR] = ACTIONS(226), + [anon_sym_dEteCTor] = ACTIONS(226), + [anon_sym_dEteCToR] = ACTIONS(226), + [anon_sym_dEteCTOr] = ACTIONS(226), + [anon_sym_dEteCTOR] = ACTIONS(226), + [anon_sym_dEtEctor] = ACTIONS(226), + [anon_sym_dEtEctoR] = ACTIONS(226), + [anon_sym_dEtEctOr] = ACTIONS(226), + [anon_sym_dEtEctOR] = ACTIONS(226), + [anon_sym_dEtEcTor] = ACTIONS(226), + [anon_sym_dEtEcToR] = ACTIONS(226), + [anon_sym_dEtEcTOr] = ACTIONS(226), + [anon_sym_dEtEcTOR] = ACTIONS(226), + [anon_sym_dEtECtor] = ACTIONS(226), + [anon_sym_dEtECtoR] = ACTIONS(226), + [anon_sym_dEtECtOr] = ACTIONS(226), + [anon_sym_dEtECtOR] = ACTIONS(226), + [anon_sym_dEtECTor] = ACTIONS(226), + [anon_sym_dEtECToR] = ACTIONS(226), + [anon_sym_dEtECTOr] = ACTIONS(226), + [anon_sym_dEtECTOR] = ACTIONS(226), + [anon_sym_dETector] = ACTIONS(226), + [anon_sym_dETectoR] = ACTIONS(226), + [anon_sym_dETectOr] = ACTIONS(226), + [anon_sym_dETectOR] = ACTIONS(226), + [anon_sym_dETecTor] = ACTIONS(226), + [anon_sym_dETecToR] = ACTIONS(226), + [anon_sym_dETecTOr] = ACTIONS(226), + [anon_sym_dETecTOR] = ACTIONS(226), + [anon_sym_dETeCtor] = ACTIONS(226), + [anon_sym_dETeCtoR] = ACTIONS(226), + [anon_sym_dETeCtOr] = ACTIONS(226), + [anon_sym_dETeCtOR] = ACTIONS(226), + [anon_sym_dETeCTor] = ACTIONS(226), + [anon_sym_dETeCToR] = ACTIONS(226), + [anon_sym_dETeCTOr] = ACTIONS(226), + [anon_sym_dETeCTOR] = ACTIONS(226), + [anon_sym_dETEctor] = ACTIONS(226), + [anon_sym_dETEctoR] = ACTIONS(226), + [anon_sym_dETEctOr] = ACTIONS(226), + [anon_sym_dETEctOR] = ACTIONS(226), + [anon_sym_dETEcTor] = ACTIONS(226), + [anon_sym_dETEcToR] = ACTIONS(226), + [anon_sym_dETEcTOr] = ACTIONS(226), + [anon_sym_dETEcTOR] = ACTIONS(226), + [anon_sym_dETECtor] = ACTIONS(226), + [anon_sym_dETECtoR] = ACTIONS(226), + [anon_sym_dETECtOr] = ACTIONS(226), + [anon_sym_dETECtOR] = ACTIONS(226), + [anon_sym_dETECTor] = ACTIONS(226), + [anon_sym_dETECToR] = ACTIONS(226), + [anon_sym_dETECTOr] = ACTIONS(226), + [anon_sym_dETECTOR] = ACTIONS(226), + [anon_sym_Detector] = ACTIONS(226), + [anon_sym_DetectoR] = ACTIONS(226), + [anon_sym_DetectOr] = ACTIONS(226), + [anon_sym_DetectOR] = ACTIONS(226), + [anon_sym_DetecTor] = ACTIONS(226), + [anon_sym_DetecToR] = ACTIONS(226), + [anon_sym_DetecTOr] = ACTIONS(226), + [anon_sym_DetecTOR] = ACTIONS(226), + [anon_sym_DeteCtor] = ACTIONS(226), + [anon_sym_DeteCtoR] = ACTIONS(226), + [anon_sym_DeteCtOr] = ACTIONS(226), + [anon_sym_DeteCtOR] = ACTIONS(226), + [anon_sym_DeteCTor] = ACTIONS(226), + [anon_sym_DeteCToR] = ACTIONS(226), + [anon_sym_DeteCTOr] = ACTIONS(226), + [anon_sym_DeteCTOR] = ACTIONS(226), + [anon_sym_DetEctor] = ACTIONS(226), + [anon_sym_DetEctoR] = ACTIONS(226), + [anon_sym_DetEctOr] = ACTIONS(226), + [anon_sym_DetEctOR] = ACTIONS(226), + [anon_sym_DetEcTor] = ACTIONS(226), + [anon_sym_DetEcToR] = ACTIONS(226), + [anon_sym_DetEcTOr] = ACTIONS(226), + [anon_sym_DetEcTOR] = ACTIONS(226), + [anon_sym_DetECtor] = ACTIONS(226), + [anon_sym_DetECtoR] = ACTIONS(226), + [anon_sym_DetECtOr] = ACTIONS(226), + [anon_sym_DetECtOR] = ACTIONS(226), + [anon_sym_DetECTor] = ACTIONS(226), + [anon_sym_DetECToR] = ACTIONS(226), + [anon_sym_DetECTOr] = ACTIONS(226), + [anon_sym_DetECTOR] = ACTIONS(226), + [anon_sym_DeTector] = ACTIONS(226), + [anon_sym_DeTectoR] = ACTIONS(226), + [anon_sym_DeTectOr] = ACTIONS(226), + [anon_sym_DeTectOR] = ACTIONS(226), + [anon_sym_DeTecTor] = ACTIONS(226), + [anon_sym_DeTecToR] = ACTIONS(226), + [anon_sym_DeTecTOr] = ACTIONS(226), + [anon_sym_DeTecTOR] = ACTIONS(226), + [anon_sym_DeTeCtor] = ACTIONS(226), + [anon_sym_DeTeCtoR] = ACTIONS(226), + [anon_sym_DeTeCtOr] = ACTIONS(226), + [anon_sym_DeTeCtOR] = ACTIONS(226), + [anon_sym_DeTeCTor] = ACTIONS(226), + [anon_sym_DeTeCToR] = ACTIONS(226), + [anon_sym_DeTeCTOr] = ACTIONS(226), + [anon_sym_DeTeCTOR] = ACTIONS(226), + [anon_sym_DeTEctor] = ACTIONS(226), + [anon_sym_DeTEctoR] = ACTIONS(226), + [anon_sym_DeTEctOr] = ACTIONS(226), + [anon_sym_DeTEctOR] = ACTIONS(226), + [anon_sym_DeTEcTor] = ACTIONS(226), + [anon_sym_DeTEcToR] = ACTIONS(226), + [anon_sym_DeTEcTOr] = ACTIONS(226), + [anon_sym_DeTEcTOR] = ACTIONS(226), + [anon_sym_DeTECtor] = ACTIONS(226), + [anon_sym_DeTECtoR] = ACTIONS(226), + [anon_sym_DeTECtOr] = ACTIONS(226), + [anon_sym_DeTECtOR] = ACTIONS(226), + [anon_sym_DeTECTor] = ACTIONS(226), + [anon_sym_DeTECToR] = ACTIONS(226), + [anon_sym_DeTECTOr] = ACTIONS(226), + [anon_sym_DeTECTOR] = ACTIONS(226), + [anon_sym_DEtector] = ACTIONS(226), + [anon_sym_DEtectoR] = ACTIONS(226), + [anon_sym_DEtectOr] = ACTIONS(226), + [anon_sym_DEtectOR] = ACTIONS(226), + [anon_sym_DEtecTor] = ACTIONS(226), + [anon_sym_DEtecToR] = ACTIONS(226), + [anon_sym_DEtecTOr] = ACTIONS(226), + [anon_sym_DEtecTOR] = ACTIONS(226), + [anon_sym_DEteCtor] = ACTIONS(226), + [anon_sym_DEteCtoR] = ACTIONS(226), + [anon_sym_DEteCtOr] = ACTIONS(226), + [anon_sym_DEteCtOR] = ACTIONS(226), + [anon_sym_DEteCTor] = ACTIONS(226), + [anon_sym_DEteCToR] = ACTIONS(226), + [anon_sym_DEteCTOr] = ACTIONS(226), + [anon_sym_DEteCTOR] = ACTIONS(226), + [anon_sym_DEtEctor] = ACTIONS(226), + [anon_sym_DEtEctoR] = ACTIONS(226), + [anon_sym_DEtEctOr] = ACTIONS(226), + [anon_sym_DEtEctOR] = ACTIONS(226), + [anon_sym_DEtEcTor] = ACTIONS(226), + [anon_sym_DEtEcToR] = ACTIONS(226), + [anon_sym_DEtEcTOr] = ACTIONS(226), + [anon_sym_DEtEcTOR] = ACTIONS(226), + [anon_sym_DEtECtor] = ACTIONS(226), + [anon_sym_DEtECtoR] = ACTIONS(226), + [anon_sym_DEtECtOr] = ACTIONS(226), + [anon_sym_DEtECtOR] = ACTIONS(226), + [anon_sym_DEtECTor] = ACTIONS(226), + [anon_sym_DEtECToR] = ACTIONS(226), + [anon_sym_DEtECTOr] = ACTIONS(226), + [anon_sym_DEtECTOR] = ACTIONS(226), + [anon_sym_DETector] = ACTIONS(226), + [anon_sym_DETectoR] = ACTIONS(226), + [anon_sym_DETectOr] = ACTIONS(226), + [anon_sym_DETectOR] = ACTIONS(226), + [anon_sym_DETecTor] = ACTIONS(226), + [anon_sym_DETecToR] = ACTIONS(226), + [anon_sym_DETecTOr] = ACTIONS(226), + [anon_sym_DETecTOR] = ACTIONS(226), + [anon_sym_DETeCtor] = ACTIONS(226), + [anon_sym_DETeCtoR] = ACTIONS(226), + [anon_sym_DETeCtOr] = ACTIONS(226), + [anon_sym_DETeCtOR] = ACTIONS(226), + [anon_sym_DETeCTor] = ACTIONS(226), + [anon_sym_DETeCToR] = ACTIONS(226), + [anon_sym_DETeCTOr] = ACTIONS(226), + [anon_sym_DETeCTOR] = ACTIONS(226), + [anon_sym_DETEctor] = ACTIONS(226), + [anon_sym_DETEctoR] = ACTIONS(226), + [anon_sym_DETEctOr] = ACTIONS(226), + [anon_sym_DETEctOR] = ACTIONS(226), + [anon_sym_DETEcTor] = ACTIONS(226), + [anon_sym_DETEcToR] = ACTIONS(226), + [anon_sym_DETEcTOr] = ACTIONS(226), + [anon_sym_DETEcTOR] = ACTIONS(226), + [anon_sym_DETECtor] = ACTIONS(226), + [anon_sym_DETECtoR] = ACTIONS(226), + [anon_sym_DETECtOr] = ACTIONS(226), + [anon_sym_DETECtOR] = ACTIONS(226), + [anon_sym_DETECTor] = ACTIONS(226), + [anon_sym_DETECToR] = ACTIONS(226), + [anon_sym_DETECTOr] = ACTIONS(226), + [anon_sym_DETECTOR] = ACTIONS(226), + [anon_sym_invoke] = ACTIONS(226), + [anon_sym_invokE] = ACTIONS(226), + [anon_sym_invoKe] = ACTIONS(226), + [anon_sym_invoKE] = ACTIONS(226), + [anon_sym_invOke] = ACTIONS(226), + [anon_sym_invOkE] = ACTIONS(226), + [anon_sym_invOKe] = ACTIONS(226), + [anon_sym_invOKE] = ACTIONS(226), + [anon_sym_inVoke] = ACTIONS(226), + [anon_sym_inVokE] = ACTIONS(226), + [anon_sym_inVoKe] = ACTIONS(226), + [anon_sym_inVoKE] = ACTIONS(226), + [anon_sym_inVOke] = ACTIONS(226), + [anon_sym_inVOkE] = ACTIONS(226), + [anon_sym_inVOKe] = ACTIONS(226), + [anon_sym_inVOKE] = ACTIONS(226), + [anon_sym_iNvoke] = ACTIONS(226), + [anon_sym_iNvokE] = ACTIONS(226), + [anon_sym_iNvoKe] = ACTIONS(226), + [anon_sym_iNvoKE] = ACTIONS(226), + [anon_sym_iNvOke] = ACTIONS(226), + [anon_sym_iNvOkE] = ACTIONS(226), + [anon_sym_iNvOKe] = ACTIONS(226), + [anon_sym_iNvOKE] = ACTIONS(226), + [anon_sym_iNVoke] = ACTIONS(226), + [anon_sym_iNVokE] = ACTIONS(226), + [anon_sym_iNVoKe] = ACTIONS(226), + [anon_sym_iNVoKE] = ACTIONS(226), + [anon_sym_iNVOke] = ACTIONS(226), + [anon_sym_iNVOkE] = ACTIONS(226), + [anon_sym_iNVOKe] = ACTIONS(226), + [anon_sym_iNVOKE] = ACTIONS(226), + [anon_sym_Invoke] = ACTIONS(226), + [anon_sym_InvokE] = ACTIONS(226), + [anon_sym_InvoKe] = ACTIONS(226), + [anon_sym_InvoKE] = ACTIONS(226), + [anon_sym_InvOke] = ACTIONS(226), + [anon_sym_InvOkE] = ACTIONS(226), + [anon_sym_InvOKe] = ACTIONS(226), + [anon_sym_InvOKE] = ACTIONS(226), + [anon_sym_InVoke] = ACTIONS(226), + [anon_sym_InVokE] = ACTIONS(226), + [anon_sym_InVoKe] = ACTIONS(226), + [anon_sym_InVoKE] = ACTIONS(226), + [anon_sym_InVOke] = ACTIONS(226), + [anon_sym_InVOkE] = ACTIONS(226), + [anon_sym_InVOKe] = ACTIONS(226), + [anon_sym_InVOKE] = ACTIONS(226), + [anon_sym_INvoke] = ACTIONS(226), + [anon_sym_INvokE] = ACTIONS(226), + [anon_sym_INvoKe] = ACTIONS(226), + [anon_sym_INvoKE] = ACTIONS(226), + [anon_sym_INvOke] = ACTIONS(226), + [anon_sym_INvOkE] = ACTIONS(226), + [anon_sym_INvOKe] = ACTIONS(226), + [anon_sym_INvOKE] = ACTIONS(226), + [anon_sym_INVoke] = ACTIONS(226), + [anon_sym_INVokE] = ACTIONS(226), + [anon_sym_INVoKe] = ACTIONS(226), + [anon_sym_INVoKE] = ACTIONS(226), + [anon_sym_INVOke] = ACTIONS(226), + [anon_sym_INVOkE] = ACTIONS(226), + [anon_sym_INVOKe] = ACTIONS(226), + [anon_sym_INVOKE] = ACTIONS(226), + [anon_sym_select] = ACTIONS(226), + [anon_sym_selecT] = ACTIONS(226), + [anon_sym_seleCt] = ACTIONS(226), + [anon_sym_seleCT] = ACTIONS(226), + [anon_sym_selEct] = ACTIONS(226), + [anon_sym_selEcT] = ACTIONS(226), + [anon_sym_selECt] = ACTIONS(226), + [anon_sym_selECT] = ACTIONS(226), + [anon_sym_seLect] = ACTIONS(226), + [anon_sym_seLecT] = ACTIONS(226), + [anon_sym_seLeCt] = ACTIONS(226), + [anon_sym_seLeCT] = ACTIONS(226), + [anon_sym_seLEct] = ACTIONS(226), + [anon_sym_seLEcT] = ACTIONS(226), + [anon_sym_seLECt] = ACTIONS(226), + [anon_sym_seLECT] = ACTIONS(226), + [anon_sym_sElect] = ACTIONS(226), + [anon_sym_sElecT] = ACTIONS(226), + [anon_sym_sEleCt] = ACTIONS(226), + [anon_sym_sEleCT] = ACTIONS(226), + [anon_sym_sElEct] = ACTIONS(226), + [anon_sym_sElEcT] = ACTIONS(226), + [anon_sym_sElECt] = ACTIONS(226), + [anon_sym_sElECT] = ACTIONS(226), + [anon_sym_sELect] = ACTIONS(226), + [anon_sym_sELecT] = ACTIONS(226), + [anon_sym_sELeCt] = ACTIONS(226), + [anon_sym_sELeCT] = ACTIONS(226), + [anon_sym_sELEct] = ACTIONS(226), + [anon_sym_sELEcT] = ACTIONS(226), + [anon_sym_sELECt] = ACTIONS(226), + [anon_sym_sELECT] = ACTIONS(226), + [anon_sym_Select] = ACTIONS(226), + [anon_sym_SelecT] = ACTIONS(226), + [anon_sym_SeleCt] = ACTIONS(226), + [anon_sym_SeleCT] = ACTIONS(226), + [anon_sym_SelEct] = ACTIONS(226), + [anon_sym_SelEcT] = ACTIONS(226), + [anon_sym_SelECt] = ACTIONS(226), + [anon_sym_SelECT] = ACTIONS(226), + [anon_sym_SeLect] = ACTIONS(226), + [anon_sym_SeLecT] = ACTIONS(226), + [anon_sym_SeLeCt] = ACTIONS(226), + [anon_sym_SeLeCT] = ACTIONS(226), + [anon_sym_SeLEct] = ACTIONS(226), + [anon_sym_SeLEcT] = ACTIONS(226), + [anon_sym_SeLECt] = ACTIONS(226), + [anon_sym_SeLECT] = ACTIONS(226), + [anon_sym_SElect] = ACTIONS(226), + [anon_sym_SElecT] = ACTIONS(226), + [anon_sym_SEleCt] = ACTIONS(226), + [anon_sym_SEleCT] = ACTIONS(226), + [anon_sym_SElEct] = ACTIONS(226), + [anon_sym_SElEcT] = ACTIONS(226), + [anon_sym_SElECt] = ACTIONS(226), + [anon_sym_SElECT] = ACTIONS(226), + [anon_sym_SELect] = ACTIONS(226), + [anon_sym_SELecT] = ACTIONS(226), + [anon_sym_SELeCt] = ACTIONS(226), + [anon_sym_SELeCT] = ACTIONS(226), + [anon_sym_SELEct] = ACTIONS(226), + [anon_sym_SELEcT] = ACTIONS(226), + [anon_sym_SELECt] = ACTIONS(226), + [anon_sym_SELECT] = ACTIONS(226), + }, + [47] = { + [sym_comment] = STATE(47), + [sym_endwhile_insensitive] = STATE(21), + [anon_sym_POUND] = ACTIONS(3), + [anon_sym_endwhile] = ACTIONS(230), + [anon_sym_endwhilE] = ACTIONS(230), + [anon_sym_endwhiLe] = ACTIONS(230), + [anon_sym_endwhiLE] = ACTIONS(230), + [anon_sym_endwhIle] = ACTIONS(230), + [anon_sym_endwhIlE] = ACTIONS(230), + [anon_sym_endwhILe] = ACTIONS(230), + [anon_sym_endwhILE] = ACTIONS(230), + [anon_sym_endwHile] = ACTIONS(230), + [anon_sym_endwHilE] = ACTIONS(230), + [anon_sym_endwHiLe] = ACTIONS(230), + [anon_sym_endwHiLE] = ACTIONS(230), + [anon_sym_endwHIle] = ACTIONS(230), + [anon_sym_endwHIlE] = ACTIONS(230), + [anon_sym_endwHILe] = ACTIONS(230), + [anon_sym_endwHILE] = ACTIONS(230), + [anon_sym_endWhile] = ACTIONS(230), + [anon_sym_endWhilE] = ACTIONS(230), + [anon_sym_endWhiLe] = ACTIONS(230), + [anon_sym_endWhiLE] = ACTIONS(230), + [anon_sym_endWhIle] = ACTIONS(230), + [anon_sym_endWhIlE] = ACTIONS(230), + [anon_sym_endWhILe] = ACTIONS(230), + [anon_sym_endWhILE] = ACTIONS(230), + [anon_sym_endWHile] = ACTIONS(230), + [anon_sym_endWHilE] = ACTIONS(230), + [anon_sym_endWHiLe] = ACTIONS(230), + [anon_sym_endWHiLE] = ACTIONS(230), + [anon_sym_endWHIle] = ACTIONS(230), + [anon_sym_endWHIlE] = ACTIONS(230), + [anon_sym_endWHILe] = ACTIONS(230), + [anon_sym_endWHILE] = ACTIONS(230), + [anon_sym_enDwhile] = ACTIONS(230), + [anon_sym_enDwhilE] = ACTIONS(230), + [anon_sym_enDwhiLe] = ACTIONS(230), + [anon_sym_enDwhiLE] = ACTIONS(230), + [anon_sym_enDwhIle] = ACTIONS(230), + [anon_sym_enDwhIlE] = ACTIONS(230), + [anon_sym_enDwhILe] = ACTIONS(230), + [anon_sym_enDwhILE] = ACTIONS(230), + [anon_sym_enDwHile] = ACTIONS(230), + [anon_sym_enDwHilE] = ACTIONS(230), + [anon_sym_enDwHiLe] = ACTIONS(230), + [anon_sym_enDwHiLE] = ACTIONS(230), + [anon_sym_enDwHIle] = ACTIONS(230), + [anon_sym_enDwHIlE] = ACTIONS(230), + [anon_sym_enDwHILe] = ACTIONS(230), + [anon_sym_enDwHILE] = ACTIONS(230), + [anon_sym_enDWhile] = ACTIONS(230), + [anon_sym_enDWhilE] = ACTIONS(230), + [anon_sym_enDWhiLe] = ACTIONS(230), + [anon_sym_enDWhiLE] = ACTIONS(230), + [anon_sym_enDWhIle] = ACTIONS(230), + [anon_sym_enDWhIlE] = ACTIONS(230), + [anon_sym_enDWhILe] = ACTIONS(230), + [anon_sym_enDWhILE] = ACTIONS(230), + [anon_sym_enDWHile] = ACTIONS(230), + [anon_sym_enDWHilE] = ACTIONS(230), + [anon_sym_enDWHiLe] = ACTIONS(230), + [anon_sym_enDWHiLE] = ACTIONS(230), + [anon_sym_enDWHIle] = ACTIONS(230), + [anon_sym_enDWHIlE] = ACTIONS(230), + [anon_sym_enDWHILe] = ACTIONS(230), + [anon_sym_enDWHILE] = ACTIONS(230), + [anon_sym_eNdwhile] = ACTIONS(230), + [anon_sym_eNdwhilE] = ACTIONS(230), + [anon_sym_eNdwhiLe] = ACTIONS(230), + [anon_sym_eNdwhiLE] = ACTIONS(230), + [anon_sym_eNdwhIle] = ACTIONS(230), + [anon_sym_eNdwhIlE] = ACTIONS(230), + [anon_sym_eNdwhILe] = ACTIONS(230), + [anon_sym_eNdwhILE] = ACTIONS(230), + [anon_sym_eNdwHile] = ACTIONS(230), + [anon_sym_eNdwHilE] = ACTIONS(230), + [anon_sym_eNdwHiLe] = ACTIONS(230), + [anon_sym_eNdwHiLE] = ACTIONS(230), + [anon_sym_eNdwHIle] = ACTIONS(230), + [anon_sym_eNdwHIlE] = ACTIONS(230), + [anon_sym_eNdwHILe] = ACTIONS(230), + [anon_sym_eNdwHILE] = ACTIONS(230), + [anon_sym_eNdWhile] = ACTIONS(230), + [anon_sym_eNdWhilE] = ACTIONS(230), + [anon_sym_eNdWhiLe] = ACTIONS(230), + [anon_sym_eNdWhiLE] = ACTIONS(230), + [anon_sym_eNdWhIle] = ACTIONS(230), + [anon_sym_eNdWhIlE] = ACTIONS(230), + [anon_sym_eNdWhILe] = ACTIONS(230), + [anon_sym_eNdWhILE] = ACTIONS(230), + [anon_sym_eNdWHile] = ACTIONS(230), + [anon_sym_eNdWHilE] = ACTIONS(230), + [anon_sym_eNdWHiLe] = ACTIONS(230), + [anon_sym_eNdWHiLE] = ACTIONS(230), + [anon_sym_eNdWHIle] = ACTIONS(230), + [anon_sym_eNdWHIlE] = ACTIONS(230), + [anon_sym_eNdWHILe] = ACTIONS(230), + [anon_sym_eNdWHILE] = ACTIONS(230), + [anon_sym_eNDwhile] = ACTIONS(230), + [anon_sym_eNDwhilE] = ACTIONS(230), + [anon_sym_eNDwhiLe] = ACTIONS(230), + [anon_sym_eNDwhiLE] = ACTIONS(230), + [anon_sym_eNDwhIle] = ACTIONS(230), + [anon_sym_eNDwhIlE] = ACTIONS(230), + [anon_sym_eNDwhILe] = ACTIONS(230), + [anon_sym_eNDwhILE] = ACTIONS(230), + [anon_sym_eNDwHile] = ACTIONS(230), + [anon_sym_eNDwHilE] = ACTIONS(230), + [anon_sym_eNDwHiLe] = ACTIONS(230), + [anon_sym_eNDwHiLE] = ACTIONS(230), + [anon_sym_eNDwHIle] = ACTIONS(230), + [anon_sym_eNDwHIlE] = ACTIONS(230), + [anon_sym_eNDwHILe] = ACTIONS(230), + [anon_sym_eNDwHILE] = ACTIONS(230), + [anon_sym_eNDWhile] = ACTIONS(230), + [anon_sym_eNDWhilE] = ACTIONS(230), + [anon_sym_eNDWhiLe] = ACTIONS(230), + [anon_sym_eNDWhiLE] = ACTIONS(230), + [anon_sym_eNDWhIle] = ACTIONS(230), + [anon_sym_eNDWhIlE] = ACTIONS(230), + [anon_sym_eNDWhILe] = ACTIONS(230), + [anon_sym_eNDWhILE] = ACTIONS(230), + [anon_sym_eNDWHile] = ACTIONS(230), + [anon_sym_eNDWHilE] = ACTIONS(230), + [anon_sym_eNDWHiLe] = ACTIONS(230), + [anon_sym_eNDWHiLE] = ACTIONS(230), + [anon_sym_eNDWHIle] = ACTIONS(230), + [anon_sym_eNDWHIlE] = ACTIONS(230), + [anon_sym_eNDWHILe] = ACTIONS(230), + [anon_sym_eNDWHILE] = ACTIONS(230), + [anon_sym_Endwhile] = ACTIONS(230), + [anon_sym_EndwhilE] = ACTIONS(230), + [anon_sym_EndwhiLe] = ACTIONS(230), + [anon_sym_EndwhiLE] = ACTIONS(230), + [anon_sym_EndwhIle] = ACTIONS(230), + [anon_sym_EndwhIlE] = ACTIONS(230), + [anon_sym_EndwhILe] = ACTIONS(230), + [anon_sym_EndwhILE] = ACTIONS(230), + [anon_sym_EndwHile] = ACTIONS(230), + [anon_sym_EndwHilE] = ACTIONS(230), + [anon_sym_EndwHiLe] = ACTIONS(230), + [anon_sym_EndwHiLE] = ACTIONS(230), + [anon_sym_EndwHIle] = ACTIONS(230), + [anon_sym_EndwHIlE] = ACTIONS(230), + [anon_sym_EndwHILe] = ACTIONS(230), + [anon_sym_EndwHILE] = ACTIONS(230), + [anon_sym_EndWhile] = ACTIONS(230), + [anon_sym_EndWhilE] = ACTIONS(230), + [anon_sym_EndWhiLe] = ACTIONS(230), + [anon_sym_EndWhiLE] = ACTIONS(230), + [anon_sym_EndWhIle] = ACTIONS(230), + [anon_sym_EndWhIlE] = ACTIONS(230), + [anon_sym_EndWhILe] = ACTIONS(230), + [anon_sym_EndWhILE] = ACTIONS(230), + [anon_sym_EndWHile] = ACTIONS(230), + [anon_sym_EndWHilE] = ACTIONS(230), + [anon_sym_EndWHiLe] = ACTIONS(230), + [anon_sym_EndWHiLE] = ACTIONS(230), + [anon_sym_EndWHIle] = ACTIONS(230), + [anon_sym_EndWHIlE] = ACTIONS(230), + [anon_sym_EndWHILe] = ACTIONS(230), + [anon_sym_EndWHILE] = ACTIONS(230), + [anon_sym_EnDwhile] = ACTIONS(230), + [anon_sym_EnDwhilE] = ACTIONS(230), + [anon_sym_EnDwhiLe] = ACTIONS(230), + [anon_sym_EnDwhiLE] = ACTIONS(230), + [anon_sym_EnDwhIle] = ACTIONS(230), + [anon_sym_EnDwhIlE] = ACTIONS(230), + [anon_sym_EnDwhILe] = ACTIONS(230), + [anon_sym_EnDwhILE] = ACTIONS(230), + [anon_sym_EnDwHile] = ACTIONS(230), + [anon_sym_EnDwHilE] = ACTIONS(230), + [anon_sym_EnDwHiLe] = ACTIONS(230), + [anon_sym_EnDwHiLE] = ACTIONS(230), + [anon_sym_EnDwHIle] = ACTIONS(230), + [anon_sym_EnDwHIlE] = ACTIONS(230), + [anon_sym_EnDwHILe] = ACTIONS(230), + [anon_sym_EnDwHILE] = ACTIONS(230), + [anon_sym_EnDWhile] = ACTIONS(230), + [anon_sym_EnDWhilE] = ACTIONS(230), + [anon_sym_EnDWhiLe] = ACTIONS(230), + [anon_sym_EnDWhiLE] = ACTIONS(230), + [anon_sym_EnDWhIle] = ACTIONS(230), + [anon_sym_EnDWhIlE] = ACTIONS(230), + [anon_sym_EnDWhILe] = ACTIONS(230), + [anon_sym_EnDWhILE] = ACTIONS(230), + [anon_sym_EnDWHile] = ACTIONS(230), + [anon_sym_EnDWHilE] = ACTIONS(230), + [anon_sym_EnDWHiLe] = ACTIONS(230), + [anon_sym_EnDWHiLE] = ACTIONS(230), + [anon_sym_EnDWHIle] = ACTIONS(230), + [anon_sym_EnDWHIlE] = ACTIONS(230), + [anon_sym_EnDWHILe] = ACTIONS(230), + [anon_sym_EnDWHILE] = ACTIONS(230), + [anon_sym_ENdwhile] = ACTIONS(230), + [anon_sym_ENdwhilE] = ACTIONS(230), + [anon_sym_ENdwhiLe] = ACTIONS(230), + [anon_sym_ENdwhiLE] = ACTIONS(230), + [anon_sym_ENdwhIle] = ACTIONS(230), + [anon_sym_ENdwhIlE] = ACTIONS(230), + [anon_sym_ENdwhILe] = ACTIONS(230), + [anon_sym_ENdwhILE] = ACTIONS(230), + [anon_sym_ENdwHile] = ACTIONS(230), + [anon_sym_ENdwHilE] = ACTIONS(230), + [anon_sym_ENdwHiLe] = ACTIONS(230), + [anon_sym_ENdwHiLE] = ACTIONS(230), + [anon_sym_ENdwHIle] = ACTIONS(230), + [anon_sym_ENdwHIlE] = ACTIONS(230), + [anon_sym_ENdwHILe] = ACTIONS(230), + [anon_sym_ENdwHILE] = ACTIONS(230), + [anon_sym_ENdWhile] = ACTIONS(230), + [anon_sym_ENdWhilE] = ACTIONS(230), + [anon_sym_ENdWhiLe] = ACTIONS(230), + [anon_sym_ENdWhiLE] = ACTIONS(230), + [anon_sym_ENdWhIle] = ACTIONS(230), + [anon_sym_ENdWhIlE] = ACTIONS(230), + [anon_sym_ENdWhILe] = ACTIONS(230), + [anon_sym_ENdWhILE] = ACTIONS(230), + [anon_sym_ENdWHile] = ACTIONS(230), + [anon_sym_ENdWHilE] = ACTIONS(230), + [anon_sym_ENdWHiLe] = ACTIONS(230), + [anon_sym_ENdWHiLE] = ACTIONS(230), + [anon_sym_ENdWHIle] = ACTIONS(230), + [anon_sym_ENdWHIlE] = ACTIONS(230), + [anon_sym_ENdWHILe] = ACTIONS(230), + [anon_sym_ENdWHILE] = ACTIONS(230), + [anon_sym_ENDwhile] = ACTIONS(230), + [anon_sym_ENDwhilE] = ACTIONS(230), + [anon_sym_ENDwhiLe] = ACTIONS(230), + [anon_sym_ENDwhiLE] = ACTIONS(230), + [anon_sym_ENDwhIle] = ACTIONS(230), + [anon_sym_ENDwhIlE] = ACTIONS(230), + [anon_sym_ENDwhILe] = ACTIONS(230), + [anon_sym_ENDwhILE] = ACTIONS(230), + [anon_sym_ENDwHile] = ACTIONS(230), + [anon_sym_ENDwHilE] = ACTIONS(230), + [anon_sym_ENDwHiLe] = ACTIONS(230), + [anon_sym_ENDwHiLE] = ACTIONS(230), + [anon_sym_ENDwHIle] = ACTIONS(230), + [anon_sym_ENDwHIlE] = ACTIONS(230), + [anon_sym_ENDwHILe] = ACTIONS(230), + [anon_sym_ENDwHILE] = ACTIONS(230), + [anon_sym_ENDWhile] = ACTIONS(230), + [anon_sym_ENDWhilE] = ACTIONS(230), + [anon_sym_ENDWhiLe] = ACTIONS(230), + [anon_sym_ENDWhiLE] = ACTIONS(230), + [anon_sym_ENDWhIle] = ACTIONS(230), + [anon_sym_ENDWhIlE] = ACTIONS(230), + [anon_sym_ENDWhILe] = ACTIONS(230), + [anon_sym_ENDWhILE] = ACTIONS(230), + [anon_sym_ENDWHile] = ACTIONS(230), + [anon_sym_ENDWHilE] = ACTIONS(230), + [anon_sym_ENDWHiLe] = ACTIONS(230), + [anon_sym_ENDWHiLE] = ACTIONS(230), + [anon_sym_ENDWHIle] = ACTIONS(230), + [anon_sym_ENDWHIlE] = ACTIONS(230), + [anon_sym_ENDWHILe] = ACTIONS(230), + [anon_sym_ENDWHILE] = ACTIONS(230), + }, + [48] = { + [sym_comment] = STATE(48), + [sym_complete_insensitive] = STATE(15), + [anon_sym_POUND] = ACTIONS(3), + [anon_sym_complete] = ACTIONS(232), + [anon_sym_completE] = ACTIONS(232), + [anon_sym_compleTe] = ACTIONS(232), + [anon_sym_compleTE] = ACTIONS(232), + [anon_sym_complEte] = ACTIONS(232), + [anon_sym_complEtE] = ACTIONS(232), + [anon_sym_complETe] = ACTIONS(232), + [anon_sym_complETE] = ACTIONS(232), + [anon_sym_compLete] = ACTIONS(232), + [anon_sym_compLetE] = ACTIONS(232), + [anon_sym_compLeTe] = ACTIONS(232), + [anon_sym_compLeTE] = ACTIONS(232), + [anon_sym_compLEte] = ACTIONS(232), + [anon_sym_compLEtE] = ACTIONS(232), + [anon_sym_compLETe] = ACTIONS(232), + [anon_sym_compLETE] = ACTIONS(232), + [anon_sym_comPlete] = ACTIONS(232), + [anon_sym_comPletE] = ACTIONS(232), + [anon_sym_comPleTe] = ACTIONS(232), + [anon_sym_comPleTE] = ACTIONS(232), + [anon_sym_comPlEte] = ACTIONS(232), + [anon_sym_comPlEtE] = ACTIONS(232), + [anon_sym_comPlETe] = ACTIONS(232), + [anon_sym_comPlETE] = ACTIONS(232), + [anon_sym_comPLete] = ACTIONS(232), + [anon_sym_comPLetE] = ACTIONS(232), + [anon_sym_comPLeTe] = ACTIONS(232), + [anon_sym_comPLeTE] = ACTIONS(232), + [anon_sym_comPLEte] = ACTIONS(232), + [anon_sym_comPLEtE] = ACTIONS(232), + [anon_sym_comPLETe] = ACTIONS(232), + [anon_sym_comPLETE] = ACTIONS(232), + [anon_sym_coMplete] = ACTIONS(232), + [anon_sym_coMpletE] = ACTIONS(232), + [anon_sym_coMpleTe] = ACTIONS(232), + [anon_sym_coMpleTE] = ACTIONS(232), + [anon_sym_coMplEte] = ACTIONS(232), + [anon_sym_coMplEtE] = ACTIONS(232), + [anon_sym_coMplETe] = ACTIONS(232), + [anon_sym_coMplETE] = ACTIONS(232), + [anon_sym_coMpLete] = ACTIONS(232), + [anon_sym_coMpLetE] = ACTIONS(232), + [anon_sym_coMpLeTe] = ACTIONS(232), + [anon_sym_coMpLeTE] = ACTIONS(232), + [anon_sym_coMpLEte] = ACTIONS(232), + [anon_sym_coMpLEtE] = ACTIONS(232), + [anon_sym_coMpLETe] = ACTIONS(232), + [anon_sym_coMpLETE] = ACTIONS(232), + [anon_sym_coMPlete] = ACTIONS(232), + [anon_sym_coMPletE] = ACTIONS(232), + [anon_sym_coMPleTe] = ACTIONS(232), + [anon_sym_coMPleTE] = ACTIONS(232), + [anon_sym_coMPlEte] = ACTIONS(232), + [anon_sym_coMPlEtE] = ACTIONS(232), + [anon_sym_coMPlETe] = ACTIONS(232), + [anon_sym_coMPlETE] = ACTIONS(232), + [anon_sym_coMPLete] = ACTIONS(232), + [anon_sym_coMPLetE] = ACTIONS(232), + [anon_sym_coMPLeTe] = ACTIONS(232), + [anon_sym_coMPLeTE] = ACTIONS(232), + [anon_sym_coMPLEte] = ACTIONS(232), + [anon_sym_coMPLEtE] = ACTIONS(232), + [anon_sym_coMPLETe] = ACTIONS(232), + [anon_sym_coMPLETE] = ACTIONS(232), + [anon_sym_cOmplete] = ACTIONS(232), + [anon_sym_cOmpletE] = ACTIONS(232), + [anon_sym_cOmpleTe] = ACTIONS(232), + [anon_sym_cOmpleTE] = ACTIONS(232), + [anon_sym_cOmplEte] = ACTIONS(232), + [anon_sym_cOmplEtE] = ACTIONS(232), + [anon_sym_cOmplETe] = ACTIONS(232), + [anon_sym_cOmplETE] = ACTIONS(232), + [anon_sym_cOmpLete] = ACTIONS(232), + [anon_sym_cOmpLetE] = ACTIONS(232), + [anon_sym_cOmpLeTe] = ACTIONS(232), + [anon_sym_cOmpLeTE] = ACTIONS(232), + [anon_sym_cOmpLEte] = ACTIONS(232), + [anon_sym_cOmpLEtE] = ACTIONS(232), + [anon_sym_cOmpLETe] = ACTIONS(232), + [anon_sym_cOmpLETE] = ACTIONS(232), + [anon_sym_cOmPlete] = ACTIONS(232), + [anon_sym_cOmPletE] = ACTIONS(232), + [anon_sym_cOmPleTe] = ACTIONS(232), + [anon_sym_cOmPleTE] = ACTIONS(232), + [anon_sym_cOmPlEte] = ACTIONS(232), + [anon_sym_cOmPlEtE] = ACTIONS(232), + [anon_sym_cOmPlETe] = ACTIONS(232), + [anon_sym_cOmPlETE] = ACTIONS(232), + [anon_sym_cOmPLete] = ACTIONS(232), + [anon_sym_cOmPLetE] = ACTIONS(232), + [anon_sym_cOmPLeTe] = ACTIONS(232), + [anon_sym_cOmPLeTE] = ACTIONS(232), + [anon_sym_cOmPLEte] = ACTIONS(232), + [anon_sym_cOmPLEtE] = ACTIONS(232), + [anon_sym_cOmPLETe] = ACTIONS(232), + [anon_sym_cOmPLETE] = ACTIONS(232), + [anon_sym_cOMplete] = ACTIONS(232), + [anon_sym_cOMpletE] = ACTIONS(232), + [anon_sym_cOMpleTe] = ACTIONS(232), + [anon_sym_cOMpleTE] = ACTIONS(232), + [anon_sym_cOMplEte] = ACTIONS(232), + [anon_sym_cOMplEtE] = ACTIONS(232), + [anon_sym_cOMplETe] = ACTIONS(232), + [anon_sym_cOMplETE] = ACTIONS(232), + [anon_sym_cOMpLete] = ACTIONS(232), + [anon_sym_cOMpLetE] = ACTIONS(232), + [anon_sym_cOMpLeTe] = ACTIONS(232), + [anon_sym_cOMpLeTE] = ACTIONS(232), + [anon_sym_cOMpLEte] = ACTIONS(232), + [anon_sym_cOMpLEtE] = ACTIONS(232), + [anon_sym_cOMpLETe] = ACTIONS(232), + [anon_sym_cOMpLETE] = ACTIONS(232), + [anon_sym_cOMPlete] = ACTIONS(232), + [anon_sym_cOMPletE] = ACTIONS(232), + [anon_sym_cOMPleTe] = ACTIONS(232), + [anon_sym_cOMPleTE] = ACTIONS(232), + [anon_sym_cOMPlEte] = ACTIONS(232), + [anon_sym_cOMPlEtE] = ACTIONS(232), + [anon_sym_cOMPlETe] = ACTIONS(232), + [anon_sym_cOMPlETE] = ACTIONS(232), + [anon_sym_cOMPLete] = ACTIONS(232), + [anon_sym_cOMPLetE] = ACTIONS(232), + [anon_sym_cOMPLeTe] = ACTIONS(232), + [anon_sym_cOMPLeTE] = ACTIONS(232), + [anon_sym_cOMPLEte] = ACTIONS(232), + [anon_sym_cOMPLEtE] = ACTIONS(232), + [anon_sym_cOMPLETe] = ACTIONS(232), + [anon_sym_cOMPLETE] = ACTIONS(232), + [anon_sym_Complete] = ACTIONS(232), + [anon_sym_CompletE] = ACTIONS(232), + [anon_sym_CompleTe] = ACTIONS(232), + [anon_sym_CompleTE] = ACTIONS(232), + [anon_sym_ComplEte] = ACTIONS(232), + [anon_sym_ComplEtE] = ACTIONS(232), + [anon_sym_ComplETe] = ACTIONS(232), + [anon_sym_ComplETE] = ACTIONS(232), + [anon_sym_CompLete] = ACTIONS(232), + [anon_sym_CompLetE] = ACTIONS(232), + [anon_sym_CompLeTe] = ACTIONS(232), + [anon_sym_CompLeTE] = ACTIONS(232), + [anon_sym_CompLEte] = ACTIONS(232), + [anon_sym_CompLEtE] = ACTIONS(232), + [anon_sym_CompLETe] = ACTIONS(232), + [anon_sym_CompLETE] = ACTIONS(232), + [anon_sym_ComPlete] = ACTIONS(232), + [anon_sym_ComPletE] = ACTIONS(232), + [anon_sym_ComPleTe] = ACTIONS(232), + [anon_sym_ComPleTE] = ACTIONS(232), + [anon_sym_ComPlEte] = ACTIONS(232), + [anon_sym_ComPlEtE] = ACTIONS(232), + [anon_sym_ComPlETe] = ACTIONS(232), + [anon_sym_ComPlETE] = ACTIONS(232), + [anon_sym_ComPLete] = ACTIONS(232), + [anon_sym_ComPLetE] = ACTIONS(232), + [anon_sym_ComPLeTe] = ACTIONS(232), + [anon_sym_ComPLeTE] = ACTIONS(232), + [anon_sym_ComPLEte] = ACTIONS(232), + [anon_sym_ComPLEtE] = ACTIONS(232), + [anon_sym_ComPLETe] = ACTIONS(232), + [anon_sym_ComPLETE] = ACTIONS(232), + [anon_sym_CoMplete] = ACTIONS(232), + [anon_sym_CoMpletE] = ACTIONS(232), + [anon_sym_CoMpleTe] = ACTIONS(232), + [anon_sym_CoMpleTE] = ACTIONS(232), + [anon_sym_CoMplEte] = ACTIONS(232), + [anon_sym_CoMplEtE] = ACTIONS(232), + [anon_sym_CoMplETe] = ACTIONS(232), + [anon_sym_CoMplETE] = ACTIONS(232), + [anon_sym_CoMpLete] = ACTIONS(232), + [anon_sym_CoMpLetE] = ACTIONS(232), + [anon_sym_CoMpLeTe] = ACTIONS(232), + [anon_sym_CoMpLeTE] = ACTIONS(232), + [anon_sym_CoMpLEte] = ACTIONS(232), + [anon_sym_CoMpLEtE] = ACTIONS(232), + [anon_sym_CoMpLETe] = ACTIONS(232), + [anon_sym_CoMpLETE] = ACTIONS(232), + [anon_sym_CoMPlete] = ACTIONS(232), + [anon_sym_CoMPletE] = ACTIONS(232), + [anon_sym_CoMPleTe] = ACTIONS(232), + [anon_sym_CoMPleTE] = ACTIONS(232), + [anon_sym_CoMPlEte] = ACTIONS(232), + [anon_sym_CoMPlEtE] = ACTIONS(232), + [anon_sym_CoMPlETe] = ACTIONS(232), + [anon_sym_CoMPlETE] = ACTIONS(232), + [anon_sym_CoMPLete] = ACTIONS(232), + [anon_sym_CoMPLetE] = ACTIONS(232), + [anon_sym_CoMPLeTe] = ACTIONS(232), + [anon_sym_CoMPLeTE] = ACTIONS(232), + [anon_sym_CoMPLEte] = ACTIONS(232), + [anon_sym_CoMPLEtE] = ACTIONS(232), + [anon_sym_CoMPLETe] = ACTIONS(232), + [anon_sym_CoMPLETE] = ACTIONS(232), + [anon_sym_COmplete] = ACTIONS(232), + [anon_sym_COmpletE] = ACTIONS(232), + [anon_sym_COmpleTe] = ACTIONS(232), + [anon_sym_COmpleTE] = ACTIONS(232), + [anon_sym_COmplEte] = ACTIONS(232), + [anon_sym_COmplEtE] = ACTIONS(232), + [anon_sym_COmplETe] = ACTIONS(232), + [anon_sym_COmplETE] = ACTIONS(232), + [anon_sym_COmpLete] = ACTIONS(232), + [anon_sym_COmpLetE] = ACTIONS(232), + [anon_sym_COmpLeTe] = ACTIONS(232), + [anon_sym_COmpLeTE] = ACTIONS(232), + [anon_sym_COmpLEte] = ACTIONS(232), + [anon_sym_COmpLEtE] = ACTIONS(232), + [anon_sym_COmpLETe] = ACTIONS(232), + [anon_sym_COmpLETE] = ACTIONS(232), + [anon_sym_COmPlete] = ACTIONS(232), + [anon_sym_COmPletE] = ACTIONS(232), + [anon_sym_COmPleTe] = ACTIONS(232), + [anon_sym_COmPleTE] = ACTIONS(232), + [anon_sym_COmPlEte] = ACTIONS(232), + [anon_sym_COmPlEtE] = ACTIONS(232), + [anon_sym_COmPlETe] = ACTIONS(232), + [anon_sym_COmPlETE] = ACTIONS(232), + [anon_sym_COmPLete] = ACTIONS(232), + [anon_sym_COmPLetE] = ACTIONS(232), + [anon_sym_COmPLeTe] = ACTIONS(232), + [anon_sym_COmPLeTE] = ACTIONS(232), + [anon_sym_COmPLEte] = ACTIONS(232), + [anon_sym_COmPLEtE] = ACTIONS(232), + [anon_sym_COmPLETe] = ACTIONS(232), + [anon_sym_COmPLETE] = ACTIONS(232), + [anon_sym_COMplete] = ACTIONS(232), + [anon_sym_COMpletE] = ACTIONS(232), + [anon_sym_COMpleTe] = ACTIONS(232), + [anon_sym_COMpleTE] = ACTIONS(232), + [anon_sym_COMplEte] = ACTIONS(232), + [anon_sym_COMplEtE] = ACTIONS(232), + [anon_sym_COMplETe] = ACTIONS(232), + [anon_sym_COMplETE] = ACTIONS(232), + [anon_sym_COMpLete] = ACTIONS(232), + [anon_sym_COMpLetE] = ACTIONS(232), + [anon_sym_COMpLeTe] = ACTIONS(232), + [anon_sym_COMpLeTE] = ACTIONS(232), + [anon_sym_COMpLEte] = ACTIONS(232), + [anon_sym_COMpLEtE] = ACTIONS(232), + [anon_sym_COMpLETe] = ACTIONS(232), + [anon_sym_COMpLETE] = ACTIONS(232), + [anon_sym_COMPlete] = ACTIONS(232), + [anon_sym_COMPletE] = ACTIONS(232), + [anon_sym_COMPleTe] = ACTIONS(232), + [anon_sym_COMPleTE] = ACTIONS(232), + [anon_sym_COMPlEte] = ACTIONS(232), + [anon_sym_COMPlEtE] = ACTIONS(232), + [anon_sym_COMPlETe] = ACTIONS(232), + [anon_sym_COMPlETE] = ACTIONS(232), + [anon_sym_COMPLete] = ACTIONS(232), + [anon_sym_COMPLetE] = ACTIONS(232), + [anon_sym_COMPLeTe] = ACTIONS(232), + [anon_sym_COMPLeTE] = ACTIONS(232), + [anon_sym_COMPLEte] = ACTIONS(232), + [anon_sym_COMPLEtE] = ACTIONS(232), + [anon_sym_COMPLETe] = ACTIONS(232), + [anon_sym_COMPLETE] = ACTIONS(232), + }, + [49] = { + [sym_comment] = STATE(49), + [sym_else_insensitive] = STATE(42), + [sym_elseif_insensitive] = STATE(59), + [sym_endif_insensitive] = STATE(23), + [aux_sym_branch_repeat1] = STATE(51), + [anon_sym_POUND] = ACTIONS(3), + [anon_sym_else] = ACTIONS(234), + [anon_sym_elsE] = ACTIONS(234), + [anon_sym_elSe] = ACTIONS(234), + [anon_sym_elSE] = ACTIONS(234), + [anon_sym_eLse] = ACTIONS(234), + [anon_sym_eLsE] = ACTIONS(234), + [anon_sym_eLSe] = ACTIONS(234), + [anon_sym_eLSE] = ACTIONS(234), + [anon_sym_Else] = ACTIONS(234), + [anon_sym_ElsE] = ACTIONS(234), + [anon_sym_ElSe] = ACTIONS(234), + [anon_sym_ElSE] = ACTIONS(234), + [anon_sym_ELse] = ACTIONS(234), + [anon_sym_ELsE] = ACTIONS(234), + [anon_sym_ELSe] = ACTIONS(234), + [anon_sym_ELSE] = ACTIONS(234), + [anon_sym_elseif] = ACTIONS(236), + [anon_sym_elseiF] = ACTIONS(236), + [anon_sym_elseIf] = ACTIONS(236), + [anon_sym_elseIF] = ACTIONS(236), + [anon_sym_elsEif] = ACTIONS(236), + [anon_sym_elsEiF] = ACTIONS(236), + [anon_sym_elsEIf] = ACTIONS(236), + [anon_sym_elsEIF] = ACTIONS(236), + [anon_sym_elSeif] = ACTIONS(236), + [anon_sym_elSeiF] = ACTIONS(236), + [anon_sym_elSeIf] = ACTIONS(236), + [anon_sym_elSeIF] = ACTIONS(236), + [anon_sym_elSEif] = ACTIONS(236), + [anon_sym_elSEiF] = ACTIONS(236), + [anon_sym_elSEIf] = ACTIONS(236), + [anon_sym_elSEIF] = ACTIONS(236), + [anon_sym_eLseif] = ACTIONS(236), + [anon_sym_eLseiF] = ACTIONS(236), + [anon_sym_eLseIf] = ACTIONS(236), + [anon_sym_eLseIF] = ACTIONS(236), + [anon_sym_eLsEif] = ACTIONS(236), + [anon_sym_eLsEiF] = ACTIONS(236), + [anon_sym_eLsEIf] = ACTIONS(236), + [anon_sym_eLsEIF] = ACTIONS(236), + [anon_sym_eLSeif] = ACTIONS(236), + [anon_sym_eLSeiF] = ACTIONS(236), + [anon_sym_eLSeIf] = ACTIONS(236), + [anon_sym_eLSeIF] = ACTIONS(236), + [anon_sym_eLSEif] = ACTIONS(236), + [anon_sym_eLSEiF] = ACTIONS(236), + [anon_sym_eLSEIf] = ACTIONS(236), + [anon_sym_eLSEIF] = ACTIONS(236), + [anon_sym_Elseif] = ACTIONS(236), + [anon_sym_ElseiF] = ACTIONS(236), + [anon_sym_ElseIf] = ACTIONS(236), + [anon_sym_ElseIF] = ACTIONS(236), + [anon_sym_ElsEif] = ACTIONS(236), + [anon_sym_ElsEiF] = ACTIONS(236), + [anon_sym_ElsEIf] = ACTIONS(236), + [anon_sym_ElsEIF] = ACTIONS(236), + [anon_sym_ElSeif] = ACTIONS(236), + [anon_sym_ElSeiF] = ACTIONS(236), + [anon_sym_ElSeIf] = ACTIONS(236), + [anon_sym_ElSeIF] = ACTIONS(236), + [anon_sym_ElSEif] = ACTIONS(236), + [anon_sym_ElSEiF] = ACTIONS(236), + [anon_sym_ElSEIf] = ACTIONS(236), + [anon_sym_ElSEIF] = ACTIONS(236), + [anon_sym_ELseif] = ACTIONS(236), + [anon_sym_ELseiF] = ACTIONS(236), + [anon_sym_ELseIf] = ACTIONS(236), + [anon_sym_ELseIF] = ACTIONS(236), + [anon_sym_ELsEif] = ACTIONS(236), + [anon_sym_ELsEiF] = ACTIONS(236), + [anon_sym_ELsEIf] = ACTIONS(236), + [anon_sym_ELsEIF] = ACTIONS(236), + [anon_sym_ELSeif] = ACTIONS(236), + [anon_sym_ELSeiF] = ACTIONS(236), + [anon_sym_ELSeIf] = ACTIONS(236), + [anon_sym_ELSeIF] = ACTIONS(236), + [anon_sym_ELSEif] = ACTIONS(236), + [anon_sym_ELSEiF] = ACTIONS(236), + [anon_sym_ELSEIf] = ACTIONS(236), + [anon_sym_ELSEIF] = ACTIONS(236), + [anon_sym_endif] = ACTIONS(238), + [anon_sym_endiF] = ACTIONS(238), + [anon_sym_endIf] = ACTIONS(238), + [anon_sym_endIF] = ACTIONS(238), + [anon_sym_enDif] = ACTIONS(238), + [anon_sym_enDiF] = ACTIONS(238), + [anon_sym_enDIf] = ACTIONS(238), + [anon_sym_enDIF] = ACTIONS(238), + [anon_sym_eNdif] = ACTIONS(238), + [anon_sym_eNdiF] = ACTIONS(238), + [anon_sym_eNdIf] = ACTIONS(238), + [anon_sym_eNdIF] = ACTIONS(238), + [anon_sym_eNDif] = ACTIONS(238), + [anon_sym_eNDiF] = ACTIONS(238), + [anon_sym_eNDIf] = ACTIONS(238), + [anon_sym_eNDIF] = ACTIONS(238), + [anon_sym_Endif] = ACTIONS(238), + [anon_sym_EndiF] = ACTIONS(238), + [anon_sym_EndIf] = ACTIONS(238), + [anon_sym_EndIF] = ACTIONS(238), + [anon_sym_EnDif] = ACTIONS(238), + [anon_sym_EnDiF] = ACTIONS(238), + [anon_sym_EnDIf] = ACTIONS(238), + [anon_sym_EnDIF] = ACTIONS(238), + [anon_sym_ENdif] = ACTIONS(238), + [anon_sym_ENdiF] = ACTIONS(238), + [anon_sym_ENdIf] = ACTIONS(238), + [anon_sym_ENdIF] = ACTIONS(238), + [anon_sym_ENDif] = ACTIONS(238), + [anon_sym_ENDiF] = ACTIONS(238), + [anon_sym_ENDIf] = ACTIONS(238), + [anon_sym_ENDIF] = ACTIONS(238), + }, + [50] = { + [sym_comment] = STATE(50), + [sym_else_insensitive] = STATE(41), + [sym_elseif_insensitive] = STATE(59), + [sym_endif_insensitive] = STATE(19), + [aux_sym_branch_repeat1] = STATE(49), + [anon_sym_POUND] = ACTIONS(3), + [anon_sym_else] = ACTIONS(234), + [anon_sym_elsE] = ACTIONS(234), + [anon_sym_elSe] = ACTIONS(234), + [anon_sym_elSE] = ACTIONS(234), + [anon_sym_eLse] = ACTIONS(234), + [anon_sym_eLsE] = ACTIONS(234), + [anon_sym_eLSe] = ACTIONS(234), + [anon_sym_eLSE] = ACTIONS(234), + [anon_sym_Else] = ACTIONS(234), + [anon_sym_ElsE] = ACTIONS(234), + [anon_sym_ElSe] = ACTIONS(234), + [anon_sym_ElSE] = ACTIONS(234), + [anon_sym_ELse] = ACTIONS(234), + [anon_sym_ELsE] = ACTIONS(234), + [anon_sym_ELSe] = ACTIONS(234), + [anon_sym_ELSE] = ACTIONS(234), + [anon_sym_elseif] = ACTIONS(236), + [anon_sym_elseiF] = ACTIONS(236), + [anon_sym_elseIf] = ACTIONS(236), + [anon_sym_elseIF] = ACTIONS(236), + [anon_sym_elsEif] = ACTIONS(236), + [anon_sym_elsEiF] = ACTIONS(236), + [anon_sym_elsEIf] = ACTIONS(236), + [anon_sym_elsEIF] = ACTIONS(236), + [anon_sym_elSeif] = ACTIONS(236), + [anon_sym_elSeiF] = ACTIONS(236), + [anon_sym_elSeIf] = ACTIONS(236), + [anon_sym_elSeIF] = ACTIONS(236), + [anon_sym_elSEif] = ACTIONS(236), + [anon_sym_elSEiF] = ACTIONS(236), + [anon_sym_elSEIf] = ACTIONS(236), + [anon_sym_elSEIF] = ACTIONS(236), + [anon_sym_eLseif] = ACTIONS(236), + [anon_sym_eLseiF] = ACTIONS(236), + [anon_sym_eLseIf] = ACTIONS(236), + [anon_sym_eLseIF] = ACTIONS(236), + [anon_sym_eLsEif] = ACTIONS(236), + [anon_sym_eLsEiF] = ACTIONS(236), + [anon_sym_eLsEIf] = ACTIONS(236), + [anon_sym_eLsEIF] = ACTIONS(236), + [anon_sym_eLSeif] = ACTIONS(236), + [anon_sym_eLSeiF] = ACTIONS(236), + [anon_sym_eLSeIf] = ACTIONS(236), + [anon_sym_eLSeIF] = ACTIONS(236), + [anon_sym_eLSEif] = ACTIONS(236), + [anon_sym_eLSEiF] = ACTIONS(236), + [anon_sym_eLSEIf] = ACTIONS(236), + [anon_sym_eLSEIF] = ACTIONS(236), + [anon_sym_Elseif] = ACTIONS(236), + [anon_sym_ElseiF] = ACTIONS(236), + [anon_sym_ElseIf] = ACTIONS(236), + [anon_sym_ElseIF] = ACTIONS(236), + [anon_sym_ElsEif] = ACTIONS(236), + [anon_sym_ElsEiF] = ACTIONS(236), + [anon_sym_ElsEIf] = ACTIONS(236), + [anon_sym_ElsEIF] = ACTIONS(236), + [anon_sym_ElSeif] = ACTIONS(236), + [anon_sym_ElSeiF] = ACTIONS(236), + [anon_sym_ElSeIf] = ACTIONS(236), + [anon_sym_ElSeIF] = ACTIONS(236), + [anon_sym_ElSEif] = ACTIONS(236), + [anon_sym_ElSEiF] = ACTIONS(236), + [anon_sym_ElSEIf] = ACTIONS(236), + [anon_sym_ElSEIF] = ACTIONS(236), + [anon_sym_ELseif] = ACTIONS(236), + [anon_sym_ELseiF] = ACTIONS(236), + [anon_sym_ELseIf] = ACTIONS(236), + [anon_sym_ELseIF] = ACTIONS(236), + [anon_sym_ELsEif] = ACTIONS(236), + [anon_sym_ELsEiF] = ACTIONS(236), + [anon_sym_ELsEIf] = ACTIONS(236), + [anon_sym_ELsEIF] = ACTIONS(236), + [anon_sym_ELSeif] = ACTIONS(236), + [anon_sym_ELSeiF] = ACTIONS(236), + [anon_sym_ELSeIf] = ACTIONS(236), + [anon_sym_ELSeIF] = ACTIONS(236), + [anon_sym_ELSEif] = ACTIONS(236), + [anon_sym_ELSEiF] = ACTIONS(236), + [anon_sym_ELSEIf] = ACTIONS(236), + [anon_sym_ELSEIF] = ACTIONS(236), + [anon_sym_endif] = ACTIONS(238), + [anon_sym_endiF] = ACTIONS(238), + [anon_sym_endIf] = ACTIONS(238), + [anon_sym_endIF] = ACTIONS(238), + [anon_sym_enDif] = ACTIONS(238), + [anon_sym_enDiF] = ACTIONS(238), + [anon_sym_enDIf] = ACTIONS(238), + [anon_sym_enDIF] = ACTIONS(238), + [anon_sym_eNdif] = ACTIONS(238), + [anon_sym_eNdiF] = ACTIONS(238), + [anon_sym_eNdIf] = ACTIONS(238), + [anon_sym_eNdIF] = ACTIONS(238), + [anon_sym_eNDif] = ACTIONS(238), + [anon_sym_eNDiF] = ACTIONS(238), + [anon_sym_eNDIf] = ACTIONS(238), + [anon_sym_eNDIF] = ACTIONS(238), + [anon_sym_Endif] = ACTIONS(238), + [anon_sym_EndiF] = ACTIONS(238), + [anon_sym_EndIf] = ACTIONS(238), + [anon_sym_EndIF] = ACTIONS(238), + [anon_sym_EnDif] = ACTIONS(238), + [anon_sym_EnDiF] = ACTIONS(238), + [anon_sym_EnDIf] = ACTIONS(238), + [anon_sym_EnDIF] = ACTIONS(238), + [anon_sym_ENdif] = ACTIONS(238), + [anon_sym_ENdiF] = ACTIONS(238), + [anon_sym_ENdIf] = ACTIONS(238), + [anon_sym_ENdIF] = ACTIONS(238), + [anon_sym_ENDif] = ACTIONS(238), + [anon_sym_ENDiF] = ACTIONS(238), + [anon_sym_ENDIf] = ACTIONS(238), + [anon_sym_ENDIF] = ACTIONS(238), + }, + [51] = { + [sym_comment] = STATE(51), + [sym_elseif_insensitive] = STATE(59), + [aux_sym_branch_repeat1] = STATE(51), + [anon_sym_POUND] = ACTIONS(3), + [anon_sym_else] = ACTIONS(240), + [anon_sym_elsE] = ACTIONS(240), + [anon_sym_elSe] = ACTIONS(240), + [anon_sym_elSE] = ACTIONS(240), + [anon_sym_eLse] = ACTIONS(240), + [anon_sym_eLsE] = ACTIONS(240), + [anon_sym_eLSe] = ACTIONS(240), + [anon_sym_eLSE] = ACTIONS(240), + [anon_sym_Else] = ACTIONS(240), + [anon_sym_ElsE] = ACTIONS(240), + [anon_sym_ElSe] = ACTIONS(240), + [anon_sym_ElSE] = ACTIONS(240), + [anon_sym_ELse] = ACTIONS(240), + [anon_sym_ELsE] = ACTIONS(240), + [anon_sym_ELSe] = ACTIONS(240), + [anon_sym_ELSE] = ACTIONS(240), + [anon_sym_elseif] = ACTIONS(242), + [anon_sym_elseiF] = ACTIONS(242), + [anon_sym_elseIf] = ACTIONS(242), + [anon_sym_elseIF] = ACTIONS(242), + [anon_sym_elsEif] = ACTIONS(242), + [anon_sym_elsEiF] = ACTIONS(242), + [anon_sym_elsEIf] = ACTIONS(242), + [anon_sym_elsEIF] = ACTIONS(242), + [anon_sym_elSeif] = ACTIONS(242), + [anon_sym_elSeiF] = ACTIONS(242), + [anon_sym_elSeIf] = ACTIONS(242), + [anon_sym_elSeIF] = ACTIONS(242), + [anon_sym_elSEif] = ACTIONS(242), + [anon_sym_elSEiF] = ACTIONS(242), + [anon_sym_elSEIf] = ACTIONS(242), + [anon_sym_elSEIF] = ACTIONS(242), + [anon_sym_eLseif] = ACTIONS(242), + [anon_sym_eLseiF] = ACTIONS(242), + [anon_sym_eLseIf] = ACTIONS(242), + [anon_sym_eLseIF] = ACTIONS(242), + [anon_sym_eLsEif] = ACTIONS(242), + [anon_sym_eLsEiF] = ACTIONS(242), + [anon_sym_eLsEIf] = ACTIONS(242), + [anon_sym_eLsEIF] = ACTIONS(242), + [anon_sym_eLSeif] = ACTIONS(242), + [anon_sym_eLSeiF] = ACTIONS(242), + [anon_sym_eLSeIf] = ACTIONS(242), + [anon_sym_eLSeIF] = ACTIONS(242), + [anon_sym_eLSEif] = ACTIONS(242), + [anon_sym_eLSEiF] = ACTIONS(242), + [anon_sym_eLSEIf] = ACTIONS(242), + [anon_sym_eLSEIF] = ACTIONS(242), + [anon_sym_Elseif] = ACTIONS(242), + [anon_sym_ElseiF] = ACTIONS(242), + [anon_sym_ElseIf] = ACTIONS(242), + [anon_sym_ElseIF] = ACTIONS(242), + [anon_sym_ElsEif] = ACTIONS(242), + [anon_sym_ElsEiF] = ACTIONS(242), + [anon_sym_ElsEIf] = ACTIONS(242), + [anon_sym_ElsEIF] = ACTIONS(242), + [anon_sym_ElSeif] = ACTIONS(242), + [anon_sym_ElSeiF] = ACTIONS(242), + [anon_sym_ElSeIf] = ACTIONS(242), + [anon_sym_ElSeIF] = ACTIONS(242), + [anon_sym_ElSEif] = ACTIONS(242), + [anon_sym_ElSEiF] = ACTIONS(242), + [anon_sym_ElSEIf] = ACTIONS(242), + [anon_sym_ElSEIF] = ACTIONS(242), + [anon_sym_ELseif] = ACTIONS(242), + [anon_sym_ELseiF] = ACTIONS(242), + [anon_sym_ELseIf] = ACTIONS(242), + [anon_sym_ELseIF] = ACTIONS(242), + [anon_sym_ELsEif] = ACTIONS(242), + [anon_sym_ELsEiF] = ACTIONS(242), + [anon_sym_ELsEIf] = ACTIONS(242), + [anon_sym_ELsEIF] = ACTIONS(242), + [anon_sym_ELSeif] = ACTIONS(242), + [anon_sym_ELSeiF] = ACTIONS(242), + [anon_sym_ELSeIf] = ACTIONS(242), + [anon_sym_ELSeIF] = ACTIONS(242), + [anon_sym_ELSEif] = ACTIONS(242), + [anon_sym_ELSEiF] = ACTIONS(242), + [anon_sym_ELSEIf] = ACTIONS(242), + [anon_sym_ELSEIF] = ACTIONS(242), + [anon_sym_endif] = ACTIONS(245), + [anon_sym_endiF] = ACTIONS(245), + [anon_sym_endIf] = ACTIONS(245), + [anon_sym_endIF] = ACTIONS(245), + [anon_sym_enDif] = ACTIONS(245), + [anon_sym_enDiF] = ACTIONS(245), + [anon_sym_enDIf] = ACTIONS(245), + [anon_sym_enDIF] = ACTIONS(245), + [anon_sym_eNdif] = ACTIONS(245), + [anon_sym_eNdiF] = ACTIONS(245), + [anon_sym_eNdIf] = ACTIONS(245), + [anon_sym_eNdIF] = ACTIONS(245), + [anon_sym_eNDif] = ACTIONS(245), + [anon_sym_eNDiF] = ACTIONS(245), + [anon_sym_eNDIf] = ACTIONS(245), + [anon_sym_eNDIF] = ACTIONS(245), + [anon_sym_Endif] = ACTIONS(245), + [anon_sym_EndiF] = ACTIONS(245), + [anon_sym_EndIf] = ACTIONS(245), + [anon_sym_EndIF] = ACTIONS(245), + [anon_sym_EnDif] = ACTIONS(245), + [anon_sym_EnDiF] = ACTIONS(245), + [anon_sym_EnDIf] = ACTIONS(245), + [anon_sym_EnDIF] = ACTIONS(245), + [anon_sym_ENdif] = ACTIONS(245), + [anon_sym_ENdiF] = ACTIONS(245), + [anon_sym_ENdIf] = ACTIONS(245), + [anon_sym_ENdIF] = ACTIONS(245), + [anon_sym_ENDif] = ACTIONS(245), + [anon_sym_ENDiF] = ACTIONS(245), + [anon_sym_ENDIf] = ACTIONS(245), + [anon_sym_ENDIF] = ACTIONS(245), + }, + [52] = { + [sym_comment] = STATE(52), + [anon_sym_POUND] = ACTIONS(3), + [anon_sym_else] = ACTIONS(247), + [anon_sym_elsE] = ACTIONS(247), + [anon_sym_elSe] = ACTIONS(247), + [anon_sym_elSE] = ACTIONS(247), + [anon_sym_eLse] = ACTIONS(247), + [anon_sym_eLsE] = ACTIONS(247), + [anon_sym_eLSe] = ACTIONS(247), + [anon_sym_eLSE] = ACTIONS(247), + [anon_sym_Else] = ACTIONS(247), + [anon_sym_ElsE] = ACTIONS(247), + [anon_sym_ElSe] = ACTIONS(247), + [anon_sym_ElSE] = ACTIONS(247), + [anon_sym_ELse] = ACTIONS(247), + [anon_sym_ELsE] = ACTIONS(247), + [anon_sym_ELSe] = ACTIONS(247), + [anon_sym_ELSE] = ACTIONS(247), + [anon_sym_elseif] = ACTIONS(249), + [anon_sym_elseiF] = ACTIONS(249), + [anon_sym_elseIf] = ACTIONS(249), + [anon_sym_elseIF] = ACTIONS(249), + [anon_sym_elsEif] = ACTIONS(249), + [anon_sym_elsEiF] = ACTIONS(249), + [anon_sym_elsEIf] = ACTIONS(249), + [anon_sym_elsEIF] = ACTIONS(249), + [anon_sym_elSeif] = ACTIONS(249), + [anon_sym_elSeiF] = ACTIONS(249), + [anon_sym_elSeIf] = ACTIONS(249), + [anon_sym_elSeIF] = ACTIONS(249), + [anon_sym_elSEif] = ACTIONS(249), + [anon_sym_elSEiF] = ACTIONS(249), + [anon_sym_elSEIf] = ACTIONS(249), + [anon_sym_elSEIF] = ACTIONS(249), + [anon_sym_eLseif] = ACTIONS(249), + [anon_sym_eLseiF] = ACTIONS(249), + [anon_sym_eLseIf] = ACTIONS(249), + [anon_sym_eLseIF] = ACTIONS(249), + [anon_sym_eLsEif] = ACTIONS(249), + [anon_sym_eLsEiF] = ACTIONS(249), + [anon_sym_eLsEIf] = ACTIONS(249), + [anon_sym_eLsEIF] = ACTIONS(249), + [anon_sym_eLSeif] = ACTIONS(249), + [anon_sym_eLSeiF] = ACTIONS(249), + [anon_sym_eLSeIf] = ACTIONS(249), + [anon_sym_eLSeIF] = ACTIONS(249), + [anon_sym_eLSEif] = ACTIONS(249), + [anon_sym_eLSEiF] = ACTIONS(249), + [anon_sym_eLSEIf] = ACTIONS(249), + [anon_sym_eLSEIF] = ACTIONS(249), + [anon_sym_Elseif] = ACTIONS(249), + [anon_sym_ElseiF] = ACTIONS(249), + [anon_sym_ElseIf] = ACTIONS(249), + [anon_sym_ElseIF] = ACTIONS(249), + [anon_sym_ElsEif] = ACTIONS(249), + [anon_sym_ElsEiF] = ACTIONS(249), + [anon_sym_ElsEIf] = ACTIONS(249), + [anon_sym_ElsEIF] = ACTIONS(249), + [anon_sym_ElSeif] = ACTIONS(249), + [anon_sym_ElSeiF] = ACTIONS(249), + [anon_sym_ElSeIf] = ACTIONS(249), + [anon_sym_ElSeIF] = ACTIONS(249), + [anon_sym_ElSEif] = ACTIONS(249), + [anon_sym_ElSEiF] = ACTIONS(249), + [anon_sym_ElSEIf] = ACTIONS(249), + [anon_sym_ElSEIF] = ACTIONS(249), + [anon_sym_ELseif] = ACTIONS(249), + [anon_sym_ELseiF] = ACTIONS(249), + [anon_sym_ELseIf] = ACTIONS(249), + [anon_sym_ELseIF] = ACTIONS(249), + [anon_sym_ELsEif] = ACTIONS(249), + [anon_sym_ELsEiF] = ACTIONS(249), + [anon_sym_ELsEIf] = ACTIONS(249), + [anon_sym_ELsEIF] = ACTIONS(249), + [anon_sym_ELSeif] = ACTIONS(249), + [anon_sym_ELSeiF] = ACTIONS(249), + [anon_sym_ELSeIf] = ACTIONS(249), + [anon_sym_ELSeIF] = ACTIONS(249), + [anon_sym_ELSEif] = ACTIONS(249), + [anon_sym_ELSEiF] = ACTIONS(249), + [anon_sym_ELSEIf] = ACTIONS(249), + [anon_sym_ELSEIF] = ACTIONS(249), + [anon_sym_endif] = ACTIONS(249), + [anon_sym_endiF] = ACTIONS(249), + [anon_sym_endIf] = ACTIONS(249), + [anon_sym_endIF] = ACTIONS(249), + [anon_sym_enDif] = ACTIONS(249), + [anon_sym_enDiF] = ACTIONS(249), + [anon_sym_enDIf] = ACTIONS(249), + [anon_sym_enDIF] = ACTIONS(249), + [anon_sym_eNdif] = ACTIONS(249), + [anon_sym_eNdiF] = ACTIONS(249), + [anon_sym_eNdIf] = ACTIONS(249), + [anon_sym_eNdIF] = ACTIONS(249), + [anon_sym_eNDif] = ACTIONS(249), + [anon_sym_eNDiF] = ACTIONS(249), + [anon_sym_eNDIf] = ACTIONS(249), + [anon_sym_eNDIF] = ACTIONS(249), + [anon_sym_Endif] = ACTIONS(249), + [anon_sym_EndiF] = ACTIONS(249), + [anon_sym_EndIf] = ACTIONS(249), + [anon_sym_EndIF] = ACTIONS(249), + [anon_sym_EnDif] = ACTIONS(249), + [anon_sym_EnDiF] = ACTIONS(249), + [anon_sym_EnDIf] = ACTIONS(249), + [anon_sym_EnDIF] = ACTIONS(249), + [anon_sym_ENdif] = ACTIONS(249), + [anon_sym_ENdiF] = ACTIONS(249), + [anon_sym_ENdIf] = ACTIONS(249), + [anon_sym_ENdIF] = ACTIONS(249), + [anon_sym_ENDif] = ACTIONS(249), + [anon_sym_ENDiF] = ACTIONS(249), + [anon_sym_ENDIf] = ACTIONS(249), + [anon_sym_ENDIF] = ACTIONS(249), }, }; @@ -65880,11 +69404,11 @@ static const uint16_t ts_small_parse_table[] = { [0] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(22), 1, + STATE(28), 1, sym_endif_insensitive, - STATE(47), 1, + STATE(53), 1, sym_comment, - ACTIONS(234), 32, + ACTIONS(238), 32, anon_sym_endif, anon_sym_endiF, anon_sym_endIf, @@ -65917,624 +69441,699 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ENDiF, anon_sym_ENDIf, anon_sym_ENDIF, - [44] = 5, + [44] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(239), 1, - anon_sym_RPAREN, - STATE(66), 1, - sym__argument, - STATE(48), 2, + STATE(26), 1, + sym_endif_insensitive, + STATE(54), 1, sym_comment, + ACTIONS(238), 32, + anon_sym_endif, + anon_sym_endiF, + anon_sym_endIf, + anon_sym_endIF, + anon_sym_enDif, + anon_sym_enDiF, + anon_sym_enDIf, + anon_sym_enDIF, + anon_sym_eNdif, + anon_sym_eNdiF, + anon_sym_eNdIf, + anon_sym_eNdIF, + anon_sym_eNDif, + anon_sym_eNDiF, + anon_sym_eNDIf, + anon_sym_eNDIF, + anon_sym_Endif, + anon_sym_EndiF, + anon_sym_EndIf, + anon_sym_EndIF, + anon_sym_EnDif, + anon_sym_EnDiF, + anon_sym_EnDIf, + anon_sym_EnDIF, + anon_sym_ENdif, + anon_sym_ENdiF, + anon_sym_ENdIf, + anon_sym_ENdIF, + anon_sym_ENDif, + anon_sym_ENDiF, + anon_sym_ENDIf, + anon_sym_ENDIF, + [88] = 6, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(253), 1, + anon_sym_RPAREN, + STATE(55), 1, + sym_comment, + STATE(57), 1, aux_sym_function_repeat1, - ACTIONS(236), 4, + STATE(71), 1, + sym__argument, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [64] = 6, + [110] = 5, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(243), 1, + ACTIONS(258), 1, anon_sym_RPAREN, - STATE(49), 1, - sym_comment, - STATE(50), 1, - aux_sym_function_repeat1, - STATE(62), 1, + STATE(85), 1, sym__argument, - ACTIONS(241), 4, + STATE(56), 2, + sym_comment, + aux_sym_function_repeat1, + ACTIONS(255), 4, sym_variable, sym_identifier, sym_number, sym_string, - [86] = 6, + [130] = 6, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(245), 1, + ACTIONS(260), 1, anon_sym_RPAREN, - STATE(48), 1, + STATE(56), 1, aux_sym_function_repeat1, - STATE(50), 1, + STATE(57), 1, sym_comment, - STATE(64), 1, + STATE(72), 1, sym__argument, - ACTIONS(241), 4, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [108] = 5, + [152] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(39), 1, + STATE(43), 1, sym_comparison, - STATE(51), 1, + STATE(58), 1, sym_comment, - STATE(61), 1, + STATE(70), 1, sym__argument, - ACTIONS(241), 4, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [127] = 5, + [171] = 5, ACTIONS(3), 1, anon_sym_POUND, STATE(40), 1, sym_comparison, - STATE(52), 1, + STATE(59), 1, sym_comment, - STATE(61), 1, + STATE(70), 1, sym__argument, - ACTIONS(241), 4, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [146] = 5, + [190] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(3), 1, + STATE(4), 1, sym__argument, - STATE(9), 1, + STATE(10), 1, sym__expression, - STATE(53), 1, + STATE(60), 1, sym_comment, - ACTIONS(241), 4, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [165] = 4, + [209] = 5, ACTIONS(3), 1, anon_sym_POUND, - STATE(42), 1, - sym__argument, - STATE(54), 1, + STATE(44), 1, + sym_comparison, + STATE(61), 1, sym_comment, - ACTIONS(241), 4, + STATE(70), 1, + sym__argument, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [181] = 4, + [228] = 4, ACTIONS(3), 1, anon_sym_POUND, STATE(6), 1, sym__argument, - STATE(55), 1, + STATE(62), 1, sym_comment, - ACTIONS(241), 4, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [197] = 3, + [244] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(56), 1, + STATE(63), 1, sym_comment, - ACTIONS(239), 5, + ACTIONS(258), 5, anon_sym_RPAREN, sym_variable, sym_identifier, sym_number, sym_string, - [211] = 4, + [258] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(57), 1, - sym_comment, - STATE(85), 1, + STATE(46), 1, sym__argument, - ACTIONS(241), 4, + STATE(64), 1, + sym_comment, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [227] = 4, + [274] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(58), 1, + STATE(65), 1, sym_comment, STATE(92), 1, sym__argument, - ACTIONS(241), 4, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [243] = 3, + [290] = 4, ACTIONS(3), 1, anon_sym_POUND, - STATE(59), 1, + STATE(66), 1, sym_comment, - ACTIONS(247), 4, + STATE(100), 1, + sym__argument, + ACTIONS(251), 4, sym_variable, sym_identifier, sym_number, sym_string, - [256] = 3, + [306] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(60), 1, + STATE(67), 1, sym_comment, - ACTIONS(249), 4, + ACTIONS(262), 4, sym_variable, sym_identifier, sym_number, sym_string, - [269] = 3, + [319] = 3, ACTIONS(3), 1, anon_sym_POUND, - STATE(61), 1, + STATE(68), 1, sym_comment, - ACTIONS(251), 3, + ACTIONS(264), 4, + sym_variable, + sym_identifier, + sym_number, + sym_string, + [332] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(69), 1, + sym_comment, + ACTIONS(266), 4, + sym_variable, + sym_identifier, + sym_number, + sym_string, + [345] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + STATE(70), 1, + sym_comment, + ACTIONS(268), 3, anon_sym_LT, anon_sym_GT, anon_sym_EQ, - [281] = 4, + [357] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(245), 1, + ACTIONS(260), 1, anon_sym_RPAREN, - ACTIONS(253), 1, + ACTIONS(270), 1, anon_sym_COMMA, - STATE(62), 1, - sym_comment, - [294] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(255), 1, - anon_sym_COMMA, - ACTIONS(257), 1, - anon_sym_RPAREN, - STATE(63), 1, - sym_comment, - [307] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(253), 1, - anon_sym_COMMA, - ACTIONS(259), 1, - anon_sym_RPAREN, - STATE(64), 1, - sym_comment, - [320] = 4, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(261), 1, - anon_sym_COMMA, - ACTIONS(263), 1, - anon_sym_RPAREN, - STATE(65), 1, - sym_comment, - [333] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(253), 1, - anon_sym_COMMA, - STATE(66), 1, - sym_comment, - [343] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(265), 1, - sym_identifier, - STATE(67), 1, - sym_comment, - [353] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(267), 1, - anon_sym_LPAREN, - STATE(68), 1, - sym_comment, - [363] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(269), 1, - sym_identifier, - STATE(69), 1, - sym_comment, - [373] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(271), 1, - anon_sym_COMMA, - STATE(70), 1, - sym_comment, - [383] = 3, - ACTIONS(3), 1, - anon_sym_POUND, - ACTIONS(273), 1, - sym_match, STATE(71), 1, sym_comment, - [393] = 3, + [370] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(275), 1, - anon_sym_LPAREN, + ACTIONS(270), 1, + anon_sym_COMMA, + ACTIONS(272), 1, + anon_sym_RPAREN, STATE(72), 1, sym_comment, - [403] = 3, + [383] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(277), 1, - anon_sym_LPAREN, + ACTIONS(274), 1, + anon_sym_COMMA, + ACTIONS(276), 1, + anon_sym_RPAREN, STATE(73), 1, sym_comment, - [413] = 3, + [396] = 4, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(279), 1, - anon_sym_LPAREN, + ACTIONS(278), 1, + anon_sym_COMMA, + ACTIONS(280), 1, + anon_sym_RPAREN, STATE(74), 1, sym_comment, - [423] = 3, + [409] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(281), 1, - ts_builtin_sym_end, + ACTIONS(282), 1, + sym_identifier, STATE(75), 1, sym_comment, - [433] = 3, + [419] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(283), 1, - sym_identifier, + ACTIONS(284), 1, + sym_match, STATE(76), 1, sym_comment, - [443] = 3, + [429] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(285), 1, - sym_identifier, + ACTIONS(286), 1, + sym_match, STATE(77), 1, sym_comment, - [453] = 3, + [439] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(287), 1, + ACTIONS(288), 1, sym_identifier, STATE(78), 1, sym_comment, - [463] = 3, - ACTIONS(289), 1, - anon_sym_POUND, - ACTIONS(291), 1, - aux_sym_comment_token1, - STATE(79), 1, - sym_comment, - [473] = 3, + [449] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(293), 1, + ACTIONS(290), 1, + sym_match, + STATE(79), 1, + sym_comment, + [459] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(292), 1, sym_identifier, STATE(80), 1, sym_comment, - [483] = 3, + [469] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(295), 1, + ACTIONS(294), 1, sym_identifier, STATE(81), 1, sym_comment, - [493] = 3, - ACTIONS(3), 1, + [479] = 3, + ACTIONS(296), 1, anon_sym_POUND, - ACTIONS(297), 1, - anon_sym_COMMA, + ACTIONS(298), 1, + aux_sym_comment_token1, STATE(82), 1, sym_comment, - [503] = 3, + [489] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(299), 1, - sym_identifier, + ACTIONS(300), 1, + anon_sym_EQ, STATE(83), 1, sym_comment, - [513] = 3, + [499] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(301), 1, - anon_sym_RPAREN, + ACTIONS(302), 1, + sym_identifier, STATE(84), 1, sym_comment, - [523] = 3, + [509] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(303), 1, - anon_sym_RPAREN, + ACTIONS(270), 1, + anon_sym_COMMA, STATE(85), 1, sym_comment, - [533] = 3, + [519] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(305), 1, + ACTIONS(304), 1, anon_sym_LPAREN, STATE(86), 1, sym_comment, - [543] = 3, + [529] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(307), 1, - anon_sym_EQ, + ACTIONS(306), 1, + anon_sym_LPAREN, STATE(87), 1, sym_comment, - [553] = 3, + [539] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(309), 1, + ACTIONS(308), 1, anon_sym_LPAREN, STATE(88), 1, sym_comment, - [563] = 3, + [549] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(311), 1, - sym_match, + ACTIONS(310), 1, + anon_sym_LPAREN, STATE(89), 1, sym_comment, - [573] = 3, + [559] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(313), 1, - anon_sym_LPAREN, + ACTIONS(312), 1, + sym_identifier, STATE(90), 1, sym_comment, - [583] = 3, + [569] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(315), 1, - sym_identifier, + ACTIONS(314), 1, + anon_sym_RPAREN, STATE(91), 1, sym_comment, - [593] = 3, + [579] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(317), 1, + ACTIONS(316), 1, anon_sym_RPAREN, STATE(92), 1, sym_comment, - [603] = 3, + [589] = 3, ACTIONS(3), 1, anon_sym_POUND, - ACTIONS(319), 1, - sym_match, + ACTIONS(318), 1, + sym_identifier, STATE(93), 1, sym_comment, - [613] = 1, - ACTIONS(321), 1, + [599] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(320), 1, + anon_sym_LPAREN, + STATE(94), 1, + sym_comment, + [609] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(322), 1, + anon_sym_COMMA, + STATE(95), 1, + sym_comment, + [619] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(324), 1, + sym_identifier, + STATE(96), 1, + sym_comment, + [629] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(326), 1, + anon_sym_COMMA, + STATE(97), 1, + sym_comment, + [639] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(328), 1, + anon_sym_LPAREN, + STATE(98), 1, + sym_comment, + [649] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(330), 1, + sym_identifier, + STATE(99), 1, + sym_comment, + [659] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(332), 1, + anon_sym_RPAREN, + STATE(100), 1, + sym_comment, + [669] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(334), 1, + anon_sym_LPAREN, + STATE(101), 1, + sym_comment, + [679] = 3, + ACTIONS(3), 1, + anon_sym_POUND, + ACTIONS(336), 1, + ts_builtin_sym_end, + STATE(102), 1, + sym_comment, + [689] = 1, + ACTIONS(338), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(47)] = 0, - [SMALL_STATE(48)] = 44, - [SMALL_STATE(49)] = 64, - [SMALL_STATE(50)] = 86, - [SMALL_STATE(51)] = 108, - [SMALL_STATE(52)] = 127, - [SMALL_STATE(53)] = 146, - [SMALL_STATE(54)] = 165, - [SMALL_STATE(55)] = 181, - [SMALL_STATE(56)] = 197, - [SMALL_STATE(57)] = 211, - [SMALL_STATE(58)] = 227, - [SMALL_STATE(59)] = 243, - [SMALL_STATE(60)] = 256, - [SMALL_STATE(61)] = 269, - [SMALL_STATE(62)] = 281, - [SMALL_STATE(63)] = 294, - [SMALL_STATE(64)] = 307, - [SMALL_STATE(65)] = 320, - [SMALL_STATE(66)] = 333, - [SMALL_STATE(67)] = 343, - [SMALL_STATE(68)] = 353, - [SMALL_STATE(69)] = 363, - [SMALL_STATE(70)] = 373, - [SMALL_STATE(71)] = 383, - [SMALL_STATE(72)] = 393, - [SMALL_STATE(73)] = 403, - [SMALL_STATE(74)] = 413, - [SMALL_STATE(75)] = 423, - [SMALL_STATE(76)] = 433, - [SMALL_STATE(77)] = 443, - [SMALL_STATE(78)] = 453, - [SMALL_STATE(79)] = 463, - [SMALL_STATE(80)] = 473, - [SMALL_STATE(81)] = 483, - [SMALL_STATE(82)] = 493, - [SMALL_STATE(83)] = 503, - [SMALL_STATE(84)] = 513, - [SMALL_STATE(85)] = 523, - [SMALL_STATE(86)] = 533, - [SMALL_STATE(87)] = 543, - [SMALL_STATE(88)] = 553, - [SMALL_STATE(89)] = 563, - [SMALL_STATE(90)] = 573, - [SMALL_STATE(91)] = 583, - [SMALL_STATE(92)] = 593, - [SMALL_STATE(93)] = 603, - [SMALL_STATE(94)] = 613, + [SMALL_STATE(53)] = 0, + [SMALL_STATE(54)] = 44, + [SMALL_STATE(55)] = 88, + [SMALL_STATE(56)] = 110, + [SMALL_STATE(57)] = 130, + [SMALL_STATE(58)] = 152, + [SMALL_STATE(59)] = 171, + [SMALL_STATE(60)] = 190, + [SMALL_STATE(61)] = 209, + [SMALL_STATE(62)] = 228, + [SMALL_STATE(63)] = 244, + [SMALL_STATE(64)] = 258, + [SMALL_STATE(65)] = 274, + [SMALL_STATE(66)] = 290, + [SMALL_STATE(67)] = 306, + [SMALL_STATE(68)] = 319, + [SMALL_STATE(69)] = 332, + [SMALL_STATE(70)] = 345, + [SMALL_STATE(71)] = 357, + [SMALL_STATE(72)] = 370, + [SMALL_STATE(73)] = 383, + [SMALL_STATE(74)] = 396, + [SMALL_STATE(75)] = 409, + [SMALL_STATE(76)] = 419, + [SMALL_STATE(77)] = 429, + [SMALL_STATE(78)] = 439, + [SMALL_STATE(79)] = 449, + [SMALL_STATE(80)] = 459, + [SMALL_STATE(81)] = 469, + [SMALL_STATE(82)] = 479, + [SMALL_STATE(83)] = 489, + [SMALL_STATE(84)] = 499, + [SMALL_STATE(85)] = 509, + [SMALL_STATE(86)] = 519, + [SMALL_STATE(87)] = 529, + [SMALL_STATE(88)] = 539, + [SMALL_STATE(89)] = 549, + [SMALL_STATE(90)] = 559, + [SMALL_STATE(91)] = 569, + [SMALL_STATE(92)] = 579, + [SMALL_STATE(93)] = 589, + [SMALL_STATE(94)] = 599, + [SMALL_STATE(95)] = 609, + [SMALL_STATE(96)] = 619, + [SMALL_STATE(97)] = 629, + [SMALL_STATE(98)] = 639, + [SMALL_STATE(99)] = 649, + [SMALL_STATE(100)] = 659, + [SMALL_STATE(101)] = 669, + [SMALL_STATE(102)] = 679, + [SMALL_STATE(103)] = 689, }; 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(79), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 0, 0, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(72), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(74), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(101), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(99), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), [27] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__argument, 1, 0, 0), [29] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__argument, 1, 0, 0), - [31] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [33] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [37] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 2, 0, 0), - [39] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 2, 0, 0), - [41] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expression_repeat1, 2, 0, 0), - [43] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__expression_repeat1, 2, 0, 0), - [45] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expression_repeat1, 2, 0, 0), SHIFT_REPEAT(55), - [48] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endwhile_insensitive, 1, 0, 0), - [50] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_endwhile_insensitive, 1, 0, 0), - [52] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select, 8, 0, 6), - [54] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select, 8, 0, 6), - [56] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 0), - [58] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, 0, 0), - [60] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, 0, 1), - [62] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, 0, 1), - [64] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, 0, 1), - [66] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, 0, 1), + [31] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expression_repeat1, 2, 0, 0), + [33] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__expression_repeat1, 2, 0, 0), + [35] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expression_repeat1, 2, 0, 0), SHIFT_REPEAT(62), + [38] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [40] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [42] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [44] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 2, 0, 0), + [46] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 2, 0, 0), + [48] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select, 8, 0, 6), + [50] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select, 8, 0, 6), + [52] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 4, 0, 1), + [54] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 4, 0, 1), + [56] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command, 1, 0, 0), + [58] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command, 1, 0, 0), + [60] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment, 3, 0, 0), + [62] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment, 3, 0, 0), + [64] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 3, 0, 1), + [66] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 3, 0, 1), [68] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_complete_insensitive, 1, 0, 0), [70] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_complete_insensitive, 1, 0, 0), - [72] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action, 4, 0, 3), - [74] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_action, 4, 0, 3), - [76] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endif_insensitive, 1, 0, 0), - [78] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_endif_insensitive, 1, 0, 0), - [80] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 4, 0, 0), - [82] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 4, 0, 0), - [84] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__control, 1, 0, 0), - [86] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__control, 1, 0, 0), - [88] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop, 4, 0, 0), - [90] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop, 4, 0, 0), - [92] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_invoke, 4, 0, 4), - [94] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_invoke, 4, 0, 4), - [96] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), - [98] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), - [100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__higher_order_function, 1, 0, 0), - [102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__higher_order_function, 1, 0, 0), - [104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, 0, 1), - [106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, 0, 1), - [108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 6, 0, 0), - [110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 6, 0, 0), - [112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_detector, 6, 0, 5), - [114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_detector, 6, 0, 5), - [116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_invoke, 6, 0, 4), - [118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_invoke, 6, 0, 4), - [120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select, 6, 0, 6), - [122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select, 6, 0, 6), - [124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__command, 1, 0, 0), - [126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__command, 1, 0, 0), - [128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(87), - [134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(67), - [137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), - [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(59), - [142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(60), - [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(72), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(73), - [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(74), - [154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), - [156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), - [158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), - [160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1, 0, 0), - [162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), - [164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(88), - [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(87), - [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(89), - [173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(91), - [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(67), - [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(59), - [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(60), - [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(72), - [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(73), - [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(74), - [194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 2, 0, 0), - [196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 2, 0, 0), - [198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive, 1, 0, 0), - [200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive, 1, 0, 0), + [72] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [74] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), + [76] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__control, 1, 0, 0), + [78] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__control, 1, 0, 0), + [80] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action, 4, 0, 3), + [82] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_action, 4, 0, 3), + [84] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__higher_order_function, 1, 0, 0), + [86] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__higher_order_function, 1, 0, 0), + [88] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select, 6, 0, 6), + [90] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_select, 6, 0, 6), + [92] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endif_insensitive, 1, 0, 0), + [94] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_endif_insensitive, 1, 0, 0), + [96] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 4, 0, 0), + [98] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 4, 0, 0), + [100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_endwhile_insensitive, 1, 0, 0), + [102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_endwhile_insensitive, 1, 0, 0), + [104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop, 4, 0, 0), + [106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop, 4, 0, 0), + [108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_invoke, 4, 0, 4), + [110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_invoke, 4, 0, 4), + [112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 5, 0, 0), + [114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 5, 0, 0), + [116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function, 5, 0, 1), + [118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function, 5, 0, 1), + [120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_detector, 6, 0, 5), + [122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_detector, 6, 0, 5), + [124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 6, 0, 0), + [126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 6, 0, 0), + [128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_invoke, 6, 0, 4), + [130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_invoke, 6, 0, 4), + [132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_branch, 7, 0, 0), + [134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_branch, 7, 0, 0), + [136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 1, 0, 0), + [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(101), + [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(83), + [144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), + [149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(69), + [152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(94), + [161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), + [166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_block_repeat1, 1, 0, 0), + [168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), + [170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(101), + [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(83), + [176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(79), + [179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(84), + [182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(99), + [185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(69), + [188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(68), + [191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(86), + [194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(94), + [197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2, 0, 0), SHIFT_REPEAT(98), + [200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1, 0, 0), [202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_item, 1, 0, 0), [204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_item, 1, 0, 0), - [206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_define, 3, 0, 2), - [208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_define, 3, 0, 2), - [210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 1, 0, 0), - [212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 1, 0, 0), - [214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_insensitive, 1, 0, 0), - [216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_insensitive, 1, 0, 0), - [218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison, 3, 0, 0), - [220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison, 3, 0, 0), - [222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elseif_insensitive, 1, 0, 0), - [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif_insensitive, 1, 0, 0), - [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(2), - [239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_insensitive, 1, 0, 0), - [249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_insensitive, 1, 0, 0), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action_insensitive, 1, 0, 0), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_detector_insensitive, 1, 0, 0), - [277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_invoke_insensitive, 1, 0, 0), - [279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_insensitive, 1, 0, 0), - [281] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_define_insensitive, 1, 0, 0), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_insensitive, 1, 0, 0), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0), + [206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include, 2, 0, 0), + [208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_include, 2, 0, 0), + [210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive, 1, 0, 0), + [212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive, 1, 0, 0), + [214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_define, 3, 0, 2), + [216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_define, 3, 0, 2), + [218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 1, 0, 0), + [220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 1, 0, 0), + [222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_insensitive, 1, 0, 0), + [224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_insensitive, 1, 0, 0), + [226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_comparison, 3, 0, 0), + [228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comparison, 3, 0, 0), + [230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_branch_repeat1, 2, 0, 0), + [242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_branch_repeat1, 2, 0, 0), SHIFT_REPEAT(67), + [245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_branch_repeat1, 2, 0, 0), + [247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_branch_repeat1, 3, 0, 0), + [249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_branch_repeat1, 3, 0, 0), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), SHIFT_REPEAT(2), + [258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_repeat1, 2, 0, 0), + [260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elseif_insensitive, 1, 0, 0), + [264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_insensitive, 1, 0, 0), + [266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_insensitive, 1, 0, 0), + [268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_define_insensitive, 1, 0, 0), + [292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_insensitive, 1, 0, 0), + [304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_detector_insensitive, 1, 0, 0), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_invoke_insensitive, 1, 0, 0), + [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_insensitive, 1, 0, 0), + [330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_action_insensitive, 1, 0, 0), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [336] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comment, 2, 0, 0), }; #ifdef __cplusplus