#include "tree_sitter/parser.h"
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
#endif
#define LANGUAGE_VERSION 15
#define STATE_COUNT 382
#define LARGE_STATE_COUNT 2
#define SYMBOL_COUNT 118
#define ALIAS_COUNT 0
#define TOKEN_COUNT 67
#define EXTERNAL_TOKEN_COUNT 5
#define FIELD_COUNT 3
#define MAX_ALIAS_SEQUENCE_LENGTH 7
#define MAX_RESERVED_WORD_SET_SIZE 0
#define PRODUCTION_ID_COUNT 2
#define SUPERTYPE_COUNT 0
enum ts_symbol_identifiers {
sym_ident = 1,
sym_line_comment = 2,
sym_block_comment = 3,
anon_sym_local = 4,
anon_sym_COMMA = 5,
anon_sym_SEMI = 6,
anon_sym_assert = 7,
anon_sym_COLON = 8,
anon_sym_STAR = 9,
anon_sym_SLASH = 10,
anon_sym_PERCENT = 11,
anon_sym_PLUS = 12,
anon_sym_DASH = 13,
anon_sym_LT_LT = 14,
anon_sym_GT_GT = 15,
anon_sym_LT = 16,
anon_sym_GT = 17,
anon_sym_LT_EQ = 18,
anon_sym_GT_EQ = 19,
anon_sym_in = 20,
anon_sym_EQ_EQ = 21,
anon_sym_BANG_EQ = 22,
anon_sym_AMP = 23,
anon_sym_CARET = 24,
anon_sym_PIPE = 25,
anon_sym_AMP_AMP = 26,
anon_sym_PIPE_PIPE = 27,
anon_sym_QMARK_QMARK = 28,
anon_sym_BANG = 29,
anon_sym_TILDE = 30,
anon_sym_QMARK = 31,
anon_sym_DOT = 32,
anon_sym_LBRACK = 33,
anon_sym_RBRACK = 34,
anon_sym_LPAREN = 35,
anon_sym_RPAREN = 36,
anon_sym_tailstrict = 37,
anon_sym_EQ = 38,
sym_dollar = 39,
anon_sym_null = 40,
anon_sym_true = 41,
anon_sym_false = 42,
anon_sym_self = 43,
anon_sym_super = 44,
anon_sym_if = 45,
anon_sym_then = 46,
anon_sym_else = 47,
anon_sym_LBRACE = 48,
anon_sym_RBRACE = 49,
anon_sym_function = 50,
anon_sym_COLON_COLON = 51,
anon_sym_COLON_COLON_COLON = 52,
anon_sym_for = 53,
anon_sym_error = 54,
anon_sym_import = 55,
anon_sym_importstr = 56,
anon_sym_importbin = 57,
anon_sym_DOT_DOT_DOT = 58,
sym_string = 59,
sym_verbatim_string = 60,
sym_number = 61,
sym_string_block = 62,
sym__sb_err_unexpected_end = 63,
sym__sb_err_missing_newline = 64,
sym__sb_err_missing_termination = 65,
sym__sb_err_missing_indent = 66,
sym_source_file = 67,
sym__expr = 68,
sym_local_expr = 69,
sym_assert_expr = 70,
sym_assertion = 71,
sym__binop_expr = 72,
sym_binary_expr = 73,
sym__unary_expr = 74,
sym__suffixed = 75,
sym__full_expr = 76,
sym__suffix = 77,
sym_suffix_index = 78,
sym_suffix_index_expr = 79,
sym_suffix_slice = 80,
sym_suffix_apply = 81,
sym_suffix_object_apply = 82,
sym_arg = 83,
sym__atom = 84,
sym_literal = 85,
sym_ident_ref = 86,
sym_if_then_else = 87,
sym_array = 88,
sym_object = 89,
sym_member = 90,
sym_member_local = 91,
sym_member_assert = 92,
sym_field = 93,
sym_field_name = 94,
sym_visibility = 95,
sym__compspec = 96,
sym_for_spec = 97,
sym_if_spec = 98,
sym_function_expr = 99,
sym_params = 100,
sym_param = 101,
sym_error_expr = 102,
sym_import_expr = 103,
sym_parened = 104,
sym_bind = 105,
sym__destruct = 106,
sym_destruct_rest = 107,
sym_destruct_field = 108,
aux_sym_local_expr_repeat1 = 109,
aux_sym__suffixed_repeat1 = 110,
aux_sym_suffix_apply_repeat1 = 111,
aux_sym_array_repeat1 = 112,
aux_sym_array_repeat2 = 113,
aux_sym_object_repeat1 = 114,
aux_sym_params_repeat1 = 115,
aux_sym__destruct_repeat1 = 116,
aux_sym__destruct_repeat2 = 117,
};
static const char * const ts_symbol_names[] = {
[ts_builtin_sym_end] = "end",
[sym_ident] = "ident",
[sym_line_comment] = "line_comment",
[sym_block_comment] = "block_comment",
[anon_sym_local] = "local",
[anon_sym_COMMA] = ",",
[anon_sym_SEMI] = ";",
[anon_sym_assert] = "assert",
[anon_sym_COLON] = ":",
[anon_sym_STAR] = "*",
[anon_sym_SLASH] = "/",
[anon_sym_PERCENT] = "%",
[anon_sym_PLUS] = "+",
[anon_sym_DASH] = "-",
[anon_sym_LT_LT] = "<<",
[anon_sym_GT_GT] = ">>",
[anon_sym_LT] = "<",
[anon_sym_GT] = ">",
[anon_sym_LT_EQ] = "<=",
[anon_sym_GT_EQ] = ">=",
[anon_sym_in] = "in",
[anon_sym_EQ_EQ] = "==",
[anon_sym_BANG_EQ] = "!=",
[anon_sym_AMP] = "&",
[anon_sym_CARET] = "^",
[anon_sym_PIPE] = "|",
[anon_sym_AMP_AMP] = "&&",
[anon_sym_PIPE_PIPE] = "||",
[anon_sym_QMARK_QMARK] = "\?\?",
[anon_sym_BANG] = "!",
[anon_sym_TILDE] = "~",
[anon_sym_QMARK] = "\?",
[anon_sym_DOT] = ".",
[anon_sym_LBRACK] = "[",
[anon_sym_RBRACK] = "]",
[anon_sym_LPAREN] = "(",
[anon_sym_RPAREN] = ")",
[anon_sym_tailstrict] = "tailstrict",
[anon_sym_EQ] = "=",
[sym_dollar] = "dollar",
[anon_sym_null] = "null",
[anon_sym_true] = "true",
[anon_sym_false] = "false",
[anon_sym_self] = "self",
[anon_sym_super] = "super",
[anon_sym_if] = "if",
[anon_sym_then] = "then",
[anon_sym_else] = "else",
[anon_sym_LBRACE] = "{",
[anon_sym_RBRACE] = "}",
[anon_sym_function] = "function",
[anon_sym_COLON_COLON] = "::",
[anon_sym_COLON_COLON_COLON] = ":::",
[anon_sym_for] = "for",
[anon_sym_error] = "error",
[anon_sym_import] = "import",
[anon_sym_importstr] = "importstr",
[anon_sym_importbin] = "importbin",
[anon_sym_DOT_DOT_DOT] = "...",
[sym_string] = "string",
[sym_verbatim_string] = "verbatim_string",
[sym_number] = "number",
[sym_string_block] = "string_block",
[sym__sb_err_unexpected_end] = "_sb_err_unexpected_end",
[sym__sb_err_missing_newline] = "_sb_err_missing_newline",
[sym__sb_err_missing_termination] = "_sb_err_missing_termination",
[sym__sb_err_missing_indent] = "_sb_err_missing_indent",
[sym_source_file] = "source_file",
[sym__expr] = "_expr",
[sym_local_expr] = "local_expr",
[sym_assert_expr] = "assert_expr",
[sym_assertion] = "assertion",
[sym__binop_expr] = "_binop_expr",
[sym_binary_expr] = "binary_expr",
[sym__unary_expr] = "_unary_expr",
[sym__suffixed] = "_suffixed",
[sym__full_expr] = "_full_expr",
[sym__suffix] = "_suffix",
[sym_suffix_index] = "suffix_index",
[sym_suffix_index_expr] = "suffix_index_expr",
[sym_suffix_slice] = "suffix_slice",
[sym_suffix_apply] = "suffix_apply",
[sym_suffix_object_apply] = "suffix_object_apply",
[sym_arg] = "arg",
[sym__atom] = "_atom",
[sym_literal] = "literal",
[sym_ident_ref] = "ident_ref",
[sym_if_then_else] = "if_then_else",
[sym_array] = "array",
[sym_object] = "object",
[sym_member] = "member",
[sym_member_local] = "member_local",
[sym_member_assert] = "member_assert",
[sym_field] = "field",
[sym_field_name] = "field_name",
[sym_visibility] = "visibility",
[sym__compspec] = "_compspec",
[sym_for_spec] = "for_spec",
[sym_if_spec] = "if_spec",
[sym_function_expr] = "function_expr",
[sym_params] = "params",
[sym_param] = "param",
[sym_error_expr] = "error_expr",
[sym_import_expr] = "import_expr",
[sym_parened] = "parened",
[sym_bind] = "bind",
[sym__destruct] = "_destruct",
[sym_destruct_rest] = "destruct_rest",
[sym_destruct_field] = "destruct_field",
[aux_sym_local_expr_repeat1] = "local_expr_repeat1",
[aux_sym__suffixed_repeat1] = "_suffixed_repeat1",
[aux_sym_suffix_apply_repeat1] = "suffix_apply_repeat1",
[aux_sym_array_repeat1] = "array_repeat1",
[aux_sym_array_repeat2] = "array_repeat2",
[aux_sym_object_repeat1] = "object_repeat1",
[aux_sym_params_repeat1] = "params_repeat1",
[aux_sym__destruct_repeat1] = "_destruct_repeat1",
[aux_sym__destruct_repeat2] = "_destruct_repeat2",
};
static const TSSymbol ts_symbol_map[] = {
[ts_builtin_sym_end] = ts_builtin_sym_end,
[sym_ident] = sym_ident,
[sym_line_comment] = sym_line_comment,
[sym_block_comment] = sym_block_comment,
[anon_sym_local] = anon_sym_local,
[anon_sym_COMMA] = anon_sym_COMMA,
[anon_sym_SEMI] = anon_sym_SEMI,
[anon_sym_assert] = anon_sym_assert,
[anon_sym_COLON] = anon_sym_COLON,
[anon_sym_STAR] = anon_sym_STAR,
[anon_sym_SLASH] = anon_sym_SLASH,
[anon_sym_PERCENT] = anon_sym_PERCENT,
[anon_sym_PLUS] = anon_sym_PLUS,
[anon_sym_DASH] = anon_sym_DASH,
[anon_sym_LT_LT] = anon_sym_LT_LT,
[anon_sym_GT_GT] = anon_sym_GT_GT,
[anon_sym_LT] = anon_sym_LT,
[anon_sym_GT] = anon_sym_GT,
[anon_sym_LT_EQ] = anon_sym_LT_EQ,
[anon_sym_GT_EQ] = anon_sym_GT_EQ,
[anon_sym_in] = anon_sym_in,
[anon_sym_EQ_EQ] = anon_sym_EQ_EQ,
[anon_sym_BANG_EQ] = anon_sym_BANG_EQ,
[anon_sym_AMP] = anon_sym_AMP,
[anon_sym_CARET] = anon_sym_CARET,
[anon_sym_PIPE] = anon_sym_PIPE,
[anon_sym_AMP_AMP] = anon_sym_AMP_AMP,
[anon_sym_PIPE_PIPE] = anon_sym_PIPE_PIPE,
[anon_sym_QMARK_QMARK] = anon_sym_QMARK_QMARK,
[anon_sym_BANG] = anon_sym_BANG,
[anon_sym_TILDE] = anon_sym_TILDE,
[anon_sym_QMARK] = anon_sym_QMARK,
[anon_sym_DOT] = anon_sym_DOT,
[anon_sym_LBRACK] = anon_sym_LBRACK,
[anon_sym_RBRACK] = anon_sym_RBRACK,
[anon_sym_LPAREN] = anon_sym_LPAREN,
[anon_sym_RPAREN] = anon_sym_RPAREN,
[anon_sym_tailstrict] = anon_sym_tailstrict,
[anon_sym_EQ] = anon_sym_EQ,
[sym_dollar] = sym_dollar,
[anon_sym_null] = anon_sym_null,
[anon_sym_true] = anon_sym_true,
[anon_sym_false] = anon_sym_false,
[anon_sym_self] = anon_sym_self,
[anon_sym_super] = anon_sym_super,
[anon_sym_if] = anon_sym_if,
[anon_sym_then] = anon_sym_then,
[anon_sym_else] = anon_sym_else,
[anon_sym_LBRACE] = anon_sym_LBRACE,
[anon_sym_RBRACE] = anon_sym_RBRACE,
[anon_sym_function] = anon_sym_function,
[anon_sym_COLON_COLON] = anon_sym_COLON_COLON,
[anon_sym_COLON_COLON_COLON] = anon_sym_COLON_COLON_COLON,
[anon_sym_for] = anon_sym_for,
[anon_sym_error] = anon_sym_error,
[anon_sym_import] = anon_sym_import,
[anon_sym_importstr] = anon_sym_importstr,
[anon_sym_importbin] = anon_sym_importbin,
[anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT,
[sym_string] = sym_string,
[sym_verbatim_string] = sym_verbatim_string,
[sym_number] = sym_number,
[sym_string_block] = sym_string_block,
[sym__sb_err_unexpected_end] = sym__sb_err_unexpected_end,
[sym__sb_err_missing_newline] = sym__sb_err_missing_newline,
[sym__sb_err_missing_termination] = sym__sb_err_missing_termination,
[sym__sb_err_missing_indent] = sym__sb_err_missing_indent,
[sym_source_file] = sym_source_file,
[sym__expr] = sym__expr,
[sym_local_expr] = sym_local_expr,
[sym_assert_expr] = sym_assert_expr,
[sym_assertion] = sym_assertion,
[sym__binop_expr] = sym__binop_expr,
[sym_binary_expr] = sym_binary_expr,
[sym__unary_expr] = sym__unary_expr,
[sym__suffixed] = sym__suffixed,
[sym__full_expr] = sym__full_expr,
[sym__suffix] = sym__suffix,
[sym_suffix_index] = sym_suffix_index,
[sym_suffix_index_expr] = sym_suffix_index_expr,
[sym_suffix_slice] = sym_suffix_slice,
[sym_suffix_apply] = sym_suffix_apply,
[sym_suffix_object_apply] = sym_suffix_object_apply,
[sym_arg] = sym_arg,
[sym__atom] = sym__atom,
[sym_literal] = sym_literal,
[sym_ident_ref] = sym_ident_ref,
[sym_if_then_else] = sym_if_then_else,
[sym_array] = sym_array,
[sym_object] = sym_object,
[sym_member] = sym_member,
[sym_member_local] = sym_member_local,
[sym_member_assert] = sym_member_assert,
[sym_field] = sym_field,
[sym_field_name] = sym_field_name,
[sym_visibility] = sym_visibility,
[sym__compspec] = sym__compspec,
[sym_for_spec] = sym_for_spec,
[sym_if_spec] = sym_if_spec,
[sym_function_expr] = sym_function_expr,
[sym_params] = sym_params,
[sym_param] = sym_param,
[sym_error_expr] = sym_error_expr,
[sym_import_expr] = sym_import_expr,
[sym_parened] = sym_parened,
[sym_bind] = sym_bind,
[sym__destruct] = sym__destruct,
[sym_destruct_rest] = sym_destruct_rest,
[sym_destruct_field] = sym_destruct_field,
[aux_sym_local_expr_repeat1] = aux_sym_local_expr_repeat1,
[aux_sym__suffixed_repeat1] = aux_sym__suffixed_repeat1,
[aux_sym_suffix_apply_repeat1] = aux_sym_suffix_apply_repeat1,
[aux_sym_array_repeat1] = aux_sym_array_repeat1,
[aux_sym_array_repeat2] = aux_sym_array_repeat2,
[aux_sym_object_repeat1] = aux_sym_object_repeat1,
[aux_sym_params_repeat1] = aux_sym_params_repeat1,
[aux_sym__destruct_repeat1] = aux_sym__destruct_repeat1,
[aux_sym__destruct_repeat2] = aux_sym__destruct_repeat2,
};
static const TSSymbolMetadata ts_symbol_metadata[] = {
[ts_builtin_sym_end] = {
.visible = false,
.named = true,
},
[sym_ident] = {
.visible = true,
.named = true,
},
[sym_line_comment] = {
.visible = true,
.named = true,
},
[sym_block_comment] = {
.visible = true,
.named = true,
},
[anon_sym_local] = {
.visible = true,
.named = false,
},
[anon_sym_COMMA] = {
.visible = true,
.named = false,
},
[anon_sym_SEMI] = {
.visible = true,
.named = false,
},
[anon_sym_assert] = {
.visible = true,
.named = false,
},
[anon_sym_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_STAR] = {
.visible = true,
.named = false,
},
[anon_sym_SLASH] = {
.visible = true,
.named = false,
},
[anon_sym_PERCENT] = {
.visible = true,
.named = false,
},
[anon_sym_PLUS] = {
.visible = true,
.named = false,
},
[anon_sym_DASH] = {
.visible = true,
.named = false,
},
[anon_sym_LT_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LT] = {
.visible = true,
.named = false,
},
[anon_sym_GT] = {
.visible = true,
.named = false,
},
[anon_sym_LT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_GT_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_in] = {
.visible = true,
.named = false,
},
[anon_sym_EQ_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_BANG_EQ] = {
.visible = true,
.named = false,
},
[anon_sym_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_CARET] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_AMP_AMP] = {
.visible = true,
.named = false,
},
[anon_sym_PIPE_PIPE] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK_QMARK] = {
.visible = true,
.named = false,
},
[anon_sym_BANG] = {
.visible = true,
.named = false,
},
[anon_sym_TILDE] = {
.visible = true,
.named = false,
},
[anon_sym_QMARK] = {
.visible = true,
.named = false,
},
[anon_sym_DOT] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACK] = {
.visible = true,
.named = false,
},
[anon_sym_LPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_RPAREN] = {
.visible = true,
.named = false,
},
[anon_sym_tailstrict] = {
.visible = true,
.named = false,
},
[anon_sym_EQ] = {
.visible = true,
.named = false,
},
[sym_dollar] = {
.visible = true,
.named = true,
},
[anon_sym_null] = {
.visible = true,
.named = false,
},
[anon_sym_true] = {
.visible = true,
.named = false,
},
[anon_sym_false] = {
.visible = true,
.named = false,
},
[anon_sym_self] = {
.visible = true,
.named = false,
},
[anon_sym_super] = {
.visible = true,
.named = false,
},
[anon_sym_if] = {
.visible = true,
.named = false,
},
[anon_sym_then] = {
.visible = true,
.named = false,
},
[anon_sym_else] = {
.visible = true,
.named = false,
},
[anon_sym_LBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_RBRACE] = {
.visible = true,
.named = false,
},
[anon_sym_function] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_COLON_COLON_COLON] = {
.visible = true,
.named = false,
},
[anon_sym_for] = {
.visible = true,
.named = false,
},
[anon_sym_error] = {
.visible = true,
.named = false,
},
[anon_sym_import] = {
.visible = true,
.named = false,
},
[anon_sym_importstr] = {
.visible = true,
.named = false,
},
[anon_sym_importbin] = {
.visible = true,
.named = false,
},
[anon_sym_DOT_DOT_DOT] = {
.visible = true,
.named = false,
},
[sym_string] = {
.visible = true,
.named = true,
},
[sym_verbatim_string] = {
.visible = true,
.named = true,
},
[sym_number] = {
.visible = true,
.named = true,
},
[sym_string_block] = {
.visible = true,
.named = true,
},
[sym__sb_err_unexpected_end] = {
.visible = false,
.named = true,
},
[sym__sb_err_missing_newline] = {
.visible = false,
.named = true,
},
[sym__sb_err_missing_termination] = {
.visible = false,
.named = true,
},
[sym__sb_err_missing_indent] = {
.visible = false,
.named = true,
},
[sym_source_file] = {
.visible = true,
.named = true,
},
[sym__expr] = {
.visible = false,
.named = true,
},
[sym_local_expr] = {
.visible = true,
.named = true,
},
[sym_assert_expr] = {
.visible = true,
.named = true,
},
[sym_assertion] = {
.visible = true,
.named = true,
},
[sym__binop_expr] = {
.visible = false,
.named = true,
},
[sym_binary_expr] = {
.visible = true,
.named = true,
},
[sym__unary_expr] = {
.visible = false,
.named = true,
},
[sym__suffixed] = {
.visible = false,
.named = true,
},
[sym__full_expr] = {
.visible = false,
.named = true,
},
[sym__suffix] = {
.visible = false,
.named = true,
},
[sym_suffix_index] = {
.visible = true,
.named = true,
},
[sym_suffix_index_expr] = {
.visible = true,
.named = true,
},
[sym_suffix_slice] = {
.visible = true,
.named = true,
},
[sym_suffix_apply] = {
.visible = true,
.named = true,
},
[sym_suffix_object_apply] = {
.visible = true,
.named = true,
},
[sym_arg] = {
.visible = true,
.named = true,
},
[sym__atom] = {
.visible = false,
.named = true,
},
[sym_literal] = {
.visible = true,
.named = true,
},
[sym_ident_ref] = {
.visible = true,
.named = true,
},
[sym_if_then_else] = {
.visible = true,
.named = true,
},
[sym_array] = {
.visible = true,
.named = true,
},
[sym_object] = {
.visible = true,
.named = true,
},
[sym_member] = {
.visible = true,
.named = true,
},
[sym_member_local] = {
.visible = true,
.named = true,
},
[sym_member_assert] = {
.visible = true,
.named = true,
},
[sym_field] = {
.visible = true,
.named = true,
},
[sym_field_name] = {
.visible = true,
.named = true,
},
[sym_visibility] = {
.visible = true,
.named = true,
},
[sym__compspec] = {
.visible = false,
.named = true,
},
[sym_for_spec] = {
.visible = true,
.named = true,
},
[sym_if_spec] = {
.visible = true,
.named = true,
},
[sym_function_expr] = {
.visible = true,
.named = true,
},
[sym_params] = {
.visible = true,
.named = true,
},
[sym_param] = {
.visible = true,
.named = true,
},
[sym_error_expr] = {
.visible = true,
.named = true,
},
[sym_import_expr] = {
.visible = true,
.named = true,
},
[sym_parened] = {
.visible = true,
.named = true,
},
[sym_bind] = {
.visible = true,
.named = true,
},
[sym__destruct] = {
.visible = false,
.named = true,
},
[sym_destruct_rest] = {
.visible = true,
.named = true,
},
[sym_destruct_field] = {
.visible = true,
.named = true,
},
[aux_sym_local_expr_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__suffixed_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_suffix_apply_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_array_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_array_repeat2] = {
.visible = false,
.named = false,
},
[aux_sym_object_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym_params_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__destruct_repeat1] = {
.visible = false,
.named = false,
},
[aux_sym__destruct_repeat2] = {
.visible = false,
.named = false,
},
};
enum ts_field_identifiers {
field_lhs = 1,
field_op = 2,
field_rhs = 3,
};
static const char * const ts_field_names[] = {
[0] = NULL,
[field_lhs] = "lhs",
[field_op] = "op",
[field_rhs] = "rhs",
};
static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = {
[1] = {.index = 0, .length = 3},
};
static const TSFieldMapEntry ts_field_map_entries[] = {
[0] =
{field_lhs, 0},
{field_op, 1},
{field_rhs, 2},
};
static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = {
[0] = {0},
};
static const uint16_t ts_non_terminal_alias_map[] = {
0,
};
static const TSStateId ts_primary_state_ids[STATE_COUNT] = {
[0] = 0,
[1] = 1,
[2] = 2,
[3] = 3,
[4] = 2,
[5] = 3,
[6] = 6,
[7] = 7,
[8] = 8,
[9] = 9,
[10] = 10,
[11] = 10,
[12] = 6,
[13] = 9,
[14] = 8,
[15] = 7,
[16] = 16,
[17] = 17,
[18] = 18,
[19] = 19,
[20] = 20,
[21] = 21,
[22] = 19,
[23] = 18,
[24] = 17,
[25] = 21,
[26] = 16,
[27] = 27,
[28] = 28,
[29] = 29,
[30] = 30,
[31] = 31,
[32] = 32,
[33] = 33,
[34] = 34,
[35] = 35,
[36] = 36,
[37] = 37,
[38] = 38,
[39] = 39,
[40] = 40,
[41] = 41,
[42] = 42,
[43] = 43,
[44] = 28,
[45] = 45,
[46] = 46,
[47] = 38,
[48] = 48,
[49] = 49,
[50] = 32,
[51] = 27,
[52] = 52,
[53] = 48,
[54] = 54,
[55] = 45,
[56] = 56,
[57] = 57,
[58] = 49,
[59] = 59,
[60] = 46,
[61] = 61,
[62] = 62,
[63] = 63,
[64] = 43,
[65] = 65,
[66] = 63,
[67] = 67,
[68] = 68,
[69] = 69,
[70] = 70,
[71] = 71,
[72] = 72,
[73] = 73,
[74] = 74,
[75] = 75,
[76] = 67,
[77] = 77,
[78] = 68,
[79] = 69,
[80] = 70,
[81] = 71,
[82] = 72,
[83] = 73,
[84] = 74,
[85] = 75,
[86] = 77,
[87] = 87,
[88] = 88,
[89] = 89,
[90] = 90,
[91] = 90,
[92] = 92,
[93] = 93,
[94] = 94,
[95] = 95,
[96] = 96,
[97] = 89,
[98] = 98,
[99] = 99,
[100] = 88,
[101] = 101,
[102] = 102,
[103] = 103,
[104] = 104,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 109,
[110] = 110,
[111] = 111,
[112] = 112,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 117,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 121,
[122] = 122,
[123] = 123,
[124] = 124,
[125] = 125,
[126] = 87,
[127] = 127,
[128] = 128,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 143,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 92,
[149] = 94,
[150] = 93,
[151] = 95,
[152] = 152,
[153] = 105,
[154] = 118,
[155] = 119,
[156] = 104,
[157] = 120,
[158] = 113,
[159] = 121,
[160] = 122,
[161] = 123,
[162] = 124,
[163] = 125,
[164] = 99,
[165] = 114,
[166] = 101,
[167] = 115,
[168] = 106,
[169] = 98,
[170] = 116,
[171] = 108,
[172] = 109,
[173] = 107,
[174] = 110,
[175] = 111,
[176] = 103,
[177] = 96,
[178] = 112,
[179] = 117,
[180] = 102,
[181] = 181,
[182] = 182,
[183] = 183,
[184] = 184,
[185] = 185,
[186] = 186,
[187] = 187,
[188] = 132,
[189] = 134,
[190] = 142,
[191] = 131,
[192] = 143,
[193] = 144,
[194] = 127,
[195] = 145,
[196] = 138,
[197] = 146,
[198] = 133,
[199] = 135,
[200] = 140,
[201] = 137,
[202] = 139,
[203] = 136,
[204] = 141,
[205] = 129,
[206] = 128,
[207] = 147,
[208] = 130,
[209] = 209,
[210] = 210,
[211] = 210,
[212] = 209,
[213] = 213,
[214] = 213,
[215] = 215,
[216] = 216,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 220,
[221] = 216,
[222] = 218,
[223] = 220,
[224] = 219,
[225] = 225,
[226] = 226,
[227] = 227,
[228] = 228,
[229] = 229,
[230] = 230,
[231] = 231,
[232] = 232,
[233] = 228,
[234] = 229,
[235] = 235,
[236] = 226,
[237] = 230,
[238] = 232,
[239] = 235,
[240] = 240,
[241] = 241,
[242] = 242,
[243] = 240,
[244] = 244,
[245] = 245,
[246] = 246,
[247] = 247,
[248] = 242,
[249] = 246,
[250] = 247,
[251] = 244,
[252] = 252,
[253] = 253,
[254] = 254,
[255] = 255,
[256] = 256,
[257] = 257,
[258] = 258,
[259] = 259,
[260] = 260,
[261] = 261,
[262] = 257,
[263] = 263,
[264] = 264,
[265] = 265,
[266] = 266,
[267] = 267,
[268] = 268,
[269] = 269,
[270] = 270,
[271] = 271,
[272] = 272,
[273] = 273,
[274] = 274,
[275] = 275,
[276] = 276,
[277] = 277,
[278] = 278,
[279] = 181,
[280] = 280,
[281] = 281,
[282] = 182,
[283] = 283,
[284] = 284,
[285] = 285,
[286] = 286,
[287] = 287,
[288] = 183,
[289] = 289,
[290] = 185,
[291] = 291,
[292] = 292,
[293] = 293,
[294] = 294,
[295] = 295,
[296] = 296,
[297] = 297,
[298] = 298,
[299] = 299,
[300] = 300,
[301] = 301,
[302] = 302,
[303] = 303,
[304] = 304,
[305] = 305,
[306] = 306,
[307] = 307,
[308] = 303,
[309] = 304,
[310] = 310,
[311] = 311,
[312] = 298,
[313] = 297,
[314] = 314,
[315] = 306,
[316] = 316,
[317] = 314,
[318] = 318,
[319] = 319,
[320] = 320,
[321] = 321,
[322] = 310,
[323] = 323,
[324] = 324,
[325] = 325,
[326] = 326,
[327] = 327,
[328] = 328,
[329] = 329,
[330] = 330,
[331] = 331,
[332] = 332,
[333] = 333,
[334] = 334,
[335] = 332,
[336] = 336,
[337] = 337,
[338] = 338,
[339] = 326,
[340] = 336,
[341] = 341,
[342] = 342,
[343] = 341,
[344] = 344,
[345] = 345,
[346] = 346,
[347] = 347,
[348] = 348,
[349] = 349,
[350] = 350,
[351] = 348,
[352] = 352,
[353] = 347,
[354] = 345,
[355] = 346,
[356] = 352,
[357] = 357,
[358] = 358,
[359] = 349,
[360] = 360,
[361] = 361,
[362] = 362,
[363] = 363,
[364] = 364,
[365] = 350,
[366] = 366,
[367] = 367,
[368] = 368,
[369] = 369,
[370] = 367,
[371] = 362,
[372] = 366,
[373] = 373,
[374] = 364,
[375] = 375,
[376] = 375,
[377] = 377,
[378] = 360,
[379] = 377,
[380] = 380,
[381] = 373,
};
static bool ts_lex(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'!', 47,
'"', 2,
'#', 21,
'$', 59,
'%', 29,
'&', 40,
'\'', 5,
'(', 55,
')', 56,
'*', 27,
'+', 30,
',', 23,
'-', 31,
'.', 52,
'/', 28,
'0', 69,
':', 26,
';', 24,
'<', 34,
'=', 58,
'>', 35,
'?', 50,
'@', 3,
'[', 53,
']', 54,
'^', 41,
'{', 60,
'|', 42,
'}', 61,
'~', 48,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(68);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(72);
END_STATE();
case 1:
ADVANCE_MAP(
'!', 46,
'"', 2,
'#', 21,
'$', 59,
'\'', 5,
'(', 55,
')', 56,
'+', 30,
',', 23,
'-', 31,
'.', 10,
'/', 7,
'0', 69,
':', 25,
';', 24,
'=', 57,
'?', 49,
'@', 3,
'[', 53,
']', 54,
'{', 60,
'}', 61,
'~', 48,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(1);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(68);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(72);
END_STATE();
case 2:
if (lookahead == '"') ADVANCE(65);
if (lookahead == '\\') ADVANCE(17);
if (lookahead != 0) ADVANCE(2);
END_STATE();
case 3:
if (lookahead == '"') ADVANCE(4);
if (lookahead == '\'') ADVANCE(6);
END_STATE();
case 4:
if (lookahead == '"') ADVANCE(66);
if (lookahead != 0) ADVANCE(4);
END_STATE();
case 5:
if (lookahead == '\'') ADVANCE(65);
if (lookahead == '\\') ADVANCE(18);
if (lookahead != 0) ADVANCE(5);
END_STATE();
case 6:
if (lookahead == '\'') ADVANCE(67);
if (lookahead != 0) ADVANCE(6);
END_STATE();
case 7:
if (lookahead == '*') ADVANCE(9);
if (lookahead == '/') ADVANCE(21);
END_STATE();
case 8:
if (lookahead == '*') ADVANCE(8);
if (lookahead == '/') ADVANCE(22);
if (lookahead != 0) ADVANCE(9);
END_STATE();
case 9:
if (lookahead == '*') ADVANCE(8);
if (lookahead != 0) ADVANCE(9);
END_STATE();
case 10:
if (lookahead == '.') ADVANCE(11);
END_STATE();
case 11:
if (lookahead == '.') ADVANCE(64);
END_STATE();
case 12:
if (lookahead == '=') ADVANCE(39);
END_STATE();
case 13:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(71);
END_STATE();
case 14:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(68);
END_STATE();
case 15:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70);
END_STATE();
case 16:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(71);
END_STATE();
case 17:
if (lookahead != 0) ADVANCE(2);
END_STATE();
case 18:
if (lookahead != 0) ADVANCE(5);
END_STATE();
case 19:
if (eof) ADVANCE(20);
ADVANCE_MAP(
'!', 12,
'#', 21,
'%', 29,
'&', 40,
'(', 55,
')', 56,
'*', 27,
'+', 30,
',', 23,
'-', 31,
'.', 51,
'/', 28,
':', 25,
';', 24,
'<', 34,
'=', 58,
'>', 35,
'?', 50,
'[', 53,
']', 54,
'^', 41,
'{', 60,
'|', 42,
'}', 61,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(19);
if (('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(72);
END_STATE();
case 20:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 21:
ACCEPT_TOKEN(sym_line_comment);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\r') ADVANCE(21);
END_STATE();
case 22:
ACCEPT_TOKEN(sym_block_comment);
END_STATE();
case 23:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 24:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 25:
ACCEPT_TOKEN(anon_sym_COLON);
END_STATE();
case 26:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(62);
END_STATE();
case 27:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 28:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '*') ADVANCE(9);
if (lookahead == '/') ADVANCE(21);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 30:
ACCEPT_TOKEN(anon_sym_PLUS);
END_STATE();
case 31:
ACCEPT_TOKEN(anon_sym_DASH);
END_STATE();
case 32:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 33:
ACCEPT_TOKEN(anon_sym_GT_GT);
END_STATE();
case 34:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(32);
if (lookahead == '=') ADVANCE(36);
END_STATE();
case 35:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(37);
if (lookahead == '>') ADVANCE(33);
END_STATE();
case 36:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 37:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 38:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 39:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(43);
END_STATE();
case 41:
ACCEPT_TOKEN(anon_sym_CARET);
END_STATE();
case 42:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(44);
END_STATE();
case 43:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 44:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 45:
ACCEPT_TOKEN(anon_sym_QMARK_QMARK);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_BANG);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '=') ADVANCE(39);
END_STATE();
case 48:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 49:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_QMARK);
if (lookahead == '?') ADVANCE(45);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 52:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(11);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 55:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 56:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(38);
END_STATE();
case 59:
ACCEPT_TOKEN(sym_dollar);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 61:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
if (lookahead == ':') ADVANCE(63);
END_STATE();
case 63:
ACCEPT_TOKEN(anon_sym_COLON_COLON_COLON);
END_STATE();
case 64:
ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
END_STATE();
case 65:
ACCEPT_TOKEN(sym_string);
END_STATE();
case 66:
ACCEPT_TOKEN(sym_verbatim_string);
if (lookahead == '"') ADVANCE(4);
END_STATE();
case 67:
ACCEPT_TOKEN(sym_verbatim_string);
if (lookahead == '\'') ADVANCE(6);
END_STATE();
case 68:
ACCEPT_TOKEN(sym_number);
if (lookahead == '.') ADVANCE(15);
if (lookahead == '_') ADVANCE(14);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(13);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(68);
END_STATE();
case 69:
ACCEPT_TOKEN(sym_number);
if (lookahead == '.') ADVANCE(15);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(13);
END_STATE();
case 70:
ACCEPT_TOKEN(sym_number);
if (lookahead == '_') ADVANCE(15);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(13);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(70);
END_STATE();
case 71:
ACCEPT_TOKEN(sym_number);
if (lookahead == '_') ADVANCE(16);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(71);
END_STATE();
case 72:
ACCEPT_TOKEN(sym_ident);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'Z') ||
lookahead == '_' ||
('a' <= lookahead && lookahead <= 'z')) ADVANCE(72);
END_STATE();
default:
return false;
}
}
static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) {
START_LEXER();
eof = lexer->eof(lexer);
switch (state) {
case 0:
ADVANCE_MAP(
'a', 1,
'e', 2,
'f', 3,
'i', 4,
'l', 5,
'n', 6,
's', 7,
't', 8,
);
if (lookahead == '\t' ||
lookahead == '\n' ||
lookahead == '\r' ||
lookahead == ' ') SKIP(0);
END_STATE();
case 1:
if (lookahead == 's') ADVANCE(9);
END_STATE();
case 2:
if (lookahead == 'l') ADVANCE(10);
if (lookahead == 'r') ADVANCE(11);
END_STATE();
case 3:
if (lookahead == 'a') ADVANCE(12);
if (lookahead == 'o') ADVANCE(13);
if (lookahead == 'u') ADVANCE(14);
END_STATE();
case 4:
if (lookahead == 'f') ADVANCE(15);
if (lookahead == 'm') ADVANCE(16);
if (lookahead == 'n') ADVANCE(17);
END_STATE();
case 5:
if (lookahead == 'o') ADVANCE(18);
END_STATE();
case 6:
if (lookahead == 'u') ADVANCE(19);
END_STATE();
case 7:
if (lookahead == 'e') ADVANCE(20);
if (lookahead == 'u') ADVANCE(21);
END_STATE();
case 8:
if (lookahead == 'a') ADVANCE(22);
if (lookahead == 'h') ADVANCE(23);
if (lookahead == 'r') ADVANCE(24);
END_STATE();
case 9:
if (lookahead == 's') ADVANCE(25);
END_STATE();
case 10:
if (lookahead == 's') ADVANCE(26);
END_STATE();
case 11:
if (lookahead == 'r') ADVANCE(27);
END_STATE();
case 12:
if (lookahead == 'l') ADVANCE(28);
END_STATE();
case 13:
if (lookahead == 'r') ADVANCE(29);
END_STATE();
case 14:
if (lookahead == 'n') ADVANCE(30);
END_STATE();
case 15:
ACCEPT_TOKEN(anon_sym_if);
END_STATE();
case 16:
if (lookahead == 'p') ADVANCE(31);
END_STATE();
case 17:
ACCEPT_TOKEN(anon_sym_in);
END_STATE();
case 18:
if (lookahead == 'c') ADVANCE(32);
END_STATE();
case 19:
if (lookahead == 'l') ADVANCE(33);
END_STATE();
case 20:
if (lookahead == 'l') ADVANCE(34);
END_STATE();
case 21:
if (lookahead == 'p') ADVANCE(35);
END_STATE();
case 22:
if (lookahead == 'i') ADVANCE(36);
END_STATE();
case 23:
if (lookahead == 'e') ADVANCE(37);
END_STATE();
case 24:
if (lookahead == 'u') ADVANCE(38);
END_STATE();
case 25:
if (lookahead == 'e') ADVANCE(39);
END_STATE();
case 26:
if (lookahead == 'e') ADVANCE(40);
END_STATE();
case 27:
if (lookahead == 'o') ADVANCE(41);
END_STATE();
case 28:
if (lookahead == 's') ADVANCE(42);
END_STATE();
case 29:
ACCEPT_TOKEN(anon_sym_for);
END_STATE();
case 30:
if (lookahead == 'c') ADVANCE(43);
END_STATE();
case 31:
if (lookahead == 'o') ADVANCE(44);
END_STATE();
case 32:
if (lookahead == 'a') ADVANCE(45);
END_STATE();
case 33:
if (lookahead == 'l') ADVANCE(46);
END_STATE();
case 34:
if (lookahead == 'f') ADVANCE(47);
END_STATE();
case 35:
if (lookahead == 'e') ADVANCE(48);
END_STATE();
case 36:
if (lookahead == 'l') ADVANCE(49);
END_STATE();
case 37:
if (lookahead == 'n') ADVANCE(50);
END_STATE();
case 38:
if (lookahead == 'e') ADVANCE(51);
END_STATE();
case 39:
if (lookahead == 'r') ADVANCE(52);
END_STATE();
case 40:
ACCEPT_TOKEN(anon_sym_else);
END_STATE();
case 41:
if (lookahead == 'r') ADVANCE(53);
END_STATE();
case 42:
if (lookahead == 'e') ADVANCE(54);
END_STATE();
case 43:
if (lookahead == 't') ADVANCE(55);
END_STATE();
case 44:
if (lookahead == 'r') ADVANCE(56);
END_STATE();
case 45:
if (lookahead == 'l') ADVANCE(57);
END_STATE();
case 46:
ACCEPT_TOKEN(anon_sym_null);
END_STATE();
case 47:
ACCEPT_TOKEN(anon_sym_self);
END_STATE();
case 48:
if (lookahead == 'r') ADVANCE(58);
END_STATE();
case 49:
if (lookahead == 's') ADVANCE(59);
END_STATE();
case 50:
ACCEPT_TOKEN(anon_sym_then);
END_STATE();
case 51:
ACCEPT_TOKEN(anon_sym_true);
END_STATE();
case 52:
if (lookahead == 't') ADVANCE(60);
END_STATE();
case 53:
ACCEPT_TOKEN(anon_sym_error);
END_STATE();
case 54:
ACCEPT_TOKEN(anon_sym_false);
END_STATE();
case 55:
if (lookahead == 'i') ADVANCE(61);
END_STATE();
case 56:
if (lookahead == 't') ADVANCE(62);
END_STATE();
case 57:
ACCEPT_TOKEN(anon_sym_local);
END_STATE();
case 58:
ACCEPT_TOKEN(anon_sym_super);
END_STATE();
case 59:
if (lookahead == 't') ADVANCE(63);
END_STATE();
case 60:
ACCEPT_TOKEN(anon_sym_assert);
END_STATE();
case 61:
if (lookahead == 'o') ADVANCE(64);
END_STATE();
case 62:
ACCEPT_TOKEN(anon_sym_import);
if (lookahead == 'b') ADVANCE(65);
if (lookahead == 's') ADVANCE(66);
END_STATE();
case 63:
if (lookahead == 'r') ADVANCE(67);
END_STATE();
case 64:
if (lookahead == 'n') ADVANCE(68);
END_STATE();
case 65:
if (lookahead == 'i') ADVANCE(69);
END_STATE();
case 66:
if (lookahead == 't') ADVANCE(70);
END_STATE();
case 67:
if (lookahead == 'i') ADVANCE(71);
END_STATE();
case 68:
ACCEPT_TOKEN(anon_sym_function);
END_STATE();
case 69:
if (lookahead == 'n') ADVANCE(72);
END_STATE();
case 70:
if (lookahead == 'r') ADVANCE(73);
END_STATE();
case 71:
if (lookahead == 'c') ADVANCE(74);
END_STATE();
case 72:
ACCEPT_TOKEN(anon_sym_importbin);
END_STATE();
case 73:
ACCEPT_TOKEN(anon_sym_importstr);
END_STATE();
case 74:
if (lookahead == 't') ADVANCE(75);
END_STATE();
case 75:
ACCEPT_TOKEN(anon_sym_tailstrict);
END_STATE();
default:
return false;
}
}
static const TSLexerMode ts_lex_modes[STATE_COUNT] = {
[0] = {.lex_state = 0, .external_lex_state = 1},
[1] = {.lex_state = 1, .external_lex_state = 2},
[2] = {.lex_state = 1, .external_lex_state = 2},
[3] = {.lex_state = 1, .external_lex_state = 2},
[4] = {.lex_state = 1, .external_lex_state = 2},
[5] = {.lex_state = 1, .external_lex_state = 2},
[6] = {.lex_state = 1, .external_lex_state = 2},
[7] = {.lex_state = 1, .external_lex_state = 2},
[8] = {.lex_state = 1, .external_lex_state = 2},
[9] = {.lex_state = 1, .external_lex_state = 2},
[10] = {.lex_state = 1, .external_lex_state = 2},
[11] = {.lex_state = 1, .external_lex_state = 2},
[12] = {.lex_state = 1, .external_lex_state = 2},
[13] = {.lex_state = 1, .external_lex_state = 2},
[14] = {.lex_state = 1, .external_lex_state = 2},
[15] = {.lex_state = 1, .external_lex_state = 2},
[16] = {.lex_state = 1, .external_lex_state = 2},
[17] = {.lex_state = 1, .external_lex_state = 2},
[18] = {.lex_state = 1, .external_lex_state = 2},
[19] = {.lex_state = 1, .external_lex_state = 2},
[20] = {.lex_state = 1, .external_lex_state = 2},
[21] = {.lex_state = 1, .external_lex_state = 2},
[22] = {.lex_state = 1, .external_lex_state = 2},
[23] = {.lex_state = 1, .external_lex_state = 2},
[24] = {.lex_state = 1, .external_lex_state = 2},
[25] = {.lex_state = 1, .external_lex_state = 2},
[26] = {.lex_state = 1, .external_lex_state = 2},
[27] = {.lex_state = 1, .external_lex_state = 2},
[28] = {.lex_state = 1, .external_lex_state = 2},
[29] = {.lex_state = 1, .external_lex_state = 2},
[30] = {.lex_state = 1, .external_lex_state = 2},
[31] = {.lex_state = 1, .external_lex_state = 2},
[32] = {.lex_state = 1, .external_lex_state = 2},
[33] = {.lex_state = 1, .external_lex_state = 2},
[34] = {.lex_state = 1, .external_lex_state = 2},
[35] = {.lex_state = 1, .external_lex_state = 2},
[36] = {.lex_state = 1, .external_lex_state = 2},
[37] = {.lex_state = 1, .external_lex_state = 2},
[38] = {.lex_state = 1, .external_lex_state = 2},
[39] = {.lex_state = 1, .external_lex_state = 2},
[40] = {.lex_state = 1, .external_lex_state = 2},
[41] = {.lex_state = 1, .external_lex_state = 2},
[42] = {.lex_state = 1, .external_lex_state = 2},
[43] = {.lex_state = 1, .external_lex_state = 2},
[44] = {.lex_state = 1, .external_lex_state = 2},
[45] = {.lex_state = 1, .external_lex_state = 2},
[46] = {.lex_state = 1, .external_lex_state = 2},
[47] = {.lex_state = 1, .external_lex_state = 2},
[48] = {.lex_state = 1, .external_lex_state = 2},
[49] = {.lex_state = 1, .external_lex_state = 2},
[50] = {.lex_state = 1, .external_lex_state = 2},
[51] = {.lex_state = 1, .external_lex_state = 2},
[52] = {.lex_state = 1, .external_lex_state = 2},
[53] = {.lex_state = 1, .external_lex_state = 2},
[54] = {.lex_state = 1, .external_lex_state = 2},
[55] = {.lex_state = 1, .external_lex_state = 2},
[56] = {.lex_state = 1, .external_lex_state = 2},
[57] = {.lex_state = 1, .external_lex_state = 2},
[58] = {.lex_state = 1, .external_lex_state = 2},
[59] = {.lex_state = 1, .external_lex_state = 2},
[60] = {.lex_state = 1, .external_lex_state = 2},
[61] = {.lex_state = 1, .external_lex_state = 2},
[62] = {.lex_state = 1, .external_lex_state = 2},
[63] = {.lex_state = 1, .external_lex_state = 2},
[64] = {.lex_state = 1, .external_lex_state = 2},
[65] = {.lex_state = 1, .external_lex_state = 2},
[66] = {.lex_state = 1, .external_lex_state = 2},
[67] = {.lex_state = 1, .external_lex_state = 2},
[68] = {.lex_state = 1, .external_lex_state = 2},
[69] = {.lex_state = 1, .external_lex_state = 2},
[70] = {.lex_state = 1, .external_lex_state = 2},
[71] = {.lex_state = 1, .external_lex_state = 2},
[72] = {.lex_state = 1, .external_lex_state = 2},
[73] = {.lex_state = 1, .external_lex_state = 2},
[74] = {.lex_state = 1, .external_lex_state = 2},
[75] = {.lex_state = 1, .external_lex_state = 2},
[76] = {.lex_state = 1, .external_lex_state = 2},
[77] = {.lex_state = 1, .external_lex_state = 2},
[78] = {.lex_state = 1, .external_lex_state = 2},
[79] = {.lex_state = 1, .external_lex_state = 2},
[80] = {.lex_state = 1, .external_lex_state = 2},
[81] = {.lex_state = 1, .external_lex_state = 2},
[82] = {.lex_state = 1, .external_lex_state = 2},
[83] = {.lex_state = 1, .external_lex_state = 2},
[84] = {.lex_state = 1, .external_lex_state = 2},
[85] = {.lex_state = 1, .external_lex_state = 2},
[86] = {.lex_state = 1, .external_lex_state = 2},
[87] = {.lex_state = 19},
[88] = {.lex_state = 19},
[89] = {.lex_state = 19},
[90] = {.lex_state = 1, .external_lex_state = 2},
[91] = {.lex_state = 1, .external_lex_state = 2},
[92] = {.lex_state = 19},
[93] = {.lex_state = 19},
[94] = {.lex_state = 19},
[95] = {.lex_state = 19},
[96] = {.lex_state = 19},
[97] = {.lex_state = 19},
[98] = {.lex_state = 19},
[99] = {.lex_state = 19},
[100] = {.lex_state = 19},
[101] = {.lex_state = 19},
[102] = {.lex_state = 19},
[103] = {.lex_state = 19},
[104] = {.lex_state = 19},
[105] = {.lex_state = 19},
[106] = {.lex_state = 19},
[107] = {.lex_state = 19},
[108] = {.lex_state = 19},
[109] = {.lex_state = 19},
[110] = {.lex_state = 19},
[111] = {.lex_state = 19},
[112] = {.lex_state = 19},
[113] = {.lex_state = 19},
[114] = {.lex_state = 19},
[115] = {.lex_state = 19},
[116] = {.lex_state = 19},
[117] = {.lex_state = 19},
[118] = {.lex_state = 19},
[119] = {.lex_state = 19},
[120] = {.lex_state = 19},
[121] = {.lex_state = 19},
[122] = {.lex_state = 19},
[123] = {.lex_state = 19},
[124] = {.lex_state = 19},
[125] = {.lex_state = 19},
[126] = {.lex_state = 19},
[127] = {.lex_state = 19},
[128] = {.lex_state = 19},
[129] = {.lex_state = 19},
[130] = {.lex_state = 19},
[131] = {.lex_state = 19},
[132] = {.lex_state = 19},
[133] = {.lex_state = 19},
[134] = {.lex_state = 19},
[135] = {.lex_state = 19},
[136] = {.lex_state = 19},
[137] = {.lex_state = 19},
[138] = {.lex_state = 19},
[139] = {.lex_state = 19},
[140] = {.lex_state = 19},
[141] = {.lex_state = 19},
[142] = {.lex_state = 19},
[143] = {.lex_state = 19},
[144] = {.lex_state = 19},
[145] = {.lex_state = 19},
[146] = {.lex_state = 19},
[147] = {.lex_state = 19},
[148] = {.lex_state = 19},
[149] = {.lex_state = 19},
[150] = {.lex_state = 19},
[151] = {.lex_state = 19},
[152] = {.lex_state = 19},
[153] = {.lex_state = 19},
[154] = {.lex_state = 19},
[155] = {.lex_state = 19},
[156] = {.lex_state = 19},
[157] = {.lex_state = 19},
[158] = {.lex_state = 19},
[159] = {.lex_state = 19},
[160] = {.lex_state = 19},
[161] = {.lex_state = 19},
[162] = {.lex_state = 19},
[163] = {.lex_state = 19},
[164] = {.lex_state = 19},
[165] = {.lex_state = 19},
[166] = {.lex_state = 19},
[167] = {.lex_state = 19},
[168] = {.lex_state = 19},
[169] = {.lex_state = 19},
[170] = {.lex_state = 19},
[171] = {.lex_state = 19},
[172] = {.lex_state = 19},
[173] = {.lex_state = 19},
[174] = {.lex_state = 19},
[175] = {.lex_state = 19},
[176] = {.lex_state = 19},
[177] = {.lex_state = 19},
[178] = {.lex_state = 19},
[179] = {.lex_state = 19},
[180] = {.lex_state = 19},
[181] = {.lex_state = 1, .external_lex_state = 2},
[182] = {.lex_state = 1, .external_lex_state = 2},
[183] = {.lex_state = 1, .external_lex_state = 2},
[184] = {.lex_state = 1, .external_lex_state = 2},
[185] = {.lex_state = 1, .external_lex_state = 2},
[186] = {.lex_state = 19},
[187] = {.lex_state = 19},
[188] = {.lex_state = 19},
[189] = {.lex_state = 19},
[190] = {.lex_state = 19},
[191] = {.lex_state = 19},
[192] = {.lex_state = 19},
[193] = {.lex_state = 19},
[194] = {.lex_state = 19},
[195] = {.lex_state = 19},
[196] = {.lex_state = 19},
[197] = {.lex_state = 19},
[198] = {.lex_state = 19},
[199] = {.lex_state = 19},
[200] = {.lex_state = 19},
[201] = {.lex_state = 19},
[202] = {.lex_state = 19},
[203] = {.lex_state = 19},
[204] = {.lex_state = 19},
[205] = {.lex_state = 19},
[206] = {.lex_state = 19},
[207] = {.lex_state = 19},
[208] = {.lex_state = 19},
[209] = {.lex_state = 0, .external_lex_state = 2},
[210] = {.lex_state = 0, .external_lex_state = 2},
[211] = {.lex_state = 0, .external_lex_state = 2},
[212] = {.lex_state = 0, .external_lex_state = 2},
[213] = {.lex_state = 0, .external_lex_state = 2},
[214] = {.lex_state = 0, .external_lex_state = 2},
[215] = {.lex_state = 0, .external_lex_state = 2},
[216] = {.lex_state = 0},
[217] = {.lex_state = 0},
[218] = {.lex_state = 0},
[219] = {.lex_state = 0},
[220] = {.lex_state = 0},
[221] = {.lex_state = 0},
[222] = {.lex_state = 0},
[223] = {.lex_state = 0},
[224] = {.lex_state = 0},
[225] = {.lex_state = 1},
[226] = {.lex_state = 0},
[227] = {.lex_state = 1},
[228] = {.lex_state = 0},
[229] = {.lex_state = 0},
[230] = {.lex_state = 0},
[231] = {.lex_state = 1},
[232] = {.lex_state = 0},
[233] = {.lex_state = 0},
[234] = {.lex_state = 0},
[235] = {.lex_state = 0},
[236] = {.lex_state = 0},
[237] = {.lex_state = 0},
[238] = {.lex_state = 0},
[239] = {.lex_state = 0},
[240] = {.lex_state = 0},
[241] = {.lex_state = 0},
[242] = {.lex_state = 0},
[243] = {.lex_state = 0},
[244] = {.lex_state = 0},
[245] = {.lex_state = 1},
[246] = {.lex_state = 0},
[247] = {.lex_state = 0},
[248] = {.lex_state = 0},
[249] = {.lex_state = 0},
[250] = {.lex_state = 0},
[251] = {.lex_state = 0},
[252] = {.lex_state = 0},
[253] = {.lex_state = 0},
[254] = {.lex_state = 0},
[255] = {.lex_state = 0},
[256] = {.lex_state = 0},
[257] = {.lex_state = 0},
[258] = {.lex_state = 0},
[259] = {.lex_state = 0},
[260] = {.lex_state = 1},
[261] = {.lex_state = 0},
[262] = {.lex_state = 0},
[263] = {.lex_state = 0},
[264] = {.lex_state = 0},
[265] = {.lex_state = 0},
[266] = {.lex_state = 0},
[267] = {.lex_state = 0},
[268] = {.lex_state = 1},
[269] = {.lex_state = 1},
[270] = {.lex_state = 0},
[271] = {.lex_state = 0},
[272] = {.lex_state = 0},
[273] = {.lex_state = 1},
[274] = {.lex_state = 0},
[275] = {.lex_state = 0},
[276] = {.lex_state = 0},
[277] = {.lex_state = 0},
[278] = {.lex_state = 0},
[279] = {.lex_state = 0},
[280] = {.lex_state = 0},
[281] = {.lex_state = 0},
[282] = {.lex_state = 0},
[283] = {.lex_state = 0},
[284] = {.lex_state = 1},
[285] = {.lex_state = 0},
[286] = {.lex_state = 0},
[287] = {.lex_state = 0},
[288] = {.lex_state = 0},
[289] = {.lex_state = 0},
[290] = {.lex_state = 0},
[291] = {.lex_state = 0},
[292] = {.lex_state = 0},
[293] = {.lex_state = 0},
[294] = {.lex_state = 0},
[295] = {.lex_state = 0},
[296] = {.lex_state = 1},
[297] = {.lex_state = 0},
[298] = {.lex_state = 0},
[299] = {.lex_state = 0},
[300] = {.lex_state = 0},
[301] = {.lex_state = 0},
[302] = {.lex_state = 0},
[303] = {.lex_state = 0, .external_lex_state = 2},
[304] = {.lex_state = 0},
[305] = {.lex_state = 0},
[306] = {.lex_state = 0},
[307] = {.lex_state = 0},
[308] = {.lex_state = 0, .external_lex_state = 2},
[309] = {.lex_state = 0},
[310] = {.lex_state = 0},
[311] = {.lex_state = 0},
[312] = {.lex_state = 0},
[313] = {.lex_state = 0},
[314] = {.lex_state = 0},
[315] = {.lex_state = 0},
[316] = {.lex_state = 0},
[317] = {.lex_state = 0},
[318] = {.lex_state = 0},
[319] = {.lex_state = 0},
[320] = {.lex_state = 0},
[321] = {.lex_state = 0},
[322] = {.lex_state = 0},
[323] = {.lex_state = 0},
[324] = {.lex_state = 0},
[325] = {.lex_state = 0},
[326] = {.lex_state = 1},
[327] = {.lex_state = 0},
[328] = {.lex_state = 0},
[329] = {.lex_state = 0},
[330] = {.lex_state = 0},
[331] = {.lex_state = 0},
[332] = {.lex_state = 1},
[333] = {.lex_state = 0},
[334] = {.lex_state = 0},
[335] = {.lex_state = 1},
[336] = {.lex_state = 0},
[337] = {.lex_state = 0},
[338] = {.lex_state = 0},
[339] = {.lex_state = 1},
[340] = {.lex_state = 0},
[341] = {.lex_state = 1},
[342] = {.lex_state = 0},
[343] = {.lex_state = 1},
[344] = {.lex_state = 0},
[345] = {.lex_state = 0},
[346] = {.lex_state = 0},
[347] = {.lex_state = 0},
[348] = {.lex_state = 0},
[349] = {.lex_state = 0},
[350] = {.lex_state = 0},
[351] = {.lex_state = 0},
[352] = {.lex_state = 0},
[353] = {.lex_state = 0},
[354] = {.lex_state = 0},
[355] = {.lex_state = 0},
[356] = {.lex_state = 0},
[357] = {.lex_state = 0},
[358] = {.lex_state = 0},
[359] = {.lex_state = 0},
[360] = {.lex_state = 0},
[361] = {.lex_state = 0},
[362] = {.lex_state = 0},
[363] = {.lex_state = 0},
[364] = {.lex_state = 0},
[365] = {.lex_state = 0},
[366] = {.lex_state = 0},
[367] = {.lex_state = 0},
[368] = {.lex_state = 0},
[369] = {.lex_state = 0},
[370] = {.lex_state = 0},
[371] = {.lex_state = 0},
[372] = {.lex_state = 0},
[373] = {.lex_state = 0},
[374] = {.lex_state = 0},
[375] = {.lex_state = 0},
[376] = {.lex_state = 0},
[377] = {.lex_state = 19},
[378] = {.lex_state = 0},
[379] = {.lex_state = 19},
[380] = {.lex_state = 0},
[381] = {.lex_state = 0},
};
static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = {
[STATE(0)] = {
[ts_builtin_sym_end] = ACTIONS(1),
[sym_ident] = ACTIONS(1),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
[anon_sym_local] = ACTIONS(1),
[anon_sym_COMMA] = ACTIONS(1),
[anon_sym_SEMI] = ACTIONS(1),
[anon_sym_assert] = ACTIONS(1),
[anon_sym_COLON] = ACTIONS(1),
[anon_sym_STAR] = ACTIONS(1),
[anon_sym_SLASH] = ACTIONS(1),
[anon_sym_PERCENT] = ACTIONS(1),
[anon_sym_PLUS] = ACTIONS(1),
[anon_sym_DASH] = ACTIONS(1),
[anon_sym_LT_LT] = ACTIONS(1),
[anon_sym_GT_GT] = ACTIONS(1),
[anon_sym_LT] = ACTIONS(1),
[anon_sym_GT] = ACTIONS(1),
[anon_sym_LT_EQ] = ACTIONS(1),
[anon_sym_GT_EQ] = ACTIONS(1),
[anon_sym_in] = ACTIONS(1),
[anon_sym_EQ_EQ] = ACTIONS(1),
[anon_sym_BANG_EQ] = ACTIONS(1),
[anon_sym_AMP] = ACTIONS(1),
[anon_sym_CARET] = ACTIONS(1),
[anon_sym_PIPE] = ACTIONS(1),
[anon_sym_AMP_AMP] = ACTIONS(1),
[anon_sym_PIPE_PIPE] = ACTIONS(1),
[anon_sym_QMARK_QMARK] = ACTIONS(1),
[anon_sym_BANG] = ACTIONS(1),
[anon_sym_TILDE] = ACTIONS(1),
[anon_sym_QMARK] = ACTIONS(1),
[anon_sym_DOT] = ACTIONS(1),
[anon_sym_LBRACK] = ACTIONS(1),
[anon_sym_RBRACK] = ACTIONS(1),
[anon_sym_LPAREN] = ACTIONS(1),
[anon_sym_RPAREN] = ACTIONS(1),
[anon_sym_tailstrict] = ACTIONS(1),
[anon_sym_EQ] = ACTIONS(1),
[sym_dollar] = ACTIONS(1),
[anon_sym_null] = ACTIONS(1),
[anon_sym_true] = ACTIONS(1),
[anon_sym_false] = ACTIONS(1),
[anon_sym_self] = ACTIONS(1),
[anon_sym_super] = ACTIONS(1),
[anon_sym_if] = ACTIONS(1),
[anon_sym_then] = ACTIONS(1),
[anon_sym_else] = ACTIONS(1),
[anon_sym_LBRACE] = ACTIONS(1),
[anon_sym_RBRACE] = ACTIONS(1),
[anon_sym_function] = ACTIONS(1),
[anon_sym_COLON_COLON] = ACTIONS(1),
[anon_sym_COLON_COLON_COLON] = ACTIONS(1),
[anon_sym_for] = ACTIONS(1),
[anon_sym_error] = ACTIONS(1),
[anon_sym_import] = ACTIONS(1),
[anon_sym_importstr] = ACTIONS(1),
[anon_sym_importbin] = ACTIONS(1),
[anon_sym_DOT_DOT_DOT] = ACTIONS(1),
[sym_string] = ACTIONS(1),
[sym_verbatim_string] = ACTIONS(1),
[sym_number] = ACTIONS(1),
[sym_string_block] = ACTIONS(1),
[sym__sb_err_unexpected_end] = ACTIONS(1),
[sym__sb_err_missing_newline] = ACTIONS(1),
[sym__sb_err_missing_termination] = ACTIONS(1),
[sym__sb_err_missing_indent] = ACTIONS(1),
},
[STATE(1)] = {
[sym_source_file] = STATE(380),
[sym__expr] = STATE(363),
[sym_local_expr] = STATE(203),
[sym_assert_expr] = STATE(203),
[sym_assertion] = STATE(365),
[sym__binop_expr] = STATE(203),
[sym_binary_expr] = STATE(203),
[sym__unary_expr] = STATE(203),
[sym__suffixed] = STATE(203),
[sym__full_expr] = STATE(203),
[sym__atom] = STATE(100),
[sym_literal] = STATE(100),
[sym_ident_ref] = STATE(100),
[sym_if_then_else] = STATE(203),
[sym_array] = STATE(100),
[sym_object] = STATE(100),
[sym_function_expr] = STATE(203),
[sym_error_expr] = STATE(203),
[sym_import_expr] = STATE(203),
[sym_parened] = STATE(100),
[sym_ident] = ACTIONS(5),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
[anon_sym_local] = ACTIONS(7),
[anon_sym_assert] = ACTIONS(9),
[anon_sym_PLUS] = ACTIONS(11),
[anon_sym_DASH] = ACTIONS(11),
[anon_sym_BANG] = ACTIONS(11),
[anon_sym_TILDE] = ACTIONS(11),
[anon_sym_LBRACK] = ACTIONS(13),
[anon_sym_LPAREN] = ACTIONS(15),
[sym_dollar] = ACTIONS(17),
[anon_sym_null] = ACTIONS(19),
[anon_sym_true] = ACTIONS(19),
[anon_sym_false] = ACTIONS(19),
[anon_sym_self] = ACTIONS(19),
[anon_sym_super] = ACTIONS(19),
[anon_sym_if] = ACTIONS(21),
[anon_sym_LBRACE] = ACTIONS(23),
[anon_sym_function] = ACTIONS(25),
[anon_sym_error] = ACTIONS(27),
[anon_sym_import] = ACTIONS(29),
[anon_sym_importstr] = ACTIONS(29),
[anon_sym_importbin] = ACTIONS(29),
[sym_string] = ACTIONS(17),
[sym_verbatim_string] = ACTIONS(17),
[sym_number] = ACTIONS(17),
[sym_string_block] = ACTIONS(17),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 21,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(39), 1,
anon_sym_RBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(47), 1,
anon_sym_if,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(55), 1,
anon_sym_error,
STATE(295), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
STATE(226), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[96] = 21,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(47), 1,
anon_sym_if,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(59), 1,
anon_sym_RBRACK,
STATE(295), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
STATE(232), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[192] = 21,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(47), 1,
anon_sym_if,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(61), 1,
anon_sym_RBRACK,
STATE(295), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
STATE(236), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[288] = 21,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(47), 1,
anon_sym_if,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(63), 1,
anon_sym_RBRACK,
STATE(295), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
STATE(238), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[384] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(65), 1,
sym_ident,
ACTIONS(67), 1,
anon_sym_RPAREN,
ACTIONS(69), 1,
anon_sym_if,
STATE(297), 1,
sym_arg,
STATE(334), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[474] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(65), 1,
sym_ident,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(71), 1,
anon_sym_RPAREN,
STATE(324), 1,
sym_arg,
STATE(334), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[564] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(73), 1,
anon_sym_COLON,
ACTIONS(75), 1,
anon_sym_RBRACK,
STATE(335), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[654] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(77), 1,
anon_sym_COLON,
ACTIONS(79), 1,
anon_sym_RBRACK,
STATE(326), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[744] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(65), 1,
sym_ident,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(81), 1,
anon_sym_RPAREN,
STATE(324), 1,
sym_arg,
STATE(334), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[834] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(65), 1,
sym_ident,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(83), 1,
anon_sym_RPAREN,
STATE(324), 1,
sym_arg,
STATE(334), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[924] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(65), 1,
sym_ident,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(85), 1,
anon_sym_RPAREN,
STATE(313), 1,
sym_arg,
STATE(334), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1014] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(87), 1,
anon_sym_COLON,
ACTIONS(89), 1,
anon_sym_RBRACK,
STATE(339), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1104] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(91), 1,
anon_sym_COLON,
ACTIONS(93), 1,
anon_sym_RBRACK,
STATE(332), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1194] = 20,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(65), 1,
sym_ident,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(95), 1,
anon_sym_RPAREN,
STATE(324), 1,
sym_arg,
STATE(334), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1284] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(97), 1,
anon_sym_COLON,
STATE(341), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1371] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(79), 1,
anon_sym_RBRACK,
STATE(350), 1,
sym_assertion,
STATE(370), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1458] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(99), 1,
anon_sym_RBRACK,
STATE(350), 1,
sym_assertion,
STATE(381), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1545] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(101), 1,
anon_sym_RBRACK,
STATE(220), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1632] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(65), 1,
sym_ident,
ACTIONS(69), 1,
anon_sym_if,
STATE(324), 1,
sym_arg,
STATE(334), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1719] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(103), 1,
anon_sym_RBRACK,
STATE(350), 1,
sym_assertion,
STATE(376), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1806] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(105), 1,
anon_sym_RBRACK,
STATE(223), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1893] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(107), 1,
anon_sym_RBRACK,
STATE(350), 1,
sym_assertion,
STATE(373), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[1980] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(89), 1,
anon_sym_RBRACK,
STATE(350), 1,
sym_assertion,
STATE(367), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2067] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(109), 1,
anon_sym_RBRACK,
STATE(350), 1,
sym_assertion,
STATE(375), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2154] = 19,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(111), 1,
anon_sym_COLON,
STATE(343), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2241] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(200), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2325] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(195), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2409] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(328), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2493] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
STATE(357), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2577] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(274), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2661] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(196), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2745] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(263), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2829] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(295), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2913] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(260), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[2997] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(285), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3081] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(186), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3165] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(192), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3249] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(275), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3333] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(331), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3417] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(187), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3501] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(264), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3585] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
STATE(352), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3669] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(145), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3753] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(144), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3837] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(146), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[3921] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(143), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4005] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(147), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4089] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(132), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4173] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(138), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4257] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(140), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4341] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(265), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4425] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(207), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4509] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(113), 1,
anon_sym_function,
STATE(287), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4593] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(193), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4677] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(337), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4761] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(277), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4845] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(188), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[4929] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(278), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5013] = 18,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(197), 1,
sym__expr,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(203), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5097] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
ACTIONS(115), 1,
anon_sym_function,
STATE(292), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5181] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(293), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5265] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
STATE(355), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5349] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
STATE(356), 1,
sym__expr,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5433] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(330), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5517] = 18,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(346), 1,
sym__expr,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(136), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5601] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(206), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5682] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(208), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5763] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(191), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5844] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(198), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[5925] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(189), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6006] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(199), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6087] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(201), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6168] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(202), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6249] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(204), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6330] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(128), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6411] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(129), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6492] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(130), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6573] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(131), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6654] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(133), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6735] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(134), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6816] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(135), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6897] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(137), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[6978] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(139), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[7059] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(141), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[7140] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(205), 11,
sym_local_expr,
sym_assert_expr,
sym__binop_expr,
sym_binary_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[7221] = 10,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(121), 1,
anon_sym_QMARK,
ACTIONS(123), 1,
anon_sym_DOT,
ACTIONS(125), 1,
anon_sym_LBRACK,
ACTIONS(127), 1,
anon_sym_LPAREN,
STATE(101), 1,
sym_object,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(119), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
STATE(89), 7,
sym__suffix,
sym_suffix_index,
sym_suffix_index_expr,
sym_suffix_slice,
sym_suffix_apply,
sym_suffix_object_apply,
aux_sym__suffixed_repeat1,
ACTIONS(117), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[7287] = 10,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(121), 1,
anon_sym_QMARK,
ACTIONS(123), 1,
anon_sym_DOT,
ACTIONS(125), 1,
anon_sym_LBRACK,
ACTIONS(127), 1,
anon_sym_LPAREN,
STATE(101), 1,
sym_object,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(131), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
STATE(87), 7,
sym__suffix,
sym_suffix_index,
sym_suffix_index_expr,
sym_suffix_slice,
sym_suffix_apply,
sym_suffix_object_apply,
aux_sym__suffixed_repeat1,
ACTIONS(129), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[7353] = 10,
ACTIONS(137), 1,
anon_sym_QMARK,
ACTIONS(140), 1,
anon_sym_DOT,
ACTIONS(143), 1,
anon_sym_LBRACK,
ACTIONS(146), 1,
anon_sym_LPAREN,
ACTIONS(149), 1,
anon_sym_LBRACE,
STATE(101), 1,
sym_object,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(135), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
STATE(89), 7,
sym__suffix,
sym_suffix_index,
sym_suffix_index_expr,
sym_suffix_slice,
sym_suffix_apply,
sym_suffix_object_apply,
aux_sym__suffixed_repeat1,
ACTIONS(133), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[7419] = 17,
ACTIONS(5), 1,
sym_ident,
ACTIONS(7), 1,
anon_sym_local,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(13), 1,
anon_sym_LBRACK,
ACTIONS(15), 1,
anon_sym_LPAREN,
ACTIONS(21), 1,
anon_sym_if,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(25), 1,
anon_sym_function,
ACTIONS(27), 1,
anon_sym_error,
STATE(365), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(29), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(11), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(17), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(19), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(100), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(194), 9,
sym_local_expr,
sym_assert_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[7498] = 17,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(31), 1,
sym_ident,
ACTIONS(33), 1,
anon_sym_local,
ACTIONS(37), 1,
anon_sym_LBRACK,
ACTIONS(41), 1,
anon_sym_LPAREN,
ACTIONS(49), 1,
anon_sym_LBRACE,
ACTIONS(51), 1,
anon_sym_function,
ACTIONS(55), 1,
anon_sym_error,
ACTIONS(69), 1,
anon_sym_if,
STATE(350), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(57), 3,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
ACTIONS(35), 4,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
ACTIONS(43), 5,
sym_string_block,
sym_dollar,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(45), 5,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
STATE(88), 6,
sym__atom,
sym_literal,
sym_ident_ref,
sym_array,
sym_object,
sym_parened,
STATE(127), 9,
sym_local_expr,
sym_assert_expr,
sym__unary_expr,
sym__suffixed,
sym__full_expr,
sym_if_then_else,
sym_function_expr,
sym_error_expr,
sym_import_expr,
[7577] = 4,
ACTIONS(156), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(154), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(152), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[7624] = 4,
ACTIONS(162), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(160), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(158), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[7671] = 4,
ACTIONS(168), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(166), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(164), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[7718] = 4,
ACTIONS(174), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(172), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(170), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[7765] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(178), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(176), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[7809] = 10,
ACTIONS(180), 1,
anon_sym_QMARK,
ACTIONS(183), 1,
anon_sym_DOT,
ACTIONS(186), 1,
anon_sym_LBRACK,
ACTIONS(189), 1,
anon_sym_LPAREN,
ACTIONS(192), 1,
anon_sym_LBRACE,
STATE(166), 1,
sym_object,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(135), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
STATE(97), 7,
sym__suffix,
sym_suffix_index,
sym_suffix_index_expr,
sym_suffix_slice,
sym_suffix_apply,
sym_suffix_object_apply,
aux_sym__suffixed_repeat1,
ACTIONS(133), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[7867] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(197), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(195), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[7911] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(201), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(199), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[7955] = 10,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(203), 1,
anon_sym_QMARK,
ACTIONS(205), 1,
anon_sym_DOT,
ACTIONS(207), 1,
anon_sym_LBRACK,
ACTIONS(209), 1,
anon_sym_LPAREN,
STATE(166), 1,
sym_object,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(131), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
STATE(126), 7,
sym__suffix,
sym_suffix_index,
sym_suffix_index_expr,
sym_suffix_slice,
sym_suffix_apply,
sym_suffix_object_apply,
aux_sym__suffixed_repeat1,
ACTIONS(129), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[8013] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(213), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(211), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8057] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(217), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(215), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8101] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(221), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(219), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8145] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(225), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(223), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8189] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(229), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(227), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8233] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(233), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(231), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8277] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(237), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(235), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8321] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(241), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(239), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8365] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(245), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(243), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8409] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(249), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(247), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8453] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(166), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(164), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8497] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(253), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(251), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8541] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(257), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(255), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8585] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(261), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(259), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8629] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(265), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(263), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8673] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(172), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(170), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8717] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(269), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(267), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8761] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(273), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(271), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8805] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(277), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(275), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8849] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(154), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(152), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8893] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(281), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(279), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8937] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(285), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(283), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[8981] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(289), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(287), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[9025] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(293), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(291), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[9069] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(297), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(295), 29,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_LBRACE,
anon_sym_RBRACE,
anon_sym_for,
[9113] = 10,
ACTIONS(23), 1,
anon_sym_LBRACE,
ACTIONS(203), 1,
anon_sym_QMARK,
ACTIONS(205), 1,
anon_sym_DOT,
ACTIONS(207), 1,
anon_sym_LBRACK,
ACTIONS(209), 1,
anon_sym_LPAREN,
STATE(166), 1,
sym_object,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(119), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
STATE(97), 7,
sym__suffix,
sym_suffix_index,
sym_suffix_index_expr,
sym_suffix_slice,
sym_suffix_apply,
sym_suffix_object_apply,
aux_sym__suffixed_repeat1,
ACTIONS(117), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[9171] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(301), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(299), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9210] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(305), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9249] = 5,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(305), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 23,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9292] = 6,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(305), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 21,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9337] = 7,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(305), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 19,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9384] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(317), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(315), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9423] = 9,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(305), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(319), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(321), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 16,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9474] = 10,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(305), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(319), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(323), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(321), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 14,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9527] = 11,
ACTIONS(305), 1,
anon_sym_PIPE,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(325), 1,
anon_sym_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(319), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(323), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(321), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 14,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9582] = 14,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(325), 1,
anon_sym_AMP,
ACTIONS(329), 1,
anon_sym_CARET,
ACTIONS(331), 1,
anon_sym_PIPE,
ACTIONS(333), 1,
anon_sym_AMP_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(319), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(323), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(335), 2,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
ACTIONS(321), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(327), 10,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9643] = 12,
ACTIONS(305), 1,
anon_sym_PIPE,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(325), 1,
anon_sym_AMP,
ACTIONS(329), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(319), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(323), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(321), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 13,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9700] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(339), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(337), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9739] = 12,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(325), 1,
anon_sym_AMP,
ACTIONS(329), 1,
anon_sym_CARET,
ACTIONS(331), 1,
anon_sym_PIPE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(319), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(323), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(321), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 13,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9796] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(343), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(341), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9835] = 13,
ACTIONS(309), 1,
anon_sym_SLASH,
ACTIONS(325), 1,
anon_sym_AMP,
ACTIONS(329), 1,
anon_sym_CARET,
ACTIONS(331), 1,
anon_sym_PIPE,
ACTIONS(333), 1,
anon_sym_AMP_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(307), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(311), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(313), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(319), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(323), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(321), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 12,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9894] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(347), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(345), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9933] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(351), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(349), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[9972] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(355), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(353), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[10011] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(359), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(357), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[10050] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(363), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(361), 25,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_else,
anon_sym_RBRACE,
anon_sym_for,
[10089] = 4,
ACTIONS(369), 1,
anon_sym_else,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(367), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(365), 24,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_COLON,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_if,
anon_sym_then,
anon_sym_RBRACE,
anon_sym_for,
[10130] = 4,
ACTIONS(371), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(154), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(152), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10169] = 4,
ACTIONS(373), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(166), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(164), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10208] = 4,
ACTIONS(375), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(160), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(158), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10247] = 4,
ACTIONS(377), 1,
anon_sym_tailstrict,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(172), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(170), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10286] = 4,
ACTIONS(379), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(253), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(251), 21,
anon_sym_COMMA,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_RPAREN,
anon_sym_LBRACE,
[10325] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(229), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(227), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10361] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(273), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(271), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10397] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(277), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(275), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10433] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(225), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(223), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10469] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(154), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(152), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10505] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(257), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(255), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10541] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(281), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(279), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10577] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(285), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(283), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10613] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(289), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(287), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10649] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(293), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(291), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10685] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(297), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(295), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10721] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(201), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(199), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10757] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(261), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(259), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10793] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(213), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(211), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10829] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(265), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(263), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10865] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(233), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(231), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10901] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(197), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(195), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10937] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(172), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(170), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[10973] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(241), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(239), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11009] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(245), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(243), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11045] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(237), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(235), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11081] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(249), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(247), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11117] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(166), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(164), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11153] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(221), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(219), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11189] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(178), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(176), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11225] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(253), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(251), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11261] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(269), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(267), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11297] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(217), 6,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
anon_sym_QMARK,
ACTIONS(215), 21,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_DOT,
anon_sym_LBRACK,
anon_sym_LPAREN,
anon_sym_else,
anon_sym_LBRACE,
[11333] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(383), 12,
sym_string_block,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
anon_sym_LBRACK,
anon_sym_LPAREN,
sym_dollar,
anon_sym_LBRACE,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(381), 14,
anon_sym_local,
anon_sym_assert,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
anon_sym_if,
anon_sym_function,
anon_sym_error,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
sym_ident,
[11368] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(387), 12,
sym_string_block,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
anon_sym_LBRACK,
anon_sym_LPAREN,
sym_dollar,
anon_sym_LBRACE,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(385), 14,
anon_sym_local,
anon_sym_assert,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
anon_sym_if,
anon_sym_function,
anon_sym_error,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
sym_ident,
[11403] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(391), 12,
sym_string_block,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
anon_sym_LBRACK,
anon_sym_LPAREN,
sym_dollar,
anon_sym_LBRACE,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(389), 14,
anon_sym_local,
anon_sym_assert,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
anon_sym_if,
anon_sym_function,
anon_sym_error,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
sym_ident,
[11438] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(395), 12,
sym_string_block,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
anon_sym_LBRACK,
anon_sym_LPAREN,
sym_dollar,
anon_sym_LBRACE,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(393), 14,
anon_sym_local,
anon_sym_assert,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
anon_sym_if,
anon_sym_function,
anon_sym_error,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
sym_ident,
[11473] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(399), 12,
sym_string_block,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_BANG,
anon_sym_TILDE,
anon_sym_LBRACK,
anon_sym_LPAREN,
sym_dollar,
anon_sym_LBRACE,
sym_string,
sym_verbatim_string,
sym_number,
ACTIONS(397), 14,
anon_sym_local,
anon_sym_assert,
anon_sym_null,
anon_sym_true,
anon_sym_false,
anon_sym_self,
anon_sym_super,
anon_sym_if,
anon_sym_function,
anon_sym_error,
anon_sym_import,
anon_sym_importstr,
anon_sym_importbin,
sym_ident,
[11508] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(401), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
ACTIONS(355), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(353), 15,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
[11543] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(404), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
ACTIONS(355), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(353), 15,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
[11578] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(317), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(315), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11609] = 10,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(305), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(415), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(419), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(417), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 6,
ts_builtin_sym_end,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11654] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(347), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(345), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11685] = 7,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(305), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 11,
ts_builtin_sym_end,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11724] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(351), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(349), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11755] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(355), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(353), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11786] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(301), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(299), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11817] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(359), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(357), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11848] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(339), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(337), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11879] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(363), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(361), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11910] = 9,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(305), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(415), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(417), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 8,
ts_builtin_sym_end,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[11953] = 11,
ACTIONS(305), 1,
anon_sym_PIPE,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(421), 1,
anon_sym_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(415), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(419), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(417), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 6,
ts_builtin_sym_end,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12000] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(343), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(341), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12031] = 12,
ACTIONS(305), 1,
anon_sym_PIPE,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(421), 1,
anon_sym_AMP,
ACTIONS(423), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(415), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(419), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(417), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 5,
ts_builtin_sym_end,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12080] = 12,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(421), 1,
anon_sym_AMP,
ACTIONS(423), 1,
anon_sym_CARET,
ACTIONS(425), 1,
anon_sym_PIPE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(415), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(419), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(417), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 5,
ts_builtin_sym_end,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12129] = 14,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(421), 1,
anon_sym_AMP,
ACTIONS(423), 1,
anon_sym_CARET,
ACTIONS(425), 1,
anon_sym_PIPE,
ACTIONS(427), 1,
anon_sym_AMP_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(327), 2,
ts_builtin_sym_end,
anon_sym_else,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(415), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(419), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(429), 2,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
ACTIONS(417), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
[12182] = 13,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(421), 1,
anon_sym_AMP,
ACTIONS(423), 1,
anon_sym_CARET,
ACTIONS(425), 1,
anon_sym_PIPE,
ACTIONS(427), 1,
anon_sym_AMP_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(413), 2,
anon_sym_LT_LT,
anon_sym_GT_GT,
ACTIONS(415), 2,
anon_sym_LT,
anon_sym_GT,
ACTIONS(419), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(417), 3,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
ACTIONS(303), 4,
ts_builtin_sym_end,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12233] = 5,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(305), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 15,
ts_builtin_sym_end,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12268] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(305), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 17,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12299] = 4,
ACTIONS(431), 1,
anon_sym_else,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(367), 5,
anon_sym_SLASH,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(365), 16,
ts_builtin_sym_end,
anon_sym_STAR,
anon_sym_PERCENT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
[12332] = 6,
ACTIONS(409), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(407), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(411), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(305), 4,
anon_sym_LT,
anon_sym_GT,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(303), 13,
ts_builtin_sym_end,
anon_sym_LT_LT,
anon_sym_GT_GT,
anon_sym_LT_EQ,
anon_sym_GT_EQ,
anon_sym_in,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_CARET,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_QMARK_QMARK,
anon_sym_else,
[12369] = 14,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(433), 1,
sym_ident,
ACTIONS(435), 1,
anon_sym_local,
ACTIONS(437), 1,
anon_sym_LBRACK,
ACTIONS(439), 1,
anon_sym_if,
ACTIONS(441), 1,
anon_sym_RBRACE,
STATE(241), 1,
sym_field_name,
STATE(280), 1,
sym_member,
STATE(283), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(443), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
STATE(281), 3,
sym_member_local,
sym_member_assert,
sym_field,
STATE(230), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12420] = 14,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(433), 1,
sym_ident,
ACTIONS(435), 1,
anon_sym_local,
ACTIONS(437), 1,
anon_sym_LBRACK,
ACTIONS(439), 1,
anon_sym_if,
ACTIONS(445), 1,
anon_sym_RBRACE,
STATE(241), 1,
sym_field_name,
STATE(280), 1,
sym_member,
STATE(283), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(443), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
STATE(281), 3,
sym_member_local,
sym_member_assert,
sym_field,
STATE(235), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12471] = 14,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(433), 1,
sym_ident,
ACTIONS(435), 1,
anon_sym_local,
ACTIONS(437), 1,
anon_sym_LBRACK,
ACTIONS(439), 1,
anon_sym_if,
ACTIONS(447), 1,
anon_sym_RBRACE,
STATE(241), 1,
sym_field_name,
STATE(280), 1,
sym_member,
STATE(283), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(443), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
STATE(281), 3,
sym_member_local,
sym_member_assert,
sym_field,
STATE(239), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12522] = 14,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(53), 1,
anon_sym_for,
ACTIONS(433), 1,
sym_ident,
ACTIONS(435), 1,
anon_sym_local,
ACTIONS(437), 1,
anon_sym_LBRACK,
ACTIONS(439), 1,
anon_sym_if,
ACTIONS(449), 1,
anon_sym_RBRACE,
STATE(241), 1,
sym_field_name,
STATE(280), 1,
sym_member,
STATE(283), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(443), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
STATE(281), 3,
sym_member_local,
sym_member_assert,
sym_field,
STATE(237), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12573] = 11,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(433), 1,
sym_ident,
ACTIONS(435), 1,
anon_sym_local,
ACTIONS(437), 1,
anon_sym_LBRACK,
ACTIONS(451), 1,
anon_sym_RBRACE,
STATE(221), 1,
sym_member,
STATE(241), 1,
sym_field_name,
STATE(283), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(443), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
STATE(281), 3,
sym_member_local,
sym_member_assert,
sym_field,
[12612] = 11,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(433), 1,
sym_ident,
ACTIONS(435), 1,
anon_sym_local,
ACTIONS(437), 1,
anon_sym_LBRACK,
ACTIONS(453), 1,
anon_sym_RBRACE,
STATE(216), 1,
sym_member,
STATE(241), 1,
sym_field_name,
STATE(283), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(443), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
STATE(281), 3,
sym_member_local,
sym_member_assert,
sym_field,
[12651] = 10,
ACTIONS(9), 1,
anon_sym_assert,
ACTIONS(433), 1,
sym_ident,
ACTIONS(435), 1,
anon_sym_local,
ACTIONS(437), 1,
anon_sym_LBRACK,
STATE(241), 1,
sym_field_name,
STATE(280), 1,
sym_member,
STATE(283), 1,
sym_assertion,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(443), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
STATE(281), 3,
sym_member_local,
sym_member_assert,
sym_field,
[12687] = 7,
ACTIONS(455), 1,
anon_sym_COMMA,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(459), 1,
anon_sym_RBRACE,
ACTIONS(461), 1,
anon_sym_for,
STATE(218), 1,
aux_sym_object_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(229), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12713] = 5,
ACTIONS(465), 1,
anon_sym_if,
ACTIONS(468), 1,
anon_sym_for,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(463), 3,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12735] = 7,
ACTIONS(441), 1,
anon_sym_RBRACE,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(471), 1,
anon_sym_COMMA,
STATE(272), 1,
aux_sym_object_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(230), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12761] = 7,
ACTIONS(39), 1,
anon_sym_RBRACK,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(473), 1,
anon_sym_COMMA,
STATE(267), 1,
aux_sym_array_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(226), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12787] = 7,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(475), 1,
anon_sym_COMMA,
ACTIONS(477), 1,
anon_sym_RBRACK,
STATE(219), 1,
aux_sym_array_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(228), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12813] = 7,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(479), 1,
anon_sym_COMMA,
ACTIONS(481), 1,
anon_sym_RBRACE,
STATE(222), 1,
aux_sym_object_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(234), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12839] = 7,
ACTIONS(449), 1,
anon_sym_RBRACE,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(483), 1,
anon_sym_COMMA,
STATE(272), 1,
aux_sym_object_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(237), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12865] = 7,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(485), 1,
anon_sym_COMMA,
ACTIONS(487), 1,
anon_sym_RBRACK,
STATE(224), 1,
aux_sym_array_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(233), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12891] = 7,
ACTIONS(61), 1,
anon_sym_RBRACK,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(489), 1,
anon_sym_COMMA,
STATE(267), 1,
aux_sym_array_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(236), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12917] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(495), 1,
anon_sym_RBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(491), 2,
anon_sym_QMARK,
sym_ident,
STATE(329), 2,
sym__destruct,
sym_destruct_rest,
[12942] = 6,
ACTIONS(59), 1,
anon_sym_RBRACK,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(501), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[12965] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(505), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(503), 2,
anon_sym_QMARK,
sym_ident,
STATE(320), 2,
sym__destruct,
sym_destruct_rest,
[12990] = 6,
ACTIONS(39), 1,
anon_sym_RBRACK,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(507), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13013] = 6,
ACTIONS(441), 1,
anon_sym_RBRACE,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(509), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13036] = 6,
ACTIONS(445), 1,
anon_sym_RBRACE,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(511), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13059] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(513), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(491), 2,
anon_sym_QMARK,
sym_ident,
STATE(329), 2,
sym__destruct,
sym_destruct_rest,
[13084] = 6,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(515), 1,
anon_sym_COMMA,
ACTIONS(517), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13107] = 6,
ACTIONS(61), 1,
anon_sym_RBRACK,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(519), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13130] = 6,
ACTIONS(449), 1,
anon_sym_RBRACE,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(521), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13153] = 6,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(523), 1,
anon_sym_COMMA,
ACTIONS(525), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13176] = 6,
ACTIONS(63), 1,
anon_sym_RBRACK,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(527), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13199] = 6,
ACTIONS(447), 1,
anon_sym_RBRACE,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(529), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13222] = 6,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(531), 1,
anon_sym_COMMA,
ACTIONS(533), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13245] = 6,
ACTIONS(457), 1,
anon_sym_if,
ACTIONS(461), 1,
anon_sym_for,
ACTIONS(535), 1,
anon_sym_COMMA,
ACTIONS(537), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(217), 4,
sym__compspec,
sym_for_spec,
sym_if_spec,
aux_sym_array_repeat2,
[13268] = 8,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(541), 1,
anon_sym_SEMI,
ACTIONS(543), 1,
anon_sym_QMARK,
STATE(333), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13294] = 7,
ACTIONS(547), 1,
anon_sym_PLUS,
ACTIONS(549), 1,
anon_sym_LPAREN,
ACTIONS(551), 1,
anon_sym_COLON_COLON_COLON,
STATE(54), 1,
sym_visibility,
STATE(294), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(545), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
[13318] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(555), 1,
anon_sym_RPAREN,
STATE(299), 1,
sym__destruct,
STATE(325), 1,
sym_param,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(553), 2,
anon_sym_QMARK,
sym_ident,
[13342] = 8,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(543), 1,
anon_sym_QMARK,
ACTIONS(557), 1,
anon_sym_SEMI,
STATE(333), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13368] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(559), 1,
anon_sym_RPAREN,
STATE(299), 1,
sym__destruct,
STATE(325), 1,
sym_param,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(553), 2,
anon_sym_QMARK,
sym_ident,
[13392] = 6,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(491), 2,
anon_sym_QMARK,
sym_ident,
STATE(329), 2,
sym__destruct,
sym_destruct_rest,
[13414] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(561), 1,
anon_sym_RPAREN,
STATE(298), 1,
sym_param,
STATE(299), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(553), 2,
anon_sym_QMARK,
sym_ident,
[13438] = 8,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(543), 1,
anon_sym_QMARK,
ACTIONS(563), 1,
anon_sym_SEMI,
STATE(333), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13464] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(565), 1,
anon_sym_RPAREN,
STATE(299), 1,
sym__destruct,
STATE(325), 1,
sym_param,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(553), 2,
anon_sym_QMARK,
sym_ident,
[13488] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(567), 1,
anon_sym_RPAREN,
STATE(299), 1,
sym__destruct,
STATE(312), 1,
sym_param,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(553), 2,
anon_sym_QMARK,
sym_ident,
[13512] = 8,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(543), 1,
anon_sym_QMARK,
ACTIONS(569), 1,
anon_sym_SEMI,
STATE(333), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13538] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(571), 1,
anon_sym_RPAREN,
STATE(299), 1,
sym__destruct,
STATE(325), 1,
sym_param,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(553), 2,
anon_sym_QMARK,
sym_ident,
[13562] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(573), 6,
anon_sym_COMMA,
anon_sym_in,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_RBRACE,
[13575] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(575), 6,
anon_sym_COMMA,
anon_sym_in,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_RBRACE,
[13588] = 6,
ACTIONS(549), 1,
anon_sym_LPAREN,
ACTIONS(551), 1,
anon_sym_COLON_COLON_COLON,
STATE(61), 1,
sym_visibility,
STATE(286), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(545), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
[13609] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(543), 1,
anon_sym_QMARK,
STATE(333), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13632] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(543), 1,
anon_sym_QMARK,
STATE(291), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13655] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(543), 1,
anon_sym_QMARK,
STATE(304), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13678] = 6,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
STATE(299), 1,
sym__destruct,
STATE(325), 1,
sym_param,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(553), 2,
anon_sym_QMARK,
sym_ident,
[13699] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(577), 6,
anon_sym_COMMA,
anon_sym_in,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_RBRACE,
[13712] = 3,
ACTIONS(581), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(579), 5,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13727] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(583), 6,
anon_sym_COMMA,
anon_sym_in,
anon_sym_RBRACK,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_RBRACE,
[13740] = 7,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
ACTIONS(539), 1,
sym_ident,
ACTIONS(543), 1,
anon_sym_QMARK,
STATE(309), 1,
sym_bind,
STATE(358), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[13763] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(585), 5,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13775] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(587), 5,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13787] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(589), 5,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13799] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(591), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
ACTIONS(593), 3,
anon_sym_PLUS,
anon_sym_LPAREN,
anon_sym_COLON_COLON_COLON,
[13813] = 4,
ACTIONS(595), 1,
anon_sym_COMMA,
STATE(267), 1,
aux_sym_array_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(598), 3,
anon_sym_RBRACK,
anon_sym_if,
anon_sym_for,
[13829] = 5,
ACTIONS(495), 1,
anon_sym_RBRACE,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(600), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(342), 2,
sym_destruct_rest,
sym_destruct_field,
[13847] = 5,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(505), 1,
anon_sym_RBRACE,
ACTIONS(600), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(305), 2,
sym_destruct_rest,
sym_destruct_field,
[13865] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(602), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
ACTIONS(604), 3,
anon_sym_PLUS,
anon_sym_LPAREN,
anon_sym_COLON_COLON_COLON,
[13879] = 5,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
STATE(368), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(606), 2,
anon_sym_QMARK,
sym_ident,
[13897] = 4,
ACTIONS(608), 1,
anon_sym_COMMA,
STATE(272), 1,
aux_sym_object_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(611), 3,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13913] = 5,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(513), 1,
anon_sym_RBRACE,
ACTIONS(600), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(342), 2,
sym_destruct_rest,
sym_destruct_field,
[13931] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(613), 5,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13943] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(615), 5,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13955] = 5,
ACTIONS(493), 1,
anon_sym_LBRACK,
ACTIONS(497), 1,
anon_sym_LBRACE,
STATE(319), 1,
sym__destruct,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(617), 2,
anon_sym_QMARK,
sym_ident,
[13973] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(619), 5,
anon_sym_COMMA,
anon_sym_SEMI,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[13985] = 3,
ACTIONS(621), 1,
anon_sym_then,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(589), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_if,
anon_sym_for,
[13999] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(381), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
ACTIONS(383), 2,
anon_sym_EQ,
anon_sym_COLON_COLON_COLON,
[14012] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(611), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14023] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(623), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14034] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(385), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
ACTIONS(387), 2,
anon_sym_EQ,
anon_sym_COLON_COLON_COLON,
[14047] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(625), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14058] = 4,
ACTIONS(499), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(600), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(342), 2,
sym_destruct_rest,
sym_destruct_field,
[14073] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(627), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14084] = 4,
ACTIONS(551), 1,
anon_sym_COLON_COLON_COLON,
STATE(36), 1,
sym_visibility,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(545), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
[14099] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(629), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14110] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(389), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
ACTIONS(391), 2,
anon_sym_EQ,
anon_sym_COLON_COLON_COLON,
[14123] = 3,
ACTIONS(631), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(633), 3,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[14136] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(397), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
ACTIONS(399), 2,
anon_sym_EQ,
anon_sym_COLON_COLON_COLON,
[14149] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(635), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14160] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(637), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14171] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(639), 4,
anon_sym_COMMA,
anon_sym_if,
anon_sym_RBRACE,
anon_sym_for,
[14182] = 4,
ACTIONS(551), 1,
anon_sym_COLON_COLON_COLON,
STATE(62), 1,
sym_visibility,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(545), 2,
anon_sym_COLON,
anon_sym_COLON_COLON,
[14197] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(598), 4,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_if,
anon_sym_for,
[14208] = 4,
ACTIONS(643), 1,
anon_sym_COLON,
ACTIONS(645), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(641), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[14223] = 4,
ACTIONS(647), 1,
anon_sym_COMMA,
ACTIONS(649), 1,
anon_sym_RPAREN,
STATE(314), 1,
aux_sym_suffix_apply_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14237] = 4,
ACTIONS(651), 1,
anon_sym_COMMA,
ACTIONS(653), 1,
anon_sym_RPAREN,
STATE(306), 1,
aux_sym_params_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14251] = 3,
ACTIONS(657), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[14263] = 4,
ACTIONS(659), 1,
anon_sym_COMMA,
ACTIONS(662), 1,
anon_sym_SEMI,
STATE(300), 1,
aux_sym_local_expr_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14277] = 4,
ACTIONS(495), 1,
anon_sym_RBRACK,
ACTIONS(664), 1,
anon_sym_COMMA,
STATE(318), 1,
aux_sym__destruct_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14291] = 4,
ACTIONS(549), 1,
anon_sym_LPAREN,
ACTIONS(666), 1,
anon_sym_EQ,
STATE(369), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14305] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(669), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
[14315] = 4,
ACTIONS(671), 1,
anon_sym_COMMA,
ACTIONS(673), 1,
anon_sym_SEMI,
STATE(322), 1,
aux_sym_local_expr_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14329] = 4,
ACTIONS(675), 1,
anon_sym_COMMA,
ACTIONS(677), 1,
anon_sym_RBRACE,
STATE(311), 1,
aux_sym__destruct_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14343] = 4,
ACTIONS(555), 1,
anon_sym_RPAREN,
ACTIONS(679), 1,
anon_sym_COMMA,
STATE(307), 1,
aux_sym_params_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14357] = 4,
ACTIONS(681), 1,
anon_sym_COMMA,
ACTIONS(684), 1,
anon_sym_RPAREN,
STATE(307), 1,
aux_sym_params_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14371] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(686), 3,
sym_string_block,
sym_string,
sym_verbatim_string,
[14381] = 4,
ACTIONS(688), 1,
anon_sym_COMMA,
ACTIONS(690), 1,
anon_sym_SEMI,
STATE(310), 1,
aux_sym_local_expr_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14395] = 4,
ACTIONS(569), 1,
anon_sym_SEMI,
ACTIONS(692), 1,
anon_sym_COMMA,
STATE(300), 1,
aux_sym_local_expr_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14409] = 4,
ACTIONS(495), 1,
anon_sym_RBRACE,
ACTIONS(694), 1,
anon_sym_COMMA,
STATE(323), 1,
aux_sym__destruct_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14423] = 4,
ACTIONS(696), 1,
anon_sym_COMMA,
ACTIONS(698), 1,
anon_sym_RPAREN,
STATE(315), 1,
aux_sym_params_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14437] = 4,
ACTIONS(700), 1,
anon_sym_COMMA,
ACTIONS(702), 1,
anon_sym_RPAREN,
STATE(317), 1,
aux_sym_suffix_apply_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14451] = 4,
ACTIONS(81), 1,
anon_sym_RPAREN,
ACTIONS(704), 1,
anon_sym_COMMA,
STATE(321), 1,
aux_sym_suffix_apply_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14465] = 4,
ACTIONS(565), 1,
anon_sym_RPAREN,
ACTIONS(706), 1,
anon_sym_COMMA,
STATE(307), 1,
aux_sym_params_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14479] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(708), 3,
anon_sym_COMMA,
anon_sym_RBRACK,
anon_sym_RBRACE,
[14489] = 4,
ACTIONS(83), 1,
anon_sym_RPAREN,
ACTIONS(710), 1,
anon_sym_COMMA,
STATE(321), 1,
aux_sym_suffix_apply_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14503] = 4,
ACTIONS(712), 1,
anon_sym_COMMA,
ACTIONS(715), 1,
anon_sym_RBRACK,
STATE(318), 1,
aux_sym__destruct_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14517] = 3,
ACTIONS(719), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(717), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[14529] = 4,
ACTIONS(677), 1,
anon_sym_RBRACK,
ACTIONS(721), 1,
anon_sym_COMMA,
STATE(301), 1,
aux_sym__destruct_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14543] = 4,
ACTIONS(723), 1,
anon_sym_COMMA,
ACTIONS(726), 1,
anon_sym_RPAREN,
STATE(321), 1,
aux_sym_suffix_apply_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14557] = 4,
ACTIONS(563), 1,
anon_sym_SEMI,
ACTIONS(728), 1,
anon_sym_COMMA,
STATE(300), 1,
aux_sym_local_expr_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14571] = 4,
ACTIONS(730), 1,
anon_sym_COMMA,
ACTIONS(733), 1,
anon_sym_RBRACE,
STATE(323), 1,
aux_sym__destruct_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14585] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(726), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[14594] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(684), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[14603] = 3,
ACTIONS(99), 1,
anon_sym_RBRACK,
ACTIONS(735), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14614] = 3,
ACTIONS(737), 1,
anon_sym_LPAREN,
STATE(31), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14625] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(739), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[14634] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(715), 2,
anon_sym_COMMA,
anon_sym_RBRACK,
[14643] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(741), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[14652] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(743), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[14661] = 3,
ACTIONS(87), 1,
anon_sym_COLON,
ACTIONS(89), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14672] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(662), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[14681] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(745), 2,
anon_sym_COMMA,
anon_sym_RPAREN,
[14690] = 3,
ACTIONS(77), 1,
anon_sym_COLON,
ACTIONS(79), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14701] = 3,
ACTIONS(737), 1,
anon_sym_LPAREN,
STATE(55), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14712] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(717), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[14721] = 3,
ACTIONS(737), 1,
anon_sym_LPAREN,
STATE(37), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14732] = 3,
ACTIONS(107), 1,
anon_sym_RBRACK,
ACTIONS(747), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14743] = 3,
ACTIONS(737), 1,
anon_sym_LPAREN,
STATE(45), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14754] = 3,
ACTIONS(749), 1,
anon_sym_COLON,
ACTIONS(751), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14765] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(733), 2,
anon_sym_COMMA,
anon_sym_RBRACE,
[14774] = 3,
ACTIONS(753), 1,
anon_sym_COLON,
ACTIONS(755), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14785] = 3,
ACTIONS(737), 1,
anon_sym_LPAREN,
STATE(41), 1,
sym_params,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14796] = 2,
ACTIONS(757), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14804] = 2,
ACTIONS(759), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14812] = 2,
ACTIONS(445), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14820] = 2,
ACTIONS(59), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14828] = 2,
ACTIONS(761), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14836] = 2,
ACTIONS(763), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14844] = 2,
ACTIONS(63), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14852] = 2,
ACTIONS(765), 1,
anon_sym_then,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14860] = 2,
ACTIONS(447), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14868] = 2,
ACTIONS(767), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14876] = 2,
ACTIONS(769), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14884] = 2,
ACTIONS(621), 1,
anon_sym_then,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14892] = 2,
ACTIONS(771), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14900] = 2,
ACTIONS(773), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14908] = 2,
ACTIONS(775), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14916] = 2,
ACTIONS(777), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14924] = 2,
ACTIONS(779), 1,
anon_sym_function,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14932] = 2,
ACTIONS(533), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14940] = 2,
ACTIONS(781), 1,
ts_builtin_sym_end,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14948] = 2,
ACTIONS(537), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14956] = 2,
ACTIONS(783), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14964] = 2,
ACTIONS(785), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14972] = 2,
ACTIONS(107), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14980] = 2,
ACTIONS(787), 1,
anon_sym_in,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14988] = 2,
ACTIONS(789), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[14996] = 2,
ACTIONS(99), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15004] = 2,
ACTIONS(517), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15012] = 2,
ACTIONS(791), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15020] = 2,
ACTIONS(109), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15028] = 2,
ACTIONS(525), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15036] = 2,
ACTIONS(793), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15044] = 2,
ACTIONS(795), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15052] = 2,
ACTIONS(797), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15060] = 2,
ACTIONS(799), 1,
sym_ident,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15068] = 2,
ACTIONS(801), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15076] = 2,
ACTIONS(803), 1,
ts_builtin_sym_end,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[15084] = 2,
ACTIONS(103), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(2)] = 0,
[SMALL_STATE(3)] = 96,
[SMALL_STATE(4)] = 192,
[SMALL_STATE(5)] = 288,
[SMALL_STATE(6)] = 384,
[SMALL_STATE(7)] = 474,
[SMALL_STATE(8)] = 564,
[SMALL_STATE(9)] = 654,
[SMALL_STATE(10)] = 744,
[SMALL_STATE(11)] = 834,
[SMALL_STATE(12)] = 924,
[SMALL_STATE(13)] = 1014,
[SMALL_STATE(14)] = 1104,
[SMALL_STATE(15)] = 1194,
[SMALL_STATE(16)] = 1284,
[SMALL_STATE(17)] = 1371,
[SMALL_STATE(18)] = 1458,
[SMALL_STATE(19)] = 1545,
[SMALL_STATE(20)] = 1632,
[SMALL_STATE(21)] = 1719,
[SMALL_STATE(22)] = 1806,
[SMALL_STATE(23)] = 1893,
[SMALL_STATE(24)] = 1980,
[SMALL_STATE(25)] = 2067,
[SMALL_STATE(26)] = 2154,
[SMALL_STATE(27)] = 2241,
[SMALL_STATE(28)] = 2325,
[SMALL_STATE(29)] = 2409,
[SMALL_STATE(30)] = 2493,
[SMALL_STATE(31)] = 2577,
[SMALL_STATE(32)] = 2661,
[SMALL_STATE(33)] = 2745,
[SMALL_STATE(34)] = 2829,
[SMALL_STATE(35)] = 2913,
[SMALL_STATE(36)] = 2997,
[SMALL_STATE(37)] = 3081,
[SMALL_STATE(38)] = 3165,
[SMALL_STATE(39)] = 3249,
[SMALL_STATE(40)] = 3333,
[SMALL_STATE(41)] = 3417,
[SMALL_STATE(42)] = 3501,
[SMALL_STATE(43)] = 3585,
[SMALL_STATE(44)] = 3669,
[SMALL_STATE(45)] = 3753,
[SMALL_STATE(46)] = 3837,
[SMALL_STATE(47)] = 3921,
[SMALL_STATE(48)] = 4005,
[SMALL_STATE(49)] = 4089,
[SMALL_STATE(50)] = 4173,
[SMALL_STATE(51)] = 4257,
[SMALL_STATE(52)] = 4341,
[SMALL_STATE(53)] = 4425,
[SMALL_STATE(54)] = 4509,
[SMALL_STATE(55)] = 4593,
[SMALL_STATE(56)] = 4677,
[SMALL_STATE(57)] = 4761,
[SMALL_STATE(58)] = 4845,
[SMALL_STATE(59)] = 4929,
[SMALL_STATE(60)] = 5013,
[SMALL_STATE(61)] = 5097,
[SMALL_STATE(62)] = 5181,
[SMALL_STATE(63)] = 5265,
[SMALL_STATE(64)] = 5349,
[SMALL_STATE(65)] = 5433,
[SMALL_STATE(66)] = 5517,
[SMALL_STATE(67)] = 5601,
[SMALL_STATE(68)] = 5682,
[SMALL_STATE(69)] = 5763,
[SMALL_STATE(70)] = 5844,
[SMALL_STATE(71)] = 5925,
[SMALL_STATE(72)] = 6006,
[SMALL_STATE(73)] = 6087,
[SMALL_STATE(74)] = 6168,
[SMALL_STATE(75)] = 6249,
[SMALL_STATE(76)] = 6330,
[SMALL_STATE(77)] = 6411,
[SMALL_STATE(78)] = 6492,
[SMALL_STATE(79)] = 6573,
[SMALL_STATE(80)] = 6654,
[SMALL_STATE(81)] = 6735,
[SMALL_STATE(82)] = 6816,
[SMALL_STATE(83)] = 6897,
[SMALL_STATE(84)] = 6978,
[SMALL_STATE(85)] = 7059,
[SMALL_STATE(86)] = 7140,
[SMALL_STATE(87)] = 7221,
[SMALL_STATE(88)] = 7287,
[SMALL_STATE(89)] = 7353,
[SMALL_STATE(90)] = 7419,
[SMALL_STATE(91)] = 7498,
[SMALL_STATE(92)] = 7577,
[SMALL_STATE(93)] = 7624,
[SMALL_STATE(94)] = 7671,
[SMALL_STATE(95)] = 7718,
[SMALL_STATE(96)] = 7765,
[SMALL_STATE(97)] = 7809,
[SMALL_STATE(98)] = 7867,
[SMALL_STATE(99)] = 7911,
[SMALL_STATE(100)] = 7955,
[SMALL_STATE(101)] = 8013,
[SMALL_STATE(102)] = 8057,
[SMALL_STATE(103)] = 8101,
[SMALL_STATE(104)] = 8145,
[SMALL_STATE(105)] = 8189,
[SMALL_STATE(106)] = 8233,
[SMALL_STATE(107)] = 8277,
[SMALL_STATE(108)] = 8321,
[SMALL_STATE(109)] = 8365,
[SMALL_STATE(110)] = 8409,
[SMALL_STATE(111)] = 8453,
[SMALL_STATE(112)] = 8497,
[SMALL_STATE(113)] = 8541,
[SMALL_STATE(114)] = 8585,
[SMALL_STATE(115)] = 8629,
[SMALL_STATE(116)] = 8673,
[SMALL_STATE(117)] = 8717,
[SMALL_STATE(118)] = 8761,
[SMALL_STATE(119)] = 8805,
[SMALL_STATE(120)] = 8849,
[SMALL_STATE(121)] = 8893,
[SMALL_STATE(122)] = 8937,
[SMALL_STATE(123)] = 8981,
[SMALL_STATE(124)] = 9025,
[SMALL_STATE(125)] = 9069,
[SMALL_STATE(126)] = 9113,
[SMALL_STATE(127)] = 9171,
[SMALL_STATE(128)] = 9210,
[SMALL_STATE(129)] = 9249,
[SMALL_STATE(130)] = 9292,
[SMALL_STATE(131)] = 9337,
[SMALL_STATE(132)] = 9384,
[SMALL_STATE(133)] = 9423,
[SMALL_STATE(134)] = 9474,
[SMALL_STATE(135)] = 9527,
[SMALL_STATE(136)] = 9582,
[SMALL_STATE(137)] = 9643,
[SMALL_STATE(138)] = 9700,
[SMALL_STATE(139)] = 9739,
[SMALL_STATE(140)] = 9796,
[SMALL_STATE(141)] = 9835,
[SMALL_STATE(142)] = 9894,
[SMALL_STATE(143)] = 9933,
[SMALL_STATE(144)] = 9972,
[SMALL_STATE(145)] = 10011,
[SMALL_STATE(146)] = 10050,
[SMALL_STATE(147)] = 10089,
[SMALL_STATE(148)] = 10130,
[SMALL_STATE(149)] = 10169,
[SMALL_STATE(150)] = 10208,
[SMALL_STATE(151)] = 10247,
[SMALL_STATE(152)] = 10286,
[SMALL_STATE(153)] = 10325,
[SMALL_STATE(154)] = 10361,
[SMALL_STATE(155)] = 10397,
[SMALL_STATE(156)] = 10433,
[SMALL_STATE(157)] = 10469,
[SMALL_STATE(158)] = 10505,
[SMALL_STATE(159)] = 10541,
[SMALL_STATE(160)] = 10577,
[SMALL_STATE(161)] = 10613,
[SMALL_STATE(162)] = 10649,
[SMALL_STATE(163)] = 10685,
[SMALL_STATE(164)] = 10721,
[SMALL_STATE(165)] = 10757,
[SMALL_STATE(166)] = 10793,
[SMALL_STATE(167)] = 10829,
[SMALL_STATE(168)] = 10865,
[SMALL_STATE(169)] = 10901,
[SMALL_STATE(170)] = 10937,
[SMALL_STATE(171)] = 10973,
[SMALL_STATE(172)] = 11009,
[SMALL_STATE(173)] = 11045,
[SMALL_STATE(174)] = 11081,
[SMALL_STATE(175)] = 11117,
[SMALL_STATE(176)] = 11153,
[SMALL_STATE(177)] = 11189,
[SMALL_STATE(178)] = 11225,
[SMALL_STATE(179)] = 11261,
[SMALL_STATE(180)] = 11297,
[SMALL_STATE(181)] = 11333,
[SMALL_STATE(182)] = 11368,
[SMALL_STATE(183)] = 11403,
[SMALL_STATE(184)] = 11438,
[SMALL_STATE(185)] = 11473,
[SMALL_STATE(186)] = 11508,
[SMALL_STATE(187)] = 11543,
[SMALL_STATE(188)] = 11578,
[SMALL_STATE(189)] = 11609,
[SMALL_STATE(190)] = 11654,
[SMALL_STATE(191)] = 11685,
[SMALL_STATE(192)] = 11724,
[SMALL_STATE(193)] = 11755,
[SMALL_STATE(194)] = 11786,
[SMALL_STATE(195)] = 11817,
[SMALL_STATE(196)] = 11848,
[SMALL_STATE(197)] = 11879,
[SMALL_STATE(198)] = 11910,
[SMALL_STATE(199)] = 11953,
[SMALL_STATE(200)] = 12000,
[SMALL_STATE(201)] = 12031,
[SMALL_STATE(202)] = 12080,
[SMALL_STATE(203)] = 12129,
[SMALL_STATE(204)] = 12182,
[SMALL_STATE(205)] = 12233,
[SMALL_STATE(206)] = 12268,
[SMALL_STATE(207)] = 12299,
[SMALL_STATE(208)] = 12332,
[SMALL_STATE(209)] = 12369,
[SMALL_STATE(210)] = 12420,
[SMALL_STATE(211)] = 12471,
[SMALL_STATE(212)] = 12522,
[SMALL_STATE(213)] = 12573,
[SMALL_STATE(214)] = 12612,
[SMALL_STATE(215)] = 12651,
[SMALL_STATE(216)] = 12687,
[SMALL_STATE(217)] = 12713,
[SMALL_STATE(218)] = 12735,
[SMALL_STATE(219)] = 12761,
[SMALL_STATE(220)] = 12787,
[SMALL_STATE(221)] = 12813,
[SMALL_STATE(222)] = 12839,
[SMALL_STATE(223)] = 12865,
[SMALL_STATE(224)] = 12891,
[SMALL_STATE(225)] = 12917,
[SMALL_STATE(226)] = 12942,
[SMALL_STATE(227)] = 12965,
[SMALL_STATE(228)] = 12990,
[SMALL_STATE(229)] = 13013,
[SMALL_STATE(230)] = 13036,
[SMALL_STATE(231)] = 13059,
[SMALL_STATE(232)] = 13084,
[SMALL_STATE(233)] = 13107,
[SMALL_STATE(234)] = 13130,
[SMALL_STATE(235)] = 13153,
[SMALL_STATE(236)] = 13176,
[SMALL_STATE(237)] = 13199,
[SMALL_STATE(238)] = 13222,
[SMALL_STATE(239)] = 13245,
[SMALL_STATE(240)] = 13268,
[SMALL_STATE(241)] = 13294,
[SMALL_STATE(242)] = 13318,
[SMALL_STATE(243)] = 13342,
[SMALL_STATE(244)] = 13368,
[SMALL_STATE(245)] = 13392,
[SMALL_STATE(246)] = 13414,
[SMALL_STATE(247)] = 13438,
[SMALL_STATE(248)] = 13464,
[SMALL_STATE(249)] = 13488,
[SMALL_STATE(250)] = 13512,
[SMALL_STATE(251)] = 13538,
[SMALL_STATE(252)] = 13562,
[SMALL_STATE(253)] = 13575,
[SMALL_STATE(254)] = 13588,
[SMALL_STATE(255)] = 13609,
[SMALL_STATE(256)] = 13632,
[SMALL_STATE(257)] = 13655,
[SMALL_STATE(258)] = 13678,
[SMALL_STATE(259)] = 13699,
[SMALL_STATE(260)] = 13712,
[SMALL_STATE(261)] = 13727,
[SMALL_STATE(262)] = 13740,
[SMALL_STATE(263)] = 13763,
[SMALL_STATE(264)] = 13775,
[SMALL_STATE(265)] = 13787,
[SMALL_STATE(266)] = 13799,
[SMALL_STATE(267)] = 13813,
[SMALL_STATE(268)] = 13829,
[SMALL_STATE(269)] = 13847,
[SMALL_STATE(270)] = 13865,
[SMALL_STATE(271)] = 13879,
[SMALL_STATE(272)] = 13897,
[SMALL_STATE(273)] = 13913,
[SMALL_STATE(274)] = 13931,
[SMALL_STATE(275)] = 13943,
[SMALL_STATE(276)] = 13955,
[SMALL_STATE(277)] = 13973,
[SMALL_STATE(278)] = 13985,
[SMALL_STATE(279)] = 13999,
[SMALL_STATE(280)] = 14012,
[SMALL_STATE(281)] = 14023,
[SMALL_STATE(282)] = 14034,
[SMALL_STATE(283)] = 14047,
[SMALL_STATE(284)] = 14058,
[SMALL_STATE(285)] = 14073,
[SMALL_STATE(286)] = 14084,
[SMALL_STATE(287)] = 14099,
[SMALL_STATE(288)] = 14110,
[SMALL_STATE(289)] = 14123,
[SMALL_STATE(290)] = 14136,
[SMALL_STATE(291)] = 14149,
[SMALL_STATE(292)] = 14160,
[SMALL_STATE(293)] = 14171,
[SMALL_STATE(294)] = 14182,
[SMALL_STATE(295)] = 14197,
[SMALL_STATE(296)] = 14208,
[SMALL_STATE(297)] = 14223,
[SMALL_STATE(298)] = 14237,
[SMALL_STATE(299)] = 14251,
[SMALL_STATE(300)] = 14263,
[SMALL_STATE(301)] = 14277,
[SMALL_STATE(302)] = 14291,
[SMALL_STATE(303)] = 14305,
[SMALL_STATE(304)] = 14315,
[SMALL_STATE(305)] = 14329,
[SMALL_STATE(306)] = 14343,
[SMALL_STATE(307)] = 14357,
[SMALL_STATE(308)] = 14371,
[SMALL_STATE(309)] = 14381,
[SMALL_STATE(310)] = 14395,
[SMALL_STATE(311)] = 14409,
[SMALL_STATE(312)] = 14423,
[SMALL_STATE(313)] = 14437,
[SMALL_STATE(314)] = 14451,
[SMALL_STATE(315)] = 14465,
[SMALL_STATE(316)] = 14479,
[SMALL_STATE(317)] = 14489,
[SMALL_STATE(318)] = 14503,
[SMALL_STATE(319)] = 14517,
[SMALL_STATE(320)] = 14529,
[SMALL_STATE(321)] = 14543,
[SMALL_STATE(322)] = 14557,
[SMALL_STATE(323)] = 14571,
[SMALL_STATE(324)] = 14585,
[SMALL_STATE(325)] = 14594,
[SMALL_STATE(326)] = 14603,
[SMALL_STATE(327)] = 14614,
[SMALL_STATE(328)] = 14625,
[SMALL_STATE(329)] = 14634,
[SMALL_STATE(330)] = 14643,
[SMALL_STATE(331)] = 14652,
[SMALL_STATE(332)] = 14661,
[SMALL_STATE(333)] = 14672,
[SMALL_STATE(334)] = 14681,
[SMALL_STATE(335)] = 14690,
[SMALL_STATE(336)] = 14701,
[SMALL_STATE(337)] = 14712,
[SMALL_STATE(338)] = 14721,
[SMALL_STATE(339)] = 14732,
[SMALL_STATE(340)] = 14743,
[SMALL_STATE(341)] = 14754,
[SMALL_STATE(342)] = 14765,
[SMALL_STATE(343)] = 14774,
[SMALL_STATE(344)] = 14785,
[SMALL_STATE(345)] = 14796,
[SMALL_STATE(346)] = 14804,
[SMALL_STATE(347)] = 14812,
[SMALL_STATE(348)] = 14820,
[SMALL_STATE(349)] = 14828,
[SMALL_STATE(350)] = 14836,
[SMALL_STATE(351)] = 14844,
[SMALL_STATE(352)] = 14852,
[SMALL_STATE(353)] = 14860,
[SMALL_STATE(354)] = 14868,
[SMALL_STATE(355)] = 14876,
[SMALL_STATE(356)] = 14884,
[SMALL_STATE(357)] = 14892,
[SMALL_STATE(358)] = 14900,
[SMALL_STATE(359)] = 14908,
[SMALL_STATE(360)] = 14916,
[SMALL_STATE(361)] = 14924,
[SMALL_STATE(362)] = 14932,
[SMALL_STATE(363)] = 14940,
[SMALL_STATE(364)] = 14948,
[SMALL_STATE(365)] = 14956,
[SMALL_STATE(366)] = 14964,
[SMALL_STATE(367)] = 14972,
[SMALL_STATE(368)] = 14980,
[SMALL_STATE(369)] = 14988,
[SMALL_STATE(370)] = 14996,
[SMALL_STATE(371)] = 15004,
[SMALL_STATE(372)] = 15012,
[SMALL_STATE(373)] = 15020,
[SMALL_STATE(374)] = 15028,
[SMALL_STATE(375)] = 15036,
[SMALL_STATE(376)] = 15044,
[SMALL_STATE(377)] = 15052,
[SMALL_STATE(378)] = 15060,
[SMALL_STATE(379)] = 15068,
[SMALL_STATE(380)] = 15076,
[SMALL_STATE(381)] = 15084,
};
static const TSParseActionEntry ts_parse_actions[] = {
[0] = {.entry = {.count = 0, .reusable = false}},
[1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(),
[3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(),
[5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178),
[7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(43),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(28),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112),
[33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262),
[35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59),
[49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340),
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271),
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44),
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308),
[59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(152),
[67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64),
[71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17),
[75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8),
[99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123),
[111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14),
[113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338),
[115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344),
[117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__suffixed, 2, 0, 0),
[119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__suffixed, 2, 0, 0),
[121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(379),
[123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359),
[125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12),
[129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__suffixed, 1, 0, 0),
[131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__suffixed, 1, 0, 0),
[133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0),
[135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0),
[137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(379),
[140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(359),
[143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(26),
[146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(12),
[149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(213),
[152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_apply, 5, 0, 0),
[154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_apply, 5, 0, 0),
[156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_apply, 2, 0, 0),
[160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_apply, 2, 0, 0),
[162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_apply, 3, 0, 0),
[166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_apply, 3, 0, 0),
[168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_apply, 4, 0, 0),
[172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_apply, 4, 0, 0),
[174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120),
[176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 4, 0, 0),
[178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 4, 0, 0),
[180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(377),
[183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(349),
[186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(16),
[189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(6),
[192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__suffixed_repeat1, 2, 0, 0), SHIFT_REPEAT(214),
[195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2, 0, 0),
[197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2, 0, 0),
[199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 2, 0, 0),
[201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 2, 0, 0),
[203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377),
[205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349),
[207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16),
[209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_object_apply, 1, 0, 0),
[213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_object_apply, 1, 0, 0),
[215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3, 0, 0),
[217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3, 0, 0),
[219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parened, 3, 0, 0),
[221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parened, 3, 0, 0),
[223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 3, 0, 0),
[225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 3, 0, 0),
[227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_index, 2, 0, 0),
[229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_index, 2, 0, 0),
[231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1, 0, 0),
[233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1, 0, 0),
[235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 4, 0, 0),
[237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 4, 0, 0),
[239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_index, 3, 0, 0),
[241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_index, 3, 0, 0),
[243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_slice, 3, 0, 0),
[245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_slice, 3, 0, 0),
[247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_index_expr, 3, 0, 0),
[249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_index_expr, 3, 0, 0),
[251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ident_ref, 1, 0, 0),
[253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ident_ref, 1, 0, 0),
[255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 5, 0, 0),
[257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 5, 0, 0),
[259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 5, 0, 0),
[261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 5, 0, 0),
[263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_slice, 4, 0, 0),
[265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_slice, 4, 0, 0),
[267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 6, 0, 0),
[269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 6, 0, 0),
[271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 6, 0, 0),
[273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 6, 0, 0),
[275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_slice, 5, 0, 0),
[277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_slice, 5, 0, 0),
[279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 7, 0, 0),
[281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 7, 0, 0),
[283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object, 7, 0, 0),
[285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object, 7, 0, 0),
[287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_slice, 6, 0, 0),
[289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_slice, 6, 0, 0),
[291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_apply, 6, 0, 0),
[293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_apply, 6, 0, 0),
[295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_suffix_slice, 7, 0, 0),
[297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_suffix_slice, 7, 0, 0),
[299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_expr, 2, 0, 0),
[301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unary_expr, 2, 0, 0),
[303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expr, 3, 0, 1),
[305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expr, 3, 0, 1),
[307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76),
[309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
[311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_expr, 5, 0, 0),
[317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_expr, 5, 0, 0),
[319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79),
[321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81),
[327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expr, 1, 0, 0),
[329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83),
[333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_expr, 6, 0, 0),
[339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_expr, 6, 0, 0),
[341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_then_else, 6, 0, 0),
[343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_then_else, 6, 0, 0),
[345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_expr, 2, 0, 0),
[347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_expr, 2, 0, 0),
[349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_expr, 4, 0, 0),
[351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_expr, 4, 0, 0),
[353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_expr, 3, 0, 0),
[355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_expr, 3, 0, 0),
[357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_expr, 2, 0, 0),
[359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_expr, 2, 0, 0),
[361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_expr, 3, 0, 0),
[363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_expr, 3, 0, 0),
[365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_then_else, 4, 0, 0),
[367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_then_else, 4, 0, 0),
[369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(29),
[381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_params, 4, 0, 0),
[383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_params, 4, 0, 0),
[385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_params, 3, 0, 0),
[387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_params, 3, 0, 0),
[389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_params, 5, 0, 0),
[391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_params, 5, 0, 0),
[393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility, 1, 0, 0),
[395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility, 1, 0, 0),
[397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_params, 2, 0, 0),
[399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_params, 2, 0, 0),
[401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_function_expr, 3, 0, 0), REDUCE(sym_field, 5, 2, 0),
[404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_function_expr, 3, 0, 0), REDUCE(sym_field, 6, 2, 0),
[407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67),
[411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69),
[417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71),
[423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(73),
[427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74),
[429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75),
[431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266),
[435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256),
[437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52),
[441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164),
[455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0),
[465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(52),
[468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat2, 2, 0, 0), SHIFT_REPEAT(271),
[471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210),
[473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3),
[475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2),
[477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180),
[479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4),
[487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5),
[491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329),
[493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252),
[497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269),
[499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371),
[503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259),
[507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347),
[511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374),
[513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261),
[515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354),
[517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351),
[521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353),
[523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366),
[525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362),
[529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364),
[531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345),
[533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372),
[537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302),
[541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358),
[545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184),
[547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184),
[553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299),
[555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290),
[569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destruct, 4, 0, 0),
[575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destruct, 3, 0, 0),
[577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destruct, 2, 0, 0),
[579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 2, 0, 0),
[581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__destruct, 5, 0, 0),
[585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_spec, 4, 0, 0),
[587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assertion, 4, 0, 0),
[589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_spec, 2, 0, 0),
[591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_name, 1, 0, 0),
[593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_name, 1, 0, 0),
[595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0), SHIFT_REPEAT(34),
[598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_repeat1, 2, 0, 0),
[600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296),
[602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_name, 3, 0, 0),
[604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_name, 3, 0, 0),
[606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368),
[608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0), SHIFT_REPEAT(215),
[611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_object_repeat1, 2, 0, 0),
[613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind, 5, 2, 0),
[615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind, 3, 1, 0),
[617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bind, 4, 2, 0),
[621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48),
[623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member, 1, 0, 0),
[625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_assert, 1, 0, 0),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 5, 0, 0),
[629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 3, 1, 0),
[631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316),
[633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destruct_rest, 1, 0, 0),
[635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_local, 2, 0, 0),
[637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 4, 1, 0),
[639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field, 4, 0, 0),
[641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destruct_field, 1, 0, 0),
[643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276),
[645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param, 1, 0, 0),
[657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_local_expr_repeat1, 2, 0, 0), SHIFT_REPEAT(255),
[662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_local_expr_repeat1, 2, 0, 0),
[664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__destruct, 1, 0, 0), SHIFT(361),
[669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268),
[677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253),
[679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_params_repeat1, 2, 0, 0), SHIFT_REPEAT(258),
[684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_params_repeat1, 2, 0, 0),
[686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142),
[688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47),
[692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273),
[696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248),
[698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282),
[700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11),
[702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7),
[706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destruct_rest, 2, 0, 0),
[710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15),
[712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__destruct_repeat1, 2, 0, 0), SHIFT_REPEAT(245),
[715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__destruct_repeat1, 2, 0, 0),
[717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destruct_field, 3, 0, 0),
[719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_suffix_apply_repeat1, 2, 0, 0), SHIFT_REPEAT(20),
[726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_suffix_apply_repeat1, 2, 0, 0),
[728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__destruct_repeat2, 2, 0, 0), SHIFT_REPEAT(284),
[733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__destruct_repeat2, 2, 0, 0),
[735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arg, 3, 0, 0),
[741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_param, 3, 0, 0),
[743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_destruct_field, 5, 0, 0),
[745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arg, 1, 0, 0),
[747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25),
[749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9),
[751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176),
[761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46),
[765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105),
[777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0),
[783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122),
[793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360),
[799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[803] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
};
enum ts_external_scanner_symbol_identifiers {
ts_external_token_string_block = 0,
ts_external_token__sb_err_unexpected_end = 1,
ts_external_token__sb_err_missing_newline = 2,
ts_external_token__sb_err_missing_termination = 3,
ts_external_token__sb_err_missing_indent = 4,
};
static const TSSymbol ts_external_scanner_symbol_map[EXTERNAL_TOKEN_COUNT] = {
[ts_external_token_string_block] = sym_string_block,
[ts_external_token__sb_err_unexpected_end] = sym__sb_err_unexpected_end,
[ts_external_token__sb_err_missing_newline] = sym__sb_err_missing_newline,
[ts_external_token__sb_err_missing_termination] = sym__sb_err_missing_termination,
[ts_external_token__sb_err_missing_indent] = sym__sb_err_missing_indent,
};
static const bool ts_external_scanner_states[3][EXTERNAL_TOKEN_COUNT] = {
[1] = {
[ts_external_token_string_block] = true,
[ts_external_token__sb_err_unexpected_end] = true,
[ts_external_token__sb_err_missing_newline] = true,
[ts_external_token__sb_err_missing_termination] = true,
[ts_external_token__sb_err_missing_indent] = true,
},
[2] = {
[ts_external_token_string_block] = true,
},
};
#ifdef __cplusplus
extern "C" {
#endif
void *tree_sitter_jsonnet_external_scanner_create(void);
void tree_sitter_jsonnet_external_scanner_destroy(void *);
bool tree_sitter_jsonnet_external_scanner_scan(void *, TSLexer *, const bool *);
unsigned tree_sitter_jsonnet_external_scanner_serialize(void *, char *);
void tree_sitter_jsonnet_external_scanner_deserialize(void *, const char *, unsigned);
#ifdef TREE_SITTER_HIDE_SYMBOLS
#define TS_PUBLIC
#elif defined(_WIN32)
#define TS_PUBLIC __declspec(dllexport)
#else
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_jsonnet(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
.alias_count = ALIAS_COUNT,
.token_count = TOKEN_COUNT,
.external_token_count = EXTERNAL_TOKEN_COUNT,
.state_count = STATE_COUNT,
.large_state_count = LARGE_STATE_COUNT,
.production_id_count = PRODUCTION_ID_COUNT,
.supertype_count = SUPERTYPE_COUNT,
.field_count = FIELD_COUNT,
.max_alias_sequence_length = MAX_ALIAS_SEQUENCE_LENGTH,
.parse_table = &ts_parse_table[0][0],
.small_parse_table = ts_small_parse_table,
.small_parse_table_map = ts_small_parse_table_map,
.parse_actions = ts_parse_actions,
.symbol_names = ts_symbol_names,
.field_names = ts_field_names,
.field_map_slices = ts_field_map_slices,
.field_map_entries = ts_field_map_entries,
.symbol_metadata = ts_symbol_metadata,
.public_symbol_map = ts_symbol_map,
.alias_map = ts_non_terminal_alias_map,
.alias_sequences = &ts_alias_sequences[0][0],
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.keyword_lex_fn = ts_lex_keywords,
.keyword_capture_token = sym_ident,
.external_scanner = {
&ts_external_scanner_states[0][0],
ts_external_scanner_symbol_map,
tree_sitter_jsonnet_external_scanner_create,
tree_sitter_jsonnet_external_scanner_destroy,
tree_sitter_jsonnet_external_scanner_scan,
tree_sitter_jsonnet_external_scanner_serialize,
tree_sitter_jsonnet_external_scanner_deserialize,
},
.primary_state_ids = ts_primary_state_ids,
.name = "jsonnet",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,
.minor_version = 0,
.patch_version = 1,
},
};
return &language;
}
#ifdef __cplusplus
}
#endif